
:root{
 --night:#071018;--deep:#0d2631;--water:#123c48;--mist:#dce8df;--paper:#f4efe3;
 --amber:#ffb84f;--lime:#a6e06d;--coral:#ff6f61;--ink:#132028;--line:#29424a;
 --glass:rgba(220,232,223,.10);--muted:#789098;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}
body{margin:0;background:var(--night);color:var(--mist);font-family:"Space Grotesk",system-ui,sans-serif}
a{color:inherit}.shell{width:min(1460px,calc(100% - 28px));margin:auto}
