:root{font-family:Arial,Helvetica,sans-serif;color:var(--text);background:var(--bg);font-synthesis:none;--bg:#e8edf3;--text:#223449;--muted:#657487;--paper:#f7f8fa;--line:#cbd4df;--surface:#f4f6f8;--surface-border:#c6d1de;--offer-bg:#f5e9e1;--ink:#223449;--blue:#647c99;--ivory:#edf0ed;--accent:#db8d71}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--bg:#131b26;--text:#e6ebf1;--muted:#93a3b6;--paper:#1b2531;--line:#30404f;--surface:#1b2531;--surface-border:#34475a;--offer-bg:#3a2e26;color-scheme:dark}}:root[data-theme=dark]{--bg:#131b26;--text:#e6ebf1;--muted:#93a3b6;--paper:#1b2531;--line:#30404f;--surface:#1b2531;--surface-border:#34475a;--offer-bg:#3a2e26;color-scheme:dark}:root[data-theme=light]{color-scheme:light}*{box-sizing:border-box}body{margin:0}button,input{font:inherit}button,a,input,summary{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{opacity:.4;cursor:default}button:focus-visible,a:focus-visible,input:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline:3px solid #ce6d47;outline-offset:3px}button{transition:background .15s,transform .15s}button:not(:disabled):active{transform:translateY(1px)}[hidden]{display:none!important}.site-header{height:96px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;margin:0 auto;padding:0 5.5%;gap:20px}.brand{display:flex;align-items:center;gap:7px;color:var(--text);text-decoration:none;font-size:22px;letter-spacing:-.8px}.brand strong{font-weight:700}.brand-mark{font-family:Georgia,serif;font-size:38px;margin-right:5px}.header-note{font:italic 16px Georgia,serif;color:var(--muted)}.icon-button{background:transparent;border:1px solid var(--line);border-radius:50%;width:34px;height:34px;min-height:0;padding:0;font-size:15px;line-height:1;color:var(--text);display:grid;place-items:center}.icon-button:hover{background:var(--surface)}.header-icons{display:flex;align-items:center;gap:8px}.online-badge{font-size:10px;letter-spacing:1.8px;display:flex;align-items:center;gap:10px}.online-badge i{width:7px;height:7px;background:var(--blue);border-radius:50%}main{max-width:1180px;padding:0 44px;margin:auto}.intro{display:flex;justify-content:space-between;align-items:flex-end;padding:46px 0 34px}.eyebrow{font-size:10px;font-weight:700;letter-spacing:2.2px;margin:0 0 12px}.intro h1{font: 52px/.99 Georgia,serif;letter-spacing:-2px;margin:0}.intro>p{color:var(--muted);font-size:14px;line-height:1.7;margin:0 0 3px}.game-layout{display:grid;grid-template-columns:minmax(0,650px) minmax(285px,1fr);gap:42px;align-items:start}.player{display:flex;align-items:center;gap:12px;height:68px}.player-avatar{display:grid;place-items:center;width:40px;height:40px;border:1px solid #bac7d4;border-radius:50%;background:var(--ivory)}.player-avatar.dark{background:var(--ink)}.player-avatar svg{width:32px;height:32px}.player-info{flex:1}.player-name{font-size:14px;font-weight:700}.player-subtitle{font-size:11px;color:var(--muted);margin-top:5px}.turn-indicator{font-size:10px;letter-spacing:1px;background:#d9e1e9;padding:7px 10px;border-radius:3px}.captured{display:flex;align-items:center;height:18px}.captured svg{height:20px;width:17px;margin-left:-3px}.board-frame{padding:12px;background:var(--ink);border-radius:5px;box-shadow:0 14px 25px -18px #223449a0}#board{display:grid;grid-template-columns:repeat(8,1fr);aspect-ratio:1;overflow:hidden}.square{padding:0;position:relative;display:grid;place-items:center;border:0;border-radius:0;aspect-ratio:1;background:var(--ivory);color:var(--ink);touch-action:manipulation}.square.dark{background:var(--blue)}.square.last:before{content:"";position:absolute;inset:0;background:#e6c08370}.square.selected:before{content:"";position:absolute;inset:0;background:#edc78c99;box-shadow:inset 0 0 0 3px #d0a56f}.square.in-check{background:#cb796d}.square.legal:after{content:"";position:absolute;width:23%;height:23%;border-radius:50%;background:#22344942;pointer-events:none}.square.legal.occupied:after{width:88%;height:88%;border:5px solid #22344950;background:transparent}.square:focus-visible{outline:none;box-shadow:inset 0 0 0 4px #da7957;z-index:1}.square .piece{width:85%;height:85%;z-index:1;filter:drop-shadow(0 2px 1px #142b4033)}.checkers-piece{position:relative;width:76%;height:76%;border-radius:50%;z-index:1;box-shadow:0 2px 3px #14283c33}.checkers-piece.player-0{background:radial-gradient(circle at 32% 28%,#d9705a,#a8402f 65%,#7c2a1c)}.checkers-piece.player-1{background:radial-gradient(circle at 32% 28%,#3e5169,#1c2734 65%,#0d141d)}.checkers-piece.king:after{content:"";position:absolute;inset:26%;border-radius:50%;border:2px solid #ffffffa0}.cribbage-table{padding:18px 16px 22px;display:flex;flex-direction:column;gap:14px}.crib-scores{display:flex;align-items:center;justify-content:space-between;gap:12px}.crib-column,.opponent-column{display:flex;flex-direction:column;align-items:center}.opponent-column{margin-top:2px}.score-chip{display:flex;flex-direction:column;align-items:center;gap:3px;color:#e6ebf1;min-width:64px}.score-chip small{font-size:9px;letter-spacing:1.2px;color:#9fb0c4;text-transform:uppercase}.score-chip strong{font: 26px Georgia,serif}.peg-row{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;min-height:76px}.playing-card{width:52px;height:72px;border-radius:6px;background:#fffaf0;border:0;padding:0;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;box-shadow:0 3px 6px #0f1c2b55;color:#243448}.playing-card.red{color:#b8402d}.playing-card .card-rank{font:700 15px Georgia,serif;line-height:1}.playing-card .card-suit{font-size:17px;line-height:1}.playing-card:disabled{cursor:default}.playing-card.disabled{opacity:.55}.playing-card.selected{outline:3px solid var(--accent);outline-offset:2px;transform:translateY(-5px)}.your-row .playing-card:not(.disabled):not(:disabled):hover{transform:translateY(-3px)}.card-back{background:repeating-linear-gradient(135deg,#3e5169,#3e5169 5px,#2c3d52 5px 10px);border:2px solid #56718f}.peg-middle{display:flex;align-items:center;justify-content:center;gap:22px;background:#1b2734;border-radius:8px;padding:12px}.peg-label{display:block;font-size:9px;letter-spacing:1.2px;color:#9fb0c4;text-transform:uppercase;text-align:center;margin-bottom:6px}.starter-slot,.street-area{display:flex;flex-direction:column;align-items:center}.street{display:flex;gap:6px;min-height:72px;align-items:center}.street-empty{color:#647c99;font-size:20px}.count-badge{margin-top:8px;font:700 15px ui-monospace,monospace;color:#e6ebf1;background:#2c3d52;border-radius:20px;padding:4px 14px}.crib-slot{display:flex;gap:2px}.crib-slot .playing-card{width:30px;height:42px}.crib-slot .card-back{width:16px;height:42px;border-radius:3px}.discard-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#e6ebf1}.discard-actions p{margin:0;font-size:12px;color:#b6c4d4}.bg-outer{padding:14px 10px}.bg-dice{display:flex;justify-content:center;align-items:center;gap:10px;min-height:38px;padding-bottom:9px;margin-bottom:9px;border-bottom:1px solid #2c1c1180}.die{width:32px;height:32px;border-radius:7px;background:linear-gradient(155deg,#fffaf0,#e4ddc9);color:#243448;display:grid;place-items:center;font:700 15px ui-monospace,monospace;box-shadow:0 3px 5px #0f1c2b66,inset 0 1px #ffffffb0}.die.used{opacity:.35;text-decoration:line-through}.bg-board{display:flex;flex-direction:column;gap:3px;background:linear-gradient(160deg,#5c4029,#4a3423 16%,#453120 84%,#3a2818);border-radius:8px;padding:10px 8px 8px;box-shadow:inset 0 0 0 1px #2c1c1166,inset 0 1px #ffffff14,0 14px 22px -16px #00000090}.bg-row{display:grid;grid-template-columns:repeat(6,minmax(0,1fr)) 30px repeat(6,minmax(0,1fr)) 38px;gap:2px;height:140px}.bg-point,.bg-off{position:relative;border:0;padding:0;margin:0;background:transparent;min-height:0;display:flex;flex-direction:column;align-items:center;overflow:hidden;border-radius:2px}.bg-top .bg-point,.bg-top .bg-off{justify-content:flex-start;padding-top:10px}.bg-bottom .bg-point,.bg-bottom .bg-off{justify-content:flex-end;padding-bottom:10px}.bg-point:before{content:"";position:absolute;inset:0;z-index:0}.bg-top .bg-point:before{clip-path:polygon(0 0,100% 0,50% 100%)}.bg-bottom .bg-point:before{clip-path:polygon(0 100%,100% 100%,50% 0)}.pt-light:before{background:linear-gradient(180deg,#d4b47c,#c9a76b)}.pt-dark:before{background:linear-gradient(180deg,#8a5d3b,#7a5133)}.bg-point:not(:disabled),.bg-off:not(:disabled){cursor:pointer}.bg-point:disabled,.bg-off:disabled,.bg-bar:disabled{opacity:1}.bg-point.selected:before{outline:3px solid var(--accent);outline-offset:-3px}.bg-point.legal-target:after,.bg-off.legal-target:after,.bg-bar.selected:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:14px;height:14px;border-radius:50%;background:#ffffff80;z-index:1}.bg-checker{position:relative;z-index:2;width:80%;aspect-ratio:1;flex-shrink:0;border-radius:50%;display:grid;place-items:center;font:700 10px ui-monospace,monospace;box-shadow:0 2px 3px #00000059,0 -1px 1px #00000030 inset,0 0 0 1px #00000026 inset}.bg-checker:not(:first-child){margin-top:-46%}.bg-checker.player-0{background:radial-gradient(circle at 32% 28%,#fffaf0,#d9d0bd 65%,#b5aa8f);color:#243448}.bg-checker.player-1{background:radial-gradient(circle at 32% 28%,#3e5169,#1c2734 65%,#0d141d);color:#e6ebf1}.bg-bar{background:linear-gradient(180deg,#1c120a,#2c1c11 14% 86%,#1c120a);box-shadow:inset 0 0 0 1px #0006,inset 0 0 9px #00000090}.bg-top .bg-bar,.bg-bottom .bg-bar{justify-content:center;padding:6px 0}.bg-bar .bg-checker{width:56%}.bg-bar:before{content:"";position:absolute;inset:2px 0;border-left:1px solid #6b4a2e40;border-right:1px solid #00000040;z-index:0}.bg-off{background:linear-gradient(180deg,#6b4c2e,#4a3320 55%,#3a2818);box-shadow:inset 0 0 0 1px #2c1c1199,inset 0 2px 6px #0006;border-radius:4px}.bg-top .bg-off,.bg-bottom .bg-off{justify-content:center;padding:8px 0}.bg-off .bg-checker{width:58%}.bg-off:before{content:"OFF";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font:700 9px ui-monospace,monospace;letter-spacing:1.5px;color:#c9a76b6b;z-index:0}.bs-outer{padding:14px}.bs-boards{display:flex;gap:16px}.bs-panel{flex:1;min-width:0}.bs-title{font-size:10px;letter-spacing:1.4px;text-transform:uppercase;color:#9fb0c4;margin:0 0 8px;text-align:center}.bs-grid{display:grid;grid-template-columns:repeat(10,1fr);gap:2px;background:#1b3245;border-radius:6px;padding:5px}.bs-cell{aspect-ratio:1;border:0;padding:0;margin:0;border-radius:2px;background:#3c6f8f;position:relative;min-height:0}.bs-cell:not(:disabled){cursor:pointer}.bs-cell:not(:disabled):hover{background:#4a83a3}.bs-cell.ship{background:#7c92aa}.bs-cell.ship.sunk{background:#8a3a2f}.bs-cell.preview{background:#5fae7c99}.bs-cell.preview-invalid{background:#c1503f99}.bs-cell.miss:before{content:"";position:absolute;inset:34%;border-radius:50%;background:#eaf1f6cc}.bs-cell.hit:before,.bs-cell.hit:after{content:"";position:absolute;inset:0;margin:auto;width:64%;height:13%;background:#f4a582;border-radius:2px}.bs-cell.hit:before{transform:rotate(45deg)}.bs-cell.hit:after{transform:rotate(-45deg)}.bs-cell.hit.sunk:before,.bs-cell.hit.sunk:after{background:#2c1a16}.bs-fleet-panel{margin-top:14px;padding-top:12px;border-top:1px solid #2c3d52;display:flex;flex-direction:column;gap:10px}.bs-fleet-hint{margin:0;font-size:11px;color:#b6c4d4}.bs-fleet-list{display:flex;flex-wrap:wrap;gap:6px}.bs-ship{background:#1b3245;border:1px solid #2c3d52;color:#e6ebf1;border-radius:4px;padding:7px 10px;font-size:11px;min-height:0;display:flex;align-items:center;gap:6px}.bs-ship small{color:#8fa4ba;font:10px ui-monospace,monospace}.bs-ship.selected{outline:2px solid var(--accent);outline-offset:1px}.bs-ship.placed{background:#2f6e68;border-color:#4c8e87}.bs-fleet-actions{display:flex;gap:8px;flex-wrap:wrap}.bs-fleet-actions .primary,.bs-fleet-actions .secondary{flex:1;min-width:110px}@media(max-width:800px){.bs-boards{gap:10px}.bs-title{font-size:9px}}@media(max-width:650px){.bs-boards{flex-direction:column;gap:18px}.bs-outer{padding:10px}}.piece{pointer-events:none;overflow:visible}.white-piece{fill:#fffaf0;stroke:#3e4c5d;color:#3e4c5d}.black-piece{fill:#243448;stroke:#111d2d;color:#c8d2df}.coordinate{position:absolute;font-size:10px;font-weight:700;z-index:2;opacity:.8;pointer-events:none}.rank{top:5px;left:5px}.file{bottom:3px;right:5px}.dark .coordinate{color:#eef2f6}.board-tools{display:flex;align-items:center;justify-content:space-between;font-size:11px;color:var(--muted);padding:4px 0 20px}.text-button{background:none;border:0;color:var(--muted);padding:6px 2px;font-size:12px}.text-button:hover{color:var(--text)}.sidebar{padding-top:10px}.status-card{padding:14px 0 22px}.status-card .eyebrow{color:var(--muted)}h2{font: 29px Georgia,serif;letter-spacing:-.5px;margin:0 0 9px}.status-card>p:last-child{font-size:12px;color:var(--muted);line-height:1.6;min-height:20px;margin:0}.panel{background:var(--paper);border:1px solid #d5dde6;border-radius:6px;padding:20px;margin-bottom:16px}.section-heading{display:flex;justify-content:space-between;align-items:center;gap:8px}.section-heading h3{font-size:14px;margin:0;font-weight:600}.panel>p{color:var(--muted);font-size:12px;line-height:1.6;margin:9px 0 17px}.primary,.secondary{border-radius:4px;padding:11px 14px;font-size:12px;font-weight:600;min-height:40px}.primary{border:1px solid var(--ink);background:var(--ink);color:#fff}.primary:hover{background:#344e6c}.secondary{background:transparent;border:1px solid var(--line);color:var(--text)}.secondary:hover{background:var(--surface)}.lobby>.primary{width:100%;display:flex;justify-content:space-between;align-items:center}#join-form{margin-top:19px}label{display:block;font-size:11px;color:var(--muted);margin-bottom:8px}.join-row,.invite-row,.share-row{display:flex;gap:7px}.share-row{margin-top:8px}.share-row .secondary{display:inline-flex;align-items:center;justify-content:center;min-height:40px;text-decoration:none}input{border:1px solid var(--line);border-radius:4px;background:transparent;color:var(--text);padding:10px;width:100%;min-width:0;font-size:12px}#room-code{text-transform:uppercase;letter-spacing:1px}.panel .small{font-size:10px;margin:13px 0 0}.tag{font-size:10px;color:var(--muted);font-weight:400;background:var(--surface);padding:4px 7px;border-radius:3px;white-space:nowrap}.score-sheet{padding-bottom:0}.history-heading,.move-row{display:grid;grid-template-columns:30px 1fr 1fr;align-items:center}.history-heading{font-size:9px;letter-spacing:1.3px;color:var(--muted);padding:18px 6px 11px;border-bottom:1px solid var(--line)}#history{max-height:210px;overflow:auto;padding-bottom:8px;scrollbar-width:thin}.move-row{font:13px ui-monospace,SFMono-Regular,Consolas,monospace;padding:8px 6px}.move-row:nth-child(2n){background:var(--surface)}.move-row>span:first-child{font-size:11px;color:var(--muted)}.latest-move{font-weight:700}.latest-move:after{content:"•";color:#bb704f;margin-left:8px}#empty-history{min-height:125px;display:flex;align-items:center;justify-content:center;gap:15px;color:#8291a2}#empty-history>span{font:42px Georgia,serif}#empty-history p{font:italic 15px/1.5 Georgia,serif}.game-actions{display:flex;gap:8px;flex-wrap:wrap}.game-actions>.secondary{flex:1;white-space:nowrap}.table-note{text-align:center;font:italic 13px Georgia,serif;color:var(--muted);margin:20px 0}.offer-panel{border-color:var(--accent);background:var(--offer-bg)}.offer-panel p{color:var(--text)}.result-banner{margin:4px 0 16px;padding:16px 20px;border-radius:6px;text-align:center;border:1px solid var(--surface-border);background:var(--surface)}.result-banner h2{margin:0 0 4px;font: 24px Georgia,serif;color:var(--text)}.result-banner p{margin:0;font-size:12px;color:var(--muted)}.result-win{border-color:var(--accent);background:var(--offer-bg)}#offer-actions{display:flex;gap:8px}footer{border-top:1px solid var(--line);padding:24px 0 32px;margin-top:35px;display:flex;justify-content:space-between;gap:30px;font-size:11px;color:var(--muted)}footer details{max-width:430px;text-align:right}summary{cursor:pointer}details p{line-height:1.8;text-align:left}dialog{border:1px solid var(--line);border-radius:9px;padding:32px;color:var(--text);background:var(--paper);width:min(440px,calc(100% - 32px));box-shadow:0 20px 80px #142b4033}dialog::backdrop{background:#1c2f4666;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}dialog>p:not(.eyebrow){font-size:13px;line-height:1.6;color:var(--muted)}#promotion-options{display:flex;gap:8px;margin:22px 0}#promotion-options button{width:25%;background:var(--surface);border:1px solid var(--line);border-radius:5px;padding:8px 3px;font-size:10px;color:var(--text)}#promotion-options svg{width:100%;display:block}.dialog-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:25px}#toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%);max-width:calc(100% - 32px);padding:14px 20px;background:var(--ink);color:#fff;border-radius:5px;font-size:13px;z-index:10;box-shadow:0 5px 20px #22344933}@media(min-width:1350px){main{max-width:1220px}.game-layout{gap:60px}}@media(max-width:800px){main{padding:0 25px}.site-header{height:76px;padding:0 25px}.online-badge{display:none}.intro{padding-top:32px}.intro h1{font-size:44px}.game-layout{gap:24px;grid-template-columns:minmax(0,1fr) 270px}.board-frame{padding:8px}.coordinate{font-size:8px}.intro>p{font-size:12px}.panel{padding:16px}.sidebar{padding-top:6px}}@media(max-width:650px){.site-header{height:67px;padding:0 20px}.brand{font-size:20px}.brand-mark{font-size:32px}.header-note{font-size:12px}main{padding:0 16px}.intro{padding:28px 5px 14px}.intro h1{font-size:39px}.intro>p{font-size:11px;max-width:130px}.eyebrow{font-size:9px}.game-layout{display:flex;flex-direction:column;gap:4px}.table,.sidebar{width:100%}.table{display:flex;flex-direction:column}.player{height:56px}.board-frame{padding:8px}.player-avatar{width:34px;height:34px}.player-name{font-size:13px}.player-subtitle{font-size:10px}.board-tools{padding-bottom:8px}.status-card{padding:14px 4px 18px}.status-card h2{font-size:27px}.panel{padding:19px}.lobby>.primary{min-height:45px}.score-sheet{padding-bottom:0}#history{max-height:175px}.sidebar .lobby{margin-bottom:16px}footer{margin-top:20px;font-size:10px;gap:20px}.coordinate{font-size:9px}.square.legal.occupied:after{border-width:4px}}@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}.platform-mark{display:grid;grid-template-columns:repeat(2,9px);gap:3px;margin-right:8px;transform:rotate(-8deg)}.platform-mark i{width:9px;height:9px;background:var(--ink);border-radius:2px}.platform-mark i:last-child{background:var(--accent)}.header-library{font-size:12px;color:var(--text);text-decoration:none;border-bottom:1px solid var(--text);padding-bottom:4px}.library-hero{display:grid;grid-template-columns:1fr 345px;gap:55px;padding:60px 0 54px;align-items:center}.hero-copy h1{font: 65px/1.02 Georgia,serif;letter-spacing:-2.8px;margin:15px 0 21px}.hero-copy h1 span{color:#b87358}.hero-copy>p:not(.eyebrow){font-size:14px;line-height:1.7;color:var(--muted)}.hero-notes{display:flex;gap:20px;font-size:11px;color:var(--muted);margin-top:27px}.hero-notes span{display:flex;align-items:center;gap:7px}.hero-notes span:before{content:"";width:5px;height:5px;border:1px solid #788b9f;border-radius:50%}.join-card{border:1px solid var(--surface-border);border-radius:7px;padding:25px;background:var(--surface);position:relative}.join-card h2{font-size:26px}.join-card>p{font-size:12px;color:var(--muted);margin-bottom:25px}.join-card .join-row{flex-wrap:wrap}.join-card input{flex:1;min-width:120px;background:var(--bg)}.join-card .primary{white-space:nowrap}#join-code{text-transform:uppercase;font:11px ui-monospace,monospace;letter-spacing:.5px}#join-error{font-size:12px;line-height:1.6;color:#9a453b}.library-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}.library-heading h2{font-size:31px;margin:0}.library-heading .eyebrow{font-size:9px;color:var(--muted);margin-bottom:10px}.filters{display:flex;gap:3px;padding:4px;border:1px solid var(--line);border-radius:6px}.filter{font-size:11px;border:0;background:transparent;color:var(--muted);border-radius:3px;padding:9px 11px}.filter.active{background:var(--ink);color:#fff}.filter span{opacity:.65;margin-left:4px}.game-cards{display:grid;grid-template-columns:1fr 1fr;gap:24px}.game-card{border:1px solid var(--surface-border);border-radius:8px;overflow:hidden;background:var(--surface);transition:box-shadow .2s}.game-card:hover{box-shadow:0 10px 25px -18px #223449}.game-art-link{display:block;overflow:hidden}.game-art{position:relative;height:277px;display:flex;align-items:center;justify-content:center;background:#d4dee9;overflow:hidden}.four-in-a-row-card .game-art{background:#dbdfe9}.art-label{position:absolute;left:23px;top:22px;font-size:9px;letter-spacing:1.6px;font-weight:700;color:#4b617b;z-index:2}.chess-art{width:233px;height:233px;display:grid;grid-template-columns:repeat(6,1fr);border:9px solid #334b65;border-radius:3px;transform:rotate(-13deg) translate(10px,15px);box-shadow:10px 18px 20px #22344929}.art-square{display:flex;align-items:center;justify-content:center;background:#f1f1e9}.art-square.dark{background:#7c92aa}.art-square svg{height:35px;width:35px;filter:drop-shadow(0 2px 1px #22344933)}.art-checker{display:block;width:28px;height:28px;border-radius:50%;box-shadow:0 2px 1px #22344933}.art-checker.player-0{background:#c1503f}.art-checker.player-1{background:#1c2734}.cribbage-art{display:flex;align-items:flex-end;justify-content:center;height:100%;transform:rotate(3deg) translateY(6px)}.cribbage-art .art-card{width:66px;height:92px;background:#fffaf0;border-radius:8px;box-shadow:0 8px 16px -8px #22344960,0 2px 4px #22344933;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:#243448;margin-left:-22px}.cribbage-art .art-card.card-0{transform:rotate(-14deg) translateY(10px);z-index:1}.cribbage-art .art-card.card-1{transform:translateY(-8px);z-index:2;margin-left:0}.cribbage-art .art-card.card-2{transform:rotate(14deg) translateY(10px);z-index:1}.cribbage-art .art-card.red{color:#b8402d}.cribbage-art .art-card em{font: 22px Georgia,serif;font-style:normal}.cribbage-art .art-card b{font-size:26px;font-weight:400}.battleship-art{width:233px;height:233px;display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(6,1fr);gap:5px;background:#1b3245;padding:14px;border-radius:9px;box-sizing:content-box;transform:rotate(-6deg) translate(-6px,8px);box-shadow:10px 16px 20px #22344929}.bs-art-cell{border-radius:2px;background:#3c6f8f;position:relative}.bs-art-cell.ship{background:linear-gradient(155deg,#e8edf3,#c3ccd8);box-shadow:0 0 0 1px #22344940 inset}.bs-art-cell.hit:before,.bs-art-cell.hit:after{content:"";position:absolute;inset:0;margin:auto;width:68%;height:15%;background:#f4a582;border-radius:2px}.bs-art-cell.hit:before{transform:rotate(45deg)}.bs-art-cell.hit:after{transform:rotate(-45deg)}.bs-art-cell.miss:before{content:"";position:absolute;inset:30%;border-radius:50%;background:#eaf1f6cc}.backgammon-art{display:flex;align-items:flex-end;justify-content:center;gap:6px;height:100%;padding-bottom:26px}.backgammon-art .art-triangle{width:0;height:0;border-left:20px solid transparent;border-right:20px solid transparent;border-bottom:128px solid;position:relative;display:flex;justify-content:center}.backgammon-art .art-triangle.light{border-bottom-color:#c9a76b}.backgammon-art .art-triangle.dark{border-bottom-color:#7a5133}.backgammon-art .art-bg-checker{position:absolute;bottom:14px;left:50%;transform:translate(-50%);width:30px;height:30px;border-radius:50%;box-shadow:0 3px 4px #0000004d,0 0 0 3px #0000001a inset}.backgammon-art .art-bg-checker.player-0{background:radial-gradient(circle at 32% 28%,#fffaf0,#d9d0bd 65%,#b5aa8f)}.backgammon-art .art-bg-checker.player-1{background:radial-gradient(circle at 32% 28%,#3e5169,#1c2734 65%,#0d141d)}.four-art{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;background:#496581;padding:16px;border-radius:9px;transform:rotate(9deg) translate(5px,17px);box-shadow:9px 13px #314860,12px 25px 20px #22344929}.four-art>span{height:25px;width:25px;border-radius:50%;box-shadow:inset 1px 3px 2px #142a4055}.art-hole{background:#d3dbe7}.disc-0{background:#dc9177}.disc-1{background:#adc7db}.game-card-content{padding:24px}.game-card-title{display:flex;align-items:center;justify-content:space-between;gap:10px}.game-card-title h3{font: 29px Georgia,serif;letter-spacing:-.7px;margin:0}.game-card-title h3 a{color:var(--text);text-decoration:none}.game-duration{font-size:10px;color:var(--muted)}.game-card-content>p{font-size:12px;color:var(--muted);line-height:1.6;margin:12px 0 24px}.game-card-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.game-card-actions a{text-decoration:none}.game-card-actions .primary{display:inline-flex;align-items:center;gap:26px;font-size:11px}.recent-section{margin-top:42px}.recent-caption{font-size:11px;color:var(--muted)}#recent-rooms{display:grid;grid-template-columns:1fr 1fr;gap:12px}.recent-room{display:flex;align-items:center;gap:12px;border:1px solid var(--line);border-radius:5px;padding:15px}.recent-room>div{flex:1}.recent-room strong{display:block;font-size:13px}.recent-room small{display:block;margin-top:6px;font:10px ui-monospace,monospace;color:var(--muted)}.recent-icon{font-size:28px;color:var(--blue)}.recent-room a{text-decoration:none;font-size:10px;white-space:nowrap;padding:9px}.recent-room .forget-room{font-size:20px;padding:4px}.expired-room{opacity:.5}.library-bottom{display:flex;justify-content:space-between;align-items:center;margin:46px 0 35px;padding:27px 0;border-top:1px solid var(--line)}.library-bottom>div{display:flex;align-items:center;gap:19px}.bottom-mark{font-size:46px;color:var(--blue)}.library-bottom h3{font: 24px/1.15 Georgia,serif;letter-spacing:-.5px;margin:0}.library-bottom>p{font-size:12px;color:var(--muted);line-height:1.8;margin:0}.platform-footer{max-width:1092px;margin:0 auto;padding:24px 0 30px;display:flex;align-items:center;justify-content:space-between}.footer-brand{font-size:13px;color:var(--text);font-weight:700;text-decoration:none}.footer-legal{display:flex;gap:14px}.footer-legal a{color:var(--muted);text-decoration:none}.footer-legal a:hover{color:var(--text);text-decoration:underline}.legal-page{max-width:640px}.legal-page h1{font: 46px/1 Georgia,serif;letter-spacing:-1.6px;margin:0 0 6px}.legal-updated{color:var(--muted);font-size:11px;margin:0 0 30px}.legal-page h2{font: 20px Georgia,serif;letter-spacing:-.3px;margin:32px 0 10px}.legal-page p{font-size:13px;line-height:1.8;color:var(--text);margin:0 0 14px}.legal-page ul{margin:0 0 14px;padding-left:20px}.legal-page li{font-size:13px;line-height:1.8;color:var(--text)}.legal-page a{color:var(--text)}.breadcrumbs{display:flex;gap:12px;align-items:center;margin:29px 0 24px;font-size:11px;color:var(--muted)}.breadcrumbs a{color:var(--text);text-decoration:none}.breadcrumbs a:hover{text-decoration:underline}.match-intro{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:22px}.match-intro h1{font: 46px/1 Georgia,serif;letter-spacing:-1.6px;margin:0}.match-intro .eyebrow{color:var(--muted);font-size:9px}.title-dot{color:#b87358}.match-intro>p{font:italic 15px Georgia,serif;color:var(--muted)}.players-strip{display:flex;gap:16px;justify-content:space-between;margin:4px 0 16px}.seat{display:flex;align-items:center;gap:10px;flex:1;padding:11px 12px;background:var(--surface);border:1px solid transparent;border-radius:5px;min-width:0}.seat.active-seat{border-color:var(--surface-border);background:var(--paper)}.seat>div{flex:1}.seat strong{font-size:12px;white-space:nowrap}.seat small{display:block;font-size:10px;margin-top:5px;color:var(--muted)}.seat-mark{width:22px;height:22px;border-radius:50%;border:2px solid #e9c4b5;background:#d88c72;box-shadow:0 2px 2px #22344920;flex-shrink:0}.seat-1{background:#6487ab;border-color:#a5bbd1}[data-game=chess] .seat-0{background:#fffaf0;border-color:#adbac6}[data-game=chess] .seat-1{background:#26384d;border-color:#71859d}[data-game=gomoku] .seat-0{background:#243448;border-color:#5d7186}[data-game=gomoku] .seat-1{background:#fffaf0;border-color:#adbac6}[data-game=checkers] .seat-0{background:#c1503f;border-color:#e29689}[data-game=checkers] .seat-1{background:#1c2734;border-color:#5d7186}[data-game=cribbage] .seat-0{background:#d1a13a;border-color:#ecd18f}[data-game=cribbage] .seat-1{background:#2f6e68;border-color:#7cb4ac}[data-game=backgammon] .seat-0{background:#fffaf0;border-color:#c9a76b}[data-game=backgammon] .seat-1{background:#1c2734;border-color:#5d7186}[data-game=battleship] .seat-0{background:#4a83a3;border-color:#8fc0d8}[data-game=battleship] .seat-1{background:#c1503f;border-color:#e29689}.seat-turn{font-size:8px;letter-spacing:.6px;color:var(--muted)}.renderer-tools{display:flex;justify-content:flex-end;margin-top:4px}.renderer-tools button{font-size:11px}.rules-details{border-top:1px solid var(--line);padding:17px 0;font-size:12px;color:var(--muted)}.rules-details summary{font-size:12px;color:var(--text)}.rules-details p{line-height:1.8}.saved-note{font-size:10px!important;margin:10px 0 0!important;color:#566e66!important}.game-layout .sidebar{padding-top:0}.game-layout .status-card{padding-top:6px}.game-layout{margin-bottom:35px}.four-table{background:#314c68;border-radius:10px;padding:12px 18px 5px;box-shadow:0 10px #223a54,0 20px 25px -15px #22344955}.four-column-controls,.four-numbers{display:grid;grid-template-columns:repeat(7,1fr);gap:9px}.drop-button{border:0;background:transparent;font-size:28px;line-height:38px;color:#d99b83;padding:0 0 5px;min-width:0}.drop-button.player-1{color:#b6d0e6}.drop-button:disabled{opacity:.15}.drop-button:not(:disabled):hover{background:#ffffff12;border-radius:4px}.four-board{display:grid;grid-template-columns:repeat(7,1fr);gap:9px;background:#496987;border:1px solid #678098;border-radius:6px;padding:12px}.disc-slot{aspect-ratio:1;display:grid;place-items:center;min-width:0}.disc{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:50%;background:#e1e7ef;box-shadow:inset 0 4px 7px #14283c66;font-size:30px;color:#fff8ea}.disc-slot.player-0 .disc{background:#dc9279;box-shadow:inset 0 0 0 5px #ffffff18,0 2px 2px #19364d70}.disc-slot.player-1 .disc{background:#b2cde2;box-shadow:inset 0 0 0 5px #ffffff25,0 2px 2px #19364d70;color:#314c68}.disc-slot.winning .disc{outline:3px solid #fff4dc;outline-offset:-3px}.four-numbers{color:#bbcad9;font:10px ui-monospace,monospace;text-align:center;padding:10px 13px}.four-hint{font:italic 13px Georgia,serif;color:var(--muted);text-align:center;margin-top:25px}.loading-page,.load-error{padding:65px 0}.load-error h1{font-family:Georgia,serif;font-weight:400}@media(min-width:1350px){.platform-footer{max-width:1132px}}@media(max-width:1150px){.platform-footer{margin:0 44px}.game-card-title h3{font-size:25px}.game-card-actions .primary{gap:14px}.game-card-actions{gap:8px}.hero-copy h1{font-size:58px}.library-hero{gap:35px;grid-template-columns:1fr 320px}.seat-turn{display:none}}@media(max-width:800px){.library-hero{grid-template-columns:1fr 280px;gap:22px;padding:40px 0}.hero-copy h1{font-size:48px}.join-card{padding:20px}.hero-copy>p:not(.eyebrow){font-size:12px}.hero-notes{gap:12px;font-size:9px}.library-heading{align-items:flex-start;flex-direction:column;gap:17px}.game-cards{gap:16px}.game-card-content{padding:18px}.game-card-title{align-items:flex-start;flex-direction:column;gap:7px}.game-card-actions{align-items:flex-start;flex-direction:column;gap:14px}.game-art{height:240px}.chess-art,.battleship-art{width:195px;height:195px}.four-art{gap:6px;padding:12px}.four-art>span{height:21px;width:21px}.platform-footer{margin:0 25px}.platform-footer>span:last-child{display:none}#recent-rooms{grid-template-columns:1fr}.seat{padding:9px 8px;gap:6px}.seat small{font-size:9px}.seat strong{font-size:11px}.players-strip{gap:8px}.seat .tag{font-size:8px}.four-table{padding:7px 10px 3px}.four-board{gap:6px;padding:9px}.four-column-controls,.four-numbers{gap:6px}.disc{font-size:22px}}@media(max-width:650px){.header-library{display:none}.library-hero{display:block;padding:32px 4px}.hero-copy h1{font-size:51px;letter-spacing:-2px}.hero-copy>p:not(.eyebrow){font-size:13px}.hero-notes{font-size:10px;gap:17px;margin-top:20px}.join-card{margin-top:27px;padding:20px}.join-card h2{font-size:24px}.join-card>p{margin-bottom:17px}.join-card .join-row{flex-wrap:nowrap}.join-card .primary{font-size:11px}.games-section{margin-top:3px}.library-heading h2{font-size:28px}.filters{width:100%}.filter{flex:1}.game-cards{grid-template-columns:1fr;gap:22px}.game-art{height:250px}.chess-art,.battleship-art{width:225px;height:225px}.four-art>span{width:24px;height:24px}.game-card-title{flex-direction:row;align-items:center}.game-card-content{padding:21px}.game-card-title h3{font-size:27px}.game-card-actions{flex-direction:row;align-items:center;gap:10px}.game-card-actions .primary{font-size:11px;gap:12px}.library-bottom{margin:30px 4px 12px;gap:18px}.library-bottom>p{font-size:10px;max-width:150px}.library-bottom h3{font-size:21px}.bottom-mark{font-size:34px}.library-bottom>div{gap:10px}.platform-footer{margin:0 16px;padding:23px 0;font-size:9px;gap:10px}.footer-brand{font-size:11px}.breadcrumbs{margin:22px 2px}.match-intro{margin:0 2px 20px}.match-intro h1{font-size:37px}.match-intro>p{font-size:12px;max-width:100px;text-align:right;line-height:1.5}.players-strip{margin-bottom:14px}.seat{padding:10px}.seat strong{font-size:12px}.seat small{font-size:10px}.seat-turn{display:block;font-size:7px}.game-layout .status-card{padding-top:12px}.four-table{padding:8px 12px 4px}.four-board{gap:7px;padding:10px}.disc{font-size:23px}.recent-caption{font-size:10px}.recent-room{gap:9px;padding:12px}.recent-room a{font-size:9px;padding:8px}.game-layout{margin-bottom:15px}}@media(max-width:360px){.hero-copy h1{font-size:45px}.game-card-actions{flex-direction:column;align-items:stretch}.seat-turn{display:none}.hero-notes{gap:10px}.join-card .join-row{flex-wrap:wrap}.join-card .primary{width:100%}}.gomoku-table{background:#2c3a4c;border-radius:10px;padding:12px 16px 8px;box-shadow:0 10px #1f2b3a,0 20px 25px -15px #22344955}.gomoku-scroll{overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:thin}.gomoku-board{display:grid;grid-template-columns:repeat(15,minmax(32px,1fr));width:100%;max-width:620px;min-width:480px;margin:0 auto;background:#e7d3ac;border:2px solid #8a6b45;border-radius:3px}.gomoku-cell{position:relative;aspect-ratio:1;display:grid;place-items:center;border:0;padding:0;min-width:0;background:transparent;box-shadow:inset -1px 0 #b3905f,inset 0 -1px #b3905f;touch-action:manipulation}.gomoku-cell.star:before{content:"";position:absolute;width:16%;height:16%;border-radius:50%;background:#a17c4d;z-index:0}.gomoku-cell.winning{background:#d9a566}.gomoku-cell:focus-visible{outline:none;box-shadow:inset 0 0 0 3px #da7957;z-index:3}.gomoku-cell .coordinate{z-index:1;color:#96723f;font-size:9px}.gomoku-cell .coordinate.rank{top:50%;left:2px;transform:translateY(-50%)}.gomoku-cell .coordinate.file{bottom:2px;right:3px}.stone{position:relative;width:76%;height:76%;border-radius:50%;z-index:2;pointer-events:none;box-shadow:0 2px 3px #14283c33}.stone.player-0{background:radial-gradient(circle at 32% 28%,#5d7186,#243448 58%,#101a28)}.stone.player-1{background:radial-gradient(circle at 32% 28%,#fff,#e4e8ee 55%,#aab6c4)}.gomoku-cell.last .stone:after{content:"";position:absolute;width:24%;height:24%;border-radius:50%;background:#d97a4f;top:50%;left:50%;transform:translate(-50%,-50%)}.gomoku-cell.winning .stone{outline:3px solid #fff4dc;outline-offset:-3px}.gomoku-hint{font:italic 13px Georgia,serif;color:var(--muted);text-align:center;margin-top:25px}.gomoku-art{width:233px;height:233px;display:grid;grid-template-columns:repeat(6,1fr);gap:6px;background:#334b65;padding:14px;border-radius:9px;transform:rotate(11deg) translate(-8px,14px);box-shadow:10px 18px 20px #22344929}.gomoku-art span{display:grid;place-items:center}.art-point{width:14%;height:14%;border-radius:50%;background:#4b6483}.art-stone{width:78%;height:78%;border-radius:50%;box-shadow:0 2px 2px #14283c33}.stone-0{background:#243448}.stone-1{background:#fffaf0}@media(max-width:650px){.gomoku-table{padding:8px 10px 6px}.gomoku-art{width:195px;height:195px}.gomoku-cell .coordinate{font-size:8px}}.seat-mark.seat-matching{animation:matching-pulse 1.4s ease-in-out infinite}@keyframes matching-pulse{0%,to{opacity:1}50%{opacity:.4}}.queue-panel .section-heading .tag{color:#566e66}@media(prefers-reduced-motion:reduce){.seat-mark.seat-matching{animation:none}}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .game-art{background:#1c2734}:root:not([data-theme=light]) .four-in-a-row-card .game-art{background:#20293a}:root:not([data-theme=light]) .art-label{color:#9fb3c9}}:root[data-theme=dark] .game-art{background:#1c2734}:root[data-theme=dark] .four-in-a-row-card .game-art{background:#20293a}:root[data-theme=dark] .art-label{color:#9fb3c9}
