:root {
    --brand: #2563a8;
    --brand-dark: #123c69;
    --brand-deep: #071d33;
    --brand-soft: #eaf2fb;
    --gold: #c99527;
    --gold-dark: #9b7118;
    --ink: #0f172a;
    --text: #1f2937;
    --muted: #667085;
    --line: #d8e2ef;
    --line-strong: #b8c7dc;
    --soft: #f3f6fa;
    --white: #ffffff;
    --danger: #dc2626;
    --success: #16815d;
    --shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.05);
    --shadow-md: 0 12px 30px rgba(15, 23, 42, 0.08);
    --shadow-lg: 0 24px 70px rgba(15, 23, 42, 0.22);
    --radius: 8px;
    --radius-lg: 12px;
    --sidebar-width: 280px;
    --topbar-height: 76px;
}
