@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@600;700;800&display=swap";:root{font-family:DM Sans,sans-serif;color:#eef4e8;background:#09150f;color-scheme:dark;--ink:#10231a;--paper:#f3f1e7;--lime:#cceb7a;--gold:#f0c66b;--muted:#9caf9e;--panel:#11251dcf}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:radial-gradient(circle at 65% 5%,#294b39 0,#10251b,#09150f 70%);color:#eef4e8}button,input,select{font:inherit}button{cursor:pointer}h1,h2,h3{font-family:Manrope,sans-serif;margin:0}.eyebrow{text-transform:uppercase;letter-spacing:.18em;color:#bbd37d;font-size:.68rem;font-weight:700;margin:0 0 .35rem}.button,.primary-action,.secondary-action{border:0;border-radius:999px;font-weight:800}.landing{min-height:100vh;display:grid;align-content:center;padding:10vw;max-width:950px}.landing h1{font-size:clamp(3.5rem,10vw,7.5rem);letter-spacing:-.07em}.landing>p:not(.eyebrow){font-size:clamp(1.1rem,2vw,1.5rem);max-width:38rem;color:#c6d0c6}.button{display:inline-block;background:var(--lime);color:var(--ink);padding:.9rem 1.35rem;text-decoration:none;width:max-content}.auth-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:900px;margin:auto;padding:6vh 5vw}.auth-grid section{background:#15271fdd;padding:2rem;border:1px solid #ffffff18;border-radius:24px}.auth-grid h1{font-size:2rem}label{display:grid;gap:.35rem;margin:1rem 0;color:#c6d0c6}input,select{padding:.8rem;border-radius:10px;border:1px solid #ffffff30;background:#0d1a15;color:#fff}.auth-grid button,.landing button{border:0;border-radius:999px;background:var(--lime);color:var(--ink);padding:.8rem 1.2rem;font-weight:700}.errors{color:#ffc1b7}.game-body{padding-bottom:88px}.game-shell{max-width:1600px;margin:auto;padding:0 clamp(16px,3vw,48px)}.game-header{height:88px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #ffffff14}.brand{display:flex;align-items:center;gap:14px}.brand-mark{display:grid;place-items:center;width:44px;height:44px;border:1px solid #d5ed9666;border-radius:14px;background:#d2ed8814;color:var(--lime);font:800 1rem Manrope}.game-header h1{font-size:clamp(1.05rem,2vw,1.45rem)}.header-stats{display:flex;gap:36px;text-align:right}.header-stats div{display:grid;gap:3px}.header-stats small{font-size:.7rem;color:var(--muted);text-transform:uppercase;letter-spacing:.1em}.header-stats strong{font-size:.95rem}.online-dot:before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:#8ee59c;box-shadow:0 0 12px #8ee59c;margin-right:7px}.toast{position:fixed;top:100px;left:50%;translate:-50%;z-index:20;background:#e8f4c9;color:#17321f;padding:.8rem 1.2rem;border-radius:999px;box-shadow:0 15px 40px #0007}.toast-error{background:#ffd1c8;color:#4a1710}.world-stage{position:relative;min-height:650px;margin-top:24px;border:1px solid #ffffff12;border-radius:36px;overflow:hidden;background:linear-gradient(160deg,#8dbca8 0,#5f9377 32%,#2e5e44 68%,#1a3d2c);box-shadow:0 30px 90px #0006,inset 0 1px #ffffff35}.world-stage:after{content:"";position:absolute;inset:auto 0 0;height:38%;background:linear-gradient(transparent,#0b2117bb);pointer-events:none}.world-copy{position:absolute;z-index:5;left:clamp(24px,5vw,72px);top:clamp(30px,7vw,85px);max-width:390px}.world-copy h2{font-size:clamp(2.4rem,5vw,5rem);line-height:.94;letter-spacing:-.065em;color:#f8f3de;text-shadow:0 8px 40px #17372688}.world-copy>p:last-child{color:#d7e4d8;line-height:1.65;max-width:330px}.sky-life i{position:absolute;width:110px;height:30px;border-radius:50%;background:#eaf4e666;filter:blur(8px);animation:drift 22s linear infinite;top:12%;left:-15%}.sky-life i:nth-child(2){top:24%;animation-delay:-8s;animation-duration:29s;scale:.7}.sky-life i:nth-child(3){top:7%;animation-delay:-16s;animation-duration:35s;scale:1.3}@keyframes drift{to{left:110%}}.territory-wrap{position:absolute;z-index:3;right:clamp(-40px,2vw,40px);top:36px;width:min(64%,850px);height:560px;display:grid;place-items:center;perspective:1000px}.territory-grid{--tile:clamp(43px,5.2vw,74px);display:grid;grid-template-columns:repeat(var(--grid-width),var(--tile));gap:4px;transform:rotateX(55deg) rotate(45deg);transform-style:preserve-3d;filter:drop-shadow(35px 45px 28px #10261988)}.tile{position:relative;width:var(--tile);aspect-ratio:1;border:1px solid #c9edaa3d;border-radius:8px;background:#74a85f;padding:0;transition:filter .2s,translate .2s,box-shadow .2s;box-shadow:inset 0 0 16px #24482442}.tile:nth-child(3n){background:#6da058}.tile-coast{background:linear-gradient(135deg,#4b9ca0,#367d85)!important;border-color:#bce8dd4d}.tile:not(.tile-occupied):hover,.tile.tile-valid{filter:brightness(1.18);translate:0 0 9px;box-shadow:0 0 0 3px #d7f391,inset 0 0 16px #24482442}.tile.tile-selected{box-shadow:0 0 0 5px #fff2a4,0 0 35px #e8f394}.tile-face{position:absolute;inset:0;display:grid;place-items:center}.plot-dot{width:8px;height:8px;border-radius:50%;background:#d9edb533;box-shadow:13px 10px #d9edb522,-15px -8px #32552c55}.water-ripple{width:52%;height:26%;border:2px solid #c0ebe066;border-radius:50%;animation:ripple 2.6s ease-in-out infinite}@keyframes ripple{50%{scale:1.35;opacity:.35}}.building{position:absolute;display:grid;place-items:center;width:70%;height:70%;border-radius:12px;background:#f2e4c3;box-shadow:5px 7px #604b35,8px 12px 16px #1b352b99;transform:rotate(-45deg) rotateX(-45deg) translateY(-14px);transform-origin:center;transition:translate .25s}.tile:hover .building{translate:0 -7px}.building b{font-size:clamp(1.1rem,2vw,1.8rem);filter:drop-shadow(0 2px #fff)}.building-cafe{background:#dd9d77}.building-fishing{background:#b9dfe0}.building-workshop{background:#c9b68b}.building-renewable{background:#e6d579}.building-label{position:absolute;z-index:5;transform:rotate(-45deg) rotateX(-45deg) translateY(38px);width:130px;font-size:.58rem;font-weight:800;color:#fff;text-shadow:0 2px 5px #000;pointer-events:none}.world-legend{position:absolute;z-index:5;bottom:22px;left:32px;display:flex;gap:18px;color:#d6e1d8;font-size:.72rem}.world-legend span{display:flex;align-items:center;gap:6px}.world-legend i{width:10px;height:10px;border-radius:3px}.legend-free{background:#82b968}.legend-built{background:#f0d3a5}.legend-coast{background:#4b9ca0}.management-grid{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(0,1.4fr);gap:24px;margin:24px 0}.build-drawer,.economy-panel{background:#10241c;border:1px solid #ffffff12;border-radius:28px;padding:clamp(20px,3vw,34px);box-shadow:0 18px 60px #0004}.section-heading{display:flex;justify-content:space-between;align-items:start;margin-bottom:20px}.section-heading h2{font-size:1.35rem}.section-heading>span{color:var(--muted);font-size:.72rem}.business-picker{display:grid;gap:9px}.business-choice{display:grid;grid-template-columns:46px 1fr auto;gap:12px;align-items:center;text-align:left;width:100%;padding:12px;border-radius:16px;border:1px solid #ffffff12;background:#ffffff05;color:#fff;transition:.2s}.business-choice:hover,.business-choice[aria-checked=true]{background:#d8f28c12;border-color:#d8f28c88;translate:3px 0}.business-choice span:nth-child(2){display:grid;gap:2px}.business-choice small{color:var(--muted);font-size:.7rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}.business-choice>b{font-size:.72rem;color:var(--gold)}.business-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:#ffffff0d;font-size:1.35rem}.placement-status{min-height:44px;margin:16px 0 10px;padding:12px;border-radius:12px;background:#07140d80;color:#afc0b2;font-size:.78rem}.primary-action{width:100%;padding:14px;background:var(--lime);color:var(--ink)}.primary-action:disabled{opacity:.35;cursor:not-allowed}.resource-grid{display:grid;grid-template-columns:repeat(3,minmax(120px,1fr));gap:10px}.resource-grid article{display:grid;gap:5px;min-height:122px;padding:16px;border-radius:18px;background:#ffffff06;border:1px solid #ffffff0d}.resource-grid .credit-card{background:linear-gradient(145deg,#d3ec87,#a4c65f);color:#18301f}.resource-grid small{text-transform:uppercase;letter-spacing:.08em;font-size:.62rem;color:#9fb1a3}.credit-card small,.credit-card span{color:#35502f}.resource-grid strong{font:800 1.4rem Manrope}.resource-grid article>span:last-child{font-size:.62rem;color:#83988a}.resource-symbol{color:var(--lime)}.capacity{height:4px;background:#ffffff12;border-radius:3px;overflow:hidden}.capacity i{display:block;height:100%;background:var(--lime)}.building-list{margin-top:30px}.building-list article{display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:12px;padding:13px 0;border-top:1px solid #ffffff10}.building-list article>div{display:grid;gap:4px}.building-list small{color:var(--muted)}.secondary-action{padding:.65rem 1rem;background:#ffffff10;color:#dff1ba;border:1px solid #dff1ba44}.status-pill{font-size:.68rem;color:#cadd9c;background:#cadd9c12;padding:.5rem .7rem;border-radius:999px}.empty-state{color:var(--muted);padding:20px 0}.game-nav{position:fixed;z-index:30;bottom:18px;left:50%;translate:-50%;display:flex;gap:4px;padding:7px;border:1px solid #ffffff1c;border-radius:20px;background:#0b1a14e8;box-shadow:0 15px 50px #0009;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.game-nav a,.game-nav button{display:grid;place-items:center;gap:2px;min-width:74px;padding:7px 12px;border:0;border-radius:13px;background:transparent;color:#8fa194;text-decoration:none;font-size:.66rem}.game-nav span{font-size:1rem}.game-nav [aria-current=page],.game-nav>button{background:#d9ef9820;color:#dcf3a2}.game-nav form{display:contents}@media(max-width:1000px){.world-stage{min-height:760px}.world-copy{max-width:330px}.territory-wrap{top:220px;right:0;width:100%;height:500px}.management-grid{grid-template-columns:1fr}.resource-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:620px){.game-shell{padding:0 12px}.game-header{height:74px}.brand-mark{width:38px;height:38px}.header-stats div:nth-child(2){display:none}.world-stage{min-height:650px;border-radius:24px}.world-copy{left:22px;top:25px}.world-copy h2{font-size:2.6rem}.world-copy>p:last-child{font-size:.85rem}.territory-wrap{top:205px;right:-35px;width:115%;height:420px}.territory-grid{--tile:42px;gap:3px}.world-legend{left:18px;gap:9px}.management-grid{gap:14px}.build-drawer,.economy-panel{border-radius:22px;padding:20px 16px}.resource-grid{grid-template-columns:repeat(2,1fr)}.resource-grid .credit-card{grid-column:span 2}.business-choice small{max-width:150px}.game-nav{bottom:8px;width:calc(100% - 20px);justify-content:space-around}.game-nav a,.game-nav button{min-width:0;padding:7px 9px}.building-label{display:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;scroll-behavior:auto!important;transition:none!important}}
