.craps-game-area{position:relative;flex:1;min-width:300px;display:flex;flex-direction:column;gap:12px;background:#1a202c;border-radius:12px;padding:16px}.craps-dice-row{position:relative;padding:12px 0}.craps-dice-area{text-align:center}.craps-dice-container{display:flex;justify-content:center;gap:20px;margin-bottom:8px}.craps-die{width:64px;height:64px;background:linear-gradient(135deg, #1e293b 0%, #334155 100%);border:2px solid #475569;border-radius:10px;display:flex;align-items:center;justify-content:center;transition:all 0.3s}.craps-die .die-face{font-size:30px;font-weight:700;color:#e2e8f0;font-variant-numeric:tabular-nums}.craps-die-img{width:100%;height:100%;object-fit:contain;border-radius:10px;filter:drop-shadow(0 3px 8px rgba(0,0,0,0.4))}.craps-die-img-small{width:20px;height:20px;object-fit:contain;vertical-align:middle;border-radius:3px;filter:drop-shadow(0 1px 2px rgba(0,0,0,0.3))}.craps-die.rolling{animation:crapsShake 0.1s ease-out infinite;border-color:#3b82f6}@keyframes crapsShake{0%,100%{transform:translate(0, 0) rotate(0deg)}25%{transform:translate(-2px, 2px) rotate(-2deg)}50%{transform:translate(2px, -2px) rotate(2deg)}75%{transform:translate(-1px, -1px) rotate(-1deg)}}.craps-die.win{border-color:#22c55e;box-shadow:0 0 20px rgba(34,197,94,0.4);animation:crapsWinPop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1)}@keyframes crapsWinPop{0%{transform:scale(0.8);opacity:0.5}50%{transform:scale(1.1)}100%{transform:scale(1);opacity:1}}.craps-die.loss{border-color:#ef4444;box-shadow:0 0 20px rgba(239,68,68,0.4);animation:crapsLossShake 0.4s ease-out}@keyframes crapsLossShake{0%,100%{transform:translateX(0)}20%{transform:translateX(-6px)}40%{transform:translateX(6px)}60%{transform:translateX(-4px)}80%{transform:translateX(4px)}}.craps-die.push{border-color:#f59e0b;box-shadow:0 0 20px rgba(245,158,11,0.4)}.craps-result-text{font-size:18px;font-weight:700;min-height:24px;text-transform:uppercase;letter-spacing:1.5px;transition:all 0.3s;margin-top:4px}.craps-result-text.win{color:#22c55e;animation:crapsResultFadeIn 0.3s ease-out 0.2s both}.craps-result-text.loss{color:#ef4444;animation:crapsResultFadeIn 0.3s ease-out 0.2s both}.craps-result-text.push{color:#f59e0b;animation:crapsResultFadeIn 0.3s ease-out 0.2s both}.craps-result-text.natural{color:#22c55e;text-shadow:0 0 20px rgba(34,197,94,0.5)}.craps-result-text.craps-number{color:#ef4444;text-shadow:0 0 20px rgba(239,68,68,0.5)}@keyframes crapsResultFadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.craps-point-puck{position:absolute;left:8px;top:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:8px;background:linear-gradient(135deg, rgba(59,130,246,0.15) 0%, rgba(59,130,246,0.05) 100%);border:2px solid #3b82f6;border-radius:50%;width:64px;height:64px;z-index:2}.craps-point-puck .puck-label{font-size:9px;font-weight:700;color:#3b82f6;text-transform:uppercase;letter-spacing:1px;line-height:1}.craps-point-puck .puck-number{font-size:22px;font-weight:800;line-height:1;color:#3b82f6;text-shadow:0 0 12px rgba(59,130,246,0.4)}.craps-table-felt{display:flex;flex-direction:column;gap:4px}.craps-board-row{display:flex;gap:4px}.craps-place-row{display:grid;grid-template-columns:repeat(6, 1fr);gap:4px}.craps-line-row{display:grid;grid-template-columns:1fr 1fr;gap:4px}.craps-field-row{display:grid;grid-template-columns:1fr;gap:4px}.craps-propositions-section{margin-top:4px;border-top:1px solid rgba(255,255,255,0.06);padding-top:4px}.craps-props-row{display:grid;grid-template-columns:repeat(6, 1fr);gap:4px}.craps-compact-row{display:grid;grid-template-columns:repeat(8, 1fr);gap:4px}.craps-propositions-section .craps-bet-cell{min-height:36px;padding:4px 2px}.craps-propositions-section .bet-cell-label{font-size:10px}.craps-propositions-section .bet-cell-payout{font-size:8px}.compact-cell{min-height:32px;padding:3px 1px}.compact-cell .bet-cell-label{font-size:10px}.compact-cell .bet-cell-payout{font-size:8px}.craps-bet-cell{background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.08);border-radius:6px;padding:6px 4px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;cursor:pointer;position:relative;transition:all 0.2s ease;min-height:48px;user-select:none}.craps-bet-cell:hover{background:rgba(255,255,255,0.08);border-color:rgba(255,255,255,0.15)}.craps-bet-cell .bet-cell-label{font-size:12px;font-weight:700;color:rgba(255,255,255,0.85);line-height:1.1;text-align:center}.craps-bet-cell .bet-cell-payout{font-size:10px;font-weight:600;color:#22c55e}.craps-bet-cell .bet-cell-range{font-size:10px;color:rgba(255,255,255,0.4)}.craps-bet-cell .bet-cell-note{font-size:8px;color:rgba(255,255,255,0.35);font-style:italic}.craps-line-row .craps-bet-cell{min-height:56px}.pass-cell .bet-cell-label,.dont-pass-cell .bet-cell-label,.come-cell .bet-cell-label,.dont-come-cell .bet-cell-label{font-size:16px}.field-cell{min-height:56px}.field-cell .bet-cell-label{font-size:16px}.prop-cell{background:rgba(168,85,247,0.06);border-color:rgba(168,85,247,0.12)}.prop-cell:hover{background:rgba(168,85,247,0.12);border-color:rgba(168,85,247,0.25)}.prop-cell .bet-cell-payout{color:#c084fc}.compact-cell{background:rgba(168,85,247,0.06);border-color:rgba(168,85,247,0.12)}.compact-cell:hover{background:rgba(168,85,247,0.12);border-color:rgba(168,85,247,0.25)}.compact-cell .bet-cell-payout{color:#c084fc}.place-cell .bet-cell-label{font-size:14px;font-weight:700}.craps-bet-cell.active{background:rgba(59,130,246,0.15);border-color:rgba(59,130,246,0.4);box-shadow:0 0 8px rgba(59,130,246,0.2)}.craps-bet-cell.cell-locked{background:rgba(245,158,11,0.12);border-color:rgba(245,158,11,0.35);box-shadow:0 0 6px rgba(245,158,11,0.15)}.craps-bet-cell.cell-locked::after{content:'';position:absolute;top:2px;left:2px;width:8px;height:8px;border-radius:50%;background:#f59e0b;opacity:0.6}.craps-bet-cell.cell-disabled{opacity:0.35;cursor:not-allowed;pointer-events:none}.craps-bet-cell.won{background:rgba(34,197,94,0.15);border-color:rgba(34,197,94,0.4);animation:crapsCellWin 0.5s ease}@keyframes crapsCellWin{0%{transform:scale(1)}30%{transform:scale(1.05);box-shadow:0 0 16px rgba(34,197,94,0.5)}100%{transform:scale(1)}}.craps-bet-cell.won .craps-placed-chip{animation:crapsChipWinGlow 1.2s ease-in-out infinite;border-color:rgba(34,197,94,0.8)}@keyframes crapsChipWinGlow{0%,100%{box-shadow:0 2px 4px rgba(0,0,0,0.4)}50%{box-shadow:0 0 12px rgba(34,197,94,0.8)}}.craps-bet-cell.lost{background:rgba(239,68,68,0.08);border-color:rgba(239,68,68,0.2);opacity:0.7}.craps-bet-cell.pushed{background:rgba(245,158,11,0.1);border-color:rgba(245,158,11,0.3)}.craps-placed-chip{position:absolute;top:50%;right:4px;transform:translateY(-50%);width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:8px;font-weight:700;color:#fff;z-index:5;pointer-events:none;box-shadow:0 2px 4px rgba(0,0,0,0.4);border:2px dashed rgba(255,255,255,0.5);transition:transform 0.15s ease;animation:crapsPlacedChipPop 0.3s cubic-bezier(0.34, 1.56, 0.64, 1)}@keyframes crapsPlacedChipPop{0%{transform:translateY(-50%) scale(0)}50%{transform:translateY(-50%) scale(1.3)}100%{transform:translateY(-50%) scale(1)}}.craps-placed-chip.chip-0-1{background:#ef4444}.craps-placed-chip.chip-0-5{background:#3b82f6}.craps-placed-chip.chip-1{background:#22c55e}.craps-placed-chip.chip-5{background:#a855f7}.craps-placed-chip.chip-10{background:#f97316}.craps-placed-chip.chip-25{background:#ec4899}.craps-placed-chip.chip-100{background:#000;border-color:#ffd700}.craps-placed-chip.chip-250{background:linear-gradient(135deg, gold, #b8860b);border-color:#ffd700}.craps-chip-selector{display:flex;flex-wrap:wrap;gap:8px;padding:10px;background:#0f172a;border-radius:8px;justify-content:center}.craps-chip-selector .chip-option{width:44px;height:44px;border-radius:50%;border:3px dashed rgba(255,255,255,0.4);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#fff;cursor:pointer;transition:all 0.2s;box-shadow:0 2px 4px rgba(0,0,0,0.3)}.craps-chip-selector .chip-option:hover{transform:scale(1.1)}.craps-chip-selector .chip-option.selected{transform:scale(1.15);box-shadow:0 0 12px rgba(255,215,0,0.6);border-color:#ffd700}.craps-chip-selector .chip-option.chip-0-1{background:#ef4444}.craps-chip-selector .chip-option.chip-0-5{background:#3b82f6}.craps-chip-selector .chip-option.chip-1{background:#22c55e}.craps-chip-selector .chip-option.chip-5{background:#a855f7}.craps-chip-selector .chip-option.chip-10{background:#f97316}.craps-chip-selector .chip-option.chip-25{background:#ec4899}.craps-chip-selector .chip-option.chip-100{background:#000;border-color:#ffd700}.craps-chip-selector .chip-option.chip-250{background:linear-gradient(135deg, gold, #b8860b)}.craps-total-bet-display{display:flex;align-items:center;gap:4px;font-size:15px;font-weight:600;color:#3b82f6;padding:6px 10px;background:rgba(59,130,246,0.08);border-radius:6px;border:1px solid rgba(59,130,246,0.15)}.craps-total-bet-display .total-bet-currency img{height:12px;vertical-align:middle}.craps-secondary-btns{display:flex;gap:6px;margin-top:4px}.craps-undo-btn,.craps-rebet-btn,.craps-clear-btn{flex:1;padding:8px;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;background:rgba(255,255,255,0.06);color:rgba(255,255,255,0.6);transition:all 0.2s ease}.craps-undo-btn:hover,.craps-rebet-btn:hover:not(:disabled){background:rgba(59,130,246,0.15);color:#3b82f6}.craps-rebet-btn:disabled{cursor:default;opacity:0.4}.craps-clear-btn:hover{background:rgba(239,68,68,0.1);color:#ef4444}.craps-cash-out-btn{width:100%;padding:10px;background:rgba(245,158,11,0.15);border:1px solid rgba(245,158,11,0.3);border-radius:8px;color:#f59e0b;font-size:14px;font-weight:600;cursor:pointer;transition:all 0.2s}.craps-cash-out-btn:hover{background:rgba(245,158,11,0.25);border-color:rgba(245,158,11,0.5)}.craps-recent-results{padding-top:8px;border-top:1px solid #334155}.craps-recent-results h4{color:#64748b;font-size:11px;text-transform:uppercase;letter-spacing:0.5px;margin:0 0 8px 0}.craps-results-strip{display:flex;gap:6px;flex-wrap:nowrap;overflow:hidden}.craps-result-chip{padding:4px 10px;border-radius:12px;font-size:12px;font-weight:600;transition:transform 0.2s, box-shadow 0.2s;animation:crapsChipSlideIn 0.3s ease-out}@keyframes crapsChipSlideIn{from{transform:translateX(-20px);opacity:0}to{transform:translateX(0);opacity:1}}.craps-result-chip:first-child{animation:crapsChipPop 0.4s cubic-bezier(0.34, 1.56, 0.64, 1)}@keyframes crapsChipPop{0%{transform:scale(0);opacity:0}50%{transform:scale(1.2)}100%{transform:scale(1);opacity:1}}.craps-result-chip:hover{transform:scale(1.1)}.craps-result-chip.win{background:rgba(34,197,94,0.2);color:#22c55e;border:1px solid rgba(34,197,94,0.3)}.craps-result-chip.win:first-child{box-shadow:0 0 12px rgba(34,197,94,0.4)}.craps-result-chip.loss{background:rgba(239,68,68,0.2);color:#ef4444;border:1px solid rgba(239,68,68,0.3)}.craps-result-chip.loss:first-child{box-shadow:0 0 12px rgba(239,68,68,0.4)}.craps-result-chip.push{background:rgba(245,158,11,0.2);color:#f59e0b;border:1px solid rgba(245,158,11,0.3)}.profit-display{padding:10px 12px;background:#0f172a;border:1px solid #334155;border-radius:8px;color:#22c55e;font-size:14px;font-weight:600;display:inline-flex;align-items:center;gap:4px}.profit-display img{height:14px;width:auto;vertical-align:middle}.stat-suffix{color:#64748b;font-size:14px;font-weight:600}.craps-container.millionaire-active .craps-die{border-color:#ffd700}.craps-container.millionaire-active .craps-point-puck{border-color:#ffd700}.craps-container.millionaire-active .craps-point-puck .puck-label,.craps-container.millionaire-active .craps-point-puck .puck-number{color:#ffd700}.craps-props-toggle{display:none}@media (max-width: 1199px){.craps-layout{flex-direction:row;gap:12px}.craps-die{width:56px;height:56px}.craps-die .die-face{font-size:26px}}@media (max-width: 767px){.craps-container{max-width:400px;margin:0 auto}.craps-layout{flex-direction:column;gap:8px}.craps-game-area{order:1;width:100%;max-width:100%;min-width:0;padding:10px;gap:8px}.craps-controls{order:2;flex:none;width:100%;max-width:100%;min-width:0;padding:12px;gap:10px}.craps-die{width:48px;height:48px}.craps-die .die-face{font-size:22px}.craps-result-text{font-size:12px}.craps-bet-cell .bet-cell-label{font-size:10px}.pass-cell .bet-cell-label,.dont-pass-cell .bet-cell-label,.come-cell .bet-cell-label,.dont-come-cell .bet-cell-label,.field-cell .bet-cell-label{font-size:13px}.place-cell .bet-cell-label{font-size:11px}.craps-bet-cell .bet-cell-payout{font-size:9px}.craps-bet-cell{min-height:38px;padding:4px 3px}.craps-line-row .craps-bet-cell{min-height:46px}.field-cell{min-height:46px}.craps-undo-btn,.craps-rebet-btn,.craps-clear-btn{font-size:12px}.craps-total-bet-display{font-size:13px}.craps-chip-selector{gap:6px;padding:8px}.craps-chip-selector .chip-option{width:38px;height:38px;font-size:10px}.craps-placed-chip{width:20px;height:20px;font-size:7px;right:3px}.craps-result-chip{font-size:11px;padding:3px 8px}.craps-point-puck{width:52px;height:52px;padding:6px;left:6px}.craps-point-puck .puck-number{font-size:18px}.craps-point-puck .puck-label{font-size:8px}.craps-props-toggle{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:6px 0;background:rgba(168,85,247,0.08);border:1px solid rgba(168,85,247,0.15);border-radius:6px;color:rgba(255,255,255,0.5);font-size:11px;font-weight:600;cursor:pointer;transition:all 0.2s}.craps-props-toggle:hover{background:rgba(168,85,247,0.12);color:rgba(255,255,255,0.7)}.craps-props-toggle-arrow{transition:transform 0.2s}.craps-props-toggle.expanded .craps-props-toggle-arrow{transform:rotate(180deg)}.craps-propositions-section{display:none}.craps-propositions-section.expanded{display:block}}@media (max-width: 479px){.craps-container{max-width:100%;width:100%;padding:0 5px}.craps-game-area{width:100%;max-width:100%;min-width:0;padding:8px}.craps-controls{width:100%;max-width:100%;min-width:0;padding:10px}.craps-die{width:40px;height:40px}.craps-die .die-face{font-size:18px}.craps-point-puck{width:44px;height:44px;padding:4px;left:4px}.craps-point-puck .puck-number{font-size:16px}.craps-point-puck .puck-label{font-size:7px}.craps-bet-cell .bet-cell-label{font-size:9px}.pass-cell .bet-cell-label,.dont-pass-cell .bet-cell-label,.come-cell .bet-cell-label,.dont-come-cell .bet-cell-label,.field-cell .bet-cell-label{font-size:10px}.craps-bet-cell .bet-cell-payout{font-size:8px}.craps-bet-cell .bet-cell-range{font-size:8px}.craps-bet-cell{min-height:34px;padding:3px 2px;gap:1px}.field-cell{min-height:38px}.craps-undo-btn,.craps-rebet-btn,.craps-clear-btn{font-size:11px;padding:6px}.craps-total-bet-display{font-size:12px;padding:5px 8px}.craps-chip-selector{gap:5px;padding:6px}.craps-chip-selector .chip-option{width:34px;height:34px;font-size:9px;border-width:2px}.craps-placed-chip{width:18px;height:18px;font-size:7px;right:2px;border-width:1.5px}.craps-result-chip{font-size:10px;padding:2px 6px;border-radius:10px}}@media (max-width: 359px){.craps-die{width:34px;height:34px}.craps-die .die-face{font-size:16px}.craps-table-felt{gap:2px}.craps-place-row,.craps-line-row,.craps-field-row,.craps-props-row,.craps-compact-row{gap:2px}.craps-place-row{grid-template-columns:repeat(3, 1fr)}.craps-props-row{grid-template-columns:repeat(3, 1fr)}.craps-compact-row{grid-template-columns:repeat(4, 1fr)}.craps-bet-cell .bet-cell-label{font-size:9px}.pass-cell .bet-cell-label,.dont-pass-cell .bet-cell-label,.come-cell .bet-cell-label,.dont-come-cell .bet-cell-label,.field-cell .bet-cell-label{font-size:11px}.place-cell .bet-cell-label{font-size:10px}.craps-bet-cell .bet-cell-payout{font-size:7px}.craps-bet-cell{min-height:30px;padding:2px 1px;border-radius:4px}.craps-line-row .craps-bet-cell{min-height:38px}.field-cell{min-height:38px}.craps-chip-selector{gap:4px;padding:5px}.craps-chip-selector .chip-option{width:30px;height:30px;font-size:8px;border-width:2px}.craps-placed-chip{width:16px;height:16px;font-size:6px;right:1px;border-width:1px}.craps-point-puck{width:40px;height:40px;padding:3px;left:2px}.craps-point-puck .puck-number{font-size:14px}.craps-point-puck .puck-label{font-size:6px;letter-spacing:0.5px}}
