@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;700&family=Syne:wght@700;800&display=swap";:root{--yellow: #e8ff3c;--green: #3cffb4;--red: #ff6b6b;--orange: #f5a623;--purple: #a78bfa;--bg: #0c0c14;--surface: #13131e;--border: #2a2a3f;--text: #f0ede8;--muted: #888;--dim: #555;--font-mono: "IBM Plex Mono", "Courier New", monospace;--font-display: "Syne", sans-serif;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--surface2: #1b1a20;--shadow: 0 4px 24px rgba(0,0,0,.4)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-tap-highlight-color:transparent}body{font-family:var(--font-mono);background:var(--bg);color:var(--text);min-height:100dvh;min-height:100vh;-webkit-font-smoothing:antialiased;overscroll-behavior:none}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}:focus-visible{outline:2px solid var(--yellow);outline-offset:2px;border-radius:4px}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.animate-in{animation:fadeIn .25s ease both}.spinner{width:20px;height:20px;border:2px solid var(--border);border-top-color:var(--yellow);border-radius:50%;animation:spin .8s linear infinite}@keyframes mmRise{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}@keyframes mmDrop{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:none}}@keyframes mmModal{0%{opacity:0;transform:scale(.94) translateY(18px)}to{opacity:1;transform:none}}.mm-rise{animation:mmRise .55s cubic-bezier(.2,.7,.3,1) both}.mm-head{animation:mmDrop .35s cubic-bezier(.2,.7,.3,1)}.mm-modal{animation:mmModal .35s cubic-bezier(.2,.7,.3,1)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
