/* Candy Cosmos owns its viewport. All other games retain the shared shell. */
html:has(body[data-game="candycosmos"]) { scrollbar-gutter: auto; overflow: hidden; }
body[data-game="candycosmos"] {
  background: #080d25;
  overflow: hidden;
  color: #f5f5ff;
}
body[data-game="candycosmos"] .game-app,
body[data-game="candycosmos"] .game-app:fullscreen {
  width: 100%; max-width: none; height: var(--game-vh, 100dvh); min-height: 0; padding: 0;
  background: #080d25; overflow: hidden;
}
body[data-game="candycosmos"] .game-topbar,
body[data-game="candycosmos"] .control-surface,
body[data-game="candycosmos"] .game-balance-dock,
body[data-game="candycosmos"] .stage-header,
body[data-game="candycosmos"] .stage-status-row,
body[data-game="candycosmos"] .bet-feed-panel,
body[data-game="candycosmos"] .result-line,
body[data-game="candycosmos"] #resultText,
body[data-game="candycosmos"] .live-game-stage > .result-number,
body[data-game="candycosmos"] .live-game-stage > .result-text { display: none !important; }
body[data-game="candycosmos"] .game-layout,
body[data-game="candycosmos"] .play-surface,
body[data-game="candycosmos"] .live-game-stage {
  display: block; width: 100%; height: 100%; min-height: 0; max-height: none; padding: 0; margin: 0;
  border: 0; border-radius: 0; box-shadow: none; overflow: visible; background: transparent;
}
body[data-game="candycosmos"] .candycosmos-scene:not([hidden]) {
  display: grid; grid-template-rows: 86px minmax(0, 1fr) 112px; position: relative; isolation: isolate;
  width: 100%; height: 100%; min-height: 0; overflow: hidden; padding: 0; gap: 0; align-items: stretch; justify-items: stretch;
  background: linear-gradient(180deg, rgba(8,12,40,.2), rgba(10,16,42,.6)), url('/candycosmos/assets/cosmic-background.webp') center / cover, #111e48;
}
.candycosmos-scene::before {
  content: ''; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: radial-gradient(ellipse at 50% 40%, transparent 10%, rgba(5,9,25,.16) 75%), linear-gradient(0deg, #090e29, transparent 28%);
}
.cc-header { display: flex; align-items: center; justify-content: space-between; padding: 14px max(28px, env(safe-area-inset-right)) 8px max(28px, env(safe-area-inset-left)); gap: 14px; }
.cc-brand { color: white; display: grid; line-height: .9; text-decoration: none; text-align: center; transform: rotate(-5deg); filter: drop-shadow(0 4px 0 #262667); }
.cc-brand span { font-size: 17px; color: #ffc9e2; letter-spacing: 7px; font-weight: 900; margin-left: 7px; }
.cc-brand strong { font-size: 32px; letter-spacing: -1.8px; color: #ffdc7c; font-weight: 900; }
.cc-brand i { font-size: 7px; letter-spacing: 2.4px; font-style: normal; line-height: 2; color: #eee8ff; }
.cc-header-actions { display: flex; align-items: center; gap: 18px; }
.cc-demo { font-size: 10px; font-weight: 700; letter-spacing: 1.4px; color: #b7bbd8; padding: 7px 11px; border: 1px solid #ffffff25; border-radius: 99px; }
.cc-icon { border: 1px solid #a8c3ff24; background: #151e45bb; color: #f9eaff; min-width: 44px; width: 44px; height: 44px; border-radius: 50%; padding: 3px; font-size: 24px; line-height: 1; display: flex; align-items: center; justify-content: center; flex-direction: column; cursor: pointer; }
.cc-icon small { font-size: 7px; letter-spacing: .5px; margin-top: 1px; }
.cc-icon:hover { background: #303764; border-color: #bbc6ff88; }
.cc-icon[aria-pressed="true"] { color: #ffdc79; background: #47415a; border-color: #ffdc7988; }
.cc-icon:disabled { opacity: .45; cursor: default; }
.cc-stage { display: grid; grid-template-columns: minmax(160px, 1fr) minmax(0, auto) minmax(150px, 1fr); align-items: center; gap: clamp(12px, 2.5vw, 44px); min-height: 0; width: min(1500px, 100%); margin: 0 auto; padding: 0 28px 10px; }
.cc-feature-card { padding-left: clamp(0px, 2vw, 30px); justify-self: end; width: 100%; max-width: 255px; }
.cc-eyebrow { font-size: 9px; letter-spacing: 2px; font-weight: 800; color: #adbfea; }
.cc-feature-card h2 { margin: 14px 0; color: #fff1ff; font-size: clamp(22px, 2.8vw, 40px); font-weight: 900; line-height: 1.1; letter-spacing: -1.2px; }
.cc-feature-card h2 em { color: #fbc875; font-style: normal; }
.cc-feature-card p { font-size: 12px; line-height: 1.7; color: #b9c2de; }
.cc-buy { display: grid; justify-items: center; background: linear-gradient(#c5f0ed, #4ccacb 52%, #228dba); border: 2px solid #bdfff2; box-shadow: 0 5px 0 #1c567f, 0 10px 24px #051932aa; border-radius: 19px; color: #102b55; padding: 12px 18px; width: min(205px,100%); margin: 28px 0 18px; cursor: pointer; }
.cc-buy span { font-size: 27px; line-height: 1; }
.cc-buy strong { font-size: 19px; letter-spacing: -.6px; font-weight: 900; }
.cc-buy small { font-size: 11px; font-weight: 700; padding-top: 3px; }
.cc-buy:disabled { opacity: .5; cursor: default; }
.cc-max { display: grid; gap: 3px; text-align: center; width: min(205px,100%); }
.cc-max span { font-size: 9px; letter-spacing: 2px; color: #c2caed; }
.cc-max strong { font-size: 28px; color: #fadd90; line-height: 1.1; letter-spacing: -.8px; }
.cc-max small { font-size: 10px; color: #929fc4; }
.cc-board-area { position: relative; display: flex; flex-direction: column; align-items: center; min-height: 0; height: 100%; justify-content: center; width: min(54vw, calc(var(--game-vh, 100dvh) - 252px)); }
.cc-board-shell { position: relative; width: 100%; aspect-ratio: 1; border: 3px solid #8279bf; border-radius: 23px; padding: 8px; background: linear-gradient(140deg, #bc9deb, #4e5b9e 42%, #ab98d9); box-shadow: 0 0 0 2px #172956, 0 8px 0 #182b61, 0 18px 40px #030927aa, inset 0 1px 0 #ffe9ff; }
.cc-board { width: 100%; height: 100%; display: grid; grid-template-columns: repeat(7,minmax(0,1fr)); grid-template-rows: repeat(7,minmax(0,1fr)); gap: 3px; background: #131d44; border-radius: 14px; padding: 5px; overflow: hidden; box-shadow: inset 0 4px 14px #010415bb; }
.cc-cell { position: relative; isolation: isolate; display: grid; place-items: center; background: linear-gradient(155deg,#314078,#23305b); border-radius: 10px; box-shadow: inset 0 1px 0 #758fc633, inset 0 -2px 3px #111c3e66; min-width: 0; min-height: 0; transition: background .18s, box-shadow .18s; }
.cc-cell:nth-child(2n) { background: linear-gradient(145deg,#303b70,#26345f); }
.cc-cell img { position: absolute; inset: 5%; width: 90%; height: 90%; object-fit: contain; display: none; filter: drop-shadow(0 3px 2px #0c153a88); pointer-events: none; }
.cc-cell.has-art img { display: block; }
.cc-symbol-fallback { font-size: clamp(18px,3.7vw,54px); line-height: 1; text-shadow: 0 3px 0 #0005, 0 -2px 0 #fff7; color: #ffc256; }
.cc-cell.has-art .cc-symbol-fallback { visibility: hidden; }
.cc-cell[data-symbol="moon"] .cc-symbol-fallback { color: #c2a6ff; }
.cc-cell[data-symbol="planet"] .cc-symbol-fallback { color: #76d8f5; }
.cc-cell[data-symbol="comet"] .cc-symbol-fallback { color: #ffc17e; }
.cc-cell[data-symbol="gummy"] .cc-symbol-fallback { color: #78dfab; }
.cc-cell[data-symbol="bean"] .cc-symbol-fallback { color: #f99fce; }
.cc-cell[data-symbol="ring"] .cc-symbol-fallback { color: #bca7f5; }
.cc-cell-power { position: absolute; z-index: 2; bottom: 2px; right: 3px; color: #fffad0; font-size: clamp(8px,1.1vw,15px); font-weight: 900; border-radius: 4px; text-shadow: 0 1px 2px #382041; background: #714ca6e8; padding: 0 2px; }
.cc-cell-power:empty { display: none; }
.cc-cell.is-marked { background: #45415b; box-shadow: inset 0 0 0 2px #b7836655; }
.cc-cell.is-powered { background: #785092; box-shadow: inset 0 0 0 2px #e7a3ed66; }
.cc-cell.is-winning { box-shadow: inset 0 0 0 2px #ffdc72, 0 0 12px #ffc95188; z-index: 3; background: #647084; }
.cc-cell.is-clearing img, .cc-cell.is-clearing .cc-symbol-fallback { animation: cc-clear .32s ease-in both; }
.cc-status { margin-top: 17px; font-size: 11px; color: #c1c9e5; text-align: center; min-height: 28px; line-height: 1.35; max-width: 100%; }
.cc-feature-hud { position: absolute; top: -15px; z-index: 4; left: 4%; right: 4%; display: flex; justify-content: space-between; align-items: center; gap: 8px; border: 1px solid #ffe3a4; background: linear-gradient(#785580,#443360); box-shadow: 0 4px 10px #09062088; color: #ffe5a9; border-radius: 30px; padding: 8px 15px; font-size: 11px; }
.cc-feature-hud[hidden],.cc-feature-message[hidden] { display: none; }
.cc-feature-message { position: absolute; inset: 0; display: grid; place-items: center; z-index: 5; background: #122044bb; border-radius: 20px; color: #ffdf89; font-size: clamp(23px,4vw,54px); font-weight: 900; text-shadow: 0 3px 0 #853958; text-align: center; }
.cc-multiplier-card { text-align: center; align-self: center; max-width: 230px; color: #dcd7f4; }
.cc-multiplier-card > span { font-size: 9px; letter-spacing: 2px; }
.cc-multiplier-card strong { display: block; font-size: 75px; line-height: 1.25; color: #f3d0fc; text-shadow: 0 4px 0 #67429a; }
.cc-multiplier-card p { font-size: 11px; line-height: 1.7; color: #a6b3d4; }
.cc-orbit { display: grid; place-items: center; border: 1px solid #b2bee338; border-radius: 50%; aspect-ratio: 1; width: 100px; margin: 30px auto 0; transform: rotate(-25deg); font-size: 70px; color: #cdd8ff; text-shadow: 0 0 18px #8baff8; }
.cc-dock { display: flex; position: relative; align-items: center; justify-content: center; gap: clamp(12px,2vw,28px); border-top: 1px solid #a7b6ef25; background: linear-gradient(180deg,#101934f5,#080f29); padding: 12px max(20px,env(safe-area-inset-right)) max(12px,env(safe-area-inset-bottom)) max(20px,env(safe-area-inset-left)); min-width: 0; }
.cc-dock-info { display: flex; gap: 24px; align-items: center; }
.cc-dock-info > div,.cc-win-summary { display: grid; gap: 5px; white-space: nowrap; }
.cc-dock-info span { font-size: 9px; letter-spacing: 1.6px; color: #929fbe; font-weight: 800; }
.cc-dock-info strong { font-size: clamp(12px,1.35vw,18px); font-variant-numeric: tabular-nums; color: #f4f1ff; font-weight: 800; }
.cc-win-summary { background: transparent; border: 0; padding: 0; text-align: left; cursor: pointer; }
.cc-win-summary strong { color: #ffe1a1; }
.cc-stake-dock { flex: 0 1 350px; }
body[data-game="candycosmos"] .cc-stake-dock .stake-submit-row { display: grid; grid-template-columns: minmax(110px,1fr) 84px; grid-template-rows: auto; gap: 15px; align-items: center; margin: 0; }
body[data-game="candycosmos"] .cc-stake-dock .stake-field { display: grid; gap: 4px; margin: 0; }
body[data-game="candycosmos"] .cc-stake-dock #stakeFieldLabel { font-size: 9px; letter-spacing: 1.6px; color: #929fbe; text-transform: uppercase; line-height: 1.3; }
body[data-game="candycosmos"] .cc-stake-dock .number-stepper { background: #182345; border: 1px solid #52608788; height: 42px; min-height: 42px; border-radius: 8px; width: 100%; }
body[data-game="candycosmos"] .cc-stake-dock #amount { background: transparent; color: #fff; font-size: 17px; font-weight: 700; height: 40px; padding: 4px 28px 4px 38px; width: 100%; border: 0; min-width: 0; }
body[data-game="candycosmos"] .cc-stake-dock .amount-currency-badge { width: 29px; height: 23px; font-size: 8px; left: 5px; background: #31415b; color: #d5e1f6; }
body[data-game="candycosmos"] .cc-stake-dock .stepper-buttons { height: 100%; width: 28px; }
body[data-game="candycosmos"] .cc-stake-dock .stepper-button { color: #dbe7ff; background: #35415f; min-height: 0; }
body[data-game="candycosmos"] .cc-stake-dock .stake-helper,body[data-game="candycosmos"] .cc-stake-dock .roulette-total-control { display: none; }
body[data-game="candycosmos"] .cc-stake-dock #betButton { grid-column: 2; grid-row: 1; width: 84px; height: 84px; min-height: 0; border-radius: 50%; border: 3px solid #ffedac; background: linear-gradient(#fff1aa,#f7bb4d 60%,#dc8635); color: #453051; box-shadow: 0 4px 0 #96583f, 0 0 0 5px #f8db9020; font-size: 15px; font-weight: 900; letter-spacing: .5px; text-transform: uppercase; padding: 0; margin: 0; }
body[data-game="candycosmos"] .cc-stake-dock #betButton:disabled { filter: saturate(.45); opacity: .65; cursor: default; }
.cc-actions { display: flex; gap: 8px; }
.cc-mobile-buy { display: none; }
body[data-game="candycosmos"] .cc-tools-dock .bet-footer-tools { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2,28px); gap: 5px; border: 0; }
body[data-game="candycosmos"] .cc-tools-dock .tool-button { width: 28px; min-width: 0; height: 28px; min-height: 0; padding: 5px; background: transparent; border: 0; border-radius: 5px; color: #a2b2d7; }
body[data-game="candycosmos"] .cc-tools-dock .tool-button svg { width: 18px; height: 18px; }
body[data-game="candycosmos"] .tool-popover { position: fixed; left: auto; right: 18px; bottom: 122px; top: auto; width: min(380px,calc(100vw - 28px)); max-height: calc(var(--game-vh,100dvh) - 180px); overflow-y: auto; z-index: 100; background: #151d3c; border-color: #5c6590; }
.cc-pending { position: absolute; bottom: 100%; left: 10px; right: 10px; z-index: 15; background: #302338f5; border: 1px solid #e5b182; border-radius: 12px; padding: 10px 15px; display: flex; gap: 12px; align-items: center; justify-content: center; font-size: 12px; color: #ffebd8; }
.cc-pending[hidden] { display: none; }
.cc-pending button { background: #fed28d; color: #30213f; border: 0; padding: 10px; border-radius: 8px; font-weight: 800; cursor: pointer; }
.cc-dialog { background: linear-gradient(145deg,#202c50,#111a34); color: #edf0ff; border: 1px solid #7382b9; border-radius: 23px; padding: 28px; width: min(580px,calc(100vw - 28px)); max-height: calc(var(--game-vh,100dvh) - 32px); overflow-y: auto; box-shadow: 0 24px 70px #020611aa; }
.cc-dialog::backdrop { background: #03091cbf; backdrop-filter: blur(7px); }
.cc-dialog-header { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 18px; }
.cc-dialog h2 { font-size: 28px; margin: 5px 0 0; letter-spacing: -.8px; }
.cc-dialog p { color: #b5c1dd; line-height: 1.6; font-size: 13px; }
.cc-close { width: 40px; height: 40px; border-radius: 50%; background: #aabbff18; color: #eff2ff; border: 1px solid #aabbff33; font-size: 27px; flex: 0 0 auto; cursor: pointer; }
.cc-buy-options { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 22px; }
.cc-buy-options button { color: #f6efff; padding: 20px 12px; display: flex; align-items: center; flex-direction: column; gap: 12px; background: linear-gradient(#325a72,#223b5c); border: 1px solid #a2eee99c; border-radius: 16px; cursor: pointer; }
.cc-buy-options button:nth-child(2) { background: linear-gradient(#725882,#412f59); border-color: #e8b8facc; }
.cc-buy-options button > span { font-size: 43px; color: #ffe1a1; }
.cc-buy-options strong { font-size: 19px; }.cc-buy-options small { font-size: 11px; line-height: 1.6; color: #c2d2e5; }.cc-buy-options b { font-size: 17px; color: #ffe8b2; }
.cc-note { font-size: 11px !important; color: #8f9fbe !important; }
.cc-confirm-details { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 18px 0; }.cc-confirm-details span { color: #a1b1cc; font-size: 12px; }.cc-confirm-details strong { display: block; color: #fff0c9; font-size: 23px; margin-top: 7px; }
.cc-dialog-actions { display: flex; gap: 12px; }.cc-dialog-actions button,.cc-primary { background: #384663; color: white; border: 1px solid #a8b7df66; border-radius: 12px; padding: 13px 20px; font-weight: 800; flex: 1; cursor: pointer; }
.cc-dialog .cc-primary { background: linear-gradient(#ffe4a2,#edbd60); color: #342b45; border-color: #fff3cb; }.cc-dialog .cc-primary:disabled { opacity: .45; cursor: default; }
.cc-dialog label { display: grid; font-size: 12px; gap: 7px; margin: 15px 0; color: #d0d9ef; }.cc-dialog input,.cc-dialog select { width: 100%; background: #0d1833; border: 1px solid #62759c; border-radius: 8px; padding: 12px; color: white; font-size: 16px; }.cc-auto-limits { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }#ccAutoStart { width: 100%; margin-top: 8px; }
.cc-history-rows { display: grid; gap: 8px; }.cc-history-rows button { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 7px; background: #33446955; color: #e6edff; padding: 14px; border: 1px solid #7184b144; border-radius: 9px; font-size: 11px; text-align: left; cursor: pointer; }.cc-history-rows button span:last-child { color: #ffdfa1; }
.cc-report-details { padding: 14px; border-radius: 12px; background: #27324d; margin: 16px 0; }.cc-report-details p,.cc-report-details li { font-size: 12px; line-height: 1.6; }.cc-report-details ol { max-height: 250px; overflow-y: auto; }
@keyframes cc-clear { to { transform: scale(.15) rotate(20deg); opacity: 0; } }
@media (max-width: 1100px) {
  .cc-stage { grid-template-columns: minmax(125px,1fr) auto minmax(90px,1fr); gap: 15px; padding-inline: 16px; }
  .cc-board-area { width: min(57vw, calc(var(--game-vh,100dvh) - 247px)); }
  .cc-multiplier-card strong { font-size: 53px; }.cc-orbit { width: 75px; font-size: 45px; }
  .cc-dock { gap: 15px; padding-inline: 16px; }.cc-dock-info { gap: 16px; }.cc-stake-dock { flex-basis: 260px; }.cc-actions { gap: 5px; }.cc-actions .cc-icon { width: 36px; min-width: 36px; height: 36px; }
}
@media (max-width: 760px) and (orientation: portrait) {
  body[data-game="candycosmos"] .candycosmos-scene:not([hidden]) { grid-template-rows: 72px minmax(0,1fr) 158px; }
  .cc-header { padding: max(12px,env(safe-area-inset-top)) 16px 4px; }.cc-brand span { font-size: 12px; letter-spacing: 5px; }.cc-brand strong { font-size: 26px; }.cc-brand i { font-size: 6px; }.cc-demo { padding: 5px 8px; font-size: 8px; }.cc-header-actions { gap: 10px; }.cc-header .cc-icon { width: 36px; min-width: 36px; height: 36px; font-size: 22px; }
  .cc-stage { display: flex; align-items: center; justify-content: center; padding: 3px 9px 4px; width: 100%; }.cc-feature-card,.cc-multiplier-card { display: none; }
  .cc-board-area { width: min(100%,calc(var(--game-vh,100dvh) - 280px)); height: auto; }.cc-board-shell { padding: 5px; border-radius: 17px; border-width: 2px; }.cc-board { gap: 2px; padding: 4px; border-radius: 10px; }.cc-cell { border-radius: 7px; }.cc-cell img { inset: 4%; width: 92%; height: 92%; }.cc-symbol-fallback { font-size: 8vw; }.cc-cell-power { font-size: 10px; bottom: 1px; right: 1px; }.cc-status { margin-top: 13px; font-size: 10px; min-height: 25px; }.cc-feature-hud { top: -14px; font-size: 9px; padding: 6px 10px; }
  .cc-dock { display: grid; grid-template-columns: minmax(0,1fr) auto; grid-template-rows: 27px minmax(0,1fr); gap: 9px 12px; align-content: center; padding: 10px 14px max(12px,env(safe-area-inset-bottom)); }
  .cc-dock-info { grid-column: 1 / -1; justify-content: space-between; gap: 10px; }.cc-dock-info > div,.cc-win-summary { gap: 3px; }.cc-dock-info span { font-size: 8px; }.cc-dock-info strong { font-size: 12px; }.cc-win-summary { text-align: right; }
  .cc-stake-dock { grid-column: 1; grid-row: 2; min-width: 0; }body[data-game="candycosmos"] .cc-stake-dock .stake-submit-row { grid-template-columns: minmax(90px,1fr) 70px; gap: 10px; }body[data-game="candycosmos"] .cc-stake-dock #betButton { width: 70px; height: 70px; font-size: 12px; }body[data-game="candycosmos"] .cc-stake-dock #amount { font-size: 16px; padding-left: 31px; }body[data-game="candycosmos"] .cc-stake-dock .amount-currency-badge { width: 24px; font-size: 7px; }
  .cc-actions { grid-column: 2; grid-row: 2; display: grid; grid-template-columns: 32px 32px; gap: 5px; }.cc-actions .cc-icon { width: 32px; height: 32px; min-width: 32px; font-size: 21px; }.cc-mobile-buy { display: flex; }.cc-tools-dock { position: absolute; bottom: calc(100% + 2px); left: 12px; }body[data-game="candycosmos"] .cc-tools-dock .bet-footer-tools { display: flex; gap: 0; }body[data-game="candycosmos"] .cc-tools-dock .tool-button { width: 25px; height: 25px; padding: 5px; }
  body[data-game="candycosmos"] .tool-popover { bottom: 174px; right: 10px; }.cc-pending { font-size: 10px; gap: 8px; padding: 8px; }.cc-pending button { font-size: 10px; padding: 8px; }
  .cc-dialog { padding: 20px; border-radius: 18px; }.cc-dialog h2 { font-size: 23px; }.cc-buy-options { gap: 8px; }.cc-buy-options button { padding: 15px 8px; }.cc-buy-options strong { font-size: 15px; }.cc-buy-options small { font-size: 10px; }
}
@media (max-height: 530px) and (orientation: landscape) {
  body[data-game="candycosmos"] .candycosmos-scene:not([hidden]) { grid-template-rows: 42px minmax(0,1fr) 79px; }
  .cc-header { padding: 4px 16px; }.cc-brand { display: flex; gap: 4px; align-items: baseline; transform: none; }.cc-brand span { font-size: 16px; letter-spacing: 1px; margin-left: 0; }.cc-brand strong { font-size: 22px; }.cc-brand i { display: none; }.cc-header .cc-icon { width: 31px; min-width: 31px; height: 31px; }
  .cc-stage { padding-block: 0; gap: 15px; grid-template-columns: 1fr auto 1fr; }.cc-board-area { width: calc(var(--game-vh,100dvh) - 153px); }.cc-board-shell { padding: 4px; border-radius: 14px; border-width: 2px; }.cc-board { gap: 2px; padding: 3px; }.cc-cell { border-radius: 5px; }.cc-status { margin-top: 8px; min-height: 21px; font-size: 9px; }.cc-cell-power { font-size: 8px; }.cc-symbol-fallback { font-size: 22px; }
  .cc-feature-card h2 { font-size: 20px; margin: 7px 0; }.cc-feature-card p { display: none; }.cc-eyebrow { font-size: 7px; }.cc-buy { width: 135px; margin: 12px 0 10px; padding: 6px 8px; border-radius: 12px; }.cc-buy span { display: none; }.cc-buy strong { font-size: 14px; }.cc-max { width: 135px; }.cc-max strong { font-size: 21px; }.cc-max small { display: none; }.cc-multiplier-card p { font-size: 9px; }.cc-multiplier-card strong { font-size: 39px; }.cc-orbit { display: none; }
  .cc-dock { padding: 5px 16px max(5px,env(safe-area-inset-bottom)); gap: 12px; }.cc-dock-info { gap: 12px; }.cc-dock-info strong { font-size: 11px; }.cc-dock-info span { font-size: 7px; letter-spacing: .5px; }.cc-stake-dock { flex-basis: 205px; }body[data-game="candycosmos"] .cc-stake-dock .stake-submit-row { grid-template-columns: minmax(90px,1fr) 59px; gap: 10px; }body[data-game="candycosmos"] .cc-stake-dock #betButton { width: 59px; height: 59px; font-size: 11px; }body[data-game="candycosmos"] .cc-stake-dock #amount { font-size: 15px; }.cc-actions .cc-icon { width: 31px; min-width: 31px; height: 31px; font-size: 22px; }.cc-tools-dock { display: block; position: fixed; right: 115px; top: 6px; }body[data-game="candycosmos"] .cc-tools-dock .bet-footer-tools { display: flex; }body[data-game="candycosmos"] .tool-popover { bottom: 85px; max-height: calc(var(--game-vh,100dvh) - 100px); }
}
@media (prefers-reduced-motion: reduce) { .cc-cell,.cc-cell img,.cc-symbol-fallback { animation: none !important; transition: none !important; } }
body.animations-off .cc-cell,body.animations-off .cc-cell img,body.animations-off .cc-symbol-fallback { animation: none !important; transition: none !important; }
body.speed-fast .cc-cell img { animation-duration: .1s !important; animation-delay: 0s !important; }
.cc-paytable { overflow-x: auto; margin-top: 18px; }.cc-paytable table { border-collapse: collapse; min-width: 530px; width: 100%; font-size: 10px; }.cc-paytable td,.cc-paytable th { border-bottom: 1px solid #ffffff18; text-align: center; padding: 4px; }.cc-paytable th img { width: 29px; height: 29px; }.cc-paytable p { font-size: 11px; line-height: 1.6; color: #becaea; min-width: 280px; }
