:root { color-scheme: dark; font-family: Outfit, system-ui, sans-serif; background: #070411; color: #f6f1ff; --orange: #ff6a2b; --gold: #ffd360; --blue: #2cc5ff; --violet: #a775ff; --ink: #080512; --line: rgba(215, 187, 255, .22); }
* { box-sizing: border-box; }
body { min-width: 320px; min-height: 100vh; margin: 0; overflow-x: hidden; background: radial-gradient(ellipse 70% 58% at 48% -15%, #38215d 0%, #150d2b 42%, #080512 78%), #080512; }
body::before { content: ''; position: fixed; inset: 0; pointer-events: none; opacity: .25; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(to bottom, #000, transparent 72%); }
button, input, select { font: inherit; }
button { cursor: pointer; }
button:disabled { cursor: default; opacity: .45; }
.ambient { position: fixed; pointer-events: none; filter: blur(50px); border-radius: 50%; opacity: .3; }
.ambient-one { width: 34vw; height: 34vw; min-width: 250px; min-height: 250px; top: 32%; left: -15%; background: #692eff; }
.ambient-two { width: 28vw; height: 28vw; min-width: 210px; min-height: 210px; top: 62%; right: -11%; background: #e8418c; }
.arcade-app { position: relative; width: min(1470px, calc(100% - 40px)); margin: 0 auto; padding: 26px 0 22px; }
.masthead { display: flex; flex-wrap: wrap; align-items: center; gap: 11px 18px; padding: 0 4px 21px; }
.masthead > .ghost-button { margin-left: auto; }
.brand { display: inline-flex; width: max-content; align-items: center; gap: 11px; color: inherit; text-decoration: none; }
.brand > span:last-child { display: grid; line-height: .82; letter-spacing: .09em; }
.brand strong { font-size: 19px; font-weight: 900; color: var(--gold); text-shadow: 0 0 18px rgba(255, 211, 96, .65); }
.brand em { font-family: 'Barlow Condensed', sans-serif; font-size: 15px; font-style: normal; font-weight: 700; letter-spacing: .24em; color: #cfc1e6; }
.brand-mark { width: 38px; height: 38px; border-radius: 8px; box-shadow: 0 0 18px #7d4bff9e; }
.feed-live i { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: #59f7a7; box-shadow: 0 0 10px #59f7a7; animation: blink 1.8s ease-in-out infinite; }
.ghost-button, .deck-actions button, .invite-button { min-height: 38px; padding: 0 15px; border: 1px solid var(--line); border-radius: 8px; background: rgba(19, 10, 40, .58); color: #e7dfff; font-family: 'Barlow Condensed', sans-serif; font-size: 14px; font-weight: 800; letter-spacing: .09em; transition: .18s ease; }

.ghost-button:hover, .deck-actions button:not(:disabled):hover, .invite-button:hover { border-color: #b983ff; background: #38205f; transform: translateY(-1px); }
.marquee { display: grid; grid-template-columns: auto 1fr auto; align-items: center; min-height: 42px; gap: 18px; padding: 0 17px; border: 1px solid #624495; border-radius: 8px 8px 0 0; background: linear-gradient(90deg, rgba(82,45,143,.52), rgba(31,18,57,.8) 52%, rgba(82,45,143,.28)); box-shadow: inset 0 1px rgba(255,255,255,.12), 0 5px 30px #10062188; font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: .095em; }
.marquee-label { color: var(--gold); }
#marquee-message { color: #e9dbff; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.marquee-score { color: #9f8dbd; }.marquee-score b { color: var(--blue); }
.game-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 20px; align-items: start; padding: 20px; border: 1px solid rgba(117, 74, 175, .35); border-top: 0; border-radius: 0 0 17px 17px; background: linear-gradient(135deg, rgba(22, 12, 43, .77), rgba(8, 5, 19, .6)); box-shadow: 0 22px 70px #0009; }
.playfield { min-width: 0; }.board-heading { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin: 0 4px 12px; }.eyebrow { margin: 0 0 4px; color: #a995ca; font-family: 'DM Mono', monospace; font-size: 10px; font-weight: 500; letter-spacing: .15em; }.board-heading h1 { margin: 0; font-size: clamp(21px, 2.15vw, 31px); letter-spacing: -.045em; }
.invite-button { color: var(--gold); white-space: nowrap; }
.player-banner { display: flex; min-height: 50px; align-items: center; gap: 9px; margin: 0 0 6px; padding: 8px 13px; border: 1px solid; border-radius: 11px; background: rgba(10, 7, 24, .82); }.player-orange { margin: 6px 0 0; border-color: #e3523970; }.player-blue { border-color: #3dbceb70; }.player-banner.is-turn { box-shadow: 0 0 0 1px currentColor, 0 0 25px currentColor; }.player-orange.is-turn { color: #ff8861; }.player-blue.is-turn { color: #6de0ff; }
.player-orb { width: 18px; height: 18px; border: 3px solid #fff6; border-radius: 50%; }.player-orange .player-orb { background: var(--orange); box-shadow: 0 0 14px var(--orange); }.player-blue .player-orb { background: var(--blue); box-shadow: 0 0 14px var(--blue); }.player-tag { color: #a999bd; font-family: 'Barlow Condensed', sans-serif; font-size: 13px; font-weight: 800; letter-spacing: .1em; }.player-banner strong { margin-right: auto; color: #f7f2ff; font-size: 12px; font-weight: 600; }.off-count { display: grid; grid-template-columns: auto auto; align-items: center; gap: 5px; color: #b9a6d4; font-family: 'DM Mono', monospace; }.off-count i { font-size: 9px; font-style: normal; }.off-count b { color: inherit; font-size: 18px; }.off-count.is-target { cursor: pointer; color: #fff5c7; text-shadow: 0 0 10px var(--gold); }
.board-frame { position: relative; aspect-ratio: 1.59 / 1; overflow: hidden; padding: 10px; border: 2px solid #7d4fc4; border-radius: 13px; background: linear-gradient(135deg, #4b276b, #190e35 51%, #3e1e58); box-shadow: 0 0 0 4px #0c0719, 0 0 42px #5925ae61, inset 0 0 25px #e1a8ff20; }.board-frame::before { content: ''; position: absolute; inset: 4px; border: 1px solid rgba(255,255,255,.18); border-radius: 9px; pointer-events: none; }
.board { position: relative; z-index: 1; display: grid; height: 100%; grid-template-columns: repeat(6, minmax(0, 1fr)) .66fr repeat(6, minmax(0, 1fr)); grid-template-rows: 1fr 1fr; overflow: hidden; border: 1px solid #eab9ff6e; border-radius: 7px; background: radial-gradient(ellipse at center, #7d3d79 0, #45234f 48%, #1e1533 100%); box-shadow: inset 0 0 46px #070311d9; }
.board::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(90deg, transparent 0 calc(8.333% - 1px), #e3b2ff13 calc(8.333% - 1px) 8.333%); pointer-events: none; }.point { position: relative; min-width: 0; padding: 4px; border: 0; background: transparent; }.point::before { content: ''; position: absolute; inset: 2px 3px; clip-path: polygon(0 0, 100% 0, 50% 95%); background: linear-gradient(90deg, #f49547, #ffcc6d 48%, #db5d35); filter: drop-shadow(0 2px 1px #240e2e); opacity: .94; transition: .18s ease; }.point.alt::before { background: linear-gradient(90deg, #472181, #834fd4 48%, #35145d); }.point.bottom::before { clip-path: polygon(0 100%, 100% 100%, 50% 5%); }.point.is-selectable::before { filter: drop-shadow(0 0 7px var(--gold)); }.point.is-target::before { opacity: 1; outline: 2px solid #ffe48e; filter: drop-shadow(0 0 10px #ffd45c); }.point.is-selected::before { background: linear-gradient(90deg, #fff0a8, #ffb74a 50%, #fff0a8); filter: drop-shadow(0 0 11px #ffe780); }.point:focus-visible { outline: 2px solid white; outline-offset: -2px; }
.point-number { position: absolute; z-index: 3; right: 5px; color: #fff5cfaa; font-family: 'DM Mono', monospace; font-size: 9px; }.top .point-number { top: 4px; }.bottom .point-number { bottom: 4px; }.checker-stack { position: absolute; z-index: 2; top: 9px; right: 12%; left: 12%; display: flex; flex-direction: column; align-items: center; }.bottom .checker-stack { top: auto; bottom: 9px; flex-direction: column-reverse; }.checker { position: relative; width: min(78%, 48px); aspect-ratio: 1; margin-bottom: -56%; border: 2px solid rgba(255,255,255,.55); border-radius: 50%; box-shadow: 0 4px 5px #0a0519c2, inset 0 3px 5px #ffffff78, inset 0 -7px 10px #0007; }.bottom .checker { margin: -56% 0 0; }.checker.orange { background: radial-gradient(circle at 33% 28%, #ffe4ae 0 3%, #ffad53 7%, #ff552d 50%, #8f1d35 100%); }.checker.blue { background: radial-gradient(circle at 33% 28%, #dcffff 0 3%, #58dcff 7%, #2676ed 50%, #202b8f 100%); }.checker-count { z-index: 5; display: grid; width: 20px; height: 20px; place-items: center; margin-top: 2px; border: 1px solid #fff8; border-radius: 50%; background: #120a28; color: white; font-family: 'DM Mono', monospace; font-size: 10px; box-shadow: 0 1px 6px #000; }.bottom .checker-count { margin: 2px 0 0; }
.bar { z-index: 5; grid-column: 7; grid-row: 1 / span 2; display: flex; flex-direction: column; align-items: center; justify-content: space-between; min-width: 0; padding: 7px 3px; border-right: 1px solid #f8ceff43; border-left: 1px solid #f8ceff43; background: linear-gradient(90deg, #100a28aa, #3f2262bb, #100a28aa); box-shadow: inset 0 0 15px #0008; }.bar-checker { width: min(82%, 38px); aspect-ratio: 1; border: 2px solid #fff8; border-radius: 50%; box-shadow: 0 2px 7px #000a, inset 0 2px 4px #fff7; }.bar-checker.orange { background: radial-gradient(circle at 33% 28%, #ffe4ae, #ff552d 52%, #8f1d35); }.bar-checker.blue { background: radial-gradient(circle at 33% 28%, #dcffff, #2676ed 52%, #202b8f); }.bar-checker.is-selectable { outline: 2px solid var(--gold); outline-offset: 2px; }.bar-count { color: white; font-family: 'DM Mono', monospace; font-size: 10px; }.bar-center { display: grid; width: 100%; place-items: center; gap: 3px; color: #c0aad8; font-family: 'Barlow Condensed', sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-align: center; }
.start-screen { position: absolute; z-index: 10; inset: 0; display: grid; place-content: center; justify-items: center; padding: 25px; text-align: center; background: radial-gradient(circle at 50% 42%, #2b155ed9, #0b061ae9 68%); backdrop-filter: blur(4px); }.start-screen[hidden] { display: none; }.start-icon { display: grid; width: 49px; height: 49px; place-items: center; margin-bottom: 9px; border: 1px solid #f9cc69; border-radius: 13px; color: var(--gold); font-size: 26px; box-shadow: 0 0 24px #ffbf4f66; transform: rotate(45deg); }.start-icon::first-letter { transform: rotate(-45deg); }.start-screen h2 { margin: 3px 0 9px; font-size: clamp(26px, 3vw, 42px); line-height: .96; letter-spacing: -.06em; }.start-screen p:not(.eyebrow) { max-width: 360px; margin: 0 0 18px; color: #c7b9df; font-size: 14px; }.start-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; }.start-secondary { min-height: 44px; padding: 0 17px; border: 1px solid #b99ee3; border-radius: 8px; background: #29174a; color: #efe6ff; font-family: 'Barlow Condensed', sans-serif; font-size: 14px; font-weight: 800; letter-spacing: .08em; transition: .18s ease; }.start-secondary:hover { border-color: #f7d06c; background: #42216f; transform: translateY(-2px); }
.primary-button { min-height: 44px; padding: 0 19px; border: 1px solid #ffdc7e; border-radius: 8px; background: linear-gradient(110deg, #ff792f, #ffb84d); color: #261020; box-shadow: 0 5px 18px #ff5e2f57, inset 0 1px #fff6; font-family: 'Barlow Condensed', sans-serif; font-size: 15px; font-weight: 800; letter-spacing: .09em; transition: .18s ease; }.primary-button:hover { transform: translateY(-2px); box-shadow: 0 8px 24px #ff5e2f82; }
.command-deck { display: grid; gap: 12px; }.turn-console, .dice-console, .match-console { border: 1px solid var(--line); border-radius: 12px; background: linear-gradient(140deg, rgba(35,21,67,.87), rgba(11,7,25,.92)); box-shadow: inset 0 1px #fff1; }.turn-console { padding: 16px; }.console-topline, .section-title { display: flex; justify-content: space-between; gap: 10px; align-items: center; }.console-topline #room-badge, #dice-caption { border-radius: 4px; color: #f3cc7b; font-family: 'DM Mono', monospace; font-size: 9px; letter-spacing: .06em; }.game-message { display: block; min-height: 54px; margin: 12px 0; color: #f7f0ff; font-size: 16px; font-weight: 600; line-height: 1.28; }.roll-button { display: flex; width: 100%; min-height: 58px; align-items: center; justify-content: center; gap: 11px; border: 1px solid #00e6ff; border-radius: 9px; background: linear-gradient(105deg, #1568df, #35c8f7); color: #edffff; box-shadow: 0 5px 22px #238cff66, inset 0 1px #fff8; font-family: 'Barlow Condensed', sans-serif; font-size: 24px; font-weight: 800; letter-spacing: .16em; transition: .18s ease; }.roll-button:not(:disabled):hover { transform: translateY(-2px); box-shadow: 0 8px 29px #238cff9e; }.roll-button i { font-style: normal; font-size: 18px; }.turn-hint { min-height: 30px; margin: 11px 1px 0; color: #aa98c3; font-size: 12px; line-height: 1.3; }
.dice-console { padding: 14px; }.dice-rack { display: flex; flex-wrap: wrap; gap: 9px; min-height: 61px; margin-top: 11px; }.die { display: grid; width: 50px; height: 50px; place-items: center; border: 1px solid #b9a0e4; border-radius: 10px; background: linear-gradient(145deg, #f4eaff, #b9a4df); color: #241244; box-shadow: 0 4px 10px #0008, inset 0 1px white; font-family: 'DM Mono', monospace; font-size: 24px; font-weight: 500; transition: .15s ease; }.die.is-playable { border-color: #ffdc76; box-shadow: 0 0 0 1px #ffcf52, 0 0 16px #ffbb436e, inset 0 1px white; }.die.is-selected { transform: translateY(-3px); background: linear-gradient(145deg, #ffd960, #ff8d43); color: #321020; box-shadow: 0 0 0 2px #fff6, 0 5px 18px #ff7b356e; }.dice-empty { align-self: center; color: #8d7ba8; font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: .1em; }
.match-console { overflow: hidden; }.match-console .section-title { padding: 13px 14px 8px; }.feed-live { color: #77ffc0; font-family: 'DM Mono', monospace; font-size: 9px; }.feed-live i { width: 5px; height: 5px; margin-right: 5px; }.history { display: grid; gap: 1px; max-height: 224px; margin: 0; padding: 0; overflow: auto; list-style: none; }.history li { padding: 9px 14px; border-top: 1px solid #c9b5f018; color: #cabbdb; font-family: 'DM Mono', monospace; font-size: 10px; line-height: 1.35; }.history li:last-child { color: #fff0bd; }.deck-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }.deck-actions button:last-child { border-color: #df567d61; color: #ff91ad; }.deck-actions button:last-child:not(:disabled):hover { background: #5a1835; }
footer { display: flex; justify-content: center; gap: 13px; padding: 22px 8px 0; color: #76648e; font-family: 'DM Mono', monospace; font-size: 9px; letter-spacing: .11em; text-align: center; }
.lobby-card { position: relative; padding: 22px; border: 1px solid #c9aaff38; border-radius: 11px; background: #0d071d8a; }.lobby-card h3 { margin: 0 0 5px; font-size: 21px; }.lobby-card > p { margin: 0 0 17px; color: #ad9bc7; font-size: 13px; line-height: 1.45; }.card-number { position: absolute; top: 15px; right: 17px; color: #a98bdf55; font-family: 'Barlow Condensed', sans-serif; font-size: 28px; font-weight: 800; }.lobby-card label { display: grid; gap: 6px; margin: 12px 0; color: #b9a5d5; font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: .07em; }.lobby-card input[type=text], .lobby-card select { width: 100%; height: 39px; padding: 0 10px; border: 1px solid #a584d36b; border-radius: 6px; outline: none; background: #100824; color: #f4ecff; }.lobby-card input:focus, .lobby-card select:focus { border-color: var(--gold); box-shadow: 0 0 0 2px #ffd4602b; }.lobby-card .check-row { display: flex; align-items: center; gap: 8px; margin: 15px 0; letter-spacing: 0; }.lobby-card .check-row input { accent-color: var(--orange); }.lobby-card .primary-button { width: 100%; }.join-code { display: grid; grid-template-columns: 1fr auto; gap: 8px; }.join-code input { font-family: 'DM Mono', monospace; text-transform: uppercase; letter-spacing: .08em; }.join-code button, .open-table-heading button { border: 1px solid #8063b2; border-radius: 6px; background: #2b1850; color: #e7dcff; font-family: 'Barlow Condensed', sans-serif; font-weight: 800; letter-spacing: .08em; }.join-code button { padding: 0 14px; }.open-table-heading { display: flex; justify-content: space-between; align-items: center; margin-top: 22px; color: #bba5da; font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: .1em; }.open-table-heading button { padding: 6px 9px; font-size: 11px; }.lobby-list { display: grid; gap: 7px; max-height: 202px; margin: 10px 0 0; padding: 0; overflow: auto; list-style: none; }.lobby-list li { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 9px; padding: 10px; border: 1px solid #cbb5eb27; border-radius: 7px; background: #1c10378c; }.lobby-list strong, .lobby-list small { display: block; }.lobby-list strong { font-size: 12px; }.lobby-list small { margin-top: 3px; color: #9b89b6; font-family: 'DM Mono', monospace; font-size: 9px; }.lobby-list button { padding: 7px 10px; border: 1px solid #f3bb53; border-radius: 5px; background: #5e321f; color: #ffe5a6; font-family: 'Barlow Condensed', sans-serif; font-size: 12px; font-weight: 800; }.lobby-list .empty-lobby { display: block; color: #9786ad; font-size: 12px; text-align: center; }.lobby-status { display: block; min-height: 18px; margin-top: 10px; color: #ffba7e; font-size: 11px; }
@keyframes blink { 50% { opacity: .3; transform: scale(.75); } }
a.ghost-button, a.start-secondary, a.primary-button { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; }
.site-nav { margin: 0; }
.site-nav .nav-menu { display: flex; flex-wrap: wrap; gap: 8px; }
.site-nav a { display: inline-flex; align-items: center; gap: 9px; min-height: 40px; padding: 5px 13px; border: 1px solid var(--line); border-radius: 8px; background: rgba(19, 10, 40, .58); color: #d9cdef; text-decoration: none; transition: .18s ease; }
.site-nav a:hover { border-color: #b983ff; background: #38205f; transform: translateY(-1px); }
.site-nav a[aria-current=page] { border-color: #f7d06c; color: #ffe6a8; box-shadow: 0 0 16px #ffbf4f33; }
.site-nav .nav-icon { display: grid; width: 21px; height: 21px; place-items: center; border: 1px solid var(--line); border-radius: 6px; color: var(--gold); font-size: 10px; }
.site-nav a[aria-current=page] .nav-icon { border-color: #f7d06c; box-shadow: 0 0 10px #ffbf4f55; }
.site-nav .nav-copy { display: grid; line-height: 1.1; }
.site-nav .nav-label { font-family: 'Barlow Condensed', sans-serif; font-size: 13px; font-weight: 800; letter-spacing: .09em; }
.site-nav .nav-code { color: #8d7ba8; font-family: 'DM Mono', monospace; font-size: 8px; letter-spacing: .12em; }
.page-panel { padding: 20px; border: 1px solid rgba(117, 74, 175, .35); border-top: 0; border-radius: 0 0 17px 17px; background: linear-gradient(135deg, rgba(22, 12, 43, .77), rgba(8, 5, 19, .6)); box-shadow: 0 22px 70px #0009; }
.page-panel .page-intro { max-width: 640px; margin: 4px 4px 18px; color: #c7b9df; font-size: 14px; line-height: 1.5; }
.page-panel h1 { margin: 0 4px; font-size: clamp(21px, 2.15vw, 31px); letter-spacing: -.045em; }
.lobby-page-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.lobby-page-grid .lobby-card { display: flex; flex-direction: column; }
.lobby-page-grid .lobby-card .primary-button { margin-top: auto; }
.solo-link { margin-top: 14px; }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 16px 0; }
.stat-tile { padding: 15px; border: 1px solid #c9aaff38; border-radius: 11px; background: #0d071d8a; text-align: center; }
.stat-tile b { display: block; color: var(--gold); font-family: 'DM Mono', monospace; font-size: 26px; }
.stat-tile span { color: #ad9bc7; font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: .12em; }
.score-table { width: 100%; margin-top: 14px; border-collapse: collapse; }
.score-table th { padding: 9px 12px; border-bottom: 1px solid #624495; color: #bba5da; font-family: 'DM Mono', monospace; font-size: 10px; font-weight: 500; letter-spacing: .12em; text-align: left; }
.score-table td { padding: 10px 12px; border-bottom: 1px solid #c9b5f018; color: #e7dcff; font-size: 13px; }
.score-table td.rank { color: var(--gold); font-family: 'DM Mono', monospace; }
.score-table tbody tr:first-child td { color: #ffe6a8; }
.score-table .empty-row td { color: #9786ad; text-align: center; }
.rules-content { display: grid; gap: 14px; }
.rules-content section { padding: 18px 20px; border: 1px solid #c9aaff38; border-radius: 11px; background: #0d071d8a; }
.rules-content h2 { margin: 0 0 8px; font-size: 19px; letter-spacing: -.02em; }
.rules-content p, .rules-content li { color: #c7b9df; font-size: 13px; line-height: 1.55; }
.rules-content p { margin: 0 0 8px; }
.rules-content ul, .rules-content ol { margin: 0; padding-left: 19px; }
.rules-content li { margin: 4px 0; }
.rules-content strong { color: #ffe6a8; }
.rules-content .rule-orange { color: var(--orange); font-weight: 700; }
.rules-content .rule-blue { color: var(--blue); font-weight: 700; }
@media (max-width: 1000px) { .lobby-page-grid { grid-template-columns: 1fr 1fr; } .stat-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 700px) { .lobby-page-grid { grid-template-columns: 1fr; } .site-nav .nav-code { display: none; } .page-panel { padding: 12px; } .score-table th, .score-table td { padding: 8px 7px; } }
@media (max-width: 1000px) { .game-layout { grid-template-columns: 1fr; }.command-deck { grid-template-columns: repeat(3, 1fr); }.deck-actions { grid-column: span 3; justify-content: end; grid-template-columns: 150px 150px; }.history { max-height: 160px; } }
@media (max-width: 700px) { .arcade-app { width: min(100% - 20px, 600px); padding-top: 15px; }.masthead { padding-bottom: 16px; }.masthead > .ghost-button { margin-left: 0; }.marquee { grid-template-columns: auto 1fr; gap: 10px; padding: 0 11px; font-size: 9px; }.marquee-score { display: none; }.game-layout { padding: 10px; }.board-heading h1 { font-size: 20px; }.player-banner { min-height: 42px; padding: 6px 8px; gap: 6px; }.player-banner strong { max-width: 120px; overflow: hidden; font-size: 10px; white-space: nowrap; text-overflow: ellipsis; }.player-tag { font-size: 10px; }.board-frame { padding: 6px; border-radius: 9px; }.command-deck { grid-template-columns: 1fr; }.deck-actions { grid-column: auto; grid-template-columns: 1fr 1fr; }.checker { border-width: 1px; }.point { padding: 2px; }.point::before { inset: 1px 2px; }.checker-stack { top: 5px; }.bottom .checker-stack { bottom: 5px; }.point-number { font-size: 7px; }.lobby-card { padding: 17px; } footer { line-height: 1.6; flex-wrap: wrap; } }
