.skip-link { position: fixed; z-index: 20; top: .6rem; left: .6rem; padding: .6rem .8rem; color: #07101e; background: var(--focus); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.app-shell { width: min(1440px, calc(100% - 32px)); margin: 20px auto 48px; }
.panel { border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(23, 37, 70, .94), rgba(9, 16, 34, .92)); box-shadow: var(--shadow); }
.topbar { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 18px 22px; }
.topbar h1, h2, p { margin: 0; }
.topbar h1 { font-size: clamp(1.65rem, 4vw, 2.5rem); letter-spacing: -.06em; }
.topbar h1 span { color: var(--gold); }
.topbar-status { display: flex; align-items: center; justify-content: end; gap: 16px; }
.connection { max-width: 210px; color: var(--muted); font-size: .83rem; text-align: right; }
.connection.is-online { color: var(--success); }
.connection.is-error { color: var(--danger); }
.wallet { min-width: 146px; padding: 9px 13px; border: 1px solid rgba(81, 217, 255, .35); border-radius: var(--radius-small); background: rgba(8, 23, 43, .8); }
.wallet span, .eyebrow { display: block; color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .13em; }
.wallet strong { display: block; margin-top: 3px; color: var(--sky); font-size: 1.15rem; }
.notice { min-height: 1.3rem; margin: 13px 3px; color: var(--muted-strong); font-size: .92rem; }
.notice.is-error { color: var(--danger); }
.game-nav { display: flex; flex-wrap: wrap; gap: 8px; padding: 10px; }
.game-tab, .choice, .text-button, .action, .secondary-action { border: 1px solid var(--line); border-radius: var(--radius-small); color: var(--ink); background: #101a32; font-weight: 750; }
.game-tab { padding: 9px 12px; color: var(--muted-strong); }
.game-tab.is-active { color: #091426; border-color: var(--sky); background: linear-gradient(120deg, var(--sky), #8fc0ff); box-shadow: 0 0 22px rgba(81, 217, 255, .3); }
.layout { display: grid; grid-template-columns: minmax(190px, .66fr) minmax(460px, 2fr) minmax(210px, .72fr); gap: 16px; margin-top: 16px; }
.info-panel, .receipt-panel, .game-panel { min-width: 0; padding: 19px; }
.info-panel h2, .receipt-panel h2, .game-heading h2 { margin-top: 5px; font-size: 1.36rem; }
.info-panel p:not(.eyebrow), .quiet-list { margin-top: 12px; color: var(--muted); line-height: 1.5; font-size: .91rem; }
.quiet-list { padding-left: 1.2rem; }
.quiet-list li + li { margin-top: 8px; }
.text-button { margin-top: 14px; padding: 8px 10px; color: var(--sky); background: transparent; }
.game-heading { display: flex; align-items: start; justify-content: space-between; gap: 16px; }
.game-heading .text-button { flex: 0 0 auto; margin: 0; }
.rules-panel { margin: 14px 0 0; padding: 12px; border: 1px solid var(--line); border-radius: var(--radius-small); color: var(--muted-strong); background: rgba(4, 10, 24, .48); font-size: .88rem; line-height: 1.5; }
.game-stage { display: grid; min-height: 285px; margin-top: 16px; place-items: center; }
.game-controls { margin-top: 16px; }
.control-row { display: flex; align-items: center; justify-content: center; gap: 9px; flex-wrap: wrap; }
.choice { padding: 8px 10px; color: var(--muted-strong); }
.choice.is-active { border-color: var(--gold); color: var(--gold); background: rgba(255, 214, 107, .12); }
.choice.is-danger { border-color: var(--danger); color: var(--danger); }
.field-label { color: var(--muted); font-size: .82rem; font-weight: 700; }
.text-input { width: min(100%, 190px); padding: 9px 10px; border: 1px solid var(--line); border-radius: var(--radius-small); color: var(--ink); background: #0a1228; }
.action, .secondary-action { width: min(100%, 360px); margin: 13px auto 0; padding: 13px 16px; display: block; }
.action { border: 0; color: #07101e; background: linear-gradient(110deg, var(--sky), #b9edff); box-shadow: 0 6px 23px rgba(81, 217, 255, .22); }
.action.is-abyss { color: #fff; background: linear-gradient(110deg, var(--ember), var(--abyss)); }
.secondary-action { color: var(--sky); background: rgba(15, 31, 60, .74); }
.hint, .subtle { margin: 10px 0 0; color: var(--muted); font-size: .82rem; line-height: 1.45; text-align: center; }
.receipt { display: grid; min-height: 134px; margin-top: 13px; padding: 12px; place-items: center; border: 1px solid var(--line); border-radius: var(--radius-small); color: var(--muted-strong); text-align: center; line-height: 1.45; }
.receipt strong { color: var(--success); }
.receipt .loss { color: var(--danger); }
.receipt-actions { display: grid; gap: 7px; margin-top: 10px; }
.receipt-actions .text-button { width: 100%; margin: 0; }
.proof-panel { margin-top: 16px; color: var(--muted); font-size: .84rem; }
.proof-panel summary { color: var(--sky); cursor: pointer; font-weight: 750; }
.proof-panel pre { margin: 9px 0 0; padding: 9px; border: 1px solid var(--line); border-radius: 9px; background: rgba(1, 6, 18, .5); font-size: .72rem; }
.analytics { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: 16px; padding: 17px 20px; }
.analytics h2 { margin-top: 4px; font-size: 1.24rem; }
.facts { display: grid; grid-template-columns: repeat(4, minmax(104px, 1fr)); gap: 8px; margin: 0; }
.facts div { padding: 9px 12px; border-left: 2px solid var(--sky); background: rgba(5, 15, 33, .43); }
.facts dt { color: var(--muted); font-size: .7rem; }
.facts dd { margin: 4px 0 0; color: var(--sky); font-size: 1.05rem; font-weight: 800; }

/* Original Sky/Abyss slot presentation. Results are supplied only by the server. */
.mythic-shell { width: 100%; padding: 12px; border: 1px solid rgba(81, 217, 255, .45); border-radius: 20px; background: radial-gradient(circle at 50% -25%, rgba(128, 213, 255, .4), transparent 51%), linear-gradient(145deg, #142e57, #091124); box-shadow: inset 0 0 34px rgba(81, 217, 255, .14); }
.mythic-shell.is-abyss { border-color: rgba(237, 93, 190, .48); background: radial-gradient(circle at 52% -20%, rgba(245, 88, 110, .36), transparent 48%), linear-gradient(145deg, #421737, #100a21); box-shadow: inset 0 0 34px rgba(237, 93, 190, .15); }
.realm-bar { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 10px; color: var(--gold); font-size: .72rem; font-weight: 850; letter-spacing: .12em; }
.slot-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 7px; }
.slot-cell { min-height: 78px; display: grid; place-items: center; gap: 2px; padding: 6px 3px; overflow: hidden; border: 1px solid rgba(190, 223, 255, .18); border-radius: 10px; color: var(--sky); background: linear-gradient(145deg, rgba(136, 216, 255, .17), rgba(1, 7, 20, .5)); text-align: center; }
.slot-symbol { color: currentColor; font-size: clamp(1.55rem, 4.5vw, 2.25rem); line-height: 1; filter: drop-shadow(0 0 10px currentColor); }
.slot-symbol-label { overflow: hidden; max-width: 100%; color: var(--muted-strong); font-size: .59rem; font-weight: 850; letter-spacing: .035em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.is-abyss .slot-cell { color: #ffbadf; background: linear-gradient(145deg, rgba(249, 112, 190, .19), rgba(19, 3, 20, .54)); }
.slot-cell.is-winning { border-color: var(--gold); color: var(--gold); box-shadow: inset 0 0 0 1px rgba(255, 214, 107, .3), 0 0 18px rgba(255, 214, 107, .4); animation: winning-symbol 1.1s ease-in-out infinite alternate; }
.slot-grid-result .slot-cell { animation: reel-land .48s both; }
.slot-grid-result .slot-cell:nth-child(5n + 2) { animation-delay: .05s; }.slot-grid-result .slot-cell:nth-child(5n + 3) { animation-delay: .10s; }.slot-grid-result .slot-cell:nth-child(5n + 4) { animation-delay: .15s; }.slot-grid-result .slot-cell:nth-child(5n + 5) { animation-delay: .20s; }
.slot-reels { display: grid; grid-template-columns: repeat(5, 1fr); gap: 7px; height: 334px; overflow: hidden; padding: 4px; border: 1px solid rgba(190, 223, 255, .16); border-radius: 13px; background: rgba(1, 7, 20, .36); }
.slot-reel { position: relative; overflow: hidden; border-radius: 10px; background: rgba(1, 7, 20, .38); }
.slot-reel::after { position: absolute; z-index: 2; inset: 0; border: 1px solid rgba(190, 223, 255, .14); border-radius: inherit; box-shadow: inset 0 0 24px rgba(0, 0, 0, .52); content: ""; pointer-events: none; }
.slot-reel-strip { display: grid; gap: 7px; padding: 3px; transform: translateY(-6px); }
.slot-reel .slot-cell { min-height: 74px; background: linear-gradient(145deg, rgba(136, 216, 255, .22), rgba(1, 7, 20, .66)); }
.slot-reel .slot-symbol-label { display: none; }
.slot-reels.is-spinning .slot-reel-strip { animation: reel-roll .42s linear infinite; animation-delay: var(--reel-delay); }
.slot-reels.is-slowing .slot-reel-strip { animation: reel-slow .93s cubic-bezier(.08,.7,.19,1) both; animation-delay: var(--reel-delay); }
@keyframes reel-roll { from { transform: translateY(-6px); } to { transform: translateY(-492px); } }
@keyframes reel-slow { 0% { transform: translateY(-6px); } 52% { transform: translateY(-310px); } 78% { transform: translateY(-410px); } 100% { transform: translateY(-486px); } }
@keyframes reel-land { from { opacity: .15; transform: translateY(-25px) scale(.92); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes winning-symbol { to { transform: translateY(-2px); box-shadow: inset 0 0 0 1px rgba(255, 214, 107, .3), 0 0 27px rgba(255, 214, 107, .64); } }
.slot-caption { margin-top: 9px; color: var(--muted); font-size: .78rem; text-align: center; }
.mode-picker { display: flex; gap: 8px; justify-content: center; margin-bottom: 12px; }

.simple-surface { display: grid; width: 100%; min-height: 260px; place-items: center; padding: 16px; border: 1px solid var(--line); border-radius: 18px; background: radial-gradient(circle at 50% 0, rgba(102, 116, 237, .25), transparent 55%), #080f22; }
.dice-faces { display: flex; gap: 14px; perspective: 650px; }
.die { display: grid; grid-template-columns: repeat(3, 1fr); width: 104px; height: 104px; gap: 8px; padding: 14px; border: 1px solid rgba(145, 121, 255, .7); border-radius: 23px; background: linear-gradient(145deg, #f7f4ff, #9eb1e8); box-shadow: 0 12px 28px rgba(0, 0, 0, .35); }
.die i { width: 13px; height: 13px; align-self: center; justify-self: center; border-radius: 50%; background: transparent; }.die i.is-pip { background: #192040; box-shadow: inset 1px 1px 1px rgba(255,255,255,.4); }
.dice-faces.is-spinning .die { animation: dice-tumble .28s linear infinite; }.dice-faces.is-spinning .die:nth-child(2) { animation-delay: -.14s; }
.dice-faces.is-slowing .die { animation: dice-settle .85s cubic-bezier(.11,.72,.25,1) both; }.dice-faces.is-slowing .die:nth-child(2) { animation-delay: .08s; }
@keyframes dice-tumble { to { transform: rotateX(360deg) rotateY(290deg); } } @keyframes dice-settle { 55% { transform: rotateX(420deg) rotateY(315deg) scale(1.08); } 100% { transform: rotateX(360deg) rotateY(360deg) scale(1); } }
.classic-slot-machine { position: relative; width: min(100%, 390px); padding: 11px; border: 2px solid #d9a746; border-radius: 24px; background: radial-gradient(circle at 50% 0, rgba(255, 231, 140, .38), transparent 38%), linear-gradient(145deg, #6a243d, #1b1029 63%, #671c4a); box-shadow: inset 0 0 0 3px rgba(255, 245, 205, .12), 0 14px 32px rgba(0,0,0,.38); }
.classic-slot-top { margin-bottom: 9px; color: #fff1bc; font-size: .67rem; font-weight: 900; letter-spacing: .16em; text-align: center; }
.classic-slot-window { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; overflow: hidden; height: 117px; padding: 7px; border: 3px solid #120a1c; border-radius: 12px; background: #06070f; box-shadow: inset 0 0 16px #000; }
.classic-reel { display: grid; align-content: start; gap: 9px; color: #48222f; font-size: 3.5rem; line-height: 1; text-align: center; transform: translateY(-49px); }.classic-reel span { display: grid; height: 99px; place-items: center; border-radius: 8px; background: linear-gradient(145deg, #fffdf1, #ecd8b5); box-shadow: inset 0 0 0 1px #a96d50; }
.classic-slot-payline { position: absolute; right: 8px; bottom: 64px; left: 8px; z-index: 2; border-top: 2px solid var(--sky); box-shadow: 0 0 11px var(--sky); pointer-events: none; }
.classic-slot-machine.is-spinning .classic-reel { animation: classic-reel-roll .22s linear infinite; animation-delay: var(--reel-delay); }.classic-slot-machine.is-slowing .classic-reel { animation: classic-reel-settle .85s cubic-bezier(.08,.75,.22,1) both; animation-delay: var(--reel-delay); }
@keyframes classic-reel-roll { to { transform: translateY(-264px); } } @keyframes classic-reel-settle { from { transform: translateY(-49px); } 68% { transform: translateY(-218px); } to { transform: translateY(-49px); } }
.roulette-wheel { --ball-angle: 0deg; position: relative; display: grid; width: min(72vw, 244px); height: min(72vw, 244px); place-items: center; border: 8px solid #c08a31; border-radius: 50%; background: #31120f; box-shadow: inset 0 0 0 6px #17101a, 0 0 34px rgba(255, 184, 75, .2); }
.roulette-rotor { position: absolute; inset: 13px; border: 7px solid #f2d27a; border-radius: 50%; background: repeating-conic-gradient(#972d3c 0 9.73deg, #171a24 9.73deg 19.46deg); box-shadow: inset 0 0 0 25px #3d1c17, inset 0 0 0 31px #ddb353; }
.roulette-pocket { position: absolute; top: 50%; left: 50%; width: 21px; margin: -8px 0 0 -10px; color: #f8e7b2; font-size: .47rem; font-weight: 900; text-align: center; transform: rotate(var(--pocket-angle)) translateY(-91px); transform-origin: center; }.roulette-pocket.is-zero { color: #72efbb; }
.roulette-ball { position: absolute; z-index: 3; top: 50%; left: 50%; width: 14px; height: 14px; border: 2px solid #fff; border-radius: 50%; background: radial-gradient(circle at 35% 28%, #fff, #cbcbdf 28%, #555670 68%); box-shadow: 0 0 8px rgba(255,255,255,.7); transform: translate(-50%, -50%) rotate(var(--ball-angle)) translateY(-96px); }
.roulette-readout { position: relative; z-index: 4; display: grid; width: 64px; height: 64px; place-items: center; border: 3px solid #e9c96f; border-radius: 50%; color: #fff3b6; background: radial-gradient(circle, #511624, #120b13); font-size: 1.25rem; box-shadow: 0 0 0 7px #2b1514; }
.roulette-wheel.is-spinning .roulette-rotor { animation: roulette-wheel-spin .53s linear infinite; }.roulette-wheel.is-spinning .roulette-ball { animation: roulette-ball-spin .31s linear infinite; }.roulette-wheel.is-slowing .roulette-rotor { animation: roulette-wheel-slow .85s cubic-bezier(.09,.69,.2,1) both; }.roulette-wheel.is-slowing .roulette-ball { animation: roulette-ball-slow .85s cubic-bezier(.09,.69,.2,1) both; }
@keyframes roulette-wheel-spin { to { transform: rotate(360deg); } } @keyframes roulette-ball-spin { to { transform: translate(-50%, -50%) rotate(720deg) translateY(-96px); } } @keyframes roulette-wheel-slow { from { transform: rotate(0); } to { transform: rotate(620deg); } } @keyframes roulette-ball-slow { from { transform: translate(-50%, -50%) rotate(0) translateY(-96px); } to { transform: translate(-50%, -50%) rotate(670deg) translateY(-96px); } }
.roulette-number-picker { max-width: 570px; margin: 13px auto 0; }.roulette-number { min-width: 35px; padding: 6px; background: #151923; }.roulette-number.is-red { background: #812b3c; }.roulette-number.is-zero { background: #147853; }.roulette-number.is-active { outline: 2px solid var(--gold); outline-offset: 1px; }
.poker-table { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; }
.poker-table.is-spinning .card { animation: card-flip .42s linear infinite; }.poker-table.is-slowing .card { animation: card-land .85s cubic-bezier(.1,.7,.2,1) both; }.poker-table.is-slowing .card:nth-child(2) { animation-delay: .08s; }.poker-table.is-slowing .card:nth-child(3) { animation-delay: .16s; }.poker-table.is-slowing .card:nth-child(4) { animation-delay: .24s; }.poker-table.is-slowing .card:nth-child(5) { animation-delay: .32s; } @keyframes card-flip { to { transform: rotateY(180deg); } } @keyframes card-land { from { transform: translateY(-16px) rotateY(180deg); } to { transform: translateY(0) rotateY(0); } }
.card { display: grid; width: 66px; height: 98px; place-items: center; border: 2px solid #e5ecff; border-radius: 9px; color: #151d32; background: linear-gradient(145deg, #fff, #dbe7ff); font-size: 1.55rem; font-weight: 850; box-shadow: 0 8px 16px rgba(0, 0, 0, .26); }
.card.is-red { color: #b72d52; }
.card.is-hidden { color: #aeb9d1; background: repeating-linear-gradient(45deg, #1c3f70, #1c3f70 7px, #315d9a 7px, #315d9a 14px); }

.rocket-surface { position: relative; width: 100%; min-height: 290px; overflow: hidden; padding: 15px; border: 1px solid rgba(81, 217, 255, .37); border-radius: 18px; background: radial-gradient(ellipse at 50% 108%, rgba(81, 217, 255, .27), transparent 47%), linear-gradient(180deg, #101d42, #060a19); }
.rocket-surface::after { position: absolute; z-index: 0; right: -18px; bottom: -45px; width: 150%; height: 74%; border-top: 2px solid var(--sky); content: ""; transform: rotate(-12deg); transform-origin: right center; opacity: .25; }
.rocket-chart { position: absolute; z-index: 1; inset: 12px 10px 6px; width: calc(100% - 20px); height: calc(100% - 18px); overflow: visible; }
.rocket-grid { stroke: rgba(163, 212, 255, .16); stroke-dasharray: 5 7; stroke-width: 1; }.rocket-area { fill: url(#rocket-chart-fill); fill: rgba(81, 217, 255, .16); }.rocket-area.is-crashed { fill: rgba(255, 113, 132, .14); }.rocket-line { fill: none; stroke: var(--sky); stroke-linecap: round; stroke-linejoin: round; stroke-width: 5; filter: drop-shadow(0 0 8px rgba(81,217,255,.75)); }.rocket-line.is-crashed { stroke: var(--danger); filter: drop-shadow(0 0 8px rgba(255, 140, 157, .7)); }.rocket-marker { fill: #d7fbff; stroke: var(--sky); stroke-width: 5; filter: drop-shadow(0 0 10px rgba(81,217,255,.9)); }.rocket-marker.is-crashed { fill: #ffe4e8; stroke: var(--danger); }
.rocket-readout { position: relative; z-index: 2; display: grid; min-height: 247px; place-items: center; pointer-events: none; text-align: center; }
.rocket-readout strong { color: var(--sky); font-size: clamp(3rem, 10vw, 5.6rem); letter-spacing: -.09em; text-shadow: 0 0 35px rgba(81, 217, 255, .5); }
.rocket-readout .crashed { color: var(--danger); text-shadow: 0 0 35px rgba(255, 102, 125, .42); }
.rocket-state { color: var(--gold); font-size: .78rem; font-weight: 850; letter-spacing: .12em; }

.pool-layout, .blackjack-layout, .prediction-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(190px, .5fr); gap: 13px; width: 100%; }
.pool-pot, .blackjack-table { padding: 16px; border: 1px solid var(--line); border-radius: 14px; background: rgba(4, 10, 24, .57); }
.pool-value { margin: 5px 0; color: var(--gold); font-size: 2rem; font-weight: 900; }
.progress { height: 12px; overflow: hidden; border-radius: 999px; background: #10192e; }
.progress > i { display: block; height: 100%; background: linear-gradient(90deg, var(--sky), var(--gold)); }
.entries { max-height: 166px; overflow: auto; }
.entry { display: flex; justify-content: space-between; gap: 8px; padding: 7px 0; border-bottom: 1px solid rgba(181, 203, 255, .1); color: var(--muted-strong); font-size: .84rem; }
.entry strong { color: var(--gold); }
.blackjack-table { width: 100%; min-height: 237px; }
.hand-label { margin: 9px 0 4px; color: var(--muted); font-size: .76rem; font-weight: 800; letter-spacing: .09em; }
.hand.is-active { padding: 7px; border: 1px solid var(--gold); border-radius: 11px; background: rgba(255, 214, 107, .08); }
.payout { color: var(--success); font-weight: 800; }
.prediction-layout { align-items: stretch; }
.prediction-question { margin: 7px 0 12px; color: var(--ink); font-size: clamp(1.12rem, 3vw, 1.65rem); font-weight: 850; line-height: 1.16; }
.prediction-quote { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.prediction-quote > div { padding: 10px; border: 1px solid var(--line); border-radius: 10px; background: rgba(4, 10, 24, .46); }
.prediction-quote span { display: block; color: var(--muted); font-size: .7rem; font-weight: 800; letter-spacing: .08em; }
.prediction-quote strong { display: block; margin-top: 4px; color: var(--sky); font-size: 1.15rem; }
.prediction-quote .no strong { color: #ffb0d4; }
.prediction-facts { display: grid; gap: 8px; }
.prediction-facts div { padding: 9px 0; border-bottom: 1px solid rgba(181, 203, 255, .12); color: var(--muted-strong); font-size: .83rem; }
.prediction-facts strong { display: block; margin-top: 3px; color: var(--gold); }
.crypto-market-reference { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin: 0 0 10px; }
.crypto-market-reference > div { min-width: 0; padding: 9px 10px; border: 1px solid rgba(115, 220, 255, .24); border-radius: 9px; background: rgba(57, 185, 255, .07); }
.crypto-market-reference span { display: block; color: var(--muted); font-size: .67rem; font-weight: 800; letter-spacing: .045em; }
.crypto-market-reference strong { display: block; overflow: hidden; margin-top: 3px; color: #e6faff; font-size: .84rem; text-overflow: ellipsis; white-space: nowrap; }
.crypto-monitor { margin-top: 13px; overflow: hidden; background: linear-gradient(130deg, rgba(9, 24, 50, .72), rgba(18, 11, 43, .68)); }
.crypto-monitor-heading, .crypto-monitor-meta { display: flex; gap: 12px; align-items: center; justify-content: space-between; }
.crypto-monitor h3 { margin: 2px 0 12px; font-size: 1.1rem; }
.crypto-monitor-meta { align-items: flex-start; margin-bottom: 10px; }
.crypto-mode { display: inline-flex; padding: 5px 8px; border: 1px solid rgba(104, 231, 196, .35); border-radius: 999px; color: #aaffdf; background: rgba(40, 218, 150, .08); font-size: .67rem; font-weight: 850; letter-spacing: .05em; }
.crypto-mode.is-offline_fixture { border-color: rgba(255, 204, 110, .4); color: #ffd98a; background: rgba(244, 178, 65, .1); }
.crypto-mode.is-partial_read_only, .crypto-mode.is-unavailable { border-color: rgba(255, 151, 169, .4); color: #ffb2c1; background: rgba(255, 103, 130, .1); }
.crypto-quotes { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.crypto-quote { position: relative; padding: 12px; border: 1px solid rgba(131, 211, 255, .25); border-radius: 11px; background: rgba(2, 9, 23, .48); overflow: hidden; }
.crypto-quote::after { content: ""; position: absolute; inset: auto -12% -30px; height: 50px; background: radial-gradient(ellipse, rgba(85, 219, 255, .2), transparent 68%); pointer-events: none; }
.crypto-quote strong { position: relative; display: block; margin: 4px 0 3px; color: #f3fbff; font-size: 1.35rem; letter-spacing: -.03em; }
.crypto-difference { display: grid; gap: 2px; margin-top: 9px; padding: 10px 12px; border-left: 3px solid var(--gold); border-radius: 8px; background: rgba(255, 208, 106, .08); color: var(--muted-strong); }
.crypto-difference strong { color: var(--gold); font-size: 1.08rem; }.crypto-difference small { color: var(--muted); }.crypto-disclaimer { margin-bottom: 0; }

@media (max-width: 1120px) { .layout { grid-template-columns: minmax(0, 1fr) minmax(210px, .5fr); } .info-panel { grid-column: 1 / -1; } .info-panel .quiet-list { display: flex; flex-wrap: wrap; gap: 18px; padding-left: 1rem; } .analytics { align-items: start; flex-direction: column; } }
@media (max-width: 700px) { .app-shell { width: min(100% - 18px, 1440px); margin-top: 9px; } .topbar, .topbar-status, .crypto-monitor-heading, .crypto-monitor-meta { align-items: start; flex-direction: column; } .topbar-status { width: 100%; } .connection { max-width: none; text-align: left; } .layout, .pool-layout, .blackjack-layout, .prediction-layout, .crypto-quotes, .crypto-market-reference { grid-template-columns: 1fr; } .receipt-panel { grid-row: 3; } .facts { width: 100%; grid-template-columns: repeat(2, 1fr); } .slot-cell { min-height: 54px; font-size: .78rem; } .game-nav { display: grid; grid-template-columns: repeat(3, 1fr); } .game-tab { min-width: 0; padding: 8px 5px; font-size: .74rem; } .card { width: 54px; height: 80px; font-size: 1.15rem; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
body.reduce-motion *, body.reduce-motion *::before, body.reduce-motion *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
