body{margin:0;padding:0;background:#1b1b1b;color:#f2f2f2;font-family:Georgia,serif;line-height:1.6}.app-root{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(180deg,#0f1720,#14151a);color:#f7f7f7}.app-header{position:sticky;top:0;width:100%;background:linear-gradient(90deg,#ffffff08,#ffffff03);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:14px 20px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid rgba(255,255,255,.03);z-index:20;box-shadow:0 2px 8px #00000073}.app-header h1{margin:0;font-family:Georgia,serif;font-size:1.4rem;letter-spacing:.6px;color:#fff}.main{flex:1 1 auto;display:flex;align-items:center;justify-content:center;padding:40px 20px}.game{background:#2a2a2a;padding:30px;max-width:720px;width:100%;border-radius:12px;box-shadow:0 0 20px #0006;border:1px solid #333}.scene p{font-size:1.2rem;margin-bottom:25px;white-space:pre-line}.choices{display:flex;flex-direction:column;gap:12px;align-items:stretch}.choices button,.game .choices button{width:100%;padding:12px 16px;background:linear-gradient(180deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;font-size:1rem;cursor:pointer;text-align:center;box-shadow:0 6px 14px #2563eb1f;transition:transform .12s ease,box-shadow .12s ease,background .12s}.choices button:hover,.game .choices button:hover{transform:translateY(-2px);box-shadow:0 10px 22px #2563eb29}.choices button:active,.game .choices button:active{transform:translateY(0)}.choices button:disabled,.game .choices button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}@media(max-width:600px){.game{padding:20px}.scene p{font-size:1rem}button{font-size:.9rem;padding:10px 12px}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
