:root{color-scheme:dark;--ink:#06131d;--panel:rgba(10,18,29,.78);--panel2:rgba(255,255,255,.075);--stroke:rgba(255,255,255,.18);--gold:#ffd86b;--cyan:#59e9ff;--green:#72f28b;--red:#ff6376;--sand:#f1d08a;--grass:#74c96b}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 20% 0%,rgba(89,233,255,.18),transparent 28rem),radial-gradient(circle at 84% 18%,rgba(255,216,107,.18),transparent 30rem),linear-gradient(180deg,#07131c,#08111b 42%,#05090f);color:#fff;font-family:"Courier New",ui-monospace,monospace;min-height:100vh;overflow-x:hidden}body:before{content:"";position:fixed;inset:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:32px 32px;mask-image:linear-gradient(180deg,rgba(0,0,0,.7),transparent 75%)}a{color:var(--cyan);text-decoration:none}a:hover{color:var(--gold)}.wrap{width:min(1180px,calc(100vw - 32px));margin:0 auto}.nav{position:sticky;top:0;z-index:20;backdrop-filter:blur(14px);background:rgba(5,10,16,.66);border-bottom:1px solid var(--stroke)}.nav .wrap{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0}.brand{display:flex;align-items:center;gap:10px;font-weight:900;color:white}.brand img{width:42px;height:42px}.nav-links{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.nav-links a,.pill{border:1px solid var(--stroke);background:rgba(255,255,255,.08);border-radius:999px;padding:8px 12px;color:white}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:999px;padding:13px 18px;font-weight:900;text-transform:uppercase;color:#241200;background:linear-gradient(180deg,#ffe58c,#f5a623);box-shadow:0 8px 0 rgba(0,0,0,.28);cursor:pointer}.btn.secondary{color:#021925;background:linear-gradient(180deg,#64edff,#229bd2)}.hero{display:grid;grid-template-columns:1.04fr .96fr;gap:34px;align-items:center;padding:72px 0 46px}.eyebrow{color:var(--gold);letter-spacing:.16em;text-transform:uppercase;font-size:12px}.hero h1,.docs-hero h1{font-size:clamp(48px,9vw,104px);line-height:.86;margin:8px 0 16px;letter-spacing:-.08em;text-shadow:0 8px 0 rgba(0,0,0,.35)}.lead{font-size:clamp(16px,2vw,22px);line-height:1.45;color:#d9f8ff;max-width:690px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:24px 0}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:24px}.metric,.card{border:1px solid var(--stroke);background:linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,.045));border-radius:18px;padding:16px;box-shadow:0 14px 34px rgba(0,0,0,.25)}.metric strong{display:block;color:var(--gold);font-size:24px}.stage{position:relative;min-height:520px;border:1px solid var(--stroke);border-radius:28px;background:linear-gradient(180deg,rgba(46,184,208,.22),rgba(116,201,107,.08)),radial-gradient(circle at 50% 58%,rgba(241,208,138,.42),transparent 16rem);overflow:hidden;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08),0 24px 60px rgba(0,0,0,.38)}.stage:before{content:"";position:absolute;inset:12%;background:radial-gradient(ellipse at center,var(--sand) 0 36%,var(--grass) 37% 60%,transparent 61%);filter:drop-shadow(0 18px 30px rgba(0,0,0,.35));opacity:.9}.sprite{position:absolute;object-fit:contain;filter:drop-shadow(0 18px 20px rgba(0,0,0,.45));z-index:2}.sprite.hero-img{width:38%;left:29%;top:22%}.sprite.kraken{width:42%;right:-4%;bottom:5%;transform:rotate(-3deg)}.sprite.hut{width:28%;left:5%;bottom:10%}.sprite.goblin{width:18%;left:12%;top:18%}.float-card{position:absolute;z-index:3;right:18px;top:18px;width:210px}.mini-bars{display:grid;gap:8px}.bar{height:15px;border:1px solid rgba(255,255,255,.16);background:rgba(0,0,0,.36);border-radius:999px;overflow:hidden}.bar i{display:block;height:100%;background:linear-gradient(90deg,var(--red),#ffb1bc)}.bar.xp i{background:linear-gradient(90deg,#50b9ff,#9cf4ff)}section{padding:44px 0}.section-title{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:18px}.section-title h2{font-size:clamp(30px,5vw,58px);line-height:.95;margin:0}.grid{display:grid;gap:14px}.grid.three{grid-template-columns:repeat(3,1fr)}.grid.four{grid-template-columns:repeat(4,1fr)}.feature h3,.card h3{margin:0 0 8px;color:var(--gold)}.feature p,.card p,.muted{color:rgba(255,255,255,.72);line-height:1.5}.asset-card{text-align:center;min-height:190px;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.asset-card img{width:100%;height:118px;object-fit:contain;image-rendering:auto;filter:drop-shadow(0 10px 14px rgba(0,0,0,.45))}.asset-card strong{display:block;color:white;margin-top:8px}.docs-hero{padding:62px 0 24px}.docs-layout{display:grid;grid-template-columns:260px 1fr;gap:22px;align-items:start}.toc{position:sticky;top:82px}.toc a{display:block;margin:7px 0;color:#d9f8ff}.code{background:rgba(0,0,0,.38);border:1px solid rgba(255,255,255,.13);border-radius:14px;padding:12px;overflow:auto;color:#d9f8ff}.table{display:grid;gap:8px}.row-card{display:grid;grid-template-columns:150px 1fr;gap:12px;align-items:center}.row-card img{width:100%;height:86px;object-fit:contain}.timeline{counter-reset:item;display:grid;gap:10px}.timeline .card{position:relative;padding-left:58px}.timeline .card:before{counter-increment:item;content:counter(item);position:absolute;left:16px;top:16px;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:var(--gold);color:#261500;font-weight:900}.footer{padding:38px 0 58px;color:rgba(255,255,255,.62);border-top:1px solid var(--stroke);margin-top:40px}@media(max-width:860px){.hero,.docs-layout{grid-template-columns:1fr}.stage{min-height:420px}.metric-grid,.grid.four{grid-template-columns:repeat(2,1fr)}.grid.three{grid-template-columns:1fr}.toc{position:static}.row-card{grid-template-columns:100px 1fr}.nav .wrap{align-items:flex-start;flex-direction:column}.hero{padding-top:38px}}@media(max-width:520px){.wrap{width:min(100% - 18px,1180px)}.hero h1,.docs-hero h1{font-size:48px}.metric-grid{grid-template-columns:1fr 1fr}.hero-actions .btn{width:100%}.stage{min-height:340px}.asset-card img{height:92px}.grid.four{grid-template-columns:1fr 1fr}.nav-links{width:100%;overflow:auto;flex-wrap:nowrap}.float-card{width:170px}.sprite.hero-img{width:44%;left:23%}.sprite.kraken{width:45%}}
.sheet-card img{width:100%;height:72px;object-fit:contain;image-rendering:auto}.docs-layout .sheet-card img{height:64px}.asset-card.sheet-card{overflow:hidden}.asset-card.sheet-card strong{margin-top:8px}
.social-hero{display:grid;grid-template-columns:1fr .9fr;gap:30px;align-items:center;padding:60px 0 28px}.social-hero h1{font-size:clamp(2.4rem,6vw,5.2rem);line-height:.9;margin:12px 0;text-transform:uppercase;color:#fff;text-shadow:0 8px 0 rgba(0,0,0,.24)}.social-preview{padding:14px;background:linear-gradient(180deg,rgba(89,233,255,.16),rgba(255,216,107,.12));overflow:hidden}.social-preview>img{width:100%;border-radius:18px;border:1px solid rgba(255,255,255,.18);box-shadow:0 18px 50px rgba(0,0,0,.28)}.social-preview-row{display:flex;align-items:center;gap:14px;margin-top:14px}.social-preview-row img{width:68px;height:68px;border-radius:18px;object-fit:cover;border:2px solid var(--gold)}.social-preview-row span{display:block;margin-top:4px}.social-layout{display:grid;grid-template-columns:230px 1fr;gap:24px;align-items:start}.copy-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.post-card{position:relative;border:1px solid var(--stroke);background:linear-gradient(180deg,rgba(255,255,255,.105),rgba(255,255,255,.048));border-radius:20px;padding:18px;box-shadow:0 16px 44px rgba(0,0,0,.22)}.post-card.featured{background:linear-gradient(180deg,rgba(89,233,255,.16),rgba(255,216,107,.08))}.post-card h3{margin:0 0 10px;color:var(--gold)}.post-card p{white-space:normal;margin:0 0 48px;color:rgba(255,255,255,.9);line-height:1.55}.copy-btn{position:absolute;right:14px;bottom:14px;border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:8px 12px;background:rgba(89,233,255,.16);color:#fff;font-weight:900;cursor:pointer}.copy-btn:hover{background:rgba(255,216,107,.2);color:var(--gold)}.thread-list{display:grid;gap:12px}.thread-list .post-card p{margin-bottom:42px}.asset-download-grid .asset-card img{height:210px;object-fit:contain;background:rgba(0,0,0,.18);border-radius:16px}.asset-download-grid .wide-asset img{object-fit:contain}.screenshot-caption-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.shot-card{padding:12px;overflow:hidden}.shot-card img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:16px;border:1px solid rgba(255,255,255,.14)}.shot-card figcaption{display:grid;gap:8px;margin:12px 2px 2px}.script-card ol{margin:0;padding-left:22px;display:grid;gap:10px;line-height:1.55}.social-calendar .card h3{color:var(--cyan)}@media(max-width:900px){.social-hero,.social-layout{grid-template-columns:1fr}.social-layout .toc{position:relative;top:auto}.copy-grid,.screenshot-caption-grid{grid-template-columns:1fr}.asset-download-grid .asset-card img{height:auto;max-height:240px}}.image-expand{display:block;width:100%;padding:0;border:0;background:transparent;color:#fff;text-align:left;cursor:zoom-in;position:relative}.image-expand img{display:block;width:100%}.image-expand span{position:absolute;right:12px;bottom:12px;border:1px solid rgba(255,255,255,.24);background:rgba(5,10,16,.74);backdrop-filter:blur(8px);border-radius:999px;padding:7px 10px;font-size:.78rem;font-weight:900;box-shadow:0 8px 22px rgba(0,0,0,.28)}.image-expand:focus-visible{outline:3px solid var(--cyan);outline-offset:4px}.lore-post p{max-height:none}.image-modal{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:20px}.image-modal.hidden{display:none}.image-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.78);backdrop-filter:blur(10px)}.image-modal-card{position:relative;z-index:1;width:min(1120px,96vw);max-height:92vh;border:1px solid rgba(255,255,255,.22);border-radius:24px;background:linear-gradient(180deg,rgba(10,18,29,.98),rgba(5,9,15,.98));box-shadow:0 28px 80px rgba(0,0,0,.55);padding:16px;display:grid;gap:10px}.image-modal-card img{width:100%;max-height:78vh;object-fit:contain;border-radius:16px;background:rgba(0,0,0,.26)}.image-modal-close{position:absolute;right:12px;top:12px;width:42px;height:42px;border-radius:999px;border:1px solid rgba(255,255,255,.26);background:rgba(0,0,0,.72);color:#fff;font-size:28px;line-height:1;cursor:pointer}.image-modal-title{color:var(--gold);font-weight:900}.modal-open{overflow:hidden}

/* Sticky scroll-spy nav state for player-facing pages. */
section[id]{scroll-margin-top:96px}.nav-links a.active,.toc a.active{border-color:rgba(255,216,107,.95)!important;background:linear-gradient(180deg,#ffe58c,#f6a623)!important;color:#06131d!important;box-shadow:0 0 22px rgba(255,216,107,.26),0 6px 16px rgba(0,0,0,.22)!important}.toc{position:sticky;top:86px}.toc a{display:block;transition:background .18s ease,color .18s ease,border-color .18s ease}.nav-links a{transition:background .18s ease,color .18s ease,border-color .18s ease}
/* === Coconut Cartel all-in-one home/lobby, scoped to body.home-lobby-page === */
body.home-lobby-page{background:#06131d;color:#fff;overflow-x:hidden}body.home-lobby-page:before{opacity:.5}.home-nav{background:linear-gradient(180deg,rgba(6,19,29,.88),rgba(6,19,29,.58));box-shadow:0 12px 34px rgba(0,0,0,.24)}.home-play-link{border-color:rgba(255,216,107,.82)!important;background:linear-gradient(180deg,#ffe58c,#f5a623)!important;color:#241200!important;font-weight:950}.home-hero{position:relative;min-height:calc(100vh - 66px);display:grid;align-items:center;overflow:hidden;padding:42px 0 56px}.home-hero-bg{position:absolute;inset:0;z-index:0;background:#06131d}.home-hero-bg picture,.home-hero-bg img{width:100%;height:100%;display:block}.home-hero-bg img{object-fit:cover;filter:saturate(1.08) contrast(1.05);opacity:.58}.home-hero-bg:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 72% 24%,rgba(89,233,255,.22),transparent 30rem),radial-gradient(circle at 24% 62%,rgba(255,216,107,.18),transparent 26rem),linear-gradient(90deg,rgba(6,19,29,.96),rgba(6,19,29,.68) 47%,rgba(6,19,29,.88)),linear-gradient(180deg,rgba(6,19,29,.2),#06131d 94%)}.home-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(390px,.82fr);gap:30px;align-items:center}.home-copy{max-width:740px}.home-kicker{display:inline-flex;align-items:center;gap:10px;padding:8px 12px;border:1px solid rgba(89,233,255,.34);border-radius:999px;background:rgba(6,19,29,.58);color:#b8fbff;text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:900}.home-kicker span{width:9px;height:9px;border-radius:50%;background:#72f28b;box-shadow:0 0 14px rgba(114,242,139,.9)}.home-copy h1{margin:18px 0 14px;max-width:780px;font-size:clamp(3.8rem,8vw,8.4rem);line-height:.82;letter-spacing:-.08em;text-transform:uppercase;color:#fff2b6;text-shadow:0 6px 0 #6b3d1c,0 14px 34px rgba(0,0,0,.68),0 0 34px rgba(255,216,107,.22)}.home-lead{max-width:690px;margin:0 0 18px;color:#e8fdff;font-size:clamp(1.05rem,2vw,1.35rem);line-height:1.42;font-weight:800;text-shadow:0 2px 0 rgba(6,19,29,.55)}.home-name{display:grid;gap:6px;max-width:420px;margin:0 0 18px;padding:12px;border:2px solid rgba(255,216,107,.48);border-radius:18px;background:linear-gradient(180deg,rgba(6,19,29,.72),rgba(11,90,105,.46));box-shadow:inset 0 1px 0 rgba(255,255,255,.12)}.home-name span{color:var(--gold);font-size:12px;text-transform:uppercase;letter-spacing:.14em;font-weight:950}.home-name input{width:100%;border:2px solid rgba(89,233,255,.42);border-radius:14px;background:#06131d;color:#fffbe2;padding:12px 14px;font-size:18px;font-weight:950;outline:none}.home-name input:focus{border-color:var(--gold);box-shadow:0 0 0 4px rgba(255,216,107,.12)}.home-actions{display:flex;gap:12px;flex-wrap:wrap;margin:0 0 18px}.home-actions .btn{min-height:54px;font-size:15px}.home-primary-play{box-shadow:0 8px 0 rgba(49,23,6,.95),0 0 30px rgba(255,216,107,.2)!important}.home-stat-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;max-width:680px}.home-stat-row div{padding:13px 10px;border:1px solid rgba(255,216,107,.34);border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.035));backdrop-filter:blur(8px);box-shadow:0 10px 28px rgba(0,0,0,.22)}.home-stat-row strong{display:block;color:var(--gold);font-size:clamp(1.35rem,2.4vw,2.05rem);line-height:.95}.home-stat-row span{display:block;margin-top:5px;color:#c8fbff;text-transform:uppercase;font-size:10px;font-weight:950;letter-spacing:.08em}.home-lobby-card{position:relative;padding:16px;border:3px solid rgba(255,216,107,.68);border-radius:28px;background:radial-gradient(circle at 50% 0,rgba(89,233,255,.22),transparent 40%),linear-gradient(180deg,rgba(8,55,66,.94),rgba(6,19,29,.92) 48%,rgba(83,47,19,.92));box-shadow:0 28px 90px rgba(0,0,0,.58),0 0 0 6px rgba(6,19,29,.45),inset 0 1px 0 rgba(255,255,255,.16)}.home-lobby-card:before{content:"";position:absolute;inset:9px;border-radius:20px;border:1px dashed rgba(255,226,163,.20);pointer-events:none}.home-preview-top{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.home-preview-top div{display:grid;gap:3px}.home-preview-top strong{color:#fff2b6;text-transform:uppercase;letter-spacing:.11em}.home-preview-top span{color:#bdf9ff;font-size:12px;font-weight:800}.home-preview-top b{padding:6px 10px;border-radius:999px;background:rgba(114,242,139,.13);border:1px solid rgba(114,242,139,.52);color:#9effad;font-size:11px;letter-spacing:.12em}.home-stage{position:relative;min-height:320px;border:2px solid rgba(168,251,255,.24);border-radius:24px;overflow:hidden;background:url('/assets/game/terrain/terrain-water.png') center/120px repeat,radial-gradient(circle at 50% 42%,rgba(89,233,255,.30),transparent 36%),linear-gradient(180deg,rgba(11,108,130,.55),rgba(6,19,29,.74))}.home-stage:before{content:"";position:absolute;left:50%;top:50%;width:390px;height:390px;transform:translate(-50%,-50%);border-radius:50%;background:repeating-conic-gradient(rgba(255,216,107,.20) 0 8deg,rgba(89,233,255,.12) 8deg 18deg);animation:homeSpin 46s linear infinite;opacity:.58}.home-selected-portrait{position:absolute;z-index:4;left:50%;bottom:18px;width:min(58%,270px);height:auto;transform:translateX(-50%);filter:drop-shadow(0 22px 34px rgba(0,0,0,.66)) drop-shadow(0 0 28px rgba(89,233,255,.34))}.home-kraken{position:absolute;z-index:2;right:16px;top:12px;width:36%;max-width:175px;filter:drop-shadow(0 14px 20px rgba(0,0,0,.55))}.home-crate{position:absolute;z-index:3;left:18px;bottom:22px;width:70px;filter:drop-shadow(0 10px 16px rgba(0,0,0,.45))}.home-minimap{position:absolute;z-index:5;left:16px;top:16px;width:118px;height:86px;border:2px solid rgba(255,216,107,.58);border-radius:16px;background:radial-gradient(circle at 32% 60%,rgba(114,242,139,.55) 0 9px,transparent 10px),radial-gradient(circle at 74% 34%,rgba(255,216,107,.55) 0 8px,transparent 9px),linear-gradient(135deg,rgba(7,63,80,.9),rgba(8,26,36,.9));box-shadow:0 12px 24px rgba(0,0,0,.32)}.home-minimap i{position:absolute;width:9px;height:9px;border-radius:50%;background:var(--cyan);box-shadow:0 0 12px currentColor}.home-minimap .m1{left:28px;top:22px}.home-minimap .m2{left:72px;top:37px;background:var(--red)}.home-minimap .m3{left:47px;top:60px;background:var(--gold)}.home-minimap .m4{left:89px;top:17px;background:var(--green)}.home-captains{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:12px 0}.home-captain{position:relative;display:grid;justify-items:center;gap:4px;min-height:172px;padding:10px 7px;border:2px solid rgba(255,216,107,.36);border-radius:20px;background:linear-gradient(180deg,rgba(12,91,107,.72),rgba(83,47,19,.78));box-shadow:0 10px 20px rgba(0,0,0,.25),inset 0 1px 0 rgba(255,255,255,.13);color:#fff;text-align:center;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.home-captain:hover{transform:translateY(-2px);border-color:rgba(89,233,255,.68)}.home-captain.selected{border-color:rgba(89,233,255,.96);box-shadow:0 0 0 3px rgba(89,233,255,.14),0 0 25px rgba(89,233,255,.24),inset 0 1px 0 rgba(255,255,255,.18)}.home-captain.selected:after{content:"SELECTED";position:absolute;top:-10px;right:8px;padding:2px 7px;border-radius:999px;background:#06131d;border:1px solid rgba(89,233,255,.74);color:var(--cyan);font-size:8px;font-weight:950}.home-captain img{width:76px;height:76px;object-fit:contain;filter:drop-shadow(0 7px 11px rgba(0,0,0,.34))}.home-captain span{color:var(--gold);font-weight:950;text-transform:uppercase;font-size:12px;line-height:1.05}.home-captain small{color:#d2fbff;font-weight:800;font-size:10px}.home-captain em{align-self:end;color:#b7eef5;font-style:normal;font-size:9px;line-height:1.2}.home-lock-play{position:relative;z-index:1;width:100%;min-height:54px;border:2px solid rgba(255,226,163,.78);border-radius:18px;background:radial-gradient(circle at 50% 0,rgba(255,255,255,.32),transparent 36%),linear-gradient(180deg,#28e0ff,#0c7890 48%,#a45d1e);color:#fffbe2;text-shadow:0 2px 0 #06131d;box-shadow:0 8px 0 #3b210e,0 16px 28px rgba(0,0,0,.34);font-weight:950;text-transform:uppercase;letter-spacing:.08em}.home-section{position:relative;z-index:1;padding:54px 0}.home-run-loop{margin-top:-12px}.home-loop-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.home-loop-grid .card{background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.045));border:1px solid rgba(255,255,255,.14)}.home-loop-grid b{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(180deg,#64edff,#229bd2);color:#021925;box-shadow:0 6px 14px rgba(0,0,0,.24)}.home-world-panel{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px;align-items:center}.home-world-copy{padding:24px;border-radius:24px;background:linear-gradient(180deg,rgba(89,233,255,.12),rgba(255,216,107,.06));border:1px solid rgba(255,255,255,.13)}.home-world-copy h2{font-size:clamp(2rem,4vw,4rem);line-height:.92;margin:8px 0 12px;color:#fff2b6}.home-world-copy p:not(.eyebrow){color:#d9fbff;line-height:1.6}.home-world-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}@keyframes homeSpin{to{transform:translate(-50%,-50%) rotate(360deg)}}@media (max-width:980px){.home-hero-grid{grid-template-columns:1fr}.home-copy{max-width:none}.home-lobby-card{max-width:680px}.home-loop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-world-panel{grid-template-columns:1fr}.home-world-cards{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:680px){.home-hero{padding:24px 0 38px}.home-copy h1{font-size:clamp(3.1rem,17vw,4.8rem)}.home-kicker{font-size:10px;letter-spacing:.07em}.home-stat-row{grid-template-columns:repeat(2,minmax(0,1fr))}.home-lobby-card{padding:11px;border-radius:23px}.home-stage{min-height:235px}.home-captains{gap:6px}.home-captain{min-height:126px;padding:8px 4px;border-radius:15px}.home-captain img{width:54px;height:54px}.home-captain span{font-size:9px}.home-captain small{font-size:8px}.home-captain em{display:none}.home-preview-top span{font-size:10px}.home-minimap{width:84px;height:62px}.home-kraken{width:33%}.home-crate{width:52px}.home-loop-grid,.home-world-cards{grid-template-columns:1fr}.home-actions{display:grid}.home-actions .btn{width:100%}.nav .wrap{align-items:flex-start}.nav-links{justify-content:flex-end}.home-section{padding:34px 0}}
/* Mobile homepage nav fix: do not clip the first pill on narrow phones. */
@media (max-width:680px){
  body.home-lobby-page .home-nav .wrap{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}
  body.home-lobby-page .home-nav .nav-links{width:100%!important;display:flex!important;flex-wrap:nowrap!important;justify-content:flex-start!important;overflow-x:auto!important;padding:0 2px 6px!important;scrollbar-width:none!important}
  body.home-lobby-page .home-nav .nav-links::-webkit-scrollbar{display:none!important}
  body.home-lobby-page .home-nav .nav-links a,body.home-lobby-page .home-nav .nav-links button{flex:0 0 auto!important;white-space:nowrap!important}
}

/* Coconut Cartel launch-polish pass: smaller title, real map selector, stacked name input. */
body.home-lobby-page .home-copy h1{
  max-width:680px!important;
  font-size:clamp(3.1rem,5.8vw,6.2rem)!important;
  line-height:.88!important;
  letter-spacing:-.045em!important;
  margin:14px 0 6px!important;
}
body.home-lobby-page .home-subtitle{
  margin:0 0 14px;
  color:#ffd86b;
  font-size:clamp(1.55rem,3vw,2.35rem);
  line-height:1;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.035em;
  text-shadow:0 3px 0 rgba(6,19,29,.72),0 0 20px rgba(255,216,107,.20);
}
body.home-lobby-page .home-lead{max-width:620px!important;font-size:clamp(1rem,1.65vw,1.22rem)!important}
body.home-lobby-page .home-hero-grid{grid-template-columns:minmax(0,.9fr) minmax(430px,1fr)!important;gap:34px!important}
body.home-lobby-page .home-selector-name{max-width:none!important;margin:8px 0 14px!important;background:linear-gradient(180deg,rgba(6,19,29,.72),rgba(11,90,105,.46))!important}
body.home-lobby-page .home-map-stage{min-height:300px!important;background:#06202d!important}
body.home-lobby-page .home-map-preview{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.96;filter:saturate(1.12) contrast(1.05)}
body.home-lobby-page .home-map-stage:before{width:330px!important;height:330px!important;opacity:.18!important;z-index:1!important}
body.home-lobby-page .home-map-stage:after{content:"REAL ISLAND MAP · ROUTES · MONSTER CAMPS";position:absolute;left:14px;right:14px;bottom:13px;z-index:5;padding:7px 10px;border-radius:999px;border:1px solid rgba(255,216,107,.56);background:linear-gradient(90deg,rgba(6,19,29,.88),rgba(12,91,107,.72));color:#fff2b6;font-size:10px;font-weight:950;letter-spacing:.09em;text-align:center;text-shadow:0 2px 0 #06131d}
body.home-lobby-page .home-map-stage .home-selected-portrait{left:auto!important;right:16px!important;bottom:38px!important;width:23%!important;max-width:128px!important;transform:none!important;z-index:6!important}
body.home-lobby-page .home-map-stage .home-kraken{z-index:4!important;width:25%!important;max-width:122px!important;right:12px!important;top:12px!important}
body.home-lobby-page .home-map-stage .home-crate{z-index:4!important;width:52px!important;left:18px!important;bottom:46px!important}
body.home-lobby-page .home-captains{grid-template-columns:1fr!important;gap:8px!important}
body.home-lobby-page .home-captain{grid-template-columns:62px 1fr auto!important;justify-items:start!important;text-align:left!important;align-items:center!important;min-height:86px!important;padding:9px 11px!important}
body.home-lobby-page .home-captain img{grid-row:1/4;width:58px!important;height:58px!important}
body.home-lobby-page .home-captain span{font-size:13px!important}.home-captain small{font-size:11px!important}.home-captain em{font-size:10px!important;align-self:center!important;color:#e4fbff!important}
body.home-lobby-page .home-lock-play{min-height:50px!important}
body.home-lobby-page .home-world-copy h2,.docs-hero h1{font-size:clamp(2.25rem,4.8vw,4.9rem)!important;line-height:.94!important;letter-spacing:-.04em!important}
.docs-layout .section-title h2,.home-section .section-title h2{font-size:clamp(1.7rem,3vw,2.55rem)!important;line-height:1!important;letter-spacing:-.03em!important}
@media (max-width:980px){body.home-lobby-page .home-hero-grid{grid-template-columns:1fr!important}body.home-lobby-page .home-lobby-card{max-width:760px!important}}
@media (max-width:680px){body.home-lobby-page .home-copy h1{font-size:clamp(2.7rem,14vw,4.1rem)!important}body.home-lobby-page .home-subtitle{font-size:clamp(1.1rem,6vw,1.55rem)!important}.home-map-stage{min-height:220px!important}body.home-lobby-page .home-captain{grid-template-columns:48px 1fr!important;min-height:74px!important}body.home-lobby-page .home-captain img{width:46px!important;height:46px!important}body.home-lobby-page .home-captain em{grid-column:2;display:block!important}body.home-lobby-page .home-map-stage .home-selected-portrait{width:24%!important;bottom:34px!important}.home-map-stage:after{font-size:8px!important}}
body.home-lobby-page .home-map-caption{position:absolute;left:14px;right:14px;bottom:13px;z-index:7;padding:7px 10px;border-radius:999px;border:1px solid rgba(255,216,107,.56);background:linear-gradient(90deg,rgba(6,19,29,.88),rgba(12,91,107,.72));color:#fff2b6;font-size:10px;font-weight:950;letter-spacing:.09em;text-align:center;text-transform:uppercase;text-shadow:0 2px 0 #06131d}

/* Coconut Cartel cleanup v2: cleaner direct-play selector card. */
body.home-lobby-page .home-hero-grid{grid-template-columns:minmax(0,1fr) minmax(380px,500px)!important;align-items:center!important;gap:30px!important}
body.home-lobby-page .home-lobby-card{max-width:500px!important;min-height:0!important;padding:16px!important;border-radius:28px!important;background:linear-gradient(180deg,rgba(8,32,43,.92),rgba(7,21,30,.94))!important;box-shadow:0 28px 70px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.12)!important;border:1px solid rgba(255,216,107,.28)!important}
body.home-lobby-page .home-preview-top{margin-bottom:10px!important;padding:10px 12px!important;border-radius:18px!important;background:rgba(255,216,107,.10)!important;border:1px solid rgba(255,216,107,.18)!important}
body.home-lobby-page .home-preview-top strong{font-size:15px!important;text-transform:uppercase!important;letter-spacing:.07em!important}.home-preview-top span{font-size:12px!important;color:#d8fbff!important}.home-preview-top b{font-size:11px!important;padding:6px 9px!important;border-radius:999px!important;background:#72f28b!important;color:#052018!important}
body.home-lobby-page .home-map-stage{height:210px!important;min-height:210px!important;border-radius:22px!important;overflow:hidden!important;margin-bottom:12px!important;border:1px solid rgba(114,242,139,.22)!important}
body.home-lobby-page .home-map-stage .home-selected-portrait{width:86px!important;right:14px!important;bottom:34px!important;filter:drop-shadow(0 14px 18px rgba(0,0,0,.45))!important}
body.home-lobby-page .home-map-stage .home-kraken{width:74px!important;right:12px!important;top:10px!important;opacity:.92!important}.home-map-stage .home-crate{width:42px!important;left:14px!important;bottom:42px!important}
body.home-lobby-page .home-map-caption{bottom:10px!important;left:10px!important;right:10px!important;font-size:9px!important;padding:6px 8px!important}
body.home-lobby-page .home-captains{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:9px!important;margin:0 0 10px!important}
body.home-lobby-page .home-captain{display:flex!important;flex-direction:column!important;justify-content:flex-start!important;align-items:center!important;gap:4px!important;min-height:142px!important;padding:10px 8px!important;text-align:center!important;border-radius:18px!important;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.03))!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:none!important;position:relative!important}
body.home-lobby-page .home-captain.selected{border-color:#ffd86b!important;background:linear-gradient(180deg,rgba(255,216,107,.24),rgba(255,216,107,.07))!important;box-shadow:0 0 0 2px rgba(255,216,107,.18),0 12px 24px rgba(0,0,0,.20)!important}
body.home-lobby-page .home-captain img{grid-row:auto!important;width:66px!important;height:66px!important;object-fit:contain!important;margin:0!important}
body.home-lobby-page .home-captain span{font-size:12px!important;line-height:1.05!important;font-weight:950!important;color:#fff6c4!important}.home-captain small{font-size:10px!important;line-height:1.05!important;color:#c6fbff!important}.home-captain em{display:block!important;font-size:9px!important;line-height:1.05!important;color:#9df7b1!important;font-style:normal!important;opacity:.95!important}.home-captain:after{content:"Tap to play";font-size:8px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;color:#06131d;background:#72f28b;border-radius:999px;padding:3px 6px;margin-top:auto}
body.home-lobby-page .home-selector-name{margin:0 0 10px!important;padding:9px 11px!important;border-radius:16px!important}.home-selector-name span{font-size:10px!important}.home-selector-name input{min-height:40px!important;font-size:15px!important}
body.home-lobby-page .home-lock-play{min-height:46px!important;border-radius:16px!important;font-size:13px!important;letter-spacing:.08em!important}
@media (max-width:980px){body.home-lobby-page .home-hero-grid{grid-template-columns:1fr!important}body.home-lobby-page .home-lobby-card{max-width:640px!important;margin:auto!important}}
@media (max-width:560px){body.home-lobby-page .home-lobby-card{padding:12px!important;border-radius:22px!important}body.home-lobby-page .home-map-stage{height:176px!important;min-height:176px!important}body.home-lobby-page .home-captains{grid-template-columns:1fr!important}.home-captain{min-height:86px!important;flex-direction:row!important;text-align:left!important;justify-content:flex-start!important}.home-captain img{width:52px!important;height:52px!important}.home-captain:after{margin-left:auto;margin-top:0}.home-captain em{display:none!important}}
