:root{--bg:#fafaf7;--bg-2:#f4f1e9;--ink:#1a1a1a;--ink-2:#2c2c2c;--sub:#6b6b6b;--mute:#999;--line:#e8e5dc;--line-2:#d5d1c5;--card:#f2efe7;--bubble-q-bg:#1a1a1a;--bubble-q-fg:#fafaf7;--bubble-c-bg:#ece9e0;--bubble-c-fg:#1a1a1a;--accent:#1a1a1a;--tint:#2c2c2c}*{box-sizing:border-box}body,html{margin:0;padding:0;height:100%}body{font-family:Noto Sans SC,PingFang SC,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;color:var(--ink);overflow:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.viewport,body{background:#0e0d0b}.viewport{position:fixed;inset:0;display:flex;align-items:center;justify-content:center}.stage,.stage-wrap{width:100%;height:100%;position:relative}.stage{background:var(--bg);overflow:hidden;box-shadow:0 30px 90px rgba(0,0,0,.5),0 0 0 1px rgba(255,255,255,.05);border-radius:18px}.serif{font-family:"Noto Serif SC",Songti SC,serif;font-weight:500}.mono{font-family:JetBrains Mono,ui-monospace,monospace}.stage,.stage *{-moz-user-select:none;user-select:none;-webkit-user-select:none}.stage input,.stage textarea{-moz-user-select:text;user-select:text;-webkit-user-select:text}.stage ::-webkit-scrollbar{width:6px;height:6px}.stage ::-webkit-scrollbar-thumb{background:rgba(0,0,0,.12);border-radius:6px}.stage ::-webkit-scrollbar-track{background:transparent}html{-webkit-text-size-adjust:100%}body,html{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}body{overscroll-behavior:none;touch-action:manipulation}.viewport{padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}