:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--navy-950:#0c1b2c;--navy-900:#102338;--navy-800:#173452;--navy-700:#214363;--ink:#172f52;--ink-muted:#62708a;--cream:#f5f4ef;--paper:#fbfbf8;--white:#fff;--line:#dfe5e5;--line-strong:#ccd6d9;--gold:#d5b66d;--gold-soft:#f3e6c4;--green:#c8e6d2;--green-ink:#1c6a4c;--red:#a43d3c;--shadow:0 7px 20px #1228410f;--display:Georgia, "Times New Roman", serif;--body:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--radius:7px;--ease:.18s ease}*{box-sizing:border-box}html{scroll-behavior:smooth;scrollbar-color:#8493a1 #edf1ef;scrollbar-width:thin}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#edf1ef}::-webkit-scrollbar-thumb{background:#8493a1;border:2px solid #edf1ef;border-radius:8px}::-webkit-scrollbar-thumb:hover{background:#65778a}@media (forced-colors:active){html{scrollbar-color:auto}::-webkit-scrollbar-track{background:canvas;border-color:canvas}::-webkit-scrollbar-thumb{background:canvas;border-color:canvas}}body{color:var(--ink);background:var(--cream);font-family:var(--body);margin:0;font-size:14px;line-height:1.45}body,button,input{font-family:var(--body)}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}button{border:0}:focus-visible{outline-offset:3px;outline:3px solid #d5b66de0}.skip-link{z-index:20;background:var(--gold);color:var(--navy-950);transition:transform var(--ease);padding:8px 12px;position:fixed;top:8px;left:8px;transform:translateY(-180%)}.skip-link:focus{transform:translateY(0)}.icon{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;flex:none;display:block}.site-header{z-index:10;color:#e6edf1;background:#0c1b2cfa;position:sticky;top:0;box-shadow:0 2px 18px #060f192e}.header-inner{align-items:center;gap:24px;width:min(1400px,100% - 48px);min-height:68px;margin:0 auto;display:flex}.brand{flex:none;align-items:center;gap:11px;display:inline-flex}.brand-mark{width:39px;height:39px;color:var(--gold);border:1px solid #d5b66da6;border-radius:50%;place-items:center;display:grid;transform:rotate(-9deg)}.brand-copy{gap:1px;line-height:1;display:grid}.brand-copy strong{font:700 20px/1 var(--display);letter-spacing:-.02em;color:#faf9f4}.brand-copy small{color:#aebdca;letter-spacing:.15em;font-size:8px;font-weight:700}.primary-nav{align-items:center;gap:2px;height:68px;margin-left:16px;display:flex}.nav-link{color:#ccd6df;min-height:68px;transition:color var(--ease), background var(--ease);align-items:center;padding:4px 15px 0;font-size:12px;display:inline-flex;position:relative}.nav-link:hover,.nav-link.is-active{color:#fff}.nav-link.is-active:after{content:"";background:var(--gold);height:2px;position:absolute;bottom:0;left:14px;right:14px}.header-tools{align-items:center;gap:10px;margin-left:auto;display:flex}.header-note{color:#9fb2c2;letter-spacing:.08em;text-transform:uppercase;font-size:10px}.menu-toggle{color:#edf3f3;cursor:pointer;background:0 0;display:none}.hero{color:#fff;background:#182e44 url(/assets/dimraeth-hero-original.png) 50% 44%/cover no-repeat;min-height:292px;position:relative;overflow:hidden}.hero:before{content:"";background:linear-gradient(90deg,#07121eed 0%,#0a1b2dc4 32%,#0a1c2f38 72%,#0a182866 100%),linear-gradient(#0000 56%,#07111b9e);position:absolute;inset:0}.hero:after{content:"";background:#d5b66d6b;height:1px;position:absolute;inset:auto 0 0}.hero-inner{z-index:1;justify-content:space-between;align-items:center;width:min(1400px,100% - 48px);min-height:292px;margin:0 auto;display:flex;position:relative}.hero-copy{min-width:0;padding:30px 0 26px}.breadcrumbs{color:#d5e0e5;align-items:center;gap:10px;margin-bottom:17px;font-size:12px;display:flex}.breadcrumbs a{color:#fff}.breadcrumbs a:hover{color:var(--gold)}.eyebrow{color:#c8d9e2;letter-spacing:.12em;text-transform:uppercase;margin:0 0 8px;font-size:11px;font-weight:700}.hero h1{font:700 clamp(45px, 5vw, 66px)/.95 var(--display);letter-spacing:-.04em;text-shadow:0 2px 10px #00000038;margin:0}.hero h1 em{color:var(--gold);font-style:normal}.hero-subtitle{color:#eef2f1;max-width:570px;font:18px/1.4 var(--display);overflow-wrap:break-word;margin:12px 0 18px}.hero-meta{flex-wrap:wrap;gap:9px;display:flex}.status-chip{color:#eef4f1;background:#0d2336a1;border:1px solid #c8d9e17a;border-radius:6px;align-items:center;gap:6px;min-height:30px;padding:5px 10px;font-size:11px;display:inline-flex}.status-chip--verified{color:#d8f1df;background:#215e469e;border-color:#9be0b08c}.hero-note{color:#edf0eb;text-align:right;width:225px;margin:90px 26px 0 0}.hero-note__line{background:var(--gold);width:56px;height:1px;margin-bottom:10px;display:inline-block}.hero-note p{font:italic 18px/1.25 var(--display);margin:0}.hero-note small{color:#c4d0d0;margin-top:10px;font-size:10px;display:block}.page-shell{width:min(1400px,100% - 48px);margin:0 auto;padding:21px 0 36px}.layout-grid{grid-template-columns:218px minmax(0,1fr) 254px;grid-template-areas:"sidebar main reference";align-items:start;gap:18px;display:grid}.guide-sidebar{grid-area:sidebar}.main-column{grid-area:main;min-width:0}.reference-column{grid-area:reference;min-width:0}.panel,.sidebar-callout,.content-section,.quick-section,.recommended-section,.mistakes-section{border:1px solid var(--line);box-shadow:var(--shadow);background:#fbfbf8d6}.panel,.sidebar-callout{border-radius:var(--radius)}.sidebar-panel{padding:12px 9px 9px}.sidebar-panel h2,.section-heading h2{font:700 26px/1.1 var(--display);letter-spacing:-.025em}.sidebar-panel h2{margin:0 0 10px;padding:0 10px;font-size:17px}.guide-nav{display:grid}.guide-nav__item{min-height:40px;color:var(--ink);font:600 12px var(--display);transition:color var(--ease), background var(--ease), transform var(--ease);border-radius:6px;align-items:center;gap:12px;padding:0 10px;display:flex}.guide-nav__item:hover{color:var(--navy-800);background:#f1f3ef;transform:translate(2px)}.guide-nav__item.is-active{color:var(--navy-900);background:var(--gold-soft)}.guide-nav__item.is-active .icon{color:var(--navy-900)}.guide-nav__item .icon{color:#233d5f}.sidebar-callout{background:linear-gradient(145deg,#eff2f0,#e7edf0);margin-top:13px;padding:16px 14px 14px}.callout-icon{width:34px;height:34px;color:var(--gold);background:var(--navy-900);border:1px solid #d0c19b;border-radius:50%;place-items:center;margin-bottom:11px;display:grid}.sidebar-callout h3{font:700 16px var(--display);margin:0 0 7px}.sidebar-callout p{color:#5e7084;margin:0 0 16px;font-size:11px;line-height:1.55}.button{min-height:34px;transition:background var(--ease), transform var(--ease);border-radius:5px;justify-content:center;align-items:center;gap:10px;padding:7px 11px;font-size:11px;font-weight:700;display:inline-flex}.button--dark{color:#fff;background:var(--navy-900);width:100%}.button--dark:hover{background:var(--navy-700);transform:translateY(-1px)}.content-section{box-shadow:none;background:0 0;border:0;padding:0}.section-heading{justify-content:space-between;align-items:start;gap:15px;min-height:58px;display:flex}.section-heading h2{color:var(--ink);margin:0}.section-heading p{color:var(--ink-muted);margin:3px 0 0;font-size:12px}.section-heading--compact{min-height:54px}.text-link{color:#173b72;white-space:nowrap;transition:color var(--ease), gap var(--ease);align-items:center;gap:7px;margin-top:6px;font-size:11px;font-weight:800;display:inline-flex}.text-link:hover{color:#9a7528;gap:10px}.guide-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.guide-card{border:1px solid var(--line);background:var(--paper);min-width:0;box-shadow:var(--shadow);transition:transform var(--ease), box-shadow var(--ease), border-color var(--ease);border-radius:6px;overflow:hidden}.guide-card:hover{border-color:#c5d0d0;transform:translateY(-3px);box-shadow:0 12px 26px #1228411c}.guide-card__image{aspect-ratio:16/7;background-color:#263f55;position:relative;overflow:hidden}.guide-card__image>img,.recommended-thumb>img{object-fit:cover;object-position:var(--image-position);width:100%;height:100%;display:block}.guide-card__image:after,.recommended-thumb:after{content:"";background:linear-gradient(115deg,#0618242e,#06121d85);position:absolute;inset:0}.card-badge{z-index:1;color:#d8f3df;letter-spacing:.06em;text-transform:uppercase;background:#1c533ed6;border:1px solid #abe5ba7a;border-radius:4px;padding:3px 8px;font-size:9px;font-weight:800;position:absolute;top:8px;left:8px}.guide-card__body{padding:10px 12px}.guide-card h3{color:var(--ink);font:700 17px/1.15 var(--display);margin:0}.guide-card p{min-height:53px;color:var(--ink-muted);margin:7px 0 11px;font-size:12px;line-height:1.45}.card-footer{color:#7b8797;align-items:center;gap:7px;font-size:10px;display:flex}.card-footer>span:first-child{white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:4px;min-width:0;display:flex;overflow:hidden}.card-status{display:none}.card-footer a{color:var(--navy-800);transition:color var(--ease), transform var(--ease);margin-left:auto}.card-footer a:hover{color:#9a7528;transform:translate(2px)}.learning-path{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;display:grid}.path-step{border:1px solid var(--line);background:var(--paper);text-align:center;min-width:0;min-height:161px;transition:border-color var(--ease), transform var(--ease), box-shadow var(--ease);border-radius:6px;flex-direction:column;align-items:center;padding:10px 8px;display:flex;position:relative;box-shadow:0 4px 12px #1228410a}.path-step:not(:last-child):after{content:"";z-index:2;background:var(--navy-800);width:20px;height:1px;position:absolute;top:71px;right:-13px}.path-step:not(:last-child):before{content:"";z-index:2;border-top:1px solid var(--navy-800);border-right:1px solid var(--navy-800);width:6px;height:6px;position:absolute;top:68px;right:-13px;transform:rotate(45deg)}.path-step:hover{border-color:#b8c6c9;transform:translateY(-2px);box-shadow:0 8px 18px #12284117}.path-step__number{color:#fff;background:var(--navy-900);width:24px;height:24px;font:700 12px var(--display);border-radius:50%;place-items:center;margin-bottom:7px;display:grid}.path-step__icon{height:27px;color:var(--navy-800);place-items:center;margin-bottom:4px;display:grid}.path-step strong{min-height:29px;color:var(--navy-800);font:700 11px/1.15 var(--display);display:block}.path-step small{color:var(--ink-muted);margin-top:6px;font-size:9px;line-height:1.3;display:block}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.category-card{border:1px solid var(--line);background:var(--paper);min-height:112px;transition:border-color var(--ease), transform var(--ease), box-shadow var(--ease);border-radius:6px;gap:10px;padding:13px 12px;display:flex;box-shadow:0 4px 12px #1228410a}.category-card:hover{border-color:#bac9cb;transform:translateY(-2px);box-shadow:0 9px 20px #12284114}.category-icon{width:42px;height:42px;color:var(--navy-900);flex:none;place-items:center;display:grid}.category-card__copy{align-content:start;gap:4px;min-width:0;display:grid}.category-card strong{font:700 13px var(--display)}.category-card small{color:var(--ink-muted);font-size:10px;line-height:1.35}.category-card em{color:#1d477e;align-items:center;gap:6px;margin-top:2px;font-size:10px;font-style:normal;font-weight:800;display:flex}.reference-column{gap:17px;display:grid}.quick-section,.recommended-section{background:#fbfbf8bd;border-radius:6px;padding:12px 10px}.quick-section .section-heading,.recommended-section .section-heading{padding:0 3px}.quick-section .section-heading h2,.recommended-section .section-heading h2{font-size:17px}.quick-section .section-heading p,.recommended-section .section-heading p{font-size:10px}.quick-list{gap:6px;display:grid}.quick-card{border:1px solid var(--line);background:#ffffff9e;border-radius:5px;gap:10px;padding:9px 7px;display:flex}.quick-card__icon{width:34px;height:34px;color:var(--navy-900);background:#f1f4f2;border:1px solid #dce2e3;border-radius:50%;flex:none;place-items:center;display:grid}.quick-card>div{min-width:0}.quick-card__title{align-items:baseline;gap:6px;display:flex}.quick-card h3{font:700 13px var(--display);margin:0}.quick-card__title b{color:var(--navy-800);font:700 15px var(--display)}.quick-card p{color:var(--ink-muted);margin:2px 0;font-size:10px;line-height:1.35}.quick-card small{color:#385676;font-size:9px;line-height:1.35;display:block}.quick-card__status{color:#759078;text-transform:uppercase;letter-spacing:.06em;margin-top:4px;font-size:8px;display:inline-block}.recommended-list{gap:3px;display:grid}.recommended-item{min-height:48px;transition:background var(--ease);border-radius:4px;align-items:center;gap:6px;padding:3px;display:flex}.recommended-item:hover{background:var(--gold-soft)}.recommended-thumb{color:#fff;background-color:#27445d;background-position:var(--image-position);background-size:cover;flex:none;place-items:center;width:39px;height:39px;display:grid;position:relative;overflow:hidden}.recommended-thumb .icon{z-index:1;position:relative}.recommended-rank{z-index:2;width:17px;height:17px;color:var(--navy-900);background:var(--gold);border-radius:50%;flex:none;place-items:center;margin-top:23px;margin-left:-14px;font-size:9px;font-weight:800;display:grid}.recommended-copy{flex:1;gap:2px;min-width:0;display:grid}.recommended-copy strong{color:var(--navy-800);font:700 11px var(--display);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.recommended-copy small{color:var(--ink-muted);white-space:nowrap;text-overflow:ellipsis;font-size:9px;overflow:hidden}.recommended-item>.icon{color:var(--navy-800)}.text-link--block{margin:9px 3px 0}.mistakes-section{background:#fbfbf8c2;border-radius:6px;margin-top:24px;padding:12px 12px 13px}.mistakes-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;display:grid}.mistake-card{border:1px solid var(--line);background:#ffffff85;border-radius:5px;gap:9px;min-width:0;padding:13px 10px 11px;display:flex}.mistake-icon{color:var(--red);flex:none}.mistake-card h3{font:700 12px/1.2 var(--display);margin:0 0 7px}.mistake-card p{color:var(--ink-muted);margin:0;font-size:10px;line-height:1.42}.mistake-card small{color:#385676;margin-top:7px;font-size:9px;line-height:1.35;display:block}.source-strip{border:1px solid var(--line);color:var(--ink-muted);background:#eaefeda6;border-radius:5px;flex-wrap:wrap;align-items:center;gap:8px 14px;margin-top:18px;padding:10px 12px;font-size:10px;display:flex}.source-strip__label{color:var(--navy-800);letter-spacing:.08em;text-transform:uppercase;font-weight:800}.source-strip span+span:before{content:"·";color:#b2bcc0;margin-right:14px}.site-footer{color:#c4d0d8;background:var(--navy-950) url(/assets/dimraeth-hero-original.png) center 72% / cover no-repeat;position:relative}.site-footer:before{content:"";background:#071420e6;position:absolute;inset:0}.footer-inner,.footer-bottom{z-index:1;width:min(1400px,100% - 48px);margin:0 auto;position:relative}.footer-inner{grid-template-columns:1.65fr .8fr .9fr .9fr 1.25fr;gap:35px;padding:28px 0 25px;display:grid}.footer-brand__title{color:#fff;font:700 21px var(--display);align-items:center;gap:10px;display:flex}.footer-brand__title .brand-mark{width:36px;height:36px}.footer-brand p{color:#e8e8dd;font:15px var(--display);margin:9px 0 3px}.footer-brand small{color:#aebbc4;font-size:10px}.footer-column{align-content:start;gap:6px;font-size:11px;display:grid}.footer-column h2{color:#f5f1e6;font:700 14px var(--display);margin:1px 0 6px}.footer-column a:hover{color:var(--gold)}.footer-column span{color:#9baeba}.footer-legal p{color:#aebbc4;margin:0;font-size:10px;line-height:1.5}.footer-bottom{color:#9baeba;border-top:1px solid #cadce333;justify-content:space-between;gap:16px;padding:12px 0 15px;font-size:10px;display:flex}@media (max-width:1180px){.header-inner,.hero-inner,.page-shell,.footer-inner,.footer-bottom{width:min(100% - 36px,1080px)}.header-inner{gap:13px}.primary-nav{margin-left:0}.nav-link{padding-left:9px;padding-right:9px}.nav-link.is-active:after{left:9px;right:9px}.layout-grid{grid-template-columns:195px minmax(0,1fr) 225px;gap:13px}.mistakes-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.mistake-card:nth-child(4),.mistake-card:nth-child(5){grid-column:span 1}}@media (max-width:1100px){.primary-nav{gap:0}.nav-link{padding-left:7px;padding-right:7px;font-size:11px}.layout-grid{grid-template-columns:190px minmax(0,1fr);grid-template-areas:"sidebar main""reference reference"}.reference-column{grid-template-columns:1fr 1fr;align-items:start;display:grid}.quick-list{grid-template-columns:repeat(2,minmax(0,1fr))}.quick-card:last-child{grid-column:1/-1}}@media (max-width:760px){html{scroll-padding-top:76px}.header-inner,.hero-inner,.page-shell,.footer-inner,.footer-bottom{width:min(100% - 28px,620px)}.header-inner{min-height:64px}.site-header{position:sticky}.brand-copy strong{font-size:18px}.header-note{display:none}.brand-mark{width:34px;height:34px}.menu-toggle{place-items:center;width:34px;height:34px;margin-left:auto;display:grid}.primary-nav{background:var(--navy-950);border-top:1px solid #b4c9d32e;flex-direction:column;align-items:stretch;height:auto;margin:0;padding:8px 14px 13px;display:none;position:absolute;top:64px;left:0;right:0;box-shadow:0 12px 20px #00000038}.primary-nav.is-open{display:flex}.nav-link{min-height:40px;padding:0 8px}.nav-link.is-active:after{width:26px;bottom:7px;left:0;right:auto}.header-tools{gap:4px;margin-left:0}.hero{min-height:350px}.hero-inner{min-height:350px;display:block}.hero-copy{width:100%;max-width:100%;padding:44px 0 32px}.hero-subtitle,.hero-meta{max-width:100%}.hero-subtitle{font-size:17px}.hero-note{display:none}.page-shell{padding-top:22px}.layout-grid{grid-template-columns:1fr;grid-template-areas:"sidebar""main""reference";gap:20px;display:grid}.guide-sidebar{display:block}.sidebar-panel{padding:10px}.sidebar-panel h2{padding:2px 7px 7px}.guide-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.guide-nav__item{min-height:39px}.sidebar-callout{grid-template-columns:38px 1fr;align-items:start;gap:0 10px;display:grid}.callout-icon{grid-row:span 2}.sidebar-callout h3{padding-top:3px}.sidebar-callout p{grid-column:2;margin-bottom:13px}.sidebar-callout .button{grid-column:1/-1}.section-heading{min-height:auto;margin-bottom:12px}.section-heading .text-link{display:none}.guide-card-grid,.category-grid{grid-template-columns:1fr;gap:10px}.guide-card__image{aspect-ratio:2.4}.guide-card p{min-height:0}.learning-path{grid-template-columns:1fr;gap:8px}.path-step{text-align:left;grid-template-rows:auto auto;grid-template-columns:30px 30px 1fr;align-items:center;column-gap:8px;min-height:76px;padding:9px 10px;display:grid}.path-step:not(:last-child):after{width:1px;height:10px;inset:auto auto -9px 25px}.path-step:not(:last-child):before{width:5px;height:5px;inset:auto auto -9px 23px;transform:rotate(135deg)}.path-step__number{grid-row:span 2;margin:0}.path-step__icon{grid-row:span 2;height:auto;margin:0}.path-step strong{min-height:0}.path-step small{margin-top:2px}.reference-column,.quick-list{grid-template-columns:1fr}.quick-card:last-child{grid-column:auto}.mistakes-section{margin-top:20px}.mistakes-grid{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr 1fr;gap:22px 20px}.footer-brand,.footer-legal{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:4px}}@media (max-width:420px){.header-inner,.hero-inner,.page-shell,.footer-inner,.footer-bottom{width:calc(100% - 20px)}.brand-copy small{font-size:7px}.header-tools{gap:0}.hero-meta{grid-template-columns:1fr 1fr;display:grid}.status-chip{justify-content:center;width:100%;min-width:0}.status-chip:last-child{grid-column:1/-1}.guide-nav,.footer-inner{grid-template-columns:1fr}.footer-brand,.footer-legal{grid-column:auto}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;position:absolute!important}.archetype-hero,.archetype-hero .hero-inner{min-height:320px}.archetype-hero .hero-subtitle{margin-bottom:17px}.archetype-page-shell{padding-top:18px}.archetype-how{border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);background:#ffffffe6;grid-template-columns:245px minmax(0,1fr);align-items:center;gap:24px;padding:20px 22px;display:grid}.section-kicker{color:#8a6c2b;letter-spacing:.1em;text-transform:uppercase;margin-bottom:6px;font-size:10px;font-weight:800;display:block}.archetype-how__intro h2,.archetype-results__heading h2{color:var(--ink);font:700 27px/1.08 var(--display);letter-spacing:-.025em;margin:0}.archetype-how__intro p{color:var(--ink-muted);margin:8px 0 0;font-size:12px;line-height:1.5}.archetype-flow{grid-template-columns:minmax(0,1fr) 25px minmax(0,1fr) 25px minmax(0,1fr);align-items:stretch;gap:8px;min-width:0;display:grid}.archetype-flow__card{border:1px solid var(--line);background:#fbfcfa;border-radius:6px;align-items:center;gap:12px;min-width:0;min-height:86px;padding:13px 14px;display:flex}.archetype-flow__card>div{min-width:0}.archetype-flow__icon{width:42px;height:42px;color:var(--navy-800);background:#f0f3f0;border:1px solid #dbe2e2;border-radius:6px;flex:none;place-items:center;display:grid}.archetype-flow__card h3{color:var(--ink);font:700 15px/1.15 var(--display);margin:0}.archetype-flow__card p{color:var(--ink-muted);overflow-wrap:anywhere;margin:5px 0 0;font-size:10px;line-height:1.35}.archetype-flow__operator{color:var(--navy-800);font:700 25px var(--display);place-items:center;display:grid}.archetype-controls{border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);background:#fffffff0;margin-top:16px;padding:15px 18px 11px}.archetype-search{grid-template-columns:minmax(0,1fr) 108px;gap:0;margin:0;display:grid}.archetype-search__field{border:1px solid var(--line-strong);min-width:0;height:40px;color:var(--navy-800);cursor:text;background:#fff;border-right:0;border-radius:5px 0 0 5px;align-items:center;gap:10px;padding:0 12px;display:flex}.archetype-search__field input{width:100%;min-width:0;height:100%;color:var(--ink);background:0 0;border:0;outline:0;font-size:13px}.archetype-search__field input::placeholder{color:#8996a5}.archetype-search__clear{color:#68788d;cursor:pointer;background:0 0;border-radius:50%;flex:none;place-items:center;width:25px;height:25px;font-size:22px;line-height:1;display:grid}.archetype-search__clear:hover{color:var(--navy-900);background:#eef1ef}.archetype-search__submit{color:#2b2518;cursor:pointer;min-height:40px;font:700 12px var(--display);background:linear-gradient(#f5e3b7,#d5b66d);border:1px solid #caa35a;border-radius:0 5px 5px 0}.archetype-search__submit:hover{background:linear-gradient(#f8e9c6,#d9b971)}.archetype-filter-toolbar{grid-template-columns:1fr 1fr 1.05fr;gap:18px;margin-top:14px;display:grid}.archetype-filter-group{border:0;min-width:0;margin:0;padding:0}.archetype-filter-group legend{color:var(--ink);font:700 12px var(--display);margin-bottom:7px}.archetype-chip-row{flex-wrap:wrap;gap:6px;display:flex}.archetype-chip{color:#546781;cursor:pointer;min-height:29px;transition:border-color var(--ease), background var(--ease), color var(--ease), transform var(--ease);background:#fff;border:1px solid #d9e0e1;border-radius:5px;padding:5px 10px;font-size:10px}.archetype-chip:hover{color:var(--navy-900);border-color:#b9c7c9;transform:translateY(-1px)}.archetype-chip.is-active{color:#30291e;background:var(--gold-soft);border-color:#d1aa5f;box-shadow:inset 0 -1px #78571d1f}.archetype-controls__footer{justify-content:space-between;align-items:end;gap:12px;min-height:25px;margin-top:6px;display:flex}.archetype-controls__note{color:#7a8994;font-size:10px}.archetype-clear-filters{color:#6e4d19;cursor:pointer;text-underline-offset:3px;background:0 0;font-size:10px;font-weight:800;text-decoration:underline}.archetype-clear-filters:hover{color:var(--navy-800)}.archetype-results{margin-top:20px}.archetype-results__heading{justify-content:space-between;align-items:start;gap:16px;min-height:60px;display:flex}.archetype-results__heading p{color:var(--ink-muted);margin:5px 0 0;font-size:12px}.archetype-sort{color:var(--ink-muted);white-space:nowrap;align-items:center;gap:8px;padding-top:8px;font-size:11px;display:flex}.archetype-sort select{border:1px solid var(--line);min-width:130px;height:31px;color:var(--ink);font:600 10px var(--body);background:#fff;border-radius:5px;padding:0 27px 0 9px}.archetype-workspace{grid-template-columns:minmax(0,1.6fr) minmax(335px,.91fr);align-items:start;gap:18px;display:grid}.archetype-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-content:start;gap:11px;min-width:0;display:grid}.archetype-card{border:1px solid var(--line);min-width:0;color:inherit;background:var(--paper);box-shadow:var(--shadow);cursor:pointer;text-align:left;transition:border-color var(--ease), box-shadow var(--ease), transform var(--ease), background var(--ease);border-radius:6px;padding:0;display:block;overflow:hidden}.archetype-card:hover{border-color:#b7c5c7;transform:translateY(-2px);box-shadow:0 10px 24px #1228411a}.archetype-card.is-selected{background:#fffdf7;border-color:#ceaa61;box-shadow:0 0 0 1px #d5b66d61,0 10px 25px #1228411a}.archetype-card__image{color:#f9f3df;background:#223d57;height:121px;display:block;position:relative;overflow:hidden}.archetype-card__image:after{content:"";background:linear-gradient(120deg,#0618241f,#06121d94);position:absolute;inset:0}.archetype-card__image img{object-fit:cover;object-position:var(--image-position);width:100%;height:100%;display:block}.archetype-card__selected{z-index:1;color:#fff5d6;background:#142a36d9;border:1px solid #f0d8a1bf;border-radius:4px;padding:4px 8px;font-size:9px;font-weight:800;position:absolute;top:9px;left:9px}.archetype-card__selected:before{content:"✓";margin-right:4px}.archetype-card__image-note{z-index:1;color:#ffffffc7;letter-spacing:.04em;text-transform:uppercase;font-size:8px;position:absolute;bottom:7px;right:8px}.archetype-card__body{min-height:166px;padding:10px 11px 11px;display:block;position:relative}.archetype-card__foundations,.archetype-detail__foundations{color:#465c76;flex-wrap:wrap;gap:9px;font-size:10px;display:flex}.archetype-card__foundations span,.archetype-detail__foundations span{align-items:center;gap:4px;display:inline-flex}.archetype-card__foundations .icon,.archetype-detail__foundations .icon{color:var(--navy-800)}.archetype-card__title{color:var(--ink);font:700 17px/1.08 var(--display);margin-top:8px;padding-right:22px;display:block}.archetype-card__status{color:#1e684a;letter-spacing:.02em;background:#dcefe2;border-radius:11px;margin-top:7px;padding:3px 7px;font-size:9px;font-weight:800;display:inline-block}.archetype-card__status--pending{color:#7a5d25;background:#f1e8d2}.archetype-card__description{color:var(--ink-muted);margin-top:8px;padding-right:17px;font-size:10px;line-height:1.38;display:block}.archetype-card__arrow{color:var(--navy-800);position:absolute;bottom:12px;right:10px}.archetype-card:hover .archetype-card__arrow{color:#9a7528;transform:translate(2px)}.archetype-detail{border:1px solid var(--line);background:#fff;border-radius:7px;min-width:0;position:sticky;top:84px;overflow:hidden;box-shadow:0 9px 25px #12284117}.archetype-detail__visual{background:#223d57;height:164px;position:relative;overflow:hidden}.archetype-detail__visual:after{content:"";background:linear-gradient(120deg,#07152021,#07111c99);position:absolute;inset:0}.archetype-detail__visual img{object-fit:cover;width:100%;height:100%;display:block}.archetype-detail__badge{z-index:1;color:#fff6db;background:#0f283adb;border:1px solid #ecdaae9e;border-radius:4px;padding:5px 8px;font-size:9px;font-weight:800;position:absolute;top:11px;right:10px}.archetype-detail__body{padding:15px 16px 16px}.archetype-detail__body h2{color:var(--ink);font:700 28px/1 var(--display);letter-spacing:-.025em;margin:7px 0 0}.archetype-detail__lead{color:var(--ink-muted);margin:9px 0 10px;font-size:12px;line-height:1.45}.archetype-detail__tags{flex-wrap:wrap;gap:6px;display:flex}.archetype-detail__tags span{color:#425d78;background:#edf1f2;border-radius:11px;padding:4px 7px;font-size:9px;font-weight:700}.archetype-detail__tags span:nth-child(2){color:#1e684a;background:#dcefe2}.archetype-detail__tags span:nth-child(3){color:#795e28;background:#f3ebd7}.archetype-detail__section{border-top:1px solid #e4e8e6;margin-top:13px;padding-top:13px}.archetype-detail__section h3,.archetype-foundations h3,.archetype-verification h3{color:var(--ink);font:700 14px/1.15 var(--display);margin:0 0 8px}.archetype-overview{grid-template-columns:1fr 1fr;gap:8px 14px;margin:0;display:grid}.archetype-overview div{min-width:0}.archetype-overview dt{color:#7a8792;text-transform:uppercase;letter-spacing:.07em;font-size:9px}.archetype-overview dd{color:var(--ink);margin:2px 0 0;font-size:11px;font-weight:700}.archetype-fact-list,.archetype-foundations ul,.archetype-verification ul{color:var(--ink-muted);gap:5px;margin:0;padding-left:17px;font-size:10px;line-height:1.4;display:grid}.archetype-fact-list li::marker{color:#b28b3d}.archetype-foundations li::marker{color:#b28b3d}.archetype-foundations{border-top:1px solid #e4e8e6;grid-template-columns:1fr 1fr;gap:13px;margin-top:13px;padding-top:13px;display:grid}.archetype-foundations section{min-width:0}.archetype-foundations h3{font-size:12px}.archetype-verification{background:#fbf6e8;border:1px solid #e4d6b4;border-radius:5px;margin-top:14px;padding:11px 11px 10px}.archetype-verification h3{color:#765923;align-items:center;gap:6px;font-size:12px;display:flex}.archetype-verification h3 .icon{color:#9b752c}.archetype-verification ul{color:#6c6251}.archetype-detail__actions{grid-template-columns:1fr 1fr;gap:8px;margin-top:14px;display:grid}.archetype-cta{border:1px solid var(--line);color:#607085;text-align:left;cursor:not-allowed;opacity:.88;background:#f7f8f6;border-radius:5px;grid-template-columns:18px minmax(0,1fr) 15px;align-items:center;gap:7px;min-width:0;min-height:56px;padding:8px 9px;display:grid}.archetype-cta>span{min-width:0;font:700 10px var(--display);gap:2px;display:grid}.archetype-cta small{color:#8a9298;font:8px var(--body)}.archetype-cta .icon:last-child{color:#98a1a3}.archetype-empty{color:var(--ink-muted);text-align:center;background:#ffffff9e;border:1px dashed #cbd6d7;border-radius:7px;grid-column:1/-1;justify-items:center;padding:50px 20px;display:grid}.archetype-empty__icon{width:48px;height:48px;color:var(--navy-800);background:#eff2ef;border:1px solid #dbe3e2;border-radius:50%;place-items:center;margin-bottom:10px;display:grid}.archetype-empty h3{color:var(--ink);font:700 19px var(--display);margin:0}.archetype-empty p{margin:6px 0 14px;font-size:11px}.archetype-banner{background:linear-gradient(105deg,#edf3f2,#f7f6ee);border:1px solid #d5e0e1;border-radius:6px;align-items:center;gap:13px;margin-top:20px;padding:14px 17px;display:flex}.archetype-banner__icon{width:38px;height:38px;color:var(--navy-800);background:#fff;border:1px solid #c7d3d4;border-radius:50%;flex:none;place-items:center;display:grid}.archetype-banner h2{color:var(--ink);font:700 14px var(--display);margin:0}.archetype-banner p{color:var(--ink-muted);margin:3px 0 0;font-size:10px}.archetype-banner__label{color:#6e541f;white-space:nowrap;background:#f8efd9;border:1px solid #dbc58f;border-radius:4px;margin-left:auto;padding:7px 9px;font-size:9px;font-weight:800}.archetype-source-strip{margin-top:13px}@media (max-width:1180px){.archetype-workspace{grid-template-columns:minmax(0,1.45fr) minmax(300px,.9fr);gap:14px}.archetype-grid{gap:9px}.archetype-card__image{height:108px}.archetype-card__body{min-height:176px}}@media (max-width:1050px){.archetype-how{grid-template-columns:1fr;gap:15px}.archetype-how__intro{max-width:620px}.archetype-workspace{flex-direction:column;display:flex}.archetype-detail{order:-1;width:100%;position:static}.archetype-detail__body{grid-template-columns:minmax(0,1fr) minmax(300px,.9fr);column-gap:22px;display:grid}.archetype-detail__foundations,.archetype-detail__body>h2,.archetype-detail__body>.archetype-detail__lead,.archetype-detail__body>.archetype-detail__tags{grid-column:1}.archetype-detail__body>.archetype-detail__section,.archetype-detail__body>.archetype-foundations,.archetype-detail__body>.archetype-verification,.archetype-detail__body>.archetype-detail__actions{grid-column:2}.archetype-detail__body>.archetype-detail__section:first-of-type{border-top:0;margin-top:0;padding-top:0}.archetype-detail__body>.archetype-detail__section:nth-of-type(2){grid-area:5/1}.archetype-detail__body>.archetype-foundations{grid-area:6/1/auto/-1}.archetype-detail__body>.archetype-verification{grid-area:7/1/auto/-1}.archetype-detail__body>.archetype-detail__actions{grid-area:8/1/auto/-1}}@media (max-width:760px){.archetype-hero,.archetype-hero .hero-inner{min-height:350px}.archetype-hero h1{overflow-wrap:anywhere;max-width:330px;font-size:clamp(37px,11vw,48px)}.archetype-how{padding:17px 14px}.archetype-flow{grid-template-columns:1fr;gap:6px}.archetype-flow__operator{min-height:21px}.archetype-flow__card{min-height:71px}.archetype-controls{padding:13px 12px 10px}.archetype-filter-toolbar{grid-template-columns:1fr;gap:12px}.archetype-controls__footer{flex-direction:column;align-items:start;gap:5px}.archetype-results__heading{flex-direction:column;gap:8px;min-height:auto;margin-bottom:12px}.archetype-sort{padding-top:0}.archetype-grid{grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.archetype-card__image{height:117px}.archetype-detail__body,.archetype-detail__section,.archetype-foundations{display:block}.archetype-foundations section+section{border-top:1px solid #e4e8e6;margin-top:13px;padding-top:13px}.archetype-banner{flex-wrap:wrap;align-items:start}.archetype-banner>div{flex:220px}.archetype-banner__label{margin-left:51px}}@media (max-width:500px){.archetype-search{grid-template-columns:1fr;gap:7px}.archetype-search__field{border-right:1px solid var(--line-strong);border-radius:5px}.archetype-search__submit{border-radius:5px;min-height:36px}.archetype-grid{grid-template-columns:1fr}.archetype-card__image{height:145px}.archetype-detail__actions{grid-template-columns:1fr}.archetype-banner__label{margin-left:0}}@media (max-width:420px){.archetype-hero .hero-meta{display:flex}.archetype-hero .status-chip{white-space:normal;max-width:100%}}.skill-tree-hero,.skill-tree-hero .hero-inner{min-height:322px}.skill-tree-hero .hero-copy{max-width:760px}.skill-tree-hero .hero-subtitle{max-width:650px}.skill-tree-page{width:min(1400px,100% - 48px);margin:0 auto;padding:18px 0 44px}.skill-pre-ea-banner{color:#604e28;background:linear-gradient(105deg,#f8f1dc,#f5f8f1);border:1px solid #d9c794;border-radius:6px;align-items:center;gap:13px;min-height:58px;padding:10px 15px;display:flex}.skill-pre-ea-banner__icon{color:#9a742b;background:#ffffff9e;border:1px solid #dac78f;border-radius:50%;flex:none;place-items:center;width:34px;height:34px;display:grid}.skill-pre-ea-banner strong{color:#5d4922;font:700 14px/1.1 var(--display);display:block}.skill-pre-ea-banner p{color:#786a4b;margin:3px 0 0;font-size:11px}.skill-pre-ea-banner a{color:#76591e;white-space:nowrap;align-items:center;gap:5px;margin-left:auto;font-size:10px;font-weight:800;display:inline-flex}.skill-pre-ea-banner a:hover{color:var(--navy-800)}.skill-planner-toolbar{color:#e7edf0;background:linear-gradient(115deg,#102538,#132e47 60%,#102335);border:1px solid #2d4b65;border-radius:6px;align-items:end;gap:18px;margin-top:12px;padding:12px 14px;display:flex;position:relative;box-shadow:0 9px 23px #1023381a}.skill-toolbar-field{gap:5px;min-width:170px;display:grid}.skill-toolbar-field--level{width:78px;min-width:78px}.skill-toolbar-field label,.skill-toolbar-stat>span{color:#a8bac7;letter-spacing:.06em;text-transform:uppercase;font-size:10px}.skill-toolbar-field select,.skill-toolbar-field input{color:#f7f5eb;width:100%;height:37px;font:700 12px var(--body);background:#132c42;border:1px solid #46647a;border-radius:5px;padding:0 11px}.skill-toolbar-field select:focus,.skill-toolbar-field input:focus{border-color:var(--gold);outline-offset:1px;outline:2px solid #d5b66d47}.skill-toolbar-field input{appearance:textfield}.skill-toolbar-field input::-webkit-inner-spin-button{opacity:.7}.skill-toolbar-field input::-webkit-outer-spin-button{opacity:.7}.skill-toolbar-stat{gap:4px;min-width:110px;padding-bottom:1px;display:grid}.skill-toolbar-stat strong{color:#f4e0a9;font:700 17px/1 var(--display)}.skill-toolbar-stat small{color:#a5b2ba;font-size:9px}.skill-toolbar-actions{align-items:center;gap:8px;margin-left:auto;display:flex}.skill-toolbar-button{color:#e9f0f1;cursor:pointer;min-height:37px;transition:border-color var(--ease), background var(--ease), color var(--ease), transform var(--ease);background:#1a3851;border:1px solid #46647a;border-radius:5px;justify-content:center;align-items:center;gap:6px;padding:0 14px;font-size:11px;font-weight:700;display:inline-flex}.skill-toolbar-button:hover{background:#234964;border-color:#8ea8b8;transform:translateY(-1px)}.skill-toolbar-button--primary{color:#2a302c;background:linear-gradient(#f5e4ba,#d8b870);border-color:#ddc185}.skill-toolbar-button--primary:hover{color:#1e2b32;background:linear-gradient(#fff0c9,#e2c47f);border-color:#f3dd9e}.skill-toolbar-button--danger{color:#f1cbcc;background:#3a2837;border-color:#8b4c52}.skill-toolbar-button--danger:hover{background:#4c2b3a;border-color:#c97977}.skill-toolbar-feedback{color:#54755f;font-size:10px;font-weight:700;position:absolute;bottom:-21px;right:16px}.skill-tree-tabs-row{justify-content:space-between;align-items:end;gap:14px;margin-top:13px;display:flex}.skill-tree-tabs{align-items:end;gap:2px;min-width:0;display:flex}.skill-tree-tabs__label{color:#71808a;letter-spacing:.08em;text-transform:uppercase;align-self:center;margin:0 10px 0 2px;font-size:10px}.skill-tree-tab{color:#52667b;cursor:pointer;background:#e4eae7;border:1px solid #d4dedf;border-bottom-color:#becbcd;border-radius:6px 6px 0 0;align-items:center;gap:8px;min-height:39px;padding:0 17px;font-size:11px;font-weight:700;display:inline-flex}.skill-tree-tab:hover{color:var(--navy-900);background:#edf1ed}.skill-tree-tab.is-active{color:#f4e1ad;background:#163149;border-color:#b99a54 #b99a54 #12283c;box-shadow:inset 0 3px #d9ba70}.skill-tree-tab.is-active .icon{color:#dfc37a}.skill-tree-view-controls{align-items:center;gap:14px;padding-bottom:4px;display:flex}.skill-view-mode,.skill-zoom-controls{color:#77858d;align-items:center;gap:4px;font-size:10px;display:flex}.skill-view-mode>span,.skill-zoom-controls>span{color:#5e6f7d;margin-right:3px;font-weight:700}.skill-view-mode button,.skill-zoom-controls button,.skill-zoom-controls output{color:#5b6e7f;cursor:pointer;background:#f9faf7;border:1px solid #cbd6d7;place-items:center;min-height:29px;padding:0 9px;font-size:10px;display:inline-grid}.skill-view-mode button:first-of-type,.skill-zoom-controls button:first-of-type{border-radius:4px 0 0 4px}.skill-view-mode button:last-of-type,.skill-zoom-controls button:last-of-type{border-radius:0 4px 4px 0}.skill-view-mode button:hover,.skill-zoom-controls button:hover{color:var(--navy-900);background:#fff;border-color:#a9b8ba}.skill-view-mode button.is-active{color:#5a4722;background:#f4e6c2;border-color:#d0af67;font-weight:800}.skill-zoom-controls output{min-width:45px;color:var(--navy-900);font-variant-numeric:tabular-nums;background:#eef2ee}.skill-zoom-controls__fit{margin-left:4px;border-radius:4px!important}.skill-zoom-controls__fullscreen{border-radius:4px!important;padding:0 8px!important}.skill-tree-workspace{grid-template-columns:minmax(0,1fr) 308px;align-items:start;gap:12px;display:grid}.skill-tree-panel{background:#0b1b2b;border:1px solid #263f52;border-radius:6px;min-width:0;overflow:hidden;box-shadow:0 10px 24px #0f203121}.skill-tree-canvas{color:#e8eef0;cursor:grab;background:radial-gradient(circle at 50% 38%,#33576729,#0000 35%),linear-gradient(145deg,#0a1b2b,#0e263a 60%,#0b1c2d);outline:none;min-width:0;height:640px;position:relative;overflow:hidden}.skill-tree-canvas:focus-visible{box-shadow:inset 0 0 0 3px #e0c479c7}.skill-tree-canvas:active{cursor:grabbing}.skill-tree-canvas:before{content:"";pointer-events:none;opacity:.33;background-image:linear-gradient(#a1bec212 1px,#0000 1px),linear-gradient(90deg,#a1bec212 1px,#0000 1px);background-size:36px 36px;position:absolute;inset:0}.skill-tree-canvas__topline{z-index:4;color:#a9bec4;letter-spacing:.08em;text-transform:uppercase;background:linear-gradient(#081623eb,#08162347);border-bottom:1px solid #aac3c529;justify-content:space-between;align-items:center;padding:11px 14px;font-size:10px;display:flex;position:absolute;inset:0 0 auto}.skill-tree-canvas__topline span:last-child{color:#ceb66f}.skill-tree-canvas__world{transform-origin:0 0;width:1080px;height:640px;transition:transform .1s ease-out;position:absolute;top:0;left:0}.skill-tree-lanes{grid-template-columns:repeat(4,1fr);gap:7px;display:grid;position:absolute;inset:50px 20px 20px}.skill-tree-lane{border:1px solid #93b5bd3d;border-top:2px solid var(--lane-color);background:linear-gradient(180deg, color-mix(in srgb, var(--lane-color) 7%, transparent), transparent 70%);position:relative}.skill-tree-lane--ice{--lane-color:#6b9bc1}.skill-tree-lane--ember{--lane-color:#bd754e}.skill-tree-lane--moss{--lane-color:#aa9b62}.skill-tree-lane--arcane{--lane-color:#8c75b7}.skill-tree-lane>span{color:var(--lane-color);font:700 12px var(--display);padding:12px 12px 3px;display:block}.skill-tree-lane>small{color:#ccdbda8c;letter-spacing:.04em;text-transform:uppercase;padding:0 12px;font-size:8px;display:block}.skill-tree-lane:after{content:"";border-left:1px dashed #bed0cb1f;position:absolute;inset:75px 50% 0}.skill-tree-tier-labels{color:#cedddb8f;font:700 10px var(--display);writing-mode:vertical-rl;flex-direction:column;justify-content:space-around;display:flex;position:absolute;top:100px;bottom:0;left:-4px;transform:rotate(180deg)}.skill-tree-edges{width:1080px;height:640px;position:absolute;inset:0;overflow:visible}.skill-tree-edge{fill:none;stroke:#99bdc338;stroke-width:1.5px;stroke-dasharray:2 4}.skill-tree-edge--branch_jump{stroke:#d5b66d61;stroke-dasharray:5 4}.skill-tree-edge--optional{stroke:#9f93bb59;stroke-dasharray:1 5}.skill-tree-edge.is-active{stroke:#e7ca7c;stroke-width:2.6px;filter:drop-shadow(0 0 4px #e3c2696b)}.skill-node{z-index:2;color:#dae6e7;cursor:pointer;text-align:center;width:60px;min-height:84px;transition:opacity var(--ease), filter var(--ease), transform var(--ease);background:0 0;border:0;justify-items:center;padding:0;display:grid;position:absolute;transform:translateZ(0)}.skill-node:hover,.skill-node:focus-visible{z-index:6;transform:translateY(-2px)}.skill-node.is-locked{color:#71828d;filter:grayscale(.6);opacity:.56}.skill-node.is-available{color:#ecf1e5}.skill-node.is-available .skill-node-shape{filter:drop-shadow(0 0 6px #a4cfd86b)}.skill-node.is-allocated{color:#fff5cc}.skill-node.is-allocated .skill-node-shape{filter:drop-shadow(0 0 9px #ebc970bf)}.skill-node.is-dimmed{opacity:.25}.skill-node.is-focused .skill-node-shape{outline-offset:5px;outline:2px solid #f4de9ae6}.skill-node-shape{color:currentColor;width:46px;height:46px;transition:box-shadow var(--ease), background var(--ease), color var(--ease);background:#0f2535eb;border:1px solid;place-items:center;display:grid}.skill-node--attribute .skill-node-shape{color:#9bd2ee;border-radius:50%}.skill-node--passive .skill-node-shape{color:#b4c4cb;transform:rotate(45deg)}.skill-node--passive .skill-node-shape .icon{transform:rotate(-45deg)}.skill-node--spell .skill-node-shape{color:#f0ac67;clip-path:polygon(25% 3%,75% 3%,100% 50%,75% 97%,25% 97%,0 50%);background:#4c3025;border:0;box-shadow:inset 0 0 0 1px}.skill-node--spell_modifier .skill-node-shape{color:#d7aeea;width:38px;height:38px;transform:rotate(45deg)}.skill-node--spell_modifier .skill-node-shape .icon{transform:rotate(-45deg)}.skill-node__label{color:currentColor;max-width:86px;margin-top:7px;font-size:9px;line-height:1.15;display:block}.skill-node__cost{color:#dae7e29e;margin-top:3px;font-size:8px;display:block}.skill-node__tooltip{z-index:10;color:#dfe9e9;text-align:left;background:#0d2539;border:1px solid #557084;border-radius:5px;width:205px;padding:10px;display:none;position:absolute;top:-13px;left:50px;box-shadow:0 8px 20px #00000042}.skill-node:hover .skill-node__tooltip,.skill-node:focus-visible .skill-node__tooltip{gap:4px;display:grid}.skill-node__tooltip b{color:#f2dfaa;font:700 13px var(--display)}.skill-node__tooltip small{color:#b7c7c9;font-size:9px;line-height:1.35}.skill-node__tooltip em{color:#8cb0b2;font-size:8px;font-style:normal}.skill-tree-pending{z-index:3;color:#dbe6e4;text-align:center;background:#081a2ae6;border:1px solid #c0d2ca54;border-radius:6px;justify-items:center;gap:7px;width:min(400px,100% - 38px);padding:22px 24px 20px;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-47%);box-shadow:0 13px 32px #0003}.skill-tree-pending.is-preview{text-align:left;justify-items:start;width:294px;padding:12px 14px;top:auto;bottom:17px;left:17px;transform:none}.skill-tree-pending__seal{color:#ddc37e;border:1px solid #dcc27bb8;border-radius:50%;place-items:center;width:54px;height:54px;display:grid;box-shadow:0 0 0 5px #dcc27b14}.skill-tree-pending.is-preview .skill-tree-pending__seal{display:none}.skill-tree-pending__eyebrow{color:#d9bd72;letter-spacing:.12em;text-transform:uppercase;font-size:9px;font-weight:800}.skill-tree-pending h3{color:#f4f0df;font:700 23px/1.1 var(--display);margin:0}.skill-tree-pending.is-preview h3{font-size:16px}.skill-tree-pending p{color:#aebfc0;max-width:335px;margin:0;font-size:11px;line-height:1.45}.skill-tree-pending.is-preview p{font-size:9px}.skill-tree-pending__facts{border-top:1px solid #b8ccc82e;grid-template-columns:repeat(3,1fr);width:100%;margin-top:5px;padding-top:10px;display:grid}.skill-tree-pending__facts span{color:#a4b4b8;gap:2px;font-size:8px;display:grid}.skill-tree-pending__facts b{color:#e1e6dc;font-size:9px}.skill-tree-preview-toggle{color:#dbe5df;cursor:pointer;background:#1f3e4fad;border:1px solid #567487;border-radius:4px;align-items:center;gap:5px;min-height:28px;margin-top:4px;padding:0 9px;font-size:9px;font-weight:700;display:inline-flex}.skill-tree-preview-toggle:hover{color:#f1deb0;border-color:#d4b873}.skill-tree-canvas__hint{z-index:4;color:#91a7ad;gap:11px;font-size:9px;display:flex;position:absolute;bottom:14px;right:15px}.skill-tree-canvas__hint span+span:before{content:"·";color:#c9ae69;margin-right:11px}.skill-tree-legend{color:#b9c9cb;background:#0f2639;border-top:1px solid #274254;flex-wrap:wrap;align-items:center;gap:15px;min-height:47px;padding:8px 12px;font-size:9px;display:flex}.skill-tree-legend>span:not(.skill-tree-legend__label):not(.skill-tree-legend__note){align-items:center;gap:6px;display:inline-flex}.skill-tree-legend__label{color:#ecdfb5;font:700 11px var(--display);margin-right:2px}.skill-tree-legend__note{color:#82989c;margin-left:auto;font-size:8px}.legend-shape{background:#1b3949e6;border:1px solid;width:16px;height:16px;display:inline-block}.legend-shape--circle{color:#9bd2ee;border-radius:50%}.legend-shape--diamond{color:#b4c4cb;transform:rotate(45deg)scale(.72)}.legend-shape--hex{color:#f0ac67;clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%)}.legend-shape--small-diamond{color:#d7aeea;width:13px;height:13px;transform:rotate(45deg)scale(.72)}.skill-build-summary{background:#fff;border:1px solid #cfdadc;border-radius:6px;min-width:0;overflow:hidden;box-shadow:0 9px 23px #12284117}.skill-summary-header{color:#f4f0e2;background:linear-gradient(135deg,#142f47,#0e2234);justify-content:space-between;gap:10px;padding:16px 15px 13px;display:flex}.skill-summary-header h2{font:700 25px/1 var(--display);letter-spacing:-.025em;margin:4px 0 0}.skill-summary-header p{color:#b8c8ca;margin:5px 0 0;font-size:10px}.skill-summary-badge{color:#eddb9f;text-transform:uppercase;border:1px solid #edd29099;border-radius:3px;height:fit-content;padding:4px 6px;font-size:8px;font-weight:800}.skill-summary-card{color:#546b79;background:#f3f6f2;border:1px solid #e0e5e2;border-radius:5px;gap:4px;margin:12px 12px 0;padding:11px;display:grid}.skill-summary-card__eyebrow{color:#768792;letter-spacing:.09em;text-transform:uppercase;font-size:8px;font-weight:800}.skill-summary-card strong{color:var(--ink);font:700 18px/1 var(--display)}.skill-summary-card strong small{color:#8a9696;font:9px var(--body)}.skill-summary-card span{font-size:10px}.skill-summary-section{border-bottom:1px solid #e3e8e6;margin:0 12px;padding:13px 0}.skill-summary-section h3{color:var(--ink);font:700 13px var(--display);margin:0 0 9px}.skill-summary-list{gap:7px;margin:0;display:grid}.skill-summary-list div{justify-content:space-between;gap:8px;display:flex}.skill-summary-list dt{color:#7d8b91;font-size:10px}.skill-summary-list dd{color:#314b60;text-align:right;margin:0;font-size:10px;font-weight:800}.skill-summary-note p,.skill-summary-trait p{color:#72818a;margin:0;font-size:10px;line-height:1.4}.skill-summary-trait{border:0}.skill-summary-trait span{color:#7b632d;margin-top:7px;font-size:9px;display:block}.skill-summary-example{background:#f5f1e5;border-top:1px solid #e0e6e3;border-bottom:0;margin:0;padding:13px 12px 14px}.skill-summary-example__heading{justify-content:space-between;align-items:center;gap:8px;display:flex}.skill-summary-example__heading button{color:#7b5e21;cursor:pointer;text-underline-offset:2px;background:0 0;padding:0;font-size:9px;font-weight:800;text-decoration:underline}.skill-summary-example strong{color:#4c3c20;font:700 16px var(--display);margin-top:1px;display:block}.skill-summary-example>span{color:#806331;text-transform:uppercase;margin-top:4px;font-size:9px;font-weight:800;display:block}.skill-summary-example p{color:#665d4c;margin:6px 0 0;font-size:10px;line-height:1.4}.skill-summary-example small{color:#8b7a5c;margin-top:7px;font-size:8px;display:block}.skill-concepts{margin-top:28px}.skill-section-heading{justify-content:space-between;align-items:end;gap:15px;display:flex}.skill-section-heading h2{color:var(--ink);font:700 27px/1 var(--display);letter-spacing:-.02em;margin:3px 0 0}.skill-section-heading p{color:var(--ink-muted);margin:6px 0 0;font-size:11px}.skill-section-heading__note{color:#879294;font-size:9px}.skill-concept-grid{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:14px;display:grid}.skill-concept-card{min-height:156px;box-shadow:var(--shadow);background:#ffffffc4;border:1px solid #dbe3e0;border-radius:6px;padding:15px 15px 14px;position:relative}.skill-concept-card__mark{color:#9a7530;background:#f5ecd6;border:1px solid #ddcc9f;border-radius:50%;place-items:center;width:32px;height:32px;display:grid}.skill-concept-card__status{color:#78622e;text-align:right;max-width:52%;font-size:8px;font-weight:800;position:absolute;top:17px;right:14px}.skill-concept-card h3{color:var(--ink);font:700 17px var(--display);margin:15px 0 4px}.skill-concept-card p{color:#62758a;margin:0;font-size:10px;line-height:1.45}.skill-concept-card small{color:#7b8b8c;margin-top:12px;font-size:9px;display:block}.skill-source-note{color:#7a898e;border-top:1px solid #d4dedb;grid-template-columns:auto 1fr 1fr;align-items:start;gap:10px 15px;margin-top:14px;padding:12px 14px;font-size:9px;display:grid}.skill-source-note span{color:#5f6e76;letter-spacing:.06em;text-transform:uppercase;font-weight:800}.skill-source-note p{margin:0}.skill-dialog-backdrop{z-index:30;background:#0814209e;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.skill-dialog{width:min(390px,100%);color:var(--ink);background:#fbfbf6;border:1px solid #d3c28e;border-radius:7px;padding:22px;box-shadow:0 22px 60px #00000047}.skill-dialog__icon{color:#8c6b2c;background:#f6eedb;border:1px solid #dfcd99;border-radius:50%;place-items:center;width:38px;height:38px;display:grid}.skill-dialog h2{font:700 22px var(--display);margin:13px 0 0}.skill-dialog p{color:var(--ink-muted);margin:7px 0 18px;font-size:11px;line-height:1.45}.skill-dialog__actions{justify-content:end;gap:8px;display:flex}.skill-dialog__actions button{color:#506474;cursor:pointer;background:#fff;border:1px solid #cfd9d7;border-radius:4px;min-height:34px;padding:0 11px;font-size:10px;font-weight:800}.skill-dialog__actions button:hover{background:#f3f6f2;border-color:#9eafb0}.skill-dialog__actions .is-danger{color:#fff5ee;background:#8d403f;border-color:#a85d5a}.skill-dialog__actions .is-danger:hover{background:#a44845}@media (max-width:1180px){.skill-tree-page{width:min(100% - 36px,1080px)}.skill-planner-toolbar{gap:12px}.skill-toolbar-actions{gap:5px}.skill-toolbar-button{padding:0 10px}.skill-tree-workspace{grid-template-columns:minmax(0,1fr) 280px}}@media (max-width:980px){.skill-planner-toolbar{flex-wrap:wrap;align-items:stretch}.skill-toolbar-actions{width:100%;margin-left:0}.skill-toolbar-feedback{bottom:16px;right:15px}.skill-tree-tabs-row{flex-direction:column;align-items:start}.skill-tree-view-controls{justify-content:space-between;width:100%;padding-bottom:0}.skill-tree-workspace{grid-template-columns:1fr}.skill-build-summary{grid-template-columns:minmax(0,1fr) minmax(270px,.8fr);display:grid}.skill-summary-header{grid-column:1/-1}.skill-summary-card{margin-bottom:12px}.skill-summary-section{margin:0 12px}.skill-summary-example{margin:0}}@media (max-width:760px){.skill-tree-hero,.skill-tree-hero .hero-inner{min-height:350px}.skill-tree-hero h1{max-width:420px;font-size:clamp(39px,11vw,56px)}.skill-tree-page{width:min(100% - 28px,620px);padding-top:14px}.skill-pre-ea-banner{align-items:start}.skill-pre-ea-banner a{align-self:center}.skill-toolbar-field--archetype{flex:220px}.skill-toolbar-stat{flex:130px}.skill-tree-tabs{width:100%;padding-bottom:1px;overflow-x:auto}.skill-tree-tabs__label{display:none}.skill-tree-tab{flex:none;padding:0 13px}.skill-tree-view-controls{flex-wrap:wrap;align-items:start;gap:8px}.skill-tree-canvas{height:540px}.skill-tree-canvas__hint{display:none}.skill-tree-legend{gap:10px}.skill-tree-legend__note{width:100%;margin-left:0}.skill-build-summary{display:block}.skill-concept-grid{grid-template-columns:1fr}.skill-concept-card{min-height:auto}.skill-source-note{grid-template-columns:1fr;gap:5px}}@media (max-width:500px){.skill-pre-ea-banner{flex-wrap:wrap}.skill-pre-ea-banner>div{flex:210px}.skill-pre-ea-banner a{margin-left:47px}.skill-toolbar-field{min-width:0}.skill-toolbar-field--archetype{flex-basis:calc(100% - 94px)}.skill-toolbar-field--level{flex-basis:78px}.skill-toolbar-stat{flex-basis:100%}.skill-toolbar-actions{grid-template-columns:repeat(2,1fr);display:grid}.skill-toolbar-feedback{bottom:63px;right:15px}.skill-view-mode,.skill-zoom-controls{width:100%}.skill-view-mode button,.skill-zoom-controls button,.skill-zoom-controls output{flex:1}.skill-zoom-controls__fullscreen{flex:0 0 39px!important}.skill-tree-canvas{height:500px}.skill-tree-pending{padding:17px 16px}.skill-tree-pending h3{font-size:19px}.skill-tree-pending__facts{text-align:left;grid-template-columns:1fr;gap:6px}.skill-tree-pending__facts span{display:block}.skill-tree-pending__facts b{margin-right:5px}.skill-tree-pending.is-preview{width:250px}.skill-tree-legend{align-items:start}.skill-tree-legend__label{width:100%}}@media (prefers-reduced-motion:reduce){.skill-tree-canvas__world,.skill-node,.skill-toolbar-button{transition:none}}.data-status-badge{color:#35516c;letter-spacing:.045em;text-transform:uppercase;white-space:nowrap;background:#edf2f1;border:1px solid #c6d1d4;border-radius:4px;align-items:center;min-height:21px;padding:3px 7px;font-size:9px;font-weight:800;line-height:1.1;display:inline-flex}.data-status-badge--developer{color:#246046;background:#eaf4ed;border-color:#bed2c4}.data-status-badge--official{color:#3f6b32;background:#eff6e8;border-color:#c7d8b8}.data-status-badge--legacy{color:#7c5b24;background:#fbf1db;border-color:#d9c49e}.data-status-badge--pending{color:#765b2a;background:#f8f0df;border-color:#d7c29b}.data-status-badge--verified{color:#23623d;background:#e4f2e7;border-color:#a9cfb4}.data-status-badge--demo{color:#7c5b24;background:#fbf1db;border-color:#d9c49e}.data-status-badge--playtest{color:#3d5f7d;background:#edf3f8;border-color:#b9cce0}.data-status-badge--outdated{color:#87483c;background:#f7e9e4;border-color:#d7b3a8}.data-status-badge--source{color:#536879;background:#eef2f4;border-color:#c3cdd6}.data-provenance__badges{flex-wrap:wrap;gap:6px;display:flex}.data-version{border:1px solid var(--line);border-left:3px solid var(--gold);color:var(--muted);background:#fbfbf8eb;border-radius:5px;flex-wrap:wrap;align-items:center;gap:6px 18px;margin:0 0 18px;padding:11px 15px;font-size:11px;line-height:1.45;display:flex}.data-version__summary{color:var(--navy-800);font-size:12px}.data-version__item{white-space:nowrap}.spells-hero{background-position:50% 39%;min-height:356px}.spells-hero .hero-inner{align-items:end;min-height:356px}.spells-hero:before{background:linear-gradient(90deg,#05111df5 0%,#071726d6 34%,#0a1c2f47 73%,#07131f80 100%),linear-gradient(#0000 45%,#06101bb8)}.spells-hero .hero-copy{width:min(730px,100%);padding-bottom:29px}.spells-hero .breadcrumbs{margin-bottom:18px}.spells-hero .eyebrow{color:#e0d4aa;letter-spacing:.19em}.spells-hero h1{font-size:clamp(54px,7vw,82px)}.spells-hero .hero-subtitle{margin-bottom:11px;font-size:19px}.spells-hero-fact{color:#f1eee2;align-items:center;gap:8px;font-size:12px;font-weight:700;display:flex}.spells-hero-fact .icon{color:var(--gold)}.spells-hero-note{color:#c7d1d0;margin:4px 0 16px 25px;font-size:10px}.spells-hero-links{flex-wrap:wrap;gap:7px 16px;margin:0 0 13px;display:flex}.spells-hero-links a{color:#dbe3e2;letter-spacing:.07em;text-transform:uppercase;transition:color var(--ease);align-items:center;gap:6px;font-size:10px;font-weight:800;display:inline-flex}.spells-hero-links a:hover,.spells-hero-links .icon{color:var(--gold)}.spells-hero-search{background:#fff;border:1px solid #ffffffa6;border-radius:6px;width:min(650px,100%);min-height:45px;display:flex;overflow:hidden;box-shadow:0 8px 28px #0003}.spells-search-field{min-width:0;color:var(--navy-800);flex:1;align-items:center;gap:11px;padding:0 13px;display:flex}.spells-search-field input{min-width:0;color:var(--ink);background:0 0;border:0;outline:0;flex:1;font-size:12px}.spells-search-field input::placeholder{color:#8290a0}.spells-search-clear{color:#65778b;cursor:pointer;background:0 0;place-items:center;width:25px;height:25px;font-size:18px;line-height:1;display:grid}.spells-search-clear:hover{color:var(--navy-950)}.spells-search-submit{color:#192b3f;background:var(--gold);cursor:pointer;min-width:91px;transition:background var(--ease);padding:0 19px;font-size:12px;font-weight:800}.spells-search-submit:hover{background:#e6cb87}.spells-hero--detail{min-height:254px}.spells-hero--detail .hero-inner{align-items:center;min-height:254px}.spells-hero--detail .hero-copy{padding-bottom:0}.spells-hero--detail h1{font-size:clamp(47px,6vw,72px)}.spells-hero--detail .hero-subtitle{margin-bottom:0}.spells-page-shell{padding-top:18px}.spells-filter-panel{border:1px solid var(--line);box-shadow:var(--shadow);background:#fbfbf8f0;border-radius:7px}.spells-filter-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:15px;min-height:59px;padding:10px 16px 7px;display:flex}.spells-filter-heading h2,.spells-results-heading h2{color:var(--ink);font:700 26px/1.05 var(--display);letter-spacing:-.025em;margin:0}.spells-filter-heading .section-kicker,.spells-results-heading .section-kicker,.spell-section-heading .section-kicker{color:#8c6a2b;letter-spacing:.12em;text-transform:uppercase;margin-bottom:5px;font-size:9px;font-weight:800;display:block}.spells-clear-all{color:#1c477c;cursor:pointer;background:0 0;align-items:center;gap:6px;padding:7px 0 7px 8px;font-size:11px;font-weight:800;display:inline-flex}.spells-clear-all:not(:disabled):hover{color:#986e23}.spells-clear-all:disabled{color:#a0abb2;cursor:default}.spells-mobile-filter-toggle{display:none}.spells-filter-body{grid-template-columns:1.15fr 1.35fr 1.25fr 1.25fr 1.5fr;gap:14px;padding:14px 16px 11px;display:grid}.spell-filter-group{border:0;min-width:0;margin:0;padding:0}.spell-filter-group legend{color:var(--ink);font:700 12px var(--display);margin-bottom:7px}.spell-filter-options{flex-wrap:wrap;gap:5px;display:flex}.spell-filter-option{color:#4d6177;cursor:pointer;min-height:29px;transition:border-color var(--ease), color var(--ease), background var(--ease), transform var(--ease);background:#f8faf8;border:1px solid #d8e0e0;border-radius:4px;padding:5px 8px;font-size:10px;line-height:1.1}.spell-filter-option:hover{color:var(--navy-900);border-color:#b6c6c7;transform:translateY(-1px)}.spell-filter-option.is-active{color:#55431f;background:var(--gold-soft);border-color:#caa958;box-shadow:inset 0 -2px #a57c2838}.spells-filter-footnote{color:#7a8791;border-top:1px solid #e7ebea;justify-content:space-between;align-items:center;gap:12px;margin:0;padding:9px 16px 11px;font-size:10px;display:flex}.spells-filter-footnote button{color:#214d80;cursor:pointer;white-space:nowrap;background:0 0;font-size:10px;font-weight:800;display:none}.spells-filter-footnote button:hover{color:#9b7429}.spells-results{margin-top:19px}.spells-results-heading{justify-content:space-between;align-items:start;gap:18px;min-height:62px;display:flex}.spells-results-heading h2{font-size:29px}.spells-results-heading p{color:var(--ink-muted);margin:5px 0 0;font-size:11px}.spells-results-tools{align-items:center;gap:8px;display:flex}.spell-sort{color:#65758a;align-items:center;gap:7px;font-size:10px;font-weight:700;display:flex}.spell-sort select{border:1px solid var(--line);min-height:35px;color:var(--ink);background:var(--paper);cursor:pointer;border-radius:5px;padding:0 28px 0 10px;font-size:11px}.spell-view-toggle{border:1px solid var(--line);background:#f2f5f3;border-radius:5px;gap:2px;padding:3px;display:inline-flex}.spell-view-toggle button{color:#6f8090;cursor:pointer;background:0 0;border-radius:3px;place-items:center;width:30px;height:29px;display:grid}.spell-view-toggle button:hover{color:var(--navy-900);background:#e5ebea}.spell-view-toggle button.is-active{color:var(--navy-900);background:#fff;box-shadow:0 1px 4px #1228411a}.spells-workspace{grid-template-columns:minmax(430px,.91fr) minmax(0,1.09fr);align-items:start;gap:14px;display:grid}.spells-list-panel,.spell-detail-panel{border:1px solid var(--line);min-width:0;box-shadow:var(--shadow);background:#fbfbf8f2;border-radius:6px}.spell-table-wrap{overflow-x:auto}.spell-table{border-collapse:collapse;width:100%;min-width:650px;font-size:10px}.spell-table th{border-bottom:1px solid var(--line-strong);color:#3b5371;font:700 10px var(--display);text-align:left;white-space:nowrap;background:#f4f6f4;padding:10px 8px}.spell-table th:first-child,.spell-table td:first-child{padding-left:11px}.spell-table td{color:#586b7e;vertical-align:middle;border-bottom:1px solid #e4e9e8;padding:7px 8px}.spell-table tbody tr{transition:background var(--ease)}.spell-table tbody tr:hover{background:#f8f5e9}.spell-table tbody tr.is-selected{background:#f8efda;box-shadow:inset 3px 0 #d4ad53}.spell-table tbody tr:last-child td{border-bottom:0}.spell-table-select{min-width:132px;color:var(--ink);cursor:pointer;text-align:left;background:0 0;align-items:center;gap:8px;padding:0;display:flex}.spell-table-select:hover strong{color:#9a7226}.spell-table-select>span:last-child{gap:2px;display:grid}.spell-table-select strong{font:700 12px/1.1 var(--display);white-space:nowrap}.spell-table-select small{color:#85919a;text-transform:uppercase;letter-spacing:.06em;font-size:8px}.spell-table-icon{color:#fff;border:1px solid #fffc;border-radius:5px;flex:none;place-items:center;width:29px;height:29px;display:grid;box-shadow:0 2px 5px #1228411a}.spell-table-icon--fire,.spell-card__art--fire{background:linear-gradient(145deg,#f6c35b,#b74329)}.spell-table-icon--ice,.spell-card__art--ice{background:linear-gradient(145deg,#b9e6f4,#357ba2)}.spell-table-icon--blunt,.spell-card__art--blunt{background:linear-gradient(145deg,#bd9b67,#5c4c43)}.spell-table-icon--decay,.spell-card__art--decay{background:linear-gradient(145deg,#78a85e,#315943)}.spell-table-icon--unknown,.spell-card__art--unknown{background:linear-gradient(145deg,#7b8d9d,#34485f)}.spell-table-taxonomy,.spell-table-source,.spell-table-status{white-space:nowrap}.spell-table-taxonomy{color:#34587e;font-weight:700}.spell-table-source{color:#5a6b79}.spell-table-status{color:#276a50;font-weight:700}.spell-table-subvalue{color:#7d8990;margin-top:2px;font-size:9px;display:block}.spell-data-pending{color:#9b8d72;white-space:nowrap;font-size:9px;font-style:italic}.spells-list-footer{border-top:1px solid var(--line);color:#7c8993;justify-content:space-between;align-items:center;gap:12px;min-height:42px;padding:0 12px;font-size:10px;display:flex}.spell-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;padding:10px;display:grid}.spell-card{border:1px solid var(--line);min-width:0;color:var(--ink);cursor:pointer;text-align:left;transition:border-color var(--ease), transform var(--ease), box-shadow var(--ease);background:#fff;border-radius:5px;align-items:stretch;padding:0;display:flex;overflow:hidden}.spell-card:hover{border-color:#c6a85f;transform:translateY(-2px);box-shadow:0 6px 15px #1228411a}.spell-card.is-selected{background:#fffaf0;border-color:#cba952;box-shadow:inset 3px 0 #cba952}.spell-card__art{color:#fff;flex:none;place-items:center;width:62px;min-height:112px;display:grid;position:relative}.spell-card__art .spell-damage-icon{width:31px;height:31px}.spell-card__art>span:last-child{color:#fffc;text-align:center;text-transform:uppercase;font-size:7px;position:absolute;bottom:6px;left:0;right:0}.spell-card__body{align-content:center;gap:6px;min-width:0;padding:10px;display:grid}.spell-card__topline{justify-content:space-between;align-items:start;gap:6px;display:flex}.spell-card__topline strong{font:700 15px/1.1 var(--display)}.spell-card__description{color:var(--ink-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:10px;line-height:1.4;display:-webkit-box;overflow:hidden}.spell-card__meta{color:#5d7691;font-size:9px}.spell-damage-icon{color:currentColor;flex:none;place-items:center;width:23px;height:23px;display:grid}.spell-damage-icon--fire{color:#ef5a2f}.spell-damage-icon--ice{color:#2b76a1}.spell-damage-icon--blunt{color:#73543f}.spell-damage-icon--decay{color:#38764e}.spell-damage-icon--unknown{color:#64798d}.spell-detail-panel{overflow:hidden}.spell-detail-banner{color:#fff;background-position:50%;background-size:cover;align-items:center;gap:13px;min-height:133px;padding:18px;display:flex;position:relative}.spell-detail-banner:after{content:"";pointer-events:none;background:radial-gradient(circle at 83% 45%,#de692838,#0000 30%);position:absolute;inset:0}.spell-detail-banner__orb{z-index:1;background:linear-gradient(145deg,#fecc63,#ab3325);border:1px solid #f4d283b8;border-radius:7px;flex:none;place-items:center;width:66px;height:66px;display:grid;position:relative;box-shadow:0 0 0 4px #14202b59,0 8px 20px #00000047}.spell-detail-banner__orb .spell-damage-icon{color:#fff7db;width:38px;height:38px}.spell-detail-banner__copy{z-index:1;min-width:0;position:relative}.spell-detail-banner__copy .section-kicker{color:#e2d2a4;margin-bottom:5px}.spell-detail-banner h2{color:#fff;font:700 27px/1 var(--display);margin:0 0 8px}.spell-badge-row{flex-wrap:wrap;gap:5px;display:flex}.spell-badge{color:#ecf3ef;background:#0f2637c2;border:1px solid #dde7e866;border-radius:4px;padding:4px 8px;font-size:9px;font-weight:800}.spell-badge--element{color:#ffe5a8;background:#733d209e;border-color:#f4cb79a8}.spell-detail-banner>.data-status-badge{z-index:1;align-self:flex-start;margin-left:auto;position:relative}.spell-detail-body{padding:16px}.spell-detail-description{color:#42566d;font:14px/1.45 var(--display);margin:0 0 13px}.spell-field-value{flex-direction:column;gap:3px;display:inline-flex}.spell-field-value small{color:#9a8358;letter-spacing:.04em;text-transform:uppercase;font-size:8px;font-weight:700}.spell-detail-meta{color:#78838a;flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 12px;font-size:10px;display:flex}.spell-detail-meta>span{border-left:1px solid var(--line);padding-left:8px}.spell-source-list{border-top:1px solid var(--line);color:#566777;margin-top:16px;padding-top:12px;font-size:10px}.spell-source-list strong{color:var(--ink);font-size:10px}.spell-source-list ul{gap:5px;margin:7px 0 0;padding:0;list-style:none;display:grid}.spell-source-list li{flex-wrap:wrap;align-items:baseline;gap:7px;display:flex}.spell-source-list a{color:#4b6b76;text-underline-offset:2px;-webkit-text-decoration:underline #c9b27c;text-decoration:underline #c9b27c}.spell-source-list small{color:#8d989e}.spell-recipe{border:1px solid var(--line);background:#fbfbf8;border-radius:5px;margin-top:18px;padding:14px}.spell-recipe .spell-section-heading{margin-bottom:10px}.spell-recipe ul{color:#465c6a;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 14px;margin:0;padding:0;font-size:11px;list-style:none;display:grid}.spell-recipe li span{color:#9a8358;min-width:32px;font-weight:700;display:inline-block}.modifier-set{margin-top:16px}.modifier-set__heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:baseline;margin-bottom:8px;padding-bottom:5px;display:flex}.modifier-set__heading h4{color:#536875;letter-spacing:.04em;text-transform:uppercase;margin:0;font-size:11px}.modifier-set__heading span{color:#9a8358;font-size:10px}.spell-stats{border:1px solid var(--line);background:#fff;border-radius:5px;grid-template-columns:repeat(4,minmax(0,1fr));margin:0;display:grid;overflow:hidden}.spell-stat{border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-width:0;min-height:67px;padding:10px}.spell-stat:nth-child(4n){border-right:0}.spell-stat:nth-last-child(-n+4){border-bottom:0}.spell-stat dt{color:#84909a;align-items:center;gap:5px;font-size:9px;display:flex}.spell-stat dt .icon{color:#bd8c2f}.spell-stat dd{min-width:0;color:var(--ink);overflow-wrap:anywhere;margin:6px 0 0;font-size:11px;font-weight:800}.spell-detail-note{background:#fbf8ee;border:1px solid #ded8c9;border-radius:5px;gap:9px;margin:13px 0 17px;padding:10px 11px;display:flex}.spell-detail-note__mark{color:#896725;flex:none;place-items:center;width:23px;height:23px;display:grid}.spell-detail-note strong{color:#6c5224;text-transform:uppercase;letter-spacing:.08em;font-size:10px}.spell-detail-note p{color:#637080;margin:3px 0;font-size:10px;line-height:1.4}.spell-detail-note small{color:#93886e;font-size:9px;line-height:1.35;display:block}.spell-section-heading{justify-content:space-between;align-items:start;gap:12px;display:flex}.spell-section-heading h3{color:var(--ink);font:700 21px/1.05 var(--display);margin:0}.spell-section-heading p{color:var(--ink-muted);margin:4px 0 0;font-size:10px}.spell-section-count{color:#8d702e;white-space:nowrap;padding-top:5px;font-size:10px;font-weight:800}.modifier-tree,.spell-synergies{padding-top:1px}.modifier-base{background:#fffaf0;border:1px solid #dbc28b;border-radius:5px;align-items:center;gap:9px;width:min(205px,75%);min-height:50px;margin:14px auto 0;padding:7px 10px;display:flex;box-shadow:0 4px 9px #54401612}.modifier-base>div{gap:2px;display:grid}.modifier-base strong{font:700 14px var(--display)}.modifier-base span{color:#907b55;text-transform:uppercase;letter-spacing:.08em;font-size:9px}.modifier-connector{background:#d0aa5f;width:1px;height:16px;margin:0 auto}.modifier-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;display:grid;position:relative}.modifier-grid:before{content:"";background:#d0aa5f;height:1px;position:absolute;top:0;left:12.5%;right:12.5%}.modifier-card{border:1px solid var(--line);text-align:center;background:#fff;border-radius:5px;min-width:0;padding:12px 8px 9px;position:relative}.modifier-card:before{content:"";background:#d0aa5f;width:1px;height:7px;position:absolute;top:-7px;left:50%}.modifier-card__icon{color:#fff;background:#b55a32;border-radius:5px;place-items:center;width:34px;height:34px;margin:0 auto 7px;display:grid}.modifier-card__icon--charged{background:#aa6335}.modifier-card__icon--piercing{background:#416f91}.modifier-card__icon--rapid-embers{background:#886e35}.modifier-card__icon--combusting{background:#9d4430}.modifier-card__heading{justify-items:center;gap:5px;display:grid}.modifier-card h4{color:var(--ink);font:700 13px/1.1 var(--display);margin:0}.modifier-card .data-status-badge{text-overflow:ellipsis;max-width:100%;overflow:hidden}.modifier-card p{color:#657486;min-height:49px;margin:7px 0 0;font-size:9px;line-height:1.4}.modifier-card small{color:#9a8358;margin-top:7px;font-size:8px;line-height:1.3;display:block}.spell-synergies{margin-top:18px}.spell-synergy-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-top:11px;display:grid}.spell-synergy-card{border:1px solid var(--line);background:#fff;border-radius:5px;gap:7px;min-width:0;padding:10px 8px;display:flex}.spell-synergy-card--build_concept{background:#fffaf0}.spell-synergy-card--equipment{background:#f5f8f4}.spell-synergy-card--archetype{background:#f5f7fa}.spell-synergy-icon{color:#aa7d2b;flex:none;place-items:center;width:27px;height:27px;display:grid}.spell-synergy-card__heading{gap:4px;display:grid}.spell-synergy-card h4{color:var(--ink);font:700 12px/1.12 var(--display);margin:0}.spell-synergy-card p{color:#6b7987;margin:6px 0 0;font-size:9px;line-height:1.38}.spell-related-empty{color:#83909a;background:#f8faf8;border:1px dashed #cfd9d7;border-radius:5px;margin-top:11px;padding:11px;font-size:10px}.spell-detail-footer-link{border-top:1px solid #e5e9e7;justify-content:flex-end;margin-top:16px;padding-top:12px;display:flex}.spell-detail-footer-link a{color:#214d80;align-items:center;gap:7px;font-size:10px;font-weight:800;display:inline-flex}.spell-detail-footer-link a:hover{color:#9b7429}.spell-empty-state{text-align:center;align-content:center;place-items:center;gap:7px;min-height:250px;padding:22px;display:grid}.spell-empty-state__icon{color:#59758b;background:#eef3f1;border:1px solid #cfdbd8;border-radius:50%;place-items:center;width:44px;height:44px;display:grid}.spell-empty-state h3{color:var(--ink);font:700 19px var(--display);margin:3px 0 0}.spell-empty-state p{max-width:360px;color:var(--ink-muted);margin:0 0 8px;font-size:11px}.spell-detail-panel--empty{min-height:250px}.spells-detail-page{width:min(1120px,100% - 48px)}.spell-detail-panel.is-full-page .spell-detail-banner{min-height:155px}.spell-detail-panel.is-full-page .spell-detail-body{padding:21px}.spell-detail-panel.is-full-page .spell-stats{grid-template-columns:repeat(4,minmax(0,1fr))}.spells-source-strip{margin-top:18px}@media (max-width:1180px){.spells-filter-body{grid-template-columns:repeat(3,minmax(0,1fr))}.spells-workspace{grid-template-columns:minmax(390px,.95fr) minmax(0,1.05fr)}.spell-table{min-width:620px}}@media (max-width:900px){.spells-workspace{grid-template-columns:1fr}.spell-detail-panel{order:2}.spells-results-heading{align-items:start}.spell-synergy-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:760px){.site-header .menu-toggle{visibility:visible;z-index:2;color:#edf3f3;background:#1734526b;border:1px solid #d5b66d73;border-radius:4px;place-items:center;width:34px;height:34px;position:absolute;top:15px;right:10px;display:grid!important}.spells-hero,.spells-hero .hero-inner{min-height:424px}.spells-hero .hero-inner{align-items:end}.spells-hero .hero-note{display:none}.spells-hero .hero-copy{padding-bottom:21px}.spells-hero h1{font-size:clamp(48px,13vw,68px)}.spells-hero .hero-subtitle{max-width:400px;font-size:17px}.spells-hero-links{margin-bottom:12px}.spells-page-shell,.spells-detail-page{width:min(100% - 28px,620px)}.spells-filter-heading{min-height:56px;padding:9px 12px}.spells-filter-heading h2{font-size:22px}.spells-mobile-filter-toggle{color:#315579;cursor:pointer;background:#f3f7f5;border:1px solid #d1dbd9;border-radius:4px;order:2;align-items:center;gap:5px;min-height:32px;padding:6px 9px;font-size:10px;font-weight:800;display:inline-flex}.spells-mobile-filter-toggle:hover{border-color:#baa05c}.spells-filter-heading .spells-clear-all{order:3;font-size:10px}.spells-filter-body{grid-template-columns:repeat(2,minmax(0,1fr));padding:12px;display:none}.spells-filter-panel.is-open .spells-filter-body{display:grid}.spells-filter-footnote{align-items:start;padding:9px 12px 10px;line-height:1.35}.spells-filter-footnote button{display:block}.spells-results-heading{min-height:0;margin:18px 0 11px;display:block}.spells-results-heading h2{font-size:26px}.spells-results-tools{justify-content:space-between;margin-top:11px}.spell-sort,.spell-sort select{flex:1}.spell-grid{grid-template-columns:1fr}.spell-stats,.spell-detail-panel.is-full-page .spell-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.spell-stat:nth-child(4n){border-right:1px solid var(--line)}.spell-stat:nth-child(2n){border-right:0}.spell-stat:nth-last-child(-n+4){border-bottom:1px solid var(--line)}.spell-stat:nth-last-child(-n+2){border-bottom:0}.spell-synergy-grid{grid-template-columns:1fr}.spells-detail-page{padding-top:16px}.spells-hero--detail,.spells-hero--detail .hero-inner{min-height:290px}.spells-hero--detail h1{font-size:clamp(43px,12vw,62px)}}@media (max-width:560px){.spells-filter-body{grid-template-columns:1fr}.spells-filter-heading{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"title clear""toggle toggle";align-items:center;gap:7px 10px;display:grid}.spells-filter-heading>div{grid-area:title;min-width:0;margin-right:auto}.spells-filter-heading .spells-mobile-filter-toggle{order:0;grid-area:toggle;justify-content:center;width:100%}.spells-filter-heading .spells-clear-all{order:0;grid-area:clear;padding-left:0;display:none}.spells-hero-search{min-height:43px}.spells-search-submit{min-width:76px;padding:0 12px}.spells-hero-note{max-width:280px}.spell-table{border-collapse:separate;border-spacing:0;min-width:0}.spell-table thead{display:none}.spell-table tbody,.spell-table tr,.spell-table td{display:block}.spell-table tbody tr{border-bottom:1px solid #e4e9e8;padding:9px 11px}.spell-table tbody tr:last-child{border-bottom:0}.spell-table td{border:0;align-items:baseline;gap:9px;padding:3px 0;display:flex}.spell-table td:before{color:#84909a;content:attr(data-label);text-transform:uppercase;min-width:77px;font-size:9px;font-weight:800}.spell-table td:first-child{padding-left:0}.spell-table td:first-child:before{display:none}.spell-table-select{min-width:0}.spell-table td:first-child{margin-bottom:3px}.spell-table td:nth-child(2):before{content:"Damage"}.spell-table td:nth-child(3):before{content:"Function"}.spell-table td:nth-child(4):before{content:"Source"}.spell-table td:nth-child(5):before{content:"Status"}.spell-table td:nth-child(6):before{content:"Data"}.spell-table-select strong{font-size:14px}.spells-list-footer{min-height:38px;padding:0 10px;font-size:9px}.spell-detail-banner{align-items:start;padding:14px}.spell-detail-banner__orb{width:52px;height:52px}.spell-detail-banner h2{font-size:23px}.spell-detail-banner>.data-status-badge{position:absolute;bottom:12px;right:12px}.spell-detail-banner__copy{padding-right:88px}.spell-detail-body,.spell-detail-panel.is-full-page .spell-detail-body{padding:13px}.spell-detail-description{font-size:13px}.modifier-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.modifier-grid:before,.modifier-card:before{display:none}.modifier-card p{min-height:0}.spell-section-heading h3{font-size:19px}}@media (prefers-reduced-motion:reduce){.spells-hero-links a,.spells-search-submit,.spell-filter-option,.spell-view-toggle button,.spell-card,.spell-table tbody tr,.spell-table-select{transition:none}}.directory-hero,.directory-hero .hero-inner{min-height:300px}.directory-hub,.directory-page,.guide-article,.profile-page,.build-page{padding-top:20px}.directory-hub__intro,.directory-page__intro,.profile-page__intro,.build-page__intro{border-radius:var(--radius);align-items:center;gap:16px;padding:18px 20px;display:flex}.directory-hub__intro>div:first-child,.directory-page__intro>div:nth-child(2),.profile-page__intro>div:nth-child(2),.build-page__intro>div:nth-child(2){flex:1;min-width:0}.directory-hub__intro h2,.directory-page__intro h2,.profile-page__intro h2,.build-page__intro h2{color:var(--ink);font:700 25px/1.12 var(--display);letter-spacing:-.025em;margin:0}.directory-hub__intro p,.directory-page__intro p,.profile-page__intro p,.build-page__intro p{max-width:760px;color:var(--ink-muted);margin:7px 0 0;font-size:12px;line-height:1.55}.directory-hub__stats{flex:none;gap:10px;display:flex}.directory-hub__stats div{border-left:1px solid var(--line);text-align:center;min-width:94px;padding:9px 10px}.directory-hub__stats strong{color:var(--navy-800);font:700 22px/1 var(--display);display:block}.directory-hub__stats span{color:var(--ink-muted);margin-top:5px;font-size:9px;line-height:1.2;display:block}.directory-group{margin-top:28px}.directory-group__heading{justify-content:space-between;align-items:end;gap:16px;margin-bottom:12px;display:flex}.directory-group__heading>div{min-width:0}.directory-group__heading h2{color:var(--ink);font:700 27px/1.08 var(--display);letter-spacing:-.025em;margin:0}.directory-group__heading p{color:var(--ink-muted);margin:5px 0 0;font-size:11px}.directory-group__count{color:#8c6a2b;white-space:nowrap;font-size:10px;font-weight:800}.directory-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.directory-card{border:1px solid var(--line);min-width:0;color:var(--ink);box-shadow:var(--shadow);transition:border-color var(--ease), transform var(--ease), box-shadow var(--ease);background:#ffffffdb;border-radius:6px;gap:12px;padding:14px;display:flex}.directory-card:hover{border-color:#c1b071;transform:translateY(-2px);box-shadow:0 12px 26px #1228411a}.directory-card__icon{width:39px;height:39px;color:var(--navy-800);background:#f1f4f1;border:1px solid #dce3e1;border-radius:6px;flex:none;place-items:center;display:grid}.directory-card__copy{flex:1;gap:7px;min-width:0;display:grid}.directory-card__title{justify-content:space-between;align-items:center;gap:8px;display:flex}.directory-card__title strong{color:var(--ink);font:700 16px/1.1 var(--display)}.directory-card__title .icon{color:#8d6e2b;transition:transform var(--ease)}.directory-card:hover .directory-card__title .icon{transform:translate(3px)}.directory-card__description{min-height:34px;color:var(--ink-muted);font-size:11px;line-height:1.45}.directory-card__meta{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.directory-card__meta small{color:#7b8793;font-size:9px}.directory-status{color:#49656a;white-space:nowrap;background:#eef4f1;border:1px solid #d5dfdc;border-radius:4px;align-items:center;width:fit-content;min-height:22px;padding:3px 7px;font-size:9px;font-weight:800;line-height:1.1;display:inline-flex}.directory-status--live{color:#1f684d;background:#e0f1e4;border-color:#bfdfc9}.directory-status--structured{color:#355d81;background:#eaf2f7;border-color:#cbdce8}.directory-status--verification{color:#765823;background:#f7efd9;border-color:#e3d1a9}.directory-status--legacy{color:#735e52;background:#f1e9e4;border-color:#decfc8}.directory-status--reference{color:#5e5c72;background:#efeff7;border-color:#d8d5e4}.directory-source-strip{margin-top:23px}.directory-page__top{grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:14px;display:grid}.directory-page__intro,.profile-page__intro,.build-page__intro{align-items:flex-start}.directory-overview,.directory-facts{border-radius:var(--radius)}.directory-overview__mark,.profile-page__mark,.build-page__mark{width:50px;height:50px;color:var(--gold);background:var(--navy-900);border:1px solid #c9b67c;border-radius:50%;flex:none;place-items:center;display:grid}.directory-facts{padding:16px 17px}.directory-facts .section-heading{min-height:auto;margin-bottom:10px}.directory-facts .section-heading h2{font-size:21px}.directory-facts ul{gap:9px;margin:0;padding:0;list-style:none;display:grid}.directory-facts li{color:var(--ink-muted);gap:8px;font-size:11px;line-height:1.45;display:flex}.directory-facts li .icon{color:#9b782f;margin-top:2px}.directory-links{margin-top:29px}.directory-grid--links{grid-template-columns:repeat(3,minmax(0,1fr))}.directory-link-card{border:1px solid var(--line);min-width:0;color:var(--ink);transition:border-color var(--ease), background var(--ease), transform var(--ease);background:#ffffffd1;border-radius:6px;grid-template-columns:32px minmax(0,1fr) 16px;align-items:center;gap:9px;padding:12px;display:grid}.directory-link-card:hover{background:#fffdf5;border-color:#c5ae6d;transform:translateY(-2px)}.directory-link-card__icon{width:32px;height:32px;color:var(--navy-800);background:#edf2ef;border-radius:5px;place-items:center;display:grid}.directory-link-card>span:nth-child(2){gap:4px;min-width:0;display:grid}.directory-link-card strong{font:700 14px/1.1 var(--display);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.directory-link-card small{color:var(--ink-muted);font-size:10px;line-height:1.35}.directory-link-card>.icon{color:#8d6e2b}.directory-link-card:hover>.icon{transform:translate(2px)}.profile-page__intro,.build-page__intro{border-radius:var(--radius)}.profile-facts,.profile-combinations,.build-notes{margin-top:29px}.profile-facts__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.profile-fact{border:1px solid var(--line);background:#ffffffd1;border-radius:6px;gap:9px;min-height:112px;padding:14px;display:flex}.profile-fact .icon{color:#9c782d;flex:none}.profile-fact p{color:var(--ink-muted);margin:0;font-size:11px;line-height:1.5}.profile-combination-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.profile-combination{border:1px solid var(--line);min-width:0;transition:border-color var(--ease), transform var(--ease);background:#fff;border-radius:5px;grid-template-rows:auto auto;grid-template-columns:29px minmax(0,1fr) 16px;align-items:center;gap:2px 8px;padding:10px;display:grid}.profile-combination:hover{border-color:#c5ae6d;transform:translateY(-2px)}.profile-combination>span{width:29px;height:29px;color:var(--navy-800);background:#eff3f0;border-radius:5px;grid-row:span 2;place-items:center;display:grid}.profile-combination strong{color:var(--ink);font:700 12px/1.15 var(--display);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.profile-combination small{color:var(--ink-muted);font-size:9px}.profile-combination>.icon{color:#8d6e2b;grid-area:1/3/span 2}.guide-article__layout{grid-template-columns:220px minmax(0,1fr);align-items:start;gap:22px;display:grid}.guide-article__sidebar{position:sticky;top:86px}.guide-article__toc{border-radius:var(--radius);padding:15px 12px 12px}.guide-article__toc h2{color:var(--ink);font:700 20px/1.1 var(--display);margin:0 0 12px}.guide-article__toc nav{gap:3px;display:grid}.guide-article__toc a{color:var(--ink-muted);transition:background var(--ease), color var(--ease);border-radius:4px;grid-template-columns:22px minmax(0,1fr);gap:6px;padding:8px 6px;font-size:10px;line-height:1.3;display:grid}.guide-article__toc a:hover{color:var(--ink);background:var(--gold-soft)}.guide-article__toc a span{color:#a17c30;font-weight:800}.guide-article__sidebar .sidebar-callout{margin-top:13px}.guide-article__body{min-width:0;padding:3px 0 12px}.guide-article__lead{background:#fbf5e4;border:1px solid #e3d4ad;border-radius:6px;align-items:center;gap:12px;padding:15px 17px;display:flex}.guide-article__icon{width:43px;height:43px;color:var(--gold);background:var(--navy-900);border-radius:50%;flex:none;place-items:center;display:grid}.guide-article__lead p{color:#665535;font:16px/1.35 var(--display);margin:3px 0 0}.guide-article__section{border-bottom:1px solid var(--line);grid-template-columns:40px minmax(0,1fr);gap:13px;margin-top:28px;padding-bottom:25px;display:grid}.guide-article__section-number{color:#a27d32;font:700 20px/1 var(--display)}.guide-article__section h2{color:var(--ink);font:700 25px/1.1 var(--display);margin:0}.guide-article__section p{color:#4f6379;max-width:750px;margin:9px 0 0;font-size:14px;line-height:1.7}.guide-article__source,.build-warning{background:#edf4f2;border:1px solid #d5e0e1;border-radius:6px;gap:10px;margin-top:22px;padding:13px 15px;display:flex}.guide-article__source>.icon,.build-warning>.icon{color:#316879}.guide-article__source strong,.build-warning strong{color:var(--navy-800);font:700 12px var(--display)}.guide-article__source p,.build-warning p{color:var(--ink-muted);margin:3px 0 0;font-size:10px;line-height:1.45}.guide-article__source small{color:#748892;margin-top:5px;font-size:9px;display:block}.guide-article__related{margin-top:29px}.guide-article__related-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.guide-article__related-card{border:1px solid var(--line);min-width:0;color:var(--ink);background:#fff;border-radius:5px;grid-template-columns:22px minmax(0,1fr) 15px;align-items:center;gap:8px;padding:11px;display:grid}.guide-article__related-card:hover{background:#fffdf6;border-color:#c5ae6d}.guide-article__related-card>.icon:first-child{color:var(--navy-800)}.guide-article__related-card span{gap:4px;min-width:0;display:grid}.guide-article__related-card strong{font:700 12px/1.15 var(--display);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.guide-article__related-card small{color:var(--ink-muted);white-space:nowrap;text-overflow:ellipsis;font-size:9px;overflow:hidden}.guide-article__related-card>.icon:last-child{color:#8d6e2b}.build-notes__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.build-note{border:1px solid var(--line);background:#fff;border-radius:6px;min-height:112px;padding:14px}.build-note>span{color:#a27d32;font:700 20px/1 var(--display)}.build-note p{color:var(--ink-muted);margin:12px 0 0;font-size:11px;line-height:1.5}.build-warning{background:#fbf5e4;border-color:#e0cfa3}.build-warning>.icon{color:#9a752a}.build-warning strong{color:#765a27}.reference-hero,.reference-hero .hero-inner{min-height:300px}.reference-library,.reference-chapter{padding-top:20px}.reference-library__intro{border-radius:var(--radius);align-items:center;gap:16px;padding:18px 20px;display:flex}.reference-library__intro>div:nth-child(2){flex:1;min-width:0}.reference-library__intro h2{color:var(--ink);font:700 25px/1.12 var(--display);letter-spacing:-.025em;margin:0}.reference-library__intro p{max-width:760px;color:var(--ink-muted);margin:7px 0 0;font-size:12px;line-height:1.55}.reference-library__mark{width:50px;height:50px;color:var(--gold);background:var(--navy-900);border:1px solid #c9b67c;border-radius:50%;flex:none;place-items:center;display:grid}.reference-library__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:22px;display:grid}.reference-card{border:1px solid var(--line);min-width:0;color:var(--ink);box-shadow:var(--shadow);transition:border-color var(--ease), transform var(--ease), box-shadow var(--ease);background:#ffffffdb;border-radius:6px;grid-template-columns:40px minmax(0,1fr);gap:11px;padding:13px;display:grid}.reference-card:hover{border-color:#c1b071;transform:translateY(-2px);box-shadow:0 12px 26px #1228411a}.reference-card__number{color:#a27d32;width:40px;height:40px;font:700 13px var(--display);background:#fbf5e4;border:1px solid #e0d2aa;border-radius:5px;place-items:center;display:grid}.reference-card__body{gap:6px;min-width:0;display:grid}.reference-card__title{justify-content:space-between;align-items:start;gap:8px;display:flex}.reference-card__title strong{color:var(--ink);font:700 15px/1.12 var(--display)}.reference-card__title .icon{color:#8d6e2b;transition:transform var(--ease);flex:none}.reference-card:hover .reference-card__title .icon{transform:translate(3px)}.reference-card__body>small{color:#75818d;font-size:9px;line-height:1.35}.reference-card__body p{min-height:32px;color:var(--ink-muted);margin:0;font-size:10px;line-height:1.45}.reference-chapter__layout{grid-template-columns:220px minmax(0,1fr);align-items:start;gap:22px;display:grid}.reference-chapter__sidebar{position:sticky;top:86px}.reference-toc{border-radius:var(--radius);padding:15px 12px 12px}.reference-toc h2{color:var(--ink);font:700 20px/1.1 var(--display);margin:0 0 12px}.reference-toc nav{gap:2px;max-height:620px;display:grid;overflow:auto}.reference-toc nav a{color:var(--ink-muted);border-radius:4px;padding:7px 6px;font-size:10px;line-height:1.3}.reference-toc nav a:hover{color:var(--ink);background:var(--gold-soft)}.reference-chapter__sidebar .sidebar-callout{margin-top:13px}.reference-prose{color:#4f6379;min-width:0;padding:3px 0 14px}.reference-prose__header{background:#edf4f2;border:1px solid #d5e0e1;border-radius:6px;align-items:center;gap:10px;margin-bottom:14px;padding:11px 13px;display:flex}.reference-prose__header p{color:#647784;margin:0;font-size:10px}.reference-prose>h2{color:var(--ink);font:700 26px/1.12 var(--display);letter-spacing:-.02em;margin:29px 0 9px;padding-top:5px}.reference-prose>h3{color:var(--ink);font:700 21px/1.15 var(--display);margin:23px 0 7px}.reference-prose>h4{color:var(--navy-800);font:700 16px/1.2 var(--display);margin:18px 0 6px}.reference-prose>p{color:#4f6379;margin:8px 0;font-size:13px;line-height:1.7}.reference-prose>p strong{color:var(--ink)}.reference-prose>p a,.reference-prose li a{color:#285882;text-underline-offset:2px;text-decoration:underline}.reference-prose>ul,.reference-prose>ol{color:#4f6379;margin:10px 0 14px;padding-left:23px;font-size:13px;line-height:1.65}.reference-prose li{margin:4px 0;padding-left:3px}.reference-prose blockquote{border-left:3px solid var(--gold);color:#665535;background:#fbf5e4;margin:15px 0;padding:5px 15px}.reference-prose blockquote p{font:15px/1.55 var(--display);margin:8px 0}.reference-prose pre{color:#ebf4ee;background:var(--navy-900);border:1px solid #d8e0de;border-radius:5px;margin:15px 0;padding:13px 15px;font:12px/1.55 Consolas,SFMono-Regular,monospace;overflow-x:auto}.reference-prose code{color:#66532d;background:#f5ecd6;border-radius:3px;padding:1px 4px;font-size:.9em}.reference-prose pre code{color:inherit;background:0 0;padding:0}.reference-prose hr{border:0;border-top:1px solid var(--line);margin:22px 0}.research-table-wrap{border:1px solid var(--line);background:#fff;border-radius:5px;max-width:100%;margin:14px 0 18px;overflow-x:auto}.research-table-wrap table{border-collapse:collapse;width:100%;min-width:560px;font-size:11px}.research-table-wrap th{border-bottom:1px solid var(--line-strong);color:#3b5371;font:700 10px var(--display);text-align:left;background:#f4f6f4;padding:9px 10px}.research-table-wrap td{color:#586b7e;vertical-align:top;border-bottom:1px solid #e5e9e8;padding:8px 10px;line-height:1.45}.research-table-wrap tr:last-child td{border-bottom:0}.research-empty{color:#765a27;background:#fbf5e4;border:1px dashed #d8b77b;align-items:center;gap:9px;padding:16px;display:flex}.research-empty p{margin:0;font-size:11px}.reference-chapter__footer{border-top:1px solid var(--line);justify-content:space-between;gap:12px;margin-top:26px;padding-top:13px;display:flex}.reference-chapter__footer a{color:#285882;align-items:center;gap:6px;max-width:48%;font-size:11px;font-weight:800;display:inline-flex}.reference-chapter__footer a:last-child{text-align:right;justify-content:flex-end}.reference-chapter__footer a:hover{color:#9a7528}@media (max-width:1050px){.reference-library__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.reference-hero,.reference-hero .hero-inner{min-height:350px}.reference-library,.reference-chapter{padding-top:16px}.reference-library__intro{grid-template-columns:1fr auto;gap:12px;padding:14px;display:grid}.reference-library__intro>div:nth-child(2){grid-column:1/-1}.reference-library__intro h2{font-size:21px}.reference-library__intro .directory-status{grid-column:1/-1}.reference-library__grid{grid-template-columns:1fr}.reference-chapter__layout{grid-template-columns:1fr;gap:15px}.reference-chapter__sidebar{position:static}.reference-toc nav{grid-template-columns:repeat(2,minmax(0,1fr));max-height:280px}.reference-prose>h2{font-size:23px}.reference-prose>h3{font-size:19px}.reference-prose>p,.reference-prose>ul,.reference-prose>ol{font-size:13px}.reference-prose__header{flex-direction:column;align-items:start}}@media (max-width:430px){.reference-toc nav{grid-template-columns:1fr}}@media (max-width:1050px){.directory-grid,.directory-grid--links{grid-template-columns:repeat(2,minmax(0,1fr))}.directory-page__top{grid-template-columns:1fr}.profile-facts__grid,.build-notes__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:760px){.directory-hero,.directory-hero .hero-inner,.profile-hero,.build-hero,.guide-article-hero{min-height:350px}.directory-hub,.directory-page,.guide-article,.profile-page,.build-page{padding-top:16px}.directory-hub__intro,.directory-page__intro,.profile-page__intro,.build-page__intro{grid-template-columns:1fr auto;gap:12px;padding:14px;display:grid}.directory-hub__intro>div:first-child,.directory-page__intro>div:nth-child(2),.profile-page__intro>div:nth-child(2),.build-page__intro>div:nth-child(2){grid-column:1/-1}.directory-hub__intro h2,.directory-page__intro h2,.profile-page__intro h2,.build-page__intro h2{font-size:21px}.directory-hub__stats{grid-column:1/-1;grid-template-columns:repeat(3,1fr);gap:0;display:grid}.directory-hub__stats div{min-width:0}.directory-group{margin-top:23px}.directory-group__heading{align-items:start}.directory-group__heading h2{font-size:23px}.directory-grid,.directory-grid--links,.profile-facts__grid,.profile-combination-grid,.build-notes__grid,.guide-article__related-grid{grid-template-columns:1fr}.directory-card{padding:12px}.directory-page__intro .directory-status,.profile-page__intro .directory-status,.build-page__intro .directory-status{grid-column:1/-1}.directory-links{margin-top:23px}.directory-links .text-link{display:none}.guide-article__layout{grid-template-columns:1fr;gap:15px}.guide-article__sidebar{position:static}.guide-article__toc nav{grid-template-columns:repeat(2,minmax(0,1fr))}.guide-article__section{grid-template-columns:29px minmax(0,1fr);gap:9px;margin-top:23px;padding-bottom:20px}.guide-article__section-number{font-size:17px}.guide-article__section h2{font-size:21px}.guide-article__section p{font-size:13px;line-height:1.65}.profile-combinations .text-link,.build-notes .text-link{display:none}}@media (max-width:430px){.directory-hub__stats strong{font-size:18px}.directory-hub__stats span{font-size:8px}.guide-article__toc nav{grid-template-columns:1fr}}.catalog-hero .hero-meta .status-chip--structured,.catalog-hero .hero-meta .status-chip--verification,.catalog-hero .hero-meta .status-chip--legacy{border-color:#c69a5d52}.catalog-page{padding-bottom:5rem}.catalog-intro{grid-template-columns:auto 1fr auto;align-items:center;gap:1.1rem;margin-bottom:3rem;display:grid}.catalog-intro__mark{width:3.2rem;height:3.2rem;color:var(--gold);border:1px solid var(--line);background:#f4f6f4;border-radius:50%;place-items:center;display:grid}.catalog-intro h2{margin:.2rem 0 .45rem;font-size:clamp(1.35rem,2vw,1.8rem)}.catalog-intro p{max-width:62rem;color:var(--ink-muted);margin:0;line-height:1.7}.catalog-section{margin-top:3.25rem}.catalog-section__heading{justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:1.25rem;display:flex}.catalog-section__heading h2{margin:.25rem 0 .4rem;font-size:clamp(1.4rem,2.4vw,2rem)}.catalog-section__heading p{max-width:58rem;color:var(--ink-muted);margin:0;line-height:1.65}.catalog-section__heading>.icon{color:var(--gold);flex:none;margin-top:.55rem}.catalog-card-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem;display:grid}.catalog-card{border:1px solid var(--line);background:var(--white);min-height:10rem;box-shadow:var(--shadow);border-radius:.85rem;padding:1.1rem}.catalog-card__top{justify-content:space-between;align-items:flex-start;gap:.7rem;display:flex}.catalog-card h3{margin:0;font-size:1rem}.catalog-card p{color:var(--ink-muted);margin:.85rem 0 .65rem;font-size:.92rem;line-height:1.6}.catalog-card small{color:#9a7528;letter-spacing:.06em;text-transform:uppercase;font-size:.72rem}.catalog-table-wrap{border:1px solid var(--line);background:var(--white);box-shadow:var(--shadow);border-radius:.85rem;overflow-x:auto}.catalog-table-tools{border-bottom:1px solid var(--line);background:#f8f8f4;flex-wrap:wrap;align-items:center;gap:.65rem;padding:.7rem .8rem;display:flex}.catalog-search-field{border:1px solid var(--line-strong);color:#62708a;background:var(--white);border-radius:.45rem;align-items:center;gap:.55rem;max-width:30rem;min-height:2.2rem;padding:.35rem .65rem;display:flex}.catalog-search-field:focus-within{border-color:#b59a56;box-shadow:0 0 0 3px #d5b66d2e}.catalog-search-field input{min-width:0;color:var(--ink);font:inherit;background:0 0;border:0;outline:0;flex:1;font-size:.85rem}.catalog-search-field input::placeholder{color:#8491a0}.catalog-results-count{color:#7d8995;white-space:nowrap;font-size:.72rem}.catalog-search-clear{border:1px solid var(--line-strong);color:#5a6f80;background:var(--white);cursor:pointer;min-height:2.2rem;font:700 .72rem var(--body);border-radius:.45rem;padding:.35rem .65rem}.catalog-search-clear:hover{color:var(--navy-900);background:var(--gold-soft);border-color:#b59a56}.catalog-table{border-collapse:collapse;width:100%;min-width:42rem}.catalog-table th,.catalog-table td{border-bottom:1px solid var(--line);text-align:left;vertical-align:top;padding:.8rem .95rem;line-height:1.55}.catalog-table th{color:var(--ink);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;background:#f4f6f4;font-size:.73rem}.catalog-table td{color:var(--ink-muted);font-size:.9rem}.catalog-table td:first-child{color:var(--ink);font-weight:650}.catalog-table tr:last-child td{border-bottom:0}.catalog-table-empty{color:#765a27;background:#fbf5e4;align-items:center;gap:.45rem;margin:0;padding:.9rem 1rem;font-size:.82rem;display:flex}.catalog-notes{gap:.65rem;margin:1rem 0 0;padding:0;list-style:none;display:grid}.catalog-notes li{color:var(--ink-muted);align-items:flex-start;gap:.55rem;line-height:1.55;display:flex}.catalog-notes .icon{color:var(--gold);flex:none;margin-top:.2rem}.catalog-source-strip{margin-top:4rem}.catalog-source-strip a{color:#285882;align-items:center;gap:.3rem;display:inline-flex}.map-workbench{margin:2rem 0 2.6rem;padding:1.25rem}.map-workbench__heading{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.map-workbench__heading h2{font:700 1.55rem/1.15 var(--display);margin:.25rem 0 .35rem}.map-workbench__heading p{color:var(--ink-muted);margin:0;line-height:1.55}.map-workbench__controls{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-top:1.1rem;display:grid}.map-workbench__controls label{color:var(--ink-muted);gap:.35rem;font-size:.75rem;font-weight:700;display:grid}.map-workbench__controls select{border:1px solid var(--line-strong);min-height:2.35rem;color:var(--ink);background:var(--white);font:inherit;border-radius:.4rem;padding:.45rem .55rem}.map-workbench__controls select:focus{outline-offset:0;border-color:#b59a56;outline:3px solid #d5b66d2e}.map-workbench__layout{grid-template-columns:minmax(0,1.4fr) minmax(15rem,.8fr);gap:1rem;margin-top:1.2rem;display:grid}.map-workbench__canvas{text-align:center;background:radial-gradient(circle at 50% 45%,#d5b66d1f,#0000 34%),#f8f8f4;border:1px dashed #cbbd94;border-radius:.65rem;flex-direction:column;justify-content:center;align-items:center;min-height:20rem;padding:2rem;display:flex}.map-workbench__canvas h3{font:700 1.35rem/1.15 var(--display);margin:.45rem 0}.map-workbench__canvas p{max-width:32rem;color:var(--ink-muted);margin:0;line-height:1.6}.map-workbench__compass{width:3.8rem;height:3.8rem;color:var(--gold);background:var(--navy-900);border:1px solid #c9b67c;border-radius:50%;place-items:center;margin-bottom:.7rem;display:grid}.map-workbench__legend{color:var(--ink-muted);flex-wrap:wrap;justify-content:center;gap:.8rem;margin-top:1.2rem;font-size:.72rem;display:flex}.map-workbench__legend span{align-items:center;gap:.3rem;display:inline-flex}.map-dot{background:#6c9b78;border-radius:50%;width:.55rem;height:.55rem;display:inline-block}.map-dot--legacy{background:#a17c30}.map-dot--pending{background:#a43d3c}.map-workbench__regions{border:1px solid var(--line);background:#f8f8f4;border-radius:.65rem;padding:1rem}.map-workbench__regions h3,.map-workbench__queue h3{font:700 1rem/1.2 var(--display);margin:0}.map-workbench__regions ul{gap:.35rem;margin:.7rem 0 0;padding:0;list-style:none;display:grid}.map-workbench__regions li button{width:100%;color:var(--ink);text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:.4rem;justify-content:space-between;gap:.6rem;padding:.65rem .6rem;display:flex}.map-workbench__regions li button:hover,.map-workbench__regions li.is-active button{background:#fbf5e4;border-color:#e0d2aa}.map-workbench__regions li button span{gap:.2rem;min-width:0;display:grid}.map-workbench__regions strong{font-size:.8rem}.map-workbench__regions small{color:var(--ink-muted);font-size:.68rem}.map-workbench__regions em{color:#7e6a3f;white-space:nowrap;font-size:.62rem;font-style:normal}.map-workbench__queue{margin-top:1.2rem}.map-workbench__queue-heading{justify-content:space-between;align-items:start;gap:.8rem;margin-bottom:.7rem;display:flex}.map-workbench__queue-heading>.icon{color:var(--gold)}.map-workbench__queue-heading p{color:var(--ink-muted);margin:.25rem 0 0;font-size:.78rem}@media (max-width:760px){.map-workbench__layout{grid-template-columns:1fr}}@media (max-width:430px){.map-workbench__heading{display:grid}.map-workbench__controls{grid-template-columns:1fr}.map-workbench__canvas{min-height:17rem;padding:1.2rem}}.crafting-calculator{margin:2rem 0 2.6rem;padding:1.25rem}.crafting-calculator__heading{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.crafting-calculator__heading h2{font:700 1.55rem/1.15 var(--display);margin:.25rem 0 .35rem}.crafting-calculator__heading p{color:var(--ink-muted);margin:0;line-height:1.55}.crafting-calculator__controls{grid-template-columns:minmax(0,1fr) 7rem auto;align-items:end;gap:.75rem;margin-top:1.1rem;display:grid}.crafting-calculator__controls label{color:var(--ink-muted);gap:.35rem;font-size:.75rem;font-weight:700;display:grid}.crafting-calculator__controls select,.crafting-calculator__controls input{border:1px solid var(--line-strong);width:100%;min-height:2.35rem;color:var(--ink);background:var(--white);font:inherit;border-radius:.4rem;padding:.45rem .55rem}.crafting-calculator__controls select:focus,.crafting-calculator__controls input:focus{outline-offset:0;border-color:#b59a56;outline:3px solid #d5b66d2e}.crafting-calculator__workspace{border-top:1px solid var(--line);grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:1.25rem;margin-top:1.35rem;padding-top:1.1rem;display:grid}.crafting-calculator h3{font:700 1rem/1.2 var(--display);margin:0 0 .65rem}.crafting-plan{gap:.45rem;margin:0;padding:0;list-style:none;display:grid}.crafting-plan li{border:1px solid var(--line);background:#f8f8f4;border-radius:.4rem;justify-content:space-between;align-items:center;gap:.8rem;padding:.6rem .7rem;display:flex}.crafting-plan li span{gap:.2rem;min-width:0;display:grid}.crafting-plan strong{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;overflow:hidden}.crafting-plan small{color:var(--ink-muted);font-size:.7rem}.crafting-plan button{color:#8d5a51;cursor:pointer;background:#fff;border:1px solid #dfc5bd;border-radius:50%;width:1.6rem;height:1.6rem;font-size:1rem;line-height:1}.text-button{color:#285882;cursor:pointer;text-underline-offset:2px;background:0 0;margin-top:.7rem;padding:0;font-size:.75rem;text-decoration:underline}.crafting-total-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem;display:grid}.crafting-total-grid div{border-bottom:1px solid var(--line);color:var(--ink-muted);justify-content:space-between;gap:.6rem;padding:.6rem .7rem;font-size:.8rem;display:flex}.crafting-total-grid strong{color:var(--ink);font-weight:650}.crafting-total-grid span{color:#8d6e2b;white-space:nowrap;font-weight:800}.crafting-calculator__empty{color:#765a27;background:#fbf5e4;border:1px dashed #d8b77b;align-items:flex-start;gap:.55rem;margin-top:1.2rem;padding:.8rem .9rem;display:flex}.crafting-calculator__empty p{margin:0;font-size:.82rem;line-height:1.5}@media (max-width:760px){.crafting-calculator__controls{grid-template-columns:1fr 6rem}.crafting-calculator__controls .button{grid-column:1/-1}.crafting-calculator__workspace{grid-template-columns:1fr}}@media (max-width:430px){.crafting-calculator__heading{display:grid}.crafting-total-grid{grid-template-columns:1fr}}@media (max-width:980px){.catalog-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.catalog-intro{grid-template-columns:auto 1fr}.catalog-intro>.directory-status{grid-column:2;justify-self:start}.catalog-card-grid{grid-template-columns:1fr}.catalog-table{min-width:36rem}}.home-hero,.home-hero .hero-inner{min-height:344px}.home-hero .hero-copy{width:min(760px,100%)}.home-hero h1{font-size:clamp(48px,6vw,76px)}.home-hero__tagline{color:var(--gold);font:700 17px/1.2 var(--display);letter-spacing:.06em;margin:12px 0 0}.home-hero .hero-subtitle{max-width:640px;margin:10px 0 17px;font-size:16px}.home-search{background:var(--white);border:1px solid #ffffffb3;border-radius:6px;width:min(640px,100%);min-height:47px;display:flex;overflow:hidden;box-shadow:0 8px 26px #0003}.home-search__field{min-width:0;color:var(--navy-800);flex:1;align-items:center;gap:10px;padding:0 13px;display:flex}.home-search__field input{width:100%;min-width:0;height:100%;color:var(--ink);background:0 0;border:0;outline:0;flex:1;font-size:13px}.home-search__field input::placeholder{color:#8290a0}.home-search button{color:#1d2b3d;background:var(--gold);cursor:pointer;min-width:92px;transition:background var(--ease);padding:0 18px;font-size:12px;font-weight:800}.home-search button:hover{background:#e6cb87}.home-hero__coverage{color:#c7d6da;letter-spacing:.045em;margin:9px 0 0;font-size:10px}.home-page{gap:36px;padding-top:28px;padding-bottom:46px;display:grid}.home-overview{grid-template-columns:minmax(0,1.38fr) minmax(290px,.62fr);align-items:start;gap:22px;display:grid}.home-section,.home-section__heading>div{min-width:0}.home-section__heading{justify-content:space-between;align-items:start;gap:16px;min-height:64px;display:flex}.home-section__heading h2{color:var(--ink);font:700 clamp(25px, 3vw, 32px)/1.08 var(--display);letter-spacing:-.025em;margin:2px 0 4px}.home-section__heading p{max-width:720px;color:var(--ink-muted);margin:0;font-size:12px;line-height:1.55}.home-section__heading .text-link{margin-top:18px}.home-start__layout{grid-template-columns:minmax(215px,.78fr) minmax(0,1.22fr);gap:10px;display:grid}.home-start__feature{color:#eef2f0;min-height:196px;box-shadow:var(--shadow);transition:border-color var(--ease), transform var(--ease);background:linear-gradient(145deg,#13334efc,#0e2236fa);border:1px solid #243e58;border-radius:6px;grid-template-columns:40px minmax(0,1fr) 18px;align-content:space-between;gap:12px;padding:17px;display:grid}.home-start__feature:hover{border-color:var(--gold);transform:translateY(-2px)}.home-start__feature-icon{width:40px;height:40px;color:var(--gold);border:1px solid #d5b66d9e;border-radius:50%;place-items:center;display:grid}.home-start__feature>span:nth-child(2){align-content:end;align-self:end;gap:5px;min-width:0;display:grid}.home-start__feature small{color:#c6d4d7;letter-spacing:.11em;text-transform:uppercase;font-size:9px}.home-start__feature strong{font:700 22px/1.1 var(--display)}.home-start__feature em{color:#c5d3d6;font-size:11px;font-style:normal;line-height:1.45}.home-start__feature>.icon{color:var(--gold);align-self:end}.home-start__links{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.home-start__link,.home-directory-card,.home-tool-card,.home-recommended-item{border:1px solid var(--line);min-width:0;transition:border-color var(--ease), background var(--ease), transform var(--ease);background:#ffffffd1;align-items:center;gap:9px;display:grid}.home-start__link{border-radius:5px;grid-template-columns:28px minmax(0,1fr) 13px;padding:10px}.home-start__link:hover,.home-directory-card:hover,.home-tool-card:hover,.home-recommended-item:hover{background:#fffdf5;border-color:#c5ae6d;transform:translateY(-2px)}.home-start__link-icon{width:28px;height:28px;color:var(--navy-800);background:#edf2ef;border-radius:4px;place-items:center;display:grid}.home-start__link>span:nth-child(2),.home-directory-card__copy,.home-tool-card>span:nth-child(2),.home-recommended-item>span:nth-child(3){gap:3px;min-width:0;display:grid}.home-start__link strong,.home-directory-card strong,.home-tool-card strong,.home-recommended-item strong{color:var(--ink);font:700 13px/1.15 var(--display);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.home-start__link small,.home-directory-card small,.home-tool-card small,.home-recommended-item small{color:var(--ink-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:10px;line-height:1.35;display:-webkit-box;overflow:hidden}.home-start__link>.icon,.home-directory-card>.icon,.home-tool-card>.icon,.home-recommended-item>.icon{color:#8d6e2b}.home-data-status{border-radius:var(--radius);background:linear-gradient(145deg,#f8f8f3,#eef3f0);gap:18px;padding:17px 18px;display:grid}.home-data-status__intro h2{color:var(--ink);font:700 25px/1.1 var(--display);margin:3px 0 6px}.home-data-status__intro p{color:var(--ink-muted);margin:0;font-size:11px;line-height:1.55}.home-data-status__metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 14px;margin:0;display:grid}.home-data-status__metrics div{border-top:1px solid var(--line);min-width:0;padding:10px 0}.home-data-status__metrics dt{color:#7c8790;letter-spacing:.08em;text-transform:uppercase;font-size:9px}.home-data-status__metrics dd{color:var(--ink);margin:4px 0 0;font-size:11px;line-height:1.35}.home-data-status__metrics .data-status-badge{white-space:normal}.home-directory-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;display:grid}.home-directory-card{border-radius:5px;grid-template-columns:32px minmax(0,1fr) 15px;min-height:100px;padding:12px}.home-directory-card__icon{width:32px;height:32px;color:var(--navy-800);background:#edf2ef;border-radius:5px;align-self:start;place-items:center;display:grid}.home-directory-card__copy{align-self:start}.home-directory-card strong{font-size:14px}.home-directory-card em{color:#8d6e2b;letter-spacing:.04em;text-transform:uppercase;font-size:9px;font-style:normal;font-weight:800}.home-tools{border-radius:var(--radius);background:#eef3f1;border:1px solid #d5dedf;padding:18px}.home-tools .home-section__heading{min-height:55px}.home-tools__grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;display:grid}.home-tool-card{background:#ffffffb3;border-color:#c2cfcfe6;border-radius:5px;grid-template-columns:32px minmax(0,1fr);align-items:start;min-height:119px;padding:12px;position:relative}.home-tool-card>.icon{position:absolute;bottom:11px;right:10px}.home-tool-card__icon{width:32px;height:32px;color:var(--gold);background:var(--navy-900);border:1px solid #cbbd94;border-radius:50%;place-items:center;display:grid}.home-tool-card strong{white-space:normal;padding-right:9px;font-size:13px}.home-tool-card small{margin-top:5px;padding-right:8px}.home-tool-card__status{color:#38634a;letter-spacing:.05em;text-transform:uppercase;background:#e2f0e5;border-radius:3px;width:fit-content;margin-top:8px;padding:3px 5px;font-size:8px;font-style:normal;font-weight:800;display:inline-flex}.home-tool-card__status--structured{color:#765a27;background:#fbf5e4}.home-tool-card__status--verification{color:#8d4e45;background:#f6e8e3}.home-tool-card__status--legacy{color:#665a77;background:#eeeaf4}.home-recommended-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.home-recommended-item{border-radius:5px;grid-template-columns:24px 30px minmax(0,1fr) 15px;padding:10px}.home-recommended-item__rank{color:#9e7a31;font:700 14px var(--display)}.home-recommended-item__icon{width:30px;height:30px;color:var(--navy-800);background:#eff3f0;border-radius:4px;place-items:center;display:grid}@media (max-width:1180px){.home-overview{grid-template-columns:minmax(0,1.15fr) minmax(265px,.85fr);gap:15px}.home-tools__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-tool-card:last-child{grid-column:span 3}}@media (max-width:900px){.home-overview{grid-template-columns:1fr}.home-directory-grid,.home-tools__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-tool-card:last-child{grid-column:auto}}@media (max-width:760px){.home-hero,.home-hero .hero-inner{min-height:370px}.home-hero .hero-copy{padding-top:40px}.home-hero .hero-subtitle{font-size:16px}.home-search{width:100%}.home-page{gap:28px;padding-top:20px}.home-section__heading{min-height:auto;margin-bottom:12px}.home-section__heading>div{width:100%}.home-section__heading .text-link{display:none}.home-start__layout{grid-template-columns:1fr}.home-start__feature{min-height:160px}.home-tools{padding:14px}.home-recommended-list{grid-template-columns:1fr}}@media (max-width:520px){.home-directory-grid,.home-tools__grid,.home-start__links{grid-template-columns:1fr}.home-tool-card:last-child{grid-column:auto}.home-data-status__metrics{grid-template-columns:1fr}}@media (max-width:430px){.home-hero,.home-hero .hero-inner{min-height:390px}.home-hero h1{font-size:48px}.home-hero__coverage{line-height:1.6}.home-search{box-shadow:none;background:0 0;border:0;gap:7px;display:grid;overflow:visible}.home-search__field{background:var(--white);border:1px solid #ffffffb3;border-radius:6px;min-height:46px}.home-search button{border-radius:5px;min-height:40px}}.search-trigger{color:#dce7e8;cursor:pointer;min-height:38px;transition:border-color var(--ease), background var(--ease), color var(--ease);background:#ffffff0e;border:1px solid #b9cdd352;border-radius:5px;align-items:center;gap:9px;padding:0 10px;display:inline-flex}.search-trigger:hover{color:#fff;background:#ffffff17;border-color:#d5b66dc7}.search-trigger__icon{color:var(--gold)}.search-trigger__label{min-width:0;color:inherit;white-space:nowrap;font-size:11px}.search-trigger__keys{gap:4px;margin-left:4px;display:inline-flex}kbd{min-height:20px;font:700 10px/1 var(--body);opacity:.72;border:1px solid;border-radius:3px;align-items:center;padding:1px 5px;display:inline-flex}.mobile-nav-search{display:none}.search-overlay{z-index:40;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#050f1aad;justify-content:center;align-items:flex-start;padding:clamp(76px,12vh,132px) 20px 24px;animation:.14s ease-out search-overlay-in;display:flex;position:fixed;inset:0}.search-dialog{background:var(--paper);border:1px solid #c4a45c;border-radius:8px;grid-template-rows:auto auto minmax(0,1fr) auto;width:min(720px,100%);max-height:min(680px,100dvh - 100px);animation:.18s ease-out search-dialog-in;display:grid;overflow:hidden;box-shadow:0 28px 70px #020b1461}.search-dialog__header{border-bottom:1px solid var(--line);background:#f7f6f0;justify-content:space-between;align-items:start;gap:16px;padding:17px 18px 13px;display:flex}.search-dialog__heading{gap:3px;display:grid}.search-dialog__eyebrow{color:#8a6c2b;letter-spacing:.13em;text-transform:uppercase;font-size:9px;font-weight:800}.search-dialog__heading h2{color:var(--ink);font:700 24px/1.1 var(--display);letter-spacing:-.02em;margin:0}.search-dialog__close{border:1px solid var(--line-strong);color:#596d7e;cursor:pointer;background:#fff;border-radius:4px;place-items:center;width:32px;height:32px;display:grid}.search-dialog__close:hover{color:var(--navy-900);background:var(--gold-soft);border-color:#b9a05f}.search-dialog__input-wrap{min-height:56px;color:var(--navy-800);background:#fff;border:1px solid #aab9bd;border-radius:5px;align-items:center;gap:11px;margin:13px 15px 9px;padding:0 13px;display:flex;box-shadow:inset 0 1px #14304908}.search-dialog__input-wrap:focus-within{outline-offset:0;border-color:#b3944d;outline:3px solid #d5b66d33}.search-dialog__input{width:100%;min-width:0;height:54px;color:var(--ink);background:0 0;border:0;outline:0;flex:1;font-size:16px}.search-dialog__input::placeholder{color:#8290a0}.search-dialog__clear{color:#66788a;cursor:pointer;background:0 0;border-radius:50%;flex:none;place-items:center;width:28px;height:28px;font-size:22px;line-height:1;display:grid}.search-dialog__clear:hover{color:var(--navy-900);background:#edf1ef}.search-dialog__shortcut{color:#65768a;flex:none;display:inline-flex}.search-dialog__body{min-height:0;padding:4px 15px 14px;overflow:auto}.search-results-groups{gap:14px;display:grid}.search-results-group{gap:4px;display:grid}.search-results-group h3{color:#8a6c2b;letter-spacing:.11em;text-transform:uppercase;align-items:center;gap:7px;margin:0 3px 3px;font-size:10px;font-weight:800;display:flex}.search-results-group h3 .icon{color:var(--navy-800)}.search-result{min-height:60px;color:var(--ink);cursor:pointer;transition:border-color var(--ease), background var(--ease);border:1px solid #0000;border-radius:5px;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:11px;padding:8px 9px;display:grid}.search-result:hover,.search-result.is-selected{background:var(--gold-soft);border-color:#d5b66d}.search-result.is-selected{box-shadow:inset 3px 0 0 var(--gold)}.search-result__icon{width:34px;height:34px;color:var(--navy-800);background:#eef2ef;border:1px solid #d8e0df;border-radius:4px;place-items:center;display:grid}.search-result.is-selected .search-result__icon{color:#785c20;background:#f8edcf;border-color:#caae68}.search-result__copy{gap:3px;min-width:0;display:grid}.search-result__copy strong{font:700 14px/1.2 var(--display);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.search-result__copy small{color:var(--ink-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:11px;line-height:1.35;display:-webkit-box;overflow:hidden}.search-result__meta{color:#8b6b2a;white-space:nowrap;align-items:center;gap:7px;font-size:10px;font-weight:800;display:inline-flex}.search-result__meta .icon{color:#a78b4c}.search-state{padding:7px 2px 5px}.search-state__heading{justify-content:space-between;align-items:end;gap:16px;margin-bottom:9px;display:flex}.search-state__heading h3{color:var(--ink);font:700 21px/1.1 var(--display);margin:0}.search-state__heading small{color:var(--ink-muted);font-size:10px}.search-popular{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;display:grid}.search-popular__item{border:1px solid var(--line);min-width:0;color:var(--ink);cursor:pointer;transition:border-color var(--ease), background var(--ease), transform var(--ease);background:#fff;border-radius:5px;grid-template-columns:32px minmax(0,1fr) 14px;align-items:center;gap:9px;padding:10px;display:grid}.search-popular__item:hover{background:#fffdf5;border-color:#c5ae6d;transform:translateY(-1px)}.search-popular__icon{width:32px;height:32px;color:var(--navy-800);background:#edf2ef;border-radius:4px;place-items:center;display:grid}.search-popular__item>span:nth-child(2){gap:3px;min-width:0;display:grid}.search-popular__item strong{font:700 13px/1.15 var(--display);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.search-popular__item small{color:var(--ink-muted);font-size:10px}.search-popular__item>.icon{color:#8d6e2b}.search-state--empty{text-align:center;justify-items:center;padding:35px 14px 40px;display:grid}.search-state__icon{width:48px;height:48px;color:var(--navy-800);background:#f7f2e3;border:1px solid #d7d0b9;border-radius:50%;place-items:center;margin-bottom:13px;display:grid}.search-state h3{color:var(--ink);font:700 21px/1.15 var(--display);margin:0}.search-state p{color:var(--ink-muted);margin:7px 0 17px;font-size:12px}.search-state__links{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.search-state__links a{border:1px solid var(--line-strong);color:#72591f;background:#fff;border-radius:4px;align-items:center;gap:6px;padding:8px 10px;font-size:11px;font-weight:800;display:inline-flex}.search-state__links a:hover{background:var(--gold-soft);border-color:#b3944d}.search-dialog__footer{border-top:1px solid var(--line);color:#718092;background:#f2f3ef;justify-content:space-between;align-items:center;gap:12px;min-height:34px;padding:7px 15px;font-size:10px;display:flex}.search-dialog__footer>span:last-child{white-space:nowrap;align-items:center;gap:5px;display:inline-flex}.search-dialog__footer kbd{color:#526678;min-height:18px;padding:1px 4px}@keyframes search-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes search-dialog-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1100px){.search-trigger__keys{display:none}.search-trigger__label{text-overflow:ellipsis;max-width:100px;overflow:hidden}}@media (max-width:760px){.header-tools .search-trigger--header{display:none}.mobile-nav-search{margin-bottom:6px;display:block}.search-trigger--mobile{justify-content:start;width:100%;min-height:42px;padding:0 10px}.search-trigger--mobile .search-trigger__label{max-width:none;font-size:12px}.search-overlay{align-items:stretch;padding:12px 10px}.search-dialog{height:calc(100dvh - 24px);max-height:none}.search-dialog__header{padding:14px 14px 11px}.search-dialog__body{padding-left:10px;padding-right:10px}.search-result{grid-template-columns:32px minmax(0,1fr);gap:9px}.search-result__meta{grid-column:2}.search-popular{grid-template-columns:1fr}.search-dialog__footer{padding-left:10px;padding-right:10px}.search-dialog__footer>span:last-child{display:none}}@media (prefers-reduced-motion:reduce){.search-overlay,.search-dialog{animation:none}}.nav-item{align-items:center;height:68px;display:flex;position:relative}.nav-item__row{align-items:center;height:100%;display:flex}.nav-item--menu .nav-link{padding-right:7px}.nav-menu-button{color:#aebdca;cursor:pointer;background:0 0;place-items:center;width:26px;height:38px;padding:0;display:grid}.nav-menu-button:hover,.nav-item.is-open .nav-menu-button{color:var(--gold)}.nav-menu-button .icon{transition:transform var(--ease)}.nav-item.is-open .nav-menu-button .icon{transform:rotate(90deg)}.nav-dropdown{z-index:12;border:1px solid #d5b66d8c;border-top:2px solid var(--gold);background:#0c1b2cfc;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px;width:min(620px,100vw - 36px);padding:16px;display:grid;position:absolute;top:calc(100% - 1px);left:0;box-shadow:0 18px 32px #040c154d}.nav-dropdown[hidden]{display:none}.nav-dropdown__group{min-width:0}.nav-dropdown__group h2{color:var(--gold);font:700 11px/1.2 var(--display);letter-spacing:.05em;margin:0 0 8px}.nav-dropdown__link{color:#d7e1e4;border-left:1px solid #0000;align-items:center;gap:8px;min-height:32px;padding:5px 6px;font-size:11px;line-height:1.25;display:flex}.nav-dropdown__link .icon{color:#96aeb8}.nav-dropdown__link:hover,.nav-dropdown__link:focus-visible{border-left-color:var(--gold);color:#fff;outline-offset:-2px;background:#ffffff12}.breadcrumbs{gap:0}.breadcrumbs__item{align-items:center;gap:10px;display:inline-flex}.breadcrumbs__separator{color:#aebfc6}.section-hub-hero,.section-hub-hero .hero-inner{min-height:276px}.section-hub-hero .hero-copy{width:min(760px,100%)}.section-hub-hero .hero-subtitle{max-width:670px}.section-hub{padding-top:20px;padding-bottom:48px}.section-hub__intro{border-radius:var(--radius);grid-template-columns:50px minmax(0,1fr) auto;align-items:center;gap:16px;padding:18px 20px;display:grid}.section-hub__intro-icon{width:50px;height:50px;color:var(--gold);background:var(--navy-900);border:1px solid #c9b67c;border-radius:50%;place-items:center;display:grid}.section-hub__intro h2,.section-hub__tools-heading h2,.section-hub__facts h2{color:var(--ink);font:700 25px/1.12 var(--display);letter-spacing:-.025em;margin:0}.section-hub__intro p,.section-hub__tools-heading p,.section-hub__facts p{max-width:760px;color:var(--ink-muted);margin:7px 0 0;font-size:12px;line-height:1.55}.section-hub__count{color:#8c6a2b;white-space:nowrap;font-size:10px;font-weight:800}.section-hub__groups{gap:29px;margin-top:29px;display:grid}.section-hub__group-heading{margin-bottom:12px}.section-hub__group-heading h3{color:var(--ink);font:700 25px/1.08 var(--display);letter-spacing:-.025em;margin:0}.section-hub__group-heading p{color:var(--ink-muted);margin:5px 0 0;font-size:11px}.section-hub__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.section-hub__card{border:1px solid var(--line);min-width:0;color:var(--ink);box-shadow:var(--shadow);transition:border-color var(--ease), background var(--ease), transform var(--ease), box-shadow var(--ease);background:#ffffffdb;border-radius:6px;gap:12px;padding:14px;display:flex}.section-hub__card:hover{background:#fffdf7;border-color:#c1b071;transform:translateY(-2px);box-shadow:0 12px 26px #1228411a}.section-hub__card-icon{width:39px;height:39px;color:var(--navy-800);background:#f1f4f1;border:1px solid #dce3e1;border-radius:6px;flex:none;place-items:center;display:grid}.section-hub__card-copy{flex:1;gap:7px;min-width:0;display:grid}.section-hub__card-title{justify-content:space-between;align-items:center;gap:8px;display:flex}.section-hub__card-title strong{color:var(--ink);font:700 16px/1.1 var(--display)}.section-hub__card-title .icon{color:#8d6e2b;transition:transform var(--ease)}.section-hub__card:hover .section-hub__card-title .icon{transform:translate(3px)}.section-hub__card-description{min-height:32px;color:var(--ink-muted);font-size:11px;line-height:1.45}.section-hub__card-meta{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.section-hub__card-meta small{color:#7b8793;font-size:9px}.section-hub__tools{border-radius:var(--radius);background:#eef3f1;border:1px solid #d5dedf;margin-top:32px;padding:18px}.section-hub__tools-heading{justify-content:space-between;align-items:end;gap:16px;margin-bottom:12px;display:flex}.section-hub__grid--tools{grid-template-columns:repeat(5,minmax(0,1fr))}.section-hub__facts{border-radius:var(--radius);background:linear-gradient(145deg,#f8f8f3,#eef3f0);grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);align-items:center;gap:22px;margin-top:32px;padding:17px 19px;display:grid}.section-hub__facts dl{grid-template-columns:repeat(3,minmax(0,1fr));gap:0 14px;margin:0;display:grid}.section-hub__facts dl div{border-top:1px solid var(--line);min-width:0;padding:9px 0}.section-hub__facts dt{color:#7c8790;letter-spacing:.08em;text-transform:uppercase;font-size:9px}.section-hub__facts dd{color:var(--ink);margin:4px 0 0;font-size:11px;line-height:1.35}.section-hub__source{margin-top:23px}@media (max-width:1180px){.nav-dropdown{width:min(590px,100vw - 36px)}.footer-inner{grid-template-columns:1.4fr .8fr .8fr .8fr 1.2fr;gap:22px}}@media (max-width:1050px){.section-hub__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.section-hub__grid--tools{grid-template-columns:repeat(3,minmax(0,1fr))}.section-hub__facts{grid-template-columns:1fr}}@media (max-width:760px){.nav-item{height:auto;display:block}.nav-item__row{height:40px}.nav-item--menu .nav-link{flex:1;padding-right:8px}.nav-menu-button{border-left:1px solid #b4c9d329;width:38px;height:40px}.nav-dropdown{width:auto;box-shadow:none;background:#ffffff06;border:0;border-left:1px solid #d5b66d6b;grid-template-columns:1fr;gap:8px;padding:8px 8px 11px 18px;position:static}.nav-dropdown__group{padding:2px 0 7px}.nav-dropdown__group+.nav-dropdown__group{border-top:1px solid #b4c9d321;padding-top:10px}.nav-dropdown__link{min-height:38px;padding:6px 8px}.section-hub-hero,.section-hub-hero .hero-inner{min-height:330px}.section-hub__intro{grid-template-columns:42px minmax(0,1fr);gap:12px;padding:14px}.section-hub__intro-icon{width:42px;height:42px}.section-hub__intro h2{font-size:21px}.section-hub__intro .section-hub__count{grid-column:2}.section-hub__grid,.section-hub__grid--tools{grid-template-columns:1fr}.section-hub__tools{padding:14px}.section-hub__tools-heading{align-items:start}.section-hub__facts{padding:14px}.section-hub__facts dl{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr 1fr;gap:22px 20px}.footer-brand,.footer-legal{grid-column:1/-1}}@media (max-width:430px){.section-hub__tools-heading{display:grid}.section-hub__group-heading h3{font-size:23px}}@media (prefers-reduced-motion:reduce){.nav-menu-button .icon,.section-hub__card,.section-hub__card-title .icon{transition:none}}
