/* LID Brand Color */
:root {
    --brand-blue: #42a5f5;
}

.bg-brand { background-color: var(--brand-blue); }
.text-brand { color: var(--brand-blue); }
.border-brand { border-color: var(--brand-blue); }

.hidden {
    display: none !important;
}

/* Status Badges */
.status-success { background-color: #dcfce7; color: #166534; } /* Freigegeben */
.status-pending { background-color: #fef9c3; color: #854d0e; } /* In Bearbeitung */
.status-locked { background-color: #f3f4f6; color: #4b5563; }  /* Gedruckt */
.status-open { background-color: #dbeafe; color: #1e40af; }    /* Offen */

/* Cropper Customizing */
.cropper-view-box,
.cropper-face {
    border-radius: 4px;
}
