@font-face{font-family:Serif SC;src:local(Noto Serif SC),local(Source Han Serif SC),local(SimSun),local(STSong),local("serif");font-display:swap}@font-face{font-family:Sans SC;src:local(Noto Sans SC),local(Source Han Sans SC),local(PingFang SC),local(Microsoft YaHei),local("sans-serif");font-display:swap}:root{--bg:#1a1410;--surface:#231d16;--text:#d4c5b2;--gold:#c9a84c;--gold-dim:#8a7030;--accent:#b8453a;--divider:#3a3028;--choice-bg:#2a221a;--choice-hover:#352c22;--choice-border:#4a3f30;--choice-hover-border:#c9a84c}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-bottom:35vh}body{background:var(--bg);color:var(--text);background-image:radial-gradient(at 50% 0,#c9a84c08 0%,#0000 60%),url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");justify-content:center;align-items:flex-start;min-height:100vh;padding:2rem 1rem 4rem;font-family:Noto Serif SC,Serif SC,serif;display:flex}#loading{background:var(--bg);z-index:99;color:var(--gold-dim);justify-content:center;align-items:center;font-family:Noto Sans SC,Sans SC,sans-serif;font-size:1rem;transition:opacity .3s;display:flex;position:fixed;inset:0}#loading.hidden{opacity:0;pointer-events:none}#container{flex-direction:column;width:100%;max-width:680px;display:flex}#header{text-align:center;border-bottom:1px solid var(--divider);margin-bottom:1.5rem;padding:2rem 0 1.5rem}#header h1{color:var(--gold);letter-spacing:.25em;font-size:1.8rem;font-weight:700}#header .subtitle{color:var(--gold-dim);letter-spacing:.2em;margin-top:.3rem;font-family:Noto Sans SC,Sans SC,sans-serif;font-size:.85rem}#story{white-space:pre-wrap;word-break:break-word;flex:1;padding:0 .5rem;font-size:1.05rem;line-height:1.9}#story .fade-in{animation:.35s ease-out fadeIn}#story .choice-result{margin-left:-.4rem;padding-left:.8rem;position:relative}#story .choice-result:before{content:"";background:linear-gradient(to bottom, var(--gold-dim) 0%, var(--gold-dim) 25%, transparent 100%);border-radius:1px;width:2px;height:100%;position:absolute;top:0;left:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}#story p{margin-bottom:1rem}#key-hint{text-align:center;color:var(--gold-dim);opacity:.5;margin-top:.5rem;font-family:Noto Sans SC,Sans SC,sans-serif;font-size:.7rem}#choices{flex-direction:column;gap:.5rem;margin-top:1.2rem;padding:0 .5rem 3rem;display:flex}.choice-btn{text-align:left;background:var(--choice-bg);border:1px solid var(--choice-border);width:100%;color:var(--text);cursor:pointer;-webkit-tap-highlight-color:transparent;border-radius:4px;align-items:baseline;gap:.5rem;padding:.75rem .9rem;font-family:Noto Sans SC,Sans SC,sans-serif;font-size:.95rem;transition:all .15s;display:flex}.choice-btn:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.choice-key{border:1px solid var(--gold-dim);min-width:1.4em;height:1.4em;color:var(--gold-dim);opacity:.6;border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;transition:all .15s;display:inline-flex}.choice-btn:hover .choice-key,.choice-btn:focus-visible .choice-key{border-color:var(--gold);color:var(--gold);opacity:1}.choice-text{flex:1;line-height:1.5}.choice-btn:hover{background:var(--choice-hover);border-color:var(--choice-hover-border);color:#eee}.choice-btn:active{transform:scale(.99)}#restart-btn{border:1px solid var(--divider);background:var(--surface);color:var(--gold-dim);cursor:pointer;opacity:.5;z-index:10;border-radius:4px;padding:.4rem .8rem;font-family:Noto Sans SC,Sans SC,sans-serif;font-size:.8rem;transition:all .2s;position:fixed;top:1rem;right:1rem}#restart-btn:hover{opacity:1;color:var(--gold);border-color:var(--gold)}#restart-btn:focus-visible{outline:2px solid var(--gold);outline-offset:2px;opacity:1}#debug-toggle{border:1px solid var(--divider);background:var(--surface);width:32px;height:32px;color:var(--gold-dim);cursor:pointer;opacity:.4;z-index:10;border-radius:50%;justify-content:center;align-items:center;font-size:.7rem;transition:opacity .2s;display:flex;position:fixed;bottom:1rem;right:1rem}#debug-toggle:hover,#debug-toggle:focus-visible{opacity:1;outline:none}#debug-panel{background:var(--surface);border:1px solid var(--divider);z-index:10;border-radius:6px;width:260px;max-height:320px;padding:.7rem;font-family:Noto Sans SC,Sans SC,monospace;font-size:.7rem;display:none;position:fixed;bottom:3rem;right:.5rem;overflow-y:auto;box-shadow:0 4px 20px #00000080}#debug-panel.visible{display:block}#debug-panel table{border-collapse:collapse;width:100%}#debug-panel th,#debug-panel td{text-align:left;border-bottom:1px solid var(--divider);padding:.2rem .4rem}#debug-panel th{color:var(--gold-dim);white-space:nowrap;font-weight:400}#debug-panel td{color:var(--text);word-break:break-all}.end-marker{text-align:center;color:var(--gold);letter-spacing:.1em;margin-top:2rem;font-family:Noto Serif SC,Serif SC,serif;font-size:1.05rem}@media (width<=600px){body{padding:1rem .5rem 3rem}#header h1{font-size:1.5rem}#story{font-size:.95rem;line-height:1.8}.choice-btn{padding:.8rem .7rem;font-size:.9rem}.choice-key{min-width:1.3em;height:1.3em;font-size:.65rem}#key-hint{display:none}}
