:root{
  --void:#0A0B0D; --panel:#14161A; --ink:#E8E2D5; --ink2:#CFC9BD; --ink3:#C8C3B8; --ink4:#BDB8AD;
  --ash:#787C83; --ash2:#8B8F96; --ash3:#5F646B; --ash4:#4E5257;
  --gold:#C9A961; --golddim:#8A7440; --frost:#8FA8C4;
  --hair:rgba(201,169,97,.16); --hair-soft:rgba(201,169,97,.1); --hair-strong:rgba(201,169,97,.45); --tint:rgba(201,169,97,.05);
  --frost-line:rgba(143,168,196,.2); --frost-line-strong:rgba(143,168,196,.5);
  --headerbg:rgba(10,11,13,.82); --glow:rgba(201,169,97,.10); --drop:rgba(0,0,0,.7); --stars:1; --on-gold:#12130F;
}
:root[data-theme="light"]{
  --void:#E9E3D6; --panel:#E9E3D6; --ink:#1A1814; --ink2:#2E2A24; --ink3:#3A362E; --ink4:#46423A;
  --ash:#5A544A; --ash2:#6B6459; --ash3:#5A544A; --ash4:#7A7367;
  --gold:#1A1814; --golddim:#6B6459; --frost:#2E4257;
  --hair:rgba(26,24,20,.3); --hair-soft:rgba(26,24,20,.16); --hair-strong:rgba(26,24,20,.55); --tint:rgba(26,24,20,.04);
  --frost-line:rgba(46,66,87,.35); --frost-line-strong:rgba(46,66,87,.7);
  --headerbg:rgba(233,227,214,.9); --glow:rgba(26,24,20,.05); --drop:rgba(26,24,20,.18); --stars:0; --on-gold:#E9E3D6;
}

:root[data-theme="light"] section{ border-top-color:#1A1814 !important; border-top-width:1px !important }
:root[data-theme="light"] article,
:root[data-theme="light"] [data-screen-label="Plan"] li{
  background:transparent !important; border:0 !important; border-radius:0 !important;
  border-top:2px solid #15171A !important; padding-left:0 !important; padding-right:0 !important;
}
:root[data-theme="light"] [data-screen-label="Plan"] ol,
:root[data-theme="light"] #help > div > div{ gap:clamp(1.75rem,4vw,3rem) !important }
:root[data-theme="light"] header{ border-bottom:1.5px solid #1A1814 !important; padding-bottom:1.1rem !important }
