:root {
    --background: #f4f5f7;
    --surface: #ffffff;
    --surface-alt: #f8f9fa;
    --primary: #293a4a;
    --primary-deep: #1f2d39;
    --accent: #f56b2a;
    --accent-dark: #d95013;
    --text: #253442;
    --muted: #667684;
    --border: #dfe4e8;
    --border-strong: #c7d0d8;
    --success: #267a4c;
    --success-soft: #e8f5ed;
    --warning: #9a6712;
    --warning-soft: #fff5dd;
    --danger: #b83232;
    --danger-dark: #952626;
    --danger-soft: #fff0f0;
    --info: #2d6f9f;
    --info-soft: #ebf5fb;
    --shadow-sm: 0 1px 2px rgba(26, 42, 55, .05), 0 2px 8px rgba(26, 42, 55, .04);
    --shadow-md: 0 12px 32px rgba(26, 42, 55, .11);
    --radius-sm: 7px;
    --radius: 11px;
    --radius-lg: 18px;
    --sidebar-width: 252px;
    --topbar-height: 68px;
    --focus: 0 0 0 3px rgba(245, 107, 42, .24);
    --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

