:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#eef5e7;background:#09120f;font-synthesis:none;text-rendering:optimizeLegibility;--bg: #09120f;--surface: #111f19;--surface-raised: #182a21;--line: rgba(214, 231, 199, .16);--text: #eef5e7;--muted: #a9b9aa;--accent: #b8d56a;--accent-dark: #263711;--gold: #d8b86b;--radius: 18px;--max-width: 1180px}*{box-sizing:border-box}html{min-width:320px;background:var(--bg)}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 80% 10%,rgba(71,103,55,.22),transparent 30rem),linear-gradient(180deg,#0b1712 0%,var(--bg) 50%)}button,input,select{font:inherit}button:disabled{cursor:not-allowed;opacity:.62}a{color:var(--accent)}a:hover{color:#d7ed9f}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.08;letter-spacing:-.025em}h1{margin-bottom:1rem;font-size:clamp(2.5rem,7vw,5.5rem)}h2{font-size:clamp(1.45rem,3vw,2.25rem)}p{line-height:1.7}.app-shell{display:flex;min-height:100vh;flex-direction:column}.main-content{flex:1}.page{width:min(calc(100% - 2rem),var(--max-width));margin:0 auto;padding:4rem 0 6rem}.narrow-page{width:min(calc(100% - 2rem),720px)}.skip-link{position:fixed;top:.75rem;left:.75rem;z-index:100;padding:.75rem 1rem;transform:translateY(-160%);background:var(--accent);color:#0a120b;border-radius:8px}.skip-link:focus{transform:translateY(0)}.site-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:2rem;min-height:76px;padding:.75rem max(1rem,calc((100vw - var(--max-width)) / 2));border-bottom:1px solid var(--line);background:#09120fe0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand{display:flex;align-items:center;gap:.8rem;color:var(--text);text-decoration:none}.brand-mark{display:grid;width:42px;height:42px;place-items:center;color:var(--accent);border:1px solid rgba(184,213,106,.55);border-radius:50% 45% 50% 40%;font-family:Georgia,serif;font-size:1.4rem}.brand strong,.brand small{display:block}.brand small{margin-top:.1rem;color:var(--muted);font-size:.7rem;letter-spacing:.06em;text-transform:uppercase}.main-navigation{display:flex;min-height:42px;align-items:center;gap:clamp(.35rem,1vw,.8rem)}.main-navigation a{display:inline-flex;min-height:40px;align-items:center;justify-content:center;padding:.6rem .8rem;color:var(--muted);border-radius:9px;font-size:.92rem;text-decoration:none}.main-navigation a:hover,.main-navigation a.active{color:var(--text);background:#ffffff0f}.main-navigation .nav-placeholder{min-height:40px;padding:.6rem .8rem;color:var(--muted);border:0;border-radius:9px;background:transparent;cursor:pointer}.main-navigation .nav-placeholder:hover{color:var(--text);background:#ffffff0f}.main-navigation .nav-login{margin-left:.45rem;color:#10170c;background:var(--accent)}.main-navigation .nav-login:hover,.main-navigation .nav-login.active{color:#10170c;background:#cde689}.nav-profile{display:flex;min-height:40px;align-items:center;gap:.55rem;margin-left:.45rem;padding-left:.7rem;border-left:1px solid var(--line)}.nav-avatar{display:grid;width:38px;height:38px;flex:0 0 auto;place-items:center;color:#e8f1dc;border:1px solid rgba(184,213,106,.32);border-radius:50%;background:linear-gradient(145deg,#486537b3,#192e22db);box-shadow:inset 0 1px #ffffff0f,0 8px 22px #0003;font-family:Georgia,serif;font-size:1rem;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}.nav-profile:hover .nav-avatar{border-color:#b8d56a94;box-shadow:inset 0 1px #ffffff14,0 0 18px #b8d56a1a;transform:translateY(-1px)}.nav-avatar.has-image{overflow:hidden;padding:0}.nav-avatar img{display:block;width:100%;height:100%;object-fit:cover}.nav-username{max-width:130px;overflow:hidden;color:#dce7d7;font-size:.82rem;text-overflow:ellipsis;white-space:nowrap}.main-navigation .nav-settings{width:38px;height:38px;min-height:38px;padding:0;color:#bccbb7;border:1px solid rgba(184,213,106,.2);border-radius:10px;background:#ffffff06;transition:color .25s ease,border-color .25s ease,background .25s ease,box-shadow .25s ease}.nav-settings svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round;transition:transform .28s ease}.main-navigation .nav-settings:hover,.main-navigation .nav-settings.active{color:#e7f2d8;border-color:#b8d56a7a;background:#b8d56a12;box-shadow:0 0 18px #b8d56a1a}.nav-settings:hover svg{transform:rotate(25deg)}.menu-button{display:none;color:var(--text);background:transparent;border:1px solid var(--line);border-radius:9px;padding:.6rem .85rem}.account-menu{position:relative}.account-menu summary{display:grid;width:38px;height:38px;place-items:center;list-style:none;color:var(--muted);border:1px solid var(--line);border-radius:10px;background:#ffffff06;cursor:pointer}.account-menu summary::-webkit-details-marker{display:none}.account-menu-panel{position:absolute;top:calc(100% + .7rem);right:0;z-index:70;display:grid;width:230px;max-height:min(70vh,560px);overflow-y:auto;padding:.45rem;border:1px solid var(--project-glass-border, var(--line));border-radius:14px;background:#09120ff0;box-shadow:0 18px 48px #00000052;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.account-menu-panel a,.account-menu-panel button{display:flex;justify-content:space-between;align-items:center;width:100%;min-height:38px;padding:.55rem .7rem;color:var(--muted);border:0;border-radius:8px;background:transparent;text-align:left;text-decoration:none;cursor:pointer}.account-menu-panel small{color:#a9b9aa9e;font-size:.66rem}.account-menu-panel .account-menu-logout{margin-top:.35rem;color:#dcefc2;border-top:1px solid var(--line);border-radius:0 0 8px 8px}.account-menu-panel a:hover,.account-menu-panel button:hover{color:var(--text);background:#ffffff0f}.site-footer{display:flex;justify-content:space-between;width:min(calc(100% - 2rem),var(--max-width));margin:0 auto;padding:1.5rem 0 2rem;color:var(--muted);border-top:1px solid var(--line);font-size:.82rem}.split-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:3rem;align-items:center}.home-hero{min-height:min(690px,calc(100vh - 76px))}.page-hero{max-width:800px;margin-bottom:3rem}.home-hero .page-hero{margin-bottom:0}.eyebrow{margin-bottom:.8rem;color:var(--accent);font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.lead{max-width:680px;color:var(--muted);font-size:clamp(1rem,2vw,1.2rem)}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}.button{display:inline-flex;min-height:46px;align-items:center;justify-content:center;padding:.75rem 1.15rem;border:1px solid transparent;border-radius:10px;font-weight:700;text-decoration:none;cursor:pointer}.button-primary{color:#10170c;background:var(--accent)}.button-primary:hover{color:#10170c;background:#cfe88b}.button-secondary{color:var(--text);border-color:var(--line);background:#ffffff09}.button-secondary:hover:not(:disabled){color:var(--text);border-color:#b8d56a80}.button:disabled{opacity:.48;cursor:not-allowed}.placeholder-image{display:grid;min-height:220px;place-content:center;justify-items:center;gap:.35rem;padding:2rem;overflow:hidden;color:var(--muted);text-align:center;border:1px dashed rgba(184,213,106,.35);border-radius:var(--radius);background:linear-gradient(135deg,transparent 48%,rgba(184,213,106,.05) 49%,rgba(184,213,106,.05) 51%,transparent 52%),var(--surface);background-size:38px 38px}.placeholder-image small{opacity:.62}.placeholder-symbol{color:var(--accent);font-size:3rem}.hero-visual{min-height:480px;box-shadow:0 30px 80px #00000040}.landing-page{overflow:hidden}.landing-content{width:min(calc(100% - 2rem),var(--max-width));margin:0 auto}.app-shell:has(.landing-page) .site-header{position:absolute;top:0;right:0;left:0;border-bottom-color:#ebf5e41a;background:linear-gradient(180deg,#040a07b8,#040a072e);-webkit-backdrop-filter:blur(14px) saturate(.8);backdrop-filter:blur(14px) saturate(.8)}.app-shell:has(.landing-page) .brand-mark{background:#08120d47;box-shadow:inset 0 0 18px #b8d56a0f}.app-shell:has(.landing-page) .main-navigation a{color:#d5dfd2;text-shadow:0 1px 14px rgba(0,0,0,.8)}.app-shell:has(.landing-page) .main-navigation a:hover,.app-shell:has(.landing-page) .main-navigation a.active{color:#fff;background:#ffffff14}.app-shell:has(.landing-page) .main-navigation .nav-login{color:#10170c;text-shadow:none;background:#c5de84eb}.landing-hero{position:relative;display:grid;min-height:max(720px,96svh);place-items:center;overflow:hidden;isolation:isolate;border-bottom:1px solid var(--line)}.landing-hero:after{position:absolute;inset:auto 0 0;z-index:-1;height:42%;background:linear-gradient(transparent,var(--bg));content:""}.landing-hero-art{position:absolute;inset:0;z-index:-2}.hero-backdrop{position:absolute;inset:0;background:#06100c}.hero-world-tree{position:absolute;inset:0;width:100%;height:100%;padding:0;object-fit:cover;object-position:50% 45%;filter:saturate(.82) brightness(.72) contrast(1.06);transform:none;animation:hero-reference-breathe 28s ease-in-out infinite alternate}.hero-vignette{position:absolute;inset:0;background:radial-gradient(ellipse at 50% 42%,#02070514 10%,#0207054d 64%,#020705b8),linear-gradient(90deg,#02070580,#0207052e 50%,#02070580),linear-gradient(0deg,rgba(2,7,5,.84) 0%,transparent 50%,rgba(2,7,5,.42) 100%)}.hero-light-rays{position:absolute;inset:-15% -5% 0;overflow:hidden;opacity:.18;mix-blend-mode:screen}.hero-light-rays span{position:absolute;top:-20%;width:8%;height:100%;background:linear-gradient(180deg,rgba(225,240,179,.55),transparent 72%);filter:blur(16px);transform:rotate(17deg);transform-origin:top}.hero-light-rays span:nth-child(1){left:29%}.hero-light-rays span:nth-child(2){left:48%;width:12%;opacity:.55}.hero-light-rays span:nth-child(3){left:68%;width:6%;opacity:.7}.hero-mist{position:absolute;left:-20%;width:140%;height:30%;opacity:.17;filter:blur(32px);background:radial-gradient(ellipse at 20% 50%,#dce7d1 0 5%,transparent 34%),radial-gradient(ellipse at 55% 45%,#b8c9b2 0 4%,transparent 31%),radial-gradient(ellipse at 82% 55%,#dce7d1 0 4%,transparent 30%)}.hero-mist-back{bottom:23%;animation:mist-drift 32s ease-in-out infinite alternate}.hero-mist-front{bottom:5%;opacity:.12;transform:scaleX(-1);animation:mist-drift-reverse 38s ease-in-out infinite alternate}.hero-particles,.hero-leaves{position:absolute;inset:0;overflow:hidden}.hero-particles span{position:absolute;width:3px;height:3px;border-radius:50%;background:#dcecae;box-shadow:0 0 8px #dcecaebf;opacity:0;animation:particle-rise 14s linear infinite}.hero-particles span:nth-child(1){left:8%;top:78%;animation-delay:-2s}.hero-particles span:nth-child(2){left:17%;top:52%;animation-delay:-9s}.hero-particles span:nth-child(3){left:27%;top:70%;animation-delay:-5s}.hero-particles span:nth-child(4){left:38%;top:41%;animation-delay:-11s}.hero-particles span:nth-child(5){left:46%;top:82%;animation-delay:-7s}.hero-particles span:nth-child(6){left:55%;top:58%;animation-delay:-1s}.hero-particles span:nth-child(7){left:63%;top:74%;animation-delay:-10s}.hero-particles span:nth-child(8){left:71%;top:37%;animation-delay:-4s}.hero-particles span:nth-child(9){left:79%;top:67%;animation-delay:-12s}.hero-particles span:nth-child(10){left:87%;top:45%;animation-delay:-6s}.hero-particles span:nth-child(11){left:92%;top:80%;animation-delay:-3s}.hero-particles span:nth-child(12){left:33%;top:88%;animation-delay:-13s}.hero-leaves span{position:absolute;width:13px;height:7px;border-radius:100% 0;background:#789253;opacity:0;animation:leaf-fall 19s ease-in-out infinite}.hero-leaves span:nth-child(1){top:18%;left:18%;animation-delay:-4s}.hero-leaves span:nth-child(2){top:8%;left:57%;animation-delay:-13s}.hero-leaves span:nth-child(3){top:25%;left:76%;animation-delay:-8s}.hero-leaves span:nth-child(4){top:12%;left:91%;animation-delay:-17s}.landing-hero-content{position:relative;z-index:4;display:flex;width:min(calc(100% - 2rem),920px);align-items:center;flex-direction:column;padding:10rem 0 9rem;text-align:center}.landing-hero-content h1{max-width:900px;margin-bottom:.8rem;color:#f5f7ef;font-family:Georgia,Times New Roman,serif;font-size:clamp(4rem,9vw,8rem);font-weight:500;text-wrap:balance;text-shadow:0 4px 35px rgba(0,0,0,.82)}.landing-hero-subtitle{max-width:760px;margin-bottom:1.2rem;color:#dce8ce;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.35rem,3vw,2.1rem);line-height:1.3;text-shadow:0 2px 22px rgba(0,0,0,.95)}.landing-hero-copy{max-width:680px;color:#d1dbce;font-size:clamp(1rem,2vw,1.18rem);text-shadow:0 2px 18px rgba(0,0,0,.95)}.hero-world-life{display:flex;flex-wrap:wrap;justify-content:center;gap:.45rem 1.15rem;max-width:680px;margin-top:1.5rem;color:#dde8d5c7;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}.hero-world-life span{display:inline-flex;align-items:center;gap:.5rem}.hero-world-life span:before{width:4px;height:4px;border-radius:50%;background:var(--accent);box-shadow:0 0 8px #b8d56abf;content:""}.landing-hero .button:focus-visible,.app-shell:has(.landing-page) .site-header a:focus-visible,.app-shell:has(.landing-page) .site-header button:focus-visible,.scroll-cue:focus-visible{outline:3px solid #e2f3a6;outline-offset:4px}.button-glass{color:var(--text);border-color:#ffffff40;background:#08120e6b;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.button-glass:hover{color:var(--text);border-color:#b8d56a94;background:#08120eb3}.hero-caption{position:absolute;right:max(1rem,calc((100vw - var(--max-width)) / 2));bottom:2rem;display:flex;align-items:center;gap:.65rem;color:#bac7b8;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase}.hero-caption small{padding:.25rem .45rem;color:var(--gold);border:1px solid rgba(216,184,107,.35);border-radius:999px}.hero-caption-line{width:45px;height:1px;background:#ffffff59}.scroll-cue{position:absolute;left:max(1rem,calc((100vw - var(--max-width)) / 2));bottom:2rem;display:flex;align-items:center;gap:.65rem;color:var(--muted);font-size:.72rem;letter-spacing:.1em;text-decoration:none;text-transform:uppercase}.scroll-cue span{display:block;width:7px;height:7px;border-right:1px solid var(--accent);border-bottom:1px solid var(--accent);transform:rotate(45deg)}@keyframes hero-breathe{0%{transform:scale(1.18)}to{transform:scale(1.215)}}@keyframes hero-reference-breathe{0%{transform:translateZ(0) scale(.995)}to{transform:translate3d(0,-4px,0) scale(1)}}@keyframes mist-drift{0%{transform:translate3d(-3%,0,0)}to{transform:translate3d(3%,-5%,0)}}@keyframes mist-drift-reverse{0%{transform:translate3d(3%,0,0) scaleX(-1)}to{transform:translate3d(-3%,-4%,0) scaleX(-1)}}@keyframes particle-rise{0%{opacity:0;transform:translate3d(0,22px,0) scale(.7)}18%{opacity:.55}72%{opacity:.35}to{opacity:0;transform:translate3d(18px,-85px,0) scale(1.1)}}@keyframes leaf-fall{0%{opacity:0;transform:translate3d(0,-30px,0) rotate(0)}15%{opacity:.42}85%{opacity:.28}to{opacity:0;transform:translate3d(90px,65vh,0) rotate(420deg)}}.landing-section{padding:clamp(5rem,10vw,9rem) 0;border-bottom:1px solid var(--line)}.landing-section h2,.landing-cta h2{max-width:760px;margin-bottom:1.25rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.1rem,5vw,4.4rem);font-weight:500}.section-lead{max-width:680px;color:var(--muted);font-size:clamp(1rem,2vw,1.17rem)}.tree-journey{position:relative;overflow:hidden;background:radial-gradient(ellipse at 50% 20%,rgba(83,111,63,.11),transparent 28%),radial-gradient(ellipse at 50% 68%,rgba(79,99,57,.08),transparent 32%)}.tree-trunk{position:absolute;top:-5rem;bottom:0;left:50%;z-index:-1;width:clamp(120px,14vw,230px);transform:translate(-50%);background:linear-gradient(90deg,#070a07f5,#2f2d1cb8 25%,#52472aa6 50%,#282718bf 74%,#060a07f5),repeating-linear-gradient(93deg,transparent 0 17px,rgba(205,220,146,.04) 19px 21px);box-shadow:0 0 90px #000000b8,inset 0 0 45px #000000a6;clip-path:polygon(12% 0,86% 0,96% 18%,82% 35%,95% 53%,85% 70%,100% 100%,0 100%,15% 72%,3% 52%,16% 34%,4% 17%)}.tree-trunk:before,.tree-trunk:after{position:absolute;width:120%;height:2px;background:#8191562e;content:""}.tree-trunk:before{top:25%;left:-80%;transform:rotate(-18deg);box-shadow:0 0 28px #839e5333}.tree-trunk:after{top:64%;right:-80%;transform:rotate(18deg)}.tree-trunk-light{position:absolute;top:0;bottom:0;left:48%;width:7px;background:linear-gradient(180deg,transparent,rgba(173,195,111,.2) 20%,rgba(173,195,111,.08) 75%,transparent);filter:blur(4px)}.journey-section{position:relative;z-index:1}.journey-marker{position:absolute;top:3.2rem;left:50%;z-index:3;display:grid;width:42px;height:42px;place-items:center;color:var(--gold);border:1px solid rgba(216,184,107,.35);border-radius:50%;background:#101a13;box-shadow:0 0 0 8px #09120fb3,0 8px 28px #0006;font-size:.68rem;letter-spacing:.1em;transform:translate(-50%)}.introduction-section{display:grid;grid-template-columns:1fr .92fr;gap:clamp(2rem,7vw,7rem);align-items:center}.editorial-placeholder{min-height:540px;transform:rotate(1.5deg);box-shadow:0 25px 70px #00000038}.world-facts{display:grid;grid-template-columns:repeat(3,1fr);margin:3rem 0 0;border-top:1px solid var(--line)}.world-facts div{padding:1.25rem 1rem 0 0}.world-facts dt{margin-bottom:.45rem;color:var(--gold);font-family:Georgia,serif;font-size:1.5rem}.world-facts dd{margin:0;color:var(--muted);font-size:.8rem;text-transform:uppercase;letter-spacing:.07em}.landing-section-header{display:flex;justify-content:space-between;gap:3rem;align-items:end;margin-bottom:3rem}.landing-section-header h2{margin-bottom:0}.landing-section-header>p{max-width:420px;margin-bottom:.5rem;color:var(--muted)}.landing-race-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.races-section{padding-top:clamp(8rem,13vw,12rem)}.races-section .landing-section-header,.races-section .landing-race-grid,.races-section .section-action{position:relative;z-index:2}.landing-race-card{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(155deg,#1a2e23f2,#0c1812e6);transition:transform .25s ease,border-color .25s ease}.landing-race-card:hover{transform:translateY(-5px);border-color:#b8d56a59}.race-art-placeholder{position:relative;display:grid;min-height:300px;place-items:center;overflow:hidden;border-bottom:1px solid var(--line);background:radial-gradient(circle at 50% 75%,rgba(184,213,106,.14),transparent 42%),linear-gradient(160deg,rgba(255,255,255,.035),transparent 58%)}.race-art-placeholder:before{position:absolute;inset:12% 15%;border:1px dashed rgba(184,213,106,.18);border-radius:50% 50% 42% 45%;content:""}.race-art-placeholder small{position:absolute;bottom:1rem;color:var(--muted);font-size:.68rem;letter-spacing:.08em;text-transform:uppercase}.race-index{position:absolute;top:1rem;left:1rem;color:var(--gold);font-size:.72rem;letter-spacing:.1em}.race-silhouette{position:relative;width:95px;height:145px;opacity:.32}.race-silhouette:before{position:absolute;top:0;left:28px;width:40px;height:40px;border-radius:50%;background:var(--accent);content:""}.race-silhouette:after{position:absolute;bottom:0;width:95px;height:112px;border-radius:48% 48% 18% 18%;background:var(--accent);clip-path:polygon(24% 0,76% 0,100% 100%,0 100%);content:""}.landing-race-info{padding:1.25rem}.landing-race-info h3{margin-bottom:1rem;font-size:1.25rem}.landing-race-info p{display:flex;justify-content:space-between;gap:.75rem;margin:0;color:var(--text);font-size:.85rem}.landing-race-info p span{color:var(--muted)}.section-action{display:flex;justify-content:flex-end;margin-top:2rem}.text-link{display:inline-flex;gap:.75rem;align-items:center;font-weight:700;text-decoration:none}.marketplace-feature{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,7vw,7rem);align-items:center}.marketplace-feature:before,.living-world-section:before{position:absolute;inset:12% -4%;z-index:-1;border-radius:50%;background:#070e0ad6;filter:blur(25px);content:""}.marketplace-placeholder{min-height:500px;order:0}.marketplace-copy{order:1}.principle-list{display:flex;flex-wrap:wrap;gap:.55rem;margin:2rem 0}.principle-list span{padding:.5rem .7rem;color:#c8d6c5;border:1px solid var(--line);border-radius:999px;font-size:.78rem}.living-world-section{display:grid;min-height:680px;grid-template-columns:.85fr 1.15fr;gap:clamp(2rem,7vw,7rem);align-items:center;border-bottom-color:transparent}.living-world-section:before{inset:18% -10%;opacity:.65;background:radial-gradient(ellipse,rgba(25,43,30,.72),transparent 68%)}.living-world-copy{padding:clamp(1.5rem,4vw,3rem);border-left:1px solid rgba(184,213,106,.24);background:linear-gradient(90deg,rgba(7,14,10,.72),transparent);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.living-world-visual{position:relative;min-height:520px}.world-branch{position:absolute;top:51%;right:-18%;left:-12%;height:74px;border-radius:80% 12% 65% 20%;background:linear-gradient(180deg,#5e502fc7,#181a11f5);box-shadow:inset 0 14px 20px #bec17114,0 25px 45px #0000006b;transform:rotate(-4deg)}.world-branch:after{position:absolute;top:-22px;left:12%;width:65%;height:24px;border-radius:50%;background:#506735a6;filter:blur(3px);content:""}.world-branch span{position:absolute;right:22%;bottom:100%;width:5px;height:110px;background:linear-gradient(rgba(109,132,69,.65),transparent)}.npc-activities{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:2rem}.npc-activities span{padding:.5rem .7rem;color:#c8d6c5;border:1px solid var(--line);border-radius:999px;font-size:.78rem}.living-world-visual .ambient-npc{z-index:4;transform:scale(1.5)}.journey-npc-one{left:10%;top:44%;animation:npc-walk 11s ease-in-out infinite alternate}.journey-npc-two{left:68%;top:23%;animation:npc-fly 7s ease-in-out infinite}.journey-npc-three{right:16%;top:42%;animation:npc-sit 4s ease-in-out infinite}.journey-npc-four{left:50%;top:40%;animation:npc-work 2.6s ease-in-out infinite}.development-section{margin-top:clamp(3rem,7vw,7rem);margin-bottom:clamp(3rem,7vw,7rem);padding-right:clamp(1.5rem,5vw,4rem);padding-left:clamp(1.5rem,5vw,4rem);border:1px solid var(--line);border-radius:calc(var(--radius) + 8px);background:linear-gradient(135deg,#192d22eb,#0c1812e6)}.development-heading{display:flex;align-items:start;justify-content:space-between;gap:2rem}.phase-badge{flex:0 0 auto;padding:.5rem .7rem;color:var(--accent);border:1px solid rgba(184,213,106,.3);border-radius:999px;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em}.development-copy{max-width:800px;color:var(--muted);font-size:1.05rem}.phase-track{margin-top:3rem}.phase-progress{display:grid;grid-template-columns:auto 1fr auto 1fr auto;align-items:center}.phase-dot{width:13px;height:13px;border:2px solid #667568;border-radius:50%;background:var(--surface)}.phase-dot.is-active{border-color:var(--accent);background:var(--accent);box-shadow:0 0 0 6px #b8d56a1a}.phase-line{height:1px;background:var(--line)}.phase-labels{display:flex;justify-content:space-between;margin-top:.85rem;color:var(--muted);font-size:.75rem}.landing-cta{padding:clamp(6rem,13vw,11rem) 1rem;text-align:center}.landing-cta h2,.landing-cta p{margin-right:auto;margin-left:auto}.landing-cta>p:not(.eyebrow){max-width:610px;color:var(--muted)}.landing-cta .hero-actions{justify-content:center}.community-section{position:relative;margin-bottom:4rem;border:1px solid var(--line);border-radius:calc(var(--radius) + 8px);background:radial-gradient(circle at 50% 0,rgba(184,213,106,.12),transparent 38%),#0b1610eb}.community-status{display:flex;justify-content:center;gap:.75rem;margin-top:2rem}.community-status span{padding:.55rem .85rem;color:var(--muted);border:1px solid var(--line);border-radius:999px;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase}.hero-logo{display:inline-flex;align-items:center;gap:.8rem;margin-bottom:1.4rem;color:#f1f5e8;text-shadow:0 4px 22px rgba(0,0,0,.9)}.hero-logo-mark{display:grid;width:48px;height:48px;place-items:center;color:var(--accent);border:1px solid rgba(215,235,164,.52);border-radius:50% 42% 48% 40%;background:#07110b6b;box-shadow:inset 0 0 20px #b8d56a1a,0 0 26px #0006;font-family:Georgia,serif;font-size:1.55rem}.hero-logo-word{font-family:Georgia,Times New Roman,serif;font-size:1.15rem;letter-spacing:.2em;text-transform:uppercase}.world-journey{position:relative;z-index:0;overflow:hidden;background:radial-gradient(ellipse at 12% 18%,rgba(57,81,48,.14),transparent 27%),radial-gradient(ellipse at 85% 39%,rgba(66,77,45,.12),transparent 28%),radial-gradient(ellipse at 18% 68%,rgba(43,69,47,.12),transparent 30%),linear-gradient(180deg,#07110c,#0b1710 45%,#050b08)}.world-journey:before{position:absolute;inset:0;z-index:-2;opacity:.16;background-image:radial-gradient(circle at 20% 20%,rgba(215,232,170,.8) 0 1px,transparent 1.5px),radial-gradient(circle at 70% 60%,rgba(215,232,170,.6) 0 1px,transparent 1.5px);background-size:190px 230px,270px 310px;animation:world-particles-drift 35s linear infinite;content:""}.journey-content{position:relative}.world-tree-spine{position:absolute;top:-7rem;bottom:0;left:50%;z-index:-1;width:clamp(160px,18vw,300px);transform:translate(-50%);background:linear-gradient(90deg,#060a07,#2a2b1b 16%,#62573a 45%,#3d3c25 70%,#0a0f0a),repeating-linear-gradient(87deg,transparent 0 24px,rgba(213,224,154,.06) 26px 28px);box-shadow:0 0 120px #000c,inset 28px 0 40px #00000080,inset -25px 0 35px #00000073;clip-path:polygon(14% 0,86% 0,94% 9%,83% 18%,96% 29%,85% 41%,94% 54%,81% 66%,98% 80%,88% 92%,100% 100%,0 100%,13% 91%,2% 80%,17% 65%,5% 54%,16% 41%,4% 29%,18% 17%,7% 8%)}.spine-highlight{position:absolute;top:0;bottom:0;left:48%;width:10px;background:linear-gradient(180deg,rgba(202,222,145,.22),rgba(143,163,91,.05) 35%,rgba(202,222,145,.15) 68%,transparent);filter:blur(5px)}.spine-vine{position:absolute;top:0;bottom:0;width:4px;border-radius:50%;background:linear-gradient(#81955a,transparent 28%,#5e7548 60%,transparent);opacity:.32}.spine-vine-one{left:20%;transform:rotate(1.5deg)}.spine-vine-two{right:17%;transform:rotate(-1deg)}.world-chapter{position:relative;min-height:850px;padding:clamp(7rem,12vw,12rem) 0}.chapter-rune{position:absolute;top:4rem;left:50%;z-index:4;display:grid;width:48px;height:48px;place-items:center;color:var(--gold);border:1px solid rgba(216,184,107,.38);border-radius:50%;background:#0b1510;box-shadow:0 0 0 9px #050c08b8,0 0 28px #bfc8721a;font-family:Georgia,serif;transform:translate(-50%)}.chapter-heading{max-width:680px;margin:0 auto 5rem;text-align:center}.chapter-heading h2,.chapter-copy h2,.roadmap-chapter h2,.roots-copy h2{margin-bottom:1.2rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.4rem,5.5vw,5rem);font-weight:500}.chapter-heading>p:last-child,.chapter-copy>p,.roadmap-chapter>div:first-of-type>p:last-child,.roots-copy>p{color:var(--muted);font-size:1.05rem}.people-tree-map{position:relative;min-height:1900px;margin-top:2rem}.race-branch{position:absolute;display:grid;width:min(43%,490px);grid-template-columns:1fr;gap:1.15rem;align-items:center}.people-crown-left{top:2%;left:0}.people-crown-right{top:5%;right:0}.people-middle-left{top:35%;left:2%}.people-middle-right{top:38%;right:1%}.people-roots-left{top:70%;left:0}.people-roots-right{top:72%;right:0}.people-crown-right .race-branch-copy,.people-middle-right .race-branch-copy,.people-roots-right .race-branch-copy{text-align:right}.branch-line{position:absolute;top:54%;z-index:-1;width:64%;height:54px;background:linear-gradient(180deg,#4b452c,#171b11);box-shadow:inset 0 10px 16px #c5c5730f,0 22px 42px #00000073}.people-crown-left .branch-line,.people-middle-left .branch-line,.people-roots-left .branch-line{right:-48%;border-radius:20% 80% 30% 60%;transform:rotate(7deg)}.people-crown-right .branch-line,.people-middle-right .branch-line,.people-roots-right .branch-line{left:-48%;border-radius:80% 20% 60% 30%;transform:rotate(-7deg)}.race-portrait-placeholder{position:relative;display:grid;min-height:clamp(290px,30vw,390px);place-items:center;overflow:hidden;border:1px solid rgba(188,207,145,.16);border-radius:46% 54% 42% 58%/38% 42% 58% 62%;background:radial-gradient(circle at 50% 69%,rgba(160,184,100,.18),transparent 38%),linear-gradient(145deg,#1b2f23f0,#08110ce6);box-shadow:inset 0 0 55px #00000061,0 25px 70px #00000057}.race-portrait-placeholder:after{position:absolute;inset:7%;border:1px dashed rgba(190,211,138,.16);border-radius:inherit;content:""}.race-portrait-placeholder .race-silhouette{transform:scale(1.35)}.race-portrait-placeholder small{position:absolute;bottom:1.4rem;color:var(--muted);font-size:.67rem;letter-spacing:.09em;text-transform:uppercase}.race-branch-copy h3{margin-bottom:.8rem;font-family:Georgia,serif;font-size:clamp(2rem,4vw,3.5rem);font-weight:500}.race-branch-copy>p:last-child{color:var(--muted)}.race-branch-copy strong{color:var(--accent);font-weight:600}.heart-crystal{position:absolute;top:45%;left:50%;z-index:3;display:grid;width:190px;justify-items:center;text-align:center;transform:translate(-50%,-50%)}.crystal-shape{width:92px;height:130px;margin-bottom:1rem;background:linear-gradient(145deg,#efffc6,#8dddcf 30%,#7884d8 62%,#b56bd2);clip-path:polygon(50% 0,90% 28%,74% 82%,50% 100%,24% 82%,10% 28%);box-shadow:0 0 45px #86d3be80;animation:crystal-pulse 6s ease-in-out infinite}.heart-crystal strong{color:#edf4dc;font-family:Georgia,serif;font-size:1.15rem}.heart-crystal small{margin-top:.3rem;color:var(--muted);font-size:.67rem;text-transform:uppercase;letter-spacing:.08em}.tree-landmark{position:absolute;z-index:3;display:grid;min-width:180px;justify-items:center;padding:1.1rem 1.3rem;text-align:center;border:1px solid rgba(191,209,140,.18);border-radius:50% 45% 52% 44%;background:#09140ee6;box-shadow:0 18px 45px #00000057}.tree-landmark>span{color:var(--gold);font-size:1.5rem}.tree-landmark strong{margin-top:.3rem;font-family:Georgia,serif}.tree-landmark small{margin-top:.25rem;color:var(--muted);font-size:.65rem}.marketplace-landmark{top:59%;left:19%}.sanctuary-landmark{top:88%;left:50%;transform:translate(-50%)}@keyframes crystal-pulse{0%,to{filter:brightness(.9);transform:scale(.97)}50%{filter:brightness(1.12);transform:scale(1.03)}}.journey-link{display:inline-flex;align-items:center;gap:.8rem;margin-top:1.5rem;color:#d9e7bd;border-bottom:1px solid rgba(184,213,106,.35);font-weight:700;text-decoration:none}.journey-link:focus-visible{outline:3px solid #e2f3a6;outline-offset:5px}.peoples-chapter>.journey-link{position:relative;left:50%;margin-top:6rem;transform:translate(-50%)}.marketplace-chapter{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(3rem,8vw,8rem);align-items:center}.marketplace-orbit{position:relative;min-height:620px}.marketplace-world-placeholder{position:absolute;top:50%;left:50%;width:min(86%,520px);min-height:520px;border-style:solid;border-color:#c7da9529;border-radius:50% 45% 48% 52%;transform:translate(-50%,-50%);box-shadow:0 0 80px #6f88471a,inset 0 0 80px #0006}.orbit-ring{position:absolute;top:50%;left:50%;border:1px solid rgba(179,202,122,.2);border-radius:50%;transform:translate(-50%,-50%) rotate(-18deg)}.orbit-ring-one{width:95%;height:66%}.orbit-ring-two{width:76%;height:86%;transform:translate(-50%,-50%) rotate(24deg)}.ecosystem-list{display:grid;gap:.75rem;margin:2rem 0;padding:0;list-style:none}.ecosystem-list li{display:flex;align-items:center;gap:.75rem;color:#d5dfd1}.ecosystem-list li:before{width:5px;height:5px;border-radius:50%;background:var(--accent);box-shadow:0 0 9px var(--accent);content:""}.life-chapter .chapter-heading{margin-bottom:0}.life-stage{position:relative;min-height:620px;margin-top:1rem}.life-branch{position:absolute;top:49%;right:-12%;left:-12%;height:110px;border-radius:65% 20% 70% 15%;background:linear-gradient(180deg,#554c30,#171b11 78%);box-shadow:inset 0 18px 25px #cfce7c0f,0 32px 60px #00000080;transform:rotate(-2deg)}.life-branch:before{position:absolute;top:-26px;left:12%;width:70%;height:35px;border-radius:50%;background:#39502d;filter:blur(4px);opacity:.8;content:""}.hanging-vine{position:absolute;top:55%;width:4px;background:linear-gradient(#5f7b48,transparent)}.hanging-vine-one{left:18%;height:190px}.hanging-vine-two{right:24%;height:245px}.life-stage .ambient-npc{z-index:4;transform:scale(2)}.life-stage .journey-npc-one{top:43%;left:12%}.life-stage .journey-npc-two{top:20%;left:70%}.life-stage .journey-npc-three{top:43%;right:16%}.life-stage .journey-npc-four{top:40%;left:48%}.activity-legend{position:absolute;right:0;bottom:5%;display:flex;flex-wrap:wrap;gap:.55rem}.activity-legend span{color:var(--muted);font-size:.7rem;letter-spacing:.09em;text-transform:uppercase}.roadmap-chapter{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(3rem,8vw,8rem);align-items:center}.roadmap-vine{position:relative;display:grid;gap:5rem;padding:2rem 0}.roadmap-vine:before{position:absolute;top:0;bottom:0;left:32px;width:5px;background:linear-gradient(transparent,#66814b 15%,#526a3d 85%,transparent);content:""}.roadmap-step{position:relative;display:grid;min-height:66px;grid-template-columns:66px 1fr;align-items:center;column-gap:1.25rem}.roadmap-step>span{z-index:1;display:grid;width:66px;height:66px;place-items:center;color:var(--muted);border:1px solid rgba(180,198,128,.25);border-radius:50%;background:#111e15;font-family:Georgia,serif}.roadmap-step strong{font-family:Georgia,serif;font-size:1.45rem}.roadmap-step small{grid-column:2;color:var(--muted);text-transform:uppercase;letter-spacing:.1em}.roadmap-step.is-current>span{color:#13200e;border-color:var(--accent);background:var(--accent);box-shadow:0 0 28px #b8d56a2e}.roots-chapter{min-height:900px;display:grid;place-items:center;text-align:center}.roots-art{position:absolute;inset:35% -15% 0;z-index:-1}.roots-art:before{position:absolute;top:0;left:50%;width:380px;height:100%;background:linear-gradient(90deg,#080c08,#3b3823 48%,#11150d);clip-path:polygon(25% 0,75% 0,94% 100%,70% 100%,50% 45%,30% 100%,5% 100%);transform:translate(-50%);content:""}.roots-art span{position:absolute;bottom:9%;left:50%;width:58%;height:70px;border-radius:70% 20%;background:linear-gradient(180deg,#353421,#0c110b);transform-origin:left center}.roots-art span:nth-child(1){transform:rotate(18deg)}.roots-art span:nth-child(2){transform:rotate(-18deg) scaleX(.9)}.roots-art span:nth-child(3){bottom:25%;transform:rotate(10deg) scaleX(.7)}.roots-art span:nth-child(4){bottom:30%;transform:rotate(-12deg) scaleX(.65)}.roots-copy{max-width:720px;padding:3rem;text-shadow:0 3px 22px #000}@keyframes world-particles-drift{0%{background-position:0 0,0 0}to{background-position:80px -220px,-100px -180px}}.section{padding:5rem 0 1rem;border-top:1px solid var(--line)}.section-heading{margin-bottom:2rem}.card-grid{display:grid;gap:1rem}.card-grid-three{grid-template-columns:repeat(3,1fr)}.card-grid-two{grid-template-columns:repeat(2,1fr)}.content-card,.market-card,.race-card,.form-card,.status-panel,.notice{border:1px solid var(--line);border-radius:var(--radius);background:#111f19c7}.content-card{padding:1.5rem}.content-card p{color:var(--muted)}.content-card a{font-weight:700;text-decoration:none}.card-number{display:block;margin-bottom:2.5rem;color:var(--gold);font-size:.75rem;letter-spacing:.12em}.form-card{display:grid;gap:1.25rem;padding:clamp(1.25rem,4vw,2.25rem)}.form-card label{display:grid;gap:.5rem;color:var(--text);font-weight:650}.form-card input,.form-card select{width:100%;min-height:48px;padding:.7rem .85rem;color:var(--text);border:1px solid var(--line);border-radius:9px;background:#0c1712}.form-card input:disabled,.form-card select:disabled{color:var(--muted);opacity:.72}.form-card input:focus-visible{outline:2px solid rgba(184,213,106,.45);outline-offset:2px;border-color:#b8d56a80}.form-note{margin:0;color:var(--muted);font-size:.9rem}.toggle-row{grid-template-columns:1fr auto!important;align-items:center;padding-bottom:1rem;border-bottom:1px solid var(--line)}.toggle-row span,.toggle-row small{display:block}.toggle-row small{margin-top:.3rem;color:var(--muted);font-weight:400}.toggle-row input{width:20px;min-height:20px}.compact-heading{display:flex;justify-content:space-between;gap:2rem;align-items:end;margin-bottom:2rem}.compact-heading h1{margin-bottom:0}.compact-heading>p{max-width:430px;margin-bottom:.5rem;color:var(--muted)}.fixed-world-view{position:relative;aspect-ratio:16 / 9;min-height:390px;overflow:hidden;border:1px solid var(--line);border-radius:calc(var(--radius) + 4px);background:#15271d;box-shadow:0 32px 90px #0000004d}.fixed-world-view>img{width:100%;height:100%;object-fit:cover;object-position:50% 50%}.camera-label{position:absolute;top:1rem;right:1rem;padding:.45rem .65rem;color:var(--muted);border:1px solid var(--line);border-radius:8px;background:#070e0bbf;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em}.world-overlay{position:absolute;left:1.25rem;bottom:1.25rem;max-width:400px;padding:1rem 1.15rem;border:1px solid var(--line);border-radius:12px;background:#070e0bd1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.world-overlay h2,.world-overlay p{margin-bottom:.3rem}.world-overlay>p:last-child{color:var(--muted);font-size:.85rem}.world-navigation{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0;color:var(--muted)}.status-panel{padding:1rem 1.25rem;color:var(--muted)}.ambient-npc{position:absolute;width:18px;height:31px;filter:drop-shadow(0 3px 3px rgba(0,0,0,.45))}.npc-head{position:absolute;top:0;left:5px;width:9px;height:9px;border-radius:50%;background:#e3c88c}.npc-body{position:absolute;left:3px;bottom:0;width:13px;height:22px;border-radius:7px 7px 3px 3px;background:#8aab58}.npc-one{left:23%;bottom:24%;animation:npc-walk 8s ease-in-out infinite alternate}.npc-two{left:70%;top:22%;animation:npc-fly 5s ease-in-out infinite}.npc-three{right:18%;bottom:31%;transform:scaleY(.72);animation:npc-sit 3s ease-in-out infinite}.npc-four{left:55%;bottom:38%;animation:npc-work 1.8s ease-in-out infinite}@keyframes npc-walk{to{transform:translate(100px)}}@keyframes npc-fly{50%{transform:translate(25px,-18px) rotate(4deg)}}@keyframes npc-sit{50%{transform:scaleY(.68) translateY(2px)}}@keyframes npc-work{50%{transform:rotate(8deg) translateY(2px)}}.notice{margin-bottom:1.5rem;padding:1rem 1.25rem;color:var(--gold)}.market-card{overflow:hidden}.market-card>div:last-child{padding:1.25rem}.market-card p{color:var(--muted)}.race-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.race-card{overflow:hidden}.race-card .placeholder-image{min-height:190px;border-width:0 0 1px;border-radius:0}.race-card-content{padding:1.2rem}.race-card-content h2{font-size:1.3rem}.race-card-content p{color:var(--muted)}@media(max-width:860px){.site-header{align-items:center}.menu-button{display:block}.main-navigation{position:absolute;top:calc(100% + 1px);left:0;right:0;display:none;align-items:stretch;flex-direction:column;padding:.75rem 1rem 1rem;border-bottom:1px solid var(--line);background:#09120ffa}.main-navigation.is-open{display:flex}.main-navigation .nav-login{margin-left:0}.nav-profile{justify-content:flex-start;margin:.35rem 0 0;padding:.75rem 0 0;border-top:1px solid var(--line);border-left:0}.nav-username{max-width:none}.main-navigation .nav-settings{margin-left:auto}.split-layout{grid-template-columns:1fr}.home-hero{padding-top:2rem}.hero-visual{min-height:320px}.card-grid-three,.race-grid{grid-template-columns:repeat(2,1fr)}.introduction-section,.marketplace-feature,.living-world-section{grid-template-columns:1fr}.editorial-placeholder,.marketplace-placeholder{min-height:380px}.landing-race-grid{grid-template-columns:repeat(2,1fr)}.landing-section-header{display:block}.landing-section-header>p{margin-top:1rem}.tree-trunk{width:100px;opacity:.68}.journey-marker{left:auto;right:0;transform:none}.app-shell:has(.landing-page) .main-navigation{background:#050c08f5;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.world-tree-spine{width:130px;opacity:.82}.world-chapter{min-height:720px}.people-tree-map{min-height:1740px}.race-branch{width:42%}.race-portrait-placeholder{min-height:310px}.marketplace-chapter,.roadmap-chapter{grid-template-columns:1fr}.marketplace-orbit{min-height:540px}.roadmap-chapter>div:first-of-type{max-width:620px}}@media(max-width:620px){.page{padding:2.5rem 0 4rem}.brand small{display:none}.card-grid-three,.card-grid-two,.race-grid{grid-template-columns:1fr}.compact-heading{display:block}.fixed-world-view{aspect-ratio:3 / 4;min-height:500px}.fixed-world-view>img{object-position:50% 50%}.world-overlay{right:.75rem;left:.75rem;bottom:.75rem}.camera-label{top:.75rem;right:.75rem}.world-navigation{align-items:stretch;flex-direction:column;text-align:center}.site-footer{flex-direction:column;gap:.3rem}.landing-hero{min-height:max(680px,100svh);place-items:end start}.landing-hero-content{padding-top:8.5rem;padding-bottom:8rem}.hero-world-tree{padding:0;object-position:50% 42%;filter:saturate(.78) brightness(.62) contrast(1.05)}.landing-hero-content h1{font-size:clamp(3.4rem,16vw,5.2rem)}.landing-hero-subtitle{max-width:20ch}.landing-hero-copy{max-width:35ch}.hero-world-life{max-width:320px;gap:.35rem .75rem;font-size:.63rem}.landing-hero .hero-actions{align-items:stretch;flex-direction:column;width:min(100%,340px)}.landing-hero .button{width:100%}.hero-light-rays{opacity:.12}.hero-leaves span:nth-child(n+3),.hero-particles span:nth-child(n+8){display:none}.hero-caption{right:1rem;bottom:1.4rem}.hero-caption-line,.scroll-cue{display:none}.landing-section{padding:5rem 0}.landing-race-grid{grid-template-columns:1fr}.race-art-placeholder{min-height:250px}.world-facts{grid-template-columns:1fr}.world-facts div{display:flex;align-items:baseline;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--line)}.world-facts dt{min-width:2rem;margin:0}.editorial-placeholder,.marketplace-placeholder{min-height:320px}.development-heading{display:block}.phase-badge{display:inline-block;margin-bottom:1.5rem}.phase-labels{font-size:.64rem}.landing-race-info p{align-items:end;flex-direction:column}.living-world-section{min-height:760px}.living-world-copy{padding:1.5rem}.living-world-visual{min-height:360px}.community-status{align-items:center;flex-direction:column}.hero-logo-mark{width:40px;height:40px}.hero-logo-word{font-size:.9rem}.world-tree-spine{left:50%;width:92px;opacity:.68}.world-chapter{min-height:0;padding:7rem 0}.chapter-rune{top:2.5rem;right:0;left:auto;width:40px;height:40px;transform:none}.chapter-heading{margin-bottom:3rem;text-align:left}.people-tree-map{display:grid;min-height:0;grid-template-columns:1fr 1fr;gap:6rem 1rem;padding-top:2rem}.race-branch{position:relative;top:auto;right:auto;left:auto;width:100%}.people-crown-left{grid-column:1;grid-row:1}.people-crown-right{grid-column:2;grid-row:1}.people-middle-left{grid-column:1;grid-row:2}.people-middle-right{grid-column:2;grid-row:2}.people-roots-left{grid-column:1;grid-row:3}.people-roots-right{grid-column:2;grid-row:3}.people-crown-right .race-branch-copy,.people-middle-right .race-branch-copy,.people-roots-right .race-branch-copy{text-align:right}.race-portrait-placeholder{width:100%;min-height:280px}.branch-line{top:48%;width:75%;height:38px}.people-crown-left .branch-line,.people-middle-left .branch-line,.people-roots-left .branch-line{right:-28%}.people-crown-right .branch-line,.people-middle-right .branch-line,.people-roots-right .branch-line{left:-28%}.heart-crystal{position:relative;top:auto;left:auto;grid-column:1 / -1;grid-row:4;justify-self:center;margin-top:-2rem;transform:none}.marketplace-landmark{position:relative;top:auto;left:auto;grid-column:1;grid-row:5;align-self:end;justify-self:start;min-width:140px}.sanctuary-landmark{position:relative;top:auto;left:auto;grid-column:2;grid-row:5;align-self:end;justify-self:end;min-width:140px;transform:none}.peoples-chapter>.journey-link{left:0;transform:none}.marketplace-orbit{min-height:430px}.marketplace-world-placeholder{min-height:380px}.life-stage{min-height:480px;margin-right:-1rem;margin-left:-1rem}.life-stage .ambient-npc{transform:scale(1.4)}.activity-legend{right:1rem;bottom:2%;left:1rem;justify-content:center}.roadmap-vine{gap:3rem}.roots-chapter{min-height:760px}.roots-copy{padding:1.5rem}.roots-art:before{width:220px}}@media(max-width:430px){.people-tree-map{gap:4.5rem .65rem}.race-portrait-placeholder{min-height:230px}.race-branch-copy h3{font-size:1.35rem}.race-branch-copy>p:last-child{font-size:.78rem}.race-branch-copy .eyebrow{font-size:.58rem}.heart-crystal{grid-row:4}.marketplace-landmark,.sanctuary-landmark{grid-row:5;margin-top:1rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.hero-world-tree,.hero-mist,.hero-particles span,.hero-leaves span,.living-world-visual .ambient-npc,.world-journey:before,.life-stage .ambient-npc,.crystal-shape{animation:none!important}}.map-landing-page{background:#050b08}.desktop-world-map{--map-scroll: 0;position:relative;width:min(100%,1500px);margin:0 auto;overflow:hidden;background:#07100b;box-shadow:0 0 120px #000000bf}.map-depth-background{position:absolute;inset:-2%;z-index:0;background:radial-gradient(circle at 20% 18%,rgba(177,207,132,.18),transparent 26%),radial-gradient(circle at 82% 46%,rgba(129,159,192,.13),transparent 28%),#06100b;filter:blur(14px);transform:translate3d(0,calc(var(--map-scroll) * 12px),0) scale(1.03)}.world-map-image{position:relative;z-index:1;display:block;width:100%;height:auto;image-rendering:auto;filter:saturate(.9) brightness(.84) contrast(1.035);transform:translate3d(0,calc(var(--map-scroll) * -8px),0) scale(1.002);transform-origin:center;will-change:transform}.world-map-shade{position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(180deg,rgba(2,7,5,.78) 0%,rgba(2,7,5,.28) 17%,transparent 36%),linear-gradient(90deg,rgba(2,7,5,.5),transparent 32%,transparent 68%,rgba(2,7,5,.44)),linear-gradient(0deg,rgba(2,7,5,.5),transparent 18%)}.map-light-layer{position:absolute;inset:0;z-index:3;overflow:hidden;pointer-events:none;opacity:.17;mix-blend-mode:screen;transform:translate3d(0,calc(var(--map-scroll) * -18px),0)}.map-light-layer span{position:absolute;top:-5%;width:7%;height:48%;background:linear-gradient(180deg,rgba(239,247,195,.62),transparent);filter:blur(14px);transform:rotate(14deg);transform-origin:top}.map-light-layer span:nth-child(1){left:22%}.map-light-layer span:nth-child(2){left:49%;width:10%;opacity:.55}.map-light-layer span:nth-child(3){left:76%;width:5%;opacity:.72}.map-fog-layer{position:absolute;right:-15%;left:-15%;z-index:4;height:12%;pointer-events:none;opacity:.1;filter:blur(22px);background:radial-gradient(ellipse at 18% 50%,#e4eadf 0 4%,transparent 35%),radial-gradient(ellipse at 52% 48%,#dae3d7 0 3%,transparent 33%),radial-gradient(ellipse at 84% 55%,#e4eadf 0 4%,transparent 32%)}.map-fog-back{top:31%;animation:map-fog-drift 34s ease-in-out infinite alternate}.map-fog-front{top:67%;opacity:.08;animation:map-fog-drift-reverse 39s ease-in-out infinite alternate}.map-particle-layer{position:absolute;inset:0;z-index:5;overflow:hidden;pointer-events:none;transform:translate3d(0,calc(var(--map-scroll) * -28px),0)}.map-particle-layer span{position:absolute;width:3px;height:3px;border-radius:50%;background:#eef7c8;box-shadow:0 0 7px #ebf6c2a6;opacity:0;animation:map-particle-float 16s linear infinite}.map-particle-layer span:nth-child(1){left:8%;top:15%;animation-delay:-2s}.map-particle-layer span:nth-child(2){left:17%;top:31%;animation-delay:-11s}.map-particle-layer span:nth-child(3){left:27%;top:47%;animation-delay:-5s}.map-particle-layer span:nth-child(4){left:37%;top:20%;animation-delay:-13s}.map-particle-layer span:nth-child(5){left:47%;top:57%;animation-delay:-8s}.map-particle-layer span:nth-child(6){left:58%;top:39%;animation-delay:-1s}.map-particle-layer span:nth-child(7){left:68%;top:65%;animation-delay:-10s}.map-particle-layer span:nth-child(8){left:78%;top:26%;animation-delay:-6s}.map-particle-layer span:nth-child(9){left:88%;top:51%;animation-delay:-14s}.map-particle-layer span:nth-child(10){left:93%;top:78%;animation-delay:-4s}.map-particle-layer span:nth-child(11){left:12%;top:72%;animation-delay:-9s}.map-particle-layer span:nth-child(12){left:33%;top:82%;animation-delay:-15s}.map-particle-layer span:nth-child(13){left:52%;top:12%;animation-delay:-7s}.map-particle-layer span:nth-child(14){left:72%;top:88%;animation-delay:-3s}.map-particle-layer span:nth-child(15){left:84%;top:10%;animation-delay:-12s}.map-particle-layer span:nth-child(16){left:23%;top:60%;animation-delay:-1s}.map-particle-layer span:nth-child(17){left:62%;top:75%;animation-delay:-8s}.map-particle-layer span:nth-child(18){left:42%;top:35%;animation-delay:-14s}.map-hero-interface{position:absolute;top:5.5%;left:50%;z-index:6;display:flex;width:min(86%,900px);align-items:center;flex-direction:column;text-align:center;transform:translate(-50%)}.map-hero-interface h1{margin-bottom:.6rem;color:#f8f8ee;font-family:Georgia,Times New Roman,serif;font-size:clamp(3rem,7vw,7rem);font-weight:500;text-shadow:0 4px 32px rgba(0,0,0,.98)}.map-hero-subtitle{margin-bottom:.75rem;color:#edf2dd;font-family:Georgia,serif;font-size:clamp(1.1rem,2.5vw,2rem);text-shadow:0 3px 22px #000}.map-hero-description{max-width:650px;color:#d8e1d3;font-size:clamp(.9rem,1.4vw,1.12rem);text-shadow:0 2px 18px #000}.world-hotspot{position:absolute;z-index:7;display:block;width:18%;height:10%;padding:0;color:transparent;border:1px solid transparent;border-radius:22px;background:transparent;text-decoration:none;cursor:pointer;transition:border-color .35s ease,box-shadow .35s ease,background .35s ease,filter .35s ease}.hotspot-pulse{display:none}.hotspot-label{position:absolute;width:1px;height:1px;overflow:hidden;margin:-1px;padding:0;clip:rect(0 0 0 0);clip-path:inset(50%);border:0;white-space:nowrap}.hotspot-label small{color:#c9d997;font-size:.58rem;letter-spacing:.12em;text-transform:uppercase}.hotspot-label strong{font-family:Georgia,serif;font-size:clamp(.82rem,1.4vw,1.12rem);font-weight:500}.hotspot-label>span{color:#bdc9b8;font-size:clamp(.58rem,.9vw,.73rem)}.world-hotspot:hover{border-color:#ebf4cd4d;background:#e3efc009;box-shadow:inset 0 0 26px #e5f1c214,0 0 24px #c1da841a;filter:brightness(1.035)}.world-hotspot:hover .hotspot-label,.world-hotspot:focus-visible .hotspot-label{top:50%;left:calc(100% + .65rem);display:grid;width:max-content;min-width:140px;max-width:205px;height:auto;overflow:visible;margin:0;padding:.6rem .72rem;clip:auto;clip-path:none;color:#f0f4e5;white-space:normal;border:1px solid rgba(224,235,190,.24);border-radius:11px;background:#050e09c2;box-shadow:0 12px 32px #0000004d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transform:translateY(-50%);animation:hotspot-card-in .25s ease-out}.hotspot-harpy:hover .hotspot-label,.hotspot-harpy:focus-visible .hotspot-label,.hotspot-frost:hover .hotspot-label,.hotspot-frost:focus-visible .hotspot-label,.hotspot-dwarf:hover .hotspot-label,.hotspot-dwarf:focus-visible .hotspot-label,.hotspot-life:hover .hotspot-label,.hotspot-life:focus-visible .hotspot-label,.hotspot-roadmap:hover .hotspot-label,.hotspot-roadmap:focus-visible .hotspot-label{right:calc(100% + .65rem);left:auto;text-align:right}.hotspot-heart:hover .hotspot-label,.hotspot-heart:focus-visible .hotspot-label,.hotspot-sanctuary:hover .hotspot-label,.hotspot-sanctuary:focus-visible .hotspot-label,.hotspot-presale:hover .hotspot-label,.hotspot-presale:focus-visible .hotspot-label{top:calc(100% + .5rem);left:50%;text-align:center;transform:translate(-50%)}.world-hotspot:focus-visible{border-color:#e2f3a6b8;outline:2px solid rgba(226,243,166,.78);outline-offset:3px;background:#e3efc00a;box-shadow:inset 0 0 24px #e5f1c214,0 0 20px #c1da8424}.hotspot-flame{top:16%;left:7%}.hotspot-harpy{top:17%;right:7%;flex-direction:row-reverse;text-align:right}.hotspot-fairy{top:42%;left:6%}.hotspot-frost{top:43%;right:6%;flex-direction:row-reverse;text-align:right}.hotspot-heart{top:44%;left:50%;width:13%;height:12%;transform:translate(-50%)}.desktop-world-map .village-hotspot.hotspot-heart{top:35.5%;left:48%;width:9%;height:9%;transform:translate(-50%)}.hotspot-life{top:59%;right:8%;flex-direction:row-reverse;text-align:right}.hotspot-raccoon{top:78%;left:7%}.hotspot-dwarf{top:69%;right:6%;flex-direction:row-reverse;text-align:right}.hotspot-sanctuary{top:71%;left:50%;width:18%;height:10%;transform:translate(-50%)}.hotspot-roadmap{top:86%;right:12%;flex-direction:row-reverse;text-align:right}.hotspot-presale{top:88%;left:50%;width:24%;height:8%;transform:translate(-50%)}.mobile-world-map{display:none}@keyframes map-fog-drift{0%{margin-left:-2%}to{margin-left:2%}}@keyframes map-fog-drift-reverse{0%{margin-left:2%}to{margin-left:-2%}}@keyframes map-particle-float{0%{opacity:0;transform:translate3d(0,20px,0) scale(.7)}18%{opacity:.42}78%{opacity:.24}to{opacity:0;transform:translate3d(15px,-80px,0) scale(1.1)}}@keyframes hotspot-card-in{0%{opacity:0;scale:.96}to{opacity:1;scale:1}}@media(max-width:760px){.desktop-world-map{display:none}.mobile-world-map{display:block}.mobile-map-panel{position:relative;min-height:max(720px,100svh);overflow:hidden;background-image:url(/assets/illustrations/hero-world-tree-mobile.webp);background-repeat:no-repeat;background-size:142% auto}.mobile-map-panel:after{position:absolute;inset:0;pointer-events:none;opacity:.08;background:radial-gradient(ellipse at 20% 35%,#e3e9dc,transparent 30%),radial-gradient(ellipse at 82% 68%,#dce5d9,transparent 26%);filter:blur(18px);animation:map-fog-drift 34s ease-in-out infinite alternate;content:""}.mobile-crown{min-height:max(860px,110svh);background-position:50% 0%}.mobile-middle{background-position:50% 36%}.mobile-heart{background-position:50% 57%}.mobile-roots{min-height:max(820px,105svh);background-position:50% 100%}.mobile-panel-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,7,5,.64),transparent 28%,transparent 72%,rgba(2,7,5,.62)),linear-gradient(90deg,rgba(2,7,5,.34),transparent 50%,rgba(2,7,5,.34))}.mobile-crown .mobile-panel-shade{background:linear-gradient(180deg,#020705d1,#02070538 42%,#020705ad),linear-gradient(90deg,rgba(2,7,5,.38),transparent 50%,rgba(2,7,5,.38))}.mobile-map-panel .map-hero-interface{top:8rem;width:calc(100% - 2rem)}.mobile-map-panel .map-hero-interface h1{font-size:clamp(3rem,15vw,5rem)}.mobile-map-panel .map-hero-description{max-width:34ch;font-size:.95rem}.mobile-map-panel .hero-actions{width:min(100%,340px);align-items:stretch;flex-direction:column}.mobile-map-panel .button{width:100%}.mobile-hotspots{position:absolute;inset:0;z-index:5}.mobile-hotspots .world-hotspot{top:58%}.mobile-hotspots .world-hotspot{width:42%;height:18%}.mobile-hotspots .mobile-left{left:.75rem}.mobile-hotspots .mobile-right{right:.75rem}.mobile-hotspots .mobile-center{top:30%;left:50%;width:40%;height:18%;transform:translate(-50%)}.mobile-heart .mobile-heart-crystal{top:2%;left:50%;width:38%;height:18%;transform:translate(-50%)}.mobile-hotspots .mobile-lower{top:70%}.mobile-hotspots .mobile-bottom{top:84%;left:50%;width:65%;height:12%;transform:translate(-50%)}.mobile-crown .mobile-hotspots .world-hotspot{top:72%}.mobile-middle .mobile-hotspots .world-hotspot{top:47%}.mobile-roots .mobile-hotspots .world-hotspot:not(.mobile-lower):not(.mobile-bottom){top:40%}}@media(prefers-reduced-motion:reduce){.world-hotspot,.hotspot-pulse,.hotspot-label{transition:none!important}.world-map-image,.map-depth-background,.map-light-layer,.map-particle-layer{transform:none!important}.map-fog-layer,.map-particle-layer span,.mobile-map-panel:after{animation:none!important}}.post-map-journey{position:relative;overflow:hidden;background:radial-gradient(ellipse at 50% 10%,rgba(99,133,78,.15),transparent 25%),radial-gradient(ellipse at 50% 50%,rgba(72,90,117,.12),transparent 32%),linear-gradient(180deg,#050b08,#0a1510 40%,#050b08)}.post-map-journey:before{position:absolute;top:0;bottom:0;left:50%;width:2px;opacity:.3;background:linear-gradient(transparent,#839b5c 12%,#5d7551 58%,transparent);box-shadow:0 0 24px #a2bd663d;content:""}.lore-section,.presale-section,.ecosystem-section,.landing-roadmap,.landing-community{position:relative;width:min(calc(100% - 2rem),var(--max-width));margin:0 auto}.lore-section{display:grid;min-height:900px;grid-template-columns:.9fr 1.1fr;gap:clamp(3rem,9vw,9rem);align-items:center;padding:8rem 0}.lore-light{position:absolute;top:8%;left:9%;width:45%;height:75%;opacity:.15;background:radial-gradient(ellipse,rgba(177,225,192,.75),transparent 62%);filter:blur(50px);animation:lore-light-breathe 9s ease-in-out infinite alternate}.lore-crystal{position:relative;display:grid;min-height:560px;place-items:center}.lore-crystal-core{position:relative;z-index:2;width:clamp(120px,17vw,210px);height:clamp(190px,25vw,310px);background:linear-gradient(145deg,#ecffd1,#82d9c5 31%,#777fd0 64%,#b064cf);clip-path:polygon(50% 0,91% 27%,76% 82%,50% 100%,23% 82%,9% 27%);filter:drop-shadow(0 0 28px rgba(137,215,191,.55));animation:lore-crystal-float 8s ease-in-out infinite}.lore-crystal-core:after{position:absolute;inset:10% 43% 14%;background:linear-gradient(#fff,transparent);opacity:.58;content:""}.lore-crystal-ring{position:absolute;border:1px solid rgba(162,214,186,.3);border-radius:50%;animation:lore-ring-turn 30s linear infinite}.lore-ring-one{width:72%;aspect-ratio:1;transform:rotateX(68deg)}.lore-ring-two{width:48%;aspect-ratio:1;border-color:#b499da47;animation-direction:reverse}.lore-copy{position:relative;z-index:2}.lore-copy h2,.presale-heading h2,.ecosystem-section h2,.landing-roadmap h2,.landing-community h2{margin-bottom:1.5rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.5rem,5.5vw,5rem);font-weight:500}.lore-copy>p:not(.eyebrow){max-width:650px;color:var(--muted);font-size:clamp(1rem,1.8vw,1.2rem)}.lore-copy .lore-closing{margin-top:2rem;color:#dce7d3;font-family:Georgia,serif;font-size:clamp(1.2rem,2.2vw,1.55rem)}.presale-section{scroll-margin-top:90px;padding:clamp(7rem,12vw,12rem) 0}.presale-section:before{position:absolute;inset:4% -8%;z-index:0;border-radius:50%;background:radial-gradient(ellipse at 50% 46%,rgba(105,98,169,.22),transparent 38%),radial-gradient(ellipse at 50% 65%,rgba(80,133,94,.16),transparent 52%);filter:blur(20px);content:""}.presale-portal{position:absolute;top:50%;left:50%;z-index:0;width:min(92vw,920px);aspect-ratio:1;transform:translate(-50%,-50%);pointer-events:none}.portal-ring{position:absolute;top:50%;left:50%;border:1px solid rgba(192,205,153,.2);border-radius:50%;transform:translate(-50%,-50%)}.portal-ring-outer{width:100%;height:66%;box-shadow:inset 0 0 70px #7f6db414;animation:portal-turn 38s linear infinite}.portal-ring-inner{width:72%;height:85%;border-color:#94c6ab33;animation:portal-turn-reverse 44s linear infinite}.portal-crystal{position:absolute;top:18%;left:50%;width:60px;height:92px;background:linear-gradient(145deg,#eaffc9,#7dd0bd 45%,#9b67ca);clip-path:polygon(50% 0,90% 30%,68% 100%,32% 100%,10% 30%);filter:drop-shadow(0 0 18px rgba(139,211,184,.5));transform:translate(-50%)}.presale-content{position:relative;z-index:2;width:min(100%,900px);margin:0 auto;padding:clamp(2rem,6vw,5rem);border:1px solid rgba(198,214,158,.19);border-radius:48% 52% 44% 56%/8% 8% 6% 6%;background:linear-gradient(160deg,#0d1a14e6,#0a1015e0);box-shadow:inset 0 0 70px #71855414,0 38px 100px #0000006b;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.presale-heading{max-width:720px;margin:0 auto 3rem;text-align:center}.presale-heading p:last-child{color:var(--muted)}.presale-stats{display:grid;grid-template-columns:repeat(5,1fr);margin:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.presale-stats div{padding:1.4rem .8rem;text-align:center}.presale-stats dt{min-height:2.4em;color:var(--muted);font-size:.66rem;letter-spacing:.07em;text-transform:uppercase}.presale-stats dd{margin:.65rem 0 0;color:#edf4dc;font-family:Georgia,serif;font-size:1.15rem}.presale-progress{margin:2.5rem 0 2rem}.progress-label{display:flex;justify-content:space-between;margin-bottom:.65rem;color:var(--muted);font-size:.78rem}.crystal-progress-track{height:8px;overflow:hidden;border:1px solid rgba(184,213,106,.22);border-radius:999px;background:#020805b3}.crystal-progress-track span{display:block;height:100%;background:linear-gradient(90deg,#7dbb83,#a6d1b8,#a487cd);box-shadow:0 0 16px #8ecda180}.presale-countdown{display:grid;grid-template-columns:repeat(4,1fr);gap:.65rem;max-width:560px;margin:0 auto 2.5rem}.presale-countdown div{padding:1rem .5rem;text-align:center;border-bottom:1px solid rgba(184,213,106,.2)}.presale-countdown strong,.presale-countdown span{display:block}.presale-countdown strong{font-family:Georgia,serif;font-size:1.65rem}.presale-countdown span{margin-top:.3rem;color:var(--muted);font-size:.62rem;letter-spacing:.08em;text-transform:uppercase}.presale-actions{display:flex;justify-content:center;gap:.75rem}.presale-note{margin:1rem 0 0;color:var(--muted);font-size:.72rem;text-align:center}.ecosystem-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(3rem,8vw,8rem);align-items:center;padding:clamp(7rem,11vw,11rem) 0}.ecosystem-section ul{display:grid;gap:0;margin:0;padding:0;list-style:none}.ecosystem-section li{display:grid;grid-template-columns:52px 1fr;align-items:center;padding:1.15rem 0;color:#d9e3d4;border-bottom:1px solid var(--line)}.ecosystem-section li span{color:var(--gold);font-family:Georgia,serif}.landing-roadmap{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(3rem,8vw,8rem);align-items:center;padding:clamp(7rem,11vw,11rem) 0}.roadmap-path{position:relative;display:grid;gap:3rem}.roadmap-path:before{position:absolute;top:0;bottom:0;left:7px;width:2px;background:linear-gradient(var(--accent),rgba(184,213,106,.08));content:""}.roadmap-path span{position:relative;padding-left:2.5rem;color:var(--muted);font-family:Georgia,serif;font-size:1.25rem}.roadmap-path span:before{position:absolute;top:.35rem;left:0;width:16px;height:16px;border:1px solid #65745b;border-radius:50%;background:#0a1510;content:""}.roadmap-path span.is-current{color:#edf4dc}.roadmap-path span.is-current:before{border-color:var(--accent);background:var(--accent);box-shadow:0 0 17px #b8d56a66}.landing-community{padding:clamp(8rem,14vw,14rem) 1rem;text-align:center}.landing-community h2,.landing-community p{margin-right:auto;margin-left:auto}.landing-community>p:last-child{max-width:620px;color:var(--muted)}@keyframes lore-light-breathe{to{opacity:.25;transform:scale(1.08)}}@keyframes lore-crystal-float{50%{transform:translateY(-12px) rotate(.5deg);filter:drop-shadow(0 0 42px rgba(137,215,191,.7))}}@keyframes lore-ring-turn{to{rotate:360deg}}@keyframes portal-turn{to{rotate:360deg}}@keyframes portal-turn-reverse{to{rotate:-360deg}}@media(max-width:820px){.lore-section,.ecosystem-section,.landing-roadmap{grid-template-columns:1fr}.lore-section{min-height:0}.lore-crystal{min-height:440px}.presale-stats{grid-template-columns:repeat(2,1fr)}.presale-stats div:last-child{grid-column:1 / -1}}@media(max-width:560px){.post-map-journey:before{opacity:.18}.lore-section{padding:6rem 0}.lore-crystal{min-height:350px}.presale-section{padding:6rem 0}.presale-content{padding:3.5rem 1.15rem 2rem;border-radius:44px}.presale-stats{grid-template-columns:1fr 1fr}.presale-stats div{padding:1rem .4rem}.presale-countdown{gap:.2rem}.presale-actions{align-items:stretch;flex-direction:column}.presale-actions .button{width:100%}.ecosystem-section,.landing-roadmap{padding:6rem 0}.landing-community{padding:8rem 1rem}}@media(prefers-reduced-motion:reduce){.lore-light,.lore-crystal-core,.lore-crystal-ring,.portal-ring{animation:none!important}}.village-hotspot{position:absolute;z-index:8;padding:0;border:0;border-radius:42% 48% 45% 52%;background:transparent;cursor:pointer;transition:background .35s ease,box-shadow .35s ease,filter .35s ease}.village-hotspot:hover,.village-hotspot:focus-visible,.village-hotspot.is-active{background:#f2f8da06;box-shadow:inset 0 0 42px #e8f2c41a,0 0 28px #c5da9214;filter:brightness(1.025)}.village-hotspot:focus-visible{outline:2px solid rgba(226,243,166,.55);outline-offset:3px}.village-tooltip{position:absolute;top:50%;left:calc(100% + .8rem);z-index:20;display:flex;visibility:hidden;width:min(260px,24vw);gap:.7rem;align-items:flex-start;padding:.8rem .9rem;opacity:0;color:#eef4e5;border:1px solid rgba(222,235,183,.22);border-radius:14px;background:#050e09cc;box-shadow:0 16px 38px #00000052;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);pointer-events:none;transform:translateY(calc(-50% + 8px)) scale(.96);filter:blur(3px)}.village-hotspot:hover .village-tooltip,.village-hotspot:focus-visible .village-tooltip,.village-hotspot.is-active .village-tooltip{visibility:visible;opacity:1;filter:blur(0);animation:village-tooltip-in .28s ease-out both,village-tooltip-float 4s ease-in-out .28s infinite}.village-tooltip>span:last-child{display:grid;gap:.3rem;text-align:left}.village-tooltip strong{font-family:Georgia,Times New Roman,serif;font-size:1rem;font-weight:500}.village-tooltip small{color:#bdc9b8;font-size:.72rem;line-height:1.45}.village-symbol{display:grid;flex:0 0 28px;width:28px;height:28px;place-items:center;color:var(--gold);border:1px solid rgba(216,184,107,.28);border-radius:50%;font-size:.8rem}.village-harpy{top:3%;right:5%;width:43%;height:15%}.village-flame{top:18%;left:20%;width:58%;height:17%}.village-frost{top:34%;right:1%;width:46%;height:17%}.village-fairy{top:42%;left:0;width:44%;height:18%}.village-dwarf{top:55%;right:0;width:55%;height:23%}.village-raccoon{top:67%;left:0;width:47%;height:21%}.village-forge{top:81%;right:0;width:62%;height:17%}.village-harpy .village-tooltip,.village-frost .village-tooltip,.village-dwarf .village-tooltip,.village-forge .village-tooltip{right:calc(100% + .8rem);left:auto}@keyframes village-tooltip-in{0%{opacity:0;transform:translateY(calc(-50% + 8px)) scale(.96);filter:blur(3px)}to{opacity:1;transform:translateY(-50%) scale(1);filter:blur(0)}}@keyframes village-tooltip-float{0%,to{transform:translateY(-50%) scale(1)}50%{transform:translateY(calc(-50% - 6px)) scale(1)}}@media(max-width:760px){.mobile-village{z-index:9;width:46%;height:25%}.mobile-crown .mobile-village-1{top:19%;right:2%;left:auto}.mobile-crown .mobile-village-2{top:55%;left:5%}.mobile-middle .mobile-village-1{top:35%;right:1%;left:auto}.mobile-middle .mobile-village-2{top:40%;left:1%}.mobile-roots .mobile-village-1{top:30%;right:0;left:auto}.mobile-roots .mobile-village-2{top:35%;left:0}.mobile-roots .mobile-village-3{top:72%;right:1%;left:auto;width:61%}.mobile-village .village-tooltip,.mobile-village-1 .village-tooltip,.mobile-village-2 .village-tooltip,.mobile-village-3 .village-tooltip{position:fixed;top:auto;right:max(1rem,env(safe-area-inset-right));bottom:max(1rem,env(safe-area-inset-bottom));left:max(1rem,env(safe-area-inset-left));width:auto;max-width:none;transform:translateY(8px) scale(.96)}.mobile-village:hover .village-tooltip,.mobile-village:focus-visible .village-tooltip,.mobile-village.is-active .village-tooltip{animation:village-mobile-tooltip-in .28s ease-out both,village-mobile-tooltip-float 4s ease-in-out .28s infinite}.mobile-village:hover:not(.is-active):not(:focus-visible) .village-tooltip{visibility:hidden;opacity:0;animation:none}}@keyframes village-mobile-tooltip-in{0%{opacity:0;transform:translateY(8px) scale(.96);filter:blur(3px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@keyframes village-mobile-tooltip-float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-6px) scale(1)}}@media(prefers-reduced-motion:reduce){.village-hotspot,.village-tooltip{transition:none!important}.village-hotspot .village-tooltip{animation:none!important}}.village-hotspot:hover,.village-hotspot:focus-visible,.village-hotspot.is-active{background:color-mix(in srgb,var(--accent-color) 3%,transparent);box-shadow:inset 0 0 42px color-mix(in srgb,var(--accent-color) 10%,transparent),0 0 24px color-mix(in srgb,var(--accent-color) 8%,transparent)}.village-tooltip{inset:auto;width:min(250px,24vw);border:1px solid color-mix(in srgb,var(--accent-color) 75%,white 10%);background:linear-gradient(135deg,color-mix(in srgb,var(--accent-color) 18%,rgba(8,14,20,.92)),#080e14e0);box-shadow:0 10px 35px #00000073,0 0 18px color-mix(in srgb,var(--accent-color) 32%,transparent),inset 0 0 20px color-mix(in srgb,var(--accent-color) 10%,transparent);transform:var(--tooltip-anchor) translate(var(--tooltip-offset-x),var(--tooltip-offset-y)) translateY(10px) scale(.97)}.village-tooltip:before{position:absolute;top:-1px;right:18px;left:18px;height:1px;background:linear-gradient(90deg,transparent,var(--accent-color),transparent);box-shadow:0 0 10px color-mix(in srgb,var(--accent-color) 55%,transparent);content:""}.village-tooltip[data-tooltip-side=right]{--tooltip-anchor: translateY(-50%);top:50%;left:100%}.village-tooltip[data-tooltip-side=left]{--tooltip-anchor: translateY(-50%);top:50%;right:100%}.village-tooltip[data-tooltip-side=below]{--tooltip-anchor: translateX(-50%);top:100%;left:50%}.village-tooltip[data-tooltip-side=above]{--tooltip-anchor: translateX(-50%);bottom:100%;left:50%}.village-tooltip[data-tooltip-side=below][data-tooltip-align=start],.village-tooltip[data-tooltip-side=above][data-tooltip-align=start]{--tooltip-anchor: translateX(0);right:auto;left:0}.village-tooltip[data-tooltip-side=below][data-tooltip-align=end],.village-tooltip[data-tooltip-side=above][data-tooltip-align=end]{--tooltip-anchor: translateX(0);right:0;left:auto}.village-tooltip strong{color:color-mix(in srgb,var(--accent-color) 68%,white 32%)}.village-tooltip small{color:#f0ecdf;opacity:.88}.village-symbol{color:var(--accent-color);border-color:color-mix(in srgb,var(--accent-color) 48%,transparent);background:color-mix(in srgb,var(--accent-color) 9%,transparent);box-shadow:0 0 12px color-mix(in srgb,var(--accent-color) 20%,transparent)}.village-hotspot:hover .village-tooltip,.village-hotspot:focus-visible .village-tooltip,.village-hotspot.is-active .village-tooltip{animation:village-color-tooltip-in .34s ease-out both,village-color-tooltip-float 4s ease-in-out .34s infinite}@keyframes village-color-tooltip-in{0%{opacity:0;filter:blur(3px);transform:var(--tooltip-anchor) translate(var(--tooltip-offset-x),var(--tooltip-offset-y)) translateY(10px) scale(.97);box-shadow:0 10px 35px #00000073,0 0 30px color-mix(in srgb,var(--accent-color) 52%,transparent),inset 0 0 25px color-mix(in srgb,var(--accent-color) 18%,transparent)}to{opacity:1;filter:blur(0);transform:var(--tooltip-anchor) translate(var(--tooltip-offset-x),var(--tooltip-offset-y)) translateY(0) scale(1);box-shadow:0 10px 35px #00000073,0 0 18px color-mix(in srgb,var(--accent-color) 22%,transparent),inset 0 0 20px color-mix(in srgb,var(--accent-color) 10%,transparent)}}@keyframes village-color-tooltip-float{0%,to{transform:var(--tooltip-anchor) translate(var(--tooltip-offset-x),var(--tooltip-offset-y)) translateY(0) scale(1)}50%{transform:var(--tooltip-anchor) translate(var(--tooltip-offset-x),var(--tooltip-offset-y)) translateY(-4px) scale(1)}}@media(max-width:760px){.mobile-village .village-tooltip,.mobile-village-1 .village-tooltip,.mobile-village-2 .village-tooltip,.mobile-village-3 .village-tooltip{position:absolute;width:min(240px,calc(100vw - 2rem));max-width:none}.mobile-village:hover .village-tooltip,.mobile-village:focus-visible .village-tooltip,.mobile-village.is-active .village-tooltip{animation:village-color-tooltip-in .34s ease-out both,village-color-tooltip-float 4s ease-in-out .34s infinite}}@media(prefers-reduced-motion:reduce){.village-hotspot:hover .village-tooltip,.village-hotspot:focus-visible .village-tooltip,.village-hotspot.is-active .village-tooltip{transform:var(--tooltip-anchor) translate(var(--tooltip-offset-x),var(--tooltip-offset-y)) scale(1);animation:none!important;filter:none}}.development-page{overflow:hidden;color:#f2f1e8;background:radial-gradient(circle at 50% 0,rgba(104,124,76,.12),transparent 34rem),#070d0a}.app-shell:has(.development-page) .site-header{position:absolute;top:0;right:0;left:0;border-bottom-color:#efe4ba1f;background:linear-gradient(180deg,#030806d1,#03080633);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.app-shell:has(.development-page) .site-footer{width:100%;margin:0;padding-right:max(1rem,calc((100vw - var(--max-width)) / 2));padding-left:max(1rem,calc((100vw - var(--max-width)) / 2));background:#070d0a}.development-hero{position:relative;display:grid;min-height:100svh;place-items:center;overflow:hidden;isolation:isolate;padding:8rem clamp(1rem,4vw,4rem) 5rem}.development-background{position:absolute;inset:0;z-index:-3;width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.84) contrast(1.04)}.development-overlay{position:absolute;inset:0;z-index:-2;background:radial-gradient(circle at 50% 45%,#040a071a 0,#04090747 44%,#030705a3),linear-gradient(180deg,#0206046b,#0206041a 44%,#040907db)}.development-intro{width:min(100%,850px);text-align:center;text-shadow:0 4px 28px rgba(0,0,0,.9)}.development-kicker{margin-bottom:1rem;color:#dec680;font-size:.7rem;font-weight:700;letter-spacing:.28em;text-transform:uppercase}.development-intro h1{margin-bottom:1rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(3.2rem,7vw,7.2rem);font-weight:500;text-wrap:balance}.development-intro>p:not(.development-kicker){color:#e3e5da;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.15rem,2.2vw,1.65rem)}#seed-container{width:clamp(130px,18vw,220px);height:clamp(170px,24vw,290px);margin:1rem auto 0}.current-status{position:absolute;right:clamp(1.25rem,4vw,5rem);bottom:clamp(2rem,6vh,5rem);width:min(310px,calc(100% - 2rem));padding:1.55rem;border:1px solid rgba(220,187,105,.38);border-radius:24px;background:linear-gradient(145deg,#0a120ec2,#070c0a94);box-shadow:0 24px 70px #0000007a,inset 0 1px #ffffff0d,0 0 30px #d8b86b14;-webkit-backdrop-filter:blur(18px) saturate(.9);backdrop-filter:blur(18px) saturate(.9)}.status-label,.current-status dt{color:#aeb5a7;font-size:.65rem;letter-spacing:.13em;text-transform:uppercase}.status-label{margin-bottom:.55rem}.status-stage{margin-bottom:0;color:#f3e8c2;font-family:Georgia,serif;font-size:1.75rem;line-height:1.2}.status-stage span{margin-right:.35rem;font-size:1.2rem}.status-divider{height:1px;margin:1.25rem 0;background:linear-gradient(90deg,rgba(216,184,107,.55),transparent)}.current-status dl{display:grid;gap:1rem;margin:0}.current-status dl div{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.current-status dt{flex:0 0 auto}.current-status dd{margin:0;color:#eeefe7;font-family:Georgia,serif;font-size:.95rem;text-align:right}.development-content{width:min(calc(100% - 2rem),var(--max-width));margin:0 auto}.development-section{padding:clamp(6rem,10vw,10rem) 0}.development-heading{max-width:700px;margin-bottom:clamp(2rem,5vw,4rem)}.development-heading h2{margin-bottom:1rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.5rem,5vw,4.8rem);font-weight:500}.development-heading>p:last-child{color:var(--muted)}.progress-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.progress-card{min-height:370px;padding:clamp(1.5rem,3vw,2.2rem);border:1px solid rgba(218,198,139,.18);border-radius:24px;background:linear-gradient(150deg,#151f19d1,#0a110db8);box-shadow:0 24px 65px #00000038,inset 0 1px #ffffff09;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.progress-card:hover{border-color:#dcbb696b;transform:translateY(-6px);box-shadow:0 30px 80px #00000057,0 0 24px #d8b86b0f}.progress-card header{display:flex;align-items:center;gap:.75rem;margin-bottom:2.25rem}.progress-card h3{margin:0;font-family:Georgia,serif;font-size:1.35rem;font-weight:500}.progress-count{margin-left:auto;color:#887c5b;font-size:.68rem;letter-spacing:.12em}.progress-rune,.item-marker{display:inline-block;flex:0 0 auto;border:1px solid rgba(216,184,107,.55);border-radius:50%}.progress-rune{width:11px;height:11px;box-shadow:0 0 10px #d8b86b2e}.progress-card-active .progress-rune{background:#d3b552;box-shadow:0 0 14px #d3b5527a}.progress-card-completed .progress-rune{background:#8da96c;border-color:#b4cc8a}.progress-card ul{display:grid;gap:1rem;margin:0;padding:0;list-style:none}.progress-card li{display:flex;align-items:center;gap:.8rem;color:#daddd3;padding-bottom:1rem;border-bottom:1px solid rgba(229,219,183,.09)}.item-marker{width:7px;height:7px;border-color:#d8b86b73}.progress-card-completed .item-marker{background:#8da96c;border-color:#8da96c}.progress-card-active .item-marker{background:#d3b552;border-color:#d3b552;box-shadow:0 0 9px #d3b55259}.news-section{padding-top:2rem}.news-timeline{position:relative;display:grid;gap:1rem;margin:0 0 4rem;padding:0;list-style:none}.news-timeline:before{position:absolute;top:2rem;bottom:2rem;left:8.5rem;width:1px;background:linear-gradient(#d8b86b,#d8b86b14);content:""}.news-timeline li{position:relative;display:grid;grid-template-columns:8.5rem 1fr;align-items:center;min-height:105px;border:1px solid rgba(218,198,139,.14);border-radius:20px;background:linear-gradient(110deg,#121d16c2,#090f0ca8);box-shadow:0 18px 55px #0000002e}.news-timeline li:before{position:absolute;left:calc(8.5rem - 5px);width:9px;height:9px;border:1px solid #d8b86b;border-radius:50%;background:#111912;box-shadow:0 0 10px #d8b86b47;content:""}.news-timeline time{padding:1.4rem;color:#d8c79b;font-size:.72rem;letter-spacing:.07em;text-transform:uppercase}.news-timeline p{margin:0;padding:1.4rem 2rem;color:#e6e8df;font-family:Georgia,serif;font-size:clamp(1rem,2vw,1.2rem)}@media(max-width:1000px){.development-hero{padding-bottom:4rem;align-content:center}.development-intro{margin-top:2rem}.current-status{position:relative;right:auto;bottom:auto;margin:1rem auto 0}#seed-container{height:120px}}@media(max-width:820px){.progress-card-grid{grid-template-columns:1fr}.progress-card{min-height:0}}@media(max-width:560px){.development-hero{min-height:auto;padding:8rem 1rem 4rem}.development-intro h1{font-size:clamp(2.9rem,15vw,4.4rem)}.development-kicker{letter-spacing:.18em}#seed-container{height:90px}.current-status{margin-top:.5rem}.news-timeline:before{left:1.55rem}.news-timeline li{display:block;padding-left:1.4rem}.news-timeline li:before{top:1.7rem;left:calc(1.55rem - 4px);width:7px;height:7px}.news-timeline time{display:block;padding:1.35rem 1.4rem .2rem}.news-timeline p{padding:.35rem 1.4rem 1.35rem}}@media(prefers-reduced-motion:reduce){.progress-card{transition:none}}.development-page{position:relative;isolation:isolate;min-height:100vh;background:#07100d}.development-background{position:fixed;inset:0;z-index:-3;width:100vw;height:100vh;object-fit:cover;object-position:50% 50%;filter:saturate(.8) brightness(.64) contrast(1.06);transform:none}.development-overlay{position:absolute;inset:0;z-index:-2;pointer-events:none;background:linear-gradient(180deg,#0308072e 0,#0309071f 23%,#030a0861 45%,#03090745 75%,#0308078c),radial-gradient(ellipse at 50% 12%,transparent 12%,rgba(2,7,6,.25) 72%)}.development-hero{position:relative;display:grid;min-height:100svh;place-items:center;overflow:visible;padding:8.5rem clamp(1rem,4vw,4rem) 5rem}.development-intro{transform:translateY(-8vh)}.development-intro h1{max-width:1000px;margin:0 auto 1rem;font-size:clamp(4rem,7.5vw,7.6rem);line-height:.94;letter-spacing:-.045em}.development-intro>p:not(.development-kicker){margin-bottom:0}.development-kicker{color:#e1c750;letter-spacing:.3em}#seed-container{width:clamp(170px,22vw,320px);height:clamp(190px,24vw,350px);margin:0 auto}.current-status{right:clamp(1.25rem,4vw,4.5rem);bottom:clamp(2rem,6vh,4.5rem);width:min(295px,calc(100% - 2rem));padding:1.45rem;border-color:#e0bf468f;border-radius:22px;background:linear-gradient(145deg,#041110e0,#020d0dc7);box-shadow:0 28px 75px #00000075,inset 0 1px #ffffff0f;-webkit-backdrop-filter:blur(20px) saturate(.85);backdrop-filter:blur(20px) saturate(.85)}.current-status dl{gap:.85rem}.current-status dl div{min-height:30px}.status-stage{font-size:1.7rem}.status-divider{margin:1rem 0;background:#e2d0932e}.completion-heading{display:grid;gap:.22rem}.completion-heading span{color:#aeb5a7;font-size:.65rem;letter-spacing:.13em;text-transform:uppercase}.completion-heading strong{color:#f4f0df;font-family:Georgia,serif;font-size:1.65rem;font-weight:500}.completion-track{height:4px;margin-top:.2rem;overflow:hidden;border-radius:999px;background:#e8eadc47}.completion-track span{display:block;width:18%;height:100%;background:#dfc72e;box-shadow:0 0 9px #dfc72e8c}.development-content{width:min(calc(100% - 2rem),1240px)}.development-section{position:relative;padding:clamp(6rem,10vw,9rem) 0}.progress-section:before,.news-section:before{position:absolute;inset:-2rem -20vw;z-index:-1;background:linear-gradient(180deg,#030e0c4d,#030e0c26 48%,#030e0c52);-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);content:""}.development-heading{display:grid;grid-template-columns:minmax(300px,.9fr) minmax(260px,1fr);max-width:760px;align-items:end;gap:clamp(2rem,7vw,7rem);margin-bottom:2.5rem}.development-heading h2{margin:0;font-size:clamp(3rem,5vw,5rem);line-height:.92;letter-spacing:-.04em}.development-heading .eyebrow{color:#e1c750;letter-spacing:.16em}.development-heading>p{margin:0 0 .45rem;color:#d1d5cf;font-size:.92rem;line-height:1.7}.progress-card-grid{gap:1.15rem}.progress-card{min-height:330px;padding:1.65rem 1.8rem;border-radius:22px;background:linear-gradient(155deg,#051714db,#030f0ebf);-webkit-backdrop-filter:blur(17px) saturate(.84);backdrop-filter:blur(17px) saturate(.84)}.progress-card-completed{border-color:#67cf6c7a;box-shadow:0 22px 60px #00000047,inset 0 -2px #53df5ba6,0 12px 35px #3ecf4c14}.progress-card-active{border-color:#e0bf4685;box-shadow:0 22px 60px #00000047,inset 0 -2px #e8c024b8,0 12px 35px #e8c02414}.progress-card-planned{border-color:#c7ccc76b;box-shadow:0 22px 60px #00000047,inset 0 -2px #d2d7d48f,0 12px 35px #d2d7d40f}.progress-card:hover{transform:translateY(-3px)}.progress-card header{margin-bottom:1.4rem}.progress-card h3{font-size:1.25rem}.progress-card ul{gap:0}.progress-card li{min-height:50px;padding:.75rem 0}.progress-card li>span:nth-child(2){flex:1}.item-icon{color:#d8c55c;font-size:1.1rem;text-align:right}.progress-card-planned .item-icon{color:#c8cbc7}.news-section{padding-top:clamp(6rem,10vw,9rem)}.news-heading{max-width:720px}.news-heading h2{white-space:nowrap}.news-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.15rem;padding-bottom:2rem}.news-card{overflow:hidden;border:1px solid rgba(218,198,139,.26);border-radius:22px;background:linear-gradient(155deg,#041413e0,#020e0ecc);box-shadow:0 24px 60px #0000004d;-webkit-backdrop-filter:blur(17px);backdrop-filter:blur(17px)}.news-meta{display:flex;min-height:42px;align-items:center;justify-content:space-between;padding:.7rem 1rem;color:#c8cec5;font-size:.65rem}.news-meta span{color:#d8c64c;font-weight:700}.news-card-1 .news-meta span{color:#7bc57d}.news-card-3 .news-meta span{color:#b98ed5}.news-card>img{display:block;width:100%;height:180px;object-fit:cover;border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05);filter:saturate(.76) brightness(.77)}.news-copy{padding:1.15rem 1.25rem 1.3rem}.news-copy h3{margin-bottom:.55rem;font-family:Georgia,serif;font-size:1.25rem;font-weight:500}.news-copy p{min-height:3.8em;margin-bottom:1rem;color:#c8cec7;font-size:.82rem;line-height:1.55}.news-copy a{color:#dfc936;font-size:.78rem;text-decoration:none}.news-copy a:hover{color:#f0df69}@media(max-width:1000px){.development-intro{margin-top:0;transform:none}.development-hero{align-content:center;padding-top:9rem}.current-status{position:relative;right:auto;bottom:auto;margin:-1rem auto 0}#seed-container{height:150px}}@media(max-width:820px){.development-heading{grid-template-columns:1fr;gap:1.25rem}.progress-card-grid,.news-card-grid{grid-template-columns:1fr}.progress-card{min-height:0}.news-card>img{height:clamp(180px,46vw,300px)}}@media(max-width:560px){.development-background{object-position:50% 50%}.development-hero{min-height:100svh;padding-top:7.5rem}.development-intro h1{font-size:clamp(3rem,14vw,4.4rem)}.development-intro h1 br{display:none}#seed-container{height:105px}.current-status{padding:1.25rem}.development-section{padding:6rem 0}.development-heading h2{font-size:3.15rem}}.residents-page{width:min(calc(100% - 2rem),1320px);margin:0 auto;padding:clamp(5rem,9vw,8rem) 0 9rem}.residents-page:before{position:fixed;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(circle at 16% 14%,rgba(102,133,75,.16),transparent 31rem),radial-gradient(circle at 84% 46%,rgba(67,87,105,.13),transparent 34rem),linear-gradient(180deg,#0b1712,#07100d 60%,#09130f);content:""}.residents-hero{max-width:980px;margin:0 auto clamp(4rem,8vw,7rem);text-align:center}.residents-hero .eyebrow{color:var(--gold)}.residents-hero h1{margin-bottom:1.5rem;color:#f4f3eb;font-family:Georgia,Times New Roman,serif;font-size:clamp(3.25rem,7vw,6.7rem);font-weight:500;letter-spacing:-.045em;text-wrap:balance}.residents-hero>p:last-child{max-width:840px;margin:0 auto;color:#b8c3b8;font-size:clamp(1rem,1.6vw,1.18rem)}.residents-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1.5rem,3vw,2.6rem)}.resident-card{--race-accent: #b8d56a;min-width:0;overflow:hidden;border:1px solid color-mix(in srgb,var(--race-accent) 22%,rgba(255,255,255,.1));border-radius:28px;background:#08120ecc;box-shadow:0 28px 75px #0000004d,inset 0 1px #ffffff09;transition:border-color .35s ease,box-shadow .35s ease}.resident-card.is-open{grid-column:1 / -1;border-color:color-mix(in srgb,var(--race-accent) 42%,rgba(255,255,255,.1));box-shadow:0 38px 95px #0000006b,0 0 38px color-mix(in srgb,var(--race-accent) 10%,transparent)}.resident-card-trigger{position:relative;display:block;width:100%;height:clamp(590px,56vw,760px);overflow:hidden;padding:0;color:#fff;text-align:left;border:0;background:#07100d;cursor:pointer}.resident-card-trigger:after{position:absolute;inset:0;border:1px solid transparent;border-radius:inherit;box-shadow:inset 0 0 #0000;transition:box-shadow .35s ease;pointer-events:none;content:""}.resident-card-trigger>img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 36%;transition:transform .5s cubic-bezier(.2,.7,.25,1),filter .4s ease}.resident-card:not(.is-open) .resident-card-trigger:hover>img{transform:scale(1.025);filter:brightness(1.04)}.resident-card:not(.is-open) .resident-card-trigger:hover:after{box-shadow:inset 0 0 65px color-mix(in srgb,var(--race-accent) 16%,transparent)}.resident-card-trigger:focus-visible{outline:3px solid var(--race-accent);outline-offset:-6px}.resident-image-shade{position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,transparent 52%,rgba(3,9,6,.28) 68%,rgba(3,9,6,.94) 100%)}.resident-card-heading{position:absolute;right:clamp(1.4rem,4vw,2.4rem);bottom:clamp(1.4rem,4vw,2.3rem);left:clamp(1.4rem,4vw,2.4rem);display:grid;gap:.4rem;text-shadow:0 3px 22px rgba(0,0,0,.9)}.resident-card-heading small{color:color-mix(in srgb,var(--race-accent) 80%,white 20%);font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.resident-card-heading strong{font-family:Georgia,Times New Roman,serif;font-size:clamp(2.1rem,4vw,3.5rem);font-weight:500;letter-spacing:-.025em}.resident-card-heading>span{display:flex;max-width:260px;align-items:center;justify-content:space-between;gap:1rem;margin-top:.25rem;color:#d9dfd6;font-size:.76rem;letter-spacing:.045em;text-transform:uppercase}.resident-card-heading b{display:grid;width:30px;height:30px;place-items:center;border:1px solid color-mix(in srgb,var(--race-accent) 48%,transparent);border-radius:50%;background:#050f0a7a;font-size:1rem;font-weight:400}.resident-card.is-open .resident-card-trigger{height:clamp(430px,48vw,650px)}.resident-card.is-open .resident-card-trigger>img{object-position:center 30%}.resident-expansion{display:grid;grid-template-rows:0fr;visibility:hidden;opacity:0;transition:grid-template-rows .4s cubic-bezier(.2,.75,.3,1),opacity .28s ease,visibility 0s linear .4s}.resident-card.is-open .resident-expansion{grid-template-rows:1fr;visibility:visible;opacity:1;transition:grid-template-rows .4s cubic-bezier(.2,.75,.3,1),opacity .3s ease .08s,visibility 0s}.resident-expansion-inner{min-height:0;overflow:hidden;padding:0 clamp(1.25rem,4vw,3rem)}.resident-card.is-open .resident-expansion-inner{padding-top:clamp(2.5rem,5vw,4rem);padding-bottom:clamp(2rem,5vw,3.5rem)}.resident-expansion-inner>header{margin-bottom:2rem}.resident-expansion-inner>header .eyebrow{color:var(--race-accent)}.resident-expansion-inner>header h2{margin:0;color:#f0f2eb;font-family:Georgia,serif;font-size:clamp(2rem,4vw,3.7rem);font-weight:500}.evolution-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(.75rem,2vw,1.35rem)}.evolution-grid figure{position:relative;margin:0;overflow:hidden;opacity:0;border:1px solid color-mix(in srgb,var(--race-accent) 24%,rgba(255,255,255,.1));border-radius:18px;background:#050e0ab8;box-shadow:0 18px 42px #00000040;transform:translateY(14px)}.resident-card.is-open .evolution-grid figure{opacity:1;transform:translateY(0);transition:opacity .32s ease calc(80ms + var(--reveal-order) * 65ms),transform .36s ease calc(80ms + var(--reveal-order) * 65ms),box-shadow .25s ease,border-color .25s ease}.evolution-grid figure:hover{border-color:color-mix(in srgb,var(--race-accent) 55%,white 5%);box-shadow:0 22px 48px #00000057,0 0 24px color-mix(in srgb,var(--race-accent) 12%,transparent);transform:translateY(-5px)}.evolution-grid img{display:block;width:100%;aspect-ratio:2 / 3;object-fit:cover}.evolution-grid figcaption{position:absolute;right:0;bottom:0;left:0;display:grid;gap:.15rem;padding:2.8rem 1rem .9rem;background:linear-gradient(transparent,#030a07f0);text-shadow:0 2px 12px #000}.evolution-grid figcaption span{color:#c0c8be;font-size:.58rem;letter-spacing:.1em;text-transform:uppercase}.evolution-grid figcaption strong{color:#f4f4ed;font-family:Georgia,serif;font-size:1.15rem;font-weight:500}.resident-info{display:grid;grid-template-columns:1.15fr 1.35fr .8fr;gap:0;margin-top:clamp(2rem,5vw,3.5rem);overflow:hidden;border:1px solid color-mix(in srgb,var(--race-accent) 20%,rgba(255,255,255,.08));border-radius:18px;background:#040e0a8f;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.resident-info>div{padding:clamp(1.25rem,3vw,2rem)}.resident-info>div+div{border-left:1px solid rgba(220,231,212,.1)}.resident-info span{display:block;margin-bottom:.6rem;color:color-mix(in srgb,var(--race-accent) 78%,white 22%);font-size:.62rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.resident-info h3{margin-bottom:.55rem;font-family:Georgia,serif;font-size:1.55rem;font-weight:500}.resident-info p{margin:0;color:#b9c3b8;font-size:.86rem;line-height:1.65}.resident-info strong{color:#edf1e9;font-family:Georgia,serif;font-size:1.35rem;font-weight:500}@media(max-width:860px){.residents-grid{grid-template-columns:1fr}.resident-card.is-open{grid-column:auto}.resident-card-trigger{height:min(760px,124vw)}.resident-card.is-open .resident-card-trigger{height:min(650px,112vw)}.evolution-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.resident-info{grid-template-columns:1fr}.resident-info>div+div{border-top:1px solid rgba(220,231,212,.1);border-left:0}}@media(max-width:560px){.residents-page{padding-top:4rem;padding-bottom:6rem}.residents-hero{margin-bottom:3.5rem}.residents-hero h1{font-size:clamp(3rem,14vw,4.3rem)}.residents-grid{gap:1.25rem}.resident-card{border-radius:21px}.resident-card-trigger{height:132vw;max-height:670px}.resident-card.is-open .resident-card-trigger{height:112vw;max-height:570px}.resident-card-heading strong{font-size:2.35rem}.evolution-grid{grid-template-columns:1fr}.evolution-grid figure{border-radius:16px}.resident-expansion-inner{padding-right:1rem;padding-left:1rem}}@media(prefers-reduced-motion:reduce){.resident-card,.resident-card-trigger>img,.resident-expansion,.resident-card.is-open .resident-expansion,.resident-card.is-open .evolution-grid figure{transition:none!important}.resident-card:not(.is-open) .resident-card-trigger:hover>img,.evolution-grid figure:hover{transform:none}}.residents-grid{width:min(100%,1080px);margin-right:auto;margin-left:auto;gap:clamp(2rem,4vw,3.25rem)}.resident-card-trigger{height:auto;aspect-ratio:2 / 3;background:linear-gradient(145deg,#050e0afa,#0a150ffa)}.resident-card-trigger>img{object-fit:contain;object-position:center}.resident-card.is-open .resident-card-trigger{width:min(calc(100% - 3rem),520px);height:auto;aspect-ratio:2 / 3;margin:2rem auto 0;border-radius:20px}.resident-card.is-open .resident-card-trigger>img{object-fit:contain;object-position:center}.evolution-grid{gap:clamp(1.15rem,2.5vw,2rem)}.evolution-grid figure{background:linear-gradient(145deg,#050e0afa,#0a150ff5)}.evolution-grid img{height:auto;aspect-ratio:2 / 3;object-fit:contain;object-position:center}@media(max-width:860px){.residents-grid{width:min(100%,600px)}.resident-card-trigger,.resident-card.is-open .resident-card-trigger{height:auto;max-height:none;aspect-ratio:2 / 3}.evolution-grid{gap:1.5rem}}@media(max-width:560px){.residents-grid{gap:1.75rem}.resident-card-trigger,.resident-card.is-open .resident-card-trigger{height:auto;max-height:none;aspect-ratio:2 / 3}.resident-card.is-open .resident-card-trigger{width:calc(100% - 2rem);margin-top:1rem}.evolution-grid{gap:1.75rem}}.residents-grid{width:min(100%,1320px);grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.resident-card.is-open{grid-column:1 / -1}@media(max-width:1050px){.residents-grid{width:min(100%,900px);grid-template-columns:repeat(2,minmax(0,1fr))}.resident-card.is-open{grid-column:1 / -1}}@media(max-width:680px){.residents-grid{width:min(100%,600px);grid-template-columns:1fr;gap:24px}.resident-card.is-open{grid-column:auto}}html:has(.map-landing-page){scroll-behavior:smooth}.desktop-world-map{--map-scroll: 0;contain:layout paint style}.world-map-image,.map-depth-background,.map-light-layer{transform:none;will-change:auto}.map-fog-back,.map-fog-front{animation:none}.mobile-map-panel:after{animation:none}.landing-ecosystem-journey{position:relative;overflow:hidden;background:radial-gradient(ellipse at 16% 8%,rgba(107,137,79,.15),transparent 29rem),radial-gradient(ellipse at 84% 46%,rgba(79,99,125,.11),transparent 34rem),linear-gradient(180deg,#050b08,#09140f 46%,#050b08)}.landing-ecosystem-journey:before{position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,transparent 49.9%,rgba(196,216,150,.08) 50%,transparent 50.1%);content:""}.landing-ecosystem-block{position:relative;width:min(calc(100% - 2rem),var(--max-width));margin:0 auto;padding:clamp(6.5rem,11vw,10rem) 0;content-visibility:auto;contain-intrinsic-size:auto 900px}#seedrasil-ecosystem{scroll-margin-top:0}.ecosystem-heading{max-width:850px;margin-bottom:clamp(2.5rem,5vw,4.5rem)}.ecosystem-heading h2{margin:0;color:#f1f3e9;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.8rem,5.8vw,5.6rem);font-weight:500;letter-spacing:-.04em}.ecosystem-heading .eyebrow{color:var(--gold)}.ecosystem-path-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1.25rem,3vw,2rem)}.ecosystem-path-card{position:relative;min-height:470px;overflow:hidden;padding:clamp(2rem,5vw,3.5rem);border:1px solid rgba(210,226,191,.17);border-radius:28px;background:radial-gradient(circle at 90% 8%,rgba(162,190,110,.1),transparent 18rem),linear-gradient(145deg,#101f17e0,#07110cd1);box-shadow:0 30px 80px #00000045,inset 0 1px #ffffff09;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.ecosystem-path-card:nth-child(2){background:radial-gradient(circle at 90% 8%,rgba(115,130,159,.11),transparent 18rem),linear-gradient(145deg,#0f1b19e0,#070f10d6)}.ecosystem-card-index{display:block;margin-bottom:clamp(3rem,6vw,5rem);color:var(--gold);font-size:.68rem;letter-spacing:.15em}.ecosystem-path-card h3{margin-bottom:1rem;color:#f0f2e9;font-family:Georgia,serif;font-size:clamp(2rem,3.5vw,3.2rem);font-weight:500}.ecosystem-path-card>p{max-width:490px;color:#b6c2b6}.ecosystem-path-card ul{display:grid;gap:.75rem;margin:2rem 0 0;padding:0;list-style:none}.ecosystem-path-card li{display:flex;align-items:center;gap:.7rem;color:#d7ded3;font-size:.85rem}.ecosystem-path-card li:before{width:5px;height:5px;flex:0 0 auto;border-radius:50%;background:var(--accent);box-shadow:0 0 9px #b8d56a73;content:""}.ecosystem-choice-note{max-width:850px;margin:clamp(2.5rem,5vw,4rem) auto 0;color:#ced7ca;font-family:Georgia,serif;font-size:clamp(1.05rem,2vw,1.35rem);text-align:center}.growth-cycle{border-top:1px solid rgba(214,231,199,.08)}.growth-cycle-list{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin:0;padding:0;list-style:none}.growth-cycle-list:before{position:absolute;top:44px;right:10%;left:10%;height:1px;background:linear-gradient(90deg,transparent,rgba(184,213,106,.46) 12%,rgba(184,213,106,.46) 88%,transparent);content:""}.growth-cycle-list li{position:relative;z-index:1;padding:0 clamp(.5rem,2vw,1.2rem);text-align:center}.growth-symbol{display:grid;width:88px;height:88px;place-items:center;margin:0 auto 1.5rem;color:#ddebba;border:1px solid rgba(184,213,106,.45);border-radius:50%;background:#08140de6;box-shadow:0 0 28px #91b45d1a;font-family:Georgia,serif;font-size:1.7rem}.growth-number{color:var(--gold);font-size:.62rem;letter-spacing:.12em}.growth-cycle-list h3{margin:.5rem 0 .75rem;font-family:Georgia,serif;font-size:1.45rem;font-weight:500}.growth-cycle-list p{margin:0;color:#aebaae;font-size:.82rem;line-height:1.6}.growth-note{max-width:900px;margin:clamp(3rem,6vw,5rem) auto 0;padding:1.4rem 1.7rem;color:#c7d0c4;border:1px solid rgba(214,231,199,.12);border-radius:16px;background:#09150f8f;text-align:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.resource-value{border-top:1px solid rgba(214,231,199,.08)}.resource-value-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.resource-value-grid article{min-height:260px;padding:clamp(1.5rem,3vw,2.1rem);border:1px solid rgba(214,231,199,.14);border-radius:21px;background:linear-gradient(145deg,#0f1d15b8,#07100cad);box-shadow:0 22px 55px #0000002e}.resource-value-grid article>span{color:var(--gold);font-size:.65rem;letter-spacing:.13em}.resource-value-grid h3{margin:3rem 0 .75rem;font-family:Georgia,serif;font-size:1.35rem;font-weight:500}.resource-value-grid p{margin:0;color:#aeb9ad;font-size:.82rem;line-height:1.65}.season-progress{display:grid;grid-template-columns:minmax(160px,.45fr) minmax(0,1.55fr);gap:clamp(2rem,7vw,7rem);align-items:center;border-top:1px solid rgba(214,231,199,.08)}.season-progress-mark{display:grid;width:clamp(150px,20vw,240px);aspect-ratio:1;place-items:center;color:#d2e4aeb8;border:1px solid rgba(184,213,106,.25);border-radius:50% 45% 50% 40%;background:#0c1b128c;box-shadow:inset 0 0 70px #b8d56a0f,0 24px 70px #00000038;font-family:Georgia,serif;font-size:clamp(4rem,8vw,7rem)}.season-progress h2{max-width:820px;margin-bottom:1.5rem;color:#f1f3e9;font-family:Georgia,serif;font-size:clamp(2.7rem,5vw,5rem);font-weight:500;letter-spacing:-.04em}.season-progress p:not(.eyebrow){max-width:820px;color:#b7c1b5}.season-progress small{display:block;max-width:760px;margin-top:1.5rem;padding-top:1.2rem;color:#8f9d90;border-top:1px solid rgba(214,231,199,.12);line-height:1.6}.post-map-journey>section{content-visibility:auto;contain-intrinsic-size:auto 900px}@media(max-width:900px){.resource-value-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.growth-cycle-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:3rem 1rem}.growth-cycle-list:before{display:none}}@media(max-width:680px){.ecosystem-path-grid,.resource-value-grid{grid-template-columns:1fr}.ecosystem-path-card{min-height:0}.ecosystem-card-index{margin-bottom:2.5rem}.growth-cycle-list{grid-template-columns:1fr;gap:0;text-align:left}.growth-cycle-list:before{display:block;top:20px;bottom:20px;left:27px;width:1px;height:auto;background:linear-gradient(transparent,rgba(184,213,106,.44) 10%,rgba(184,213,106,.44) 90%,transparent)}.growth-cycle-list li{display:grid;grid-template-columns:56px 1fr;gap:0 1rem;padding:0 0 2.5rem;text-align:left}.growth-symbol{grid-row:1 / 4;width:56px;height:56px;margin:0;font-size:1.15rem}.growth-cycle-list h3{margin-top:.25rem}.growth-cycle-list p{grid-column:2}.growth-note{text-align:left}.season-progress{grid-template-columns:1fr}.season-progress-mark{width:150px}.map-hero-interface .hero-actions{width:min(100%,340px);align-items:stretch;flex-direction:column}.map-hero-interface .button{width:100%}}@media(prefers-reduced-motion:reduce){html:has(.map-landing-page){scroll-behavior:auto}}html:has(.world-tree-story){scroll-behavior:smooth}.world-tree-story{position:relative;overflow:hidden;color:#eff2e9;background:radial-gradient(ellipse at 14% 8%,rgba(164,132,67,.12),transparent 34rem),radial-gradient(ellipse at 86% 48%,rgba(71,103,82,.12),transparent 38rem),linear-gradient(180deg,#08110d,#050b08 44%,#0a130e,#050a08)}.world-tree-story:before{position:absolute;top:70vh;bottom:16rem;left:50%;width:1px;opacity:.24;background:linear-gradient(transparent,rgba(216,184,107,.55) 8%,rgba(139,166,103,.35) 88%,transparent);box-shadow:0 0 24px #d8b86b1f;content:""}.world-tree-story-hero{position:relative;display:grid;min-height:76svh;place-items:center;padding:clamp(4.5rem,8vw,7rem) 1rem;text-align:center}.world-tree-story-hero:after{position:absolute;right:0;bottom:0;left:0;height:1px;background:linear-gradient(90deg,transparent,rgba(216,184,107,.25),transparent);content:""}.world-tree-story-hero>div{position:relative;z-index:1;width:min(100%,940px)}.world-tree-story-hero .eyebrow{color:var(--gold)}.world-tree-story-hero h1{margin-bottom:1.1rem;color:#f5f3e9;font-family:Georgia,Times New Roman,serif;font-size:clamp(4.5rem,11vw,10rem);font-weight:500;letter-spacing:-.055em;text-shadow:0 8px 50px rgba(0,0,0,.55)}.world-tree-story-subtitle{margin-bottom:1.25rem;color:#d9decf;font-family:Georgia,serif;font-size:clamp(1.35rem,2.8vw,2.2rem)}.world-tree-story-intro{max-width:650px;margin:0 auto 2.3rem;color:#aeb9ad;font-size:clamp(.98rem,1.6vw,1.13rem)}.world-tree-chapters{position:relative;z-index:1;width:min(calc(100% - 2rem),1420px);margin:0 auto}#world-tree-journey{scroll-margin-top:76px}.world-tree-chapter{display:grid;min-height:min(820px,80svh);grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);grid-template-areas:"art copy";gap:clamp(2rem,4vw,4.5rem);align-items:center;padding:clamp(4.5rem,7vw,7rem) 0;content-visibility:auto;contain-intrinsic-size:auto 780px}.world-tree-chapter:nth-child(2n){grid-template-columns:minmax(320px,.82fr) minmax(0,1.18fr);grid-template-areas:"copy art"}.world-tree-chapter-art{grid-area:art;width:90%;margin:0;overflow:hidden;justify-self:center;border-radius:28px;background:#040b0899;box-shadow:0 38px 100px #0000007a,0 10px 32px #8b6b3214;transition:transform .32s ease,box-shadow .32s ease}.world-tree-chapter-art:hover{transform:translateY(-4px);box-shadow:0 46px 110px #00000087,0 14px 38px #a6813a1a}.world-tree-chapter-art img{display:block;width:100%;height:auto;object-fit:contain}.world-tree-chapter-copy{position:relative;grid-area:copy;max-width:650px}.chapter-number{display:block;margin-bottom:clamp(2.5rem,6vw,5rem);color:#d8b86b85;font-family:Georgia,serif;font-size:clamp(3rem,7vw,6rem);line-height:1}.world-tree-chapter-copy .eyebrow{color:var(--gold)}.world-tree-chapter-copy h2{margin-bottom:1.35rem;color:#f1f1e8;font-family:Georgia,Times New Roman,serif;font-size:clamp(3.25rem,5.7vw,5.8rem);font-weight:500;letter-spacing:-.05em}.chapter-prose{max-width:650px}.chapter-prose p{margin-bottom:.5rem;color:#adb8ad;font-size:clamp(.9rem,1.1vw,.98rem);line-height:1.68}.chapter-prose p:first-child{color:#dce1d7;font-family:Georgia,serif;font-size:clamp(1.1rem,1.7vw,1.35rem)}.chapter-highlights{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;margin:1.35rem 0 0}.chapter-highlights>div{min-height:72px;padding:.75rem .9rem;border-radius:14px;background:#0f1b1494;box-shadow:0 14px 36px #00000024,inset 0 1px #ffffff06;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.chapter-highlights dt{margin-bottom:.35rem;color:#d5bd7a;font-size:.62rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.chapter-highlights dd{margin:0;color:#abb6aa;font-size:.76rem;line-height:1.45}.world-tree-access{position:relative;z-index:1;width:min(calc(100% - 2rem),1180px);margin:0 auto;padding:clamp(5rem,8vw,8rem) 0;content-visibility:auto;contain-intrinsic-size:auto 720px}.world-tree-access>header{max-width:820px;margin:0 auto clamp(2rem,4vw,3.25rem);text-align:center}.world-tree-access>header .eyebrow{color:var(--gold)}.world-tree-access>header h2{margin-bottom:.75rem;color:#f1f1e8;font-family:Georgia,Times New Roman,serif;font-size:clamp(3rem,5.8vw,5.6rem);font-weight:500;letter-spacing:-.05em}.world-tree-access>header>p:last-child{max-width:720px;margin:0 auto;color:#aeb8ad;font-size:1rem}.world-tree-access-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1.25rem,3vw,2rem)}.world-tree-access-grid article{min-height:290px;padding:clamp(1.5rem,3.5vw,2.4rem);border-radius:24px;background:linear-gradient(145deg,#0f1d15ad,#07100c9e);box-shadow:0 28px 75px #0000003d,inset 0 1px #ffffff06;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.world-tree-access-grid article>span{color:#d8b86b94;font-size:.66rem;letter-spacing:.13em}.world-tree-access-grid h3{margin:clamp(1.8rem,3vw,2.6rem) 0 .75rem;color:#eff1e9;font-family:Georgia,serif;font-size:clamp(2.1rem,3.5vw,3.1rem);font-weight:500}.world-tree-access-grid p{margin-bottom:1rem;color:#abb6aa;font-size:.88rem;line-height:1.65}.world-tree-access-grid small{color:#c8af6b;font-size:.64rem;letter-spacing:.1em;text-transform:uppercase}.world-tree-access-note{max-width:760px;margin:clamp(1.5rem,3vw,2.25rem) auto 0;color:#cbd2c7;font-family:Georgia,serif;font-size:clamp(1rem,2vw,1.25rem);text-align:center}.world-tree-story-closing{position:relative;z-index:1;display:grid;min-height:62svh;place-content:center;padding:8rem 1rem;text-align:center}.world-tree-story-closing span{margin-bottom:1.5rem;color:var(--gold);font-size:1.5rem}.world-tree-story-closing p{margin-bottom:.4rem;color:#d5dbd0;font-family:Georgia,serif;font-size:clamp(1.5rem,3.5vw,2.7rem)}.world-tree-story-closing strong{color:#8fa17f;font-size:.75rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase}@media(max-width:980px){.world-tree-chapter,.world-tree-chapter:nth-child(2n){min-height:auto;grid-template-columns:minmax(0,1.08fr) minmax(280px,.92fr);gap:clamp(2.5rem,6vw,4.5rem)}.world-tree-chapter:nth-child(2n){grid-template-areas:"copy art"}}@media(max-width:720px){.world-tree-story:before{left:1rem;opacity:.15}.world-tree-story-hero{min-height:calc(100svh - 76px)}.world-tree-story-hero h1{font-size:clamp(4.3rem,22vw,7rem)}.world-tree-chapter,.world-tree-chapter:nth-child(2n){grid-template-columns:1fr;grid-template-areas:"art" "copy";gap:2.5rem;padding:6rem 0}.world-tree-chapter-art{border-radius:22px}.chapter-number{margin-bottom:2rem;font-size:3.5rem}.world-tree-chapter-copy h2{font-size:clamp(3rem,15vw,4.8rem)}.chapter-highlights,.world-tree-access-grid{grid-template-columns:1fr}.world-tree-access-grid article{min-height:0}.world-tree-story-hero .button{width:min(100%,340px)}}@media(prefers-reduced-motion:reduce){html:has(.world-tree-story){scroll-behavior:auto}.world-tree-chapter-art{transition:none}.world-tree-chapter-art:hover{transform:none}}:root{--max-width: 1200px;--product-gutter: clamp(1rem, 3vw, 2rem);--product-section-space: clamp(5rem, 8vw, 7.5rem);--product-card-radius: 22px;--product-card-shadow: 0 24px 64px rgba(0, 0, 0, .26);--product-transition: .28s ease}.page,.landing-content,.development-content,.residents-page,.world-tree-chapters,.world-tree-access,.landing-ecosystem-block,.lore-section,.presale-section,.landing-roadmap,.landing-community{width:min(calc(100% - (var(--product-gutter) * 2)),var(--max-width))}.page{padding-top:var(--product-section-space);padding-bottom:var(--product-section-space)}.narrow-page{max-width:720px}.page-hero{max-width:760px;margin-bottom:clamp(2.25rem,4vw,3.5rem)}.page-hero h1,.residents-hero h1,.development-intro h1,.world-tree-story-hero h1{font-size:clamp(3.75rem,7vw,7rem)}.development-heading h2,.ecosystem-heading h2,.world-tree-chapter-copy h2,.world-tree-access>header h2{font-size:clamp(3rem,5.2vw,5.4rem)}.lead,.page-hero .lead,.residents-hero>p:last-child,.development-heading>p,.ecosystem-heading>p,.world-tree-story-intro{max-width:680px}.button{min-height:48px;padding:.78rem 1.25rem;border-radius:11px;transition:color var(--product-transition),background var(--product-transition),border-color var(--product-transition),transform var(--product-transition),box-shadow var(--product-transition)}.content-card,.market-card,.form-card,.status-panel,.notice,.progress-card,.news-card,.resident-card,.ecosystem-path-card,.resource-value-grid article,.world-tree-access-grid article{border-radius:var(--product-card-radius);box-shadow:var(--product-card-shadow)}.card-grid,.progress-card-grid,.news-card-grid,.ecosystem-path-grid,.resource-value-grid{align-items:stretch}.card-grid>*,.progress-card-grid>*,.news-card-grid>*,.ecosystem-path-grid>*,.resource-value-grid>*{height:100%}.content-card,.market-card,.progress-card,.news-card,.ecosystem-path-card,.resource-value-grid article{transition:transform var(--product-transition),border-color var(--product-transition),box-shadow var(--product-transition)}.content-card:hover,.market-card:hover,.progress-card:hover,.news-card:hover,.ecosystem-path-card:hover,.resource-value-grid article:hover{transform:translateY(-3px)}.development-content,.residents-page,.world-tree-chapters,.world-tree-access{max-width:var(--max-width)}.development-section,.landing-ecosystem-block,.lore-section,.presale-section,.landing-roadmap,.ecosystem-section,.residents-page{padding-top:var(--product-section-space);padding-bottom:var(--product-section-space)}.residents-hero{margin-bottom:var(--product-section-space)}.residents-grid{width:100%;max-width:var(--max-width)}.resident-card{border-radius:var(--product-card-radius)}.resident-card-trigger,.resident-card.is-open .resident-card-trigger{border-radius:calc(var(--product-card-radius) - 2px)}.evolution-grid figure,.resident-info{border-radius:calc(var(--product-card-radius) - 4px)}.world-tree-chapter{gap:clamp(2rem,4vw,4rem);padding-top:var(--product-section-space);padding-bottom:var(--product-section-space)}.world-tree-chapter-art{border-radius:var(--product-card-radius)}.world-tree-access{padding-top:var(--product-section-space);padding-bottom:var(--product-section-space)}.development-heading,.ecosystem-heading{margin-bottom:clamp(2.25rem,4vw,3.5rem)}.site-footer{width:min(calc(100% - (var(--product-gutter) * 2)),var(--max-width))}@media(hover:hover)and (pointer:fine){.desktop-world-map{contain:none}.desktop-world-map .village-tooltip.is-cursor-tooltip{position:fixed!important;right:auto!important;bottom:auto!important;left:16px;top:16px;z-index:1000;width:min(260px,calc(100vw - 32px));transform:none!important;animation:none!important;transition:opacity .12s ease,visibility .12s ease,filter .12s ease}.desktop-world-map .village-hotspot:hover .village-tooltip.is-cursor-tooltip,.desktop-world-map .village-hotspot:focus-visible .village-tooltip.is-cursor-tooltip,.desktop-world-map .village-hotspot.is-active .village-tooltip.is-cursor-tooltip{transform:none!important;animation:none!important}}@media(hover:none),(pointer:coarse){.mobile-village .village-tooltip.is-cursor-tooltip,.mobile-village-1 .village-tooltip.is-cursor-tooltip,.mobile-village-2 .village-tooltip.is-cursor-tooltip,.mobile-village-3 .village-tooltip.is-cursor-tooltip{position:fixed!important;right:max(1rem,env(safe-area-inset-right))!important;bottom:max(1rem,env(safe-area-inset-bottom))!important;left:max(1rem,env(safe-area-inset-left))!important;top:auto!important;z-index:1000;width:auto;max-width:none;transform:translateY(8px) scale(.98)!important;animation:none!important}.mobile-village.is-active .village-tooltip.is-cursor-tooltip,.mobile-village:focus-visible .village-tooltip.is-cursor-tooltip{transform:translateY(0) scale(1)!important}}@media(prefers-reduced-motion:reduce){.presale-overlay-surface,.presale-projection-beam,.presale-projection-particles i{animation:none!important}}.world-glass-window,.presale-overlay-surface{color:#f3f5f1;border:1px solid rgba(255,255,255,.24);border-radius:26px;background:linear-gradient(118deg,#ffffff17,#ffffff06 42%,#fff1),#080c0c24;box-shadow:inset 0 1px #ffffff26,inset 0 -1px #ffffff0b,0 22px 65px #0003;-webkit-backdrop-filter:blur(18px) saturate(1.08);backdrop-filter:blur(18px) saturate(1.08)}.world-glass-window{padding:clamp(1.2rem,2.4vw,2rem);pointer-events:none}.world-glass-window:before{position:absolute;top:0;left:9%;width:32%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.68),transparent);content:""}.world-glass-window h2{margin:0 0 .85rem;color:#f5f6f2;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.75rem,3vw,3rem);font-weight:500;line-height:1.02;letter-spacing:-.035em;text-shadow:0 2px 18px rgba(0,0,0,.42)}.world-glass-window h3{font-family:Georgia,serif;font-weight:500}.world-glass-window p{color:#ebf0eac7}.world-glass-desktop{position:absolute;z-index:9}.world-glass-overview{top:11.2%;left:50%;width:min(48%,620px);transform:translate(-50%);text-align:center}.ecosystem-overview-glass>p{max-width:62ch;margin:0 auto .38rem;font-size:clamp(.67rem,.9vw,.82rem);line-height:1.52}.ecosystem-overview-glass>p:nth-of-type(2){margin-bottom:.72rem;color:#ffffffe6;font-family:Georgia,serif}.ecosystem-overview-glass strong{color:#fff;font-weight:600}.world-glass-growth{top:64%;left:50%;width:min(82%,1050px);transform:translate(-50%)}.growth-glass>h2,.season-value-glass>h2{font-size:clamp(1.7rem,3vw,2.8rem)}.growth-glass>ol{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.55rem;margin:.85rem 0 0;padding:0;list-style:none}.growth-glass>ol li{display:grid;grid-template-columns:32px 1fr;gap:.55rem;min-width:0;padding:.65rem;border-radius:18px;background:#ffffff06}.growth-glass>ol li>span{display:grid;width:30px;height:30px;place-items:center;border:1px solid rgba(255,255,255,.18);border-radius:50%;color:#ffffffd9}.growth-glass small,.season-value-glass small{color:#e2d39dc2;font-size:.54rem;letter-spacing:.08em;text-transform:uppercase}.growth-glass h3{margin:.12rem 0 .25rem;font-size:.95rem}.growth-glass li p{margin:0;font-size:.64rem;line-height:1.45}.world-glass-note{margin:.75rem 0 0!important;padding-top:.65rem;border-top:1px solid rgba(255,255,255,.11);font-size:.68rem;text-align:center}.world-glass-seasons{top:74.5%;left:50%;width:min(84%,1080px);transform:translate(-50%)}.season-value-items{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.55rem;margin-top:.85rem}.season-value-items article{padding:.7rem;border-radius:18px;background:#ffffff06}.season-value-items h3{margin:.35rem 0 .3rem;font-size:.9rem}.season-value-items p{margin:0;font-size:.62rem;line-height:1.45}.season-continuity{margin-top:.75rem;padding-top:.7rem;border-top:1px solid rgba(255,255,255,.11)}.season-continuity h3{margin:0 0 .35rem;font-size:clamp(1rem,1.6vw,1.35rem)}.season-continuity p{margin:0 0 .35rem;font-size:.68rem;line-height:1.5}.season-continuity>small{display:block;line-height:1.45}.world-glass-closing{top:91%;left:50%;width:min(62%,720px);transform:translate(-50%);text-align:center}.community-closing-glass>p{max-width:62ch;margin:0 auto .36rem;font-size:clamp(.7rem,.95vw,.85rem);line-height:1.5}.community-closing-glass .button{min-height:42px;margin-top:.9rem;padding:.65rem 1rem;pointer-events:auto;border-color:#ddd39b3d;background:linear-gradient(135deg,#bccf7761,#b5974a40);box-shadow:inset 0 1px #ffffff1c,0 0 20px #bec1651a;color:#f1f4e8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.presale-overlay-surface{overflow:hidden;clip-path:none;animation:presale-surface-breathe 7s ease-in-out infinite}.presale-overlay-surface:before{opacity:.22;background:linear-gradient(90deg,transparent,rgba(255,255,255,.09) 50%,transparent),radial-gradient(circle at 50% 100%,rgba(224,180,65,.1),transparent 34%)}@media(max-width:760px){.mobile-world-information{min-height:max(760px,100svh)}.mobile-ecosystem-overview{background-position:50% 18%}.mobile-growth-cycle{min-height:max(900px,115svh);background-position:50% 66%}.mobile-season-value{min-height:max(980px,125svh);background-position:50% 78%}.mobile-community-closing{background-position:50% 100%}.world-glass-mobile{position:absolute;top:50%;left:50%;z-index:8;width:calc(100% - 1.5rem);transform:translate(-50%,-50%)}.world-glass-window{padding:1.15rem;border-radius:24px}.world-glass-window h2{font-size:clamp(1.75rem,9vw,2.7rem)}.ecosystem-overview-glass>p{font-size:.78rem}.growth-glass>ol,.season-value-items{grid-template-columns:repeat(2,minmax(0,1fr))}.growth-glass>ol li{grid-template-columns:28px 1fr;padding:.55rem}.growth-glass li p,.season-value-items p{font-size:.67rem}.season-value-items article{padding:.65rem}.season-continuity p{font-size:.72rem}.community-closing-glass>p{font-size:.78rem}}@media(prefers-reduced-motion:reduce){.world-glass-window,.presale-overlay-surface{animation:none!important}}.map-landing-page{--landing-glass-width: min(72%, 920px);--landing-glass-radius: 28px;--landing-glass-border: rgba(255, 255, 255, .2);--landing-glass-background: linear-gradient(118deg, rgba(255, 255, 255, .072), rgba(255, 255, 255, .018) 44%, rgba(255, 255, 255, .052)), rgba(7, 9, 10, .07);--landing-glass-shadow: inset 0 1px rgba(255, 255, 255, .13), inset 0 -1px rgba(255, 255, 255, .025), 0 20px 58px rgba(0, 0, 0, .16);--landing-glass-blur: blur(10px) saturate(1.04)}.map-landing-page .world-glass-window,.map-landing-page .presale-overlay-surface{border:1px solid var(--landing-glass-border);border-radius:var(--landing-glass-radius);background:var(--landing-glass-background);box-shadow:var(--landing-glass-shadow);-webkit-backdrop-filter:var(--landing-glass-blur);backdrop-filter:var(--landing-glass-blur)}.map-landing-page .world-glass-window:before,.map-landing-page .presale-overlay-surface:after{top:0;left:12%;width:29%;height:1px;opacity:.72;background:linear-gradient(90deg,transparent,rgba(255,255,255,.62),transparent);box-shadow:none}.world-glass-overview{top:19%;width:var(--landing-glass-width)}.presale-map-overlay-desktop{top:52.5%;left:50%;width:var(--landing-glass-width)}.world-glass-growth{top:64%;width:var(--landing-glass-width)}.world-glass-seasons{top:75.5%;width:var(--landing-glass-width)}.world-glass-closing{top:90%;width:var(--landing-glass-width)}.map-landing-page .presale-overlay-surface{padding:.85rem 1.1rem;overflow:hidden;clip-path:none}.map-landing-page .presale-overlay-surface:before{opacity:.14;background:linear-gradient(90deg,transparent,rgba(255,255,255,.075) 50%,transparent),radial-gradient(circle at 50% 115%,rgba(218,181,83,.07),transparent 35%)}.community-closing-glass{padding-top:1.45rem;padding-bottom:1.45rem}.community-closing-glass>p{max-width:88ch;margin-bottom:.28rem;line-height:1.42}.community-closing-glass .button{margin-top:.7rem}@media(max-width:1050px)and (min-width:761px){.map-landing-page{--landing-glass-width: min(76%, 820px)}.presale-map-overlay-desktop{top:52.5%;width:var(--landing-glass-width)}}@media(max-width:760px){.map-landing-page{--landing-glass-width: calc(100% - 1.5rem) ;--landing-glass-radius: 26px}.map-landing-page .world-glass-mobile,.map-landing-page .presale-map-overlay-mobile{width:var(--landing-glass-width)}.map-landing-page .world-glass-window,.map-landing-page .presale-overlay-surface{-webkit-backdrop-filter:blur(8px) saturate(1.03);backdrop-filter:blur(8px) saturate(1.03)}.community-closing-glass{padding-top:1.2rem;padding-bottom:1.2rem}}@media(max-width:760px){:root{--product-gutter: 1rem;--product-section-space: clamp(4rem, 14vw, 6rem)}.page-hero h1,.residents-hero h1,.development-intro h1,.world-tree-story-hero h1{font-size:clamp(3.1rem,14vw,4.8rem)}.development-heading h2,.ecosystem-heading h2,.world-tree-chapter-copy h2,.world-tree-access>header h2{font-size:clamp(2.65rem,12vw,4rem)}.card-grid-two,.card-grid-three{grid-template-columns:1fr}.button{min-height:48px}}@media(prefers-reduced-motion:reduce){.button,.content-card,.market-card,.progress-card,.news-card,.ecosystem-path-card,.resource-value-grid article{transition:none!important}}.global-village-tooltip{position:fixed!important;right:auto!important;bottom:auto!important;left:10px;top:10px;z-index:2000;display:flex;width:min(260px,calc(100vw - 20px));visibility:hidden;opacity:0;pointer-events:none;transform:none!important;animation:none!important;transition:opacity .12s ease,visibility 0s linear .12s,filter .12s ease}.global-village-tooltip.is-active{visibility:visible;opacity:1;filter:none;transform:none!important;animation:none!important;transition:opacity .12s ease,visibility 0s,filter .12s ease}.village-function-hint{display:block;margin-top:.28rem;padding-top:.42rem;border-top:1px solid color-mix(in srgb,var(--accent-color) 26%,transparent);color:color-mix(in srgb,var(--accent-color) 74%,#eef4e8);font-size:.6rem;font-style:normal;line-height:1.45;letter-spacing:.055em}.presale-map-overlay{z-index:10;color:#edf3e7;pointer-events:none}.presale-map-overlay-desktop{position:absolute;top:52.5%;left:45.5%;width:min(60%,760px);transform:translate(-50%)}.presale-overlay-surface{position:relative;z-index:2;padding:.9rem 1.15rem;overflow:hidden;border:1px solid rgba(213,200,125,.34);background:linear-gradient(112deg,transparent 8%,rgba(255,255,255,.08) 26%,transparent 42%),radial-gradient(ellipse at 50% 118%,rgba(222,183,75,.17),transparent 48%),linear-gradient(145deg,#16261b6e,#07120e47);box-shadow:inset 0 1px #fff9cd1c,inset 0 -18px 45px #b093400a,0 18px 48px #00000038;clip-path:polygon(5% 0,95% 0,100% 18%,97% 88%,91% 100%,9% 100%,3% 88%,0 18%);-webkit-backdrop-filter:blur(9px) saturate(1.08);backdrop-filter:blur(9px) saturate(1.08);animation:presale-surface-breathe 7s ease-in-out infinite}.presale-overlay-surface:before{position:absolute;inset:0;z-index:-1;opacity:.3;background:linear-gradient(90deg,transparent,rgba(220,204,127,.11) 50%,transparent),radial-gradient(circle at 50% 100%,rgba(224,180,65,.18),transparent 34%);content:""}.presale-overlay-surface:after{position:absolute;top:0;left:16%;width:27%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,239,164,.75),transparent);box-shadow:0 0 12px #e7c76757;content:""}.presale-projection-beam{position:absolute;top:calc(100% - 3px);left:50%;z-index:0;width:25%;height:115px;opacity:.18;background:linear-gradient(180deg,rgba(231,202,111,.36),rgba(223,173,61,.08) 65%,transparent);clip-path:polygon(27% 0,73% 0,100% 100%,0 100%);filter:blur(9px);transform:translate(-50%);transform-origin:top;animation:presale-beam-breathe 6s ease-in-out infinite}.presale-projection-particles{position:absolute;top:88%;left:50%;z-index:1;width:30%;height:105px;transform:translate(-50%)}.presale-projection-particles i{position:absolute;bottom:0;width:3px;height:3px;border-radius:50%;background:#e7ca74;box-shadow:0 0 8px #e6c563bf;animation:presale-particle-rise 6s ease-in-out infinite}.presale-projection-particles i:nth-child(1){left:26%;animation-delay:-1s}.presale-projection-particles i:nth-child(2){left:52%;animation-delay:-3.8s}.presale-projection-particles i:nth-child(3){left:73%;animation-delay:-2.2s}.presale-overlay-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-bottom:.55rem}.presale-overlay-heading .eyebrow{margin-bottom:.18rem;color:#c8af6b}.presale-overlay-heading h2{margin:0;color:#f2f3ea;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.05rem,1.6vw,1.4rem);font-weight:500;line-height:1.15}.presale-overlay-heading p:last-child{margin:.25rem 0 0;color:#aeb9ad;font-size:.62rem}.presale-overlay-status{flex:0 0 auto;padding:.35rem .58rem;color:#dbe9bd;border:1px solid rgba(184,213,106,.2);border-radius:999px;background:#809e5017;font-size:.55rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.presale-overlay-stats{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));margin:0;border-top:1px solid rgba(211,226,191,.1);border-bottom:1px solid rgba(211,226,191,.1)}.presale-overlay-stats div{min-width:0;padding:.48rem .42rem;text-align:center}.presale-overlay-stats div+div{border-left:1px solid rgba(211,226,191,.08)}.presale-overlay-stats dt{overflow:hidden;color:#91a091;font-size:.49rem;letter-spacing:.055em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.presale-overlay-stats dd{margin:.22rem 0 0;color:#edf4dc;font-family:Georgia,serif;font-size:.77rem;white-space:nowrap}.presale-overlay-footer{display:grid;grid-template-columns:minmax(125px,1fr) auto auto;gap:.65rem;align-items:center;padding-top:.6rem}.presale-overlay-progress .progress-label{margin-bottom:.4rem;font-size:.64rem}.presale-overlay-progress .crystal-progress-track{height:6px}.presale-overlay-countdown{display:grid;grid-template-columns:repeat(4,minmax(38px,1fr));gap:.25rem}.presale-overlay-countdown div{min-width:42px;padding:.25rem .35rem;text-align:center}.presale-overlay-countdown strong,.presale-overlay-countdown span{display:block}.presale-overlay-countdown strong{color:#eef3e5;font-family:Georgia,serif;font-size:.9rem}.presale-overlay-countdown span{margin-top:.08rem;color:#839083;font-size:.48rem;letter-spacing:.045em;text-transform:uppercase}.presale-overlay-actions{display:flex;gap:.35rem;pointer-events:auto}.presale-overlay-actions .button{min-height:33px;padding:.42rem .62rem;border-color:#c2cd7f42;font-size:.58rem;white-space:nowrap}.presale-overlay-actions .button-primary{background:linear-gradient(135deg,#c2d679eb,#a4ba5be6);box-shadow:0 0 16px #b8d56a1a}.presale-map-overlay-mobile{display:none}@keyframes presale-surface-breathe{0%,to{opacity:.88;filter:drop-shadow(0 0 7px rgba(208,177,88,.08))}50%{opacity:.97;filter:drop-shadow(0 0 13px rgba(208,177,88,.16))}}@keyframes presale-beam-breathe{0%,to{opacity:.12;transform:translate(-50%) scaleX(.88)}50%{opacity:.23;transform:translate(-50%) scaleX(1.06)}}@keyframes presale-particle-rise{0%{opacity:0;transform:translateY(10px) scale(.65)}28%{opacity:.55}75%{opacity:.16}to{opacity:0;transform:translateY(-82px) scale(1)}}.landing-access-section>header>p:last-child{line-height:1.7}.landing-access-section .world-tree-access-grid article{display:flex;flex-direction:column}.landing-access-section .world-tree-access-grid ul{display:grid;gap:.55rem;margin:.25rem 0 1.25rem;padding:0;list-style:none}.landing-access-section .world-tree-access-grid li{display:flex;align-items:center;gap:.65rem;color:#d0d8cd;font-size:.78rem}.landing-access-section .world-tree-access-grid li:before{width:4px;height:4px;flex:0 0 auto;border-radius:50%;background:#c8af6b;box-shadow:0 0 8px #c8af6b4d;content:""}.landing-access-section .world-tree-access-grid small{margin-top:auto}@media(max-width:1050px)and (min-width:761px){.presale-map-overlay-desktop{top:52.5%;width:min(62%,680px)}.presale-overlay-footer{grid-template-columns:1fr auto}.presale-overlay-actions{grid-column:1 / -1;justify-content:flex-end}}@media(max-width:760px){.presale-map-overlay-mobile{position:absolute;top:8%;left:50%;z-index:10;display:block;width:calc(100% - 1.5rem);transform:translate(-50%)}.presale-overlay-surface{padding:.75rem .7rem;-webkit-backdrop-filter:blur(7px) saturate(1.06);backdrop-filter:blur(7px) saturate(1.06)}.presale-overlay-heading{align-items:flex-start}.presale-overlay-heading h2{font-size:clamp(1rem,4.8vw,1.3rem)}.presale-overlay-heading p:last-child{max-width:38ch}.presale-overlay-status{max-width:34%;text-align:center}.presale-overlay-stats{grid-template-columns:repeat(5,minmax(0,1fr))}.presale-overlay-stats div{padding:.45rem .16rem}.presale-overlay-stats div+div{border-left:0}.presale-overlay-stats div+div{border-left:1px solid rgba(211,226,191,.08)}.presale-overlay-stats dt{white-space:normal}.presale-overlay-footer{grid-template-columns:1fr}.presale-overlay-countdown{grid-row:2}.presale-overlay-actions{display:grid;grid-template-columns:1fr 1fr}.presale-overlay-actions .button{width:100%;white-space:normal}.presale-projection-beam{height:80px}.presale-projection-particles{height:78px}.landing-access-section .world-tree-access-grid article{min-height:0}}.app-shell:has(.landing-page) .main-navigation .nav-settings{color:#c6d4c1;border-color:#b8d56a3d;background:#08120d4d;text-shadow:none}.app-shell:has(.landing-page) .main-navigation .nav-settings:hover,.app-shell:has(.landing-page) .main-navigation .nav-settings.active{color:#f0f6e8;border-color:#b8d56a85;background:#b8d56a17;box-shadow:0 0 18px #b8d56a1f}@media(hover:none),(pointer:coarse){.global-village-tooltip,.global-village-tooltip.is-active{right:max(1rem,env(safe-area-inset-right))!important;bottom:max(1rem,env(safe-area-inset-bottom))!important;left:max(1rem,env(safe-area-inset-left))!important;top:auto!important;width:auto;max-width:none}}.map-landing-page{--landing-glass-width: min(62%, 800px);--landing-glass-radius: 28px;--landing-glass-border: rgba(255, 255, 255, .18);--landing-glass-background: linear-gradient(118deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .006) 44%, rgba(255, 255, 255, .03)), rgba(7, 9, 10, .022);--landing-glass-shadow: inset 0 1px rgba(255, 255, 255, .11), inset 0 -1px rgba(255, 255, 255, .02), 0 18px 52px rgba(0, 0, 0, .12);--landing-glass-filter: blur(6px) saturate(1.025)}.map-landing-page .world-glass-window,.map-landing-page .presale-overlay-surface{padding:1.35rem;border:1px solid var(--landing-glass-border);border-radius:var(--landing-glass-radius);background:var(--landing-glass-background);box-shadow:var(--landing-glass-shadow);-webkit-backdrop-filter:var(--landing-glass-filter);backdrop-filter:var(--landing-glass-filter);pointer-events:auto;transition:opacity .52s ease-out,transform .52s cubic-bezier(.22,.75,.24,1),border-color .38s ease,background .38s ease,box-shadow .38s ease}.map-landing-page .world-glass-window:before,.map-landing-page .presale-overlay-surface:after{top:0;left:12%;width:29%;height:1px;opacity:.68;background:linear-gradient(90deg,transparent,rgba(255,255,255,.56),transparent);box-shadow:none}.map-landing-page .world-glass-desktop,.map-landing-page .presale-map-overlay-desktop{width:var(--landing-glass-width)}.map-landing-page .world-glass-desktop{min-height:240px}.map-landing-page .presale-map-overlay-desktop{left:50%}.map-landing-page .presale-overlay-surface{min-height:240px;overflow:hidden;clip-path:none;animation:none}.map-landing-page .presale-overlay-surface:before{opacity:.1;background:linear-gradient(90deg,transparent,rgba(255,255,255,.06) 50%,transparent),radial-gradient(circle at 50% 115%,rgba(218,181,83,.055),transparent 35%)}.map-landing-page.is-reveal-ready .world-glass-window:not(.is-visible),.map-landing-page.is-reveal-ready .presale-overlay-surface:not(.is-visible){opacity:0}.map-landing-page.is-reveal-ready .world-glass-desktop:not(.is-visible){transform:translate(-50%,8px)}.map-landing-page.is-reveal-ready .world-glass-mobile:not(.is-visible){transform:translate(-50%,calc(-50% + 8px))}.map-landing-page.is-reveal-ready .presale-overlay-surface:not(.is-visible){transform:translateY(8px)}@media(hover:hover)and (pointer:fine){.map-landing-page .world-glass-desktop.is-visible:hover{border-color:#ffffff4a;background:linear-gradient(118deg,#ffffff12,#ffffff02 44%,#ffffff0b),#ffffff04;box-shadow:inset 0 1px #ffffff29,0 21px 56px #00000024,0 0 18px #ffffff08;transform:translate(-50%,-3px)}.map-landing-page .world-glass-mobile.is-visible:hover{transform:translate(-50%,calc(-50% - 3px))}.map-landing-page .presale-overlay-surface.is-visible:hover{border-color:#ffffff4a;background:linear-gradient(118deg,#ffffff12,#ffffff02 44%,#ffffff0b),#ffffff04;box-shadow:inset 0 1px #ffffff29,0 21px 56px #00000024,0 0 18px #ffffff08;transform:translateY(-3px)}}.map-landing-page .village-hotspot:after,.map-landing-page .world-hotspot:after{position:absolute;top:50%;left:50%;width:7px;height:7px;border:1px solid rgba(234,222,165,.66);border-radius:50%;background:#e7d8996b;box-shadow:0 0 9px #ddcd875c,0 0 22px #bea9661f;content:"";pointer-events:none;transform:translate(-50%,-50%);animation:map-marker-idle 4.8s ease-in-out infinite}.map-landing-page .village-hotspot:hover:after,.map-landing-page .village-hotspot:focus-visible:after,.map-landing-page .world-hotspot:hover:after,.map-landing-page .world-hotspot:focus-visible:after,.map-landing-page .village-hotspot.is-under-glass:after,.map-landing-page .world-hotspot.is-under-glass:after{border-color:#ffeca7e6;background:#f0da82b8;box-shadow:0 0 13px #efd77db8,0 0 34px #d2b25452;animation:map-marker-covered 2.7s ease-in-out infinite}@keyframes map-marker-idle{0%,to{opacity:.52;scale:.9}50%{opacity:.82;scale:1.12}}@keyframes map-marker-covered{0%,to{opacity:.72;scale:1}50%{opacity:1;scale:1.34}}@media(max-width:1050px)and (min-width:761px){.map-landing-page{--landing-glass-width: min(68%, 720px)}.map-landing-page .presale-map-overlay-desktop{width:var(--landing-glass-width)}}@media(max-width:760px){.map-landing-page{--landing-glass-width: calc(100% - 1.5rem) ;--landing-glass-radius: 26px}.map-landing-page .world-glass-mobile,.map-landing-page .presale-map-overlay-mobile{width:var(--landing-glass-width)}.map-landing-page .world-glass-window,.map-landing-page .presale-overlay-surface{min-height:0;padding:1.15rem;-webkit-backdrop-filter:blur(5px) saturate(1.02);backdrop-filter:blur(5px) saturate(1.02)}}@media(prefers-reduced-motion:reduce){.map-landing-page .world-glass-window,.map-landing-page .presale-overlay-surface,.map-landing-page .village-hotspot:after,.map-landing-page .world-hotspot:after{animation:none!important;transition:none!important}.map-landing-page.is-reveal-ready .world-glass-window,.map-landing-page.is-reveal-ready .presale-overlay-surface{opacity:1}}.ambient-magic-layer{position:absolute;inset:0;z-index:6;overflow:hidden;pointer-events:none}.mobile-world-map{position:relative}.magic-aura{position:absolute;border-radius:50%;opacity:.18;background:radial-gradient(circle,rgba(227,231,174,.32),rgba(146,111,215,.09) 32%,transparent 70%);filter:blur(12px);mix-blend-mode:screen;animation:world-aura-breathe 8s ease-in-out infinite}.magic-aura-heart{top:36.1%;left:42.8%;width:10.5%;aspect-ratio:.75}.magic-aura-altar{top:59.1%;left:40.2%;width:10.5%;aspect-ratio:1;background:radial-gradient(circle,rgba(255,217,116,.38),rgba(211,171,71,.08) 38%,transparent 72%);animation-delay:-3.5s}.magic-dust{position:absolute;width:3px;height:3px;border-radius:50%;opacity:0;background:#e5dc9ec7;box-shadow:0 0 8px #dccf8994;animation:world-dust-rise 17s ease-in-out infinite}.dust-1{top:14%;left:18%;animation-delay:-4s}.dust-2{top:28%;left:76%;animation-delay:-11s;animation-duration:21s}.dust-3{top:45%;left:33%;animation-delay:-8s;animation-duration:19s}.dust-4{top:63%;left:68%;animation-delay:-15s;animation-duration:23s}.dust-5{top:79%;left:22%;animation-delay:-6s;animation-duration:20s}.dust-6{top:91%;left:81%;animation-delay:-13s;animation-duration:24s}.magic-spark{position:absolute;width:2px;height:2px;border-radius:50%;opacity:0;background:#e0eebee6;box-shadow:0 0 7px #b7da90ad;animation:world-spark-drift 14s ease-in-out infinite}.spark-1{top:9%;left:28%;animation-delay:-2s}.spark-2{top:22%;left:61%;animation-delay:-9s;animation-duration:18s}.spark-3{top:37%;left:12%;animation-delay:-5s;animation-duration:16s}.spark-4{top:49%;left:88%;animation-delay:-12s;animation-duration:20s}.spark-5{top:58%;left:44%;animation-delay:-7s;animation-duration:17s}.spark-6{top:72%;left:73%;animation-delay:-15s;animation-duration:22s}.spark-7{top:84%;left:37%;animation-delay:-4s;animation-duration:19s}.spark-8{top:95%;left:58%;animation-delay:-10s;animation-duration:21s}.magic-leaf{position:absolute;width:9px;height:4px;border-radius:90% 10%;opacity:0;background:#abc37385;box-shadow:0 0 5px #a3c06b2e;animation:world-leaf-fall 25s linear infinite}.leaf-1{top:12%;left:8%;animation-delay:-6s}.leaf-2{top:31%;left:86%;animation-delay:-18s;animation-duration:29s}.leaf-3{top:55%;left:16%;animation-delay:-11s;animation-duration:27s}.leaf-4{top:76%;left:79%;animation-delay:-22s;animation-duration:31s}@keyframes world-aura-breathe{0%,to{opacity:.12;scale:.94}50%{opacity:.23;scale:1.06}}@keyframes world-dust-rise{0%{opacity:0;transform:translate3d(0,18px,0) scale(.7)}24%{opacity:.48}72%{opacity:.16}to{opacity:0;transform:translate3d(28px,-72px,0) scale(1.08)}}@keyframes world-spark-drift{0%,to{opacity:0;transform:translate3d(-18px,8px,0)}35%{opacity:.58}68%{opacity:.2}90%{opacity:0;transform:translate3d(52px,-18px,0)}}@keyframes world-leaf-fall{0%{opacity:0;transform:translate3d(-12px,-35px,0) rotate(0)}12%{opacity:.35}78%{opacity:.22}to{opacity:0;transform:translate3d(95px,125px,0) rotate(320deg)}}@media(max-width:760px){.mobile-world-map>.ambient-magic-layer{z-index:6}.mobile-world-map .magic-aura{display:none}.mobile-world-map .magic-dust,.mobile-world-map .magic-spark{scale:.9}.mobile-world-map .magic-leaf{opacity:.7}}@media(prefers-reduced-motion:reduce){.ambient-magic-layer>*{animation:none!important}.magic-dust,.magic-spark,.magic-leaf{display:none}}:root{--project-glass-radius: 28px;--project-glass-border: rgba(255, 255, 255, .18);--project-glass-background: linear-gradient(122deg, rgba(255, 255, 255, .052), rgba(255, 255, 255, .006) 46%, rgba(255, 255, 255, .028)), rgba(7, 9, 10, .025);--project-glass-shadow: inset 0 1px rgba(255, 255, 255, .11), inset 0 -1px rgba(255, 255, 255, .02), 0 18px 52px rgba(0, 0, 0, .13);--project-glass-filter: blur(6px) saturate(1.025)}.project-glass-card,.content-card,.market-card,.form-card,.status-panel,.notice,.current-status,.progress-card,.news-card,.resident-info,.world-tree-access-grid article,.chapter-highlights>div{border:1px solid var(--project-glass-border);border-radius:var(--project-glass-radius);background:var(--project-glass-background);box-shadow:var(--project-glass-shadow);-webkit-backdrop-filter:var(--project-glass-filter);backdrop-filter:var(--project-glass-filter)}.development-page .progress-card,.development-page .progress-card-completed,.development-page .progress-card-active,.development-page .progress-card-planned{border-color:var(--project-glass-border);background:var(--project-glass-background);box-shadow:var(--project-glass-shadow);-webkit-backdrop-filter:var(--project-glass-filter);backdrop-filter:var(--project-glass-filter)}.development-page .progress-card:before{opacity:.48}.resident-trade-section{width:min(100%,var(--max-width));margin:clamp(5rem,9vw,8rem) auto 0;padding-top:clamp(4rem,7vw,6rem);scroll-margin-top:96px;border-top:1px solid rgba(255,255,255,.09)}.resident-trade-section>header{max-width:760px;margin:0 auto clamp(2rem,4vw,3rem);text-align:center}.resident-trade-section>header h2{margin-bottom:.8rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.8rem,6vw,5rem);font-weight:500}.resident-trade-section>header>p:last-child{max-width:680px;margin:0 auto;color:var(--muted)}.resident-trade-grid{align-items:stretch}.resident-trade-grid .market-card{min-height:390px;border-radius:var(--project-glass-radius)}.resident-trade-grid .placeholder-image{min-height:235px;border-color:#ffffff1f;background:linear-gradient(135deg,transparent 48%,rgba(255,255,255,.025) 49%,rgba(255,255,255,.025) 51%,transparent 52%),#ffffff03}.resident-trade-grid h3{margin-bottom:.65rem;font-family:Georgia,serif;font-size:1.5rem;font-weight:500}.future-trade-content{display:flex;flex-wrap:wrap;justify-content:center;gap:.55rem;margin-top:1.1rem}.future-trade-content span{padding:.48rem .72rem;color:#e5ebe2b8;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:#ffffff05;font-size:.68rem}.nav-access{display:flex;min-height:40px;align-items:center;gap:.45rem;margin-left:.45rem}.nav-access .nav-login{margin-left:0}.world-npc-layer{position:absolute;inset:0;z-index:6;overflow:hidden;pointer-events:none}.world-npc-slot{position:absolute;transform:translate(-50%,-100%)}.auth-page{padding-top:clamp(3rem,7vw,5.5rem)}.auth-page .page-hero{margin-bottom:clamp(1.5rem,4vw,2.4rem)}.auth-page .page-hero h1{font-family:Georgia,Times New Roman,serif}.auth-form{gap:1rem}.auth-form .button{width:100%}.auth-form-links{display:flex;justify-content:flex-end;margin-top:-.35rem;font-size:.88rem}.form-message{margin:0 0 .25rem;padding:.85rem 1rem;border:1px solid;border-radius:12px;font-size:.9rem;line-height:1.55}.form-message-success{color:#dcefc2;border-color:#b8d56a4d;background:#b8d56a11}.form-message-error{color:#ffd6ce;border-color:#ff917d4d;background:#7e241921}.field-optional{color:var(--muted);font-size:.75rem;font-weight:450}.field-help,.field-error{font-size:.76rem;font-weight:450;line-height:1.45}.field-help{color:var(--muted)}.field-error{color:#ffb9ab}.terms-row{grid-template-columns:auto 1fr!important;align-items:start;gap:.75rem!important;color:var(--muted)!important;font-size:.88rem;font-weight:450!important;line-height:1.55}.terms-row input{width:19px;min-height:19px;margin-top:.12rem;accent-color:var(--accent)}.auth-result{justify-items:center;text-align:center}.auth-result-mark{display:grid;width:58px;height:58px;place-items:center;color:var(--accent);border:1px solid rgba(184,213,106,.35);border-radius:50%;background:#b8d56a0f;font-size:1.5rem}.auth-route-loading{display:grid;min-height:55vh;place-items:center;color:var(--muted)}.dashboard-page{display:block;min-height:calc(100vh - 154px);padding-top:clamp(2.5rem,6vw,5rem)}.dashboard-welcome{width:100%;padding:clamp(1.75rem,4vw,3.25rem);text-align:left}.dashboard-welcome h1{max-width:900px;margin-bottom:.65rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.35rem,5.5vw,4.8rem)}.dashboard-welcome p:not(.eyebrow){max-width:760px;color:var(--muted)}.dashboard-welcome-subtitle{margin:0 0 .55rem;color:#dce8d7!important;font-family:Georgia,serif;font-size:clamp(1.1rem,2vw,1.45rem)}.dashboard-welcome-description{margin:0}.dashboard-success{display:flex;max-width:760px;align-items:center;justify-content:space-between;gap:1rem;margin-top:1.25rem;padding:.82rem .9rem .82rem 1rem;color:#e2efcc;border:1px solid rgba(184,213,106,.28);border-radius:14px;background:#b8d56a0e}.dashboard-success button{display:grid;width:30px;height:30px;flex:0 0 auto;place-items:center;color:#dbe8d5;border:1px solid rgba(255,255,255,.12);border-radius:50%;background:#ffffff09;cursor:pointer}.presale-dashboard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1rem,2.5vw,1.6rem);margin-top:clamp(1.25rem,3vw,2rem)}.presale-dashboard-card{display:flex;min-height:445px;flex-direction:column;padding:clamp(1.35rem,3vw,2rem);transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}@media(hover:hover){.presale-dashboard-card:hover{border-color:#ffffff3d;box-shadow:var(--project-glass-shadow),0 16px 38px #0000001a;transform:translateY(-2px)}}.presale-dashboard-card>header{display:flex;align-items:center;gap:.85rem;margin-bottom:1.35rem}.presale-dashboard-card h2,.dashboard-allocation-note h2{margin:0;font-family:Georgia,Times New Roman,serif;font-weight:500}.presale-dashboard-card h2{font-size:clamp(1.45rem,2.8vw,2rem)}.dashboard-card-icon{display:grid;width:42px;height:42px;flex:0 0 auto;place-items:center;color:#c6d99d;border:1px solid rgba(216,184,107,.22);border-radius:13px;background:linear-gradient(145deg,#d8b86b0f,#b8d56a06);box-shadow:inset 0 1px #ffffff0f}.dashboard-card-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.presale-dashboard-card-content{flex:1}.presale-dashboard-card-content>p:not(.dashboard-status){color:var(--muted)}.presale-dashboard-card>footer{margin-top:1.4rem}.presale-dashboard-card>footer .button{width:100%;text-align:center}.dashboard-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;margin:0}.dashboard-metrics div{min-width:0;padding:.9rem;border:1px solid rgba(255,255,255,.085);border-radius:13px;background:#ffffff05}.dashboard-metrics dt{margin-bottom:.35rem;color:var(--muted);font-size:.68rem;letter-spacing:.07em;text-transform:uppercase}.dashboard-metrics dd{margin:0;color:#e3ebdf;font-size:.9rem;line-height:1.45}.dashboard-card-note{margin:1rem 0 0;font-size:.82rem;line-height:1.6}.dashboard-status{display:inline-flex;align-items:center;gap:.55rem;margin-bottom:1rem;color:#dce7d7}.dashboard-status span{width:8px;height:8px;border-radius:50%;background:#9aa49b;box-shadow:0 0 0 4px #9aa49b14}.launch-phase-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;margin:1.2rem 0 0;padding:0;list-style:none}.launch-phase-list li{position:relative;padding:1.15rem .2rem 0;color:#89968c;border-top:1px solid rgba(255,255,255,.1);font-size:.62rem;text-align:center}.launch-phase-list li>span{position:absolute;top:-5px;left:calc(50% - 5px);width:10px;height:10px;border:2px solid #152019;border-radius:50%;background:#78837a}.launch-phase-list li.is-current{color:#dce9ce}.launch-phase-list li.is-current>span{background:var(--accent);box-shadow:0 0 12px #b8d56a59}.launch-phase-list small{display:block;margin-top:.25rem;color:var(--accent);font-size:.56rem}.dashboard-news-list{display:grid;gap:.85rem;margin:0;padding:0;list-style:none;counter-reset:news}.dashboard-news-list li{position:relative;padding:.9rem .9rem .9rem 2.75rem;border:1px solid rgba(255,255,255,.085);border-radius:13px;background:#ffffff05}.dashboard-news-list li:before{position:absolute;top:.9rem;left:.9rem;color:#d8b86bb8;counter-increment:news;content:"0" counter(news);font-family:Georgia,serif;font-size:.72rem}.dashboard-news-list h3{margin-bottom:.35rem;font-family:Georgia,serif;font-size:1rem;font-weight:500}.dashboard-news-list p{margin:0;color:var(--muted);font-size:.78rem;line-height:1.55}.dashboard-allocation-note{display:flex;align-items:flex-start;gap:1rem;margin-top:clamp(1.25rem,3vw,2rem);padding:clamp(1.25rem,3vw,1.75rem)}.dashboard-allocation-note h2{margin-bottom:.4rem;font-size:1.2rem}.dashboard-allocation-note p{max-width:920px;margin:0;color:var(--muted);font-size:.85rem;line-height:1.6}.developer-navigation{position:fixed;top:84px;right:max(1rem,calc((100vw - var(--max-width)) / 2));z-index:48;display:flex;gap:.4rem;padding:.35rem;border:1px solid var(--project-glass-border);border-radius:14px;background:var(--project-glass-background);box-shadow:var(--project-glass-shadow);-webkit-backdrop-filter:var(--project-glass-filter);backdrop-filter:var(--project-glass-filter)}.developer-navigation a{display:inline-flex;min-height:34px;align-items:center;gap:.38rem;padding:.42rem .65rem;color:var(--muted);border-radius:9px;font-size:.72rem;text-decoration:none}.developer-navigation a:hover{color:var(--text);background:#ffffff0f}.nav-dialog-backdrop{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:1rem;background:#02070494;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.nav-dialog{width:min(100%,480px);padding:clamp(1.5rem,5vw,2.5rem)}.nav-dialog h2{font-family:Georgia,Times New Roman,serif}.nav-dialog p:not(.eyebrow){color:var(--muted)}@media(max-width:760px){.main-navigation .nav-placeholder{width:100%;text-align:left}.nav-profile{width:100%;margin-left:0;padding:.7rem 0 0;border-top:1px solid var(--line);border-left:0}.account-menu{margin-left:auto}.account-menu-panel{position:fixed;top:auto;right:1rem;bottom:1rem}.dashboard-page{min-height:65vh}.presale-dashboard-grid{grid-template-columns:1fr}.presale-dashboard-card{min-height:0}.dashboard-metrics{grid-template-columns:1fr}.launch-phase-list{grid-template-columns:1fr;gap:.35rem;padding-left:.4rem}.launch-phase-list li{min-height:28px;padding:.25rem 0 .25rem 1.4rem;border-top:0;border-left:1px solid rgba(255,255,255,.1);text-align:left}.launch-phase-list li>span{top:.48rem;left:-5px}.launch-phase-list small{display:inline;margin-left:.45rem}.dashboard-allocation-note{flex-direction:column}.developer-navigation{top:auto;right:.75rem;bottom:.75rem;left:.75rem;justify-content:center}.developer-navigation a{flex:1;justify-content:center}}.map-landing-page{--landing-glass-width: min(58%, 760px)}.map-landing-page .world-glass-window,.map-landing-page .presale-overlay-surface{border-color:#ffffff29;background:linear-gradient(118deg,#ffffff0b,#ffffff01 44%,#ffffff06),#07090a04;-webkit-backdrop-filter:blur(5px) saturate(1.02);backdrop-filter:blur(5px) saturate(1.02)}@media(max-width:860px){.nav-access{justify-content:flex-start;margin:.35rem 0 0;padding-top:.75rem;border-top:1px solid var(--line)}.nav-access .nav-settings{margin-left:auto}}@media(max-width:760px){:root{--project-glass-radius: 24px}.resident-trade-section{margin-top:4rem;padding-top:4rem}.resident-trade-grid .market-card{min-height:0}.map-landing-page{--landing-glass-width: calc(100% - 1.5rem) }}.map-landing-page .world-glass-overview{top:24.7%}.development-page .progress-section:before,.development-page .news-section:before{inset:2rem -1.5rem;border:1px solid var(--project-glass-border);border-radius:32px;background:linear-gradient(122deg,#ffffff0a,#ffffff01 48%,#ffffff05);box-shadow:var(--project-glass-shadow);-webkit-backdrop-filter:var(--project-glass-filter);backdrop-filter:var(--project-glass-filter)}.development-page{background:transparent}.development-page .development-section.project-glass-card{isolation:isolate;margin:clamp(2rem,4vw,3rem) 0;padding-right:clamp(1rem,3vw,2rem);padding-left:clamp(1rem,3vw,2rem);border:1px solid var(--project-glass-border);border-radius:var(--project-glass-radius);background:var(--project-glass-background);box-shadow:var(--project-glass-shadow);-webkit-backdrop-filter:var(--project-glass-filter);backdrop-filter:var(--project-glass-filter)}.development-page .development-section.project-glass-card:before{display:none}.map-landing-page .presale-map-overlay-desktop{top:43.5%;left:48%}.map-landing-page .world-glass-growth{top:59%;left:45.5%;width:min(52%,680px);min-height:0;padding:1.05rem 1.15rem}.map-landing-page .world-glass-growth>ol{margin-top:.65rem}.map-landing-page .world-glass-growth>ol li{padding:.5rem}.map-landing-page .world-glass-growth .world-glass-note{margin-top:.55rem!important;padding-top:.5rem}.map-landing-page .world-glass-seasons{top:66.5%}@media(max-width:1050px)and (min-width:761px){.map-landing-page .presale-map-overlay-desktop{top:43.5%;left:48%}.map-landing-page .world-glass-growth{top:59%;left:45.5%;width:min(58%,620px)}.map-landing-page .world-glass-seasons{top:67%}}.world-glass-development-stack{position:absolute;top:52.5%;left:45.5%;z-index:9;display:grid;width:min(70%,980px);gap:clamp(24px,2vw,32px);transform:translate(-50%)}.map-landing-page .world-glass-development-stack>.world-glass-window{position:relative;top:auto;left:auto;width:100%;min-height:0;transform:none}.map-landing-page .world-glass-development-stack>.world-glass-growth{padding:.9rem 1.15rem}.world-glass-development-stack .growth-glass>h2{margin-bottom:.55rem}.world-glass-development-stack .growth-glass>ol{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;margin-top:.45rem}.world-glass-development-stack .growth-glass>ol li{grid-template-columns:28px minmax(0,1fr);gap:.45rem;padding:.45rem .55rem}.world-glass-development-stack .growth-glass li p{line-height:1.38}.world-glass-development-stack .growth-glass .world-glass-note{margin-top:.45rem!important;padding-top:.45rem}.map-landing-page.is-reveal-ready .world-glass-stacked:not(.is-visible){opacity:0;transform:translateY(8px)}@media(hover:hover)and (pointer:fine){.map-landing-page .world-glass-stacked.is-visible:hover{border-color:#ffffff4a;box-shadow:inset 0 1px #ffffff29,0 21px 56px #00000024,0 0 18px #ffffff08;transform:translateY(-3px)}}@media(max-width:1050px)and (min-width:761px){.world-glass-development-stack{top:52.5%;width:min(70%,760px)}.world-glass-development-stack .growth-glass>ol{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.mobile-growth-seasons-stack{position:relative;display:grid;gap:24px;padding:clamp(4rem,12vw,6rem) .75rem;overflow:hidden;background-image:linear-gradient(180deg,#0207058c,#0207051a 26%,#0207052e 74%,#02070599),url(/assets/illustrations/hero-world-tree-mobile.webp);background-repeat:no-repeat;background-position:center,50% 70%;background-size:cover,142% auto}.map-landing-page .world-glass-stacked-mobile{position:relative;top:auto;left:auto;width:100%;min-height:0;transform:none}.mobile-growth-seasons-stack .growth-glass>ol{grid-template-columns:repeat(2,minmax(0,1fr))}.map-landing-page.is-reveal-ready .world-glass-stacked-mobile:not(.is-visible){opacity:0;transform:translateY(8px)}}.desktop-world-map{--landing-pane-center: 50%}.map-landing-page .presale-map-overlay-desktop,.map-landing-page .world-glass-development-stack{left:var(--landing-pane-center);transform:translate(-50%)}.map-landing-page .presale-map-overlay-desktop{top:calc(43.5% - clamp(18px,1.25vw,20px))}.map-landing-page .world-glass-development-stack{top:calc(52.5% - clamp(18px,1.25vw,20px))}.map-landing-page .world-glass-development-stack>.world-glass-seasons{margin-top:clamp(110px,15vw,228px)}@media(max-width:1050px)and (min-width:761px){.map-landing-page .presale-map-overlay-desktop{top:calc(43.5% - clamp(14px,1.8vw,18px))}.map-landing-page .world-glass-development-stack{top:calc(52.5% - clamp(14px,1.8vw,18px))}.map-landing-page .world-glass-development-stack>.world-glass-seasons{margin-top:clamp(72px,11vw,116px)}}.development-page .development-overlay{background:linear-gradient(180deg,#02040424,#02040409 38%,#02040414 72%,#0204042e),radial-gradient(ellipse at 50% 12%,transparent 18%,rgba(0,0,0,.08) 78%)}.map-landing-page{--landing-glass-radius: var(--project-glass-radius);--landing-glass-border: var(--project-glass-border);--landing-glass-background: var(--project-glass-background);--landing-glass-shadow: var(--project-glass-shadow);--landing-glass-filter: var(--project-glass-filter)}.map-landing-page .world-glass-window,.map-landing-page .presale-overlay-surface{border-color:var(--project-glass-border);background:var(--project-glass-background);box-shadow:var(--project-glass-shadow);-webkit-backdrop-filter:var(--project-glass-filter);backdrop-filter:var(--project-glass-filter)}.development-page .news-heading{display:block;max-width:820px;margin-bottom:clamp(2rem,5vw,4rem)}.development-page .news-heading>div,.development-page .news-heading>p{width:100%}.development-page .news-heading h2{margin-bottom:1rem;white-space:normal}.development-page .news-heading>p{max-width:680px;margin:0;text-align:left}@media(max-width:760px){.map-landing-page .world-glass-overview{top:50%}.development-page .progress-section:before,.development-page .news-section:before{inset:1rem -.5rem;border-radius:24px}}
