:root{--bg-primary:#0a0a0c;--bg-secondary:#111115;--bg-card:#1a1a20;--text-primary:#e0d6c2;--text-secondary:#8a8578;--accent:#c8aa6e;--accent-hover:#d4ba80;--accent-dim:#c8aa6e33;--border:#2a2820;--font-heading:"Georgia", "Noto Serif SC", serif;--font-body:"Segoe UI", "Noto Sans SC", sans-serif;--max-width:1200px;--nav-height:60px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-primary);height:100%;color:var(--text-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.6}html{scroll-behavior:smooth}a{color:var(--accent);text-decoration:none;transition:color .2s}a:hover{color:var(--accent-hover)}a:focus-visible,button:focus-visible,input:focus-visible{outline-offset:3px;outline:2px solid #f0d68a}h1,h2,h3,h4{font-family:var(--font-heading);color:var(--accent);font-weight:400}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.nav{height:var(--nav-height);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);z-index:1000;background:#0a0a0cf2;justify-content:space-between;align-items:center;padding:0 2rem;display:flex;position:fixed;top:0;left:0;right:0}.nav__logo{font-family:var(--font-heading);color:var(--accent);letter-spacing:.05em;white-space:nowrap;font-size:1.25rem}.nav__links{gap:1.75rem;list-style:none;display:flex}.nav__links a{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1em;font-size:.9rem;transition:color .2s}.nav__links a:hover,.nav__links a.active{color:var(--accent)}.nav__toggle{display:none}.page{padding-top:var(--nav-height);min-height:100vh}.container{max-width:var(--max-width);margin:0 auto;padding:clamp(1.5rem,3vw,2.5rem)}.section-title{text-align:center;color:var(--accent);margin-bottom:.5rem;font-size:2rem}.btn{border:1px solid var(--accent);color:var(--accent);font-family:var(--font-heading);cursor:pointer;text-transform:uppercase;letter-spacing:.05em;background:0 0;padding:.75rem 2rem;font-size:1rem;transition:background .3s,color .3s;display:inline-block}.btn:hover{background:var(--accent);color:var(--bg-primary)}.footer{text-align:center;color:var(--text-secondary);border-top:1px solid var(--border);padding:2rem;font-size:.8rem}.tag-list{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.tag{background:var(--accent-dim);color:var(--accent);border:1px solid var(--accent);border-radius:2px;padding:.3rem .8rem;font-size:.85rem}.collection-count{color:var(--text-secondary);letter-spacing:.08em;text-align:center;margin:.75rem auto 0;font-size:.8rem}.collection-tools{justify-items:center;gap:1rem;margin:0 auto .5rem;display:grid}.collection-search{width:min(100%,420px)}.collection-search input{border:1px solid var(--border);background:var(--bg-secondary);width:100%;min-height:44px;color:var(--text-primary);font:inherit;border-radius:4px;padding:.65rem 1rem;font-size:.9rem}.collection-search input::placeholder{color:var(--text-secondary)}.collection-search input:focus{border-color:var(--accent)}.detail-back{min-height:44px;color:var(--text-secondary);letter-spacing:.04em;align-items:center;margin-bottom:.75rem;font-size:.85rem;display:inline-flex}.detail-back:hover{color:var(--accent)}.reading-progress{top:var(--nav-height);z-index:999;pointer-events:none;background:#c8aa6e1f;height:2px;position:fixed;left:0;right:0}.reading-progress span{background:var(--accent);transform-origin:0;width:100%;height:100%;display:block;transform:scaleX(0)}.empty-state{text-align:center;color:var(--text-secondary);grid-column:1/-1;padding:4rem 2rem}@view-transition{navigation:auto}.nav{view-transition-name:site-nav}::view-transition-group(root){animation:none}::view-transition-old(root){mix-blend-mode:normal;animation:.32s ease-out both archive-leave}::view-transition-new(root){mix-blend-mode:normal;animation:.78s cubic-bezier(.22,1,.36,1) both archive-arrive}::view-transition-group(site-nav){z-index:1;animation:none}::view-transition-old(site-nav){display:none}::view-transition-new(site-nav){animation:none}@keyframes archive-leave{to{opacity:0;transform:translateY(-6px)}}@keyframes archive-arrive{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.page-enter .page{animation:.7s ease-out pageReveal}@keyframes pageReveal{0%{opacity:.25}to{opacity:1}}@media (prefers-reduced-motion:reduce){@view-transition{navigation:none}.page-enter .page{animation:none}::view-transition-group(*){animation:none}::view-transition-old(*){animation:none}::view-transition-new(*){animation:none}}.container.detail-page,.container.region-page,.container.organization-page,.container.story-detail-page{width:100%;padding-inline:clamp(1.25rem,4vw,2rem)!important}@media (width<=980px){:root{--nav-height:64px}.nav{height:var(--nav-height);padding:0 1rem}.nav__logo{font-size:1rem}.nav__toggle{border:1px solid var(--border);background:var(--bg-secondary);min-width:72px;min-height:44px;color:var(--accent);font:inherit;cursor:pointer;border-radius:4px;justify-content:center;align-items:center;gap:.55rem;padding:.5rem .65rem;font-size:.85rem;display:inline-flex}.nav__toggle-icon{gap:3px;width:16px;display:grid}.nav__toggle-icon i{background:currentColor;width:100%;height:1px;transition:transform .2s,opacity .2s;display:block}.nav__links{border-bottom:1px solid var(--border);background:#0a0a0cfa;grid-template-columns:repeat(2,minmax(0,1fr));gap:.35rem;padding:.75rem 1rem 1rem;display:grid;position:absolute;top:100%;left:0;right:0;box-shadow:0 18px 32px #00000059}.nav.is-enhanced .nav__links{opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s,transform .18s,visibility .18s;display:grid;transform:translateY(-6px)}.nav.is-enhanced.is-open .nav__links{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.nav__links a{letter-spacing:.08em;border-radius:3px;justify-content:center;align-items:center;min-height:44px;padding:.65rem .75rem;font-size:.85rem;display:flex}.nav__links a.active{background:var(--accent-dim);box-shadow:inset 0 0 0 1px #c8aa6e52}.nav.is-open .nav__toggle-icon i:first-child{transform:translateY(4px)rotate(45deg)}.nav.is-open .nav__toggle-icon i:nth-child(2){opacity:0}.nav.is-open .nav__toggle-icon i:nth-child(3){transform:translateY(-4px)rotate(-45deg)}}@media (width<=480px){.container{padding:1.25rem 1rem}.section-title{font-size:1.75rem}.footer{padding:1.5rem 1rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.regional-ornament{color:var(--ornament-color);pointer-events:none;width:min(100%,600px);margin:1.25rem auto 2rem}.regional-ornament svg{width:100%;height:auto;display:block;overflow:hidden}.regional-ornament svg path,.regional-ornament svg circle{vector-effect:non-scaling-stroke}.regional-ornament .ornament-secondary{color:var(--ornament-secondary);stroke:currentColor}.regional-ornament .ornament-light{fill:var(--ornament-light);stroke:var(--ornament-light)}.regional-ornament .ornament-core{stroke:var(--ornament-light);stroke-width:1.4px}.regional-ornament .ornament-inlay{fill:var(--ornament-color);fill-opacity:.18;stroke:var(--ornament-light)}.regional-ornament--compact{width:min(100%,230px);margin:.5rem auto 1rem}.atlas-context .regional-ornament--compact{margin-top:0}@media (width<=600px){.regional-ornament:not(.regional-ornament--compact){margin-block:1rem 1.5rem}}:root{--ink-heading:#e8e3d9;--ink-body:#bbb6ac;--ink-muted:#a19d94;--rule-neutral:#343532}body.theme-editorial .nav{background:#101211f5;border-bottom-color:#30322e}body.theme-editorial .nav .nav__logo{color:var(--ink-heading);font-size:1.05rem}body.theme-editorial .nav .nav__links a{color:var(--ink-muted)}body.theme-editorial .nav .nav__links a:hover{color:var(--ink-heading)}body.theme-editorial .nav .nav__links a.active{color:var(--accent)}body.theme-editorial .nav .nav__toggle{color:var(--ink-body);border-color:var(--rule-neutral)}body.theme-editorial .footer{color:var(--ink-muted);border-top-color:var(--rule-neutral)}body.theme-editorial :is(.page>.container:not(.story-detail-page),.hero,.entry-section){--text-primary:var(--ink-heading);--text-secondary:var(--ink-muted);--border:var(--rule-neutral);--bg-card:#171917;--bg-secondary:#141614;--region-accent:#b6ac96;color:var(--ink-body)}body.theme-editorial .page>.container:not(.story-detail-page)>.section-title,body.theme-editorial .atlas-heading .section-title,body.theme-editorial :is(#regionPage,#cityPage,#characterPage,#organizationPage) :is(h1,h2,h3),body.theme-editorial :is(.resource-card,.equipment-card,.beast-card) :is(h2,h3),body.theme-editorial .page .detail-page h1{color:var(--ink-heading)}body.theme-editorial .page .detail-page .summary{color:var(--ink-body)}body.theme-editorial .page .detail-page :is(.meta,.source){color:var(--ink-muted)}body.theme-editorial .page :is(.resources-filter,.equipment-filter,.beast-filter){justify-content:flex-start}body.theme-editorial .story-library-intro{color:var(--ink-muted);text-align:left}body.theme-editorial .story-card .story-card__title{color:var(--ink-heading)}body.theme-editorial .page>.container:not(.story-detail-page)>.section-title{text-align:left;letter-spacing:.06em;font-size:clamp(1.8rem,3vw,2.6rem)}body.theme-editorial .page>.container:not(.story-detail-page)>.section-title+div[style*=background]{opacity:.65;margin-left:0!important}body.theme-editorial .page>.container:not(.story-detail-page) :is(.tag,.detail-back){color:var(--ink-body);border-color:var(--border);background:0 0}body.theme-editorial .page>.container:not(.story-detail-page) .tag:hover{color:var(--ink-heading);border-color:var(--region-accent);background:color-mix(in srgb, var(--region-accent) 9%, transparent)}body.theme-editorial .collection-search input{color:var(--ink-heading)}body.theme-editorial .collection-search input::placeholder{color:var(--ink-muted);opacity:1}body.theme-editorial .atlas-heading{text-align:left;border-bottom:1px solid var(--border);grid-template-rows:auto auto auto;grid-template-columns:minmax(0,1fr) minmax(160px,36%);column-gap:2rem;margin-bottom:2rem;padding:.75rem 0 2rem;display:grid}body.theme-editorial .atlas-heading .atlas-kicker{color:var(--text-secondary);letter-spacing:.08em;grid-column:1;font-size:.75rem}body.theme-editorial .atlas-heading .section-title{text-align:left;letter-spacing:.08em;grid-column:1;margin:.55rem 0 .8rem;font-size:clamp(2rem,3vw,3rem)}body.theme-editorial .atlas-heading>div{grid-area:1/2/4;align-self:center;min-width:0}body.theme-editorial .atlas-heading>div>div{margin-block:0!important}body.theme-editorial .atlas-heading>div>div:not(.regional-ornament){opacity:.6}body.theme-editorial .atlas-intro{letter-spacing:.025em;grid-column:1;line-height:1.9}body.theme-editorial .atlas-index h2,body.theme-editorial .atlas-context h2{color:var(--ink-muted);font:.8rem var(--font-body);letter-spacing:.06em}body.theme-editorial .atlas-filter:hover{background:#ffffff06}body.theme-editorial :is(.reference-atlas,.organization-atlas) .atlas-filter:is([aria-pressed=true],[aria-current=location]){color:var(--region-accent);border-left-color:var(--region-accent);background:color-mix(in srgb, var(--region-accent) 11%, transparent)}body.theme-editorial .atlas-row .atlas-row-name{color:var(--ink-heading);font-size:1.12rem}body.theme-editorial .atlas-row .atlas-row-summary{color:var(--ink-body)}body.theme-editorial .atlas-row .atlas-row-arrow{color:var(--ink-muted)}body.theme-editorial .atlas-row:before{background:var(--region-accent);opacity:.45;inset-block:35%}body.theme-editorial :is(.reference-atlas,.organization-atlas) .atlas-row:is(:hover,:focus-visible,.is-current){background:color-mix(in srgb, var(--region-accent) 7%, transparent)}body.theme-editorial .atlas-row:is(:hover,:focus-visible,.is-current) .atlas-row-name{color:var(--region-accent)}body.theme-editorial .atlas-row.is-current:before{opacity:1}body.theme-editorial .atlas-column-head{background:#ffffff02}body.theme-editorial .atlas-context{border:1px solid var(--border);border-top:2px solid var(--region-accent);background:repeating-linear-gradient(0deg, transparent 0 3px, #ffffff02 3px 4px), color-mix(in srgb, var(--region-accent) 7%, #111311);padding:1.3rem 1.3rem 1.6rem;box-shadow:inset 0 0 0 4px #00000015}body.theme-editorial .atlas-context .atlas-context-name{color:var(--ink-heading)}body.theme-editorial .atlas-context :is(.atlas-context-summary,.atlas-context-label){color:var(--ink-body)}body.theme-editorial .atlas-context .atlas-stat strong{color:var(--region-accent)}body.theme-editorial .atlas-related-link,body.theme-editorial .atlas-map-link{color:var(--ink-body)}body.theme-editorial .atlas-related-link:hover,body.theme-editorial .atlas-map-link:hover{color:var(--region-accent)}body.theme-editorial .atlas-view-switch button[aria-pressed=true]{background:color-mix(in srgb, var(--region-accent) 12%, transparent);color:var(--region-accent);border-color:var(--region-accent)}body.theme-editorial .relationship-node{border-color:var(--rule-neutral);border-top-color:var(--region-accent);background:#191c19}body.theme-editorial .relationship-node:is(:hover,[aria-pressed=true]){border-color:var(--region-accent);background:color-mix(in srgb, var(--region-accent) 12%, #191c19)}body.theme-editorial .relationship-profile h3{color:var(--ink-heading)}body.theme-editorial .relationship-profile a{color:var(--ink-body)}body.theme-editorial :is(.character-card,.relationship-node,.atlas-row,.atlas-filter):not([data-theme-region]){--region-accent:#b6ac96}body.theme-editorial .characters-atlas .character-card{border-color:var(--border);border-top:2px solid var(--region-accent);background:#151715;box-shadow:inset 0 1px #ffffff05}body.theme-editorial .characters-atlas .character-card:hover{border-color:var(--region-accent);background:color-mix(in srgb, var(--region-accent) 7%, #151715)}body.theme-editorial .characters-atlas .character-card__code{color:var(--region-accent);letter-spacing:.04em;font-size:.78rem}body.theme-editorial .characters-atlas .character-card__name{color:var(--ink-heading);font-size:1.18rem;line-height:1.65}body.theme-editorial .characters-atlas .character-card__region{color:var(--ink-muted)}body.theme-editorial :is(#regionPage,#cityPage,#characterPage,#organizationPage){max-width:960px;padding-top:2.5rem}body.theme-editorial :is(#regionPage,#cityPage,#characterPage,#organizationPage)>h1{text-align:left;border-left:3px solid var(--region-accent);padding-left:1rem;font-size:clamp(2rem,4vw,3rem)}body.theme-editorial :is(#regionPage,#cityPage,#characterPage,#organizationPage)>:is(.meta,.subtitle){text-align:left;color:var(--ink-muted);font-style:normal;line-height:1.9}body.theme-editorial :is(#regionPage,#cityPage,#characterPage,#organizationPage)>:is(.desc,.bio){color:var(--ink-body);line-height:2.1}body.theme-editorial :is(#regionPage,#cityPage,#characterPage,#organizationPage) section{border-top:1px solid var(--border);padding-top:1.6rem}body.theme-editorial :is(#regionPage,#cityPage,#characterPage,#organizationPage) section>h2{text-align:left;letter-spacing:.04em;font-size:1.15rem}body.theme-editorial :is(#regionPage,#cityPage,#characterPage,#organizationPage) section>div[style*=background]{opacity:.55;margin-left:0!important}body.theme-editorial :is(#regionPage,#cityPage,#characterPage,#organizationPage) .tag-list{justify-content:flex-start}body.theme-editorial .hero{text-align:left;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);column-gap:clamp(3rem,7vw,7rem);max-width:1400px;margin:auto;padding:clamp(2.5rem,6vw,6rem) 2.5rem 3rem;display:grid}body.theme-editorial .hero__eyebrow{letter-spacing:.1em;grid-column:1;align-self:end}body.theme-editorial .hero__title{letter-spacing:.04em;white-space:normal;-webkit-text-fill-color:var(--ink-heading);color:var(--ink-heading);background:0 0;grid-column:1;font-size:clamp(2.8rem,4.5vw,4.6rem);line-height:1.35}body.theme-editorial .hero>div[style]{opacity:.7;grid-column:1;margin-left:0!important}body.theme-editorial .hero__subtitle{border-left:1px solid var(--rule-neutral);text-align:left;text-align-last:auto;max-width:none;color:var(--ink-body);grid-area:1/2/5;margin:0;padding-left:2rem;font-size:.98rem;line-height:2.15}body.theme-editorial .hero__cta{grid-column:1;margin:1rem 0 0}body.theme-editorial .hero__cta .btn{color:#151613;background:#c8aa6e;border-color:#c8aa6e;font-size:.85rem}body.theme-editorial .hero__cta .btn:hover{background:#d4ba80}body.theme-editorial .entry-section{max-width:1400px;margin:auto;padding:2rem 2.5rem 5rem}body.theme-editorial .entry-section__heading{text-align:left;border-top:1px solid var(--rule-neutral);padding-top:1.7rem}body.theme-editorial .entry-section__heading h2{color:var(--ink-heading);font-size:1.4rem}body.theme-editorial .entry-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;max-width:none;padding:0}body.theme-editorial .entry-card{border:0;border-top:1px solid var(--rule-neutral);text-align:left;background:#141614;border-radius:0;padding:1.8rem}body.theme-editorial .entry-card:hover{border-top-color:var(--accent);background:#1b1d1a;transform:none}body.theme-editorial .entry-card__index{display:none}body.theme-editorial .entry-card__title{color:var(--ink-heading)}body.theme-editorial .entry-card__desc{color:var(--ink-body);max-width:34em}body.theme-editorial .entry-card:nth-child(2),body.theme-editorial .entry-card:nth-child(4){grid-column:span 2;padding-block:2.4rem}body.theme-editorial .entry-card:nth-child(2){background:#18201d;border-top-color:#708e7e}body.theme-editorial .entry-card:nth-child(4){background:#201c19;border-top-color:#a38669;box-shadow:inset 4px 0 #ffffff04,inset 7px 0 #0002}body.theme-editorial .entry-card:nth-child(2) .entry-card__title,body.theme-editorial .entry-card:nth-child(4) .entry-card__title{font-size:1.8rem}@media (width<=900px){body.theme-editorial .hero{grid-template-columns:1fr;padding:3rem 1.5rem 2rem}body.theme-editorial .hero__subtitle{border-left:0;grid-area:auto/1;padding-left:0}body.theme-editorial .hero__title{font-size:clamp(2.2rem,6vw,3.5rem)}body.theme-editorial .hero__cta{margin-top:1.8rem}body.theme-editorial .entry-section{padding-inline:1.5rem}}@media (width<=760px){body.theme-editorial .atlas-heading{padding-bottom:1.25rem;display:block}body.theme-editorial .atlas-heading>div{max-width:400px;margin:1rem 0}body.theme-editorial .atlas-heading>div>div{margin-left:0!important}body.theme-editorial .atlas-heading .section-title{font-size:2rem}body.theme-editorial :is(.reference-atlas,.organization-atlas) .atlas-filter:is([aria-pressed=true],[aria-current=location]){border-color:var(--region-accent)}body.theme-editorial .atlas-context{padding:1.3rem}body.theme-editorial .entry-grid{grid-template-columns:repeat(2,minmax(0,1fr))}body.theme-editorial .entry-card{padding:1.3rem}}@media (width<=420px){body.theme-editorial .entry-grid{grid-template-columns:1fr}body.theme-editorial .entry-card:nth-child(2),body.theme-editorial .entry-card:nth-child(4){grid-column:auto}}
