*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0a0a09;--bg-raised:#111110;--bg-border:#1e1e1c;--text-primary:#f0ede6;--text-secondary:#8a8880;--text-tertiary:#4a4845;--accent:#c8b89a;--accent-dim:#7a6e5f;--font-display:"Playfair Display",Georgia,serif;--font-mono:"DM Mono","Courier New",monospace}html{background:var(--bg);color:var(--text-primary);font-family:var(--font-mono);font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100svh;overflow-x:hidden}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes lineGrow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.fade-up{animation:fadeUp .7s cubic-bezier(.16,1,.3,1) both}.fade-in{animation:fadeIn .5s ease both}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.35s}.delay-4{animation-delay:.5s}.delay-5{animation-delay:.65s}.delay-6{animation-delay:.8s}.delay-7{animation-delay:.95s}