*{box-sizing:border-box}body{margin:0;background:#05070d;color:#fff;font-family:system-ui}main{max-width:920px;margin:auto;padding:18px}header{padding:10px 0 20px}small{color:#67e8f9}h1{font-size:38px;margin:4px 0}.card{padding:18px;margin:12px 0;border:1px solid #ffffff20;border-radius:18px;background:#ffffff0c}.hide{display:none}label{display:grid;gap:6px;margin:12px 0}input,select,button{padding:12px;border-radius:11px;border:1px solid #ffffff20;background:#111827;color:#fff;font:inherit}button{font-weight:800}.finish{border-color:#f59e0b;color:#fde68a}.row-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}#dice{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin:14px 0}.die{aspect-ratio:1;font-size:20px}.held{background:#155e75;border-color:#22d3ee}#saved{color:#86efac;font-size:12px}#info{color:#bae6fd}.muted{color:#94a3b8;font-size:13px}.table-wrap{overflow:auto;border:1px solid #ffffff18;border-radius:14px}table{border-collapse:collapse;width:100%;min-width:620px}th,td{padding:9px;border-bottom:1px solid #ffffff12;border-right:1px solid #ffffff12;text-align:center}th:first-child,td:first-child{position:sticky;left:0;background:#0b1020;text-align:left;z-index:1}th{background:#111827}td input,td select{width:86px;padding:8px;text-align:center}.quick{border-color:#22d3ee55;background:#083344}.subtotal td,.total td{font-weight:900;background:#0f172a}.active-player{color:#67e8f9}.score-mascot{position:fixed;right:14px;bottom:14px;display:flex;align-items:center;gap:10px;max-width:290px;padding:10px 12px;border:1px solid #22d3ee44;border-radius:16px;background:#08111ee8;z-index:30;box-shadow:0 12px 30px #0008;backdrop-filter:blur(10px)}.mini-die{position:relative;display:grid;place-items:center;width:54px;height:54px;border-radius:14px;background:#f8fafc;color:#111827;font-size:30px;animation:mascotIdle 1.8s ease-in-out infinite}.mini-die .arm{position:absolute;top:24px;width:18px;height:3px;background:#f8fafc;border-radius:3px}.mini-die .left{left:-14px;transform:rotate(18deg)}.mini-die .right{right:-14px;transform:rotate(-18deg)}.score-mascot p{margin:0;font-size:13px;line-height:1.35}.score-mascot.good{border-color:#22c55e88;box-shadow:0 12px 30px #0008,0 0 20px #22c55e18}.score-mascot.bad{border-color:#f9731688}.score-mascot.roine{border-color:#ef444488}.score-mascot.react .mini-die{animation:mascotReact .45s ease}.score-mascot.good.react .mini-die{animation:mascotHappy .55s ease}.score-mascot.roine.react .mini-die{animation:mascotNope .4s ease-in-out 2}@keyframes mascotIdle{50%{transform:translateY(-4px) rotate(2deg)}}@keyframes mascotReact{35%{transform:translateY(-9px) rotate(-8deg)}70%{transform:translateY(2px) rotate(6deg)}}@keyframes mascotHappy{35%{transform:translateY(-11px) rotate(-7deg)}70%{transform:translateY(-2px) rotate(7deg)}}@keyframes mascotNope{25%{transform:translateX(-6px) rotate(-5deg)}75%{transform:translateX(6px) rotate(5deg)}}@media(max-width:560px){.score-mascot{right:8px;bottom:8px;max-width:calc(100vw - 16px);padding:8px 10px}.mini-die{width:48px;height:48px;font-size:26px}.score-mascot p{font-size:12px}}.result-overlay{position:fixed;inset:0;display:grid;place-items:center;padding:18px;background:#020617dd}.result-overlay.hide{display:none}.result-card{width:min(560px,100%);padding:24px;border-radius:20px;background:#0b1020}.result-row{display:flex;justify-content:space-between;gap:12px;padding:8px 0}.record{font-weight:800}.result-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:20px}.result-actions button{min-height:54px;font-weight:900}.result-actions #replay-result{border-color:#2dd4bf99;background:#063f3c;color:#ccfbf1}.mascot-wrap{display:flex;align-items:center;justify-content:center;gap:18px}.dice-mascot{position:relative;width:78px;height:78px;border-radius:18px;background:#f8fafc;box-shadow:0 0 28px #22d3ee55;animation:mascotIdle 2.2s ease-in-out infinite}.pip{position:absolute;width:11px;height:11px;border-radius:50%;background:#111827}.pip1{left:16px;top:16px}.pip2{right:16px;top:16px}.pip3{left:16px;bottom:16px}.pip4{right:16px;bottom:16px}.pip5{left:34px;top:34px}.arm{position:absolute;top:37px;width:28px;height:7px;border-radius:99px;background:#f8fafc}.arm-left{left:-24px;transform:rotate(16deg)}.arm-right{right:-24px;transform:rotate(-16deg)}.mascot-speech{max-width:250px;padding:10px 12px;border-radius:12px;background:#111827}.mascot-roine{animation:mascotNope .45s ease-in-out 2}.history-card{overflow:hidden}.history-summary{display:grid;gap:8px;margin:12px 0}.history-average{display:flex;justify-content:space-between;gap:10px;padding:9px 11px;border:1px solid #ffffff18;border-radius:12px;background:#ffffff08}.history-match{margin-top:10px;border:1px solid #ffffff18;border-radius:14px;background:#08111e;overflow:hidden}.history-match[open]{border-color:#22d3ee55;box-shadow:0 0 20px #22d3ee14}.history-match summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:12px;padding:12px}.history-match summary::-webkit-details-marker{display:none}.history-match time{color:#94a3b8;font-size:12px}.history-detail{padding:0 12px 12px}.history-detail-row{display:flex;justify-content:space-between;gap:12px;padding:7px 0;border-top:1px solid #ffffff10}.history-detail-row.winner{color:#fde68a}#scores thead th{position:sticky;top:0;z-index:4;box-shadow:0 1px 0 #ffffff18}#scores thead th:first-child{left:0;z-index:6}#scores td.wsp-score-cell{position:relative;padding:6px;transition:background .15s ease,box-shadow .15s ease}#scores td.wsp-active-score{background:#0f2d33;box-shadow:inset 0 0 0 1px #2dd4bf44}#scores td.wsp-active-score input,#scores td.wsp-active-score select{border-color:#2dd4bf88}.wsp-suggestion{width:100%;min-height:44px;border:1px dashed #64748b66;border-radius:10px;background:#0f172a;color:#cbd5e1;font-size:18px;font-weight:900}.wsp-suggestion.good{border-style:solid;border-color:#2dd4bf99;background:#063f3c;color:#ccfbf1;box-shadow:0 0 16px #2dd4bf18}.wsp-has-suggestion input,.wsp-has-suggestion select{display:none}@media(max-width:560px){.result-actions{grid-template-columns:1fr}.result-card{max-height:92vh;overflow:auto}.history-average,.history-match summary,.history-detail-row{align-items:flex-start;flex-direction:column;gap:3px}#scores th,#scores td{height:54px;padding:4px 5px}#scores thead th{font-size:13px}#scores td:first-child{font-size:13px;font-weight:800;line-height:1.12}#scores td input,#scores td select,#scores .wsp-suggestion{width:100%;min-width:0;min-height:48px;padding:7px 5px;border-radius:11px;font-size:18px;font-weight:900}#scores td.wsp-active-score{background:#0a3439;box-shadow:inset 3px 0 0 #2dd4bf,inset -1px 0 0 #2dd4bf55}#scores td.wsp-active-score .wsp-suggestion{transform:scale(1.02)}#scores tbody tr:first-child td{border-top:1px solid #ffffff18}.table-wrap{-webkit-overflow-scrolling:touch;scrollbar-width:thin}.wsp-picker-card{padding-bottom:max(0px,env(safe-area-inset-bottom))}}@keyframes mascotIdle{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes mascotNope{0%,100%{transform:translateX(0)}25%{transform:translateX(-7px) rotate(-5deg)}75%{transform:translateX(7px) rotate(5deg)}}.wsp-picker{position:fixed;inset:0;z-index:10000;display:grid;place-items:center;padding:14px}.wsp-picker.hide{display:none}.wsp-picker-backdrop{position:absolute;inset:0;background:#020617c9;backdrop-filter:blur(3px)}.wsp-picker-card{position:relative;width:min(560px,100%);max-height:min(78vh,720px);overflow:auto;border:1px solid #ffffff24;border-radius:22px;background:#252b2b;box-shadow:0 24px 90px #000a;color:#f8fafc}.wsp-picker-head{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px;border-bottom:1px solid #ffffff18;background:#323939}.wsp-picker-head strong{font-size:22px}.wsp-picker-close{width:42px;height:42px;padding:0;border-radius:12px;font-size:30px;line-height:1;background:#ffffff0d}.wsp-choice-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1px;background:#ffffff12}.wsp-choice{min-height:112px;padding:12px 8px;border:0;border-radius:0;background:#343b3b;color:#fff;display:grid;place-items:center;align-content:center;gap:8px}.wsp-choice:active{background:#485151}.wsp-choice-score{font-size:42px;font-weight:900;line-height:1}.wsp-choice-dice{min-height:30px;font-size:27px;line-height:1;letter-spacing:1px;overflow-wrap:anywhere}.wsp-zero{grid-column:1/-1;min-height:76px;display:flex;gap:10px;font-size:22px;font-weight:800}.wsp-keypad-display{padding:28px 20px;text-align:center;font-size:62px;font-weight:900;background:#1d2222;min-height:120px}.wsp-keypad{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#ffffff12}.wsp-key{min-height:92px;border:0;border-radius:0;background:#343b3b;color:#fff;font-size:42px;font-weight:800}.wsp-key.action{font-size:30px}.wsp-key.confirm{color:#5eead4}.wsp-key.back{color:#fca5a5}.yatzy-home{position:fixed;inset:0;z-index:12000;display:grid;place-items:center;padding:18px;background:radial-gradient(circle at top,#172554,#020617 55%)}.yatzy-home.hide{display:none}.yatzy-home-card{width:min(480px,100%);padding:26px;border:1px solid #ffffff22;border-radius:28px;background:#07101dee;box-shadow:0 28px 100px #000b}.home-kicker{margin:0;color:#67e8f9;font-size:12px;font-weight:900;letter-spacing:.22em}.yatzy-home h1{margin:6px 0;font-size:48px}.home-sub{margin:0 0 18px;color:#94a3b8}.game-choices{display:grid;gap:12px}.game-choices button{display:grid;gap:4px;min-height:82px;text-align:left;padding:16px 18px;border-radius:18px;border:1px solid #22d3ee44;background:#0f172a;color:#fff;font-size:20px}.game-choices small{color:#94a3b8;font-size:13px}.theme-box{display:grid;gap:6px;margin-top:20px}.yatzy-menu-button{position:fixed;left:14px;top:14px;z-index:11000;width:48px;height:48px;padding:0;border-radius:14px;font-size:24px}.theme-neon{--accent:#2dd4bf}.theme-dark{--accent:#94a3b8}.theme-light{background:#e5e7eb;color:#111827}.theme-light .card,.theme-light th,.theme-light td:first-child{background:#fff;color:#111827}.theme-light input,.theme-light select,.theme-light button{background:#f3f4f6;color:#111827}.theme-neon .active-player,.theme-neon #info,.theme-neon small{color:#2dd4bf}.theme-neon .quick{border-color:#2dd4bf;background:#042f2e}.table-wrap{max-width:100%}#scores{table-layout:fixed}#scores th:first-child,#scores td:first-child{width:42%;min-width:150px}#scores th:not(:first-child),#scores td:not(:first-child){width:108px;min-width:108px}#scores td input,#scores td select{width:76px;min-height:44px}@media(max-width:560px){main{padding:8px}.card{padding:10px}.wsp-picker{padding:0;align-items:end}.wsp-picker-card{width:100%;max-height:84vh;border-radius:22px 22px 0 0}.wsp-choice-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.wsp-choice{min-height:96px}.wsp-choice-score{font-size:34px}.wsp-choice-dice{font-size:23px}.wsp-key{min-height:82px}#score-card{padding:8px}#score-card h2,#score-card .muted{margin-left:4px}.table-wrap{overflow-x:auto}#scores{min-width:max-content}#scores th:first-child,#scores td:first-child{width:155px;min-width:155px}#scores th:not(:first-child),#scores td:not(:first-child){width:92px;min-width:92px}}#digital.dice-dock{position:fixed;top:50%;z-index:9000;width:104px;max-height:72vh;padding:10px 8px;border:1px solid #ffffff24;border-radius:26px;background:#242b2ddd;box-shadow:0 16px 48px #0009;backdrop-filter:blur(10px);transform:translateY(-50%);display:flex;flex-direction:column;align-items:center;gap:8px}#digital.dice-dock.dock-right{right:10px}#digital.dice-dock.dock-left{left:10px}#digital.dice-dock #rolls{font-size:22px;line-height:1;text-align:center}#digital.dice-dock #dice{display:flex!important;flex-direction:column;gap:7px;margin:0;width:100%;overflow:auto;align-items:center}#digital.dice-dock .die{width:68px;height:68px;min-height:68px;aspect-ratio:1;padding:4px;font-size:30px;border-radius:14px}#digital.dice-dock #roll{width:72px;height:64px;padding:6px;font-size:0;border-radius:50%}#digital.dice-dock #roll:after{content:'↻';font-size:36px;line-height:1}.dice-dock-toggle{width:72px;height:42px;padding:4px;border-radius:14px;font-size:24px;line-height:1}.dice-dock-sum{font-size:28px;font-weight:900;line-height:1}.dice-dock-label{font-size:10px;color:#94a3b8;text-transform:uppercase;letter-spacing:.08em}.theme-light #digital.dice-dock{background:#374151ee;border-color:#11182755}.theme-light #digital.dice-dock .die{background:#fff;color:#111827;border:2px solid #cbd5e1}.theme-light #digital.dice-dock .die.held{background:#0f766e!important;color:#fff!important;border:3px solid #22d3ee!important;box-shadow:0 0 0 3px #0f172a,0 0 18px #22d3ee99;transform:scale(1.03)}.theme-light #digital.dice-dock .die.held::after{content:'✓';position:absolute;right:5px;top:2px;font-size:14px;font-weight:900;color:#ecfeff}.theme-light #digital.dice-dock .die{position:relative}.theme-light .dice-dock-label{color:#e5e7eb}@media(max-width:560px){#digital.dice-dock{width:96px;top:58%;max-height:68vh}#digital.dice-dock .die{width:62px;height:62px;min-height:62px;font-size:28px}#digital.dice-dock #roll{width:66px;height:58px}.dice-dock-toggle{width:66px}}
#wsp-stats-head{display:grid;gap:12px;margin-bottom:14px}.wsp-stats-title-row{display:flex;align-items:end;justify-content:space-between;gap:12px;flex-wrap:wrap}.wsp-stats-title-row h2{margin:0}.wsp-stats-game{font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:var(--accent,#2dd4bf)}.wsp-stats-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.wsp-stat-card{min-width:0;padding:12px;border:1px solid #ffffff18;border-radius:14px;background:#ffffff08}.wsp-stat-card span{display:block;color:#94a3b8;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.wsp-stat-card strong{display:block;margin-top:4px;font-size:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wsp-stat-card small{display:block;margin-top:2px;color:#cbd5e1}.wsp-stats-empty{padding:8px 0;color:#94a3b8}.stats-card .table-wrap{border-radius:14px}.stats-card #stats{min-width:560px}.stats-card #stats th{white-space:nowrap}.stats-card #stats td:first-child{font-weight:900}.stats-card #stats tbody tr:first-child td{background:#0b273055}.history-card h2{margin-bottom:4px}@media(max-width:560px){.wsp-stats-cards{grid-template-columns:1fr}.wsp-stat-card{display:grid;grid-template-columns:1fr auto;align-items:center;column-gap:12px}.wsp-stat-card strong,.wsp-stat-card small{grid-column:2;text-align:right}.stats-card{padding:12px}.stats-card .table-wrap{overflow-x:auto}.stats-card #stats{font-size:13px}.stats-card #stats th,.stats-card #stats td{padding:8px 7px}}

body.wsp-compact-score{overflow:hidden}
body.wsp-compact-score main{max-width:1080px;height:100vh;padding:6px 92px 6px 62px;overflow:hidden}
body.wsp-compact-score main>header,
body.wsp-compact-score main>section.card:not(#score-card):not(#game){display:none!important}
body.wsp-compact-score #game{display:block!important;position:fixed;inset:0;z-index:9050;margin:0;padding:0;border:0;background:transparent;box-shadow:none;pointer-events:none}
body.wsp-compact-score #game>h2,
body.wsp-compact-score #game>label,
body.wsp-compact-score #game>#info,
body.wsp-compact-score #game>#physical,
body.wsp-compact-score #game>.row-actions>#next{display:none!important}
body.wsp-compact-score #game>#digital{pointer-events:auto}
body.wsp-compact-score #game>.row-actions{position:fixed;top:14px;right:14px;z-index:13100;display:block;margin:0;pointer-events:none}
body.wsp-compact-score #game>.row-actions>#finish{display:block!important;min-height:42px;padding:9px 13px;border:1px solid #f8717188;border-radius:12px;background:#3f0d12ee;color:#fecaca;box-shadow:0 8px 26px #0008;font-size:13px;font-weight:900;pointer-events:auto}
body.wsp-compact-score #score-card{display:block!important;margin:0;padding:6px 8px;border-radius:12px;height:calc(100vh - 12px);overflow:hidden}
body.wsp-compact-score #score-card h2{margin:0 0 2px;font-size:18px;line-height:1.1}
body.wsp-compact-score #score-card>.muted{display:none}
body.wsp-compact-score #score-card .table-wrap{height:calc(100vh - 42px);overflow:hidden;border-radius:10px}
body.wsp-compact-score #scores{height:100%;min-width:0}
body.wsp-compact-score #scores th,
body.wsp-compact-score #scores td{height:34px;padding:2px 6px;font-size:12.5px;line-height:1.05}
body.wsp-compact-score #scores td:first-child{font-size:12.5px}
body.wsp-compact-score #scores td input,
body.wsp-compact-score #scores td select,
body.wsp-compact-score #scores .wsp-suggestion,
body.wsp-compact-score #scores .wsp-fixed-choice{min-height:28px;height:28px;padding:2px 5px;border-radius:7px;font-size:14px;line-height:1}
body.wsp-compact-score #scores .wsp-fixed-choice{margin-left:3px;min-width:36px}
body.wsp-compact-score #scores th:first-child,
body.wsp-compact-score #scores td:first-child{width:42%;min-width:130px}
body.wsp-compact-score #scores th:not(:first-child),
body.wsp-compact-score #scores td:not(:first-child){width:auto;min-width:76px}
#wsp-turn-toast{position:fixed;left:50%;top:10px;z-index:13000;transform:translate(-50%,-18px);padding:8px 14px;border:1px solid #2dd4bf66;border-radius:999px;background:#062b2bee;color:#ccfbf1;font-weight:900;opacity:0;pointer-events:none;transition:.18s ease}
#wsp-turn-toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:560px){body.wsp-compact-score main{padding:4px 102px 4px 4px}body.wsp-compact-score #score-card{height:calc(100vh - 8px);padding:4px}body.wsp-compact-score #score-card .table-wrap{height:calc(100vh - 34px)}body.wsp-compact-score #score-card h2{font-size:15px}body.wsp-compact-score #scores th,body.wsp-compact-score #scores td{height:32px;padding:1px 3px;font-size:11px}body.wsp-compact-score #scores td:first-child{font-size:11px}body.wsp-compact-score #scores td input,body.wsp-compact-score #scores td select,body.wsp-compact-score #scores .wsp-suggestion,body.wsp-compact-score #scores .wsp-fixed-choice{min-height:26px;height:26px;font-size:12px;padding:1px 3px}body.wsp-compact-score #game>.row-actions{top:8px;right:8px}body.wsp-compact-score #game>.row-actions>#finish{min-height:38px;padding:7px 10px;font-size:12px}}
