.Checker-module__2VJLLq__checker{aspect-ratio:1;cursor:grab;border-radius:50%;justify-content:center;align-items:center;width:100%;transition:transform .2s;display:flex;box-shadow:0 4px 6px #0000004d,inset 0 -4px 4px #0003}.Checker-module__2VJLLq__checker:active{cursor:grabbing;transform:scale(.95)}.Checker-module__2VJLLq__white{background:linear-gradient(135deg,#f5f5f5 0%,#e0e0e0 100%);border:4px solid #fff}.Checker-module__2VJLLq__black{background:linear-gradient(135deg,#333 0%,#000 100%);border:4px solid #222}.Checker-module__2VJLLq__innerRing{border:2px solid #0000001a;border-radius:50%;width:70%;height:70%}.Checker-module__2VJLLq__white .Checker-module__2VJLLq__innerRing{border-color:#0000001a}.Checker-module__2VJLLq__black .Checker-module__2VJLLq__innerRing{border-color:#ffffff1a}
.Point-module__9Fb3tG__point{flex:1;justify-content:center;min-width:30px;height:100%;display:flex;position:relative}.Point-module__9Fb3tG__triangle{clip-path:polygon(50% 100%,0 0,100% 0);opacity:.8;width:100%;height:80%;position:absolute;top:0;left:0}.Point-module__9Fb3tG__top .Point-module__9Fb3tG__triangle{clip-path:polygon(50% 100%,0 0,100% 0);top:0}.Point-module__9Fb3tG__bottom{align-items:flex-end}.Point-module__9Fb3tG__bottom .Point-module__9Fb3tG__triangle{clip-path:polygon(50% 0,0 100%,100% 100%);top:auto;bottom:0}.Point-module__9Fb3tG__even .Point-module__9Fb3tG__triangle{background-color:var(--board-dark)}.Point-module__9Fb3tG__odd .Point-module__9Fb3tG__triangle{background-color:var(--board-light)}.Point-module__9Fb3tG__highlight .Point-module__9Fb3tG__triangle{background-color:#ffd70066;box-shadow:0 0 10px #ffd70080}.Point-module__9Fb3tG__selected .Point-module__9Fb3tG__triangle{background-color:#00ff8099;box-shadow:0 0 20px #00ff80cc}.Point-module__9Fb3tG__lastMove .Point-module__9Fb3tG__triangle{background-color:#64b4ff59;box-shadow:0 0 8px #64b4ff66}.Point-module__9Fb3tG__checkersContainer{z-index:10;pointer-events:none;flex-direction:column;justify-content:flex-start;align-items:center;width:90%;height:100%;display:flex;position:relative}.Point-module__9Fb3tG__bottom .Point-module__9Fb3tG__checkersContainer{flex-direction:column-reverse;justify-content:flex-start}.Point-module__9Fb3tG__checkerWrapper{width:100%;transition:margin .2s}.Point-module__9Fb3tG__label{color:#ffffff4d;pointer-events:none;font-size:.8rem;position:absolute}.Point-module__9Fb3tG__top .Point-module__9Fb3tG__label{top:5px}.Point-module__9Fb3tG__bottom .Point-module__9Fb3tG__label{bottom:5px}@media (max-width:600px){.Point-module__9Fb3tG__point{width:8.33%;min-width:0}}
.GameBoard-module__YZkcGW__gameAndTrayContainer{flex-direction:row;gap:10px;width:100%;max-width:860px;display:flex}.GameBoard-module__YZkcGW__boardContainer{aspect-ratio:4/3;background-color:var(--board-wood);border:10px solid var(--board-dark);border-radius:8px;flex-direction:column;flex:1;display:flex;position:relative;box-shadow:0 20px 50px #00000080}.GameBoard-module__YZkcGW__bearOffTray{background-color:var(--board-wood);border:10px solid var(--board-dark);border-radius:8px;flex-direction:column;width:60px;display:flex;box-shadow:0 20px 50px #00000080}.GameBoard-module__YZkcGW__traySection{cursor:pointer;flex-direction:column;flex:1;align-items:center;padding:10px 5px;transition:background-color .2s;display:flex;overflow:hidden}.GameBoard-module__YZkcGW__trayHighlight{background-color:#ffd7004d}.GameBoard-module__YZkcGW__topTray{border-bottom:2px solid #0003;justify-content:flex-start}.GameBoard-module__YZkcGW__bottomTray{border-top:2px solid #0003;justify-content:flex-end}.GameBoard-module__YZkcGW__borneOffChecker{border-radius:4px;width:40px;height:12px;margin:2px 0;box-shadow:0 2px 4px #00000080}.GameBoard-module__YZkcGW__borneOffWhite{background:linear-gradient(135deg,#f5f5f5 0%,#e0e0e0 100%);border:1px solid #ccc}.GameBoard-module__YZkcGW__borneOffBlack{background:linear-gradient(135deg,#333 0%,#000 100%);border:1px solid #111}.GameBoard-module__YZkcGW__centerOverlay{z-index:100;pointer-events:none;flex-direction:column;align-items:center;gap:1rem;width:100%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.GameBoard-module__YZkcGW__centerOverlay>*{pointer-events:auto}.GameBoard-module__YZkcGW__halfBoard{border-bottom:2px solid #0003;flex:1;width:100%;display:flex}.GameBoard-module__YZkcGW__halfBoard:last-child{border-top:2px solid #0003;border-bottom:none}.GameBoard-module__YZkcGW__quadrant{flex:6;display:flex}.GameBoard-module__YZkcGW__bar{background-color:var(--board-dark);flex:1;justify-content:center;align-items:center;display:flex;box-shadow:inset 0 0 10px #00000080}@media (max-width:600px){.GameBoard-module__YZkcGW__gameAndTrayContainer{flex-direction:column;align-items:center}.GameBoard-module__YZkcGW__boardContainer{aspect-ratio:1;border:none;border-radius:0;width:100vw;max-width:100vw;height:auto}.GameBoard-module__YZkcGW__bearOffTray{border:none;border-top:5px solid var(--board-dark);border-radius:0;flex-direction:row;width:100%;height:80px}.GameBoard-module__YZkcGW__traySection{flex-flow:wrap;padding:5px 10px;overflow-y:auto}.GameBoard-module__YZkcGW__topTray{border-bottom:none;border-right:2px solid #0003}.GameBoard-module__YZkcGW__bottomTray{border-top:none;border-left:2px solid #0003}.GameBoard-module__YZkcGW__borneOffChecker{width:12px;height:30px;margin:0 2px}}
.local-module__ygqIvG__container{background-color:var(--bg-dark);flex-direction:column;min-height:100vh;display:flex}.local-module__ygqIvG__header{background-color:#1a1a1a;border-bottom:2px solid #333;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;display:flex}.local-module__ygqIvG__playerInfo{text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.local-module__ygqIvG__playerLabel{margin:0;font-size:1.2rem}.local-module__ygqIvG__playerLabelActive{color:#fff}.local-module__ygqIvG__playerLabelInactive{color:#555}.local-module__ygqIvG__playerLabelBlackActive{color:#aaa}.local-module__ygqIvG__playerLabelBlackInactive{color:#333}.local-module__ygqIvG__myPlayerIndicator{border-bottom:2px solid gold}.local-module__ygqIvG__diceArea{justify-content:flex-end;min-width:150px;display:flex}.local-module__ygqIvG__diceContainer{gap:.5rem;display:flex}.local-module__ygqIvG__die{color:#000;background:#fff;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;font-weight:700;display:flex;box-shadow:0 4px #ccc}.local-module__ygqIvG__boardWrapper{flex:1;justify-content:center;align-items:center;padding:1rem;display:flex;overflow:hidden}.local-module__ygqIvG__iconButton{color:#fff;cursor:pointer;background:#333;border:1px solid #555;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:background .2s;display:flex}.local-module__ygqIvG__iconButton:hover{background:#444}.local-module__ygqIvG__backButton{margin-right:1rem;}.local-module__ygqIvG__undoButton{background:#444;border-color:#666;}.local-module__ygqIvG__undoButton:hover{background:#555}.local-module__ygqIvG__actionsGroup{flex-wrap:wrap;justify-content:flex-end;gap:.5rem;display:flex}.local-module__ygqIvG__gameOverOverlay{text-align:center;background:#000000e6;border:2px solid gold;border-radius:16px;padding:2rem}.local-module__ygqIvG__gameOverTitle{color:gold;margin-bottom:1rem;font-size:2rem}.local-module__ygqIvG__gameOverWinner{color:#fff;margin-bottom:2rem;font-size:1.5rem}.local-module__ygqIvG__gameOverActions{flex-direction:column;align-items:center;gap:.75rem;display:flex}.local-module__ygqIvG__rematchButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#43a047,#2e7d32);border:none;border-radius:50px;min-width:200px;padding:1rem;font-size:1.2rem;font-weight:700;transition:transform .2s,box-shadow .2s;box-shadow:0 8px 20px #0009}.local-module__ygqIvG__rematchButton:hover{transform:translateY(-2px);box-shadow:0 10px 28px #000000b3}.local-module__ygqIvG__rematchButton:active{transform:scale(.97)}.local-module__ygqIvG__rematchButtonPending{color:#fff;cursor:not-allowed;opacity:.7;background:#555;border:none;border-radius:50px;min-width:200px;padding:1rem;font-size:1.2rem;font-weight:700;transition:transform .2s,box-shadow .2s;box-shadow:0 8px 20px #0009}.local-module__ygqIvG__rematchButtonPending:hover{transform:none;box-shadow:0 8px 20px #0009}.local-module__ygqIvG__returnButton{color:#ccc;cursor:pointer;background:0 0;border:1px solid #555;border-radius:50px;min-width:200px;padding:.75rem 1.5rem;font-size:1rem;font-weight:700;transition:background .2s,color .2s}.local-module__ygqIvG__returnButton:hover{color:#fff;background:#333}.local-module__ygqIvG__opponentWantsRematch{color:gold;margin:0;font-size:.95rem;animation:1.5s ease-in-out infinite local-module__ygqIvG__pulse}.local-module__ygqIvG__rematchDeclinedNotice{color:#ff7043;margin:0;font-size:.9rem}@keyframes local-module__ygqIvG__pulse{0%,to{opacity:1}50%{opacity:.6}}.local-module__ygqIvG__rollDiceButton{color:#000;cursor:pointer;background:linear-gradient(135deg,#ffb300,#ff8f00);border:none;border-radius:50px;min-width:200px;padding:1rem;font-size:1.2rem;font-weight:700;transition:transform .2s,box-shadow .2s;box-shadow:0 8px 20px #0009}.local-module__ygqIvG__rollDiceButton:hover{transform:translateY(-2px);box-shadow:0 10px 28px #000000b3}.local-module__ygqIvG__rollDiceButton:active{transform:scale(.97)}.local-module__ygqIvG__waitingBanner{text-align:center;color:var(--accent-gold);background-color:#000c;border-bottom:1px solid #333;margin-bottom:1rem;padding:1rem}.local-module__ygqIvG__waitingBanner p{color:#ccc;margin-top:.5rem;font-size:.9rem}.local-module__ygqIvG__roomIdBadge{-webkit-user-select:all;user-select:all;background:#333;border-radius:4px;padding:.2rem .5rem}.local-module__ygqIvG__pipCount{color:#888;margin-left:.25rem;font-size:.75rem;font-weight:400}.local-module__ygqIvG__movesLeft{color:gold;white-space:nowrap;background:#ffd7001a;border-radius:4px;padding:.15rem .5rem;font-size:.85rem;font-weight:600}@media (max-width:480px){.local-module__ygqIvG__playerLabel{font-size:.9rem}.local-module__ygqIvG__pipCount{font-size:.65rem}.local-module__ygqIvG__movesLeft{padding:.1rem .35rem;font-size:.75rem}}.local-module__ygqIvG__loadingFallback{color:#fff;padding:2rem}.local-module__ygqIvG__openingRollArea{pointer-events:none;z-index:10;flex-direction:column;align-items:center;gap:1rem;width:100%;display:flex}.local-module__ygqIvG__openingRollArea button{pointer-events:auto}.local-module__ygqIvG__openingRollTitle{color:gold;text-shadow:0 2px 4px #000c;margin:0;font-size:1.1rem;font-weight:700}.local-module__ygqIvG__openingRollDice{justify-content:space-around;width:100%;margin:1rem 0;display:flex}.local-module__ygqIvG__openingPlayerDie{flex-direction:column;align-items:center;gap:.5rem;display:flex}.local-module__ygqIvG__emptyDieSlot{background:0 0;width:40px;height:40px}.local-module__ygqIvG__openingWaiting{color:#aaa;margin:0;font-size:.9rem;font-style:italic}
.Dice-module__NTZrwG__diceContainer{gap:10px;padding:10px;display:flex}.Dice-module__NTZrwG__die{border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;font-weight:700;display:flex;box-shadow:0 4px 6px #0000004d}.Dice-module__NTZrwG__dieWhite{color:#333;background-color:#fff;border:2px solid #ccc}.Dice-module__NTZrwG__dieBlack{color:#fff;background-color:#333;border:2px solid #111}
.ConfirmModal-module__SM5__W__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#000000b3;position:fixed;inset:0}.ConfirmModal-module__SM5__W__modal{z-index:1001;background:linear-gradient(135deg,#2a2a2a 0%,#1a1a1a 100%);border:2px solid #444;border-radius:16px;min-width:320px;max-width:500px;padding:2rem;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 20px 60px #000c}.ConfirmModal-module__SM5__W__title{color:#fff;text-align:center;margin:0 0 1rem;font-size:1.5rem;font-weight:700}.ConfirmModal-module__SM5__W__message{color:#ccc;text-align:center;margin:0 0 2rem;font-size:1rem;line-height:1.5}.ConfirmModal-module__SM5__W__actions{justify-content:center;gap:1rem;display:flex}.ConfirmModal-module__SM5__W__button{cursor:pointer;border:none;border-radius:8px;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:all .2s}.ConfirmModal-module__SM5__W__cancelButton{color:#fff;background:#444;border:1px solid #666}.ConfirmModal-module__SM5__W__cancelButton:hover{background:#555;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.ConfirmModal-module__SM5__W__confirmButton{color:#fff;background:linear-gradient(135deg,#d32f2f,#b71c1c);border:1px solid #b71c1c}.ConfirmModal-module__SM5__W__confirmButton:hover{background:linear-gradient(135deg,#e53935,#c62828);transform:translateY(-2px);box-shadow:0 4px 12px #d32f2f66}
