:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.join{flex-direction:column;gap:.75rem;display:flex}.hero{position:relative}#center{box-sizing:border-box;flex-direction:column;flex-grow:1;place-content:center;place-items:center;gap:25px;padding:1rem;display:flex}.button-container{justify-content:center;align-items:flex-start;gap:2rem;display:flex}.create-button,.join-button{letter-spacing:.08em;border:2px solid var(--color);color:var(--color);background:linear-gradient(to right, var(--glow) 1%, transparent 40%, transparent 60%, var(--glow) 100%);box-shadow:inset 0 0 10px var(--glow), 0 0 9px 3px var(--glow);border-radius:.6em;padding:.8em 3em;font-family:inherit;font-size:18px;line-height:1.4em;transition:all .3s;position:relative;overflow:hidden}.create-button{--color:#8ce771;--glow:#7adb971a}.join-button{--color:#4d50f5;--glow:#4d50f526}.create-button:hover,.join-button:hover{color:var(--color);box-shadow:inset 0 0 10px var(--glow), 0 0 9px 3px var(--glow)}.create-button:before,.join-button:before{content:"";background:linear-gradient(to right, transparent 1%, var(--glow) 40%, var(--glow) 60%, transparent 100%);width:4em;height:100%;transition:transform .4s ease-in-out;position:absolute;top:0;left:-4em}.create-button:hover:before,.join-button:hover:before{transform:translate(15em)}@media (width<=600px){#center{padding:1rem}.button-container{flex-direction:column;align-items:stretch;gap:1.5rem;width:100%;max-width:320px}.create-button,.join-button{box-sizing:border-box;width:100%;padding:.8em 1.5em;font-size:16px}}.container{background:#111;justify-content:center;align-items:center;min-height:100vh;display:flex}.form{background:#1e1e1e;border:1px solid #333;border-radius:16px;flex-direction:column;gap:.75rem;width:100%;max-width:420px;padding:2rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 10px 30px #00000080,0 0 0 1px #ffffff08}.form:hover{transform:translateY(-2px);box-shadow:0 15px 40px #0009,0 0 0 1px #ffffff0d}#heading{text-align:center;color:#fff;margin:0 0 1rem;font-size:1.6rem;font-weight:600}.field{background:#2a2a2a;border:1px solid #3a3a3a;border-radius:10px;align-items:center;gap:.75rem;padding:.8rem 1rem;transition:border-color .2s;display:flex}.field:focus-within{border-color:#4f8cff}.input-icon{fill:#fff;width:1.3em;height:1.3em}.input-field{color:#d3d3d3;background:0 0;border:none;outline:none;width:100%;font-size:16px}.form .btn{flex-direction:row;justify-content:center;margin-top:1rem;display:flex}.button1{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:10px;padding:.8rem 1.2rem;font-weight:600;transition:background .2s,transform .2s}.button1:hover{background:#2563eb;transform:translateY(-1px)}@media (width<=600px){.container{padding:.75rem}.form{border-radius:14px;padding:1.5rem}#heading{font-size:1.4rem}.field{padding:.75rem .9rem}.form .btn,.button1{width:100%}}.lobby-player-card{background:#222;border-radius:12px;justify-content:space-between;align-items:center;margin:1rem;padding:1rem 1.2rem;transition:all .2s;display:flex}.lobby-player-card:hover{transform:translateY(-2px)}.lobby-header{border-bottom:1px solid #303030;justify-content:space-between;align-items:center;padding-bottom:1rem;display:flex}.join-code{letter-spacing:.2rem;color:green;font-family:monospace;font-size:1.3rem;font-weight:700}.leave-button{--red:#ff3535;border:2px solid var(--red);background:var(--red);color:#fff;border-radius:.6em;margin:2rem 0;padding:.7em 2.7em;font-size:medium;line-height:1.4em;overflow:hidden}@media (width<=600px){.lobby-header{align-items:center;gap:.75rem}.join-code{letter-spacing:.15rem;font-size:1.1rem}.leave-button{white-space:nowrap;padding:.65em 1.2em;font-size:.9rem}}.start-game-button{--green:#1bfd9c;border:2px solid var(--green);color:var(--green);letter-spacing:.06em;background:linear-gradient(90deg,#1bfd9c1a 1%,#0000 40% 60%,#1bfd9c1a 100%);border-radius:.6em;padding:.7em 2.7em;font-size:15px;line-height:1.4em;overflow:hidden;box-shadow:inset 0 0 10px #1bfd9c66,0 0 9px 3px #1bfd9c1a}.start-game-button.disabled{cursor:not-allowed;opacity:.45;color:#777;box-shadow:none;background:#e5e5e5;border-color:#777;transform:none}.lobby-container{justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.lobby-card{background:#171717;border-radius:20px;flex-direction:column;gap:2rem;width:min(700px,100%);padding:2rem;display:flex;box-shadow:0 10px 30px #00000059}.ready-button{--green:#1bfd9c;letter-spacing:.06em;border:2px solid var(--green);color:var(--green);background:linear-gradient(90deg,#1bfd9c1a 1%,#0000 40% 60%,#1bfd9c1a 100%);border-radius:.6em;padding:.7em 2.7em;font-family:inherit;font-size:15px;line-height:1.4em;transition:all .3s;position:relative;overflow:hidden;box-shadow:inset 0 0 10px #1bfd9c66,0 0 9px 3px #1bfd9c1a}.ready-button:hover{color:#82ffc9;box-shadow:inset 0 0 10px #1bfd9c99,0 0 9px 3px #1bfd9c33}.ready-button:before{content:"";background:linear-gradient(90deg,#0000 1%,#1bfd9c1a 40% 60%,#0000 100%);width:4em;height:100%;transition:transform .4s ease-in-out;position:absolute;top:0;left:-4em}.ready-button:hover:before{transform:translate(48em)}.scorecard{border-collapse:separate;border-spacing:0;color:#f7f7f2;background:#181818;border:1px solid #303030;border-radius:12px;width:fit-content;margin:1rem auto;font-size:.82rem;overflow:hidden;box-shadow:0 14px 32px #0000005c}.scorecard th,.scorecard td{border-bottom:1px solid #303030;border-right:1px solid #303030;padding:.5rem .75rem}.scorecard th:last-child,.scorecard td:last-child{border-right:0}.scorecard tr:last-child th,.scorecard tr:last-child td{border-bottom:0}.scorecard thead{background:#262626}.scorecard thead th{color:#f7f7f2;text-transform:uppercase;font-size:.74rem;font-weight:900}.scorecard thead th:first-child,.scorecard tbody th{text-align:left}.scorecard tbody th{white-space:nowrap;color:#ddd7cf;font-weight:800}.scorecard tbody tr:nth-child(2n){background:#202020}.scorecard tbody tr:nth-child(odd){background:#181818}.scorecard tbody tr:hover{background:#292929}.separator{font-weight:900;background:#2f2a1b!important}.separator th,.separator td{color:#ffd54f}.scorecard td{text-align:center;min-width:3rem;height:2rem;font-weight:800}.score-cell.clickable{cursor:pointer;color:#1bf59c;background:#1bf59c14}.score-cell.clickable:hover{background:#1bf59c2e}@media (width<=1180px) and (width>=901px){.scorecard{border-radius:10px;margin:0 auto;font-size:.72rem}.scorecard th,.scorecard td{padding:.34rem .5rem}.scorecard thead th{font-size:.64rem}.scorecard td{min-width:2.55rem;height:1.65rem}}@media (height<=940px) and (width>=901px){.scorecard{margin:0 auto;font-size:.68rem}.scorecard th,.scorecard td{padding:.28rem .45rem}.scorecard thead th{font-size:.6rem}.scorecard td{height:1.8rem}}@media (width<=900px){.scorecard{border-radius:10px;min-width:max-content;margin:0;font-size:.78rem}.scorecard th,.scorecard td{padding:.62rem .7rem}.scorecard thead th{z-index:2;background:#262626;position:sticky;top:0}.scorecard thead th:first-child,.scorecard tbody th{z-index:3;background:inherit;max-width:8.5rem;position:sticky;left:0;box-shadow:1px 0 #303030}.scorecard thead th:first-child{background:#262626}.separator th{background:#2f2a1b}.scorecard td{min-width:3.5rem;height:2.6rem}.score-cell.clickable{outline-offset:-4px;outline:1px solid #1bf59c59;min-width:4rem;position:relative}}@media (width<=420px){.scorecard{font-size:.72rem}.scorecard th,.scorecard td{padding:.52rem .55rem}.scorecard thead th:first-child,.scorecard tbody th{max-width:7rem}.scorecard td{min-width:3.15rem}}.game-container{--game-surface:#161616;--game-surface-2:#202020;--game-line:#343434;--game-text:#f7f7f2;--game-muted:#aaa39b;--game-accent:#1bf59c;--game-gold:#ffd54f;box-sizing:border-box;background:radial-gradient(circle at 0 0,#1bf59c1f,#0000 30rem),linear-gradient(145deg,#111 0%,#181818 48%,#101010 100%);grid-template-columns:minmax(300px,500px) minmax(0,1fr);align-items:center;gap:2rem;width:100%;height:100dvh;min-height:0;padding:2rem;display:grid;overflow:hidden}.game-area{box-sizing:border-box;width:100%;min-height:500px;color:var(--game-text);background:linear-gradient(180deg, #ffffff0e, transparent 42%), var(--game-surface);border:1px solid var(--game-line);border-radius:18px;justify-items:center;gap:1.5rem;padding:2rem;display:grid;box-shadow:0 18px 42px #00000061}.game-info{text-align:center;justify-items:center;gap:.8rem;width:100%;display:grid}.turn-pill{min-height:2rem;color:var(--game-muted);text-transform:uppercase;background:#222;border:1px solid #4a4a4a;border-radius:999px;align-items:center;padding:0 .8rem;font-size:.78rem;font-weight:800;display:inline-flex}.turn-pill.active{color:#062215;border-color:var(--game-accent);background:var(--game-accent)}.turn-label{color:var(--game-muted);text-transform:uppercase;margin:0;font-size:.85rem;font-weight:700}.turn-player{color:var(--game-text);overflow-wrap:anywhere;margin:.25rem 0 0;font-size:clamp(2rem,8vw,3.25rem);font-weight:900;line-height:1}.turn-count{color:var(--game-muted);margin:0}.turn-count strong{color:var(--game-text)}.game-actions{width:min(100%,22rem)}.roll_button{color:#062215;background:var(--game-accent);cursor:pointer;letter-spacing:0;border:0;border-radius:12px;justify-content:center;align-items:center;width:100%;min-height:3.75rem;font-size:1rem;font-weight:900;transition:transform .18s,box-shadow .18s,filter .18s;display:flex;box-shadow:0 12px 24px #1bf59c2e}.roll_button:hover:not(:disabled){filter:brightness(1.08);transform:translateY(-2px);box-shadow:0 16px 30px #1bf59c3d}.roll_button:active{transform:translateY(1px)}.roll_button:disabled{cursor:not-allowed;color:#8f8f8f;box-shadow:none;background:#303030;transform:none}.error{color:#fa7878;width:min(100%,22rem);margin:0;font-weight:700}.score-area{width:100%;min-width:0;max-height:100%;color:var(--game-text);scrollbar-color:#555 transparent;overflow:hidden}.score-area-header{display:none}@media (width<=1280px) and (width>=901px){.game-container{grid-template-columns:minmax(280px,390px) minmax(0,1fr);gap:1rem;padding:1rem}.game-area{border-radius:14px;gap:1rem;min-height:0;padding:1.25rem}.turn-player{font-size:clamp(1.8rem,4vw,2.45rem)}.game-actions,.error{width:min(100%,18rem)}.roll_button{border-radius:10px;min-height:3.2rem}}@media (height<=860px) and (width>=901px){.game-container{align-items:start;gap:1rem;padding:1rem}.game-area{gap:.85rem;min-height:0;padding:1rem}.game-info{gap:.55rem}.turn-player{font-size:clamp(1.75rem,3vw,2.2rem)}.turn-pill{min-height:1.75rem;font-size:.68rem}.roll_button{min-height:3rem}}@media (width<=900px){.game-container{background:#111;grid-template-columns:1fr;align-items:stretch;gap:0;height:auto;min-height:100dvh;padding:0;overflow:visible}.game-area{z-index:10;border-width:0 0 1px;border-radius:0;min-height:auto;padding:1rem .85rem 1.1rem;position:sticky;top:0;box-shadow:0 12px 28px #00000061}.game-info{text-align:left;grid-template-columns:auto 1fr auto;align-items:center;gap:.75rem}.turn-pill{min-height:1.75rem;padding:0 .65rem;font-size:.68rem}.turn-label{font-size:.68rem}.turn-player{max-width:100%;font-size:1.55rem}.turn-count{text-align:right;min-width:3rem;font-size:.8rem}.game-actions{width:100%}.roll_button{border-radius:10px;min-height:3.25rem}.error{width:100%;font-size:.9rem}.score-area{box-sizing:border-box;-webkit-overflow-scrolling:touch;scrollbar-color:#555 transparent;padding:1rem .75rem 1.25rem;overflow:auto hidden}.score-area-header{justify-content:space-between;align-items:center;gap:1rem;min-width:max-content;padding:0 .15rem .75rem;display:flex}.score-area-header p{color:var(--game-text);margin:0;font-size:1.05rem;font-weight:900}.score-area-header span{color:var(--game-muted);text-transform:uppercase;font-size:.78rem;font-weight:800}}@media (width<=420px){.game-area{padding:.85rem .65rem .95rem}.game-info{grid-template-columns:1fr auto}.turn-pill{grid-column:1/-1;justify-self:start}.turn-player{font-size:1.35rem}}.diceRow{box-sizing:border-box;background:linear-gradient(#111,#191919),#151515;border:1px solid #303030;border-radius:16px;grid-template-columns:repeat(5,3.8rem);justify-content:center;gap:.85rem;width:100%;padding:.75rem;display:grid;box-shadow:inset 0 2px 14px #0000008c}.die{color:#171717;cursor:pointer;-webkit-user-select:none;user-select:none;touch-action:manipulation;background:radial-gradient(circle at 30% 25%,#ffffffd9,#0000 1.4rem),#f7f2e8;border:0;border-radius:12px;justify-content:center;align-items:center;width:3.8rem;height:3.8rem;margin:0;font-size:2rem;font-weight:900;transition:transform .18s,box-shadow .18s,background .18s;display:flex;box-shadow:inset 0 -5px #00000017,0 8px 16px #00000059}.die:hover{transform:translateY(-3px)}.die.held{color:#2d2100;background:radial-gradient(circle at 30% 25%,#ffffffbf,#0000 1.35rem),#ffd54f;transform:translateY(-8px);box-shadow:inset 0 -5px #543b001f,0 12px 22px #ffd54f2e}.die.disabled{cursor:default;opacity:.55}.remaining{color:#aaa39b;margin:0;padding:0;font-size:.95rem;font-weight:700}.remaining strong{color:#f7f7f2}@media (width<=1280px) and (width>=901px){.diceRow{border-radius:12px;grid-template-columns:repeat(5,3.15rem);gap:.55rem;padding:.6rem}.die{border-radius:10px;width:3.15rem;height:3.15rem;font-size:1.65rem}.remaining{font-size:.85rem}}@media (height<=940px) and (width>=901px){.diceRow{grid-template-columns:repeat(5,2.9rem);gap:.45rem;padding:.5rem}.die{width:2.9rem;height:2.9rem;font-size:1.45rem}.die.held{transform:translateY(-5px)}}@media (width<=900px){.diceRow{border-radius:12px;grid-template-columns:repeat(5,minmax(2.85rem,1fr));gap:.55rem;padding:.55rem}.die{aspect-ratio:1;border-radius:10px;width:100%;height:auto;font-size:1.5rem}.die:hover{transform:none}.die.held{transform:translateY(-5px)}.remaining{text-align:center;background:#202020;border:1px solid #303030;border-radius:999px;justify-self:stretch;padding:.35rem .7rem;font-size:.82rem}}@media (width<=360px){.diceRow{gap:.4rem}.die{font-size:1.25rem}}.section{box-sizing:border-box;color:#fff;width:100%;max-width:600px;margin:0 auto;padding:2rem 1rem}.section h2{text-align:center;margin:0 0 2rem;font-size:2rem}.player-container{flex-direction:column;gap:.75rem;margin-left:2rem;margin-right:2rem;display:flex}.results-player-card{background:#1e1e1e;border:1px solid #333;border-radius:12px;align-items:center;gap:1rem;padding:1rem 1.25rem;transition:transform .2s,background .2s,border-color .2s;display:flex;box-shadow:0 5px 15px #00000040}.results-player-card:hover{background:#242424;border-color:#444;transform:translateY(-2px)}.player-position{color:#aaa;background:#303030;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:35px;height:35px;font-weight:700;display:flex}.player-name{text-align:left;text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:1.1rem;font-weight:600;overflow:hidden}.player-score{white-space:nowrap;font-size:1.3rem;font-weight:700}.results-player-card.winner{background:linear-gradient(135deg,#332d17,#1e1e1e);border:1px solid #d6b94c;box-shadow:0 0 15px #d6b94c2e,0 8px 20px #0000004d}.results-player-card.winner .player-position{color:#171717;background:#d6b94c}.results-player-card.winner .player-score{color:#f1d76b}.winner-label{color:#f1d76b;white-space:nowrap;background:#d6b94c26;border-radius:999px;padding:.35rem .65rem;font-size:.85rem;font-weight:600}@media (width<=600px){.section{padding:1.5rem .75rem}.section h2{margin-bottom:1.5rem;font-size:1.6rem}.results-player-card{gap:.75rem;padding:.85rem}.player-position{width:32px;height:32px}.player-name{font-size:1rem}.player-score{font-size:1.15rem}.winner-label{padding:.3rem .5rem;font-size:.75rem}}.error{color:#fa7878}
