:root{--bg-plain:#fdfbf8;--panel:rgba(255,255,255,0.9);--panel-border:#e6eaf5;--text-main:#3f3a57;--text-muted:#7f7a9d;--accent:#ffc7d9;--accent-strong:#ff9dbf;--ok:#5aa890;--bad:#d66f8d}*{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:"Roboto",sans-serif;font-weight:300;color:var(--text-main);background:var(--bg-plain);position:relative;overflow-x:hidden;display:flex;flex-direction:column}.bg-glow{display:none}.bg-glow-left{top:-14vw;left:-10vw;background:#ffe7ef}.bg-glow-right{right:-12vw;bottom:-16vw;background:#e5ecff}.container{flex:1;width:min(880px,94vw);margin:2.4rem auto;display:grid;gap:.95rem;align-content:start}.hero h1{margin:0 0 .35rem;font-size:clamp(1.8rem,5vw,3.1rem);letter-spacing:.02em;font-family:"Noto Serif",serif;font-weight:700;color:#000000cb}.eyebrow{margin:0;color:#a18dc9;font-family:"Noto Serif",serif;font-weight:700;font-size:.8rem;letter-spacing:.08em}.subtitle{margin:0;color:var(--text-muted);max-width:62ch}.panel{background:var(--panel);border:1px solid var(--panel-border);border-radius:18px;padding:1.1rem;backdrop-filter:blur(3px);box-shadow:0 12px 30px rgba(109,99,150,0.08)}.mt-1{margin-top:1rem}.mb-1{margin-bottom:1rem}.field-row{display:grid;gap:.45rem;margin-bottom:.9rem}label{color:var(--text-muted);font-size:.92rem;display:flex;justify-content:space-between;align-items:center}input[type="text"],input[type="number"]{width:100%;border:1px solid #dde2f3;background:#fff;color:var(--text-main);font:inherit;border-radius:12px;padding:.72rem .8rem}input[type="text"]:focus,input[type="number"]:focus{outline:2px solid #f9d5e2;outline-offset:1px}.question-row{display:grid;grid-template-columns:1fr auto;gap:.65rem}button{border:0;border-radius:12px;padding:.72rem 1rem;font:700 .95rem "Noto Serif",serif;cursor:pointer;color:#5f3f64;background:linear-gradient(130deg,var(--accent),var(--accent-strong));transition:transform 120ms ease,filter 120ms ease;box-shadow:0 8px 16px rgba(255,157,191,0.22)}button:hover{transform:translateY(-1px);filter:brightness(1.04)}button:disabled{cursor:not-allowed;opacity:.7;transform:none}.button-ghost{background:#fff;color:var(--text-main);border:1px solid #e4e8f6;box-shadow:none}.button-ghost:hover{background:#fdfdfd}.actions-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.latest-result{background:rgba(245,247,255,0.6);border-radius:12px;padding:.9rem;border:1px solid #eceffd}.result-row{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.3rem}.result-row .label{font-weight:600;color:var(--text-muted);font-size:.9rem}.result-row .value{font-family:"Noto Serif",serif;font-weight:700;font-size:1.05rem}.probability{font-size:clamp(1.6rem,7vw,2.6rem);margin:.2rem 0;font-family:"Noto Serif",serif;font-weight:800}.probability-small{font-size:1.1rem;font-family:"Noto Serif",serif;font-weight:700}.is-yes,.text-ok{color:var(--ok)}.is-no,.text-bad{color:var(--bad)}.explanation{margin:0;color:#9d86bc;line-height:1.45}.history ul,#historyList,#guessHistoryList{list-style:none;margin:0;padding:0}.history-item,.history-item-flex{border-top:1px solid #eceffd;padding:.8rem 0}.history-item-flex{display:flex;justify-content:space-between;align-items:center;gap:1rem}.history-item-flex:first-child{border-top:0;padding-top:.1rem}.history-question{margin:0;font-weight:500}.history-meta{margin:0;font-family:"Roboto",sans-serif;font-weight:600;font-size:.95rem;white-space:nowrap}.hidden{display:none!important}.setup h2,.setup h3,.guess h2,.result h2,.history h2,.controls h2{margin:0 0 .9rem;font-family:"Noto Serif",serif;color:var(--text-main)}.setup h2,.guess h2,.result h2,.history h2,.controls h2{font-size:1.15rem}.setup h3{font-size:1rem;margin-top:1.5rem;color:#6b638c}.top-bar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem}.top-bar-stats{font-weight:700;color:var(--text-muted);font-size:.95rem}.top-bar-actions{display:flex;gap:.6rem;flex-wrap:wrap}.top-bar-actions button{padding:.55rem .85rem;font-size:.85rem}#questionsLeftText,#guessesLeftText{font-weight:700;font-size:.85rem;color:#a18dc9}.guess-message{margin:.7rem 0 0;min-height:1.3em;font-weight:700;color:var(--text-muted)}.guess-message.correct{color:var(--ok)}.guess-message.incorrect{color:var(--bad)}section#gameScreen{display:grid;gap:.95rem}footer{text-align:center;padding:1.5rem 0;color:var(--text-muted);font-size:.9rem}footer a{color:var(--text-muted);text-decoration:none;font-weight:700}footer a:hover{text-decoration:underline;color:var(--text-main)}@media(max-width:680px){.container{margin:1.2rem auto 1.6rem}.question-row{grid-template-columns:1fr}button{width:100%}.history-item-flex{flex-direction:column;align-items:flex-start;gap:.3rem}
}