@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Noto+Serif+TC:wght@600;700;800;900&family=Plus+Jakarta+Sans:wght@600;700;800&display=swap";:root{--color-brand:#68765f;--color-brand-hover:#586453;--color-brand-muted:#68765f1f;--color-accent:#d9754f;--color-accent-hover:#c5623d;--color-accent-muted:#d9754f1f;--color-ink:#26231f;--color-paper:#f7f3ea;--color-card:#fffdf8;--color-anchor:#2e3a2a;--color-anchor-hover:#243023;--color-anchor-muted:#2e3a2a1f;--color-gold:#b89b6e;--color-gold-deep:#9a7f54;--color-gold-soft:#b89b6e29;--text-display:#2e3a2a;--match-high:#2f7d4f;--match-good:#5e9e6b;--match-mid:#d9754f;--match-low:#8e877c;--glass-bg:#f7f3eab8;--glass-blur:blur(20px);--glass-border:#26231f12;--glass-strong-bg:#fffdf8eb;--text-primary:#26231f;--text-secondary:#6e675c;--text-hint:#877f72;--text-on-brand:#fff;--surface-0:#f7f3ea;--surface-card:#fffdf8;--surface-1:#26231f0a;--surface-2:#26231f12;--border-soft:#e9e2d7;--border-medium:#26231f29;--shadow-s:0 1px 3px #26231f14, 0 1px 2px #26231f0d;--shadow-m:0 4px 14px #26231f17, 0 2px 4px #26231f0f;--shadow-l:0 10px 34px #26231f1f;--shadow-sheet:0 -4px 32px #26231f1f, 0 -1px 0 #26231f0d;--radius-s:8px;--radius-m:14px;--radius-l:20px;--radius-xl:28px;--radius-full:9999px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-7:28px;--space-8:32px;--font-display:"Noto Serif TC", "Songti TC", "Plus Jakarta Sans", serif;--font-body:"Inter", system-ui, sans-serif;--font-mono:"Geist Mono", ui-monospace, "Cascadia Code", monospace;--safe-top:env(safe-area-inset-top,0px);--safe-bottom:env(safe-area-inset-bottom,0px);--safe-left:env(safe-area-inset-left,0px);--safe-right:env(safe-area-inset-right,0px);--dur-fast:.2s;--spring-enter:cubic-bezier(.34, 1.56, .64, 1);--ease-out:cubic-bezier(.16, 1, .3, 1)}[data-theme=dark]{--glass-bg:#1e1c18cc;--glass-strong-bg:#1e1c18f5;--glass-border:#ffffff12;--color-paper:#1a1815;--color-card:#221f1b;--surface-0:#1a1815;--surface-card:#221f1b;--surface-1:#ffffff0a;--surface-2:#ffffff12;--text-primary:#f2efe9;--text-secondary:#a9a296;--text-hint:#6b6358;--text-display:#e8ede4;--color-anchor:#4a5a43;--color-anchor-hover:#556650;--color-anchor-muted:#8d9e822e;--color-gold-deep:#c9af85;--border-soft:#ffffff17;--border-medium:#ffffff29;--shadow-sheet:0 -4px 32px #0006, 0 -1px 0 #ffffff0f}.app-shell{flex-direction:column;height:100dvh;display:flex;overflow:hidden}.app-main{flex:1;position:relative;overflow:hidden}.tab-loading,.tab-placeholder{height:100%;color:var(--text-hint);text-align:center;font-family:var(--font-body);place-content:center;gap:4px;display:grid}.tab-bar{border-top:.5px solid var(--border-soft);background:var(--glass-strong-bg);-webkit-backdrop-filter:var(--glass-blur);padding-bottom:var(--safe-bottom);z-index:200;flex-shrink:0;display:flex}.tab-item{color:var(--text-hint);font-size:11px;font-family:var(--font-body);-webkit-user-select:none;user-select:none;flex-direction:column;flex:1;align-items:center;gap:2px;padding:8px 0;font-weight:500;text-decoration:none;transition:color .12s;display:flex}.tab-item.active{color:var(--color-brand)}.tab-icon{width:25px;height:25px;display:block}.tab-icon svg{width:100%;height:100%;display:block}.tab-item{transition:color .18s var(--ease-out)}.tab-item.active .tab-icon svg{stroke:var(--color-brand)}*,:before,:after{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{overscroll-behavior:none;height:100%;margin:0;padding:0}body{background:var(--color-paper,#f7f3ea);color:#1a1a2e;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;font-family:Inter,system-ui,sans-serif}#root{flex-direction:column;width:100%;height:100dvh;display:flex;overflow:hidden}
