:root{--text: #e8e6f0;--text-h: #faf8ff;--muted: #9b94ab;--bg: #0f1014;--surface: #181a22;--border: #2a2d38;--accent: #f0c040;font-family:Hiragino Kaku Gothic ProN,Hiragino Sans,system-ui,sans-serif;line-height:1.5;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}html,body{margin:0;height:100%;overflow:hidden}#root{height:100%;overflow-y:auto}h2{color:var(--text-h);font-weight:700;margin:0}p{margin:0}@keyframes kenburns{0%{transform:scale(1) translate(0)}to{transform:scale(1.08) translate(-1%,-1%)}}@keyframes opening-fade-in{0%{opacity:0}to{opacity:1}}@keyframes opening-fade-out{0%{opacity:1}to{opacity:0}}@keyframes opening-slide-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes opening-char-in{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes opening-start-pulse{0%,to{box-shadow:0 0 #ffffff4d}50%{box-shadow:0 0 0 8px #fff0}}.opening-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;overflow:hidden;cursor:pointer;-webkit-user-select:none;user-select:none}.opening-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center}.opening-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#00000026,#0000000d 40%,#0009)}.opening-bg--in{animation:opening-fade-in .4s ease both,kenburns 12s ease-out both}.opening-bg--out{animation:opening-fade-out .4s ease both}.opening-character{position:absolute;bottom:0;right:5%;height:min(72svh,480px);object-fit:contain;animation:opening-char-in .5s .2s ease both;filter:drop-shadow(0 4px 16px rgba(0,0,0,.5));pointer-events:none}.opening-text-panel{position:absolute;bottom:0;left:0;right:0;padding:1.5rem 1.5rem 2rem;background:linear-gradient(to top,rgba(0,0,0,.85) 60%,transparent 100%);animation:opening-slide-up .4s .1s ease both}.opening-text-panel--speaker{right:42%}.opening-speaker{font-size:.78rem;font-weight:700;color:#fbbf24;letter-spacing:.05em;margin-bottom:.4rem;text-shadow:0 1px 4px rgba(0,0,0,.8)}.opening-line{font-size:1.05rem;line-height:1.8;color:#f0f0f0;text-shadow:0 1px 6px rgba(0,0,0,.9);min-height:3.2rem;margin:0}.opening-line--highlight{display:inline-flex;align-items:center;gap:.5rem;font-size:1.15rem;font-weight:700;color:#ffe9a8;background:#fbbf2424;border:1.5px solid rgba(251,191,36,.55);border-radius:10px;padding:.7rem 1rem;text-shadow:none;box-shadow:0 0 18px #fbbf2433}.opening-line-highlight-icon{font-size:1.3rem;flex-shrink:0}.opening-tap-hint{display:block;font-size:.72rem;color:#ffffff8c;margin-top:.6rem;animation:opening-fade-in .4s ease both;letter-spacing:.05em}.opening-dots{position:absolute;top:1rem;left:50%;transform:translate(-50%);display:flex;gap:.4rem}.opening-dot{width:6px;height:6px;border-radius:50%;background:#ffffff4d;transition:background .3s}.opening-dot.active{background:#ffffffe6}.opening-skip-btn{position:absolute;top:.9rem;right:.9rem;background:#0000008c;border:1.5px solid rgba(255,255,255,.4);color:#ffffffe6;font-size:.95rem;font-weight:700;letter-spacing:.12em;padding:.55rem 1.2rem;min-height:2.6rem;border-radius:999px;cursor:pointer;transition:background .2s,color .2s;z-index:101}.opening-skip-btn:hover{background:#fff3;color:#fff}.opening-start-btn{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);background:#ffffff1f;border:1.5px solid rgba(255,255,255,.6);color:#fff;font-size:1.1rem;font-weight:700;letter-spacing:.15em;padding:.75rem 3rem;border-radius:999px;cursor:pointer;animation:opening-slide-up .5s ease both,opening-start-pulse 2s .5s ease-in-out infinite;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.opening-start-btn:hover{background:#ffffff38}.app{box-sizing:border-box;height:100%;max-width:480px;margin:0 auto;padding:1.5rem 1rem;color:var(--text);background:var(--bg);display:flex;flex-direction:column;gap:.75rem}.app--title{padding:0;gap:0;max-width:960px}.screen{display:flex;flex-direction:column;gap:1rem;flex:1;min-height:0;overflow:hidden}.screen.center{align-items:center;text-align:center;padding-top:3rem;gap:1.25rem;justify-content:center;overflow-y:auto;align-self:center;width:100%;max-width:480px}.status-panel{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:.45rem .85rem;flex-shrink:0;display:flex;flex-direction:column;gap:0}.status-panel .day-header{background:none;border:none;border-radius:0;padding:0;margin-bottom:0}.day-header{display:flex;align-items:center;flex-wrap:wrap;gap:.35rem .75rem;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.45rem .85rem;margin-bottom:.75rem}.day-header-meta{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem .55rem;flex:0 1 auto}.day-header-label{font-size:.85rem;font-weight:700;color:var(--text)}.day-header-status{font-size:.72rem;font-weight:700;padding:.15rem .55rem;border-radius:999px;background:#60a5fa29;border:1px solid rgba(96,165,250,.4);color:#cfe0fb}.day-header-clock{font-size:.78rem;font-weight:700;color:var(--text)}.day-header-clock.danger{color:#f87171}.day-header-energy{display:flex;align-items:center;gap:.45rem;flex:1 1 8rem;min-width:8rem}.day-header-energy .gauge-bar{height:8px}.status-panel-gauges{display:flex;flex-direction:column;gap:.4rem;padding-top:.45rem;margin-top:.45rem;border-top:1px solid var(--border)}.gauge-row{display:flex;align-items:center;gap:.5rem}.gauge-label{flex:0 0 auto;font-size:.78rem;color:var(--muted);white-space:nowrap}.gauge-bar{flex:1;min-width:0;height:10px;background:var(--border);border-radius:99px;overflow:hidden}.gauge-fill{height:100%;border-radius:99px;transition:width .4s ease}.gauge-fill.energy{background:#60a5fa}.gauge-fill.energy.danger{background:#f87171}.gauge-fill.distance{background:#c084fc}.gauge-value{flex:0 0 auto;min-width:2.4rem;font-size:.78rem;text-align:right;color:var(--text)}.work-minigame .minigame-timing-track{position:relative;height:14px;border-radius:999px;background:#ffffff14;border:1px solid var(--border);margin:1rem 0 .5rem;overflow:hidden}.minigame-timing-zone{position:absolute;top:0;bottom:0;background:#4ade8059}.minigame-timing-marker{position:absolute;top:-3px;bottom:-3px;width:4px;border-radius:2px;background:#fbbf24;transform:translate(-50%);box-shadow:0 0 6px #fbbf24cc}.minigame-timing-timer{font-size:.8rem;color:#fff9;text-align:center;margin:0 0 .75rem}.minigame-tap-track{position:relative;height:14px;border-radius:999px;background:#ffffff14;border:1px solid var(--border);margin:1rem 0 .5rem;overflow:hidden}.minigame-tap-fill{position:absolute;top:0;right:0;bottom:0;left:0;background:#fb923c;transition:width .08s linear}.minigame-tap-btn{width:100%;font-size:1.1rem;padding:.9rem;-webkit-user-select:none;user-select:none}.title-main{font-size:2.2rem;font-weight:800;letter-spacing:.05em;margin:0;color:var(--accent)}.title-sub{font-size:1rem;color:var(--muted);line-height:1.8;margin:0 0 1.5rem}.mode-select{display:flex;flex-direction:column;gap:1rem;width:100%}.mode-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1.25rem 1.25rem 1rem;cursor:pointer;text-align:center;transition:border-color .2s,transform .15s}.mode-card:hover{border-color:var(--accent);transform:translateY(-2px)}.mode-card--locked{opacity:.5;cursor:default;pointer-events:none}.mode-card--locked:hover{border-color:var(--border);transform:none}.mode-desc--locked{color:var(--text-muted, #888);font-size:.85rem}@keyframes title-kenburns{0%{transform:scale(1) translate(0)}to{transform:scale(1.08) translate(-1.2%,-.8%)}}@keyframes title-content-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes title-brand-in{0%{opacity:0;letter-spacing:.28em;filter:blur(2px)}to{opacity:1;letter-spacing:.12em;filter:blur(0)}}@keyframes title-cta-pulse{0%,to{box-shadow:0 0 #f0c04059}50%{box-shadow:0 0 0 10px #f0c04000}}.title-screen{position:relative;gap:0!important;padding:0!important;max-width:none;width:100%;align-self:stretch;justify-content:flex-end;overflow:hidden;text-align:center}.title-hero{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;background:#0b1a0b}.title-hero-img{width:100%;height:100%;object-fit:cover;object-position:center 35%;display:block;image-rendering:pixelated;animation:title-kenburns 20s ease-out forwards}.title-hero-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#080c08fa,#080c08d1 32%,#080c0859 58%,#080c088c),radial-gradient(ellipse at 50% 20%,transparent 20%,rgba(8,12,8,.45) 100%);pointer-events:none}.title-content{position:relative;z-index:1;width:min(100%,26rem);margin:0 auto;padding:2.5rem 1.25rem 2.75rem;display:flex;flex-direction:column;align-items:center;gap:.85rem;animation:title-content-in .75s ease-out both}.title-screen .title-main{font-family:Zen Maru Gothic,Hiragino Maru Gothic ProN,Hiragino Sans,sans-serif;font-size:clamp(2.6rem,9vw,3.6rem);font-weight:900;letter-spacing:.12em;line-height:1.15;margin:0;color:var(--accent);text-shadow:0 0 24px rgba(240,192,64,.28),0 2px 0 rgba(0,0,0,.55);animation:title-brand-in .9s ease-out both}.title-screen .title-sub{margin:0;font-size:.98rem;color:#d7e6c8;line-height:1.7;text-shadow:0 1px 8px rgba(0,0,0,.65)}.title-lead{margin:.15rem 0 .35rem;font-size:.9rem;line-height:1.75;color:#d7e6c8c7;text-shadow:0 1px 6px rgba(0,0,0,.55)}.title-actions{display:flex;flex-direction:column;gap:.55rem;align-items:stretch;width:min(100%,16rem);margin-top:.35rem}.title-start-btn{min-height:3rem;font-size:1.05rem;font-weight:700;letter-spacing:.08em;animation:title-cta-pulse 2.6s ease-in-out infinite}.title-header{text-align:center;padding-bottom:1.5rem}.title-tabs{display:flex;width:100%;border-bottom:2px solid rgba(215,230,200,.22);margin:.25rem 0 .15rem}.title-tab{flex:1;background:none;border:none;padding:.75rem 0;font-size:.95rem;font-weight:600;color:#d7e6c88c;cursor:pointer;position:relative;transition:color .2s;letter-spacing:.03em}.title-tab:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:2px;background:var(--accent);transform:scaleX(0);transition:transform .2s}.title-tab--active{color:#f3f8ec}.title-tab--active:after{transform:scaleX(1)}.title-tab--locked{opacity:.4;cursor:default}.title-tab:not(.title-tab--locked):hover{color:#f3f8ec}.title-panel{width:100%;padding:1.75rem 0 .5rem;text-align:center;min-height:160px}.title-panel-desc{color:var(--text-muted, #aaa);font-size:.95rem;line-height:1.7;margin-bottom:1.5rem}.title-panel-actions{display:flex;flex-direction:column;gap:.5rem;align-items:center}.title-actions .btn.secondary{background:#0c140c8c;border-color:#d7e6c859;color:#e7f0dc}.title-actions .btn.secondary:hover{border-color:var(--accent);color:var(--accent)}.mode-icon{font-size:2rem;margin:0 0 .25rem}.mode-name{font-size:1.1rem;font-weight:700;margin:0 0 .4rem}.mode-desc{font-size:.85rem;color:var(--muted);line-height:1.6;margin:0 0 1rem}.week-badge{font-size:.8rem;background:var(--accent);color:#fff;padding:.15em .5em;border-radius:999px;margin-right:.25rem;vertical-align:middle}.day-header-tenure,.day-header-money{display:block;font-size:.7rem;opacity:.85;margin-top:.15rem}.day-header-weather{font-size:.75rem;letter-spacing:.04em;padding:.15rem .55rem;background:#ffffff14;border:1px solid rgba(255,255,255,.18);border-radius:99px}.day-header-items{display:flex;flex-wrap:wrap;gap:.3rem;flex:1 1 100%;margin-top:.15rem}.item-chip{font-size:.7rem;padding:.2rem .5rem;border-radius:99px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:inherit;cursor:default}.item-chip--active{background:#60a5fa33;border-color:#60a5fa80;cursor:pointer}.item-chip--active:hover{background:#60a5fa59}.tenure-badge{font-size:.85rem;opacity:.9}.weekend-screen{align-items:center;text-align:center}.weekend-screen .weekend-choices{width:100%;max-width:22rem}.weekend-screen .choice-hint{display:block;font-size:.7rem;opacity:.75;margin-top:.25rem;font-weight:400}.scene-image-wrap{width:100%;border-radius:12px;border:1px solid var(--border)}.endless-days{font-size:.9rem;color:var(--accent)}.endless-score{font-size:1.2rem;margin:.5rem 0 1rem}.btn.secondary{background:transparent;border:2px solid var(--accent);color:var(--accent)}.btn.secondary:hover{background:var(--accent);color:#fff}.day-label{font-size:.85rem;color:var(--muted);margin:0}.day-heading{font-size:1.5rem;font-weight:700;margin:0}.day-sub{font-size:1rem;margin:0}.day-badge{font-size:.8rem;color:var(--muted);margin:0 0 .5rem}.carry-note{font-size:.85rem;color:var(--muted);margin:0}.weather-label{font-size:1.1rem;margin:.4rem 0 .6rem;letter-spacing:.05em}.day-narration{font-size:.85rem;color:var(--muted);font-style:italic;margin:.2rem 0 .8rem;line-height:1.6;max-width:300px}.clear-message{font-size:.95rem;line-height:1.7;color:var(--text);max-width:300px;margin:0 auto 1rem}.senpai-progress{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:.75rem 1rem;width:100%;max-width:320px;margin:0 auto .5rem}.senpai-progress-label{font-size:.72rem;color:var(--text-muted, rgba(255,255,255,.5));margin-bottom:.5rem;letter-spacing:.05em}.senpai-steps{display:flex;gap:0}.senpai-step{flex:1;display:flex;flex-direction:column;align-items:center;gap:.25rem;position:relative;opacity:.35}.senpai-step+.senpai-step:before{content:"";position:absolute;left:-50%;top:.6rem;width:100%;height:2px;background:var(--border)}.senpai-step.done{opacity:1}.senpai-step.done+.senpai-step.done:before{background:#4ade80}.senpai-step-icon{width:1.25rem;height:1.25rem;border-radius:50%;border:2px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:.65rem;background:var(--bg);z-index:1}.senpai-step.done .senpai-step-icon{border-color:#4ade80;color:#4ade80;background:#4ade801a}.senpai-step-label{font-size:.7rem;color:var(--text)}.game-over-senpai{font-size:.88rem;color:#fff9;font-style:italic;margin:-.25rem 0 .5rem}.work-eval-note{font-size:.85rem;color:#ffffffa6;max-width:300px;margin:-.5rem auto .75rem;line-height:1.6}.retry-hint{font-size:.8rem;color:#ffffff80;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:.5rem .85rem;max-width:300px;margin:0 auto;text-align:left;line-height:1.5}@keyframes card-enter{0%{opacity:.92}to{opacity:1}}@keyframes event-img-enter{0%{transform:scale(1) translate(0)}to{transform:scale(1.05) translate(-.5%,-.5%)}}@keyframes event-char-enter{0%{opacity:0;translate:0 10px}to{opacity:1;translate:0 0}}.event-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;gap:.85rem;flex:1;min-height:0;animation:card-enter .25s ease-out}.event-image-wrap{width:100%;height:min(45vw,24svh);flex-shrink:0;overflow:hidden;background:var(--border);position:relative}.event-image{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .3s;animation:event-img-enter .8s ease-out both}.event-character{position:absolute;bottom:0;left:50%;transform:translate(-50%);height:65%;width:auto;object-fit:contain;image-rendering:pixelated;pointer-events:none;filter:drop-shadow(1px 0 0 #306230) drop-shadow(-1px 0 0 #306230) drop-shadow(0 1px 0 #306230) drop-shadow(0 -1px 0 #306230) drop-shadow(0 4px 8px rgba(0,10,0,.9));animation:event-char-enter .45s .1s ease-out both}.event-card-body{flex:1;min-height:0;display:flex;flex-direction:column;gap:.85rem;padding:1.1rem 1rem;overflow:hidden}.countdown-wrap{display:flex;align-items:center;gap:.6rem}.countdown-bar-bg{flex:1;height:5px;background:#ffffff1f;border-radius:3px;overflow:hidden}.countdown-bar-fill{height:100%;background:#f59e0b;border-radius:3px;transition:width .05s linear}.countdown-bar-fill.urgent{background:#ef4444}.countdown-secs{font-size:.8rem;color:var(--muted);min-width:2.2rem;text-align:right;font-variant-numeric:tabular-nums}.countdown-secs.urgent{color:#ef4444;font-weight:700;animation:blink-urgent .5s ease-in-out infinite}@keyframes blink-urgent{0%,to{opacity:1}50%{opacity:.3}}.event-text{font-size:1rem;line-height:1.7;margin:0;flex:1;min-height:0;overflow-y:auto;mask-image:linear-gradient(to bottom,black calc(100% - 2.5rem),transparent 100%);-webkit-mask-image:linear-gradient(to bottom,black calc(100% - 2.5rem),transparent 100%)}.result-text{font-size:.95rem;line-height:1.7;color:var(--muted);margin:0}.result-card{flex:1;min-height:0}.energy-warning{font-size:.82rem;font-weight:600;color:#f87171;margin:0;background:#f8717114;border:1px solid rgba(248,113,113,.25);border-radius:8px;padding:.5rem .8rem}.story-box{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.1rem 1rem;text-align:left;width:100%;max-width:28rem;flex:0 0 auto;display:flex;flex-direction:column;gap:.6rem}.story-line{font-size:.95rem;line-height:1.7;color:var(--muted);margin:0}.story-line--final{color:#f87171;font-weight:600}.day-end-comment{font-size:.95rem;color:var(--muted);margin:0}.game-over-reason{font-size:.95rem;color:var(--muted)}.game-over-flavor{font-size:1rem;font-style:italic;color:var(--text);background:var(--surface);border-left:3px solid var(--accent);border-radius:4px;padding:.6rem .9rem;margin:0}.btn.share{display:inline-block;text-decoration:none;background:#000;color:#fff;border-color:transparent;font-weight:700;padding:.7rem 1.2rem}.summary-box{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:.75rem 1rem;width:100%;display:flex;flex-direction:column;gap:.5rem}.summary-row{display:grid;grid-template-columns:4.5rem 1fr auto;align-items:center;gap:.5rem;font-size:.85rem}.summary-day{color:var(--muted)}.summary-stat{color:var(--text)}.summary-badge{font-size:.75rem;font-weight:700;padding:.2rem .5rem;border-radius:99px}.summary-badge.safe{background:#4ade8026;color:#4ade80}.summary-badge.close{background:#fbbf2426;color:#fbbf24}.summary-badge.exhausted{background:#f8717126;color:#f87171}.next-hint{font-size:.85rem;color:var(--muted);font-style:italic;line-height:1.6;margin:0;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.6rem .85rem;width:100%;box-sizing:border-box;text-align:left}.cursor-blink{animation:blink .7s step-end infinite;color:var(--accent)}.cursor-blink.hidden{display:none}@keyframes blink{50%{opacity:0}}.choices--hidden{visibility:hidden;pointer-events:none}.choices{display:flex;flex-direction:column;gap:.6rem}.event-card .choices{flex-shrink:0}.btn.choice{display:flex;flex-direction:column;align-items:stretch;gap:.25rem;padding:.75rem .9rem;text-align:left;overflow:hidden}.choice-label{font-size:.88rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.choice-meta{font-size:.78rem;color:var(--muted)}.btn.choice.disabled{opacity:.35;cursor:not-allowed}.result-icon{font-size:3rem;margin:0}.log-box{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:.85rem 1rem;text-align:left;max-height:200px;overflow-y:auto;width:100%}.log-line{font-size:.85rem;color:var(--muted);margin:.2rem 0}.debug-panel{position:fixed;right:12px;top:12px;width:360px;max-height:calc(100vh - 24px);overflow-y:auto;background:#0a0a0cf5;border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:12px;z-index:9999;box-shadow:0 12px 32px #00000073}.debug-panel-fab{display:none}@media (max-width: 520px){.debug-panel{left:0;right:0;bottom:0;top:auto;width:100%;max-height:65vh;border-radius:12px 12px 0 0;border-bottom:none;padding:12px 12px calc(16px + env(safe-area-inset-bottom,0px))}.debug-panel[data-collapsed=true]{display:none}.debug-panel:before{content:"";display:block;width:36px;height:4px;background:#ffffff40;border-radius:2px;margin:0 auto 10px}.debug-panel-fab{display:flex;align-items:center;justify-content:center;position:fixed;bottom:calc(16px + env(safe-area-inset-bottom,0px));right:16px;width:52px;height:52px;border-radius:50%;background:#0a0a0cf5;border:2px solid #facc15;color:#facc15;font-size:10px;font-weight:700;cursor:pointer;z-index:9999;box-shadow:0 4px 16px #0009;letter-spacing:.03em}.debug-panel-fab[data-hidden=true]{display:none}.debug-panel select,.debug-panel input:not([type=checkbox]){min-height:36px;font-size:14px}.debug-panel .btn{min-height:40px}.debug-panel textarea{font-size:13px}}.debug-panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.debug-panel-title{color:#facc15;font-size:13px;letter-spacing:.05em}.debug-panel-header-actions{display:flex;gap:4px}.debug-panel-header-actions .btn{padding:.25rem .5rem;font-size:11px;min-height:28px}.debug-tabs{display:flex;gap:2px;background:#ffffff0f;border-radius:8px;padding:3px;margin-bottom:8px}.debug-tab{flex:1;background:transparent;border:none;color:#ffffff8c;font-size:11px;padding:5px 4px;border-radius:6px;cursor:pointer;transition:background .15s,color .15s;white-space:nowrap}.debug-tab.active{background:#ffffff24;color:#facc15;font-weight:700}.debug-tab:hover:not(.active){background:#ffffff14;color:#fffc}.debug-tab-body{overflow-y:auto;max-height:calc(100% - 80px);display:flex;flex-direction:column;gap:6px}.debug-preset-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px}.debug-preset-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:8px;cursor:pointer;transition:border-color .15s,background .15s;display:flex;flex-direction:column;gap:4px}.debug-preset-card:hover{background:#ffffff17}.debug-preset-card.selected{border-color:#facc15;background:#facc1514}.debug-preset-card-label{font-size:11px;font-weight:700;color:#e2e8f0;line-height:1.3}.debug-preset-card-desc{font-size:10px;color:#ffffff8c;line-height:1.4;flex:1}.debug-preset-card-btn{width:100%;margin-top:4px;font-size:11px;padding:.3rem .4rem}.debug-subtabs{display:flex;gap:4px;margin-bottom:4px}.debug-subtab{flex:1;background:#ffffff0f;border:none;color:#ffffff80;font-size:11px;padding:5px 6px;border-radius:6px;cursor:pointer;transition:background .15s,color .15s}.debug-subtab.active{background:#63b3ed2e;color:#90cdf4;font-weight:700}.debug-quick-open{display:flex;gap:4px;align-items:center}.debug-event-select{flex:1;min-width:0;font-size:11px}.debug-quick-open .btn{flex-shrink:0;font-size:11px;padding:.3rem .45rem;white-space:nowrap}.debug-filter-details{background:#ffffff0a;border-radius:6px;overflow:hidden}.debug-filter-summary{cursor:pointer;font-size:11px;color:#fff9;padding:5px 8px;-webkit-user-select:none;user-select:none;list-style:none}.debug-filter-summary::-webkit-details-marker{display:none}.debug-filter-body{padding:6px 8px 8px;display:flex;flex-direction:column;gap:6px}.debug-search-input{width:100%;font-size:11px}.debug-filter-grid{display:grid;grid-template-columns:1fr 1fr;gap:4px}.debug-filter-grid select{font-size:11px}.debug-reset-btn{font-size:11px;padding:.3rem .5rem;width:100%}.debug-event-list{display:flex;flex-direction:column;gap:5px;overflow-y:auto;flex:1;min-height:0}.debug-event-item{background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:6px;padding:7px 8px}.debug-event-item.checked{border-color:#86efac59;opacity:.7}.debug-event-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2px}.debug-event-id{font-size:11px;font-weight:700;color:#e2e8f0}.debug-check-badge{font-size:10px;font-weight:700}.debug-check-badge.ok{color:#86efac}.debug-check-badge.ng{color:#ffffff4d}.debug-event-meta{font-size:10px;color:#ffffff80;margin-bottom:2px}.debug-event-desc{font-size:10px;color:#ffffffb3;line-height:1.45;margin-bottom:5px}.debug-event-actions{display:flex;gap:4px;flex-wrap:wrap}.debug-event-actions .btn{flex:1;font-size:10px;padding:.25rem .3rem;min-height:26px}.debug-state-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px}.debug-state-grid label{font-size:11px;display:flex;flex-direction:column;gap:2px}.debug-state-grid select,.debug-state-grid input{width:100%;font-size:11px}.debug-full-label{font-size:11px;display:flex;flex-direction:column;gap:2px}.debug-full-label select,.debug-full-label textarea{width:100%;font-size:11px}.debug-apply-row{display:flex;gap:6px}.debug-apply-row .btn{flex:1;font-size:11px}.debug-diff-section{background:#ffffff0a;border-radius:6px;padding:8px}.debug-diff-header{display:flex;justify-content:space-between;align-items:center;font-size:11px;color:#ffffffa6;margin-bottom:4px}.debug-diff-header .btn{font-size:10px;padding:.2rem .4rem;min-height:24px}.debug-diff-empty{font-size:10px;color:#ffffff59}.debug-diff-lines{display:flex;flex-direction:column;gap:2px}.debug-diff-line{font-size:10px;color:#fcd34d;line-height:1.4}.debug-url-guide{background:#ffffff0a;border-radius:6px;padding:8px}.debug-url-guide-title{font-size:11px;color:#ffffff8c;margin-bottom:5px}.debug-url-guide-rows{display:flex;flex-direction:column;gap:3px}.debug-url-guide-rows code{font-size:10px;color:#90cdf4;background:#90cdf41a;padding:2px 5px;border-radius:3px;display:block;word-break:break-all}@media (max-width: 520px){.debug-preset-grid{grid-template-columns:1fr}.debug-tab-body{max-height:calc(65vh - 100px)}}.btn{font:inherit;cursor:pointer;border-radius:10px;border:1px solid var(--border);background:var(--surface);color:var(--text);padding:.7rem 1rem}.btn.primary{background:var(--accent);border-color:transparent;color:#0a0a0f;font-weight:700}.btn.large{font-size:1.1rem;padding:.85rem 2rem}@media (min-width: 640px){.app{max-width:1600px}.event-card:has(.event-image-wrap){flex-direction:row;align-items:stretch;gap:0}.event-image-wrap{flex:1 1 0;width:auto;height:auto;min-width:0;min-height:0;align-self:stretch;border-right:1px solid var(--border)}.event-card-body{flex:0 0 420px;padding:1.3rem 1.2rem;justify-content:flex-start;overflow-y:auto}.event-text{flex:1;min-height:0;overflow-y:auto;mask-image:none;-webkit-mask-image:none}.event-card-body .choices{border-top:1px solid var(--border);padding-top:.85rem;margin-top:.1rem}.result-card{justify-content:center;align-items:center}.result-card .event-card-body{flex:0 1 auto;width:min(100%,420px);justify-content:center;align-items:stretch;text-align:center;overflow-y:visible}.result-card .result-text{text-align:center}}
