@import url("https://fonts.googleapis.com/css2?family=TASA+Orbiter:wght@400;500;600;700;800&family=TASA+Explorer:wght@300;400;500;600;700&display=swap");:root{--chi-teal:#00d4aa;--chi-teal-dim:rgba(0,212,170,0.12);--chi-teal-600:#00aa88;--chi-warm:#ff6644;--chi-danger:#ff4455;--chi-warning:#ffaa33;--chi-info:#00aad4;--chi-purple:#7c5cfc;--chi-purple-dim:rgba(124,92,252,0.10);--chi-cyan-dim:rgba(0,170,212,0.10);--aurora-glow:radial-gradient(ellipse at 30% 50%,rgba(0,212,170,0.12) 0%,transparent 50%),radial-gradient(ellipse at 70% 50%,rgba(124,92,252,0.10) 0%,transparent 50%);--bg:#000000;--bg-elevated:#1c1c1e;--bg-secondary:#2c2c2e;--bg-tertiary:#3a3a3c;--grouped-bg:#000000;--grouped-secondary:#1c1c1e;--chi-set-warmup:#f5a623;--chi-set-dropset:#a78bfa;--chi-set-restpause:#60a5fa;--chi-text-on-teal:#000000;--chi-text-on-danger:#ffffff;--chi-avatar-1:linear-gradient(135deg,#00d4aa,#00aa88);--chi-avatar-2:linear-gradient(135deg,#7c5cfc,#a78bfa);--chi-avatar-3:linear-gradient(135deg,#00aad4,#0088aa);--chi-avatar-4:linear-gradient(135deg,#ff6644,#cc4422);--chi-avatar-5:linear-gradient(135deg,#ffaa33,#dd8811);--border:rgba(255,255,255,0.08);--separator:rgba(255,255,255,0.08);--separator-opaque:#38383a;--label:#ffffff;--label-secondary:rgba(255,255,255,0.6);--label-tertiary:rgba(255,255,255,0.4);--label-quaternary:rgba(255,255,255,0.18);--chi-font-display:"TASA Orbiter","Orbitron",sans-serif;--chi-font-body:"TASA Explorer","Rajdhani",sans-serif;--font-system:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text","TASA Explorer","Rajdhani",sans-serif;--radius-sm:8px;--radius-md:10px;--radius-lg:14px;--radius-xl:18px;--glass-bg:rgba(28,28,30,0.65);--glass-border:rgba(255,255,255,0.08);--glass-blur:blur(40px) saturate(180%);--glass-shadow:0 8px 32px rgba(0,0,0,0.4);--glass-inner-top:inset 0 1px 0 rgba(255,255,255,0.06);--glass-inner-bottom:inset 0 -1px 0 rgba(0,0,0,0.2);--teal-glow:0 0 20px rgba(0,212,170,0.25);--tab-bar-height:calc(50px + max(34px, env(safe-area-inset-bottom, 34px)));--page-bottom:var(--tab-bar-height);--page-bottom-with-bar:calc(var(--tab-bar-height) + 60px)}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent;scrollbar-width:none}::-webkit-scrollbar{display:none}body{background:var(--bg);color:var(--label);font-family:var(--font-system);font-size:17px;line-height:1.3;overflow-x:hidden;overscroll-behavior-x:none;-webkit-text-size-adjust:100%}input,select,textarea{font-size:16px}:focus-visible{outline:2px solid var(--chi-teal);outline-offset:2px}:focus:not(:focus-visible){outline:none}input:not([type=file]):not([type=checkbox]):not([type=radio]):focus-visible,select:focus-visible,textarea:focus-visible{box-shadow:0 0 0 1.5px var(--chi-teal);outline:none}.tabular-nums{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}html{touch-action:manipulation}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes progressSlide{0%{transform:translateX(-100%)}50%{transform:translateX(150%)}to{transform:translateX(-100%)}}@keyframes cursorBlink{0%,to{opacity:1}50%{opacity:.2}}.sheet-backdrop{animation:fadeIn .2s ease both}.sheet-panel{animation:sheetSlideUp .25s ease-out both}@keyframes sheetSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media screen and (orientation:landscape) and (max-height:600px){body:after{content:"請旋轉裝置為直向模式";position:fixed;inset:0;z-index:9000;background:#0a0a14;color:var(--chi-teal);display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600;font-family:inherit}}.md-bubble h1{font-size:18px;font-weight:700;margin:0 0 8px}.md-bubble h2{font-size:16px;font-weight:700;margin:12px 0 6px}.md-bubble h3{font-size:15px;font-weight:700;margin:10px 0 4px}.md-bubble p{margin:0 0 8px}.md-bubble p:last-child{margin-bottom:0}.md-bubble ol,.md-bubble ul{margin:0 0 8px;padding-left:20px}.md-bubble li{margin-bottom:4px}.md-bubble strong{font-weight:700}.md-bubble blockquote{margin:8px 0;padding:8px 12px;border-left:3px solid var(--chi-teal);background:rgba(0,212,170,.06);border-radius:0 8px 8px 0}.md-bubble blockquote p{margin:0}.md-bubble code{background:rgba(255,255,255,.08);padding:1px 5px;border-radius:4px;font-size:13px}.md-bubble pre{margin:8px 0;overflow-x:auto}.md-bubble hr{border:none;border-top:.5px solid var(--separator);margin:12px 0}.md-bubble table{width:100%;border-collapse:collapse;margin:8px 0;font-size:14px}.md-bubble th{text-align:left;padding:6px 8px;border-bottom:1px solid var(--separator-opaque);color:var(--label-secondary);font-weight:600}.md-bubble td{padding:6px 8px;border-bottom:.5px solid var(--separator)}.md-bubble tr:last-child td{border-bottom:none}