*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}body{margin:0;padding:0;overflow-x:hidden;-webkit-user-select:none;user-select:none;background-color:#0b0f19}.dice-face{background:linear-gradient(145deg,#fff,#e2e8f0);border-radius:10px;box-shadow:0 3px 8px #00000073,inset 0 1px 1px #ffffffe6,inset 0 -2px 3px #00000026;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);padding:5px;position:relative;transition:all .2s cubic-bezier(.34,1.56,.64,1);flex-shrink:0}.dice-face.size-sm{width:32px;height:32px;border-radius:7px;padding:4px}.dice-face.size-md{width:48px;height:48px;border-radius:11px;padding:6px}.dice-face.size-lg{width:58px;height:58px;border-radius:13px;padding:8px}.dice-face.size-xl{width:72px;height:72px;border-radius:16px;padding:10px}.dice-face.highlight-match{background:linear-gradient(145deg,#fef08a,#eab308);box-shadow:0 0 16px 2px #eab308bf,inset 0 1px 1px #fff,inset 0 -2px 3px #a162074d;transform:scale(1.08) translateY(-2px)}.dice-face.dimmed{opacity:.28;filter:grayscale(.85)}.pip{width:7px;height:7px;background:radial-gradient(circle at 35% 35%,#1e293b,#0f172a);border-radius:50%;align-self:center;justify-self:center;box-shadow:inset 0 1px 2px #000c}.dice-face.size-sm .pip{width:5px;height:5px}.dice-face.size-md .pip{width:8px;height:8px}.dice-face.size-lg .pip{width:10px;height:10px}.dice-face.size-xl .pip{width:12px;height:12px}.pip-red{background:radial-gradient(circle at 35% 35%,#ef4444,#991b1b)}@keyframes turnGlow{0%,to{box-shadow:0 0 #31979500}50%{box-shadow:0 0 18px 2px #319795b3}}.active-turn-pulse{animation:turnGlow 2s ease-in-out infinite}@keyframes challengePulse{0%,to{transform:scale(1);box-shadow:0 4px 14px #e53e3e66}50%{transform:scale(1.02);box-shadow:0 6px 22px #e53e3ecc}}.challenge-pulse{animation:challengePulse 1.6s ease-in-out infinite}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff40}
