:root{--bg: #f4ead5;--ink: #1a1714;--faint: #7a6f5c;--accent: #1a1714;--rule: #c9bea6;--mono: ui-monospace, "SF Mono", "Menlo", "Consolas", "Courier New", monospace}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--ink);font-family:var(--mono);font-size:16px;line-height:1.55}.app{min-height:100%;display:flex;justify-content:center;align-items:flex-start;padding:6vh 2rem}.screen{width:100%;max-width:640px;display:flex;flex-direction:column;gap:2.5rem}.date-header{font-size:.95rem;letter-spacing:.15em;text-transform:uppercase;color:var(--faint);border-bottom:1px solid var(--rule);padding-bottom:.5rem}.body{animation:fadeIn .24s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.prose{font-size:1.05rem;margin:0 0 1.25rem;white-space:pre-wrap}.prose.consequence{color:var(--faint);font-style:italic}.choices{display:flex;flex-direction:column;gap:.5rem;margin-top:1.5rem}.choice{font-family:var(--mono);font-size:1rem;color:var(--accent);background:transparent;border:none;border-top:1px solid var(--rule);padding:.9rem 0;text-align:left;cursor:pointer;transition:background .12s ease}.choice:last-child{border-bottom:1px solid var(--rule)}.choice:hover,.choice:focus-visible{background:#1a17140f;outline:none}.state-dump{font-family:var(--mono);font-size:.8rem;color:var(--faint);background:#1a17140a;padding:.75rem 1rem;border-left:2px solid var(--rule);white-space:pre-wrap;overflow-x:auto}.debug-panel{position:fixed;top:1rem;right:1rem;width:320px;max-height:calc(100vh - 2rem);overflow:auto;background:#111;color:#ddd;font-family:var(--mono);font-size:.75rem;padding:.75rem;border:1px solid #333;z-index:50}.debug-title{font-weight:700;letter-spacing:.2em;border-bottom:1px solid #333;padding-bottom:.35rem;margin-bottom:.5rem}.debug-section{border-bottom:1px dashed #333;padding:.35rem 0}.debug-heading{color:#8ab;margin-bottom:.25rem}.debug-row{display:flex;gap:.5rem;align-items:center;justify-content:space-between;padding:.15rem 0}.debug-row input,.debug-row select,.debug-panel select{background:#222;color:#ddd;border:1px solid #444;padding:.15rem .35rem;font-family:var(--mono);font-size:.75rem}.debug-row button{background:#333;color:#ddd;border:1px solid #555;padding:.15rem .5rem;cursor:pointer}
