/* Admin workspace design. Loaded only by layouts/main; public and crew views
   retain their own styles. Functional status classes and controls stay intact. */
:root, [data-theme="light"] {
    --bg: #f7f8fa;
    --surface: #fff;
    --surface-2: #f8f9fb;
    --surface-3: #eef1f4;
    --border: #e3e7ec;
    --border-strong: #c8cfd8;
    --text: #202a37;
    --text-2: #526071;
    --text-3: #637083;
    --brand: #b72e35;
    --brand-strong: #96232a;
    --brand-soft: #f9edef;
    --radius: 8px;
    --radius-sm: 6px;
    --shadow-1: none;
    --shadow-2: 0 8px 28px rgba(24, 34, 48, .12);
    --bs-heading-color: var(--text);
    --bs-body-color: var(--text);
    --bs-body-bg: var(--bg);
    --bs-paper-bg: var(--surface);
    --bs-border-color: var(--border);
    --bs-link-color: var(--brand);
    --bs-link-hover-color: var(--brand-strong);
}
[data-theme="dark"] {
    --bg: #17191c;
    --surface: #202327;
    --surface-2: #25292e;
    --surface-3: #2d3238;
    --border: #373e47;
    --border-strong: #535e6b;
    --text: #edf0f4;
    --text-2: #bcc5d0;
    --text-3: #a4afbd;
    --brand: #df6c73;
    --brand-strong: #ef9197;
    --brand-soft: #38282c;
    --shadow-2: 0 8px 28px rgba(0, 0, 0, .3);
    --bs-menu-color: var(--text-2);
    --bs-menu-hover-bg: var(--surface-2);
}
