.sudoku{user-select:none;max-width:520px;margin:0 auto;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.sudoku-top{justify-content:space-between;align-items:center;margin-bottom:.6rem;display:flex}.badge{color:#fff;background:#2563eb;border-radius:999px;padding:.25rem .7rem;font-size:.85rem;font-weight:600}.timer{font-variant-numeric:tabular-nums;color:#334155;font-size:1.05rem}.level-select{gap:.3rem;margin-bottom:.6rem;display:flex}.level-select a{color:#475569;cursor:pointer;background:#f8fafc;border:1px solid #cbd5e1;border-radius:.5rem;flex:1;justify-content:center;align-items:center;padding:.45rem .2rem;font-size:.85rem;font-weight:600;text-decoration:none;display:flex}.level-select a:hover{background:#eef2ff}.level-select a.active{color:#fff;background:#2563eb;border-color:#2563eb}.sudoku-board{aspect-ratio:1;box-sizing:border-box;touch-action:manipulation;border:3px solid #0f172a;grid-template-columns:repeat(9,1fr);width:100%;display:grid}.cell{box-sizing:border-box;color:#2563eb;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#fff;border:1px solid #cbd5e1;justify-content:center;align-items:center;padding:0;font-size:clamp(1.1rem,5.5vw,1.9rem);line-height:1;display:flex}.cell.br{border-right:2px solid #0f172a}.cell.bb{border-bottom:2px solid #0f172a}.cell.given{color:#0f172a;font-weight:700}.cell.peer{background:#eef2ff}.cell.same{background:#c7d7fe}.cell.selected{background:#93c5fd}.cell.error{color:#dc2626;background:#fee2e2}.cell .val{pointer-events:none}.notes{color:#64748b;grid-template-columns:repeat(3,1fr);width:100%;height:100%;font-size:clamp(.5rem,2.3vw,.72rem);line-height:1;display:grid}.note{justify-content:center;align-items:center;display:flex}.numpad{grid-template-columns:repeat(9,1fr);gap:.4rem;margin-top:.9rem;display:grid}.num{aspect-ratio:1;color:#1e293b;cursor:pointer;background:#f8fafc;border:1px solid #cbd5e1;border-radius:.5rem;font-size:clamp(1.1rem,5vw,1.5rem)}.num:hover{background:#eef2ff}.num:active{background:#dbeafe}.num:disabled{opacity:.3;cursor:default}.controls{flex-wrap:wrap;gap:.4rem;margin-top:.7rem;display:flex}.controls button{color:#1e293b;cursor:pointer;white-space:nowrap;background:#f8fafc;border:1px solid #cbd5e1;border-radius:.5rem;flex:auto;padding:.6rem .4rem;font-size:.9rem}.controls button:hover{background:#eef2ff}.controls button:disabled{opacity:.4;cursor:default}.controls button.active{color:#fff;background:#2563eb;border-color:#2563eb}.lives{gap:.15rem;font-size:1.05rem;line-height:1;display:flex}.heart.lost{filter:grayscale();opacity:.55}.win{color:#166534;text-align:center;background:#dcfce7;border-radius:.6rem;margin-top:.9rem;padding:.8rem;font-weight:600}.ad-overlay{z-index:50;background:#0f172a99;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.ad-modal{text-align:center;background:#fff;border-radius:.9rem;width:100%;max-width:340px;padding:1.5rem 1.3rem 1.3rem;position:relative;box-shadow:0 12px 40px #0000004d}.ad-close{color:#94a3b8;cursor:pointer;background:0 0;border:none;font-size:1.5rem;line-height:1;position:absolute;top:.4rem;right:.6rem}.ad-head{margin:.1rem 0 .4rem;font-size:1.2rem;font-weight:700}.ad-sub{color:#475569;margin:0 0 1rem;font-size:.9rem}.ad-slot{color:#94a3b8;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:.6rem;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;height:150px;margin:.4rem 0 1rem;font-weight:600;display:flex}.ad-slot small{font-size:.75rem;font-weight:400}.ad-reward{color:#fff;cursor:pointer;background:#16a34a;border:none;border-radius:.55rem;width:100%;padding:.75rem;font-size:1rem;font-weight:600}.ad-reward:disabled{cursor:default;background:#94a3b8}.ad-secondary{color:#1e293b;cursor:pointer;background:#f8fafc;border:1px solid #cbd5e1;border-radius:.5rem;width:100%;margin-top:.5rem;padding:.6rem;font-size:.9rem}.win-modal{max-width:400px}.win-summary{grid-template-columns:repeat(auto-fit,minmax(70px,1fr));gap:.5rem;margin:.4rem 0 1rem;display:grid}.win-summary div{background:#f1f5f9;border-radius:.5rem;padding:.5rem .3rem}.win-summary span{color:#64748b;text-transform:uppercase;letter-spacing:.02em;font-size:.7rem;display:block}.win-summary b{font-size:1.1rem}.win-lb{text-align:left;margin-bottom:.8rem}.win-lb-title{color:#475569;margin:0 0 .5rem;font-size:.85rem;font-weight:700}.win-note{text-align:center;color:#64748b;background:#f8fafc;border-radius:.5rem;margin:0;padding:.8rem}.wlb-list{border:1px solid #e2e8f0;border-radius:.5rem;margin:0;padding:0;list-style:none;overflow:hidden}.wlb-list li{border-bottom:1px solid #f1f5f9;align-items:center;gap:.55rem;padding:.4rem .6rem;font-size:.9rem;display:flex}.wlb-list li:last-child{border-bottom:none}.wlb-list li.me{background:#eff6ff;font-weight:700}.wlb-list li.wlb-sep{color:#94a3b8;justify-content:center;padding:.1rem}.wlb-rank{text-align:center;min-width:1.5rem}.wlb-av{border-radius:50%}.wlb-name{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.wlb-time{font-variant-numeric:tabular-nums;color:#2563eb;font-weight:700}.win-signin{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:.5rem;width:100%;margin-top:.6rem;padding:.6rem;font-size:.9rem;font-weight:600}.win-link{text-align:center;color:#2563eb;margin-top:.7rem;font-size:.9rem;font-weight:600;text-decoration:none;display:block}
