:root{--navy:#071c2c;--blue:#0c5adb;--cyan:#21c7a8;--paper:#f4f7f8;--ink:#102431;--muted:#62717b;--line:#dce5e9}
*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}.navbar{background:var(--navy);padding:1rem 0;color:#fff}.navbar-brand{display:flex;align-items:center;gap:.65rem;color:#fff!important;font-weight:800}.brand-mark{display:block;width:38px;height:38px;border-radius:11px}.nav-link{color:#dbe8ee}.hero{padding:6rem 0 5rem;background:linear-gradient(135deg,#071c2c 0%,#0c304a 100%);color:#fff;overflow:hidden}.eyebrow{display:block;margin-bottom:.7rem;color:var(--cyan);font-size:.78rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.hero h1{max-width:660px;font-size:clamp(2.8rem,6vw,5.4rem);font-weight:850;line-height:.96;letter-spacing:-.055em}.hero .lead{max-width:600px;margin:1.6rem 0 2rem;color:#c3d4dd;line-height:1.7}.btn{border-radius:10px;font-weight:700}.btn-primary{background:var(--blue);border-color:var(--blue)}.btn-accent{background:var(--cyan);color:var(--navy)}.hero-visual{position:relative;min-height:380px}.mini-board{position:absolute;width:270px;aspect-ratio:1;border:10px solid rgba(255,255,255,.08);border-radius:24px;box-shadow:0 30px 70px #0006}.battleship-mini{left:2%;top:0;transform:rotate(-8deg);background-color:#0c5adb;background-image:linear-gradient(#ffffff21 1px,transparent 1px),linear-gradient(90deg,#ffffff21 1px,transparent 1px);background-size:10% 10%}.gomoku-mini{right:0;bottom:0;transform:rotate(9deg);background-color:#e9c78a;background-image:linear-gradient(#614d2c55 1px,transparent 1px),linear-gradient(90deg,#614d2c55 1px,transparent 1px);background-size:calc(100% / 15) calc(100% / 15)}.gomoku-mini:after{content:"×  ○  ×";position:absolute;inset:0;display:grid;place-items:center;color:#17334a;font-size:3.5rem;font-weight:900}.versus{position:absolute;z-index:3;top:45%;left:46%;display:grid;place-items:center;width:80px;height:80px;border-radius:50%;background:var(--cyan);color:var(--navy);font-weight:900;font-size:1.5rem;box-shadow:0 12px 30px #0005}.ad-slot{display:grid;place-items:center;border:1px dashed #aab7be;color:#8b999f;font-size:.7rem;letter-spacing:.15em;text-transform:uppercase}.ad-wide{height:90px;margin:2rem 0}.section-heading{margin-bottom:2rem}.section-heading h2,.join-card h2,.account-copy h2,.profile-heading h1{font-size:clamp(2rem,4vw,3.2rem);font-weight:850;letter-spacing:-.04em}.game-card,.panel{height:100%;padding:2rem;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 12px 40px #1733470b}.game-card-icon{display:grid;place-items:center;width:64px;height:64px;margin-bottom:1.4rem;border-radius:18px;background:#e8f1ff;color:var(--blue);font-size:2rem;font-weight:900}.game-card:nth-child(2) .game-card-icon{background:#e3faf5;color:#087d68}.game-card h3{font-weight:800}.game-card p{min-height:48px;color:var(--muted)}label{width:100%;color:var(--muted);font-size:.85rem;font-weight:700}.form-control{margin-top:.4rem;border-color:var(--line);border-radius:10px;padding:.75rem}.join-section{padding:4rem 0;background:#dcecf2}.join-card{display:flex;align-items:center;justify-content:space-between;gap:2rem}.join-form{display:grid;grid-template-columns:1.2fr 1fr auto;gap:.8rem;min-width:55%}.join-form .form-control{margin:0}.code-input{text-transform:uppercase;letter-spacing:.12em;font-weight:800}.account-card{display:grid;grid-template-columns:.8fr 1.2fr;overflow:hidden;border-radius:24px;background:var(--navy);color:#fff}.account-copy{padding:3rem}.account-copy p{color:#b9ccd5;line-height:1.7}.account-forms{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#ffffff20}.account-forms form{display:flex;flex-direction:column;gap:.75rem;padding:2.5rem;background:#fff;color:var(--ink)}.account-forms h3{font-size:1.2rem;font-weight:800}footer{padding:2rem 0;background:var(--navy);color:#90a5b0;font-size:.85rem}.game-page{min-height:calc(100vh - 150px)}.game-toolbar,.profile-heading{display:flex;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:1.5rem}.game-toolbar h1{margin:.4rem 0 0;font-weight:850}.back-link{color:var(--muted);text-decoration:none}.status-line{margin:0;color:var(--muted)}.invite-box{display:flex;align-items:center;gap:1rem;padding:.8rem 1rem;border-radius:14px;background:var(--navy);color:#fff}.invite-box span{font-size:.7rem;color:#9fb1ba;text-transform:uppercase}.invite-box strong{font-size:1.3rem;letter-spacing:.15em}.boards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}.board-panel{padding:1.5rem;border-radius:20px;background:#fff;border:1px solid var(--line)}.board-panel h2{font-size:1.1rem;font-weight:800}.board{display:grid;width:100%;max-width:560px;aspect-ratio:1;margin-top:1rem;border:2px solid #65818f;background:#cde5ef}.board-10{grid-template-columns:repeat(10,1fr)}.board-15{grid-template-columns:repeat(15,1fr);max-width:720px;margin-inline:auto;background:#e9c78a}.cell{position:relative;display:grid;place-items:center;min-width:0;border:1px solid #ffffff75;background:transparent;color:var(--navy);font-weight:900;padding:0}.board-15 .cell{border-color:#6b522c55;font-size:clamp(.75rem,2vw,1.6rem)}.cell:hover:not(:disabled){background:#fff8}.cell.ship{background:#566a75}.cell.hit{background:#ec4c55;color:#fff}.cell.hit:after{content:"×";font-size:1.2rem}.cell.miss:after{content:"•";font-size:1.4rem;color:#557481}.cell.x{color:#0c5adb}.cell.o{color:#c93e4a}.placement-tools{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.ship-pill{padding:.5rem .8rem;border:1px solid var(--line);border-radius:999px;background:#fff}.ship-pill.active{border-color:var(--blue);background:#e8f1ff}.panel h2{font-size:1.25rem;font-weight:800}.history-item{display:grid;grid-template-columns:auto 1fr auto auto auto;align-items:center;gap:1rem;padding:1rem 0;border-top:1px solid var(--line)}.history-item:first-child{border-top:0}.history-item div:nth-child(2){display:flex;flex-direction:column}.history-item span{color:var(--muted);font-size:.85rem}.game-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#e8f1ff}.favorite-button{border:0;background:transparent;color:#e4a600;font-size:1.5rem}.favorite-player{display:flex;gap:.7rem;padding:.8rem 0;border-top:1px solid var(--line)}.favorite-player span{color:#e4a600}.empty-state{color:var(--muted)}
.placement-help{margin:1rem 0 0;color:var(--muted);font-size:.88rem;line-height:1.5}.cell.ship-0,.ship-label-0{--ship-color:#405e78}.cell.ship-1,.ship-label-1{--ship-color:#147d91}.cell.ship-2,.ship-label-2{--ship-color:#6257a4}.cell.ship-3,.ship-label-3{--ship-color:#a05278}.cell.ship-4,.ship-label-4{--ship-color:#9a633d}.cell[class*=ship-]{background:var(--ship-color)}.ship-pill[class*=ship-label-]{border-left:5px solid var(--ship-color)}
@media(max-width:900px){.hero{padding:4rem 0}.hero-visual{min-height:300px}.mini-board{width:220px}.join-card,.game-toolbar,.profile-heading{align-items:stretch;flex-direction:column}.join-form{grid-template-columns:1fr;min-width:100%}.account-card{grid-template-columns:1fr}.boards{grid-template-columns:1fr}.invite-box{justify-content:space-between}.history-item{grid-template-columns:auto 1fr auto}.history-item>a,.history-item>form{grid-column:2}}@media(max-width:600px){.hero-visual{min-height:250px}.mini-board{width:175px}.versus{width:60px;height:60px}.account-forms{grid-template-columns:1fr}.game-card{padding:1.4rem}.invite-box{flex-wrap:wrap}.board-panel{padding:.75rem}}
.board-10{grid-template-columns:repeat(10,minmax(0,1fr));grid-template-rows:repeat(10,minmax(0,1fr))}
.board-15{grid-template-columns:repeat(15,minmax(0,1fr));grid-template-rows:repeat(15,minmax(0,1fr))}
.cell{min-height:0;overflow:hidden;line-height:1}
.cell.hit:after,.cell.miss:after{position:absolute;inset:0;display:grid;place-items:center;line-height:1;pointer-events:none}
.cell.sunk{background:#9e2636!important;box-shadow:inset 0 0 0 3px #661622}.cell.blocked{cursor:not-allowed;background:repeating-linear-gradient(135deg,#c4dce6,#c4dce6 5px,#d6e8ee 5px,#d6e8ee 10px)}.cell.blocked:after{content:"×";position:absolute;inset:0;display:grid;place-items:center;color:#8aa3ad;font-size:.85rem}.enemy-fleet{display:flex;align-items:center;flex-wrap:wrap;gap:.45rem;min-height:32px;margin:.35rem 0 .75rem;color:var(--muted);font-size:.78rem}.fleet-ship{display:grid;place-items:center;min-width:26px;height:22px;padding:0 .4rem;border-radius:6px;background:var(--navy);color:#fff;font-weight:800}.fleet-complete{color:#9e2636;font-weight:800}.blocked-legend{display:flex;align-items:center;gap:.3rem;margin-left:auto}.blocked-legend i{width:18px;height:18px;border:1px solid #a9c0ca;background:repeating-linear-gradient(135deg,#c4dce6,#c4dce6 4px,#d6e8ee 4px,#d6e8ee 8px)}
.turn-indicator{display:flex;align-items:center;flex-wrap:wrap;gap:.65rem;margin:0 0 1rem;padding:.85rem 1rem;border:1px solid #b9d1db;border-radius:14px;background:#fff;color:var(--navy)}.turn-indicator.is-mine{border-color:#1fc7b2;background:#e8fbf7}.turn-indicator.is-opponent,.turn-indicator.is-waiting{background:#f4f8fa}.turn-pulse{width:.7rem;height:.7rem;border-radius:50%;background:#1fc7b2;box-shadow:0 0 0 0 #1fc7b277;animation:turn-pulse 1.5s infinite}.is-opponent .turn-pulse,.is-waiting .turn-pulse{background:#6f8792;box-shadow:none;animation:none}.turn-countdown{margin-left:auto;padding:.3rem .55rem;border-radius:8px;background:var(--navy);color:#fff;font-size:.82rem;font-weight:800;font-variant-numeric:tabular-nums}.turn-countdown.is-urgent{background:#b4232f}.partner-status{display:inline-flex;align-items:center;gap:.35rem;color:var(--muted);font-size:.78rem}.partner-status i{width:.5rem;height:.5rem;border-radius:50%}.partner-status.is-online i{background:#1c9b70}.partner-status.is-offline i{background:#d88721}.cell:disabled{opacity:1;cursor:default}@keyframes turn-pulse{70%{box-shadow:0 0 0 8px #1fc7b200}100%{box-shadow:0 0 0 0 #1fc7b200}}@media(max-width:600px){.turn-countdown{order:3;width:100%;margin-left:0;text-align:center}.partner-status{margin-left:auto}}
.single-game-panel{max-width:780px;margin-inline:auto}.game-rules-hint{margin:.2rem 0 1.25rem;color:var(--muted);font-size:.9rem}.connect-four-board{display:grid;grid-template-columns:repeat(7,1fr);width:min(680px,100%);aspect-ratio:7/6;margin-inline:auto;padding:clamp(.35rem,1vw,.7rem);border-radius:18px;background:#1264c8;box-shadow:inset 0 -8px 0 #084d9f}.connect-cell{display:grid;place-items:center;min-width:0;border:0;background:transparent;padding:8%}.connect-cell span{display:block;width:100%;aspect-ratio:1;border-radius:50%;background:#eef4f7;box-shadow:inset 0 5px 9px #17334735}.connect-cell.player-1 span{background:#e9424f}.connect-cell.player-2 span{background:#ffd33d}.connect-cell:not(:disabled):hover span{outline:4px solid #ffffffaa;outline-offset:-4px}.connect-cell:disabled{opacity:1}.dots-board{display:grid;grid-template-columns:repeat(5,14px minmax(24px,1fr)) 14px;grid-template-rows:repeat(5,14px minmax(24px,1fr)) 14px;width:min(680px,100%);aspect-ratio:1;margin-inline:auto;padding:12px;border-radius:16px;background:#f8f2e8;border:1px solid #d6c6ad}.dots-dot{position:relative;z-index:3;align-self:center;justify-self:center;width:12px;height:12px;border-radius:50%;background:var(--navy);box-shadow:0 1px 2px #0004}.dots-edge{position:relative;z-index:2;align-self:stretch;justify-self:stretch;border:0;background:transparent;padding:0}.dots-edge:after{content:"";position:absolute;border-radius:999px;background:#d7c8b0;transition:.15s}.dots-edge.horizontal:after{left:0;right:0;top:50%;height:7px;transform:translateY(-50%)}.dots-edge.vertical:after{top:0;bottom:0;left:50%;width:7px;transform:translateX(-50%)}.dots-edge:not(:disabled):hover:after{background:#68a8d3}.dots-edge.player-1:after{background:#e9424f}.dots-edge.player-2:after{background:#e5b900}.dots-edge:disabled{opacity:1}.dots-box{margin:3px;border-radius:8px;background:transparent}.dots-box.player-1{background:#e9424f38}.dots-box.player-2{background:#ffd33d55}@media(max-width:600px){.single-game-panel{padding:.8rem}.connect-four-board{border-radius:12px}.dots-board{grid-template-columns:repeat(5,10px minmax(18px,1fr)) 10px;grid-template-rows:repeat(5,10px minmax(18px,1fr)) 10px;padding:7px}.dots-dot{width:9px;height:9px}}
.language-switch{display:flex;overflow:hidden;border:1px solid #ffffff55;border-radius:8px}.language-switch a{padding:.3rem .48rem;color:#c5d5dd;text-decoration:none;font-size:.7rem;font-weight:800}.language-switch a.active{background:#fff;color:var(--navy)}.account-delete-panel{border-color:#efc5ca}.account-delete-panel h2{color:#9e2636}
.profile-sidebar{display:flex;flex-direction:column;gap:1.5rem}.profile-sidebar .panel{height:auto}.profile-sidebar .mt-4{margin-top:0!important}
.mini-board{display:grid;overflow:hidden}.battleship-mini{grid-template-columns:repeat(10,minmax(0,1fr));grid-template-rows:repeat(10,minmax(0,1fr));background-image:none}.gomoku-mini{grid-template-columns:repeat(15,minmax(0,1fr));grid-template-rows:repeat(15,minmax(0,1fr));background-image:none}.gomoku-mini:after{content:none}.preview-cell{min-width:0;min-height:0;border:1px solid #ffffff24}.preview-ship{background:#123953;box-shadow:inset 0 0 0 1px #3c6680}.preview-ship-1{background:#18566c}.preview-ship-2{background:#263f67}.preview-ship-3{background:#164258}.preview-ship-4{background:#1b5262}.gomoku-mini .preview-cell{display:grid;place-items:center;border-color:#614d2c42}.preview-mark{color:#17334a;font-size:clamp(.55rem,1.5vw,1.25rem);font-weight:900;line-height:1}.preview-mark.o{color:#a34839}
.gomoku-mini .preview-mark{position:relative;font-size:0}.gomoku-mini .preview-mark.x:before,.gomoku-mini .preview-mark.x:after{content:"";position:absolute;top:50%;left:50%;width:72%;height:2px;border-radius:999px;background:#17334a;transform-origin:center}.gomoku-mini .preview-mark.x:before{transform:translate(-50%,-50%) rotate(45deg)}.gomoku-mini .preview-mark.x:after{transform:translate(-50%,-50%) rotate(-45deg)}.gomoku-mini .preview-mark.o:before{content:"";position:absolute;top:50%;left:50%;width:58%;aspect-ratio:1;border:2px solid #a34839;border-radius:50%;transform:translate(-50%,-50%)}
.versus{font-size:1.05rem;letter-spacing:.06em}

.seo-section{padding:4.5rem 0;background:#fff}.seo-copy{max-width:850px}.seo-copy h2,.legal-header h1{font-weight:850;letter-spacing:-.04em}.seo-copy p,.legal-header p,.legal-content p{color:var(--muted);line-height:1.75}.legal-header{max-width:850px;margin-bottom:3rem}.legal-header h1{font-size:clamp(2.5rem,5vw,4rem)}.legal-header small{color:var(--muted)}.legal-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:4rem;align-items:start}.legal-nav{position:sticky;top:2rem;display:flex;flex-direction:column;gap:.65rem;padding:1.25rem;border:1px solid var(--line);border-radius:16px;background:#fff}.legal-nav a{color:var(--muted);font-size:.9rem;text-decoration:none}.legal-nav a:hover{color:var(--blue)}.legal-content{max-width:820px}.legal-content section{padding-bottom:2.5rem;scroll-margin-top:2rem}.legal-content h2{font-size:1.45rem;font-weight:800}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.footer-inner nav{display:flex;flex-wrap:wrap;gap:1rem}.footer-inner a,.footer-inner button{border:0;background:transparent;color:#b7c8d0;text-decoration:none;padding:0}.footer-inner a:hover,.footer-inner button:hover{color:#fff}.cookie-banner{position:fixed;z-index:1000;right:1.5rem;bottom:1.5rem;left:1.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;max-width:1100px;margin:auto;padding:1.25rem 1.5rem;border:1px solid #ffffff24;border-radius:18px;background:#071c2cf5;color:#fff;box-shadow:0 20px 60px #0006}.cookie-banner[hidden],.cookie-modal[hidden]{display:none}.cookie-banner p{max-width:680px;margin:.35rem 0 0;color:#c3d4dd;font-size:.9rem}.cookie-banner a{color:#fff}.cookie-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.65rem}.cookie-modal{position:fixed;z-index:1010;inset:0;display:grid;place-items:center;padding:1rem;background:#071c2caa}.cookie-modal>section{width:min(620px,100%);max-height:calc(100vh - 2rem);overflow:auto;padding:2rem;border-radius:20px;background:#fff;box-shadow:0 25px 80px #0008}.cookie-modal h2{font-weight:850}.cookie-option{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0;border-top:1px solid var(--line);color:var(--ink)}.cookie-option span{display:flex;flex-direction:column}.cookie-option small,.cookie-minor-note{color:var(--muted);font-weight:400}.cookie-option input,.cookie-age input{width:1.15rem;height:1.15rem}.cookie-age{display:flex;align-items:center;gap:.6rem;margin-top:1rem;color:var(--ink)}@media(max-width:767px){.legal-layout{grid-template-columns:1fr;gap:2rem}.legal-nav{position:static}.footer-inner,.cookie-banner{align-items:flex-start;flex-direction:column}.cookie-actions{justify-content:flex-start}}

.account-help-link{align-self:flex-start;color:var(--muted);font-size:.85rem}.account-action-page{display:grid;place-items:center;min-height:calc(100vh - 190px)}.account-action-card{width:min(520px,100%);height:auto}.account-action-card h1{font-size:clamp(2rem,5vw,3rem);font-weight:850;letter-spacing:-.04em}.account-action-card p{color:var(--muted);line-height:1.65}.account-action-card form{display:grid;gap:.75rem}
.terms-acceptance{display:flex;align-items:flex-start;gap:.55rem;line-height:1.4}.terms-acceptance input{flex:0 0 auto;margin-top:.2rem}.terms-acceptance a{color:var(--blue)}
.game-replay-form{display:flex;justify-content:center;margin:1.5rem 0}
.waiting-game-actions{display:flex;align-items:end;flex-wrap:wrap;gap:.75rem;margin:0 0 1.5rem;padding:1rem;border:1px solid var(--line);border-radius:14px;background:#fff}.waiting-game-actions p{width:100%;margin:0;color:var(--muted);font-size:.85rem}.waiting-game-actions form{display:flex;align-items:end;gap:.75rem}.waiting-game-actions label{min-width:160px}.waiting-game-actions .form-select{margin-top:.4rem}
.opponent-type{display:inline-flex;margin-top:.45rem;padding:.25rem .55rem;border-radius:999px;background:#e8f1ff;color:#174f9b;font-size:.75rem;font-weight:800}.opponent-type:empty{display:none}.opponent-type.is-bot{background:#fff1d7;color:#795400}
.dots-edge.last-opponent-move:after{box-shadow:0 0 0 4px #142f43,0 0 12px 5px #32d4c3;animation:last-edge-pulse 1.1s ease-in-out infinite alternate}.last-move-legend{display:flex;align-items:center;gap:.5rem;margin:-.65rem 0 .8rem;color:var(--muted);font-size:.82rem;font-weight:700}.last-move-legend i{width:24px;height:7px;border-radius:999px;background:#e5b900;box-shadow:0 0 0 3px #142f43,0 0 8px 3px #32d4c3}@keyframes last-edge-pulse{from{filter:brightness(.9)}to{filter:brightness(1.25)}}

/* Unified game artwork */
.game-card-icon svg,.game-icon svg{width:42px;height:42px;fill:none;stroke:currentColor;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}.game-icon svg{width:28px;height:28px}.game-card-icon[data-game-icon="battleship"],.game-icon[data-game-icon="battleship"]{background:#e8f1ff;color:#123953}.game-card-icon[data-game-icon="gomoku"],.game-icon[data-game-icon="gomoku"]{background:#fff1d7;color:#17334a}.game-card-icon[data-game-icon="connect_four"],.game-icon[data-game-icon="connect_four"]{background:#e3efff;color:#1264c8}.game-card-icon[data-game-icon="dots_boxes"],.game-icon[data-game-icon="dots_boxes"]{background:#f5eadb;color:#17334a}.game-card-icon .icon-player-one,.game-icon .icon-player-one{stroke:#e9424f}.game-card-icon .icon-player-two,.game-icon .icon-player-two{stroke:#d6a900}.game-card-icon .filled,.game-icon .filled{fill:currentColor}.game-card-icon .icon-player-one.filled,.game-icon .icon-player-one.filled{fill:#e9424f}.game-card-icon .icon-player-two.filled,.game-icon .icon-player-two.filled{fill:#ffd33d}.game-card-icon .icon-dots,.game-icon .icon-dots{fill:currentColor;stroke:none}

.hero-game-grid{display:grid;grid-template-columns:repeat(2,174px);gap:18px;justify-content:center;align-content:center;min-height:400px}.hero-game-grid .mini-board{position:relative;inset:auto;width:174px;border-width:7px;border-radius:18px;box-shadow:0 18px 42px #0006}.hero-game-grid .battleship-mini{transform:rotate(-5deg)}.hero-game-grid .gomoku-mini{transform:rotate(4deg)}.hero-game-grid .connect-four-mini{transform:rotate(3deg)}.hero-game-grid .dots-boxes-mini{transform:rotate(-4deg)}.connect-four-mini{grid-template-columns:repeat(7,minmax(0,1fr));grid-template-rows:repeat(6,minmax(0,1fr));gap:2px;padding:9px;background:#1264c8}.preview-connect-cell{display:block;align-self:center;justify-self:center;width:88%;aspect-ratio:1;border-radius:50%;background:#eaf3f7;box-shadow:inset 0 3px 5px #17334738}.preview-connect-cell.player-1{background:#e9424f}.preview-connect-cell.player-2{background:#ffd33d}.dots-boxes-mini{grid-template-columns:repeat(3,9px minmax(0,1fr)) 9px;grid-template-rows:repeat(3,9px minmax(0,1fr)) 9px;padding:12px;background:#f8f2e8}.preview-dot{position:relative;z-index:3;align-self:center;justify-self:center;width:8px;aspect-ratio:1;border-radius:50%;background:#17334a}.preview-edge{position:relative}.preview-edge:after{content:"";position:absolute;border-radius:999px;background:#d7c8b0}.preview-edge.horizontal:after{left:0;right:0;top:50%;height:5px;transform:translateY(-50%)}.preview-edge.vertical:after{top:0;bottom:0;left:50%;width:5px;transform:translateX(-50%)}.preview-edge.player-1:after{background:#e9424f}.preview-edge.player-2:after{background:#e5b900}.preview-box{margin:2px;border-radius:5px}.preview-box.player-1{background:#e9424f55}.preview-box.player-2{background:#ffd33d77}

@media(max-width:900px){.hero-game-grid{grid-template-columns:repeat(2,150px);gap:14px;min-height:330px}.hero-game-grid .mini-board{width:150px}}
@media(max-width:600px){.hero-game-grid{grid-template-columns:repeat(2,minmax(0,140px));gap:10px;min-height:300px}.hero-game-grid .mini-board{width:100%;border-width:5px;border-radius:14px}.dots-boxes-mini{padding:9px}}
