:root{--white: #f5f0eb;--off-white: #ede7de;--paper: #e8e0d4;--black: #111111;--black-soft: #1a1a1a;--charcoal: #2d2d2d;--gray: #888888;--gray-light: #bbbbbb;--gray-pale: #ddd8d0;--red: #e8201c;--red-dark: #b31510;--red-pale: #fde8e8;--blue: #0057ff;--blue-dark: #003fbb;--blue-pale: #e0e9ff;--yellow: #f5c800;--yellow-pale: #fdf6d0;--font-sans: "IBM Plex Sans", sans-serif;--font-mono: "IBM Plex Mono", monospace;--font-serif: "IBM Plex Serif", serif;--border: 2px solid var(--black);--border-sm: 1px solid var(--black);--radius: 0px;--shadow: 4px 4px 0px var(--black);--shadow-lg: 6px 6px 0px var(--black);--shadow-red: 4px 4px 0px var(--red)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--white);color:var(--black);font-family:var(--font-sans);font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased;min-height:100vh}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--paper)}::-webkit-scrollbar-thumb{background:var(--black)}::-webkit-scrollbar-thumb:hover{background:var(--red)}input,select,textarea,button{font-family:var(--font-sans);-webkit-font-smoothing:antialiased}input:focus,select:focus,textarea:focus{outline:none}button{cursor:pointer}::selection{background:var(--yellow);color:var(--black)}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.035'/%3E%3C/svg%3E");pointer-events:none;z-index:9999;opacity:.6}@keyframes slideInLeft{0%{opacity:0;transform:translate(-24px)}to{opacity:1;transform:translate(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scanline{0%{transform:translateY(-100%)}to{transform:translateY(100vh)}}@media (max-width: 640px){button,select,input{min-height:44px}}html,body{overflow-x:hidden;max-width:100vw}@media (max-width: 768px){.anim-slide-up>div{min-width:0}}.anim-slide-up{animation:slideInUp .4s ease both}.anim-slide-up-1{animation:slideInUp .4s .05s ease both}.anim-slide-up-2{animation:slideInUp .4s .1s ease both}.anim-slide-up-3{animation:slideInUp .4s .15s ease both}.anim-slide-up-4{animation:slideInUp .4s .2s ease both}.anim-slide-left{animation:slideInLeft .4s ease both}
