
:root{
 --night:#08111c;--deep:#0e2634;--water:#143d4d;--mint:#8ce0cf;--violet:#9b8df5;
 --coral:#ff765e;--gold:#f5ca66;--paper:#f7f4eb;--ink:#14252d;--line:#35525d;
 --muted:#789097;--white:#fffef9;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}
body{margin:0;background:var(--night);color:#eaf4ef;font-family:"Inter",system-ui,sans-serif}
a{color:inherit}.frame{width:min(1480px,calc(100% - 28px));margin:auto}
img,canvas,svg{max-width:100%}
