@charset "UTF-8";.icon-btn{width:3rem;height:3rem;border:none;border-radius:12px;background:var(--surface-alt);color:var(--ink-muted);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .15s ease,color .15s ease}.icon-btn app-icon{width:1.4rem;height:1.4rem}.icon-btn:hover{background:var(--surface-hover);color:var(--blue-dark)}.game{display:flex;flex-direction:column;gap:2rem;align-items:center}.game app-keyboard{margin-top:1.5rem}.grid-wrap{position:relative;width:100%;display:flex;justify-content:center}.message{text-align:center;color:var(--ink-muted);font-size:1rem}.message--error{color:var(--red)}.progress{margin:0;font-size:.9rem;color:var(--ink-muted);letter-spacing:.04em}.result{text-align:center;font-size:1rem;font-weight:500;margin:0}.result--won{color:var(--blue-dark)}.result--lost{color:var(--red)}.invalid-msg{position:absolute;bottom:-1.75rem;left:0;right:0;margin:0;text-align:center;font-size:.9rem;font-weight:500;color:var(--red);animation:invalid-msg-fade 1s ease-out forwards}@keyframes invalid-msg-fade{0%,80%{opacity:1}to{opacity:0}}.history{position:fixed;top:11.225rem;left:calc((100vw - 36rem)/4);transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.75rem;z-index:1}@media(max-width:60rem){.history{display:none}}.lost-row{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-around;gap:1rem 2rem}.score{margin:0;font-size:.95rem;color:var(--ink-muted);text-align:center}.score strong{color:var(--ink);font-weight:600}.restart-btn{padding:.55rem 1.25rem;border:none;border-radius:12px;background:var(--blue-dark);color:#fff;font-size:.9rem;font-weight:500;font-family:inherit;cursor:pointer;transition:background .15s ease}.restart-btn:hover{background:var(--blue-dark-hover)}:root{--bg: #e8ebf2;--ink: #0f172a;--ink-muted: #64748b;--border: #e4e7ef;--surface-alt: #ffffff;--surface-hover: #dde3ec;--red: #ef4444;--orange: #f59e0b;--blue: #3b82f6;--blue-dark: #084C61;--blue-dark-hover: #063b4c}[data-theme=dark]{--bg: #0f1419;--ink: #e2e8f0;--ink-muted: #94a3b8;--border: #2a2f3b;--surface-alt: #1a1f29;--surface-hover: #252b38;--blue-dark: #3DBEDF;--blue-dark-hover: #5DCEEF}*{box-sizing:border-box}html,body{margin:0;padding:0;min-height:100dvh;background:var(--bg);color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased}button{font-family:inherit}
