:root{--sky-deep:#0a0e1a;--sky-warm:#1c1530;--block:#161c2e;--paper:#e8eaf0;--mist:#8b93a8;--window:#f2b46d;--signage:#ff6f9c;--add:#74b478;--del:#c2674f;--block-border:#e8eaf017;--small-margin:clamp(6px, .54vw, 12px);--md-margin:clamp(8px, .55vw, 16px);--desktop-margin:clamp(16px, 1.56vw, 32px);--desktop-lg-margin:clamp(32px, 3.12vw, 64px);--lg-margin:clamp(24px, 2.34vw, 32px)}@media (min-width:768px){:root body{--is-mobile:true}}@media (min-width:901px){:root body{--is-large-mobile:true;flex-direction:row}}@media (min-width:1024px){:root body{--is-tablet:true}}@media (min-width:1200px){:root body{--is-desktop:true}}@media (min-width:2500px){:root body{--is-lg-desktop:true}}*{box-sizing:border-box;margin:0;padding:0}html{max-width:100vw;height:100dvh}html body{max-width:100%;height:100%;color:var(--paper);background:var(--sky-deep);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;justify-content:flex-start;align-items:flex-start;font-family:Inter,JetBrains Mono,Big Shoulders,Arial,Helvetica,sans-serif;display:flex}
