:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#dce9ea;--surface:#f2f3e9;--surface-2:#e5eee8;--surface-3:#d7e6db;--input:#f9f8ef;--line:#bdd3d1;--text:#173748;--muted:#536d78;--accent:#197f84;--accent-ink:#fff;--accent-2:#5c65a2;--good:#397f61;--warn:#85641b;--danger:#a24642;--shadow:0 18px 45px #2d555d1c, 0 3px 12px #2d555d0f;--wash:#f9f8f0d1;--nav-bg:#f5f7eeed;--hero-top:#b7e2ed;--hero-middle:#d4e9e4;--hero-bottom:#e0e8c9;--hill-back:#9bc9a8;--hill-front:#75ae88;--hero-ink:#173748;--focus:#277db5;--body-background:radial-gradient(ellipse at 6% 0%, #7dcfe075, transparent 35%), radial-gradient(ellipse at 93% 17%, #cad8b27a, transparent 33%), linear-gradient(155deg, var(--bg), var(--surface-2) 78%);--topbar-shadow:0 14px 38px #0d2a3526, 0 2px 7px #0d2a3514;--control-shadow:inset 0 1px 2px #1a414c06, 0 2px 7px #1d444c09;--control-focus-shadow:0 0 0 3px #4099a221;--control-focus-shadow-strong:0 0 0 3px #4099a22b;--primary-button-bg:#267e80;--primary-button-hover:#236f72;--primary-button-ink:#f8f8ea;--hero-panel-background:radial-gradient(circle at 78% 15%, #ffffe2b8 0 6%, transparent 17%), radial-gradient(ellipse at 85% 60%, #ffffff80, transparent 38%), linear-gradient(158deg, var(--hero-top), var(--hero-middle) 60%, var(--hero-bottom));--hero-panel-line:#81b5b2a6;--hero-emphasis:#247c81;--hero-card-bg:#f6f9ede0;--hero-card-ink:#1e4650;--hero-card-line:#ffffffa8;--hero-card-label:#287c7b;--hero-card-link:#197f84;--hero-card-reason-ink:#285e66;--hero-card-reason-line:#287c7b3d;--motion-quick:.18s;--motion-calm:.32s;--radius-panel:24px;--sticky-offset:96px}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#112333;--surface:#1d3140;--surface-2:#263d49;--surface-3:#2c4b50;--input:#182c3b;--line:#46616b;--text:#eef5eb;--muted:#b2c5c8;--accent:#96ded2;--accent-ink:#112333;--accent-2:#d5bdeb;--good:#a6dcb6;--warn:#f3d288;--danger:#ffc1b1;--shadow:0 18px 46px #010d1b40, 0 3px 12px #010d1b1f;--wash:#1e333fd1;--nav-bg:#182a38f0;--hero-top:#2c425f;--hero-middle:#344c61;--hero-bottom:#355651;--hill-back:#3e6e65;--hill-front:#294d50;--hero-ink:#f4f4e8;--focus:#a5ead7;--body-background:radial-gradient(ellipse at 3% 0%, #4e5e9a59, transparent 36%), radial-gradient(ellipse at 94% 16%, #3f786838, transparent 35%), linear-gradient(155deg, var(--bg), #172b3b 75%);--hero-panel-background:radial-gradient(circle at 78% 15%, #f8dcb85c 0 6%, transparent 17%), radial-gradient(ellipse at 85% 65%, #9cb9df2e, transparent 38%), linear-gradient(158deg, var(--hero-top), var(--hero-middle) 60%, var(--hero-bottom));--hero-panel-line:#57717b;--hero-emphasis:#b4e7c9;--hero-card-bg:#1c3543d1;--hero-card-ink:#eef6ed;--hero-card-line:#bfdbd859;--hero-card-label:#a2e3cf;--hero-card-link:#a2e3cf;--hero-card-reason-ink:#c8e4dc;--hero-card-reason-line:#b1dfd440}*{box-sizing:border-box}html{background:var(--bg);scroll-behavior:smooth;scroll-padding-top:var(--sticky-offset)}body{min-height:100vh;color:var(--text);background:var(--body-background);margin:0;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{color:inherit}img{max-width:100%}:focus-visible{outline:3px solid var(--focus);outline-offset:3px}.app-shell{flex-direction:column;max-width:1360px;min-height:100vh;margin:0 auto;display:flex}.topbar{z-index:30;background:var(--nav-bg);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);border:1px solid var(--line);width:calc(100% - 48px);min-height:68px;box-shadow:var(--topbar-shadow);border-radius:23px;grid-template-columns:auto minmax(0,1fr) auto auto;grid-template-areas:"brand nav beacon actions";align-items:center;column-gap:clamp(12px,1.5vw,24px);margin:12px auto 0;padding:9px 18px;display:grid;position:sticky;top:12px}.brand-link{white-space:nowrap;grid-area:brand;align-items:center;gap:10px;min-width:0;display:flex}.brand-link strong{letter-spacing:-.045em;font-size:17px;line-height:1.1;display:block}.brand-link strong em{color:var(--accent);font-style:normal}.brand-link span{color:var(--muted);letter-spacing:.035em;margin-top:3px;font-size:10px;display:block}.brand-mark{border-radius:13px;flex:none;width:43px;height:43px;box-shadow:0 5px 13px #2f6e8c2e}.desktop-nav{border:1px solid var(--line);background:var(--surface-2);border-radius:999px;grid-area:nav;justify-self:center;align-items:center;gap:2px;min-width:0;padding:4px;display:flex}.nav-link{min-height:36px;color:var(--muted);white-space:nowrap;transition:background var(--motion-quick), color var(--motion-quick), transform var(--motion-quick);border-radius:999px;justify-content:center;align-items:center;gap:7px;padding:7px 11px;font-size:12px;font-weight:720;display:flex}.nav-link:hover{color:var(--text);transform:translateY(-1px)}.nav-link.active{background:var(--surface);color:var(--text);box-shadow:0 2px 8px #153e481c}.header-actions{grid-area:actions;justify-self:end;align-items:center;gap:11px;display:flex}.header-link{color:var(--muted);white-space:nowrap;font-size:12px;font-weight:700}.header-link:hover,.header-link.active{color:var(--accent)}.header-link-meta{font-size:10px;font-weight:400}.theme-toggle{border:1px solid var(--line);background:var(--surface);width:39px;height:39px;color:var(--accent);cursor:pointer;border-radius:50%;flex:none;place-items:center;display:grid;box-shadow:0 2px 7px #133d4814}.theme-toggle svg{width:20px;height:20px}.theme-toggle:hover{background:var(--surface-2);transform:translateY(-1px)}.server-ribbon{grid-area:beacon;justify-self:end;min-width:0}.server-beacon{min-width:0;position:relative}.server-beacon summary{border:1px solid var(--line);background:var(--surface-2);min-height:38px;color:var(--text);cursor:pointer;white-space:nowrap;border-radius:999px;align-items:center;gap:7px;padding:5px 10px 5px 7px;font-size:11px;font-weight:730;list-style:none;display:inline-flex;box-shadow:0 2px 8px #153e4814}.server-beacon summary::-webkit-details-marker{display:none}.server-beacon summary:hover,.server-beacon[open] summary{border-color:var(--accent);background:var(--surface-3)}.server-beacon-region-symbol{place-items:center;width:23px;height:23px;font-size:19px;line-height:1;display:inline-grid}.server-beacon-region{color:var(--accent);font-weight:850}.server-beacon-separator{color:var(--muted)}.server-beacon-timer{font-variant-numeric:tabular-nums}.server-beacon-weekly{color:var(--muted);font-variant-numeric:tabular-nums}.server-beacon-weekly span{margin-right:5px}.server-beacon-chevron{color:var(--accent);font-size:17px;line-height:.6}.server-beacon[open] .server-beacon-chevron{transform:rotate(180deg)}.server-beacon-panel{border:1px solid var(--line);background:var(--surface);width:min(370px,100vw - 28px);box-shadow:var(--shadow);border-radius:17px;padding:18px;position:absolute;top:calc(100% + 9px);right:0}.server-beacon-panel-heading{align-items:center;gap:8px;display:flex}.server-beacon-panel-heading img{object-fit:contain;width:23px;height:23px}.server-beacon-panel p{color:var(--muted);margin:7px 0 15px;font-size:12px}.server-choice{min-width:0}.server-choice-heading{color:var(--muted);align-items:baseline;gap:6px;margin-bottom:7px;font-size:11px;font-weight:790;display:flex}.server-choice-heading small{font-size:10px;font-weight:550}.server-choice-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;display:grid}.server-choice-button{border:1px solid var(--line);background:var(--surface-2);min-width:0;min-height:77px;color:var(--text);cursor:pointer;text-align:center;border-radius:13px;align-content:center;justify-items:center;gap:2px;padding:7px 3px;display:grid}.server-choice-button:hover{border-color:var(--accent);background:var(--surface-3)}.server-choice-button.selected{border-color:var(--accent);background:var(--surface-3);box-shadow:inset 0 0 0 1px var(--accent), 0 3px 10px #15636a1a}.server-choice-icon{font-size:21px;line-height:1.1}.server-choice-button strong{font-size:11px;line-height:1.2}.server-choice-button small{color:var(--muted);font-size:9px}.server-choice-clear{color:var(--accent);cursor:pointer;background:0 0;border:0;margin-top:6px;padding:3px 0;font-size:10px;font-weight:720;text-decoration:underline}.server-beacon-resets{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:13px;display:grid}.server-beacon-resets>div{border:1px solid var(--line);background:var(--surface-2);border-radius:12px;gap:4px;padding:11px;display:grid}.server-beacon-resets small{color:var(--accent);letter-spacing:.05em;font-size:9px;font-weight:850}.server-beacon-resets b{font-variant-numeric:tabular-nums;font-size:16px}.server-beacon-resets span,.server-beacon-note{color:var(--muted);font-size:10px}.server-beacon-note{margin-top:12px;line-height:1.4;display:block}.page-wrap{flex:1;width:100%;padding:28px clamp(20px,3.6vw,48px) 56px}.site-footer{color:var(--muted);border-top:1px solid var(--line);justify-content:space-between;align-items:end;gap:20px;padding:20px clamp(20px,3.6vw,48px) 30px;font-size:11px;display:flex}.site-footer a{color:var(--accent);font-weight:720}.footer-identity{gap:9px;display:grid}.footer-versions{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.footer-version{border:1px solid var(--line);background:var(--surface-2);white-space:nowrap;border-radius:999px;align-items:center;gap:5px;min-height:28px;padding:4px 9px;font-size:10px;font-weight:750;display:inline-flex}.footer-version.helper{color:var(--text);background:var(--surface)}.footer-version img{border-radius:5px;width:17px;height:17px}.footer-links{text-align:right;max-width:55ch;line-height:1.6}.bottom-nav{display:none}.panel,.creature-card{background:var(--wash);border:1px solid var(--line);border-radius:var(--radius-panel);box-shadow:var(--shadow)}.panel{padding:24px}.hero-grid{grid-template-columns:minmax(0,1.45fr) minmax(340px,.85fr);align-items:stretch;gap:18px;display:grid}.two-col{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.three-col{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.gap-top{margin-top:16px}.eyebrow{color:var(--accent);letter-spacing:.13em;text-transform:uppercase;font-size:11px;font-weight:850}h1{letter-spacing:-.055em;margin:10px 0 15px;font-size:clamp(34px,4vw,57px);font-weight:840;line-height:1.08}h2{letter-spacing:-.045em;margin:0;font-size:clamp(21px,2.1vw,28px);line-height:1.14}h3{letter-spacing:-.02em;margin:0 0 10px;font-size:17px}p{color:var(--text);line-height:1.6}.lede{max-width:65ch;color:var(--muted);margin:0 0 22px;font-size:15px}.muted{color:var(--muted)}.fineprint{color:var(--muted);font-size:11px;line-height:1.5}.compact-title{margin:7px 0 9px}.section-head{justify-content:space-between;align-items:end;gap:14px;margin:38px 0 15px;display:flex}.section-head p{max-width:68ch;color:var(--muted);margin:6px 0 0;font-size:13px}.hero-panel{min-height:463px;color:var(--hero-ink);isolation:isolate;background:var(--hero-panel-background);border-color:var(--hero-panel-line);padding:clamp(26px,3.4vw,50px);position:relative;overflow:hidden}.hero-panel:before{content:"";z-index:-1;opacity:.55;background-image:radial-gradient(circle,#fffff4d9 1.5px,#0000 2px);background-position:22px 4px;background-size:99px 76px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#0000 25%,#000 100%);mask-image:linear-gradient(90deg,#0000 25%,#000 100%)}.hero-copy{z-index:3;max-width:67%;position:relative}.hero-kicker{overflow-wrap:anywhere;min-width:0;color:var(--hero-ink);letter-spacing:.13em;align-items:center;gap:9px;font-size:11px;font-weight:850;display:flex}.sparkle{color:#438da4;font-size:19px}.hero-kicker-line{opacity:.45;background:currentColor;width:28px;height:1px;display:block}.hero-panel h1{max-width:11ch;margin:20px 0 14px;font-size:clamp(39px,4.3vw,64px)}.hero-panel h1 em{color:var(--hero-emphasis);font-style:normal}.hero-panel .lede{max-width:42ch;color:var(--hero-ink);opacity:.87}.journal-status{color:var(--hero-ink);flex-wrap:wrap;align-items:center;gap:7px;margin:-3px 0 15px;display:flex}.journal-status>span{background:#16464d21;border:1px solid #ffffff59;border-radius:999px;align-items:center;gap:7px;min-height:29px;padding:5px 9px;font-size:10px;font-weight:760;line-height:1.2;display:inline-flex}.journal-status-dot{background:#b3ebc4;border-radius:50%;flex:none;width:7px;height:7px;box-shadow:0 0 0 3px #59ab9233}.hero-next{border:1px solid var(--hero-card-line);background:var(--hero-card-bg);width:min(100%,450px);color:var(--hero-card-ink);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:transform var(--motion-quick), box-shadow var(--motion-quick);border-radius:18px;padding:16px 18px;display:block;box-shadow:0 8px 20px #2b64681f}.hero-next:hover{transform:translateY(-2px);box-shadow:0 13px 26px #2b646833}.hero-next small{color:var(--hero-card-label);letter-spacing:.12em;margin-bottom:4px;font-size:9px;font-weight:850;display:block}.hero-next b{font-size:18px;line-height:1.2;display:block}.hero-next span span{opacity:.9;margin-top:6px;font-size:12px;line-height:1.45;display:block}.hero-next .hero-next-reason{border-top:1px solid var(--hero-card-reason-line);color:var(--hero-card-reason-ink);margin-top:10px;padding-top:9px;font-size:11px;font-weight:670}.hero-next .hero-next-reason span{color:#25888a;margin:0 4px 0 0;display:inline}.hero-next strong{color:var(--hero-card-link);margin-top:10px;font-size:11px;display:inline-block}.hero-next strong i{font-style:normal}.hero-shortcuts{flex-wrap:wrap;gap:16px;margin-top:17px;font-size:12px;font-weight:800;display:flex}.hero-shortcuts a:hover{text-decoration:underline}.hero-shortcuts a span{margin-left:2px}.hero-creature{z-index:2;object-fit:contain;filter:drop-shadow(0 22px 23px #29585e3b);pointer-events:none;width:37%;max-height:82%;position:absolute;bottom:2%;right:3%}.hero-hill{z-index:0;pointer-events:none;border-radius:50% 50% 0 0;width:95%;position:absolute}.hero-hill-back{background:var(--hill-back);height:65%;bottom:-40%;right:-22%;transform:rotate(-9deg)}.hero-hill-front{background:var(--hill-front);height:75%;bottom:-60%;right:-20%;transform:rotate(6deg)}.snapshot-panel{background:linear-gradient(160deg, var(--surface), var(--surface-2));flex-direction:column;display:flex}.snapshot-heading{justify-content:space-between;align-items:start;gap:8px;display:flex}.snapshot-heading h2{margin:6px 0 0;font-size:23px}.snapshot-spark{color:var(--accent-2);font-size:38px;line-height:1}.browse-empty{border:1px dashed var(--line);background:var(--wash);border-radius:17px;flex:1;align-content:center;margin-top:18px;padding:18px;display:grid}.browse-empty p{color:var(--muted);margin:0;font-size:13px}.kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:21px 0 17px;display:grid}.kpi{background:var(--wash);border:1px solid var(--line);border-radius:16px;padding:16px}.kpi b{letter-spacing:-.04em;font-size:27px;line-height:1;display:block}.kpi b small{color:var(--muted);letter-spacing:0;font-size:13px}.kpi span{color:var(--muted);margin-top:6px;font-size:11px;display:block}.snapshot-divider{background:var(--line);height:1px;margin:auto 0 16px}.snapshot-panel h3{justify-content:space-between;gap:10px;font-size:15px;display:flex}.snapshot-panel h3 span{color:var(--muted);font-size:11px;font-weight:550}.row-between{justify-content:space-between;align-items:center;gap:10px;font-size:13px;display:flex}.progress{background:var(--surface-3);border-radius:999px;height:10px;margin:12px 0;overflow:hidden}.progress i{border-radius:inherit;background:linear-gradient(90deg,#59aa9b,#849bc8);height:100%;display:block}.next-rv small{color:var(--muted);font-size:11px;line-height:1.5;display:block}.text-link,.source-link{color:var(--accent);font-size:12px;font-weight:800}.text-link{margin-top:10px;display:inline-block}.text-link:hover,.source-link:hover{text-decoration:underline}.route-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.action-list{gap:9px;display:grid}.action-card{border:1px solid var(--line);background:var(--wash);border-radius:19px;grid-template-columns:35px 1fr auto;align-items:start;gap:12px;min-height:124px;padding:19px;transition:transform .18s,border-color .18s;display:grid;box-shadow:0 4px 12px #2f51560f}a.action-card:hover{border-color:var(--accent);transform:translateY(-3px)}.action-card.static{grid-template-columns:35px 1fr}.action-card i{color:var(--accent);font-size:19px;font-style:normal}.action-card b{font-size:14px;line-height:1.2;display:block}.action-card small{color:var(--muted);margin-top:7px;font-size:11px;line-height:1.52;display:block}.action-number{background:var(--surface-3);width:33px;height:33px;color:var(--accent);border-radius:11px;place-items:center;font-size:11px;font-weight:850;display:grid}.action-card.catch{border-top:3px solid #72afa9}.action-card.home{border-top:3px solid #9ca8cb}.action-card.primary{border-top:3px solid #92b996}.checklist{gap:8px;display:grid}.check-row{background:var(--surface);border:1px solid var(--line);cursor:pointer;border-radius:12px;align-items:center;gap:11px;min-height:48px;padding:10px 12px;display:flex}.check-row input{width:18px;height:18px;accent-color:var(--accent);flex:none}.check-row span{font-size:12px}.check-row small{color:var(--muted);display:block}.check-row.done span{color:var(--muted);text-decoration:line-through}.check-row.unavailable{opacity:.65;cursor:default}.daily-progress{border:1px solid var(--line);background:linear-gradient(105deg, var(--surface-2), var(--surface));border-radius:17px;align-items:center;gap:20px;margin:0 0 14px;padding:15px 18px;display:flex}.daily-progress>div:first-child{flex:none}.daily-progress strong{margin-top:3px;font-size:15px;display:block}.daily-progress-track{background:var(--surface-3);border-radius:999px;flex:1;height:12px;overflow:hidden}.daily-progress-track i{border-radius:inherit;height:100%;transition:width var(--motion-calm) ease;background:linear-gradient(90deg,#5eaba1,#98be9d);display:block}.mobile-more-scrim,.mobile-more-panel{display:none}.recommendation{border-left:3px solid var(--accent);background:var(--surface);border-radius:6px 12px 12px 6px;margin:9px 0;padding:12px 13px}.recommendation b{font-size:13px;display:block}.recommendation span{color:var(--muted);margin-top:4px;font-size:11px;line-height:1.52;display:block}.button-row{flex-wrap:wrap;gap:9px;display:flex}.button{border:1px solid var(--line);background:var(--surface);min-height:42px;color:var(--text);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;padding:10px 15px;font-size:12px;font-weight:780;transition:transform .18s,background .18s;display:inline-flex}.button:hover{background:var(--surface-2);transform:translateY(-1px)}.button.primary{background:var(--primary-button-bg);color:var(--primary-button-ink);border-color:var(--primary-button-bg)}.button.primary:hover{background:var(--primary-button-hover)}.button.secondary{background:var(--surface-2)}.button.ghost{background:0 0}.button.danger{color:var(--danger);background:0 0;border-color:currentColor}.button.small{min-height:35px;padding:7px 11px;font-size:11px}.button.wide{width:100%;margin-top:12px}.filter-bar{grid-template-columns:1.5fr .7fr .7fr;gap:10px;margin-bottom:13px;display:grid}.filter-bar input,.filter-bar select,.field input,.field select,.mini-field input,.mini-field select{background:var(--input);width:100%;min-height:41px;color:var(--text);border:1px solid var(--line);border-radius:10px;outline:0;padding:9px 11px}.filter-bar input:focus,.filter-bar select:focus,.field input:focus,.field select:focus,.mini-field input:focus,.mini-field select:focus{border-color:var(--focus);box-shadow:var(--control-focus-shadow)}.roster-summary{color:var(--muted);margin:10px 3px 15px;font-size:12px}.roster-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.creature-card{grid-template-rows:minmax(0,1fr) auto auto;padding:19px;display:grid;position:relative}.creature-top{grid-template-columns:98px minmax(0,1fr);gap:15px;display:grid}.portrait-wrap{position:relative}.creature-portrait{object-fit:contain;background:var(--surface-2);border-radius:17px;width:98px;height:98px}.owned-dot{border:2px solid var(--surface);background:var(--surface-3);width:27px;height:27px;color:var(--muted);border-radius:50%;place-items:center;font-size:12px;font-weight:900;display:grid;position:absolute;top:-5px;right:-5px}.owned-dot.owned{color:#fff;background:#3f9577}.owned-dot.released{color:#fff;background:#8b6c55}.lookup-species{flex-wrap:wrap;gap:10px 18px;margin:16px 0;display:flex}.lookup-species label{cursor:pointer;align-items:center;gap:6px;display:inline-flex}.lookup-choice{cursor:pointer;align-items:center;gap:8px;margin:16px 0 12px;font-weight:650;display:flex}.talent-list{gap:10px;margin:18px 0;display:grid}.talent-row{border:1px solid var(--line);background:var(--surface-2);border-radius:12px;grid-template-columns:minmax(190px,1fr) minmax(140px,.5fr) minmax(180px,.75fr);align-items:center;gap:13px;padding:13px;display:grid}.talent-row b,.talent-row small{display:block}.talent-row small{color:var(--muted);margin-top:4px;font-size:11px;line-height:1.4}.talent-available{cursor:pointer;align-items:center;gap:8px;font-size:11px;display:flex}.talent-available:has(input:disabled){color:var(--muted);cursor:default}.talent-advice .button{margin-top:10px}.talent-target{margin-top:17px}.talent-comparison{margin-top:18px}.talent-comparison>strong{margin-bottom:9px;font-size:12px;display:block}.talent-comparison-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.talent-comparison-grid>div{border:1px solid var(--line);background:var(--surface-2);border-radius:12px;padding:13px}.talent-comparison-grid b,.talent-comparison-grid span,.talent-comparison-grid small{display:block}.talent-comparison-grid b{font-size:12px}.talent-comparison-grid span{color:var(--accent);margin-top:6px;font-size:11px;font-weight:750}.talent-comparison-grid small{color:var(--muted);margin-top:8px;font-size:10px;line-height:1.45}.community-stats{grid-template-columns:repeat(auto-fit,minmax(115px,1fr));gap:10px;margin:16px 0;display:grid}.community-stats div{border:1px solid var(--line);background:var(--surface);border-radius:12px;padding:12px}.community-stats b,.community-stats span{display:block}.community-stats b{font-size:22px;line-height:1.2}.community-stats span{color:var(--muted);margin-top:4px;font-size:11px}.player-lookup-form{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px;margin-top:20px;display:grid}.player-lookup-form .server-choice{grid-column:1/-1;width:min(100%,370px)}.player-lookup-form .button{margin-bottom:0}.player-name{max-width:430px;margin-top:13px}.saved-player-list{gap:12px;margin-top:18px;display:grid}.saved-player{background:var(--surface);border:1px solid var(--line);border-radius:14px;grid-template-columns:minmax(140px,.8fr) minmax(180px,1.3fr) auto;align-items:end;gap:14px;padding:16px;display:grid}.saved-player b,.saved-player span{display:block}.saved-player span{color:var(--muted);margin-top:4px;font-size:11px}.creature-title-row{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.creature-title-row h3{margin:0}.meta-line{color:var(--muted);flex-wrap:wrap;align-items:center;gap:4px;margin:5px 0 8px;font-size:11px;display:flex}.creature-elements{flex-wrap:wrap;gap:4px;display:inline-flex}.creature-element{align-items:center;gap:2px;display:inline-flex}.creature-element img{object-fit:contain;width:17px;height:17px}.chips{flex-wrap:wrap;gap:5px;display:flex}.chip{background:var(--surface-3);color:var(--text);border-radius:999px;align-items:center;gap:3px;padding:4px 8px 4px 5px;font-size:10px;display:inline-flex}.chip img{object-fit:contain;width:19px;height:19px}.priority{letter-spacing:.04em;border-radius:999px;padding:5px 8px;font-size:9px;font-weight:850;display:inline-flex}.p-build-now{color:#216877;background:#d1e9ea}.p-core-target{color:#326947;background:#d9e9ce}.p-high{color:#775d16;background:#f0e6c4}.p-home-mvp,.p-early-home{color:#665282;background:#e6def0}.p-keep{color:#466775;background:#dfe9e7}:root[data-theme=dark] .p-build-now{color:#ccf5f4;background:#285667}:root[data-theme=dark] .p-core-target{color:#d4efce;background:#305442}:root[data-theme=dark] .p-high{color:#f6e7ac;background:#685a37}:root[data-theme=dark] .p-home-mvp,:root[data-theme=dark] .p-early-home{color:#eddaf4;background:#584a68}:root[data-theme=dark] .p-keep{color:#d1e4e4;background:#374e59}.creature-why{margin:9px 0;font-size:12px;line-height:1.48}.next-box{background:var(--surface-2);color:var(--text);border-radius:10px;padding:10px;font-size:11px;line-height:1.5}.locked-note{background:var(--surface-3);color:var(--warn);border-radius:9px;margin-top:8px;padding:9px;font-size:11px}.creature-controls{gap:10px;margin-top:17px;display:grid}.creature-control-row{align-items:end;gap:9px;min-width:0;display:flex}.roster-choice{border:0;min-width:0;margin:0;padding:0}.roster-choice legend{color:var(--muted);margin-bottom:5px;padding:0;font-size:12px;font-weight:750}.roster-choice-options{flex-wrap:wrap;gap:5px;display:flex}.roster-choice button{border:1px solid var(--line);background:var(--input);min-width:0;min-height:44px;color:var(--muted);cursor:pointer;transition:border-color var(--motion-quick), background var(--motion-quick), transform var(--motion-quick);border-radius:11px;justify-content:center;align-items:center;gap:4px;padding:6px 9px;font-size:12px;font-weight:750;display:inline-flex}.roster-choice button:hover{border-color:var(--accent);transform:translateY(-1px)}.roster-choice button[aria-pressed=true]{border-color:var(--accent);background:var(--surface-3);color:var(--text);box-shadow:inset 0 0 0 1px var(--accent)}.roster-choice button:disabled{opacity:.55;cursor:not-allowed;transform:none}.roster-choice button img{object-fit:contain;width:20px;height:20px}.roster-status{flex:1}.roster-status button{flex:80px}.roster-status button>span{color:var(--accent);font-size:15px;line-height:1}.roster-level{flex:0 0 74px;min-width:0}.roster-level input{text-align:center;min-height:44px}.roster-level>span,.creature-controls .mini-field.notes>span{font-size:12px}.roster-potential button{flex:82px}.roster-question{background:var(--surface-2);width:19px;height:19px;color:var(--muted);border-radius:50%;place-items:center;font-weight:850;display:grid}.roster-form,.roster-effects{flex:auto}.roster-form button,.roster-effects button{flex:75px}.inline-check{color:var(--muted);align-items:center;gap:6px;font-size:11px;display:flex}.inline-check input{width:18px;height:18px;accent-color:var(--accent)}.mini-field span,.field span{color:var(--muted);margin-bottom:5px;font-size:11px;font-weight:750;display:block}.mini-field input,.mini-field select{min-height:35px;padding:7px;font-size:11px}.mini-field.notes{min-width:0}.source-link{margin-top:11px;display:inline-block}.creature-links{flex-wrap:wrap;gap:6px 18px;display:flex}.form-grid{gap:12px;display:grid}.form-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.field{min-width:0;display:block}.stat-card h3{margin-top:7px;font-size:20px}.stat-card p{color:var(--muted);margin-bottom:0;font-size:12px}.job-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:9px;display:grid}.job-card{background:var(--surface);border:1px solid var(--line);border-radius:13px;padding:12px}.job-card strong{font-size:11px;display:block}.job-card b{margin-top:5px;font-size:24px;display:block}.job-card span{color:var(--muted);font-size:10px}.gap-chips{flex-wrap:wrap;gap:6px;margin-top:12px;display:flex}.table-wrap{border:1px solid var(--line);background:var(--surface);border-radius:17px;overflow:auto}table{border-collapse:collapse;width:100%;min-width:760px}th,td{border-bottom:1px solid var(--line);text-align:left;vertical-align:top;padding:12px;font-size:12px}th{z-index:2;background:var(--surface-2);color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:10px;position:sticky;top:76px}.current-row td{background:#66ba9f29}.source-directory{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:14px;display:grid}.source-provider{background:linear-gradient(145deg, var(--surface), var(--surface-2));min-width:0;padding:20px}.source-provider-heading{align-items:center;gap:12px;display:flex}.source-provider-heading>div{flex:1;min-width:0}.source-provider-heading .eyebrow{font-size:9px}.source-provider-heading h3{margin:4px 0 0;font-size:21px}.source-provider-mark{border:1px solid var(--line);background:var(--surface-3);width:46px;height:46px;color:var(--accent);border-radius:15px;flex:none;place-items:center;font-size:23px;display:grid}.source-provider-count{background:var(--surface-3);color:var(--muted);border-radius:999px;flex:none;padding:6px 9px;font-size:10px;font-weight:800}.source-provider-description{min-height:37px;color:var(--muted);margin:13px 0 15px;font-size:12px;line-height:1.5}.source-provider-details{border-top:1px solid var(--line)}.source-provider-details summary{min-height:48px;color:var(--accent);cursor:pointer;justify-content:space-between;align-items:center;gap:12px;font-size:12px;font-weight:850;list-style:none;display:flex}.source-provider-details summary::-webkit-details-marker{display:none}.source-provider-details summary span{transition:transform var(--motion-quick) ease;font-size:19px}.source-provider-details[open] summary span{transform:rotate(180deg)}.source-provider-links{gap:0;margin:0;padding:1px 0 0;list-style:none;display:grid}.source-provider-links li{border-top:1px solid var(--line);padding:11px 0 12px}.source-provider-links a{color:var(--text);text-underline-offset:3px;justify-content:space-between;gap:12px;font-size:13px;font-weight:800;-webkit-text-decoration:underline #0000;text-decoration:underline #0000;display:flex}.source-provider-links a:hover{color:var(--accent);text-decoration-color:currentColor}.source-provider-links a span:last-child{color:var(--accent);flex:none}.source-provider-links small{color:var(--muted);margin-top:4px;font-size:11px;line-height:1.45;display:block}.about-page{max-width:1180px;margin-inline:auto}.about-hero{background:radial-gradient(circle at 80% 32%, var(--hero-bottom), transparent 34%), linear-gradient(130deg, var(--surface), var(--surface-2));grid-template-columns:minmax(0,1.45fr) minmax(210px,.55fr);align-items:center;gap:28px;min-height:355px;padding:clamp(28px,4vw,52px);display:grid;overflow:hidden}.about-hero-copy{z-index:1;max-width:690px;position:relative}.about-hero h1{max-width:12ch;margin-block:16px}.about-hero h1 em{color:var(--accent);font-style:normal}.about-hero p{max-width:58ch;color:var(--muted);margin:0;font-size:15px}.about-hero-actions,.about-support-actions{flex-wrap:wrap;align-items:center;gap:10px;margin-top:23px;display:flex}.about-hero-emblem{aspect-ratio:1;border:1px solid var(--line);background:radial-gradient(circle, var(--surface), var(--surface-3));width:min(100%,245px);box-shadow:0 0 0 15px color-mix(in srgb, var(--surface) 46%, transparent), 0 0 0 32px color-mix(in srgb, var(--surface-3) 35%, transparent);border-radius:50%;flex-direction:column;justify-content:center;justify-self:center;align-items:center;gap:10px;display:flex;transform:rotate(-7deg)}.about-hero-emblem img{border-radius:20px;width:72px;height:72px}.about-hero-emblem span{color:var(--accent);letter-spacing:.15em;text-align:center;font-size:10px;font-weight:850;line-height:1.5}.about-intro{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:end;gap:28px;margin:40px 0 19px;display:grid}.about-intro h2{max-width:18ch;margin-top:8px;font-size:clamp(27px,3vw,38px)}.about-intro p{color:var(--muted);margin:0;font-size:14px}.about-work-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.about-work-card{background:linear-gradient(145deg, var(--surface), var(--surface-2));min-width:0;min-height:172px}.about-step{color:var(--accent);letter-spacing:.12em;font-size:11px;font-weight:900}.about-work-card h3{margin:13px 0 7px;font-size:20px}.about-work-card p{color:var(--muted);margin:0;font-size:12px}.about-people{margin-top:45px}.about-section-heading{justify-content:space-between;align-items:end;gap:20px;margin-bottom:15px;display:flex}.about-section-heading h2{margin-top:7px}.about-section-heading p{color:var(--muted);margin:7px 0 0;font-size:12px}.about-section-heading .button{flex:none}.about-reference-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.about-reference{background:var(--surface);flex-direction:column;min-width:0;min-height:205px;display:flex}.about-reference-tag{color:var(--accent);letter-spacing:.13em;font-size:10px;font-weight:850}.about-reference h3{margin:10px 0 6px;font-size:20px}.about-reference p{color:var(--muted);margin:0 0 17px;font-size:12px}.about-reference>div{flex-wrap:wrap;gap:8px 18px;margin-top:auto;display:flex}.about-reference a,.about-attribution-note a,.about-contact a{color:var(--accent);text-underline-offset:3px;font-size:12px;font-weight:800;text-decoration:underline}.about-attribution-note{color:var(--muted);margin:14px 2px 0;font-size:11px}.about-support{background:radial-gradient(circle at 91% 43%, var(--hero-top), transparent 35%), linear-gradient(135deg, var(--surface-2), var(--surface));align-items:center;min-height:250px;margin-top:43px;display:flex;position:relative;overflow:hidden}.about-support-copy{z-index:1;max-width:690px;position:relative}.about-support h2{margin-top:8px;font-size:clamp(26px,3vw,38px)}.about-support p{color:var(--muted);margin:10px 0 0;font-size:13px}.about-support .about-support-small{font-size:11px}.about-support-orbit{border:1px solid var(--line);width:160px;height:160px;color:var(--accent);opacity:.5;border-radius:50%;place-items:center;font-size:70px;display:grid;position:absolute;top:50%;right:7%;transform:translateY(-50%)rotate(10deg)}.about-coming-soon{border:1px solid var(--line);background:var(--surface-3);min-height:44px;color:var(--text);border-radius:999px;align-items:center;padding:10px 16px;font-size:12px;font-weight:850;display:inline-flex}.share-helper{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.share-helper>span{overflow-wrap:anywhere;color:var(--accent);font-size:12px;font-weight:750}.about-contact{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px 20px;padding:22px 4px 0;display:flex}.about-contact p{color:var(--muted);margin:0;font-size:12px}@media (max-width:760px){.about-hero{grid-template-columns:minmax(0,1fr) 110px;min-height:0}.about-hero-emblem{width:110px;box-shadow:0 0 0 9px color-mix(in srgb, var(--surface) 46%, transparent);gap:6px}.about-hero-emblem img{border-radius:14px;width:48px;height:48px}.about-hero-emblem span{font-size:7px}.about-intro{grid-template-columns:1fr;gap:12px}.about-work-grid{grid-template-columns:1fr}.about-work-card{min-height:0}}@media (max-width:560px){.about-hero{padding:26px;display:block}.about-hero h1{font-size:clamp(34px,10vw,48px)}.about-hero-emblem{display:none}.about-hero-actions .button{text-align:center;width:100%}.about-section-heading{flex-direction:column;align-items:flex-start}.about-reference-grid{grid-template-columns:1fr}.about-reference{min-height:0}.about-support{padding:26px}.about-support-orbit{opacity:.18;right:-40px}.about-support-actions{flex-direction:column;align-items:stretch}.about-support-actions .button,.about-coming-soon,.share-helper{text-align:center;justify-content:center;width:100%}.share-helper{flex-direction:column}}.source-starter-choice{border:0;min-width:0;margin:16px 0 0;padding:0}.source-starter-choice legend{color:var(--muted);padding:0 0 8px;font-size:11px;font-weight:800}.source-starter-choice>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;display:grid}.source-starter-option{border:1px solid var(--line);background:var(--surface-2);text-align:left;cursor:pointer;border-radius:14px;align-items:center;gap:9px;min-width:0;min-height:68px;padding:7px 10px 7px 7px;display:flex}.source-starter-option:hover,.source-starter-option.selected{border-color:var(--accent);background:var(--surface-3)}.source-starter-option.selected{box-shadow:inset 0 0 0 1px var(--accent)}.source-starter-option img{object-fit:contain;background:var(--surface);border-radius:11px;flex:none;width:52px;height:52px}.source-starter-option>span:nth-child(2){flex:1;min-width:0}.source-starter-option b,.source-starter-option small{display:block}.source-starter-option b{font-size:13px}.source-starter-option small{color:var(--muted);margin-top:3px;font-size:10px}.source-starter-check{background:var(--surface);width:22px;height:22px;color:var(--muted);border-radius:50%;flex:none;place-items:center;font-size:12px;font-weight:850;display:grid}.source-starter-option.selected .source-starter-check{background:var(--accent);color:var(--surface)}@media (max-width:760px){.source-directory{grid-template-columns:1fr}}@media (max-width:420px){.source-starter-choice>div{grid-template-columns:1fr}}.matchup-intro h1{margin-bottom:8px}.matchup-intro p{max-width:68ch}.matchup-intro .chips{margin:15px 0}.matchup-intro .text-link{margin-top:12px;display:inline-block}.matchup-chart-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.matchup-chart-heading h2{margin-top:6px}.matchup-chart>.muted{max-width:72ch;font-size:12px}.matchup-frame{border:1px solid var(--line);background:var(--surface);border-radius:16px;width:100%;height:475px;margin-top:18px;display:block}.matchup-chart .fineprint a{color:var(--accent);font-weight:750}.property-ledger{background:radial-gradient(circle at 95% 0%, #77c6ad21, transparent 34%), linear-gradient(145deg, var(--surface), var(--surface-2));overflow:hidden}.home-grounds{background:radial-gradient(circle at 90% 0%, #8bbf9b2e, transparent 38%), var(--surface);overflow:hidden}.home-grounds-head{justify-content:space-between;align-items:start;gap:20px;margin-bottom:20px;display:flex}.home-grounds-head h2{margin:6px 0;font-size:clamp(25px,3vw,36px)}.home-grounds-head p{color:var(--muted);margin:0;line-height:1.5}.home-ground-crew{border:1px solid var(--line);background:var(--surface-2);border-radius:17px;flex:none;width:min(330px,36%);padding:10px 12px}.home-ground-crew>small{color:var(--accent);letter-spacing:.09em;margin-bottom:7px;font-size:9px;font-weight:850;display:block}.home-ground-crew>div{gap:5px;display:flex}.home-ground-crew>div>span{text-align:center;flex:1;min-width:0}.home-ground-crew img{object-fit:contain;width:55px;height:55px;margin:0 auto 3px;display:block}.home-ground-crew b,.home-ground-crew span small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.home-ground-crew b{font-size:10px}.home-ground-crew span small{color:var(--muted);font-size:9px}.home-ground-crew a{color:var(--accent);margin-top:7px;font-size:10px;font-weight:750;display:inline-block}.home-ground-now{border:1px solid color-mix(in srgb, var(--accent), var(--line) 60%);background:var(--surface-2);border-radius:14px;flex-wrap:wrap;align-items:center;gap:8px 15px;margin:0 0 16px;padding:10px 13px;display:flex}.home-ground-now b{white-space:nowrap;font-size:11px}.home-ground-now div{flex-wrap:wrap;gap:6px;display:flex}.home-ground-now div>span{background:var(--surface);color:var(--accent);border-radius:999px;align-items:center;gap:4px;padding:4px 9px 4px 4px;font-size:11px;font-weight:850;display:inline-flex}.home-ground-now>a{color:var(--accent);margin-left:auto;font-size:11px;font-weight:800;text-decoration:underline}.game-item-art{object-fit:contain;width:32px;height:32px;display:block}.game-item-art-fallback{font-size:8px;font-weight:850}.home-ground-now .game-item-art{width:24px;height:24px}.home-grounds>.fineprint a{color:var(--accent);text-decoration:underline}.home-ground-zones{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.home-ground-zone{--ground-color:#86ad68;border:1px solid var(--line);border-top:3px solid var(--ground-color);background:var(--surface-2);border-radius:20px;min-width:0;padding:16px}.home-ground-zone.woodland{--ground-color:#4c9a7b}.home-ground-zone.mine{--ground-color:#b58b55}.home-ground-zone.well{--ground-color:#61a6b9}.home-ground-zone-title{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.home-ground-zone-title small{color:var(--muted);font-size:10px;display:block}.home-ground-zone-title h3{margin:3px 0 0;font-size:20px}.home-ground-zone-title strong{font-variant-numeric:tabular-nums;flex:none;font-size:20px}.home-ground-zone-title strong span{color:var(--muted);font-size:11px;font-weight:600}.home-ground-cap{color:var(--warn);margin:-5px 0 10px;font-size:10px;font-weight:750}.home-ground-groups{gap:9px;display:grid}.home-ground-group{border:1px solid var(--line);background:var(--surface);border-radius:14px;min-width:0;padding:12px}.home-ground-group-title{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:3px 9px;display:flex}.home-ground-group-title b{font-size:13px}.home-ground-group-title span,.home-ground-empty,.home-ground-group-note{color:var(--muted);font-size:11px}.home-ground-empty{margin:0;padding:10px 0}.home-ground-group-status{border-top:1px solid var(--line);grid-template-columns:89px minmax(0,1fr);gap:3px 9px;margin-top:10px;padding-top:8px;font-size:11px;display:grid}.home-ground-group-status small{color:var(--muted);letter-spacing:.045em;font-size:9px;font-weight:850}.home-ground-group-status span{overflow-wrap:anywhere}.home-ground-group-status span:last-child{color:var(--accent);font-weight:750}.home-ground-group-note{margin:7px 0 0}.home-ground-stations{border:1px solid var(--line);background:var(--surface-2);border-radius:16px;align-items:baseline;gap:14px;margin-top:12px;padding:14px 16px;display:flex}.home-ground-stations>div:first-child{flex:none}.home-ground-stations b,.home-ground-stations small{display:block}.home-ground-stations small{color:var(--muted);font-size:10px}.home-ground-stations>div:nth-child(2){flex-wrap:wrap;gap:6px;display:flex}.home-ground-stations span{border:1px solid var(--line);background:var(--surface);border-radius:999px;padding:5px 8px;font-size:10px}.home-ground-stations p{color:var(--muted);margin:0;font-size:11px}.home-ground-stations a{color:var(--accent);text-decoration:underline}.home-ground-route{border:1px solid color-mix(in srgb, var(--accent), var(--line) 55%);background:var(--surface-2);border-radius:18px;margin-top:16px;padding:18px}.home-ground-route-title h3{margin:5px 0;font-size:21px}.home-ground-route-title p{color:var(--muted);margin:0;font-size:11px}.home-ground-route ol{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin:15px 0 0;padding:0;list-style:none;display:grid}.home-ground-route li{border:1px solid var(--line);background:var(--surface);border-radius:12px;align-items:center;gap:10px;min-width:0;padding:10px;display:flex}.home-route-kind{min-width:43px;min-height:35px;color:var(--good);background:#86ad682b;border-radius:9px;flex:none;place-items:center;padding:3px;font-size:8px;font-weight:850;display:grid}.home-route-kind.woodland{background:#4c9a7b29}.home-route-kind .game-item-art{width:31px;height:31px}.home-ground-route li div{min-width:0}.home-ground-route li b,.home-ground-route li small{display:block}.home-ground-route li b{font-size:13px}.home-ground-route li small{color:var(--muted);font-size:10px;line-height:1.4}.home-ground-checks{gap:6px;margin-top:14px;display:grid}.home-ground-checks p{border-left:3px solid var(--accent);background:var(--surface-2);border-radius:0 8px 8px 0;margin:0;padding:9px 11px;font-size:11px;line-height:1.5}.home-grounds>.fineprint{margin:14px 0 0}.property-ledger-head{justify-content:space-between;align-items:center;gap:20px;display:flex}.property-ledger-head h2{margin:7px 0 8px;font-size:clamp(24px,3vw,34px)}.property-ledger-head p{max-width:65ch;color:var(--muted);margin:0;font-size:12px;line-height:1.55}.property-total{border:1px solid var(--line);background:var(--surface);border-radius:20px;flex:none;place-items:center;min-width:108px;min-height:92px;display:grid}.property-total b{color:var(--accent);font-size:30px;line-height:1}.property-total span{color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:800}.property-empty{border:1px dashed var(--line);color:var(--muted);border-radius:14px;padding:14px 16px;font-size:12px;line-height:1.55}.property-empty p{margin:0 0 10px}.property-add{flex-wrap:wrap;gap:8px;margin:20px 0;display:flex}.property-groups{gap:12px;display:grid}.property-count-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:18px 0 14px;display:grid}.property-count-card{border:1px solid var(--line);background:var(--surface-2);border-radius:14px;justify-content:space-between;align-items:center;gap:8px;min-width:0;padding:12px;display:flex}.property-count-card>div{gap:2px;display:grid}.property-count-card b{font-size:12px}.property-count-card small{color:var(--muted);font-size:10px}.property-count-card>div:last-child{align-items:center;gap:7px;display:flex}.property-count-card strong{text-align:center;min-width:18px;font-size:18px}.property-count-card button{border:1px solid var(--line);background:var(--surface);width:44px;height:44px;color:var(--text);cursor:pointer;border-radius:10px;place-items:center;display:grid}.property-count-card button:disabled{opacity:.35;cursor:not-allowed}.property-advanced{border-top:1px solid var(--line);margin-top:16px}.property-advanced>summary{color:var(--accent);cursor:pointer;padding:14px 0;font-size:12px;font-weight:800}.property-advanced>p{color:var(--muted);font-size:11px}.property-group{border:1px solid var(--line);background:var(--surface);border-radius:18px;padding:16px}.property-group-heading{align-items:center;gap:11px;margin-bottom:14px;display:flex}.property-group-heading>div{flex:1;min-width:0}.property-group-heading b,.property-group-heading small{display:block}.property-group-heading b{font-size:14px}.property-group-heading small{color:var(--muted);text-transform:capitalize;margin-top:2px;font-size:10px}.property-mark{background:var(--surface-3);width:39px;height:39px;color:var(--accent);border-radius:12px;flex:none;place-items:center;font-size:21px;display:grid}.property-recipe{max-width:320px;margin-top:12px;display:block}.property-result{background:linear-gradient(115deg, var(--surface-3), var(--surface));border:1px solid #48938359;border-radius:18px;justify-content:space-between;align-items:center;gap:24px;margin-top:20px;padding:20px;display:flex}.property-result h3{margin:7px 0;font-size:20px}.property-result p{max-width:70ch;color:var(--muted);margin:0;font-size:12px;line-height:1.55}.property-income{text-align:right;flex:none;gap:3px;min-width:180px;display:grid}.property-income small{color:var(--muted);letter-spacing:.05em;font-size:9px;font-weight:800}.property-income b{color:var(--accent);font-variant-numeric:tabular-nums;font-size:29px;line-height:1.1}.property-income span{color:var(--muted);font-size:11px}.property-row-list{gap:7px;margin-top:13px;display:grid}.property-row-list>div{border:1px solid var(--line);background:var(--surface);border-radius:12px;flex-wrap:wrap;align-items:center;gap:7px 18px;padding:11px 13px;font-size:11px;display:flex}.property-row-list b{min-width:150px}.property-row-list span{color:var(--muted);flex:1}.property-row-list strong{color:var(--accent)}.property-ledger>.fineprint{margin:16px 0 0}.property-ledger>.fineprint a{color:var(--accent);text-decoration:underline}.rv-build-path{background:linear-gradient(140deg, var(--surface), var(--surface-2))}.rv-build-heading{justify-content:space-between;align-items:center;gap:20px;display:flex}.rv-build-heading h2{margin:7px 0;font-size:clamp(21px,2.7vw,29px)}.rv-build-heading p{color:var(--muted);margin:0;font-size:12px}.rv-build-cap{text-align:center;gap:3px;min-width:105px;display:grid}.rv-build-cap b{color:var(--accent);font-size:32px}.rv-build-cap span{color:var(--muted);font-size:10px}.rv-build-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-top:19px;display:grid}.rv-build-item{border:1px solid var(--line);background:var(--surface);border-radius:14px;gap:5px;padding:15px;display:grid}.rv-build-item.missing{border-color:#d1965178}.rv-build-item>span{color:var(--muted);font-size:11px;font-weight:800}.rv-build-item b{color:var(--accent);font-size:23px}.rv-build-item small{color:var(--muted);font-size:10px}.rv-build-extras{flex-wrap:wrap;gap:8px;margin-top:15px;display:flex}.rv-build-extras span{border:1px solid var(--line);background:var(--surface);color:var(--muted);border-radius:999px;padding:7px 10px;font-size:10px;font-weight:750}.rv-build-path>.fineprint{margin-bottom:0}.rv-build-path>.fineprint a{color:var(--accent);text-decoration:underline}.profile-hero{background:radial-gradient(circle at 15% 20%, #daf8d673, transparent 30%), linear-gradient(125deg, var(--surface-2), var(--surface), var(--surface-3));align-items:center;gap:22px;min-height:230px;display:flex}.profile-avatar{color:#fff;text-shadow:0 3px 15px #2752564d;background:linear-gradient(145deg,#7eaeca,#c0dec0 65%,#f6edb6);border:2px solid #ffffffa6;border-radius:30px;flex:none;place-items:center;width:108px;height:108px;font-size:60px;display:grid;box-shadow:0 14px 30px #205a5e26}.profile-hero-copy{flex:1;min-width:0}.profile-hero h1{overflow-wrap:anywhere;margin:6px 0;font-size:clamp(32px,4vw,52px)}.profile-hero p{margin:0 0 8px;font-size:15px;font-weight:800}.profile-hero-copy>span:last-child{color:var(--muted);font-size:12px}.profile-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:14px;display:grid}.profile-stat{background:linear-gradient(160deg, var(--surface), var(--surface-2));flex-direction:column;min-height:138px;display:flex}.profile-stat>span{color:var(--muted);letter-spacing:.1em;font-size:10px;font-weight:850}.profile-stat b{color:var(--accent);margin:9px 0 3px;font-size:36px;line-height:1}.profile-stat small{color:var(--muted);margin-top:auto;font-size:11px}.profile-identity{max-width:100%}.profile-public{background:linear-gradient(145deg, var(--surface), var(--surface-2))}.profile-public-top{justify-content:space-between;align-items:center;gap:24px;display:flex}.profile-public-top h2{margin:7px 0;font-size:clamp(23px,2.8vw,30px)}.profile-public-top p{max-width:75ch;color:var(--muted);margin:0;font-size:12px;line-height:1.55}.profile-public-top .button{flex:none}.profile-public-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-top:20px;display:grid}.profile-public-stats>div{border:1px solid var(--line);background:var(--surface);border-radius:15px;padding:16px}.profile-public-stats span{color:var(--muted);font-size:10px;display:block}.profile-public-stats b{color:var(--accent);margin-top:5px;font-size:25px;display:block}.profile-public-foot{justify-content:space-between;align-items:center;gap:20px;margin-top:15px;display:flex}.profile-public-foot p{max-width:65ch;color:var(--muted);font-size:11px;line-height:1.5}.profile-paths{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:26px;display:grid}.profile-path{background:linear-gradient(145deg, var(--surface), var(--surface-2));transition:transform var(--motion-quick);gap:8px;display:grid}.profile-path:hover{transform:translateY(-2px)}.profile-path>span{color:var(--accent);font-size:28px}.profile-path b{font-size:17px}.profile-path small{color:var(--muted);font-size:11px;line-height:1.5}.profile-path strong{color:var(--accent);font-size:11px}.money-controls{grid-template-columns:auto minmax(180px,260px) 1fr;align-items:end;gap:14px;display:grid}.money-controls .farm-goals{margin:0}.money-controls .inline-check{padding-bottom:9px}.money-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:19px;display:grid}.money-recipe{text-align:left;border:1px solid var(--line);background:var(--surface);cursor:pointer;border-radius:14px;align-items:center;gap:12px;width:100%;min-height:66px;padding:10px 13px;display:flex}.money-recipe:hover,.money-recipe.selected{border-color:var(--accent);background:var(--surface-2)}.money-rank{background:var(--surface-3);width:24px;height:24px;color:var(--accent);border-radius:50%;flex:none;place-items:center;font-size:10px;font-weight:850;display:grid}.money-art{background:var(--surface-2);border-radius:10px;flex:none;place-items:center;width:40px;height:40px;display:grid}.money-art .game-item-art{width:36px;height:36px}.money-name{flex:1;min-width:0}.money-name b,.money-name small,.money-value b,.money-value small{display:block}.money-name b{font-size:13px}.money-name small,.money-value small{color:var(--muted);margin-top:4px;font-size:10px;line-height:1.3}.money-value{text-align:right;flex:none}.money-value b{color:var(--accent);font-size:15px}.money-empty{background:var(--surface-2);color:var(--muted);border-radius:13px;margin:18px 0 0;padding:15px;font-size:12px}.money-detail{background:var(--surface-2);border-radius:16px;grid-template-columns:minmax(0,1fr) 235px;gap:20px;margin-top:18px;padding:19px;display:grid}.money-detail h3{margin:7px 0}.money-detail p{max-width:62ch;color:var(--muted);margin:0;font-size:12px}.money-estimate{flex-direction:column;align-items:start;display:flex}.money-estimate .field{width:100%}.money-estimate b{color:var(--accent);margin-top:12px;font-size:22px}.money-estimate small{color:var(--muted);font-size:10px;line-height:1.4}.money-method{margin-bottom:0}.money-method a{color:var(--accent);font-weight:750}.data-version{margin-top:8px;font-size:26px;font-weight:850}.disclaimer-panel p{color:var(--muted);margin-bottom:0;font-size:12px}.artwork-notice{background:radial-gradient(circle at 95% 4%, color-mix(in srgb, var(--accent), transparent 88%), transparent 35%), var(--surface)}.artwork-notice-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.artwork-notice-heading>span{border:1px solid var(--line);color:var(--muted);white-space:nowrap;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:800}.artwork-notice>p{max-width:95ch;margin-top:13px;line-height:1.55}.artwork-notice-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px;display:grid}.artwork-notice-grid>div{border:1px solid var(--line);background:var(--surface-2);border-radius:14px;padding:15px}.artwork-notice-grid h3{margin:0 0 6px;font-size:14px}.artwork-notice-grid p{margin:0;line-height:1.55}.artwork-notice a:not(.button){color:var(--accent);text-underline-offset:2px;font-weight:800;text-decoration:underline}.artwork-contact{border:1px solid var(--line);background:var(--surface-2);border-radius:14px;justify-content:space-between;align-items:center;gap:15px;margin-top:17px;padding:14px 16px;display:flex}.artwork-contact b,.artwork-contact small{display:block}.artwork-contact b{font-size:13px}.artwork-contact small{color:var(--muted);margin-top:4px;font-size:11px}.artwork-contact .button{flex:none}@media (max-width:700px){.artwork-notice-grid{grid-template-columns:1fr}.artwork-contact{flex-direction:column;align-items:stretch}.artwork-contact .button{width:100%}}@media (max-width:460px){.artwork-notice-heading{flex-direction:column;align-items:flex-start}}.prose-page{max-width:760px;margin:0 auto}.prose-page p{color:var(--text)}.modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);background:#10212ead;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.modal-card{overscroll-behavior:contain;border:1px solid var(--line);background:var(--surface);border-radius:25px;width:min(620px,100%);max-height:calc(100dvh - 36px);padding:28px;overflow:auto;box-shadow:0 30px 90px #04192566}.modal-card h1{font-size:31px}.onboarding-card{width:min(660px,100%);padding:24px}.onboarding-hero{border-bottom:1px solid var(--line);background:radial-gradient(circle at 92% 8%, var(--hero-top), transparent 46%), linear-gradient(130deg, var(--surface-2), var(--surface));margin:-24px -24px 17px;padding:25px 26px 24px;position:relative;overflow:hidden}.onboarding-hero:after{content:"✦";color:var(--accent);opacity:.13;pointer-events:none;font-size:126px;line-height:1;position:absolute;bottom:-29px;right:19px}.onboarding-hero>*{z-index:1;position:relative}.onboarding-kicker{color:var(--accent);letter-spacing:.13em;align-items:center;gap:8px;font-size:10px;font-weight:880;display:flex}.onboarding-kicker img{border-radius:10px;width:30px;height:30px}.onboarding-kicker i{opacity:.45;font-style:normal}.onboarding-hero h1{max-width:13ch;color:var(--text);letter-spacing:-.055em;margin:13px 0 8px;font-size:clamp(27px,5vw,38px);line-height:1.06}.onboarding-hero h1:focus{outline:none}.onboarding-hero p{max-width:43ch;color:var(--muted);margin:0;font-size:13px;line-height:1.5}.onboarding-paths{flex-wrap:wrap;align-items:center;gap:7px 22px;margin-bottom:15px;display:flex}.onboarding-path,.onboarding-restore>summary{min-height:44px;color:var(--accent);cursor:pointer;background:0 0;border:0;align-items:center;gap:7px;padding:4px 0;font-size:12px;font-weight:830;list-style:none;display:inline-flex}.onboarding-path:hover,.onboarding-restore>summary:hover{text-underline-offset:3px;text-decoration:underline}.onboarding-path span,.onboarding-restore>summary span{font-size:16px;font-weight:600}.onboarding-restore>summary::-webkit-details-marker{display:none}.onboarding-identity>summary::-webkit-details-marker{display:none}.onboarding-restore[open]{flex-basis:100%;order:2}.onboarding-restore-body{border:1px solid var(--line);background:var(--surface-2);border-radius:14px;padding:12px 14px}.onboarding-restore-body p{color:var(--muted);margin:0 0 10px;font-size:11px;line-height:1.5}.onboarding-restore-body .onboarding-old-links{margin:10px 0 0}.onboarding-restore-body a{color:var(--accent);text-underline-offset:2px;font-weight:800;text-decoration:underline}.onboarding-section-label,.onboarding-rv>span{color:var(--text);align-items:center;gap:8px;font-size:12px;font-weight:850;display:flex}.onboarding-section-label span,.onboarding-rv>span i{background:var(--surface-3);width:25px;height:25px;color:var(--accent);border-radius:9px;flex:none;place-items:center;font-size:10px;font-style:normal;font-weight:850;display:grid}.starter-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:11px 0 18px;display:grid}.starter-card{border:1px solid var(--line);background:var(--surface-2);text-align:left;cursor:pointer;min-width:0;min-height:94px;transition:transform var(--motion-quick), border-color var(--motion-quick), box-shadow var(--motion-quick);border-radius:16px;grid-template-rows:auto auto;grid-template-columns:68px minmax(0,1fr);align-items:center;gap:2px 10px;padding:10px;display:grid;position:relative}.starter-card:hover{border-color:var(--accent);transform:translateY(-2px)}.starter-card.selected{border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent), var(--shadow)}.starter-card.selected:after{content:"✓";background:var(--accent);width:20px;height:20px;color:var(--accent-ink);border-radius:50%;place-items:center;font-size:12px;font-weight:900;display:grid;position:absolute;top:8px;right:9px}.starter-card img{object-fit:contain;background:var(--input);border-radius:13px;grid-row:1/3;width:68px;height:68px}.starter-card strong{align-self:end;min-width:0;font-size:14px}.starter-card span{min-width:0;color:var(--muted);align-self:start;font-size:11px;line-height:1.3}.onboarding-rv{margin-top:0}.onboarding-rv>span{margin-bottom:8px}.onboarding-rv select{min-height:48px}.onboarding-identity{border:1px solid var(--line);background:var(--surface-2);border-radius:15px;margin:15px 0 4px;padding:0 14px}.onboarding-identity>summary{cursor:pointer;align-items:center;gap:6px;min-height:50px;font-size:12px;font-weight:820;list-style:none;display:flex}.onboarding-identity>summary small{color:var(--muted);font-size:10px;font-weight:600}.onboarding-identity>summary span{color:var(--accent);transition:transform var(--motion-quick);margin-left:auto;font-size:17px}.onboarding-identity[open]>summary span{transform:rotate(180deg)}.onboarding-identity>p{color:var(--muted);margin:0 0 12px;font-size:11px}.onboarding-identity[open]{padding-bottom:15px}.onboarding-identity .identity-fields{margin-top:0}.onboarding-identity .identity-hint{margin-bottom:0}.onboarding-start.button.primary{border-color:var(--accent);background:var(--accent);min-height:52px;color:var(--accent-ink);justify-content:space-between;margin-top:14px;padding-inline:17px;font-size:13px}.onboarding-start.button.primary:hover{background:var(--accent);filter:brightness(.94)}.onboarding-start span{font-size:20px;font-weight:400}.onboarding-trust{text-align:center;margin:10px 0 0;font-size:10px;line-height:1.4}.progress-intro{isolation:isolate;background:radial-gradient(circle at 91% 19%, #86c0c252, transparent 27%), linear-gradient(135deg, var(--surface), var(--surface-2));min-height:395px;position:relative;overflow:hidden}.progress-intro>:not(.progress-orbit){z-index:2;position:relative}.progress-intro h1{max-width:15ch;font-size:clamp(32px,3.6vw,48px)}.progress-intro .lede{max-width:56ch}.progress-orbit{aspect-ratio:1;border:1px solid var(--accent);width:310px;color:var(--accent);border-radius:50%;place-items:center;display:grid;position:absolute;top:50%;right:8%;transform:translateY(-50%);box-shadow:0 0 0 22px #74b1a812,0 0 0 52px #74b1a80e,inset 0 0 0 20px #74b1a80f}.progress-orbit:before,.progress-orbit:after{content:"";border:1px dashed var(--accent);opacity:.58;border-radius:50%;position:absolute;inset:32px}.progress-orbit:after{opacity:.32;border-style:solid;inset:59px}.orbit-core{border:1px solid var(--line);background:var(--surface);width:174px;height:174px;box-shadow:var(--shadow);text-align:center;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;display:flex}.orbit-core span{font-size:25px;line-height:1}.orbit-core b{color:var(--text);letter-spacing:-.07em;font-size:51px;line-height:1.03}.orbit-core small{color:var(--muted);text-transform:uppercase;letter-spacing:.07em;font-size:10px;line-height:1.3}.orbit-star{z-index:1;font-size:33px;position:absolute}.star-one{top:26px;right:-4px}.star-two{bottom:58px;left:-15px}.path-summary{background:var(--surface-2);color:var(--muted);border-radius:14px;flex-wrap:wrap;align-items:center;gap:12px;margin-top:22px;padding:14px 16px;display:flex}.path-summary b{color:var(--text)}.path-arrow{color:var(--accent);font-size:18px}.next-title{color:var(--muted);margin:12px 0 0;font-size:12px}.hint{color:var(--muted);margin:15px 0 0;font-size:12px}.path-card .eyebrow{margin-bottom:18px}.milestone{border-bottom:1px solid var(--line);gap:12px;padding:13px 0;display:flex}.milestone:last-of-type{border-bottom:0}.milestone-icon{background:var(--surface-3);width:30px;height:30px;color:var(--accent);border-radius:50%;flex:none;place-items:center;font-weight:850;display:grid}.milestone-icon.reached{color:#fff;background:#548e73}.milestone b{font-size:13px}.milestone p{color:var(--muted);margin:5px 0 0;font-size:12px;line-height:1.45}.comparison-context{max-width:680px}.comparison-note{color:var(--muted);font-size:12px}.compare-copy{background:var(--surface);border:1px solid var(--line);border-radius:17px;min-width:0;padding:18px}.compare-copy h3{margin:0}.compare-total{color:var(--accent);font-size:17px;font-weight:850}.compare-fields{grid-template-columns:1.3fr 1fr 1fr;margin-top:16px}.compare-copy .fineprint{margin:10px 0 0}.input-error{color:var(--danger);font-size:11px}.comparison-result{border:1px solid var(--line);background:var(--surface-2);border-radius:17px;margin-top:16px;padding:19px}.comparison-result h3{margin:8px 0 4px}.comparison-result p{color:var(--muted);margin:6px 0 0;font-size:12px}.comparison-panel>.fineprint{margin:13px 0 0}.loop-card{min-height:184px}.loop-index{color:var(--accent);letter-spacing:.1em;font-size:10px;font-weight:850}.loop-card h3{margin:15px 0 5px}.loop-card p{color:var(--muted);margin:0;font-size:12px}.farm-setup,.farm-goal{background:linear-gradient(145deg, var(--surface), var(--surface-2))}.farm-section-title{align-items:start;gap:13px;margin-bottom:21px;display:flex}.farm-section-title h2{margin-top:1px}.farm-section-title p{color:var(--muted);margin:5px 0 0;font-size:12px}.farm-step{background:var(--surface-3);width:34px;height:34px;color:var(--accent);border-radius:12px;flex:none;place-items:center;font-size:11px;font-weight:850;display:grid}.farm-counts{margin-top:13px}.farm-details{border-top:1px solid var(--line);margin-top:17px;padding-top:16px}.farm-details summary{cursor:pointer;color:var(--accent);justify-content:space-between;align-items:center;gap:9px;font-size:12px;font-weight:800;display:flex}.farm-details summary span{color:var(--muted);font-weight:500}.farm-details>p{margin:12px 0}.farm-goals{flex-wrap:wrap;gap:7px;display:flex}.farm-goal-button{cursor:pointer;border:1px solid var(--line);background:var(--surface);min-height:39px;color:var(--muted);border-radius:999px;padding:8px 15px;font-size:12px;font-weight:780}.farm-goal-button:hover{border-color:var(--accent);color:var(--text)}.farm-goal-button.selected{border-color:var(--accent);background:var(--accent);color:var(--surface)}:root[data-theme=light] .farm-goal-button.selected{color:#fff}.farm-target{width:min(260px,100%);margin-top:15px}.farm-inventory{border-top:1px solid var(--line);margin-top:21px;padding-top:18px}.farm-inventory-link{align-self:center;padding:2px 0}.farm-inventory-link span{color:var(--muted);font-size:11px;display:block}.farm-route{padding:0;overflow:hidden}.farm-route-head{background:radial-gradient(circle at 93% 12%, #9bdad147, transparent 38%), linear-gradient(130deg, var(--surface-2), var(--surface));justify-content:space-between;align-items:center;gap:24px;padding:28px 30px 26px;display:flex}.farm-route-head h2{margin:8px 0 7px;font-size:clamp(25px,3vw,37px)}.farm-route-head p{max-width:62ch;color:var(--muted);margin:0;font-size:12px}.farm-eta{border:1px solid var(--line);background:var(--surface);text-align:right;border-radius:17px;flex-direction:column;flex:none;align-items:flex-end;min-width:175px;padding:15px 17px;display:flex}.farm-eta small{color:var(--accent);letter-spacing:.08em;font-size:10px;font-weight:850}.farm-eta strong{letter-spacing:-.04em;margin-top:5px;font-size:clamp(18px,2.5vw,27px);line-height:1.15}.farm-eta span{color:var(--muted);margin-top:4px;font-size:10px}.farm-rate-grid{border-block:1px solid var(--line);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.farm-rate{flex-direction:column;gap:5px;padding:19px 30px;display:flex}.farm-rate+.farm-rate{border-left:1px solid var(--line)}.farm-rate span{color:var(--accent);letter-spacing:.08em;font-size:10px;font-weight:850}.farm-rate b{letter-spacing:-.05em;font-size:clamp(23px,3vw,35px);line-height:1.1}.farm-rate small{color:var(--muted);font-size:11px}.farm-gaps{grid-template-columns:repeat(auto-fit,minmax(195px,1fr));gap:11px;padding:22px 30px;display:grid}.farm-gap{border:1px solid var(--line);background:var(--surface-2);border-radius:14px;padding:14px}.farm-gap .row-between{align-items:start;font-size:12px}.farm-gap .row-between strong{color:var(--accent);white-space:nowrap;font-size:11px}.farm-gap .progress{height:7px;margin:13px 0 9px}.farm-gap small{color:var(--muted);font-size:10px;line-height:1.4}.farm-crafting{border:1px solid var(--line);background:var(--surface-2);border-radius:13px;margin:0 30px 22px;padding:14px 16px}.farm-crafting b{font-size:12px}.farm-crafting p{color:var(--muted);margin:4px 0 0;font-size:11px}.farm-crafting a,.farm-method a{color:var(--accent);text-underline-offset:2px;font-weight:800;text-decoration:underline}.farm-gate{border-top:1px solid var(--line);color:var(--muted);margin:0;padding:16px 30px;font-size:11px}.farm-gate b{color:var(--text)}.farm-recipe-card{flex-direction:column;min-width:0;min-height:230px;display:flex}.farm-recipe-card h3{margin:10px 0 16px;font-size:19px}.farm-assignments{gap:9px;display:grid}.farm-assignment{border:1px solid var(--line);background:var(--surface-2);border-radius:12px;align-items:center;gap:9px;min-width:0;padding:10px;display:flex}.farm-recipe-name{flex:1;min-width:0}.farm-recipe-name b,.farm-recipe-name small,.farm-recipe-rate small{display:block}.farm-recipe-name b{white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.farm-recipe-name small{color:var(--muted);margin-top:3px;font-size:10px}.farm-recipe-rate{text-align:right;white-space:nowrap;color:var(--accent);font-size:12px;font-weight:850}.farm-recipe-rate small{color:var(--muted);font-size:10px;font-weight:500}.farm-empty{color:var(--muted);margin:0;font-size:12px}.farm-recipe-card>.fineprint{margin:auto 0 0;padding-top:17px}.farm-method{max-width:100ch;margin:12px 4px 0}.field>span,.field>label{color:var(--muted);letter-spacing:.025em;margin-bottom:8px;font-size:11px;font-weight:800;display:block}.filter-bar input,.filter-bar select,.field input,.field select,.mini-field input,.mini-field select{border-color:var(--line);background-color:var(--input);min-height:48px;box-shadow:var(--control-shadow);border-radius:14px;transition:border-color .18s,box-shadow .18s,background-color .18s}.filter-bar input:hover,.filter-bar select:hover,.field input:hover,.field select:hover,.mini-field input:hover,.mini-field select:hover{border-color:var(--accent)}.filter-bar select,.field select,.mini-field select{appearance:none;cursor:pointer;background-image:linear-gradient(45deg, transparent 50%, var(--accent) 50%), linear-gradient(135deg, var(--accent) 50%, transparent 50%);background-position:calc(100% - 18px) 51%,calc(100% - 12px) 51%;background-repeat:no-repeat;background-size:6px 6px;padding-right:34px}.mini-field input,.mini-field select{min-height:40px}.number-well{border:1px solid var(--line);background:var(--input);min-height:49px;box-shadow:var(--control-shadow);border-radius:14px;align-items:center;transition:border-color .18s,box-shadow .18s;display:flex;overflow:hidden}.number-well:hover{border-color:var(--accent)}.number-well:focus-within{border-color:var(--focus);box-shadow:var(--control-focus-shadow-strong)}.number-field .number-well input{width:100%;min-width:0;min-height:47px;box-shadow:none;font-variant-numeric:tabular-nums;background:0 0;border:0;border-radius:0;flex:1;padding:10px 12px;font-weight:750}.number-field .number-well input:focus{box-shadow:none;outline:none}.number-field .number-well input::-webkit-inner-spin-button{appearance:none;margin:0}.number-field .number-well input::-webkit-outer-spin-button{appearance:none;margin:0}.number-field .number-well input[type=number]{appearance:textfield}.number-field.has-stepper .number-well input{text-align:center}.number-step{background:var(--surface-2);width:41px;min-height:41px;color:var(--accent);cursor:pointer;border:0;border-radius:10px;flex:none;margin:3px;font-size:23px;font-weight:500;line-height:1}.number-step:hover:not(:disabled){background:var(--surface-3)}.number-step:disabled{cursor:default;opacity:.38}.number-suffix{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;flex:none;margin-right:11px;font-size:10px;font-weight:850}.rv-editor{background:linear-gradient(145deg, var(--surface), var(--surface-2))}.rv-extra{margin-top:16px}.field-intro{background:radial-gradient(circle at 76% 36%, #a4dbd061, transparent 25%), linear-gradient(135deg, var(--surface), var(--surface-2));justify-content:space-between;align-items:center;gap:30px;min-height:310px;display:flex;position:relative;overflow:hidden}.field-intro:after{content:"";pointer-events:none;opacity:.35;background-image:radial-gradient(var(--accent) .75px, transparent 1px);background-size:38px 38px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#0000 40%,#000);mask-image:linear-gradient(90deg,#0000 40%,#000)}.field-intro-copy{z-index:1;max-width:590px;position:relative}.field-intro h1{max-width:13ch;margin-top:14px}.field-intro .lede{max-width:48ch}.field-orbit{z-index:1;border:1px solid var(--accent);width:220px;height:220px;color:var(--accent);border-radius:50%;flex-direction:column;flex:none;justify-content:center;align-items:center;margin-right:6%;display:flex;position:relative;transform:rotate(-8deg);box-shadow:0 0 0 23px #5ca5a117,0 0 0 49px #5ca5a10d,inset 0 0 0 16px #5ca5a117}.field-orbit:before{content:"";border:1px dashed var(--accent);opacity:.5;border-radius:50%;position:absolute;inset:25px}.field-orbit span{font-size:38px;line-height:1}.field-orbit b{color:var(--text);font-family:Georgia,serif;font-size:35px;font-style:italic;line-height:1.1}.field-orbit small{letter-spacing:.07em;text-transform:uppercase;margin-top:8px;font-size:9px}.field-clock{grid-template-columns:minmax(200px,1.1fr) repeat(2,minmax(160px,1fr));align-items:stretch;gap:14px;display:grid}.field-server{align-self:center}.field-clock-stat{border:1px solid var(--line);background:var(--surface-2);border-radius:17px;flex-direction:column;padding:15px 17px;display:flex}.field-clock-stat>span{color:var(--accent);letter-spacing:.09em;font-size:10px;font-weight:850}.field-clock-stat b{letter-spacing:-.05em;font-variant-numeric:tabular-nums;margin:9px 0 5px;font-size:clamp(20px,2.2vw,27px)}.field-clock-stat small{color:var(--muted);font-size:11px}.spotlight-panel{background:radial-gradient(circle at 85% 12%, #8baed133, transparent 35%), linear-gradient(145deg, var(--surface-2), var(--surface));padding:28px}.spotlight-heading{align-items:center;gap:17px;display:flex}.spotlight-heading h2{margin-top:6px;font-size:clamp(25px,3vw,36px)}.spotlight-glyph{border:1px solid var(--line);background:var(--surface);width:67px;height:67px;color:var(--accent-2);border-radius:19px;flex:none;place-items:center;font-size:40px;display:grid}.spotlight-panel>p{max-width:74ch;color:var(--muted);margin:18px 0 10px;font-size:13px}.spotlight-panel>p b{color:var(--text)}.spotlight-date{background:var(--surface-3);color:var(--accent);border-radius:9px;padding:7px 10px;font-size:11px;font-weight:800;display:inline-block}.field-links{flex-wrap:wrap;gap:12px 23px;margin-top:18px;display:flex}.field-links a,.field-route-result>a{color:var(--accent);text-underline-offset:3px;font-size:12px;font-weight:800;text-decoration:underline}.field-conditions{grid-template-columns:repeat(3,minmax(0,1fr))}.field-route-result{border:1px solid var(--line);background:linear-gradient(140deg, var(--surface-2), var(--surface));border-radius:18px;margin-top:19px;padding:23px}.field-route-result h3{margin:11px 0;font-size:23px}.field-route-result p{max-width:85ch;color:var(--muted);margin:6px 0;font-size:12px}.field-route-result>a{margin-top:13px;display:inline-block}.field-note{margin:12px 3px 0}.field-target{min-height:155px;transition:transform .18s,border-color .18s;display:block}.field-target:hover{border-color:var(--accent);transform:translateY(-3px)}.field-target h3{justify-content:space-between;gap:9px;margin:15px 0 5px;font-size:20px;display:flex}.field-target h3 span{color:var(--accent)}.field-target p{color:var(--muted);margin:0;font-size:12px}.field-teaser{background:linear-gradient(125deg, var(--surface-2), var(--surface));align-items:center;gap:21px;padding:24px 27px;display:flex}.field-teaser-mark{background:var(--surface-3);width:69px;height:69px;color:var(--accent-2);border-radius:22px;flex:none;place-items:center;font-size:41px;display:grid}.field-teaser h2{margin:5px 0;font-size:23px}.field-teaser p{color:var(--muted);margin:0;font-size:12px}.field-teaser .field-links{margin-top:11px}.identity-link{border:1px solid var(--line);background:var(--surface-2);border-radius:16px;align-items:center;gap:11px;margin:16px 0 20px;padding:11px 13px;transition:border-color .18s,transform .18s;display:flex}.identity-link:hover{border-color:var(--accent);transform:translateY(-1px)}.identity-emblem{background:var(--surface-3);width:35px;height:35px;color:var(--accent);border-radius:12px;flex:none;place-items:center;font-size:19px;display:grid}.identity-label{flex:1;min-width:0}.identity-label b,.identity-label small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.identity-label b{font-size:12px}.identity-label small{color:var(--muted);font-variant-numeric:tabular-nums;margin-top:3px;font-size:10px}.identity-arrow{color:var(--accent);font-size:17px}.identity-panel{background:radial-gradient(circle at 100% 0, #6db0ba2e, transparent 45%), linear-gradient(140deg, var(--surface), var(--surface-2));margin-bottom:16px;padding:clamp(21px,3vw,32px)}.identity-panel-header{max-width:65ch}.identity-panel-header h2{margin-top:7px}.identity-panel-header p{margin:9px 0 19px;font-size:12px}.identity-fields{max-width:750px}.identity-server{max-width:365px;margin-top:13px}.field>span small{color:var(--muted);letter-spacing:0;margin-left:3px;font-size:10px;font-weight:500}.identity-hint{margin:8px 0 0}.identity-outbound{border:1px solid var(--line);background:var(--surface);border-radius:16px;justify-content:space-between;align-items:center;gap:18px;margin:21px 0 13px;padding:16px 18px;display:flex}.identity-outbound b{font-size:13px}.identity-outbound p{max-width:72ch;color:var(--muted);margin:5px 0 0;font-size:11px}.identity-outbound .button{flex:none}.identity-panel>.fineprint{margin:0}.backup-text,.backup-paste{border:1px solid var(--line);background:var(--surface-2);border-radius:13px;margin-top:13px;padding:12px 14px}.backup-text summary,.backup-paste summary{cursor:pointer;color:var(--accent);font-size:12px;font-weight:800}.backup-text summary span{color:var(--muted);margin-top:3px;font-size:10px;font-weight:500;display:block}.backup-text textarea,.backup-paste textarea{border:1px solid var(--line);background:var(--input);width:100%;color:var(--text);resize:vertical;border-radius:10px;margin:12px 0 9px;padding:11px;font-family:ui-monospace,monospace;font-size:11px;display:block}.backup-text>span{margin-top:7px;display:block}.facility-inventory{background:radial-gradient(circle at 97% 0, #65aea421, transparent 37%), var(--surface)}.facility-inventory-head{justify-content:space-between;align-items:start;gap:22px;display:flex}.facility-inventory-head h2{margin:7px 0}.facility-inventory-head p{max-width:70ch;margin:0}.facility-inventory-head>b{border:1px solid var(--line);background:var(--surface-2);color:var(--accent);border-radius:13px;flex:none;padding:10px 14px;font-size:12px}.facility-add{align-items:end;gap:11px;margin:22px 0 17px;display:flex}.facility-add .field{flex:1;max-width:480px}.facility-add .button{min-height:43px}.facility-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;margin:15px 0 19px;display:grid}.facility-card{border:1px solid var(--line);background:var(--surface-2);border-radius:17px;padding:16px}.facility-card-title{justify-content:space-between;align-items:start;gap:9px;margin-bottom:13px;display:flex}.facility-card-title small{color:var(--accent);letter-spacing:.11em;text-transform:uppercase;font-size:9px;font-weight:850;display:block}.facility-card-title h3{margin:4px 0 0;font-size:17px}.facility-card .form-grid{margin-bottom:8px}.facility-cap{color:var(--muted);margin:9px 0 0;font-size:11px;line-height:1.5}.facility-cap.warning{color:#c87247;font-weight:700}.facility-next{border:1px solid var(--line);background:var(--surface-2);border-radius:16px;padding:16px}.facility-next>div:last-child{flex-wrap:wrap;gap:7px;margin-top:10px;display:flex}.facility-next span{border:1px solid var(--line);background:var(--surface);border-radius:8px;padding:6px 9px;font-size:11px;font-weight:700}.facility-inventory>.fineprint{margin-bottom:0}.machine-plan{background:radial-gradient(circle at 0 0, #c9ab5b1f, transparent 36%), var(--surface)}.machine-plan-head h2{margin:8px 0 7px}.machine-plan-head p{max-width:72ch;margin:0}.machine-opportunities{gap:11px;margin:21px 0 18px;display:grid}.machine-opportunity{border:1px solid var(--line);background:var(--surface-2);border-radius:16px;grid-template-columns:39px minmax(0,1fr) auto;align-items:center;gap:13px;padding:15px;display:grid}.machine-rank{background:var(--accent);width:36px;height:36px;color:var(--accent-ink);border-radius:11px;place-items:center;font-size:16px;font-weight:900;display:grid}.machine-opportunity div>small{color:var(--accent);letter-spacing:.1em;font-size:9px;font-weight:850}.machine-opportunity h3{margin:3px 0 5px;font-size:17px}.machine-opportunity p{margin:0 0 5px;font-size:11px}.machine-opportunity div>span{color:var(--muted);font-size:10px}.machine-opportunity>strong{min-width:90px;color:var(--accent);text-align:right;white-space:nowrap;font-size:21px}.machine-opportunity>strong small{color:var(--muted);font-size:10px;display:block}.machine-plan>.fineprint{margin-bottom:0}.away-plan{background:radial-gradient(circle at 96% 0%, #8cc7b038, transparent 42%), var(--surface);overflow:hidden}.away-plan-top{justify-content:space-between;align-items:start;gap:18px;display:flex}.away-plan-top h2{margin:7px 0;font-size:clamp(24px,3vw,34px)}.away-plan-top p{color:var(--muted);margin:0}.away-duration{border:1px solid var(--line);background:var(--surface-2);border-radius:999px;flex:none;gap:4px;padding:4px;display:flex}.away-duration button{min-width:45px;min-height:34px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:999px;padding:6px 10px;font-weight:800}.away-duration button.selected{background:var(--surface);color:var(--accent);box-shadow:0 2px 8px #143c411f}.away-summary{border:1px solid var(--line);background:var(--surface-2);border-radius:20px;justify-content:space-between;align-items:end;gap:25px;margin:22px 0 15px;padding:22px;display:flex}.away-summary small,.away-card-heading small,.away-food small,.away-upgrade small{color:var(--accent);letter-spacing:.11em;font-size:10px;font-weight:850}.away-summary strong{color:var(--text);letter-spacing:-.045em;margin:5px 0;font-size:clamp(30px,4vw,47px);line-height:1.1;display:block}.away-summary strong span{letter-spacing:0;font-size:14px}.away-summary p{max-width:55ch;color:var(--muted);margin:0;font-size:11px}.away-summary-breakdown{gap:5px;min-width:176px;font-size:11px;display:grid}.away-summary-breakdown span{justify-content:space-between;gap:16px;display:flex}.away-summary-breakdown b{color:var(--accent)}.away-explain{color:var(--muted);margin:-3px 0 15px;font-size:11px}.away-plan-grid{grid-template-columns:1fr 1fr;align-items:start;gap:14px;display:grid}.away-plan-mix,.away-plan-machine{border:1px solid var(--line);background:var(--surface);border-radius:18px;min-width:0;padding:19px}.away-card-heading{justify-content:space-between;align-items:start;gap:10px;display:flex}.away-card-heading h3{margin:4px 0 12px;font-size:20px}.away-card-heading>span{color:var(--muted);white-space:nowrap;font-size:10px}.away-assignments{grid-template-columns:1fr 1fr;gap:8px;display:grid}.away-assignment{border:1px solid var(--line);background:var(--surface-2);border-radius:12px;align-items:center;gap:9px;min-width:0;padding:9px;display:flex}.away-assignment .game-item-art{flex:none;width:33px;height:33px}.away-assignment>div{min-width:0}.away-assignment b,.away-assignment small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.away-assignment b{font-size:12px}.away-assignment small{color:var(--muted);font-size:10px}.away-plan-machine>p{color:var(--muted);margin:0 0 13px;font-size:12px}.away-craft-path{flex-wrap:wrap;align-items:center;gap:6px;margin:0 0 13px;display:flex}.away-craft-path>div{border:1px solid var(--line);background:var(--surface-2);border-radius:11px;align-items:center;gap:7px;min-width:0;padding:7px;display:flex}.away-craft-path .game-item-art{flex:none;width:27px;height:27px}.away-craft-path>div>span{min-width:0;display:grid}.away-craft-path b{text-overflow:ellipsis;white-space:nowrap;max-width:165px;font-size:10px;overflow:hidden}.away-craft-path small{color:var(--muted);font-size:9px}.away-second-route{border:1px solid var(--line);background:var(--surface-2);border-radius:12px;align-items:center;gap:9px;margin:0 0 13px;padding:9px 11px;display:flex}.away-second-route .game-item-art{flex:none;width:31px;height:31px}.away-second-route span{gap:2px;min-width:0;display:grid}.away-second-route b{font-size:11px}.away-second-route small{color:var(--muted);font-size:10px}.away-machine-stats{flex-wrap:wrap;gap:7px;display:flex}.away-machine-stats span{border:1px solid var(--line);background:var(--surface-2);border-radius:10px;gap:3px;padding:8px 10px;font-size:10px;display:grid}.away-machine-stats b{color:var(--accent);font-size:15px}.away-station-switch{border:1px solid var(--accent);background:var(--surface-2);border-radius:12px;gap:5px;margin-top:13px;padding:12px;font-size:11px;display:grid}.away-station-switch b{font-size:12px}.away-station-switch span{color:var(--muted)}.away-plan-machine .away-upside{color:var(--accent);margin:12px 0 0;font-weight:800}.away-upgrade{border:1px solid var(--accent);background:var(--surface-2);border-radius:13px;gap:5px;margin-top:15px;padding:13px;font-size:11px;display:grid}.away-upgrade b{font-size:13px}.away-upgrade span{color:var(--muted)}.away-food{border:1px solid var(--line);background:var(--surface-2);border-radius:16px;justify-content:space-between;align-items:center;gap:18px;margin-top:14px;padding:17px 19px;display:flex}.away-food h3{margin:3px 0 5px;font-size:17px}.away-food p{color:var(--muted);margin:0;font-size:11px}.away-food a,.away-method a{color:var(--accent);text-decoration:underline}.away-food-toggle{cursor:pointer;align-items:center;gap:7px;min-width:180px;font-size:11px;font-weight:750;display:flex}.away-unmodeled{border:1px solid var(--line);color:var(--muted);border-radius:11px;padding:10px 12px;font-size:11px}.away-plan .away-method{margin:16px 0 0}.away-empty{border:1px solid var(--line);background:var(--surface-2);border-radius:16px;margin-top:20px;padding:20px}.away-empty h3{margin:0 0 7px}.away-empty p{max-width:62ch;color:var(--muted)}.home-board-panel{background:radial-gradient(circle at 85% 0%, #6eb5a133, transparent 42%), var(--surface)}.home-board-intro{justify-content:space-between;align-items:start;gap:14px;margin-bottom:18px;display:flex}.home-board-intro h2{margin:5px 0;font-size:clamp(24px,3vw,32px)}.home-board-intro p{color:var(--muted);margin:0;font-size:12px}.home-board-intro>span{border:1px solid var(--line);border-radius:999px;flex:none;padding:6px 10px;font-size:10px;font-weight:800}.home-board-toolbar{flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:12px;display:flex}.home-board-toolbar button{border:1px solid var(--line);background:var(--surface-2);color:var(--text);cursor:pointer;border-radius:999px;padding:8px 12px;font-size:11px;font-weight:800}.home-board-toolbar button.active{border-color:var(--accent);background:color-mix(in srgb, var(--accent) 14%, var(--surface));color:var(--accent)}.home-board-toolbar>span{color:var(--muted);margin-left:auto;font-size:10px;font-weight:700}.home-board-plan-summary{border:1px solid var(--line);background:var(--surface-2);border-radius:12px;flex-wrap:wrap;align-items:baseline;gap:5px 12px;margin-bottom:12px;padding:11px 14px;display:flex}.home-board-plan-summary b{color:var(--accent);font-size:12px}.home-board-plan-summary span{color:var(--muted);font-size:11px}.home-board-workspace{grid-template-columns:minmax(0,1.8fr) minmax(260px,1fr);align-items:start;gap:14px;display:grid}.home-board-map-wrap,.home-board-inspector{border:1px solid var(--line);background:var(--surface-2);border-radius:18px;min-width:0;padding:14px}.home-board-map{background:repeating-linear-gradient(0deg,#0000 0 48px,#6e9a8612 49px 50px),linear-gradient(135deg,#8fb2742e,#4e9fa71a);border-radius:14px;grid-template-columns:repeat(8,minmax(0,1fr));gap:5px;padding:10px;display:grid}.home-board-cell{border:1px solid var(--line);background:var(--surface);min-width:0;min-height:68px;color:var(--text);cursor:pointer;border-radius:10px;align-content:center;place-items:center;gap:2px;padding:5px 3px;display:grid}.home-board-cell.farmland{background:color-mix(in srgb, #a7ca84 16%, var(--surface))}.home-board-cell.woodland{background:color-mix(in srgb, #64b494 18%, var(--surface))}.home-board-cell.mine{background:color-mix(in srgb, #ca9b70 16%, var(--surface))}.home-board-cell.well{background:color-mix(in srgb, #6cb7ce 16%, var(--surface))}.home-board-cell.facility{background:color-mix(in srgb, #b8a6c6 14%, var(--surface))}.home-board-cell.empty{background:#ffffff0d;border-style:dashed}.home-board-cell.selected{outline:2px solid var(--accent);outline-offset:1px}.home-board-cell.moving:hover{border-color:var(--accent)}.home-board-cell .game-item-art{object-fit:contain;width:30px;height:30px}.home-board-station-mark{background:var(--surface-2);min-width:34px;height:28px;color:var(--accent);text-transform:capitalize;border-radius:8px;place-items:center;padding:0 3px;font-size:9px;font-weight:900;display:grid}.home-board-cell-plus{color:var(--muted);opacity:.55;font-size:16px}.home-board-cell-label{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:9px;font-weight:800;overflow:hidden}.home-board-lock{color:var(--accent);font-size:9px;position:absolute;top:2px;right:3px}.home-board-cell{position:relative}.home-board-cell:disabled{cursor:default}@media (max-width:950px){.home-board-workspace{grid-template-columns:1fr}}.home-board-legend{flex-wrap:wrap;align-items:center;gap:8px 13px;margin-top:10px;font-size:10px;display:flex}.home-board-legend>span{align-items:center;gap:4px;display:inline-flex}.home-board-legend i{border-radius:3px;width:9px;height:9px}.home-board-legend i.field{background:#a7ca84}.home-board-legend i.trees{background:#64b494}.home-board-legend i.station{background:#b8a6c6}.home-board-legend button{color:var(--accent);cursor:pointer;background:0 0;border:0;margin-left:auto;padding:3px 0;font-size:10px;font-weight:800;text-decoration:underline}.home-board-inspector>small{color:var(--accent);letter-spacing:.1em;font-size:10px;font-weight:850}.home-board-inspector h3{margin:5px 0 2px;font-size:20px}.home-board-inspector>p{color:var(--muted);text-transform:capitalize;margin:0 0 13px;font-size:11px}.home-board-inspector .field{gap:5px;margin:10px 0;display:grid}.home-board-inspector .field span{font-size:11px;font-weight:800}.home-board-inspector .field select{width:100%;min-width:0}.home-job-picker{border:0;min-width:0;margin:13px 0;padding:0}.home-job-picker legend{color:var(--text);margin-bottom:7px;padding:0;font-size:11px;font-weight:850}.home-job-options{scrollbar-width:thin;grid-template-columns:repeat(auto-fit,minmax(84px,1fr));gap:6px;max-height:250px;padding:3px;display:grid;overflow-y:auto}.home-job-option{border:1px solid var(--line);background:var(--surface);min-width:0;min-height:78px;color:var(--text);cursor:pointer;text-align:center;border-radius:11px;flex-direction:column;justify-content:center;align-items:center;gap:5px;padding:7px 5px;display:flex}.home-job-option:hover,.home-job-option.active{border-color:var(--accent);background:var(--surface-3)}.home-job-option:disabled{cursor:not-allowed;opacity:.55}.home-job-option.active{box-shadow:inset 0 0 0 1px var(--accent)}.home-job-option:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.home-job-option .game-item-art{object-fit:contain;width:32px;height:32px}.home-job-option .game-item-art-fallback,.home-job-empty-mark{background:var(--surface-2);width:32px;height:32px;color:var(--accent);border-radius:9px;place-items:center;font-size:16px;font-weight:850;display:grid}.home-job-option>span:last-child{overflow-wrap:anywhere;font-size:10px;font-weight:750;line-height:1.15}.home-job-option small{color:var(--muted);font-size:9px;line-height:1.15}.home-recipe-access{border:1px solid var(--line);background:var(--surface);border-radius:13px;gap:8px;padding:12px;display:grid}.home-recipe-access>b{font-size:12px}.home-recipe-access>p,.home-recipe-access>small{color:var(--muted);margin:0;font-size:10px}.home-recipe-access label:not(.home-recipe-note){gap:5px;font-size:11px;font-weight:700;display:grid}.home-recipe-access select,.home-recipe-access input:not([type=checkbox]){border:1px solid var(--line);background:var(--surface-2);width:100%;min-width:0;min-height:38px;color:var(--text);border-radius:9px;padding:8px}.home-recipe-note{align-items:center;gap:7px;font-size:11px;display:flex}.home-recipe-note input{width:17px;height:17px;accent-color:var(--accent)}.home-recipe-access .button{justify-self:start}.home-hub{margin:18px 0 24px}.home-hub-intro{justify-content:space-between;align-items:end;gap:18px;margin-bottom:14px;display:flex}.home-hub-intro h1{letter-spacing:-.045em;margin:5px 0;font-size:clamp(29px,3.5vw,43px)}.home-hub-intro p{color:var(--muted);margin:0}.home-hub-grid{z-index:17;border:1px solid var(--line);background:var(--surface);border-radius:19px;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;padding:7px;display:grid;position:sticky;top:85px;box-shadow:0 12px 28px #0020271f}.home-hub-card{min-width:0;color:var(--text);cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:13px;gap:2px;padding:10px 11px;display:grid}.home-hub-card:hover,.home-hub-card.active{border-color:var(--line);background:var(--surface-2)}.home-hub-card.active{box-shadow:inset 0 0 0 1px var(--accent)}.home-hub-card:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.home-hub-card small{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:850}.home-hub-card strong{font-size:13px;line-height:1.15}.home-hub-card span{color:var(--muted);font-size:10px;line-height:1.3}.home-shop-panel{border:1px solid var(--line);background:var(--surface-2);border-radius:18px;gap:12px;margin:14px 0;padding:18px;display:grid}.home-shop-panel>div:first-child small{color:var(--accent);letter-spacing:.1em;font-size:10px;font-weight:850}.home-shop-panel h3{margin:4px 0;font-size:21px}.home-shop-panel p{color:var(--muted);margin:0;font-size:12px}.home-shop-list{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:8px;display:grid}.home-shop-item{border:1px solid var(--line);background:var(--surface);border-radius:12px;align-items:center;gap:9px;min-width:0;padding:10px;display:flex}.home-shop-item .game-item-art{flex:0 0 39px;width:39px;height:39px}.home-shop-item span{gap:2px;min-width:0;display:grid}.home-shop-item b{overflow-wrap:anywhere;font-size:12px}.home-shop-item small{color:var(--muted);font-size:10px}.home-shop-panel .home-shop-route{border-top:1px solid var(--line);padding-top:8px}.home-shop-route a{color:var(--accent);font-weight:800;text-decoration:underline}@media (max-width:780px){.home-hub-intro{flex-direction:column;align-items:start}.home-hub-grid{scrollbar-width:thin;display:flex;top:75px;overflow-x:auto}.home-hub-card{flex:0 0 158px}}.home-board-climate-note{color:var(--muted);margin:4px 0 9px;font-size:10px}.home-board-staff-check{align-items:center;gap:8px;min-height:44px;margin:10px 0;font-size:11px;font-weight:800;display:flex}.home-board-staff-check input{width:18px;height:18px;accent-color:var(--accent)}.home-board-inspector-detail button{justify-self:start;margin-top:5px}@media (max-width:800px){.property-count-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:420px){.property-count-grid{grid-template-columns:1fr}}.home-board-inspector-detail{border-top:1px solid var(--line);gap:3px;padding:9px 0;display:grid}.home-board-inspector-detail span,.home-board-inspector-detail small{color:var(--muted);font-size:10px}.home-board-inspector-detail b{font-size:12px}.home-board-crop-choices{border-top:1px solid var(--line);padding-top:9px}.home-board-crop-choices>b{margin-bottom:7px;font-size:11px;display:block}.home-board-crop-choices>div{flex-wrap:wrap;gap:6px;max-height:168px;display:flex;overflow:auto}.home-board-crop-choices button{border:1px solid var(--line);background:var(--surface);min-height:34px;color:var(--text);cursor:pointer;border-radius:999px;align-items:center;gap:4px;padding:5px 8px;font-size:10px;font-weight:700;display:inline-flex}.home-board-crop-choices button.active{border-color:var(--accent);color:var(--accent)}.home-board-crop-choices .game-item-art{width:21px;height:21px}.home-board-move-controls{flex-wrap:wrap;gap:6px;margin:13px 0;display:flex}.home-board-move-controls button:disabled{opacity:.4}.home-board-inspector>a{color:var(--accent);font-size:11px;font-weight:800;text-decoration:underline}.home-board-caption{margin:14px 0 0}.home-board-caption a{color:var(--accent);text-decoration:underline}.food-runway{background:radial-gradient(circle at 100% 0, #c7a35926, transparent 43%), var(--surface)}.food-runway-top{justify-content:space-between;align-items:start;gap:20px;display:flex}.food-runway-top h2{margin:7px 0}.food-runway-top p{max-width:67ch;margin:0}.food-runway-clock{border:1px solid var(--line);background:var(--surface-2);text-align:center;border-radius:17px;flex:none;min-width:125px;padding:16px}.food-runway-clock b{color:var(--accent);font-size:28px;line-height:1.1;display:block}.food-runway-clock span{color:var(--muted);font-size:10px}.food-runway-inputs{max-width:770px;margin:21px 0 14px}.food-target{flex-wrap:wrap;align-items:center;gap:8px;margin:16px 0;display:flex}.food-target>span{color:var(--muted);margin-right:5px;font-size:11px;font-weight:750}.food-target button{border:1px solid var(--line);background:var(--surface-2);color:var(--text);cursor:pointer;border-radius:9px;padding:7px 10px;font-size:11px;font-weight:750}.food-target button.selected{border-color:var(--accent);background:var(--accent);color:var(--accent-ink)}.food-next{border:1px solid var(--line);background:var(--surface-2);border-radius:16px;padding:17px}.food-next h3{margin:7px 0 6px;font-size:19px}.food-next p{margin:0}.food-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:17px;display:grid}.food-option{border:1px solid var(--line);background:var(--surface);border-radius:13px;padding:13px}.food-option.ready{border-color:var(--accent);background:var(--surface-3)}.food-option small{color:var(--accent);letter-spacing:.05em;font-size:9px;font-weight:850;display:block}.food-option b{margin:5px 0;font-size:17px;display:block}.food-option span{color:var(--muted);font-size:10px}.food-runway>.fineprint{margin-bottom:0}.home-crew{background:radial-gradient(circle at 95% 0, var(--surface-3), transparent 48%), var(--wash)}.home-crew-lead{justify-content:space-between;align-items:start;gap:20px;display:flex}.home-crew-lead h2{margin:7px 0}.home-crew-lead p{max-width:64ch;color:var(--muted);margin:0}.home-crew-lead>strong{border:1px solid var(--line);background:var(--surface-2);min-width:100px;color:var(--accent);text-align:center;border-radius:16px;padding:13px;font-size:27px;display:grid}.home-crew-lead>strong small{color:var(--muted);font-size:10px}.home-crew-add{align-items:end;gap:10px;max-width:620px;margin:19px 0;display:flex}.home-crew-add .field{flex:1;min-width:0}.home-crew-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.home-worker{border:1px solid var(--line);background:var(--surface);border-radius:17px;min-width:0;padding:16px}.home-worker-head{align-items:center;gap:10px;display:flex}.home-worker-head img{object-fit:contain;background:var(--surface-2);border-radius:11px;width:48px;height:48px}.home-worker-head>div{flex:1;min-width:0}.home-worker-head b,.home-worker-head small{overflow-wrap:anywhere;display:block}.home-worker-head b{font-size:15px}.home-worker-head small{color:var(--muted);font-size:10px}.home-worker-flags{flex-wrap:wrap;gap:8px 17px;margin:14px 0;font-size:11px;font-weight:700;display:flex}.home-worker-flags label{cursor:pointer;align-items:center;gap:5px;display:inline-flex}.home-worker-traits{margin-top:9px}.home-worker-traits>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:6px;display:grid}.home-worker-traits .field{min-width:0}.home-worker-traits .field select{width:100%}.home-worker-abilities{justify-items:start;gap:7px;margin-top:13px;display:grid}.home-worker-ability{gap:7px;width:100%;display:flex}.home-worker-ability select:first-child{flex:1;min-width:0}.home-worker-ability select:nth-child(2){width:82px}.home-worker-ability select{border:1px solid var(--line);background:var(--input);min-height:38px;color:var(--text);border-radius:10px;padding:7px}.home-crew .fineprint{margin-bottom:0}.home-crew .fineprint a{color:var(--accent);text-decoration:underline}.home-crew-plan{background:radial-gradient(circle at 100% 0%, var(--surface-3), transparent 48%), var(--wash);overflow:hidden}.crew-plan-overview{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:24px;display:grid}.crew-plan-intro h2{max-width:18ch;margin:7px 0 9px;font-size:clamp(23px,2.7vw,36px)}.crew-plan-intro p{max-width:64ch;color:var(--muted);margin:0;font-size:12px;line-height:1.5}.crew-plan-count{border:1px solid var(--line);background:var(--surface);text-align:center;border-radius:17px;justify-items:center;min-width:150px;padding:13px 18px;display:grid}.crew-plan-count strong{color:var(--accent);font-size:37px;line-height:1}.crew-plan-count span{margin-top:4px;font-size:11px;font-weight:800}.crew-plan-count small{max-width:120px;color:var(--muted);margin-top:4px;font-size:10px}.crew-plan-first-step,.crew-plan-calm{border:1px solid var(--line);background:var(--surface-2);border-radius:16px;margin:20px 0 4px;padding:15px 17px}.crew-plan-first-step{justify-content:space-between;align-items:center;gap:20px;display:flex}.crew-plan-first-step b{color:var(--accent);letter-spacing:.04em;text-transform:uppercase;font-size:11px}.crew-plan-first-step p{max-width:66ch;color:var(--muted);margin:5px 0 0;font-size:12px;line-height:1.45}.crew-plan-first-step a{flex:none}.crew-plan-calm{color:var(--muted);font-size:12px}.crew-plan-priorities{margin-top:21px}.crew-plan-priorities-head{justify-content:space-between;gap:12px;margin-bottom:9px;display:flex}.crew-plan-priorities-head b{font-size:13px}.crew-plan-priorities-head small{color:var(--muted);font-size:10px}.crew-priority,.crew-route{grid-template-columns:38px minmax(0,1fr) minmax(180px,.8fr);align-items:center;gap:11px;min-width:0;display:grid}.crew-priority{border:1px solid var(--line);background:var(--surface);border-radius:13px;margin-top:6px;padding:9px 13px}.crew-route-symbol{border:1px solid var(--line);background:var(--surface-2);border-radius:11px;place-items:center;width:38px;height:38px;display:grid}.crew-route-art{object-fit:contain;width:27px;height:27px}.crew-priority b,.crew-route-name b{font-size:13px;display:block}.crew-priority small,.crew-route-name small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:10px;line-height:1.35;display:block;overflow:hidden}.crew-priority>span:last-child,.crew-route>span:last-child{color:var(--accent);font-size:11px;font-weight:720;line-height:1.35}.crew-plan-details{border-top:1px solid var(--line);margin-top:19px}.crew-plan-details summary{min-height:45px;color:var(--accent);cursor:pointer;padding:14px 0;font-size:12px;font-weight:800}.crew-area-list{gap:12px;padding:4px 0 14px;display:grid}.crew-area{border:1px solid var(--line);background:var(--surface-2);border-radius:16px;min-width:0;overflow:hidden}.crew-area header{border-bottom:1px solid var(--line);background:var(--surface-3);align-items:center;gap:11px;padding:11px 14px;display:flex}.crew-area header>span{color:var(--accent);font-size:11px;font-weight:850}.crew-area header>div{flex:1;min-width:0}.crew-area header h3,.crew-area header small{display:block}.crew-area header h3{margin:0;font-size:13px}.crew-area header small{color:var(--muted);font-size:10px}.crew-area header>small{color:var(--accent);white-space:nowrap;font-size:10px;font-weight:800}.crew-area>div{padding:4px 10px}.crew-route{grid-template-columns:32px minmax(0,1fr) minmax(130px,.8fr);padding:8px 3px}.crew-route+.crew-route{border-top:1px solid var(--line)}.crew-route .crew-route-symbol{background:0 0;border:0;width:31px;height:31px}.crew-route .crew-route-art{width:25px;height:25px}.home-idle{gap:9px;display:grid}.home-idle-check{border:1px solid var(--line);background:var(--surface-2);border-radius:13px;gap:12px;padding:12px;display:flex}.home-idle-check>span{background:var(--warn);width:25px;height:25px;color:var(--surface);border-radius:50%;flex:none;place-items:center;font-weight:900;display:grid}.home-idle-check b{font-size:13px}.home-idle-check p{color:var(--muted);margin:3px 0 0;font-size:11px}.home-orders{background:radial-gradient(circle at 100% 0, var(--surface-3), transparent 45%), var(--wash)}.home-orders-intro h2{margin:7px 0}.home-orders-intro p{max-width:67ch;color:var(--muted);margin:0}.home-orders-add{align-items:end;gap:10px;max-width:720px;margin:20px 0;display:flex}.home-orders-add .field{flex:1;min-width:0}.home-order-focus{border:1px solid var(--accent);background:var(--surface-3);border-radius:15px;gap:5px;margin:0 0 15px;padding:15px;display:grid}.home-order-focus span{color:var(--accent);letter-spacing:.09em;font-size:10px;font-weight:850}.home-order-focus strong{font-size:20px}.home-order-focus small{color:var(--muted);font-size:11px}.home-order-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.home-order-card{border:1px solid var(--line);background:var(--surface);border-radius:17px;min-width:0;padding:17px}.home-order-heading{justify-content:space-between;align-items:start;gap:10px;display:flex}.home-order-heading small{color:var(--accent);letter-spacing:.07em;font-size:10px;font-weight:850}.home-order-heading h3{margin:3px 0 0}.home-order-fields{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:15px 0;display:grid}.home-order-fields .field{min-width:0}.home-order-fields input{width:100%}.home-order-result{background:var(--surface-2);border-radius:12px;gap:4px;padding:12px;display:grid}.home-order-result strong{color:var(--text);font-size:16px}.home-order-result span{color:var(--muted);font-size:11px}.home-order-result span.positive{color:var(--good);font-weight:800}.home-order-step{min-height:40px;color:var(--muted);margin:12px 0;font-size:11px}.home-order-step b{color:var(--text)}.home-orders-finished{margin-top:15px}.home-orders-finished>div{gap:6px;margin-top:8px;display:grid}.home-orders-finished>div>div{border:1px solid var(--line);background:var(--surface-2);border-radius:10px;flex-wrap:wrap;align-items:center;gap:7px;padding:7px 10px;display:flex}.home-orders-finished span{flex:1}.home-orders .fineprint{margin:18px 0 0}.home-orders .fineprint a{color:var(--accent);text-decoration:underline}@media (max-width:1280px){.server-beacon-weekly{display:none}}@media (max-width:1180px){.topbar{column-gap:11px}.desktop-nav .nav-link{padding-inline:8px;font-size:11px}.server-beacon-descriptor,.header-link-meta{display:none}.hero-grid{grid-template-columns:minmax(0,1.25fr) minmax(315px,.85fr)}.hero-copy{max-width:71%}}@media (max-width:1050px){.topbar{grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"brand beacon actions"}.desktop-nav{display:none}.bottom-nav{z-index:43;left:50%;bottom:calc(10px + env(safe-area-inset-bottom));background:var(--nav-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--line);border-radius:21px;grid-template-columns:repeat(5,minmax(0,1fr));width:min(620px,100% - 20px);padding:6px;display:grid;position:fixed;transform:translate(-50%);box-shadow:0 12px 34px #0a283242}.bottom-nav .nav-link{border-radius:12px;min-height:49px;padding:7px 3px;font-size:11px}.bottom-nav button.nav-link{cursor:pointer;background:0 0;border:0}.bottom-nav .nav-link.active{background:var(--surface-3);box-shadow:none;color:var(--accent)}.bottom-nav button.nav-link.active{background:var(--surface-3)}.mobile-more-scrim{z-index:41;background:#08192387;display:block;position:fixed;inset:0}.mobile-more-panel{z-index:42;left:50%;bottom:calc(88px + env(safe-area-inset-bottom));border:1px solid var(--line);background:var(--surface);border-radius:23px;width:min(460px,100vw - 28px);max-height:min(70vh,500px);padding:17px;display:block;position:fixed;overflow-y:auto;transform:translate(-50%);box-shadow:0 22px 70px #01111b52}.mobile-more-heading{justify-content:space-between;align-items:center;gap:12px;margin-bottom:11px;display:flex}.mobile-more-heading strong{font-size:17px}.mobile-more-close{border:1px solid var(--line);background:var(--surface-2);width:36px;height:36px;color:var(--text);cursor:pointer;border-radius:50%;font-size:22px;line-height:1}.mobile-more-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;display:grid}.mobile-more-links a{border:1px solid var(--line);background:var(--surface-2);border-radius:13px;align-items:center;gap:9px;min-height:54px;padding:10px;font-size:12px;font-weight:760;display:flex}.mobile-more-links a[aria-current=page]{border-color:var(--accent);color:var(--accent)}.mobile-more-links a span:first-child{flex:1}.mobile-more-links a span:last-child{color:var(--accent)}.page-wrap{padding-bottom:108px}.site-footer{padding-bottom:100px}}@media (max-width:1100px){.roster-grid{grid-template-columns:1fr}.creature-card{display:block}}@media (max-width:960px){.home-order-list,.home-crew-list{grid-template-columns:1fr}.profile-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-paths{grid-template-columns:1fr}.player-lookup-form,.saved-player{grid-template-columns:1fr 1fr}.player-lookup-form .button,.saved-player .button-row{grid-column:1/-1}.hero-grid,.two-col{grid-template-columns:1fr}.hero-copy{max-width:65%}.progress-orbit{width:260px;right:6%}.progress-intro .lede{max-width:48ch}.snapshot-divider{margin-top:8px}.route-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.roster-grid{grid-template-columns:1fr}.creature-card{display:block}.money-controls,.money-detail{grid-template-columns:1fr 1fr}.money-controls .inline-check{grid-column:1/-1}.job-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.form-grid.four{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:680px){.home-grounds-head{flex-direction:column}.home-ground-crew{width:100%}.home-ground-zones,.home-ground-route ol{grid-template-columns:1fr}.home-ground-stations{display:block}.home-ground-stations>div:nth-child(2){margin-top:9px}.home-orders-add{flex-direction:column;align-items:stretch}.home-order-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.home-order-fields .field:last-child{grid-column:1/-1}.home-crew-lead{flex-direction:column}.home-crew-add{flex-direction:column;align-items:stretch}.crew-plan-overview{grid-template-columns:1fr;gap:14px}.crew-plan-count{text-align:left;justify-items:start;min-width:0}.crew-plan-count small{max-width:none}.crew-plan-first-step{flex-direction:column;align-items:stretch}.crew-plan-first-step a{text-align:center}.crew-priority,.crew-route{grid-template-columns:32px minmax(0,1fr)}.crew-priority>span:last-child,.crew-route>span:last-child{grid-column:2}.crew-priority small,.crew-route-name small{white-space:normal}.section-head{flex-direction:column;align-items:stretch}.section-head>.button{align-self:flex-start}.food-runway-top{flex-direction:column}.food-runway-clock{width:100%}.food-options{grid-template-columns:1fr}.machine-opportunity{grid-template-columns:36px minmax(0,1fr)}.machine-opportunity>strong{text-align:left;grid-column:2}.facility-cards{grid-template-columns:1fr}.facility-add{flex-direction:column;align-items:stretch}.facility-add .field{max-width:none}.facility-inventory-head{flex-direction:column;align-items:flex-start;gap:10px}.rv-build-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rv-build-cap{min-width:70px}.profile-hero{flex-wrap:wrap;align-items:flex-start;gap:15px}.profile-avatar{border-radius:19px;width:68px;height:68px;font-size:37px}.profile-hero-copy{flex-basis:calc(100% - 90px)}.profile-hero .button{width:100%}.profile-stat{min-height:110px}.profile-public-top,.profile-public-foot{flex-direction:column;align-items:stretch}.profile-public-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.property-ledger-head{align-items:flex-start}.property-total{min-width:72px;min-height:70px}.property-total b{font-size:23px}.property-result{flex-direction:column;align-items:stretch;padding:16px}.property-income{text-align:left}.talent-row,.talent-comparison-grid,.player-lookup-form,.saved-player{grid-template-columns:1fr}.player-lookup-form .button,.saved-player .button-row{grid-column:auto}.identity-outbound{flex-direction:column;align-items:stretch}.identity-server{max-width:none}.topbar{border-radius:19px;column-gap:9px;width:calc(100% - 20px);min-height:64px;margin-top:8px;padding:8px 12px;top:8px}.brand-link strong{font-size:16px}.brand-link span{font-size:9px}.brand-mark{width:39px;height:39px}.header-link{font-size:11px}.theme-toggle{width:37px;height:37px}.page-wrap{padding:15px 14px 104px}.panel{padding:18px}.panel,.creature-card{border-radius:20px}h1{font-size:34px}.hero-panel{min-height:405px;padding:25px 21px}.hero-panel h1{margin:12px 0 10px;font-size:clamp(36px,9vw,45px)}.hero-copy{max-width:100%}.hero-panel .lede{max-width:30ch;margin-bottom:14px;font-size:13px}.hero-creature{opacity:.37;width:54%;bottom:-5%;right:-6%}.progress-intro{min-height:0}.progress-orbit{display:none}.hero-next{width:min(100%,410px)}.hero-next span span,.check-row span{font-size:13px}.hero-shortcuts{display:none}.journal-status{margin-bottom:12px}.daily-progress{flex-direction:column;align-items:stretch;gap:11px}.snapshot-panel{padding:21px}.section-head{align-items:start;margin-top:31px}.section-head p{font-size:12px}.route-grid,.three-col{grid-template-columns:1fr}.action-card{min-height:0}.filter-bar{grid-template-columns:1fr 1fr}.filter-bar input{grid-column:1/-1}.creature-top{grid-template-columns:83px minmax(0,1fr)}.creature-portrait{width:83px;height:83px}.form-effect-row{flex-direction:column;align-items:stretch}.job-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.modal-card:not(.onboarding-card){padding:20px}.compare-fields{grid-template-columns:1fr 1fr}.compare-fields .field:first-child{grid-column:1/-1}.site-footer{flex-direction:column;align-items:stretch;gap:12px;padding:19px 16px 102px}.footer-links{text-align:left;max-width:none}.away-plan-top,.away-summary,.away-food{flex-direction:column;align-items:stretch}.away-duration{align-self:flex-start}.away-plan-grid,.away-assignments,.home-board-workspace{grid-template-columns:1fr}.home-board-map{grid-template-columns:repeat(4,minmax(0,1fr))}.farm-route-head{flex-direction:column;align-items:stretch;gap:14px;padding:22px 18px}.farm-eta{text-align:left;align-items:flex-start}.farm-rate{padding:14px 10px}.farm-rate span{letter-spacing:0;font-size:9px}.farm-rate small{font-size:10px}.farm-gaps{padding:17px 18px}.farm-crafting{margin:0 18px 17px}.farm-gate{padding:15px 18px}.field-intro{min-height:270px}.field-orbit{display:none}.field-clock,.field-conditions{grid-template-columns:1fr}.field-teaser{align-items:start;gap:12px;padding:18px}.field-teaser-mark{border-radius:15px;width:46px;height:46px;font-size:28px}.matchup-frame{height:690px}.money-controls,.money-list,.money-detail{grid-template-columns:1fr}}@media (max-width:620px){.identity-fields{grid-template-columns:1fr}.modal-backdrop{padding:10px}.onboarding-card{max-height:calc(100dvh - 20px);padding:18px}.onboarding-hero{margin:-18px -18px 14px;padding:20px 19px 19px}.onboarding-hero h1{margin-top:9px;font-size:clamp(27px,8vw,34px)}.onboarding-hero p{font-size:12px}.onboarding-kicker{font-size:9px}.onboarding-paths{margin-bottom:11px}.starter-grid{gap:8px;margin-bottom:14px}.starter-card{flex-direction:column;justify-content:center;align-items:flex-start;min-height:136px;padding:10px;display:flex}.starter-card img{width:61px;height:61px}.starter-card strong{align-self:auto}.starter-card span{align-self:auto;font-size:10px}.onboarding-identity{margin-top:12px}.topbar{grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"brand beacon actions"}.server-ribbon{justify-self:stretch}.server-beacon summary{justify-content:center;width:100%;min-height:37px;padding-inline:6px}.server-beacon-panel{left:50%;right:auto;transform:translate(-50%)}}@media (max-width:520px){.brand-link>div,.header-link{display:none}.topbar{column-gap:8px}}@media (max-width:390px){.hero-panel{min-height:405px}.form-grid.four,.form-grid.two{grid-template-columns:1fr}.kpi-grid{grid-template-columns:1fr 1fr}.creature-control-row:not(.form-effect-row){flex-direction:column;align-items:stretch}.roster-level{flex-basis:auto;width:100%}.roster-level input{max-width:100px}.inline-check{grid-column:1/-1}.bottom-nav .nav-link{font-size:11px}}@media (max-width:360px){.server-beacon summary[data-selected=true] .server-beacon-region{display:none}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}.recipe-network{border:1px solid var(--line);background:var(--surface-2);border-radius:18px;margin-top:16px;padding:18px}.recipe-network-header{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:16px;display:flex}.recipe-network-header>div:first-child{max-width:54ch}.recipe-network-header small,.recipe-network-layer-title{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;font-size:10px;font-weight:850}.recipe-network-header h3{margin:5px 0;font-size:clamp(19px,2vw,25px)}.recipe-network-header p,.recipe-network-next p{color:var(--muted);margin:0;font-size:11px}.recipe-network-controls{flex-wrap:wrap;align-items:end;gap:8px;display:flex}.recipe-network-controls label{color:var(--muted);gap:5px;font-size:10px;font-weight:800;display:grid}.recipe-network-controls select{max-width:min(260px,76vw)}.recipe-network-controls input{width:78px}.recipe-network-controls select,.recipe-network-controls input{border:1px solid var(--line);background:var(--surface);min-height:43px;color:var(--text);font:inherit;border-radius:10px;padding:8px 10px}.recipe-network-summary{flex-wrap:wrap;gap:7px;margin:15px 0 12px;display:flex}.recipe-network-summary span{border:1px solid var(--line);background:var(--surface);color:var(--muted);border-radius:999px;padding:7px 10px;font-size:10px}.recipe-network-summary b{color:var(--text)}.recipe-network-scroll-hint{color:var(--accent);margin:0 0 6px;font-size:10px;font-weight:800}.recipe-network-scroll{border:1px solid var(--line);background:radial-gradient(circle at 12% 0%, color-mix(in srgb, var(--accent) 9%, transparent), transparent 55%), var(--surface);border-radius:16px;max-width:100%;overflow-x:auto}.recipe-network-scroll:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.recipe-network-canvas{gap:49px;width:max-content;min-width:100%;min-height:260px;padding:18px 24px 22px;display:grid;position:relative}.recipe-network-wires{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:visible}.recipe-network-wires path{fill:none;stroke:var(--accent);stroke-width:2px;opacity:.68}.recipe-network-wires path.needed{stroke-dasharray:5 5;opacity:.4}.recipe-network-layer{z-index:1;flex-direction:column;justify-content:space-around;gap:12px;min-width:174px;display:flex;position:relative}.recipe-network-layer-title{margin-bottom:3px}.recipe-network-node{border:1px solid var(--line);background:var(--surface);min-width:0;min-height:105px;box-shadow:var(--shadow);border-radius:13px;align-content:center;gap:9px;padding:11px;display:grid}.recipe-network-node.placed{border-color:color-mix(in srgb, var(--accent) 55%, var(--line))}.recipe-network-node-main{align-items:center;gap:8px;min-width:0;display:flex}.recipe-network-node .game-item-art,.recipe-network-node .game-item-art-fallback{object-fit:contain;flex:none;width:35px;height:35px}.recipe-network-node-main>div{min-width:0}.recipe-network-node strong{font-size:11px;line-height:1.25;display:block}.recipe-network-node small{color:var(--muted);margin-top:3px;font-size:9px;display:block}.recipe-network-node-state,.recipe-network-node-lock{width:fit-content;color:var(--accent);font-size:9px;font-weight:800}.recipe-network-node.missing .recipe-network-node-state,.recipe-network-node-lock{color:var(--muted)}.recipe-network-node-link{min-height:30px;color:var(--accent);text-align:left;cursor:pointer;background:0 0;border:0;justify-self:start;padding:0;font-size:9px;font-weight:800;text-decoration:underline}.recipe-network-next{border:1px solid var(--line);background:var(--surface);border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:12px;padding:12px;display:flex}.recipe-network-next>div{max-width:75ch}.recipe-network-next strong{margin-bottom:4px;font-size:12px;display:block}.recipe-network-next ul{flex-wrap:wrap;gap:5px;margin:0;padding:0;list-style:none;display:flex}.recipe-network-next li{border:1px solid var(--line);color:var(--muted);border-radius:8px;padding:5px 7px;font-size:10px}.recipe-network-next li b{color:var(--text);font-size:inherit;display:inline}.recipe-network>.fineprint{margin:12px 0 0}.recipe-network>.fineprint a{color:var(--accent);text-decoration:underline}@media (max-width:620px){.recipe-network{padding:13px}.recipe-network-controls{width:100%}.recipe-network-controls label:first-child{flex:1;min-width:0}.recipe-network-controls select{width:100%}.recipe-network-canvas{gap:32px}}
