:root{color-scheme:light;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100vh}.app{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem;transition:background .4s}.btn{display:block;width:100%;max-width:280px;margin:0 auto;padding:.85rem 1.5rem;border:none;border-radius:1rem;font-size:1.1rem;font-weight:700;cursor:pointer;transition:transform .1s,opacity .15s}.btn:active{transform:scale(.96)}.btn-primary{background:#fff;color:#333;box-shadow:0 4px 14px #00000026}.btn-secondary{background:#fff3;color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);margin-top:.6rem}.home{text-align:center;width:100%;max-width:340px}.pot-icon{font-size:4rem;margin-bottom:.5rem;animation:wobble 2s ease-in-out infinite}@keyframes wobble{0%,to{transform:rotate(0)}25%{transform:rotate(-8deg)}75%{transform:rotate(8deg)}}.title{font-size:2rem;font-weight:800;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.2);margin-bottom:.25rem}.subtitle{color:#ffffffd9;font-size:.95rem;margin-bottom:1.5rem}.home-stats{display:flex;justify-content:center;gap:1rem;margin-bottom:1.5rem}.stat-pill{background:#fff3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:.35rem .9rem;border-radius:2rem;font-size:.9rem;font-weight:600;color:#fff}.speed-toggle{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem;color:#fffc;font-size:.85rem;cursor:pointer}.speed-toggle input{width:18px;height:18px;accent-color:#fff}.shop{text-align:center;width:100%;max-width:380px}.shop h2{font-size:1.6rem;color:#fff;margin-bottom:.5rem}.shop-coins{font-size:1.2rem;font-weight:700;color:#fff;margin-bottom:1.25rem}.bg-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1.25rem}.bg-card{position:relative;padding:1.5rem .75rem;border:3px solid transparent;border-radius:1rem;cursor:pointer;color:#fff;font-weight:600;text-align:center;transition:transform .12s,border-color .15s;min-height:80px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.3rem}.bg-card:active{transform:scale(.96)}.bg-active{border-color:#fff}.bg-locked{opacity:.7}.bg-name{font-size:.85rem}.bg-cost{font-size:.75rem;opacity:.9}.bg-check{position:absolute;top:.4rem;right:.5rem;font-size:1rem}.result{text-align:center;width:100%;max-width:340px}.result-emoji{font-size:3.5rem;margin-bottom:.5rem}.result h2{font-size:1.8rem;color:#fff;margin-bottom:.5rem}.result-score{font-size:3.5rem;font-weight:800;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.2)}.result-round{color:#ffffffbf;margin-bottom:.5rem}.result-new{background:gold;color:#333;display:inline-block;padding:.3rem 1rem;border-radius:2rem;font-weight:700;font-size:.9rem;margin-bottom:1rem}.game{text-align:center;width:100%;max-width:400px}.hud{display:flex;justify-content:space-between;align-items:center;padding:.6rem 0;margin-bottom:.5rem}.hud-group{display:flex;flex-direction:column;align-items:center}.hud-label{font-size:.7rem;color:#ffffffa6;text-transform:uppercase;letter-spacing:.05em}.hud-value{font-size:1.3rem;font-weight:800;color:#fff}.hud-hearts{font-size:1.2rem;display:flex;gap:.15rem}.game-message{background:#fff3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;font-weight:700;font-size:1rem;padding:.5rem 1rem;border-radius:1rem;margin-bottom:.75rem;display:inline-block}.phase-text{color:#ffffffe6;font-size:.95rem;font-weight:600;margin-bottom:.75rem}.pots-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.25rem}.pot{aspect-ratio:1;border:3px solid rgba(255,255,255,.25);border-radius:1rem;background:#ffffff1f;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .15s,border-color .2s,background .2s;-webkit-tap-highlight-color:transparent}.pot:not(:disabled):active{transform:scale(.93)}.pot:disabled{cursor:default}.pot-emoji{font-size:2.2rem;transition:transform .2s}.pot-shuffling{animation:shuffle-wiggle .3s ease-in-out}@keyframes shuffle-wiggle{0%{transform:translate(0)}25%{transform:translate(-4px) rotate(-3deg)}50%{transform:translate(4px) rotate(3deg)}75%{transform:translate(-2px) rotate(-1deg)}to{transform:translate(0)}}.pot-revealed{border-color:gold;background:#ffd70033}.pot-revealed .pot-emoji{animation:pop .3s ease-out}@keyframes pop{0%{transform:scale(.5)}60%{transform:scale(1.2)}to{transform:scale(1)}}.pot-correct{border-color:#22c55e;background:#22c55e40}.pot-correct .pot-emoji{animation:pop .3s ease-out}.pot-wrong{border-color:#ef4444;background:#ef444440}.pot-answer{border-color:#22c55e;background:#22c55e26}.game-coins{font-size:1rem;font-weight:700;color:#ffffffb3}@media(max-width:400px){.pots-grid{gap:.5rem}.pot-emoji{font-size:1.8rem}.title{font-size:1.6rem}}
