:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--bg:#0f1115;--bg-rgb:15, 17, 21;--surface:#171a21;--surface-2:#1f232c;--border:#2a2f3a;--text:#f2f3f5;--text-dim:#9aa0ab;--accent:#f8d030;--accent-2:#6890f0;--mult-0:#fff;--mult-half:#f0932b;--mult-1:#8a8f98;--mult-2:#2ecc71;font-family:Segoe UI,system-ui,-apple-system,sans-serif}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (prefers-color-scheme:light){:root{--bg:#f6f7fb;--bg-rgb:246, 247, 251;--surface:#fff;--surface-2:#eef0f5;--border:#dde1e8;--text:#14161a;--text-dim:#5b6270}}:root[data-theme=dark]{--bg:#0f1115;--bg-rgb:15, 17, 21;--surface:#171a21;--surface-2:#1f232c;--border:#2a2f3a;--text:#f2f3f5;--text-dim:#9aa0ab}:root[data-theme=light]{--bg:#f6f7fb;--bg-rgb:246, 247, 251;--surface:#fff;--surface-2:#eef0f5;--border:#dde1e8;--text:#14161a;--text-dim:#5b6270}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--text)}a{color:inherit}button{font-family:inherit}h1,h2,h3,p{margin:0}.modal-backdrop{z-index:100;background:#0000008c;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.modal-box{background:var(--surface);border:1px solid var(--border);border-radius:14px;width:100%;max-width:440px;max-height:80vh;overflow-y:auto;box-shadow:0 12px 36px #00000059}.modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.modal-header h3{font-size:1.05rem}.modal-close{color:var(--text-dim);cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1.1rem;line-height:1}.modal-close:hover{color:var(--text)}.modal-body{color:var(--text);padding:1.25rem;font-size:.92rem;line-height:1.5}.modal-body p+p{margin-top:.6rem}.stats-grid{text-align:center;grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.stats-grid div{background:var(--surface-2);border-radius:10px;padding:.75rem .5rem}.stats-grid strong{font-size:1.5rem;display:block}.stats-grid span{color:var(--text-dim);font-size:.75rem}.stats-empty{color:var(--text-dim)}.layout{flex-direction:column;min-height:100vh;display:flex;position:relative}.bg-layer{z-index:-1;background-position:50%;background-repeat:no-repeat;background-size:cover;position:fixed;inset:0}.bg-layer:after{content:"";background:rgba(var(--bg-rgb), .72);position:absolute;inset:0}.site-header{border-bottom:1px solid var(--border);background:var(--surface);justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.brand{align-items:center;gap:.6rem;text-decoration:none;display:inline-flex}.brand-icon{border-radius:7px;width:2.4rem;height:2.4rem;display:block}.header-actions{align-items:center;gap:.5rem;display:flex}.icon-btn{background:var(--surface-2);border:1px solid var(--border);cursor:pointer;width:2.4rem;height:2.4rem;color:var(--text);border-radius:10px;justify-content:center;align-items:center;font-size:1.2rem;line-height:1;text-decoration:none;display:inline-flex}.icon-btn--lang img{object-fit:cover;border-radius:3px;width:1.4rem;height:1.4rem}.icon-btn:hover{border-color:var(--accent)}.games-menu{position:relative}.games-dropdown{z-index:60;background:var(--surface);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:.2rem;min-width:220px;padding:.4rem;display:flex;position:absolute;top:calc(100% + .5rem);right:0;box-shadow:0 8px 24px #00000040}.games-dropdown-item{color:var(--text);border-radius:8px;align-items:center;gap:.6rem;padding:.5rem .6rem;font-size:.9rem;font-weight:600;text-decoration:none;display:flex}.games-dropdown-item:hover{background:var(--surface-2)}.games-dropdown-item img{object-fit:contain;border-radius:5px;width:1.8rem;height:1.8rem}.site-main{flex:1;width:100%;max-width:1100px;margin:0 auto;padding:2rem 1.5rem 3rem}.site-footer{text-align:center;color:var(--text-dim);flex-direction:column;gap:.35rem;padding:1.25rem;font-size:.8rem;display:flex}.site-footer a{color:var(--text-dim);text-decoration:underline}.site-footer a:hover{color:var(--text)}.hero-banner{justify-content:center;margin:0 auto 2.5rem;display:flex}.hero-banner img{width:100%;max-width:480px;height:auto;display:block}.game-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}@media (width<=900px){.game-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=520px){.game-grid{grid-template-columns:1fr}}.game-card{background:var(--surface);border:1px solid var(--border);color:var(--text);border-radius:16px;flex-direction:column;align-items:flex-start;gap:.4rem;padding:1.5rem;text-decoration:none;transition:transform .15s,border-color .15s;display:flex}.game-card:hover{border-color:var(--accent);transform:translateY(-3px)}.game-card--soon{opacity:.55}.game-card-icon{width:3rem;height:3rem;margin-bottom:.5rem}.game-card h2{font-size:1.15rem}.game-card p{color:var(--text-dim);flex:1;font-size:.9rem}.game-card-cta{color:var(--accent);margin-top:.5rem;font-weight:700}.tc-game{-webkit-user-select:none;user-select:none;flex-direction:column;gap:1rem;display:flex}.tc-toolbar{background:var(--surface);border:1px solid var(--border);z-index:20;border-radius:12px;flex-wrap:wrap;align-items:center;gap:1rem;padding:.85rem 1rem;display:flex;position:sticky;top:.5rem}.tc-palette{flex-wrap:wrap;gap:.4rem;display:flex}.tc-swatch{background:var(--surface-2);color:var(--text);cursor:pointer;border:2px solid #0000;border-radius:10px;flex-direction:column;align-items:center;gap:.3rem;min-width:4.4rem;padding:.5rem .8rem;display:flex}.tc-swatch-color{border:1px solid var(--border);border-radius:50%;width:1.3rem;height:1.3rem;display:block}.tc-swatch--1 .tc-swatch-color{background:var(--mult-1)}.tc-swatch--0\.5 .tc-swatch-color{background:var(--mult-half)}.tc-swatch--2 .tc-swatch-color{background:var(--mult-2)}.tc-swatch--0 .tc-swatch-color{background:var(--mult-0)}.tc-swatch-label{color:var(--text-dim);font-size:.7rem}.tc-swatch--active{border-color:var(--accent);background:var(--surface)}.tc-swatch:disabled{opacity:.5;cursor:default}.tc-btn{border:1px solid var(--border);background:var(--surface-2);color:var(--text);cursor:pointer;border-radius:8px;padding:.5rem 1rem;font-size:.85rem;font-weight:600}.tc-btn--primary{background:var(--accent);color:#1a1a1a;border-color:var(--accent)}.tc-btn:disabled{opacity:.5;cursor:default}.tc-table-wrap{border:1px solid var(--border);border-radius:12px;position:relative;overflow-x:auto}.tc-table-wrap--paused .tc-table{pointer-events:none}.tc-table{border-collapse:collapse;table-layout:fixed}.tc-table th,.tc-table td{border:1px solid var(--border)}.tc-corner{z-index:3;background:var(--surface);width:4.5rem;min-width:4.5rem;position:sticky;top:0;left:0}.tc-corner-label{color:var(--text-dim);padding:.25rem;font-size:.55rem;line-height:1.1;display:block}.tc-col-head,.tc-row-head{background:var(--surface);width:2.6rem;min-width:2.6rem;height:2.6rem;padding:.3rem}.tc-col-head{z-index:2;position:sticky;top:0}.tc-row-head{z-index:1;position:sticky;left:0}.tc-col-head img,.tc-row-head img{width:1.7rem;height:1.7rem;margin:0 auto;display:block}.tc-cell{text-align:center;cursor:pointer;background:var(--surface-2);touch-action:none;width:2.6rem;min-width:2.6rem;height:2.6rem;position:relative}.tc-cell--0{background:var(--mult-0)}.tc-cell--0\.5{background:var(--mult-half)}.tc-cell--1{background:var(--mult-1)}.tc-cell--2{background:var(--mult-2)}.tc-cell--correct:after,.tc-cell--wrong:after{color:#fff;text-shadow:0 0 3px #000000bf,0 0 6px #0000008c;justify-content:center;align-items:center;font-size:1.1rem;font-weight:900;display:flex;position:absolute;inset:0}.tc-cell--correct:after{content:"✓"}.tc-cell--wrong:after{content:"✕"}.tc-cell--missing{background:repeating-linear-gradient(45deg, var(--surface-2), var(--surface-2) 4px, var(--border) 4px, var(--border) 8px)}.tc-cell--missing:after{content:"?";color:var(--text-dim);justify-content:center;align-items:center;font-weight:800;display:flex;position:absolute;inset:0}.tc-pause-overlay{z-index:10;background:#0f1115bf;flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex;position:absolute;inset:0}.tc-pause-text{color:#fff;letter-spacing:-.01em;font-size:1.3rem;font-weight:800}.tc-footer{background:var(--surface);border:1px solid var(--border);border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1rem;display:flex}.tc-timer{align-items:center;gap:.75rem;display:flex}.tc-timer-value{font-variant-numeric:tabular-nums;min-width:3.4rem;font-size:1.2rem;font-weight:800}.tc-actions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.tc-progress,.tc-score{color:var(--text-dim);white-space:nowrap;font-size:.9rem}.tc-score{color:var(--text);font-weight:700}.tabla-tipos-page{flex-direction:column;gap:.75rem;display:flex}.tabla-tipos-page h1{margin-bottom:.25rem;font-size:1.8rem}.qp-game{flex-direction:column;gap:1rem;display:flex}.qp-search{max-width:420px;position:relative}.qp-input{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text);border-radius:10px;padding:.75rem 1rem;font-size:1rem}.qp-input:focus{outline:2px solid var(--accent);outline-offset:-1px}.qp-suggestions{z-index:15;background:var(--surface);border:1px solid var(--border);border-radius:10px;max-height:20rem;margin:0;padding:.35rem;list-style:none;position:absolute;top:calc(100% + .35rem);left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #00000040}.qp-suggestions li button{width:100%;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.6rem;padding:.4rem .5rem;font-size:.95rem;display:flex}.qp-suggestions li button:hover{background:var(--surface-2)}.qp-suggestions img{object-fit:contain;width:2rem;height:2rem}.qp-win{text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:14px;flex-direction:column;align-items:center;gap:.4rem;padding:1.5rem;display:flex}.qp-win img{object-fit:contain;width:6rem;height:6rem}.qp-win p{color:var(--text-dim)}.qp-win-actions{gap:.6rem;margin-top:.5rem;display:flex}.qp-btn{border:1px solid var(--border);background:var(--surface-2);color:var(--text);cursor:pointer;border-radius:8px;padding:.5rem 1rem;font-size:.85rem;font-weight:600}.qp-hints{background:var(--surface);border:1px dashed var(--accent);border-radius:10px;flex-wrap:wrap;align-items:center;gap:.6rem;max-width:640px;padding:.75rem 1rem;display:flex}.qp-hints-label{font-weight:700}.qp-hint-chip{background:var(--surface-2);border-radius:999px;align-items:center;gap:.3rem;padding:.25rem .55rem;font-size:.85rem;display:inline-flex}.qp-hint-chip .qp-type-icon{width:1.2rem;height:1.2rem}.qp-btn--danger{border-color:var(--text-dim);color:var(--text-dim);background:0 0;margin-left:auto}.qp-btn--danger:hover{border-color:var(--text);color:var(--text)}.qp-btn--primary{background:var(--accent);color:#1a1a1a;border-color:var(--accent)}.qp-table-wrap{border:1px solid var(--border);border-radius:12px;overflow-x:auto}.qp-table{border-collapse:collapse;width:100%}.qp-table th{background:var(--surface);color:var(--text-dim);text-transform:uppercase;letter-spacing:.03em;border:1px solid var(--border);white-space:nowrap;padding:.5rem;font-size:.75rem}.qp-cell{border:1px solid var(--border);text-align:center;white-space:nowrap;padding:.5rem .6rem;font-size:.85rem;font-weight:700;position:relative}.qp-cell--name{background:var(--surface);text-align:left;align-items:center;gap:.5rem;font-weight:600;display:flex}.qp-cell--name img{object-fit:contain;width:2.2rem;height:2.2rem}.qp-cell--match{color:#063d1e;background:#2ecc71}.qp-cell--partial{color:#4a3800;background:#f0c419}.qp-cell--none{background:var(--mult-1);color:#24262b}.qp-type-icon{vertical-align:middle;width:1.6rem;height:1.6rem}.qp-arrow{margin-left:.3rem;font-weight:900}.qp-page{flex-direction:column;gap:.75rem;display:flex}.qp-page h1{margin-bottom:.25rem;font-size:1.8rem}.qp-loading{color:var(--text-dim)}.qp-tabs{gap:.5rem;margin-bottom:.5rem;display:flex}.qp-tab{border:1px solid var(--border);background:var(--surface);color:var(--text-dim);cursor:pointer;border-radius:10px;padding:.55rem 1rem;font-size:.9rem;font-weight:600}.qp-tab--active{color:var(--text);border-color:var(--accent);background:var(--surface-2)}.qp-mode--hidden{display:none}.cx-game{flex-direction:column;gap:1rem;max-width:640px;display:flex}.cx-solved-groups{flex-direction:column;gap:.5rem;display:flex}.cx-group{text-align:center;color:#1a1a1a;border-radius:10px;flex-direction:column;gap:.2rem;padding:.75rem 1rem;display:flex}.cx-group-label{text-transform:uppercase;letter-spacing:.02em;font-size:.85rem;font-weight:800}.cx-group-members{font-size:.85rem}.cx-group--0{background:#ffb900}.cx-group--1{background:#7fba00}.cx-group--2{color:#fff;background:#00a4ef}.cx-group--3{color:#fff;background:#f25022}.cx-group--revealed{opacity:.85}.cx-grid{grid-template-columns:repeat(4,1fr);gap:.6rem;display:grid}@media (width<=560px){.cx-grid{grid-template-columns:repeat(2,1fr)}}.cx-grid--shake{animation:.4s cx-shake}@keyframes cx-shake{0%,to{transform:translate(0)}20%,60%{transform:translate(-6px)}40%,80%{transform:translate(6px)}}.cx-card{border:2px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;text-align:center;border-radius:10px;flex-direction:column;align-items:center;gap:.3rem;padding:.6rem .4rem;font-size:.8rem;font-weight:600;display:flex}.cx-card img{object-fit:contain;width:3.2rem;height:3.2rem}.cx-card--selected{border-color:var(--accent);background:var(--surface-2)}.cx-controls{flex-direction:column;gap:.6rem;display:flex}.cx-mistakes{align-items:center;gap:.4rem;display:flex}.cx-mistake-dot{background:var(--surface-2);border:1px solid var(--border);border-radius:50%;width:.85rem;height:.85rem}.cx-mistake-dot--used{background:#e74c3c;border-color:#e74c3c}.cx-message{color:var(--text-dim);font-size:.85rem;font-weight:600}.cx-buttons{flex-wrap:wrap;gap:.6rem;display:flex}.cx-btn{border:1px solid var(--border);background:var(--surface-2);color:var(--text);cursor:pointer;border-radius:8px;padding:.5rem 1rem;font-size:.85rem;font-weight:600}.cx-btn:disabled{opacity:.5;cursor:default}.cx-btn--primary{background:var(--accent);color:#1a1a1a;border-color:var(--accent)}.cx-end{text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:14px;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem;display:flex}.cx-end p{color:var(--text-dim)}.cx-end-actions{gap:.6rem;margin-top:.5rem;display:flex}.cx-page{flex-direction:column;gap:.75rem;display:flex}.cx-page h1{margin-bottom:.25rem;font-size:1.8rem}.cx-subtitle,.cx-loading{color:var(--text-dim)}.cx-tabs{gap:.5rem;margin-bottom:.5rem;display:flex}.cx-tab{border:1px solid var(--border);background:var(--surface);color:var(--text-dim);cursor:pointer;border-radius:10px;padding:.55rem 1rem;font-size:.9rem;font-weight:600}.cx-tab--active{color:var(--text);border-color:var(--accent);background:var(--surface-2)}.cx-mode--hidden{display:none}.hl-game{flex-direction:column;gap:1rem;display:flex}.hl-topbar{color:var(--text-dim);flex-wrap:wrap;gap:1.25rem;font-size:.95rem;display:flex}.hl-topbar strong{color:var(--text);font-size:1.1rem}.hl-stat-name{color:var(--text);margin-left:auto;font-weight:700}.hl-split{border:1px solid var(--border);border-radius:16px;grid-template-columns:1fr 6px 1fr;min-height:380px;display:grid;position:relative;overflow:hidden}@media (width<=640px){.hl-split{grid-template-rows:1fr 6px 1fr;grid-template-columns:1fr}}.hl-divider{background:#fff}.hl-side{cursor:pointer;background:var(--surface);color:var(--text);border:none;flex-direction:column;justify-content:center;align-items:center;gap:.6rem;padding:2rem 1rem;font-weight:700;transition:background .2s;display:flex}.hl-side:hover:not(:disabled){background:var(--surface-2)}.hl-side:disabled{cursor:default}.hl-side img{object-fit:contain;width:8rem;height:8rem}.hl-name{font-size:1rem}.hl-value{font-size:2.2rem;font-weight:900}.hl-side--correct{background:#2ecc7133;box-shadow:inset 0 0 0 3px #2ecc71}.hl-side--wrong{background:#e74c3c33;box-shadow:inset 0 0 0 3px #e74c3c}.hl-ball{z-index:5;pointer-events:none;flex-direction:column;align-items:center;gap:.35rem;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hl-ball img{filter:drop-shadow(0 4px 10px #0006);width:4.5rem;height:4.5rem}.hl-ball-label{color:#fff;letter-spacing:.05em;border-radius:999px;padding:.15rem .65rem;font-size:.8rem;font-weight:900}.hl-ball--higher .hl-ball-label{background:#2ecc71}.hl-ball--lower .hl-ball-label{background:#e74c3c}.hl-gameover{text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:14px;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem;display:flex}.hl-gameover p{color:var(--text-dim)}.hl-gameover-actions{flex-wrap:wrap;justify-content:center;gap:.6rem;margin-top:.5rem;display:flex}.hl-btn{border:1px solid var(--border);background:var(--surface-2);color:var(--text);cursor:pointer;border-radius:8px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;text-decoration:none}.hl-btn--primary{background:var(--accent);color:#1a1a1a;border-color:var(--accent)}.hl-page{flex-direction:column;gap:.75rem;display:flex}.hl-page h1{margin-bottom:.25rem;font-size:1.8rem}.hl-subtitle,.hl-loading{color:var(--text-dim)}.hl-stat-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem;margin-top:.5rem;display:grid}.hl-stat-card{border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;border-radius:12px;flex-direction:column;align-items:center;gap:.4rem;padding:1.25rem 1rem;font-weight:700;display:flex}.hl-stat-card:hover{border-color:var(--accent);background:var(--surface-2)}.hl-stat-card-label{font-size:1.05rem}.hl-stat-card-best{color:var(--text-dim);font-size:.8rem;font-weight:500}.sil-game{flex-direction:column;gap:.9rem;display:flex}.sil-topbar{color:var(--text-dim);flex-wrap:wrap;gap:1.25rem;font-size:.95rem;display:flex}.sil-topbar strong{color:var(--text);font-size:1.1rem}.sil-timerbar{background:var(--surface-2);border:1px solid var(--border);border-radius:999px;height:10px;overflow:hidden}.sil-timerbar-fill{background:var(--accent);height:100%;transition:width .1s linear,background .2s}.sil-timerbar-fill--danger{background:#e74c3c}.sil-timeleft{text-align:center;color:var(--text-dim);margin:-.4rem 0 0;font-size:1.1rem;font-weight:800}.sil-stage{border:1px solid var(--border);background:#eef1f6;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;min-height:260px;padding:1.5rem;transition:box-shadow .15s;display:flex}.sil-stage--wrong{animation:.4s sil-shake;box-shadow:inset 0 0 0 3px #e74c3c}@keyframes sil-shake{0%,to{transform:translate(0)}25%{transform:translate(-8px)}75%{transform:translate(8px)}}.sil-sprite{object-fit:contain;width:12rem;height:12rem}.sil-sprite--silhouette{filter:brightness(0)}.sil-sprite--revealed{filter:none}.sil-reveal-label{color:var(--text);text-align:center;font-size:1.15rem;font-weight:800}.sil-bonus{color:#2ecc71;font-weight:900}.sil-form{display:flex}.sil-input{border:1px solid var(--border);background:var(--surface-2);color:var(--text);border-radius:10px;flex:1;padding:.75rem 1rem;font-size:1rem}.sil-input:disabled{opacity:.6}.sil-input--wrong{border-color:#e74c3c}.sil-gameover{text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:14px;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem;display:flex}.sil-gameover-sprite{object-fit:contain;width:8rem;height:8rem}.sil-gameover p{color:var(--text-dim)}.sil-gameover-best{font-size:.9rem}.sil-gameover-actions{flex-wrap:wrap;justify-content:center;gap:.6rem;margin-top:.5rem;display:flex}.sil-btn{border:1px solid var(--border);background:var(--surface-2);color:var(--text);cursor:pointer;border-radius:8px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;text-decoration:none}.sil-btn--primary{background:var(--accent);color:#1a1a1a;border-color:var(--accent)}.sil-page{flex-direction:column;gap:1rem;max-width:32rem;margin:0 auto;display:flex}.sil-loading,.sil-subtitle{color:var(--text-dim)}.sil-start-stats{color:var(--text-dim);gap:1.25rem;font-size:.95rem;display:flex}.sil-start-stats strong{color:var(--text)}.sil-start-btn{align-self:flex-start;padding:.75rem 1.5rem;font-size:1rem}.pg-game{flex-direction:column;gap:1rem;max-width:640px;display:flex}.pg-topbar{color:var(--text-dim);gap:1.25rem;font-size:.95rem;display:flex}.pg-topbar strong{color:var(--text)}.pg-grid{grid-template-columns:1.1fr repeat(3,1fr);gap:.4rem;display:grid}.pg-cell{border:1px solid var(--border);background:var(--surface);text-align:center;min-height:88px;color:var(--text);border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;padding:.4rem;font-size:.78rem;display:flex}.pg-cell--corner{background:0 0;border:none}.pg-cell--header{background:var(--surface-2);font-weight:700;line-height:1.2}.pg-cell--answer{cursor:pointer;font-family:inherit;transition:box-shadow .15s,background .15s}.pg-cell--answer:disabled{cursor:default}.pg-cell--answer:not(:disabled):hover{background:var(--surface-2)}.pg-cell--answer img{object-fit:contain;width:3.2rem;height:3.2rem}.pg-cell--answer span{font-size:.75rem;font-weight:600}.pg-type-badge{width:5.5rem;height:auto}.pg-cell--selected{box-shadow:inset 0 0 0 3px var(--accent)}.pg-cell--filled{background:#2ecc711f;box-shadow:inset 0 0 0 3px #2ecc71}.pg-cell--revealed{opacity:.9;background:#e74c3c1f;box-shadow:inset 0 0 0 3px #e74c3c}.pg-cell--shake{animation:.4s pg-shake;box-shadow:inset 0 0 0 3px #e74c3c}@keyframes pg-shake{0%,to{transform:translate(0)}25%{transform:translate(-6px)}75%{transform:translate(6px)}}.pg-controls{flex-direction:column;gap:.5rem;display:flex}.pg-hint{color:var(--text-dim);margin:0;font-size:.9rem}.pg-input{border:1px solid var(--border);background:var(--surface-2);color:var(--text);border-radius:10px;padding:.7rem 1rem;font-size:1rem}.pg-input:disabled{opacity:.6}.pg-suggestions{flex-direction:column;gap:.2rem;max-height:260px;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.pg-suggestions button{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text);cursor:pointer;text-align:left;border-radius:8px;align-items:center;gap:.5rem;padding:.4rem .6rem;display:flex}.pg-suggestions button:hover{background:var(--surface-2)}.pg-suggestions img{object-fit:contain;width:2rem;height:2rem}.pg-message{color:#e74c3c;margin:0;font-size:.9rem;font-weight:600}.pg-finish{text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:14px;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem;display:flex}.pg-finish p{color:var(--text-dim)}.pg-finish-actions{flex-wrap:wrap;justify-content:center;gap:.6rem;margin-top:.5rem;display:flex}.pg-btn{border:1px solid var(--border);background:var(--surface-2);color:var(--text);cursor:pointer;border-radius:8px;padding:.5rem 1rem;font-size:.85rem;font-weight:600}.pg-btn--primary{background:var(--accent);color:#1a1a1a;border-color:var(--accent)}.pg-btn--danger{color:#e74c3c;background:0 0;border-color:#e74c3c;align-self:flex-start}@media (width<=560px){.pg-cell{min-height:68px;font-size:.7rem}.pg-cell--answer img{width:2.4rem;height:2.4rem}.pg-type-badge{width:4rem}}.pg-page{flex-direction:column;gap:.75rem;display:flex}.pg-page h1{margin-bottom:.25rem;font-size:1.8rem}.pg-loading{color:var(--text-dim)}.pg-tabs{gap:.5rem;margin-bottom:.5rem;display:flex}.pg-tab{border:1px solid var(--border);background:var(--surface);color:var(--text-dim);cursor:pointer;border-radius:10px;padding:.55rem 1rem;font-size:.9rem;font-weight:600}.pg-tab--active{color:var(--text);border-color:var(--accent);background:var(--surface-2)}.pg-mode--hidden{display:none}.pk-game{flex-direction:column;align-items:center;gap:1rem;max-width:640px;margin:0 auto;display:flex}.pk-game>form{justify-content:center;width:100%;display:flex}.pk-topbar{color:var(--text-dim);text-align:center;font-size:.95rem}.pk-topbar strong{color:var(--text)}.pk-rows{cursor:text;flex-direction:column;gap:.5rem;display:flex}.pk-row{flex-wrap:wrap;gap:.4rem;display:flex}.pk-tile{text-transform:uppercase;color:#fff;border:1px solid var(--border);border-radius:8px;justify-content:center;align-items:center;min-width:2.9rem;height:2.9rem;padding:0 .15rem;font-size:1.4rem;font-weight:700;display:inline-flex}.pk-tile--correct{background:#2ecc71;border-color:#2ecc71}.pk-tile--present{color:#1a1a1a;background:#f1c40f;border-color:#f1c40f}.pk-tile--absent{background:var(--surface-2);border-color:var(--border);color:var(--text-dim)}.pk-tile--empty{background:var(--surface-2);border-color:var(--border)}.pk-tile--typed{background:var(--surface-2);border-color:var(--text-dim);color:var(--text)}.pk-row--shake{animation:.4s pk-shake}@keyframes pk-shake{0%,to{transform:translate(0)}25%{transform:translate(-6px)}75%{transform:translate(6px)}}.pk-controls{text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex}.pk-hidden-input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.pk-message{color:#e74c3c;margin:0;font-size:.9rem;font-weight:600}.pk-controls-actions{gap:.5rem;display:flex}.pk-legend{color:var(--text-dim);margin:0;font-size:.8rem}.pk-finish{text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:14px;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem;display:flex}.pk-finish p{color:var(--text-dim)}.pk-finish-sprite{object-fit:contain;width:6rem;height:6rem}.pk-finish-actions{flex-wrap:wrap;justify-content:center;gap:.6rem;margin-top:.5rem;display:flex}.pk-btn{border:1px solid var(--border);background:var(--surface-2);color:var(--text);cursor:pointer;border-radius:8px;padding:.5rem 1rem;font-size:.85rem;font-weight:600}.pk-btn--primary{background:var(--accent);color:#1a1a1a;border-color:var(--accent)}.pk-btn--danger{color:#e74c3c;background:0 0;border-color:#e74c3c}@media (width<=560px){.pk-tile{min-width:2.3rem;height:2.3rem;font-size:1.15rem}}.pk-page{flex-direction:column;gap:.75rem;display:flex}.pk-page h1{margin-bottom:.25rem;font-size:1.8rem}.pk-loading{color:var(--text-dim)}.pk-tabs{gap:.5rem;margin-bottom:.5rem;display:flex}.pk-tab{border:1px solid var(--border);background:var(--surface);color:var(--text-dim);cursor:pointer;border-radius:10px;padding:.55rem 1rem;font-size:.9rem;font-weight:600}.pk-tab--active{color:var(--text);border-color:var(--accent);background:var(--surface-2)}.pk-mode--hidden{display:none}
