:root{--color-brand-50:#fff4e6;--color-brand-100:#ffe8cc;--color-brand-200:#ffd8a8;--color-brand-300:#ffc078;--color-brand-400:#ffa94d;--color-brand-500:#e78823;--color-brand-600:#d97706;--color-brand-700:#b45309;--color-brand-800:#92400e;--color-brand-900:#78350f;--color-brand:var(--color-brand-500);--color-text:#566a7f;--color-border:rgba(231,136,35,0.18);--color-brand-surface:rgba(255,244,230,0.72);--color-brand-surface-strong:rgba(231,136,35,0.14);--color-profile-page-gradient:linear-gradient(180deg,rgba(255,244,230,0.72),rgba(255,255,255,0) 260px);--color-profile-card-gradient:linear-gradient(180deg,rgba(231,136,35,0.08),#ffffff 34%);--color-profile-hero-gradient:linear-gradient(135deg,rgba(231,136,35,0.14),rgba(255,255,255,0.96) 58%);--color-text:#00060c;--color-text-muted:#3c485f;--color-background:#ffffff;--color-surface:var(--color-brand-50);--color-body-background:#f5f5f9;--color-on-light:#111827;--color-on-light-muted:#566a7f;--icon-invert:0;--font-primary:"Open Sans",sans-serif;--font-heading:"Antonio",sans-serif;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--header-height:66px;--footer-height:150px;--sidebar-height:calc(100vh - var(--header-height));--sidebar-width:180px;--layout-height:calc(99vh - var(--header-height));--shadow-sm:0 1px 2px rgba(0,0,0,0.05);--shadow-md:0 4px 6px rgba(0,0,0,0.1)}[data-mantine-color-scheme=dark]{--color-text:#e9e4dc;--color-text-muted:#baafa0;--color-background:#1c1813;--color-surface:#2d2721;--color-body-background:#17130f;--color-border:rgba(231,136,35,0.28);--color-brand-surface:rgba(231,136,35,0.14);--color-brand-surface-strong:rgba(231,136,35,0.2);--color-profile-page-gradient:linear-gradient(180deg,rgba(231,136,35,0.16),rgba(15,23,42,0) 260px);--color-profile-card-gradient:linear-gradient(180deg,rgba(231,136,35,0.12),#1f2937 34%);--color-profile-hero-gradient:linear-gradient(135deg,rgba(231,136,35,0.22),rgba(31,41,55,0.96) 58%);--icon-invert:1}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background-color:var(--color-body-background);color:var(--color-text);font-family:var(--font-primary);min-height:100vh;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;transition:background-color .2s ease,color .2s ease}.heading-font{font-family:var(--font-heading)}.primary-shadow{box-shadow:var(--shadow-md)}