:root{color:#111;font-synthesis:none;text-rendering:optimizelegibility;letter-spacing:0;background:#f7f6f3;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button{font:inherit}.app-shell{background:linear-gradient(#101827 0 32%,#f7f6f3 32% 100%),#f7f6f3;place-items:center;min-height:100vh;padding:32px;display:grid}.game-panel{background:#fff;border:1px solid #dedbd3;border-radius:8px;flex-direction:column;gap:24px;width:min(980px,100%);min-height:680px;padding:28px;display:flex;box-shadow:0 24px 48px -16px #0f0f0f38}.top-bar,.confirm-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.brand-mark,.step-badge,.primary-button,.secondary-button,.answer-button,.candidate-chip{align-items:center;gap:8px;display:inline-flex}.brand-mark{color:#111;font-weight:700}.step-badge{color:#5f5a52;border:1px solid #dedbd3;border-radius:999px;justify-content:center;min-width:78px;padding:6px 12px;font-size:14px}.progress-track{background:#eeeeea;border-radius:999px;height:8px;overflow:hidden}.progress-fill{background:#6c47ff;height:100%;transition:width .18s}.start-view,.question-view,.guess-view,.result-view{text-align:center;flex:1;align-content:center;justify-items:center;gap:18px;display:grid}.spark-card{color:#111;background:#ffd966;border-radius:8px;place-items:center;width:56px;height:56px;display:grid}h1{letter-spacing:0;overflow-wrap:anywhere;max-width:760px;margin:0;font-size:52px;line-height:1.1}p{color:#5f5a52;margin:0;line-height:1.55}.eyebrow{color:#6c47ff;font-size:13px;font-weight:700}.primary-button,.secondary-button,.answer-button{cursor:pointer;border:1px solid #0000;border-radius:8px;min-height:44px;transition:transform .12s,border-color .12s,background .12s}.primary-button{color:#fff;background:#6c47ff;padding:11px 18px;font-weight:700}.secondary-button{color:#111;background:#fff;border-color:#c8c3bb;padding:11px 18px;font-weight:700}.answer-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;width:min(720px,100%);display:grid}.answer-button{color:#111;white-space:normal;background:#f7f6f3;border-color:#dedbd3;justify-content:center;padding:12px 10px;font-weight:700}.primary-button:disabled,.secondary-button:disabled,.answer-button:disabled{cursor:wait;opacity:.65}.candidate-strip{border-top:1px solid #ece9e2;gap:12px;padding-top:18px;display:grid}.candidate-strip>span{color:#5f5a52;font-size:13px;font-weight:700}.candidate-list{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.candidate-chip{color:#111;cursor:pointer;background:#e9f7ee;border:1px solid #bee7cc;border-radius:8px;justify-content:space-between;max-width:100%;padding:10px 12px;transition:border-color .12s,background .12s,transform .12s}.candidate-chip.selected{background:#dff3e7;border-color:#18794e}.candidate-chip:disabled{cursor:default;opacity:1}.candidate-chip strong{overflow-wrap:anywhere}.candidate-chip span{color:#18794e;font-weight:700}.error-message{color:#9f1d20;background:#ffe9e7;border-radius:8px;padding:12px 14px}@media (width<=720px){.app-shell{align-items:stretch;padding:16px}.game-panel{min-height:calc(100vh - 32px);padding:20px}.answer-grid{grid-template-columns:1fr}.top-bar,.confirm-row{flex-direction:column;align-items:stretch}.primary-button,.secondary-button{justify-content:center;width:100%}h1{font-size:32px}}
