@import "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700&display=swap";:root{--green:#0f0;--mid:#0c0;--muted:#6aaa6a;--dim:#1c3a1c;--accent:#00f5c4;--accent2:#d4b48a;--danger:#f57;--bg0:#050a05;--bg1:#0c160c;--bg2:#050d05;--bg3:#00ff0036;--mono:"JetBrains Mono", ui-monospace, "Berkeley Mono", "IBM Plex Mono", "Cascadia Mono", Menlo, Consolas, monospace;--fs-xs:11px;--fs-sm:13px;--fs-base:15px;--fs-md:17px;--fs-lg:20px;--fs-xl:24px;--fs-xxl:32px;--ls-tight:-.5px;--ls-loose:1.5px;--ls-wide:2.5px}*{box-sizing:border-box}html,body,#root{background:var(--bg0);color:var(--green);font-family:var(--mono);font-size:var(--fs-base);min-height:100vh;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.4}button,input,textarea,select{color:inherit;font-family:inherit}a{color:var(--mid);text-decoration:none}a:hover{color:var(--green)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg0)}::-webkit-scrollbar-thumb{background:var(--dim)}::-webkit-scrollbar-thumb:hover{background:var(--muted)}html[data-frame=mobile]{background:#000;justify-content:center;align-items:center;display:flex}html[data-frame=mobile] body{border:12px solid #1a1a1a;border-radius:36px;width:390px;height:844px;max-height:100vh;position:relative;overflow:hidden;box-shadow:0 0 80px #00ff000d}html[data-frame=mobile] #root{height:100%;overflow:hidden auto}
