:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#f4efe5;--surface:#fffaf2d6;--surface-strong:#fffaf1;--border:#3f2a1229;--foreground:#1f1a17;--muted:#63584d;--accent:#896028;--accent-strong:#5a3812;--user-bubble:#23180f;--assistant-bubble:#fff8eb;--shadow:0 24px 80px #3d270d1f;font-family:Georgia,Times New Roman,serif}*{box-sizing:border-box}html,body{height:100%;color:var(--foreground);background:radial-gradient(circle at top,#ba935747,#0000 36%),linear-gradient(#f6efe4 0%,#efe6d6 100%);margin:0;overflow:hidden}body{min-height:100dvh}button,textarea,input{font:inherit}.page-shell{grid-template-rows:auto 1fr;gap:1rem;width:min(1100px,100vw - 2rem);height:100dvh;margin:0 auto;padding:1rem 0;display:grid}.hero-card,.game-card,.debug-card{border:1px solid var(--border);background:var(--surface);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:var(--shadow);border-radius:28px}.hero-card{padding:2rem}.hero-topline{justify-content:space-between;align-items:start;gap:1rem;display:flex}.eyebrow,.game-kicker,.message-label{letter-spacing:.16em;text-transform:uppercase;color:var(--accent);margin:0 0 .5rem;font-size:.76rem}.hero-card h1,.game-header h2{margin:0;line-height:1}.hero-card h1{max-width:12ch;font-size:clamp(2.7rem,8vw,5.6rem)}.hero-copy,.game-note{color:var(--muted)}.hero-copy{max-width:62ch;margin:1rem 0 0;font-size:1.08rem;line-height:1.6}.correct-banner{color:var(--accent-strong);letter-spacing:.08em;text-transform:uppercase;margin:1rem 0 0;font-size:1rem;font-weight:700}.game-layout{grid-template-columns:minmax(0,1.8fr) minmax(280px,.85fr);gap:1rem;min-height:0;display:grid}.game-card{grid-template-rows:auto 1fr;min-height:0;display:grid;position:relative;overflow:hidden}.debug-card{grid-template-rows:auto 1fr;min-height:0;padding:1.25rem;display:grid;overflow:hidden}.debug-card-header{border-bottom:1px solid var(--border);gap:.35rem;padding-bottom:1rem;display:grid}.debug-count,.debug-empty,.debug-source-title,.debug-chunk-text{margin:0}.debug-count,.debug-empty{color:var(--muted);line-height:1.5}.debug-chunk-list{min-height:0;margin:0;padding:1rem 0 0 1.25rem;overflow-y:auto}.debug-chunk-item{padding-right:.25rem}.debug-chunk-item+.debug-chunk-item{margin-top:1rem}.debug-source-title{color:var(--accent-strong);margin-bottom:.35rem;font-size:.82rem;font-weight:700}.debug-chunk-text{color:var(--foreground);white-space:pre-wrap;word-break:break-word;line-height:1.55}.celebration-anchor{pointer-events:none;z-index:5;width:0;height:0;position:absolute;top:1.25rem;left:50%;transform:translate(-50%)}.game-header{justify-content:space-between;align-items:end;gap:1rem;padding:1.5rem 1.5rem 0;display:flex}.thread{grid-template-rows:1fr auto;min-height:0;padding:1rem 1rem 1.25rem;display:grid;overflow:hidden}.thread-viewport{flex-direction:column;gap:1rem;min-height:0;padding:1rem .25rem 1.25rem;display:flex;overflow-y:auto}.message{display:flex}.message-bubble{border:1px solid var(--border);border-radius:20px;max-width:min(42rem,88%);padding:1rem 1.1rem}.message-bubble-user{background:var(--user-bubble);color:#fff8f0;border-bottom-right-radius:8px;margin-left:auto}.message-bubble-assistant{background:var(--assistant-bubble);border-bottom-left-radius:8px}.message-text{white-space:pre-wrap;margin:0;line-height:1.6}.message-typing{margin-top:auto}.typing-bubble{gap:.65rem;display:grid}.typing-dots{align-items:center;gap:.35rem;display:inline-flex}.typing-status{color:var(--muted);margin:0;line-height:1.5;animation:1.4s ease-in-out infinite status-pulse}.typing-dots span{background:#896028a6;border-radius:999px;width:.5rem;height:.5rem;animation:1.1s ease-in-out infinite typing-bounce}.typing-dots span:nth-child(2){animation-delay:.14s}.typing-dots span:nth-child(3){animation-delay:.28s}.debug-pill{color:var(--muted);margin:.75rem 0 0;font-size:.75rem}.composer{border-top:1px solid var(--border);grid-template-columns:1fr auto;gap:.75rem;padding-top:1rem;display:grid}.composer-input{resize:none;border:1px solid var(--border);background:var(--surface-strong);width:100%;min-height:56px;color:var(--foreground);border-radius:18px;padding:.8rem 1rem;line-height:1.4}.composer-input:focus{border-color:#89602873;outline:2px solid #89602840}.composer-send{color:#fff8ec;cursor:pointer;background:linear-gradient(#8f6730 0%,#694118 100%);border:0;border-radius:16px;justify-content:center;align-self:end;align-items:center;min-height:56px;padding:.9rem 1.25rem;display:inline-flex}.hero-action{color:#fff8ec;cursor:pointer;background:linear-gradient(#8f6730 0%,#694118 100%);border:0;border-radius:16px;justify-content:center;align-items:center;min-height:56px;padding:.9rem 1.25rem;display:inline-flex}@media (max-width:720px){.page-shell{gap:.75rem;width:min(100vw - 1rem,100%);padding:.5rem 0}.hero-card,.game-card,.debug-card{border-radius:22px}.hero-card{padding:1.4rem}.game-layout{grid-template-columns:1fr}.hero-topline{flex-direction:column}.game-header{flex-direction:column;align-items:start;padding-inline:1rem}.thread{padding-inline:.75rem}.debug-card{min-height:220px}.composer{grid-template-columns:1fr}.composer-send,.hero-action{width:100%}.message-bubble{max-width:100%}}@keyframes typing-bounce{0%,80%,to{opacity:.45;transform:translateY(0)}40%{opacity:1;transform:translateY(-.22rem)}}@keyframes status-pulse{0%,to{opacity:.58}50%{opacity:1}}
