:root{font-synthesis:none;-webkit-font-smoothing:antialiased;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{color:#f2e9d8;background:radial-gradient(120% 90% at 50% 0,#23324a 0%,#16202f 55%,#0d141d 100%);font-family:ui-rounded,Nunito,Avenir Next,Segoe UI,system-ui,sans-serif}.app{grid-template:"head head""map side"minmax(0,1fr)/minmax(0,1fr) 300px;gap:10px 18px;height:100%;padding:clamp(10px,2vw,22px);display:grid}header{flex-wrap:wrap;grid-area:head;justify-content:space-between;align-items:baseline;gap:6px 12px;display:flex}header .ways{flex-wrap:wrap;justify-content:flex-end;align-items:baseline;gap:6px 10px;font-size:.85rem;font-weight:700;display:flex}h1{letter-spacing:-.02em;color:#ffd479;-webkit-text-stroke:3px #241a10;paint-order:stroke fill;margin:0;font-size:clamp(1.4rem,3.2vw,2.2rem);font-weight:900}button{font:inherit;color:#f2e9d8;cursor:pointer;background:#22304a;border:2px solid #2b2318;border-radius:7px;padding:4px 11px;font-size:.85rem;font-weight:700}button:disabled{opacity:.4;cursor:default}button:focus-visible{outline-offset:1px;outline:3px solid #ffd479}button.go{color:#241a10;background:#ffd479;font-weight:800}button.quiet{color:#a3b3c9;background:0 0;border-color:#2f3b52}.sound[aria-pressed=false]{color:#8c98ab;background:#1b2437}.leave{color:#ffb3a7;background:#2c3b57}header select{font:inherit;color:#f2e9d8;background:#22304a;border:2px solid #2b2318;border-radius:6px;padding:1px 6px;font-weight:700}.dim{color:#a3b3c9}.small{font-size:.78rem}.row{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.map-wrap{grid-area:map;justify-content:center;align-items:flex-start;min-width:0;min-height:0;display:flex;position:relative}.board{-webkit-user-select:none;user-select:none;background:#cfe3ef;border:2px solid #2b2318;border-radius:8px;width:100%;height:auto;max-height:100%}.ocean{fill:#cfe3ef}.shores path{fill:none;stroke-width:7px;stroke-linejoin:round;stroke-opacity:.85}.lanes line{stroke:#41596b;stroke-width:2px;stroke-dasharray:6 5;stroke-linecap:round}.land{stroke:#2b2318;stroke-width:.9px;stroke-linejoin:round;cursor:pointer;transition:filter .2s}.land:hover{filter:brightness(1.12)}.land.picked{stroke:#fffaf0;stroke-width:3.5px;filter:brightness(1.18)}.land.open{stroke:#241a10;stroke-width:2.6px;stroke-dasharray:5 4}.land.aimed{stroke:#fffaf0;stroke-width:3.5px;stroke-dasharray:none}@keyframes taken{0%{filter:brightness(1.8)saturate(.4)}to{filter:none}}.land.flash{animation:.9s ease-out taken}.borders path{fill:none;pointer-events:none;stroke-linejoin:round;stroke-linecap:round}.borders .inner{stroke:none}.borders .continental{stroke:#241a10;stroke-width:2.4px}.borders .closed{stroke:#241a10;stroke-width:4.5px;stroke-dasharray:1 5}.badges g{cursor:pointer}.badges circle{stroke:#fffaf0;stroke-width:1.6px}.badges text{fill:#fffaf0;text-anchor:middle;pointer-events:none;font-variant-numeric:tabular-nums;font-size:11px;font-weight:900}.ending{background:#1b2437;border:2px solid #2b2318;border-radius:10px;max-width:min(440px,90%);padding:18px 20px;position:absolute;inset:auto 50% 50% auto;transform:translate(50%,50%);box-shadow:0 10px 40px #00000073}.ending h2{color:#ffd479;margin:0 0 6px;font-size:1.3rem}.ending p{color:#cbd6e6;margin:0 0 12px;line-height:1.45}.side{flex-direction:column;grid-area:side;gap:14px;min-height:0;padding-right:4px;font-size:.86rem;display:flex;overflow-y:auto}.side section{flex-direction:column;gap:6px;display:flex}.side p{margin:0;line-height:1.45}.side h2{color:#ffd479;margin:0;font-size:.95rem}.side strong{color:#fffaf0}.side section>button{align-self:flex-start}.now{background:#22304a;border:2px solid #2b2318;border-radius:8px;padding:10px}.turn{align-items:center;font-size:.95rem;font-weight:800;display:flex}.toggle[aria-pressed=true]{background:#3c527a;box-shadow:inset 0 0 0 2px #ffd479}.odds{color:#ffd479;font-weight:700}input[type=range]{accent-color:#ffd479;width:100%}.chip{vertical-align:-1px;border:2px solid #241a10;border-radius:3px;flex:none;width:11px;height:11px;margin-right:6px;display:inline-block}.throw .dice{align-items:center;gap:10px;display:flex}.throw .dice div{gap:4px;display:flex}.throw .vs{color:#a3b3c9;font-size:.75rem}.die{width:26px;height:26px}.die rect{stroke:#241a10;stroke-width:.25px}.die.attack rect{fill:#c8452f}.die.attack circle,.die.defend rect{fill:#fffaf0}.die.defend circle{fill:#241a10}.cards{flex-wrap:wrap;gap:5px;margin:0;padding:0;list-style:none;display:flex}.card{text-align:left;background:#2a3a58;flex-direction:column;align-items:flex-start;gap:1px;min-width:80px;padding:5px 8px;font-size:.76rem;display:flex}.card:disabled{opacity:1;cursor:default}.card[aria-pressed=true]{background:#3c527a;box-shadow:inset 0 0 0 2px #ffd479}.card .glyph{color:#ffd479;font-size:.95rem}.card.wild .glyph{color:#ff9a8b}.card .own{color:#9fe0b9;font-size:.66rem}.table{border-collapse:collapse;font-variant-numeric:tabular-nums;width:100%}.table th,.table td{text-align:right;padding:2px 4px}.table thead th{color:#a3b3c9;font-size:.72rem;font-weight:700}.table tbody th{text-align:left;white-space:nowrap}.table tr.now th{color:#ffd479}.table tr.gone{opacity:.4;text-decoration:line-through}.continents{flex-direction:column;gap:3px;margin:0;padding:0;list-style:none;display:flex}.continents li{align-items:center;gap:6px;display:flex}.continents .shore{border-top:5px solid;border-radius:3px;width:16px;height:0}.continents .held{align-items:center;margin-left:auto;font-weight:700;display:flex}.log ol{flex-direction:column;gap:3px;margin:0;padding:0;list-style:none;display:flex}.log li{color:#cbd6e6;font-size:.78rem;line-height:1.35}.log li.heading{color:#ffd479;margin-top:5px;font-weight:700}@media (width<=860px){.app{grid-template:"head""map""side"/1fr;height:auto}.side{overflow:visible}}.landing{max-width:1100px;margin:0 auto;padding:clamp(16px,4vw,48px);line-height:1.55}.landing header{margin-bottom:22px;display:block}.landing h1{font-size:clamp(2rem,6vw,3.4rem)}.landing .tagline{color:#a3b3c9;margin:6px 0 0;font-size:1.1rem}.landing .cols{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:4px 36px;display:grid}.landing h2{color:#ffd479;letter-spacing:.02em;margin:22px 0 6px;font-size:1.05rem}.landing p{margin:0 0 10px}.landing ol{margin:0 0 10px;padding-left:1.3em}.landing ol li{margin-bottom:6px}.landing strong{color:#f2e9d8}.landing a{color:#7fc4e8}.landing .choose{margin-top:26px}.landing .choose ul{flex-wrap:wrap;gap:8px;margin:0 0 16px;padding:0;list-style:none;display:flex}.landing .choose li button{align-items:center;gap:8px;padding:6px 12px;font-size:.95rem;display:flex}.landing .choose button.on{background:#3c527a;box-shadow:inset 0 0 0 2px #ffd479}.swatch{border:2px solid #241a10;border-radius:4px;width:15px;height:15px}.landing .choose .start{color:#241a10;background:#ffd479;padding:10px 26px;font-size:1.05rem;font-weight:800}.landing footer{color:#8c98ab;border-top:1px solid #2f3b52;margin-top:34px;padding-top:16px;font-size:.82rem}.landing footer p{margin:0 0 8px}.landing footer .ways{color:#cbd6e6;margin-bottom:12px;font-size:.95rem}
