:root{font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,sans-serif;line-height:1.6;font-weight:400;color:#13203b;background-color:#dbeafe;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh;background:transparent}a{color:inherit}button{font:inherit;border:none;background:none;color:inherit;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.6}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.app{min-height:100vh;display:flex;justify-content:center;align-items:stretch;padding:2.5rem 1.5rem;background:linear-gradient(135deg,#e0f2ff,#f4f7ff)}.setup,.game{width:min(1100px,100%);background:#fff;border-radius:20px;box-shadow:0 18px 40px #0f235f1f;padding:2.5rem;display:flex;flex-direction:column;gap:2rem}.setup__header h1{margin:0 0 .5rem;font-size:2.75rem;color:#0f1f41}.setup__header p{margin:0;color:#4c5c7a}.setup__form{display:flex;flex-direction:column;gap:1.5rem}.setup__form fieldset{border:1px solid #d9deeb;border-radius:14px;padding:1.5rem}.setup__form legend{padding:0 .5rem;font-weight:600;color:#1f2a44}.setup__words{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.setup__word{display:flex;flex-direction:column;gap:.5rem;font-size:.95rem;color:#4c5c7a}.setup__word input,.setup__players-label textarea,.hint-form input{border-radius:10px;border:1px solid #c6cee2;padding:.75rem 1rem;font-size:1rem;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease}.setup__word input:focus,.setup__players-label textarea:focus,.hint-form input:focus{border-color:#4c6ef5;box-shadow:0 0 0 3px #4c6ef533;outline:none}.setup__players-label{display:flex;flex-direction:column;gap:.75rem;color:#4c5c7a}.setup__players-label textarea{resize:vertical;min-height:120px}.setup__toggle{display:flex;align-items:center;gap:.75rem;color:#4c5c7a;font-weight:500}.setup__toggle input{width:1.2rem;height:1.2rem}.setup__mode-options{display:flex;flex-wrap:wrap;gap:1rem 1.5rem;color:#4c5c7a}.setup__mode-options label{display:flex;gap:.5rem;align-items:center}.setup__hint{margin-top:.75rem;font-size:.9rem;color:#6a7a98}.setup__error{color:#d64545;font-weight:600}.setup__actions{display:flex;justify-content:flex-end}.primary,.secondary,.ghost{border-radius:999px;padding:.7rem 1.4rem;font-size:1rem;font-weight:600;border:none;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.primary{background:linear-gradient(135deg,#4c6ef5,#2b59ff);color:#fff;box-shadow:0 10px 20px #4c6ef540}.primary:hover{transform:translateY(-1px);box-shadow:0 12px 24px #4c6ef559}.secondary{background:#f0f4ff;color:#1b2b4b;border:1px solid #c6cee2}.secondary:hover{transform:translateY(-1px)}.ghost{background:transparent;color:#4c5c7a;border:1px solid transparent}.ghost:hover{border-color:#c6cee2;transform:translateY(-1px)}.game__header{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1.5rem;align-items:center}.game__header h1{margin:0;font-size:2.5rem;color:#0f1f41}.game__header p{margin:.25rem 0 0;color:#51617f}.game__header-actions{display:flex;gap:.75rem}.game__panels{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.75rem}.game__panel{display:flex;flex-direction:column;gap:1.5rem}.game__panel--left{max-width:360px}.game__status,.game__history,.game__word-circle,.game__panel-card{border:1px solid #d9deeb;border-radius:16px;padding:1.5rem;background:#f9fbff}.game__status h2,.game__history h2,.game__word-circle h2,.game__panel-card h2{margin:0 0 1rem;font-size:1.2rem;color:#1b2b4b}.game__status-grid{display:grid;gap:1rem}.status-item{display:flex;flex-direction:column;gap:.3rem}.status-item__label{font-size:.85rem;text-transform:uppercase;letter-spacing:.04em;color:#7381a2}.status-item__value{font-weight:600;color:#23335a}.lives{display:inline-flex;gap:.4rem;font-size:1.2rem}.lives__heart{color:#d0d7eb;transition:color .2s ease}.lives__heart--filled{color:#ff5f7a}.game__overtime{margin-top:1rem;padding:.75rem 1rem;background:#ff5f7a26;color:#b91d3a;border-radius:12px;font-weight:600}.game__history ol{margin:0;padding-left:1.25rem;display:flex;flex-direction:column;gap:.75rem}.game__history-entry{background:#fff;border-radius:12px;padding:.85rem 1rem;border:1px solid transparent}.game__history-entry--correct{border-color:#2ed57359}.game__history-entry--incorrect{border-color:#ff696159}.game__history-empty{margin:0;color:#6a7a98}.word-circle{list-style:none;margin:0;padding:0;display:grid;gap:.75rem}.word-card{display:flex;justify-content:space-between;align-items:center;padding:.85rem 1rem;border-radius:12px;background:#fff;border:1px solid #d9deeb}.word-card--start{background:#edf3ff;border-color:#c2d0ff}.word-card__value{font-weight:600;color:#1b2b4b}.word-card__word{color:#4c5c7a}.game__panel-card p{margin:0 0 1rem;color:#43618d}.sandtimer{border:1px solid #d9deeb;border-radius:12px;padding:.9rem 1rem;background:linear-gradient(135deg,#f0f6ff,#fff);display:flex;flex-direction:column;gap:.6rem}.sandtimer__info{display:flex;justify-content:space-between;color:#1f2a44;font-weight:600}.sandtimer__label{text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;color:#7381a2}.sandtimer__time{font-variant-numeric:tabular-nums}.sandtimer__bar{height:8px;background:#e6ecfa;border-radius:999px;overflow:hidden}.sandtimer__progress{height:100%;background:linear-gradient(135deg,#ff8ba7,#ff5f7a);transition:width 1s linear}.sandtimer__hint{margin:0;font-size:.85rem;color:#b91d3a;font-weight:600}.hint-form{display:flex;flex-direction:column;gap:.9rem}.hint-form label{display:flex;flex-direction:column;gap:.4rem;color:#4c5c7a;font-weight:500}.form-error{margin:0;color:#d64545;font-weight:600}.gap-selector{border:none;padding:0;margin:0 0 1rem;display:grid;gap:.75rem}.gap-selector legend{font-weight:600;color:#415376;margin-bottom:.75rem}.gap-option{display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem;border-radius:12px;border:1px solid #d9deeb;background:#fff}.gap-option--selected{border-color:#4c6ef5;box-shadow:0 0 0 3px #4c6ef533}.game__panel-card--result{text-align:center}.result-actions{display:flex;justify-content:center;gap:1rem;margin-top:1.25rem}@media(max-width:720px){.setup,.game{padding:1.5rem}.game__panel--left{max-width:none}.game__header{flex-direction:column;align-items:flex-start}.game__header-actions{width:100%;justify-content:flex-start}.result-actions{flex-direction:column}}
