:root {
  --olegos-home-bg-dark: #0b1220;
  color-scheme: light dark;
  --sapphire-50:#eef7ff;
  --sapphire-100:#dceeff;
  --sapphire-400:#3ca7ff;
  --sapphire-500:#147df5;
  --sapphire-600:#075fd1;
  --aurora:#52d6c8;
  --violet:#8f7cff;
  --warning:#d98a00;
  --danger:#c53d54;
  --success:#13855f;
  --surface:#f4f7fb;
  --surface-raised:#ffffff;
  --surface-muted:#e9eef6;
  --text:#101828;
  --text-muted:#607089;
  --line:rgba(41,61,92,.14);
  --shadow:0 18px 48px rgba(15,40,75,.10);
  --glass:rgba(247,250,255,.88);
  --radius-card:24px;
  --radius-group:20px;
  --radius-control:15px;
  --touch:48px;
  --input-bg:#ffffff;
  --input-text:#101828;
  --input-placeholder:#718198;
  --input-border:rgba(41,61,92,.22);
  --input-focus:#147df5;
  --input-disabled-bg:#e9eef6;
  --input-disabled-text:#7a8799;
  --safe-top:env(safe-area-inset-top, 0px);
  --safe-bottom:env(safe-area-inset-bottom, 0px);
}

html[data-theme="dark"] {
  color-scheme:dark;
  --surface:#050a14;
  --surface-raised:#0c1525;
  --surface-muted:#111d31;
  --text:#f6f9ff;
  --text-muted:#99a8bf;
  --line:rgba(167,190,225,.15);
  --shadow:0 20px 60px rgba(0,0,0,.35);
  --glass:rgba(7,14,26,.88);
  --sapphire-50:#10223d;
  --sapphire-100:#163157;
  --danger:#ff7188;
  --success:#53d8a5;
  --warning:#ffbd52;
  --input-bg:#0c1525;
  --input-text:#f6f9ff;
  --input-placeholder:#8292aa;
  --input-border:rgba(167,190,225,.24);
  --input-focus:#3ca7ff;
  --input-disabled-bg:#111d31;
  --input-disabled-text:#728198;
}

@media (prefers-color-scheme:dark) {
  html[data-theme="system"] {
    color-scheme:dark;
    --surface:#050a14;--surface-raised:#0c1525;--surface-muted:#111d31;
    --text:#f6f9ff;--text-muted:#99a8bf;--line:rgba(167,190,225,.15);
    --shadow:0 20px 60px rgba(0,0,0,.35);--glass:rgba(7,14,26,.88);
    --sapphire-50:#10223d;--sapphire-100:#163157;
    --danger:#ff7188;--success:#53d8a5;--warning:#ffbd52;
    --input-bg:#0c1525;--input-text:#f6f9ff;--input-placeholder:#8292aa;
    --input-border:rgba(167,190,225,.24);--input-focus:#3ca7ff;
    --input-disabled-bg:#111d31;--input-disabled-text:#728198;
  }
}

@media (prefers-reduced-motion:reduce) {
  *,*::before,*::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}
}
