:root{color-scheme:dark;font-family:Georgia,Times New Roman,serif;line-height:1.6}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100vh;background:#0b0e1a;color:#f0e6d3}.shell{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:1.5rem;background:linear-gradient(170deg,#0b0e1a,#1a1030,#0b0e1a)}.game-container{max-width:640px;width:100%;margin:0 auto}.title-screen{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;animation:fadeIn 1.2s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.puppet-icon{font-size:4rem;margin-bottom:1rem;animation:bob 2s ease-in-out infinite}@keyframes bob{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.title-screen h1{font-size:2.8rem;font-weight:700;letter-spacing:-.02em;margin:0 0 .5rem;background:linear-gradient(135deg,#f0c040,#e8873a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.title-screen .subtitle{font-size:1.1rem;color:#f0e6d38c;font-style:italic;margin-bottom:2.5rem}.start-btn{font-family:Georgia,serif;font-size:1.15rem;padding:.85rem 2.8rem;border:2px solid #f0c040;background:transparent;color:#f0c040;border-radius:.5rem;cursor:pointer;transition:all .25s ease;letter-spacing:.04em}.start-btn:hover{background:#f0c040;color:#0b0e1a}.scene{animation:sceneIn .6s ease-out}@keyframes sceneIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.scene-illustration{width:100%;height:220px;border-radius:.75rem;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;font-size:5rem;position:relative;overflow:hidden}.scene-illustration:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:.75rem;border:1px solid rgba(255,255,255,.08)}.scene-text{font-size:1.15rem;line-height:1.75;margin-bottom:2rem;color:#f0e6d3e6}.scene-text .chapter{display:block;font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:#f0c040;margin-bottom:.75rem;font-family:ui-monospace,monospace}.choices{display:flex;flex-direction:column;gap:.75rem}.choice-btn{font-family:Georgia,serif;font-size:1rem;padding:1rem 1.25rem;border:1px solid rgba(240,192,64,.25);background:#f0c0400a;color:#f0e6d3;border-radius:.5rem;cursor:pointer;text-align:left;transition:all .2s ease;line-height:1.4}.choice-btn:hover{border-color:#f0c040;background:#f0c0401a;transform:translate(4px)}.choice-btn .choice-letter{display:inline-block;width:1.5rem;height:1.5rem;line-height:1.5rem;text-align:center;border-radius:50%;background:#f0c04026;color:#f0c040;font-size:.8rem;margin-right:.75rem;font-family:ui-monospace,monospace;flex-shrink:0}.stats-bar{display:flex;gap:1.5rem;margin-bottom:1.5rem;padding:.75rem 1rem;border-radius:.5rem;background:#ffffff08;border:1px solid rgba(255,255,255,.06);font-size:.8rem;font-family:ui-monospace,monospace;color:#f0e6d399}.stat{display:flex;align-items:center;gap:.4rem}.stat-value{color:#f0c040;font-weight:600}.stat-bar{width:60px;height:6px;background:#ffffff14;border-radius:3px;overflow:hidden}.stat-fill{height:100%;border-radius:3px;transition:width .4s ease}.honesty-fill{background:linear-gradient(90deg,#4ade80,#22c55e)}.courage-fill{background:linear-gradient(90deg,#f97316,#ef4444)}.ending{text-align:center;animation:sceneIn .8s ease-out}.ending h2{font-size:1.8rem;margin:0 0 1rem;background:linear-gradient(135deg,#f0c040,#e8873a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.ending .ending-text{font-size:1.1rem;color:#f0e6d3cc;margin-bottom:2rem;line-height:1.8}.restart-btn{font-family:Georgia,serif;font-size:1rem;padding:.75rem 2rem;border:1px solid rgba(240,192,64,.3);background:transparent;color:#f0c040;border-radius:.5rem;cursor:pointer;transition:all .2s ease}.restart-btn:hover{background:#f0c0401a;border-color:#f0c040}.progress{display:flex;justify-content:center;gap:.4rem;margin-top:2rem}.progress-dot{width:6px;height:6px;border-radius:50%;background:#f0c04026;transition:background .3s}.progress-dot.active{background:#f0c040}
