:root{
  --navy:#14243e;
  --navy-2:#1c2d49;
  --yellow:#ffd900;
  --white:#f8f9fd;
  --muted:#aeb8c8;
  --line:rgba(255,255,255,.12);
  --panel:#1a2a44;
  --ink:#15253e;
  --radius:24px;
  --page-bg:#0d1a2e;
  --surface:rgba(255,255,255,.035);
  --surface-alt:#12213a;
  --text:#f8f9fd;
  --text-muted:#aeb8c8;
  --accent:#ffd900;
  --border:rgba(255,255,255,.12);
  --button-primary-bg:#ffd900;
  --button-primary-text:#15253e;
}
html[data-procesa-mode="on"]{
  --yellow:#14243e;
  --white:#14243e;
  --muted:#34445d;
  --line:rgba(20,36,62,.22);
  --panel:#ffed7a;
  --ink:#ffd900;
  --page-bg:#ffd900;
  --surface:rgba(255,255,255,.52);
  --surface-alt:rgba(255,247,190,.58);
  --surface-soft:rgba(255,247,190,.32);
  --surface-elevated:rgba(255,255,255,.46);
  --surface-border:rgba(255,255,255,.58);
  --dark-island:#14243e;
  --dark-island-text:#f8f9fd;
  --text:#14243e;
  --text-muted:#2f425f;
  --accent:#14243e;
  --border:rgba(20,36,62,.22);
  --button-primary-bg:#14243e;
  --button-primary-text:#ffd900;
}
*{box-sizing:border-box}
html{max-width:100%;scroll-behavior:smooth;scroll-padding-top:125px}
body{max-width:100%;margin:0;background:var(--page-bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}
body:before{content:"";position:fixed;inset:0;z-index:-2;pointer-events:none;background:radial-gradient(760px circle at 82% 4%,rgba(255,217,0,.06),transparent 48%),linear-gradient(180deg,#0c182a,#122039 46%,#0b1728)}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
.wrap{width:min(1180px,calc(100% - 40px));margin:auto}
.skip{position:fixed;left:16px;top:-70px;z-index:100;background:var(--yellow);color:var(--ink);padding:12px 16px;border-radius:10px;font-weight:750}
.skip:focus{top:12px}
:focus-visible{outline:3px solid var(--yellow);outline-offset:3px}
[id]{scroll-margin-top:125px}
@media(max-width:430px){.wrap{width:min(100% - 28px,1180px)}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
