*{box-sizing:border-box;margin:0;padding:0}:root{--color-bg-primary: #0a0a0f;--color-bg-secondary: #12121a;--color-bg-card: #1a1a26;--color-bg-card-hover: #222230;--color-accent-gold: #d4af37;--color-accent-gold-light: #e6c55f;--color-accent-purple: #6b4c9a;--color-accent-purple-light: #8b6cb8;--color-text-primary: #e8e6e3;--color-text-secondary: #b8b5b0;--color-text-muted: #7a7772;--color-border: #2d2d3d;--color-shadow: rgba(212, 175, 55, .1);--font-display: "Cinzel", serif;--font-body: "Lora", serif;--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;--spacing-2xl: 48px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px}body{font-family:var(--font-body);background:linear-gradient(135deg,var(--color-bg-primary) 0%,var(--color-bg-secondary) 100%);background-attachment:fixed;color:var(--color-text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--color-text-primary);font-weight:600;letter-spacing:.02em;line-height:1.2}a{color:var(--color-accent-gold);text-decoration:none;transition:color .3s ease}a:hover{color:var(--color-accent-gold-light)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--color-bg-secondary)}::-webkit-scrollbar-thumb{background:var(--color-accent-purple);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--color-accent-purple-light)}::selection{background:var(--color-accent-gold);color:var(--color-bg-primary)}.glow{box-shadow:0 0 20px var(--color-shadow)}.glow-hover{transition:box-shadow .3s ease}.glow-hover:hover{box-shadow:0 0 30px #d4af374d}html{scroll-behavior:smooth}button,summary{font:inherit}button:focus-visible,a:focus-visible,summary:focus-visible{outline:2px solid var(--color-accent-gold-light);outline-offset:3px}.youtube-embed{position:relative;width:100%;height:0;padding-bottom:56.25%;overflow:hidden;background:#000}.youtube-embed iframe{position:absolute;inset:0;width:100%;height:100%}.episode-detail-page{width:min(1500px,calc(100% - 32px));margin:0 auto;padding:var(--spacing-xl) 0 var(--spacing-2xl)}.episode-detail-not-found{min-height:50vh;display:grid;place-content:center;text-align:center;gap:var(--spacing-md)}.episode-detail-not-found h1{color:var(--color-accent-gold)}.episode-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:var(--spacing-sm);margin-bottom:var(--spacing-lg);color:var(--color-text-muted);font-size:14px}.episode-breadcrumb a{color:var(--color-accent-gold)}.episode-hero{max-width:1050px;margin-bottom:var(--spacing-xl)}.episode-eyebrow{margin-bottom:var(--spacing-sm);color:var(--color-accent-gold);font-family:var(--font-display);font-size:13px;letter-spacing:.16em;text-transform:uppercase}.episode-hero h1{margin-bottom:var(--spacing-md);font-size:clamp(38px,5vw,64px);color:var(--color-accent-gold);background:linear-gradient(135deg,var(--color-accent-gold) 0%,var(--color-accent-gold-light) 70%,#fff1ae 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.episode-hero-badges,.episode-scene-kicker{display:flex;align-items:center;flex-wrap:wrap;gap:var(--spacing-sm)}.episode-badge{display:inline-flex;align-items:center;min-height:28px;padding:4px 10px;border:1px solid var(--color-border);border-radius:var(--radius-sm);font-family:var(--font-display);font-size:11px;letter-spacing:.04em}.episode-badge--gold{color:var(--color-accent-gold-light);background:#d4af371a;border-color:#d4af37b3}.episode-badge--purple{color:var(--color-accent-purple-light);background:#6b4c9a2e;border-color:#8b6cb8b3}.episode-badge--muted{color:var(--color-text-secondary);background:#ffffff09}.episode-hero-description{max-width:1000px;margin-top:var(--spacing-lg);color:var(--color-accent-purple-light);font-size:clamp(18px,2vw,22px);font-style:italic;line-height:1.65}.episode-section-nav{position:sticky;top:86px;z-index:50;display:flex;align-items:center;gap:var(--spacing-xs);margin-bottom:var(--spacing-xl);padding:var(--spacing-sm);overflow-x:auto;background:#12121aeb;border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:0 12px 30px #00000040;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.episode-section-nav a{flex:0 0 auto;padding:8px 13px;color:var(--color-text-secondary);border-radius:var(--radius-sm);font-family:var(--font-display);font-size:12px;letter-spacing:.04em}.episode-section-nav a:hover{color:var(--color-accent-gold-light);background:#d4af3714}.episode-content-grid{display:grid;grid-template-columns:minmax(0,2.1fr) minmax(290px,.8fr);align-items:start;gap:var(--spacing-xl)}.episode-main-column,.episode-side-column{min-width:0}.episode-anchor-section{scroll-margin-top:155px}.episode-player-section{scroll-margin-top:155px;margin-bottom:var(--spacing-xl);overflow:hidden;background:linear-gradient(135deg,#1a1a26fa,#0c0c12fa);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:0 20px 50px #0000004d}.episode-player-heading{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-md);padding:14px var(--spacing-md);border-bottom:1px solid var(--color-border)}.episode-player-heading>div{display:flex;flex-direction:column;gap:2px}.episode-player-heading span,.episode-player-heading strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.episode-player-heading span{color:var(--color-text-muted);font-size:11px;letter-spacing:.08em;text-transform:uppercase}.episode-player-heading strong{color:var(--color-accent-gold-light);font-family:var(--font-display);font-size:15px}.episode-player-time{flex:0 0 auto;color:var(--color-accent-purple-light)!important;text-transform:none!important}.episode-player-frame{background:#000}.episode-section{margin-bottom:var(--spacing-2xl)}.episode-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--spacing-md);margin-bottom:var(--spacing-md)}.episode-section-heading>div{display:flex;flex-direction:column;gap:var(--spacing-xs)}.episode-section-heading span{color:var(--color-accent-purple-light);font-family:var(--font-display);font-size:11px;letter-spacing:.12em;text-transform:uppercase}.episode-section-heading h2{color:var(--color-accent-gold);font-size:clamp(24px,3vw,32px)}.episode-section-heading>strong{display:grid;min-width:42px;min-height:42px;place-items:center;color:var(--color-accent-gold-light);background:#d4af3714;border:1px solid rgba(212,175,55,.45);border-radius:50%;font-family:var(--font-display)}.episode-section-introduction,.episode-summary-copy{color:var(--color-text-secondary);font-size:16px;line-height:1.85}.episode-section-introduction{margin-bottom:var(--spacing-lg)}.episode-summary-copy p+p{margin-top:var(--spacing-md)}.episode-glance-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--spacing-md)}.episode-glance-grid article{min-height:180px;padding:var(--spacing-lg);background:linear-gradient(135deg,#1a1a26eb,#12121ad1);border:1px solid var(--color-border);border-radius:var(--radius-lg)}.episode-glance-grid article>span{color:var(--color-accent-purple-light);font-family:var(--font-display);font-size:11px;letter-spacing:.1em;text-transform:uppercase}.episode-glance-grid h3{margin:var(--spacing-sm) 0;color:var(--color-accent-gold-light);font-size:18px}.episode-glance-grid p{color:var(--color-text-secondary);font-size:14px;line-height:1.65}.episode-mystery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--spacing-md)}.episode-mystery-card{display:flex;flex-direction:column;min-height:230px;padding:var(--spacing-lg);background:linear-gradient(145deg,#1f192bf2,#14131df2);border:1px solid rgba(139,108,184,.3);border-radius:var(--radius-lg)}.episode-mystery-meta{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-sm);margin-bottom:var(--spacing-md);color:var(--color-text-muted);font-size:11px}.episode-status{padding:3px 8px;color:var(--color-accent-gold-light);background:#d4af3714;border:1px solid rgba(212,175,55,.35);border-radius:999px;text-transform:capitalize}.episode-mystery-card h3{margin-bottom:var(--spacing-sm);color:var(--color-accent-purple-light);font-size:18px}.episode-mystery-card>p{flex:1;color:var(--color-text-secondary);font-size:14px;line-height:1.65}.episode-mystery-card details{margin-top:var(--spacing-md);border-top:1px solid var(--color-border)}.episode-mystery-card summary{padding-top:var(--spacing-md);color:var(--color-accent-gold);cursor:pointer;font-size:13px}.episode-mystery-card details>div{display:grid;gap:var(--spacing-sm);margin-top:var(--spacing-sm)}.episode-mystery-card details article{padding-left:var(--spacing-sm);border-left:2px solid var(--color-accent-purple)}.episode-mystery-card details strong{color:var(--color-text-primary);font-size:12px}.episode-mystery-card details p{margin-top:3px;color:var(--color-text-muted);font-size:12px;line-height:1.5}.episode-scene-list{display:grid;gap:var(--spacing-md)}.episode-scene-row{display:grid;grid-template-columns:58px minmax(0,1fr);overflow:hidden;background:linear-gradient(135deg,#1a1a26f5,#12121ae6);border:1px solid var(--color-border);border-radius:var(--radius-lg);transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.episode-scene-row:hover{border-color:#8b6cb88c;transform:translateY(-1px)}.episode-scene-row--active{border-color:#d4af37bf;box-shadow:0 0 28px #d4af371a}.episode-scene-number{display:grid;place-items:start center;padding-top:var(--spacing-lg);color:#d4af37b8;background:#0000002e;border-right:1px solid var(--color-border);font-family:var(--font-display);font-size:17px}.episode-scene-main{min-width:0;padding:var(--spacing-lg)}.episode-scene-heading-row{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--spacing-lg)}.episode-scene-title{margin-top:var(--spacing-sm);color:var(--color-accent-gold-light);font-size:clamp(18px,2vw,22px)}.episode-scene-time-block{flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-end;gap:2px;color:var(--color-text-secondary);font-size:13px}.episode-scene-time-block small{color:var(--color-text-muted);font-size:10px}.episode-scene-description{margin-top:var(--spacing-md);color:var(--color-text-secondary);font-size:14px;line-height:1.7}.episode-scene-actions{display:flex;align-items:flex-start;flex-wrap:wrap;gap:var(--spacing-sm);margin-top:var(--spacing-md)}.episode-action-button{display:inline-flex;align-items:center;justify-content:center;gap:var(--spacing-sm);min-height:38px;padding:7px 13px;border-radius:var(--radius-sm);cursor:pointer;transition:transform .2s ease,background .2s ease}.episode-action-button:hover{transform:translateY(-1px)}.episode-action-button--primary{color:var(--color-bg-primary);background:var(--color-accent-gold);border:1px solid var(--color-accent-gold-light);font-weight:700}.episode-moments-details{flex:1 1 300px;min-width:260px;overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius-sm)}.episode-moments-details summary{min-height:38px;padding:7px 13px;color:var(--color-accent-purple-light);background:#6b4c9a14;cursor:pointer;font-size:13px;list-style-position:inside}.episode-moment-list{display:grid;max-height:480px;overflow-y:auto;border-top:1px solid var(--color-border)}.episode-moment-button{display:grid;grid-template-columns:62px minmax(0,1fr) 22px;gap:var(--spacing-sm);width:100%;padding:11px 12px;color:inherit;text-align:left;background:#0a0a0f42;border:0;border-bottom:1px solid var(--color-border);cursor:pointer}.episode-moment-button:last-child{border-bottom:0}.episode-moment-button:hover{background:#6b4c9a24}.episode-moment-time{color:var(--color-accent-gold);font-size:11px;font-variant-numeric:tabular-nums}.episode-moment-copy{display:flex;min-width:0;flex-direction:column;gap:3px}.episode-moment-copy strong{color:var(--color-text-primary);font-size:12px}.episode-moment-copy small{display:-webkit-box;overflow:hidden;color:var(--color-text-muted);font-size:11px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.episode-moment-play{color:var(--color-accent-purple-light);font-size:11px}.episode-event-list{display:grid;gap:var(--spacing-md)}.episode-event-card{display:grid;grid-template-columns:minmax(180px,.75fr) minmax(0,1.4fr) 26px;align-items:center;gap:var(--spacing-lg);padding:var(--spacing-lg);background:var(--color-bg-card);border:1px solid var(--color-border);border-left:3px solid var(--color-accent-purple);border-radius:var(--radius-lg)}.episode-event-card:hover{background:var(--color-bg-card-hover);border-left-color:var(--color-accent-gold)}.episode-event-card span{color:var(--color-text-muted);font-size:11px;text-transform:uppercase}.episode-event-card h3{margin-top:3px;color:var(--color-accent-purple-light);font-size:16px}.episode-event-card p{color:var(--color-text-secondary);font-size:13px;line-height:1.55}.episode-event-card>strong{color:var(--color-accent-gold);font-size:22px}.episode-side-column{position:sticky;top:156px;align-self:start;max-height:calc(100vh - 176px);padding-right:2px;overflow-y:auto;scroll-margin-top:156px}.episode-side-card{margin-bottom:var(--spacing-lg);padding:var(--spacing-lg);background:#1a1a26eb;border:1px solid var(--color-border);border-radius:var(--radius-lg)}.episode-side-card-heading{display:flex;align-items:baseline;justify-content:space-between;gap:var(--spacing-md);margin-bottom:var(--spacing-md)}.episode-side-card-heading h2{color:var(--color-accent-gold);font-size:18px}.episode-side-card-heading span{color:var(--color-text-muted);font-size:10px;text-align:right}.episode-information-list{display:grid;gap:10px}.episode-information-list div{display:flex;justify-content:space-between;gap:var(--spacing-md);padding-bottom:9px;border-bottom:1px solid rgba(45,45,61,.65)}.episode-information-list div:last-child{padding-bottom:0;border-bottom:0}.episode-information-list dt{color:var(--color-text-muted);font-size:12px}.episode-information-list dd{color:var(--color-text-primary);font-size:12px;text-align:right}.episode-featured-characters{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--spacing-sm)}.episode-character-chip{display:flex;align-items:center;gap:var(--spacing-sm);min-width:0;padding:8px;color:var(--color-text-primary);background:#6b4c9a14;border:1px solid var(--color-border);border-radius:var(--radius-md)}.episode-character-chip:hover{background:#6b4c9a29;border-color:#8b6cb88c}.episode-character-chip img,.episode-character-initials{flex:0 0 36px;width:36px;height:36px;border-radius:50%}.episode-character-chip img{object-fit:cover}.episode-character-initials{display:grid;place-items:center;color:var(--color-accent-gold-light);background:#d4af3714;border:1px solid rgba(212,175,55,.3);font-family:var(--font-display);font-size:11px}.episode-character-chip>span:last-child{display:flex;min-width:0;flex-direction:column}.episode-character-chip strong,.episode-character-chip small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.episode-character-chip strong{color:var(--color-accent-purple-light);font-size:11px}.episode-character-chip small{color:var(--color-text-muted);font-size:9px}.episode-all-characters,.episode-entity-details{margin-top:var(--spacing-md);border-top:1px solid var(--color-border)}.episode-all-characters summary,.episode-entity-details summary{padding-top:var(--spacing-md);color:var(--color-accent-purple-light);cursor:pointer;font-size:12px}.episode-entity-groups{display:grid}.episode-entity-details{margin-top:0;padding-bottom:var(--spacing-md)}.episode-entity-details:first-child{border-top:0}.episode-entity-details summary{display:flex;align-items:center;justify-content:space-between;list-style-position:inside}.episode-entity-details summary strong{color:var(--color-accent-gold)}.episode-entity-link-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin-top:var(--spacing-sm)}.episode-entity-link-list a{overflow:hidden;padding:7px 8px;color:var(--color-accent-purple-light);background:#6b4c9a14;border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.episode-entity-link-list a:hover{color:var(--color-accent-gold-light);border-color:#d4af3766}.episode-empty-state{padding:var(--spacing-xl);color:var(--color-text-muted);text-align:center}@media(max-width:1100px){.episode-content-grid{grid-template-columns:minmax(0,1fr)}.episode-side-column{position:static;max-height:none;overflow:visible}.episode-featured-characters{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:760px){.episode-detail-page{width:min(100% - 24px,1500px);padding-top:var(--spacing-lg)}.episode-section-nav{position:static;margin-inline:-4px}.episode-anchor-section,.episode-player-section{scroll-margin-top:90px}.episode-player-heading{align-items:flex-start;flex-direction:column}.episode-player-time{align-self:flex-start}.episode-glance-grid,.episode-mystery-grid{grid-template-columns:minmax(0,1fr)}.episode-scene-row{grid-template-columns:42px minmax(0,1fr)}.episode-scene-number{padding-top:var(--spacing-md);font-size:13px}.episode-scene-main{padding:var(--spacing-md)}.episode-scene-heading-row{flex-direction:column;gap:var(--spacing-sm)}.episode-scene-time-block{align-items:flex-start}.episode-scene-actions{align-items:stretch;flex-direction:column}.episode-action-button,.episode-moments-details{width:100%;min-width:0}.episode-moment-button{grid-template-columns:52px minmax(0,1fr) 18px}.episode-event-card{grid-template-columns:minmax(0,1fr) 20px;gap:var(--spacing-sm)}.episode-event-card p{grid-column:1 / -1}.episode-featured-characters{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:460px){.episode-hero h1{font-size:36px}.episode-section-heading{align-items:flex-start}.episode-section-heading>strong{min-width:34px;min-height:34px;font-size:12px}.episode-featured-characters,.episode-entity-link-list{grid-template-columns:minmax(0,1fr)}}.character-detail-page{width:min(1500px,calc(100% - 32px));margin:0 auto;padding:var(--spacing-xl) 0 var(--spacing-2xl)}.character-detail-not-found{min-height:50vh;display:grid;place-content:center;gap:var(--spacing-md);text-align:center}.character-detail-not-found h1{color:var(--color-accent-gold)}.character-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:var(--spacing-sm);margin-bottom:var(--spacing-lg);color:var(--color-text-muted);font-size:14px}.character-breadcrumb a{color:var(--color-accent-gold)}.character-hero{max-width:1120px;margin-bottom:var(--spacing-xl)}.character-eyebrow,.character-section-eyebrow{display:block;color:var(--color-accent-gold);font-family:var(--font-display);font-size:12px;letter-spacing:.14em;text-transform:uppercase}.character-hero h1{margin:var(--spacing-xs) 0 var(--spacing-sm);font-size:clamp(42px,5vw,68px);color:var(--color-accent-gold);background:linear-gradient(135deg,var(--color-accent-gold) 0%,var(--color-accent-gold-light) 72%,#fff1ae 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.character-aliases{color:var(--color-text-muted);font-size:16px}.character-player-credit{margin-top:2px;color:var(--color-text-secondary);font-size:15px}.character-hero-badges{display:flex;align-items:center;flex-wrap:wrap;gap:var(--spacing-sm);margin-top:var(--spacing-md)}.character-badge{display:inline-flex;align-items:center;min-height:28px;padding:4px 10px;border:1px solid var(--color-border);border-radius:var(--radius-sm);font-family:var(--font-display);font-size:11px;letter-spacing:.04em}.character-badge--gold{color:var(--color-accent-gold-light);background:#d4af371a;border-color:#d4af37ad}.character-badge--purple{color:var(--color-accent-purple-light);background:#6b4c9a2e;border-color:#8b6cb89e}.character-badge--muted{color:var(--color-text-secondary);background:#ffffff09}.character-status-badge--alive,.character-current-state-status--alive{color:#80d995;border-color:#51cf669e;background:#51cf661a}.character-status-badge--dead,.character-current-state-status--dead{color:#ff8585;border-color:#ff6b6b9e;background:#ff6b6b1a}.character-status-badge--uncertain,.character-current-state-status--uncertain{color:var(--color-accent-gold-light);border-color:#d4af379e;background:#d4af371a}.character-hero-description{max-width:1040px;margin-top:var(--spacing-lg);color:var(--color-accent-purple-light);font-size:clamp(18px,2vw,22px);font-style:italic;line-height:1.65}.character-section-nav{position:sticky;top:86px;z-index:50;display:flex;align-items:center;gap:var(--spacing-xs);margin-bottom:var(--spacing-xl);padding:var(--spacing-sm);overflow-x:auto;background:#12121aeb;border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:0 12px 30px #00000040;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.character-section-nav a{flex:0 0 auto;padding:8px 13px;color:var(--color-text-secondary);border-radius:var(--radius-sm);font-family:var(--font-display);font-size:12px;letter-spacing:.04em}.character-section-nav a:hover{color:var(--color-bg-primary);background:var(--color-accent-gold-light)}.character-content-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,360px);gap:var(--spacing-xl);align-items:start}.character-main-column,.character-side-column{min-width:0}.character-side-column{position:sticky;top:154px;display:grid;gap:var(--spacing-md)}.character-anchor-section{scroll-margin-top:154px;margin-bottom:var(--spacing-2xl)}.character-copy-section,.character-history-section{margin-bottom:var(--spacing-xl)}.character-copy-section h2,.character-history-section h2,.character-section-heading h2{margin:var(--spacing-xs) 0 var(--spacing-md);color:var(--color-accent-gold);font-size:clamp(28px,3vw,36px)}.character-copy-section>p{color:var(--color-text-secondary);font-size:17px;line-height:1.85}.character-section-heading{display:flex;align-items:end;justify-content:space-between;gap:var(--spacing-lg);margin-bottom:var(--spacing-lg)}.character-section-heading p{max-width:760px;color:var(--color-text-secondary);font-size:14px}.character-history-list{display:grid;gap:var(--spacing-sm)}.character-history-card{padding:var(--spacing-md);background:linear-gradient(145deg,#1a1a26fa,#14141efa);border:1px solid var(--color-border);border-radius:var(--radius-md)}.character-history-card h3{margin-bottom:var(--spacing-xs);color:var(--color-accent-purple-light);font-family:var(--font-body);font-size:16px}.character-history-card p{color:var(--color-text-secondary);font-size:15px;line-height:1.7}.character-more-history{margin-top:var(--spacing-md)}.character-more-history summary{width:fit-content;padding:8px 12px;color:var(--color-accent-purple-light);background:#6b4c9a1a;border:1px solid rgba(139,108,184,.34);border-radius:var(--radius-sm);cursor:pointer;font-size:13px}.character-more-history[open] summary{margin-bottom:var(--spacing-md)}.character-portrait-card,.character-side-card,.character-journey-card,.character-relationship-card,.character-mystery-card,.character-scene-player,.character-player-placeholder,.character-episode-appearance-group{background:linear-gradient(145deg,#1a1a26fa,#14141efa);border:1px solid var(--color-border);border-radius:var(--radius-lg)}.character-portrait-card{overflow:hidden;border-color:#d4af37a6;box-shadow:0 0 24px #d4af370f}.character-portrait-card img,.character-portrait-fallback{width:100%;aspect-ratio:4 / 5}.character-portrait-card img{display:block;object-fit:cover}.character-portrait-fallback{display:grid;place-content:center;justify-items:center;gap:var(--spacing-sm);padding:var(--spacing-lg);text-align:center;background:radial-gradient(circle at 50% 35%,rgba(107,76,154,.18),transparent 45%),linear-gradient(145deg,#1b1b28,#111119)}.character-portrait-fallback>span{display:grid;width:84px;height:84px;place-items:center;color:var(--color-accent-gold-light);background:#d4af3714;border:1px solid rgba(212,175,55,.42);border-radius:50%;font-family:var(--font-display);font-size:28px}.character-portrait-fallback strong{color:var(--color-accent-gold);font-family:var(--font-display);font-size:18px}.character-portrait-fallback small{color:var(--color-text-muted)}.character-side-card{padding:var(--spacing-lg)}.character-side-card h2{margin-bottom:var(--spacing-md);color:var(--color-accent-gold);font-size:19px}.character-info-list{display:grid;gap:10px}.character-info-row{display:grid;grid-template-columns:minmax(92px,auto) minmax(0,1fr);gap:var(--spacing-sm);margin:0}.character-info-row dt{color:var(--color-accent-gold-light);font-size:12px;font-weight:700}.character-info-row dd{min-width:0;color:var(--color-text-secondary);font-size:12px}.character-current-state{display:grid;gap:var(--spacing-sm)}.character-current-state-status{width:fit-content;padding:3px 9px;border:1px solid;border-radius:var(--radius-sm);font-family:var(--font-display);font-size:10px;letter-spacing:.05em}.character-current-state p{color:var(--color-text-secondary);font-size:12px;line-height:1.55}.character-current-state p strong{color:var(--color-accent-gold-light)}.character-current-state small{color:var(--color-text-muted);font-size:10px}.character-presence-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--spacing-sm)}.character-presence-stat{display:grid;place-content:center;min-height:68px;padding:var(--spacing-sm);text-align:center;background:#6b4c9a14;border:1px solid var(--color-border);border-radius:var(--radius-sm)}.character-presence-stat strong{color:var(--color-accent-gold-light);font-family:var(--font-display);font-size:20px}.character-presence-stat span{color:var(--color-text-muted);font-size:9px;text-transform:uppercase;letter-spacing:.06em}.character-key-connections{display:grid;gap:var(--spacing-sm)}.character-key-connections article{display:grid;gap:2px;padding:9px 10px;background:#6b4c9a14;border:1px solid var(--color-border);border-radius:var(--radius-sm)}.character-key-connections a,.character-key-connections strong{color:var(--color-accent-purple-light);font-size:12px}.character-key-connections span{color:var(--color-text-muted);font-size:10px}.character-side-anchor-link{display:block;margin-top:var(--spacing-md);color:var(--color-accent-gold-light);font-size:11px;text-align:center}.character-journey-timeline{position:relative;display:grid;gap:var(--spacing-md);padding-left:46px}.character-journey-timeline:before{content:"";position:absolute;top:10px;bottom:10px;left:15px;width:2px;background:linear-gradient(to bottom,var(--color-accent-purple-light),var(--color-accent-gold),rgba(107,76,154,.5))}.character-journey-entry{position:relative}.character-journey-marker{position:absolute;top:22px;left:-46px;width:32px;height:32px;background:var(--color-bg-primary);border:4px solid var(--color-accent-purple-light);border-radius:50%;box-shadow:0 0 0 4px #6b4c9a14}.character-journey-card{padding:var(--spacing-lg)}.character-journey-meta{display:flex;align-items:center;flex-wrap:wrap;gap:var(--spacing-sm);margin-bottom:var(--spacing-xs);color:var(--color-text-muted);font-size:11px}.character-journey-card h3{margin-bottom:var(--spacing-sm);font-size:19px}.character-journey-card h3 a{color:var(--color-text-primary)}.character-journey-card h3 a:hover{color:var(--color-accent-gold-light)}.character-journey-card>p{color:var(--color-text-secondary);font-size:14px;line-height:1.7}.character-journey-details{margin-top:var(--spacing-md);padding-top:var(--spacing-sm);border-top:1px solid var(--color-border)}.character-journey-details summary{color:var(--color-accent-purple-light);cursor:pointer;font-size:12px}.character-journey-details ul{display:grid;gap:7px;margin-top:var(--spacing-sm);list-style:none}.character-journey-details li{padding-left:10px;color:var(--color-text-secondary);border-left:2px solid rgba(139,108,184,.4);font-size:12px;line-height:1.5}.character-wide-link{display:block;margin-top:var(--spacing-lg);padding:var(--spacing-md);color:var(--color-accent-gold-light);background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);text-align:center;font-weight:700}.character-relationship-grid,.character-mystery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--spacing-md)}.character-relationship-card,.character-mystery-card{padding:var(--spacing-lg)}.character-relationship-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--spacing-md)}.character-relationship-entities{color:var(--color-accent-purple-light);font-family:var(--font-display);font-size:19px}.character-relationship-title{color:var(--color-text-muted);font-size:11px;font-style:italic}.character-relationship-types{display:flex;flex-wrap:wrap;gap:5px;margin:var(--spacing-sm) 0}.character-relationship-types span{padding:3px 7px;color:var(--color-accent-purple-light);background:#6b4c9a1a;border:1px solid rgba(139,108,184,.28);border-radius:var(--radius-sm);font-size:9px}.character-relationship-summary{color:var(--color-text-secondary);font-size:13px;line-height:1.6}.character-relationship-latest,.character-mystery-latest{display:grid;gap:3px;margin-top:var(--spacing-md);padding:var(--spacing-md);background:#d4af370b;border-left:2px solid var(--color-accent-gold);border-radius:0 var(--radius-sm) var(--radius-sm) 0}.character-relationship-latest>span,.character-mystery-latest>span{color:var(--color-text-muted);font-size:9px;letter-spacing:.06em;text-transform:uppercase}.character-relationship-latest strong,.character-mystery-latest strong{color:var(--color-accent-gold-light);font-size:12px}.character-relationship-latest p,.character-mystery-latest p{color:var(--color-text-secondary);font-size:11px;line-height:1.55}.character-relationship-history{margin-top:var(--spacing-md)}.character-relationship-history summary{color:var(--color-accent-purple-light);cursor:pointer;font-size:11px}.character-relationship-history>div{display:grid;gap:var(--spacing-sm);margin-top:var(--spacing-sm)}.character-relationship-history article{display:grid;gap:3px;padding:var(--spacing-sm) 0 var(--spacing-sm) var(--spacing-sm);border-left:2px solid rgba(139,108,184,.35)}.character-relationship-history article span{color:var(--color-text-muted);font-size:9px}.character-relationship-history article strong{color:var(--color-text-primary);font-size:11px}.character-relationship-history article p{color:var(--color-text-secondary);font-size:10px;line-height:1.5}.character-mystery-card{border-top:2px solid rgba(139,108,184,.62)}.character-mystery-meta{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-sm);margin-bottom:var(--spacing-sm);color:var(--color-text-muted);font-size:10px}.character-mystery-status{padding:3px 8px;border:1px solid;border-radius:var(--radius-sm);font-family:var(--font-display);font-size:9px;letter-spacing:.05em}.character-mystery-status--open{color:var(--color-accent-gold-light);background:#d4af3714;border-color:#d4af376b}.character-mystery-status--resolved,.character-mystery-status--closed{color:#80d995;background:#51cf6614;border-color:#51cf666b}.character-mystery-card h3{margin-bottom:var(--spacing-sm);color:var(--color-accent-purple-light);font-size:18px}.character-mystery-card>p{color:var(--color-text-secondary);font-size:12px;line-height:1.6}.character-mystery-question{margin-bottom:var(--spacing-sm);color:var(--color-text-primary)!important;font-style:italic}.character-player-anchor{scroll-margin-top:154px;margin-bottom:var(--spacing-lg)}.character-scene-player{overflow:hidden}.character-scene-player-heading{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-md);padding:var(--spacing-md) var(--spacing-lg)}.character-scene-player-heading span{color:var(--color-text-muted);font-size:10px;letter-spacing:.06em;text-transform:uppercase}.character-scene-player-heading h3{color:var(--color-accent-gold-light);font-size:18px}.character-scene-player-heading>strong{color:var(--color-accent-gold);font-family:var(--font-display)}.character-player-placeholder{display:flex;align-items:center;gap:var(--spacing-md);padding:var(--spacing-lg);border-style:dashed}.character-player-placeholder>span{display:grid;flex:0 0 42px;width:42px;height:42px;place-items:center;color:var(--color-bg-primary);background:var(--color-accent-gold);border-radius:50%}.character-player-placeholder strong{color:var(--color-text-primary)}.character-player-placeholder p{color:var(--color-text-muted);font-size:12px}.character-episode-appearance-list{display:grid;gap:var(--spacing-lg)}.character-episode-appearance-group{overflow:hidden}.character-episode-appearance-group>header{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-md);padding:var(--spacing-md) var(--spacing-lg);background:#6b4c9a14;border-bottom:1px solid var(--color-border)}.character-episode-appearance-group>header span{color:var(--color-text-muted);font-size:9px;letter-spacing:.06em;text-transform:uppercase}.character-episode-appearance-group>header h3{color:var(--color-accent-gold-light);font-size:17px}.character-episode-appearance-group>header>strong{color:var(--color-accent-purple-light);font-size:11px}.character-appearance-rows{display:grid}.character-appearance-row{display:grid;grid-template-columns:52px minmax(0,1fr);border-bottom:1px solid var(--color-border);transition:background .2s ease}.character-appearance-row:last-child{border-bottom:0}.character-appearance-row--active{background:#d4af370b}.character-appearance-number{display:grid;place-items:start center;padding-top:var(--spacing-lg);color:var(--color-text-muted);border-right:1px solid var(--color-border);font-family:var(--font-display);font-size:12px}.character-appearance-content{min-width:0;padding:var(--spacing-lg)}.character-appearance-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--spacing-lg)}.character-appearance-heading h4{margin-top:6px;color:var(--color-accent-gold-light);font-size:17px}.character-appearance-time{display:flex;flex:0 0 auto;align-items:flex-end;flex-direction:column;color:var(--color-text-secondary);font-size:11px}.character-appearance-time small{color:var(--color-text-muted);font-size:9px}.character-appearance-content>p{margin-top:var(--spacing-sm);color:var(--color-text-secondary);font-size:13px;line-height:1.65}.character-appearance-actions{display:flex;align-items:flex-start;flex-wrap:wrap;gap:var(--spacing-sm);margin-top:var(--spacing-md)}.character-action-button,.character-moment-details summary{min-height:34px;padding:7px 11px;border-radius:var(--radius-sm);cursor:pointer;font-size:11px}.character-action-button{display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(212,175,55,.55)}.character-action-button--primary{color:var(--color-bg-primary);background:var(--color-accent-gold)}.character-action-button--primary:hover{background:var(--color-accent-gold-light)}.character-moment-details{min-width:min(100%,260px)}.character-moment-details summary{color:var(--color-accent-purple-light);background:#6b4c9a1a;border:1px solid rgba(139,108,184,.32);list-style-position:inside}.character-moment-details[open]{flex:1 1 100%}.character-moment-list{display:grid;gap:5px;margin-top:var(--spacing-sm)}.character-moment-list button{display:grid;grid-template-columns:52px minmax(0,1fr) 18px;gap:var(--spacing-sm);width:100%;padding:9px;color:inherit;text-align:left;background:#00000029;border:1px solid var(--color-border);border-radius:var(--radius-sm);cursor:pointer}.character-moment-list button:hover{background:#6b4c9a1a;border-color:#8b6cb873}.character-moment-list button>span:first-child{color:var(--color-accent-gold-light);font-size:10px}.character-moment-list button>span:nth-child(2){display:grid;min-width:0;gap:2px}.character-moment-list strong{color:var(--color-text-primary);font-size:11px}.character-moment-list small{overflow:hidden;color:var(--color-text-muted);font-size:9px;line-height:1.4;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.character-moment-list button>span:last-child{color:var(--color-accent-gold);font-size:10px}@media(max-width:1120px){.character-content-grid{grid-template-columns:minmax(0,1fr)}.character-side-column{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}.character-portrait-card{grid-row:span 2}}@media(max-width:800px){.character-detail-page{width:min(100% - 24px,1500px);padding-top:var(--spacing-lg)}.character-section-nav{position:static}.character-anchor-section,.character-player-anchor{scroll-margin-top:90px}.character-relationship-grid,.character-mystery-grid,.character-side-column{grid-template-columns:minmax(0,1fr)}.character-portrait-card{grid-row:auto;max-width:420px}.character-appearance-heading,.character-scene-player-heading,.character-episode-appearance-group>header{align-items:flex-start;flex-direction:column}.character-appearance-time{align-items:flex-start}}@media(max-width:520px){.character-hero h1{font-size:38px}.character-journey-timeline{padding-left:36px}.character-journey-timeline:before{left:11px}.character-journey-marker{left:-36px;width:24px;height:24px;border-width:3px}.character-relationship-heading{flex-direction:column}.character-presence-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.character-appearance-row{grid-template-columns:40px minmax(0,1fr)}.character-appearance-content{padding:var(--spacing-md)}.character-appearance-number{padding-top:var(--spacing-md)}.character-appearance-actions{align-items:stretch;flex-direction:column}.character-action-button,.character-moment-details{width:100%}.character-moment-list button{grid-template-columns:46px minmax(0,1fr) 14px}}.deity-detail-page{width:min(1500px,calc(100% - 32px));margin:0 auto;padding:var(--spacing-xl) 0 var(--spacing-2xl)}.deity-detail-not-found{min-height:50vh;display:grid;place-content:center;gap:var(--spacing-md);text-align:center}.deity-detail-not-found h1{color:var(--color-accent-gold)}.deity-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:var(--spacing-sm);margin-bottom:var(--spacing-lg);color:var(--color-text-muted);font-size:14px}.deity-breadcrumb a{color:var(--color-accent-gold)}.deity-hero{max-width:1100px;margin-bottom:var(--spacing-xl)}.deity-hero h1{margin-bottom:var(--spacing-sm);color:var(--color-accent-gold);font-size:clamp(42px,6vw,68px);background:linear-gradient(135deg,var(--color-accent-gold) 0%,var(--color-accent-gold-light) 72%,#fff1ae 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.deity-aliases{margin-bottom:var(--spacing-md);color:var(--color-text-muted);font-size:15px;font-style:italic}.deity-hero-badges,.deity-domain-list{display:flex;align-items:center;flex-wrap:wrap;gap:var(--spacing-sm)}.deity-badge{display:inline-flex;align-items:center;min-height:30px;padding:5px 11px;border:1px solid var(--color-border);border-radius:var(--radius-sm);font-family:var(--font-display);font-size:11px;letter-spacing:.045em}.deity-badge--purple{color:var(--color-accent-purple-light);background:#6b4c9a2e;border-color:#8b6cb8b3}.deity-badge--muted{color:var(--color-text-secondary);background:#ffffff09}.deity-badge--status{text-transform:uppercase}.deity-badge--danger{color:#f3a3aa;background:#ad313e21;border-color:#d24e5bad}.deity-badge--warning{color:#e8c87d;background:#d4af3717;border-color:#d4af378c}.deity-badge--success{color:#8ed6a0;background:#51cf6614;border-color:#51cf667a}.deity-badge--neutral{color:var(--color-text-secondary);background:#ffffff09;border-color:var(--color-border)}.deity-domain-list{margin-top:var(--spacing-md)}.deity-domain-list span,.deity-symbol-list span{display:inline-flex;align-items:center;min-height:32px;padding:5px 12px;color:var(--color-accent-gold-light);background:#d4af3712;border:1px solid rgba(212,175,55,.62);border-radius:var(--radius-sm);font-family:var(--font-display);font-size:11px;letter-spacing:.04em}.deity-hero-description{max-width:1040px;margin-top:var(--spacing-lg);color:var(--color-accent-purple-light);font-size:clamp(18px,2vw,22px);font-style:italic;line-height:1.65}.deity-section-nav{position:sticky;z-index:20;top:86px;display:flex;align-items:center;flex-wrap:wrap;gap:4px;margin-bottom:var(--spacing-xl);padding:7px;background:#12121af2;border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:0 12px 32px #00000047;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.deity-section-nav a{padding:8px 12px;color:var(--color-text-secondary);border-radius:var(--radius-sm);font-family:var(--font-display);font-size:11px;letter-spacing:.035em}.deity-section-nav a:hover{color:var(--color-accent-gold-light);background:#d4af3712}.deity-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:var(--spacing-xl);align-items:start}.deity-main-column{min-width:0}.deity-side-column{position:sticky;top:156px;display:grid;gap:var(--spacing-lg)}.deity-anchor-section{scroll-margin-top:158px;margin-bottom:var(--spacing-2xl)}.deity-section-heading{margin-bottom:var(--spacing-lg)}.deity-section-eyebrow{display:block;margin-bottom:4px;color:var(--color-accent-purple-light);font-size:10px;letter-spacing:.13em;text-transform:uppercase}.deity-section-heading h2,.deity-side-card h2{color:var(--color-accent-gold)}.deity-section-heading h2{margin-bottom:var(--spacing-sm);font-size:clamp(26px,3vw,34px)}.deity-section-heading p{max-width:780px;color:var(--color-text-secondary);font-size:14px;line-height:1.65}.deity-prose-card,.deity-lore-card,.deity-association-card,.deity-mystery-card,.deity-scene-player,.deity-player-placeholder,.deity-episode-revelation-group,.deity-emblem-card,.deity-side-card{background:linear-gradient(145deg,#1a1a26fa,#14141ffa);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:0 16px 34px #00000029}.deity-prose-card{padding:var(--spacing-lg)}.deity-prose-card p,.deity-lore-card p{color:var(--color-text-secondary);font-size:15px;line-height:1.85}.deity-lore-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--spacing-md);margin-top:var(--spacing-md)}.deity-lore-card{padding:var(--spacing-lg)}.deity-lore-card--state{margin-bottom:var(--spacing-md);border-left:3px solid rgba(210,78,91,.72)}.deity-lore-card--state>span{display:block;margin-bottom:var(--spacing-xs);color:#f3a3aa;font-family:var(--font-display);font-size:10px;letter-spacing:.08em;text-transform:uppercase}.deity-lore-card h3{margin-bottom:var(--spacing-sm);color:var(--color-accent-purple-light);font-size:18px}.deity-lore-card h4{margin:var(--spacing-md) 0 var(--spacing-xs);color:var(--color-accent-gold-light);font-size:14px}.deity-lore-card>div+div{margin-top:var(--spacing-md);padding-top:var(--spacing-md);border-top:1px solid var(--color-border)}.deity-emblem-card{overflow:hidden;min-height:300px;border-color:#d4af37b8}.deity-emblem-card img{display:block;width:100%;height:100%;min-height:300px;object-fit:cover}.deity-emblem-fallback{display:grid;min-height:300px;place-content:center;gap:var(--spacing-sm);padding:var(--spacing-xl);text-align:center;background:radial-gradient(circle at center,rgba(212,175,55,.09),transparent 42%),linear-gradient(145deg,#1d1d2a,#12121a)}.deity-emblem-fallback>span{display:grid;width:88px;height:88px;margin:0 auto var(--spacing-md);place-items:center;color:var(--color-accent-gold-light);border:1px solid rgba(212,175,55,.58);border-radius:50%;font-family:var(--font-display);font-size:38px;box-shadow:0 0 36px #d4af3717}.deity-emblem-fallback strong{color:var(--color-accent-gold);font-family:var(--font-display);font-size:22px}.deity-emblem-fallback small{color:var(--color-text-muted);font-style:italic}.deity-side-card{padding:var(--spacing-lg)}.deity-side-card h2{margin-bottom:var(--spacing-md);font-size:19px}.deity-info-list{display:grid;gap:11px}.deity-info-row{display:grid;grid-template-columns:108px minmax(0,1fr);gap:var(--spacing-sm)}.deity-info-row dt{color:var(--color-accent-gold);font-size:12px;font-weight:700}.deity-info-row dd{min-width:0;color:var(--color-text-secondary);font-size:12px;overflow-wrap:anywhere}.deity-presence-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.deity-presence-grid>div{display:grid;gap:1px;padding:10px;background:#6b4c9a14;border:1px solid var(--color-border);border-radius:var(--radius-sm)}.deity-presence-grid strong{color:var(--color-accent-gold-light);font-family:var(--font-display);font-size:18px}.deity-presence-grid span{color:var(--color-text-muted);font-size:9px;line-height:1.35}.deity-key-associations,.deity-association-list{display:grid;gap:var(--spacing-sm)}.deity-key-associations a,.deity-association-link{display:grid;gap:2px;padding:10px 11px;color:inherit;background:#6b4c9a17;border:1px solid var(--color-border);border-radius:var(--radius-sm);transition:background .2s ease,border-color .2s ease}.deity-key-associations a:hover,.deity-association-link:hover{background:#6b4c9a26;border-color:#8b6cb87a}.deity-key-associations strong,.deity-association-link strong{color:var(--color-accent-purple-light);font-size:13px}.deity-key-associations span,.deity-association-link span{color:var(--color-text-muted);font-size:9px;text-transform:capitalize}.deity-association-link p{margin-top:4px;color:var(--color-text-secondary);font-size:11px;line-height:1.5}.deity-association-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--spacing-md)}.deity-association-card{min-width:0;padding:var(--spacing-lg)}.deity-association-card--events{grid-column:1 / -1}.deity-association-card>header{display:flex;align-items:flex-start;gap:var(--spacing-md);margin-bottom:var(--spacing-md)}.deity-association-card>header>span{display:grid;flex:0 0 34px;width:34px;height:34px;place-items:center;color:var(--color-accent-gold-light);background:#d4af3712;border:1px solid rgba(212,175,55,.45);border-radius:50%}.deity-association-card h3{color:var(--color-accent-gold-light);font-size:18px}.deity-association-card header p{margin-top:2px;color:var(--color-text-muted);font-size:10px;line-height:1.45}.deity-symbol-list{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:var(--spacing-md)}.deity-symbol-list span{min-height:27px;font-size:9px}.deity-event-group+.deity-event-group{margin-top:var(--spacing-lg);padding-top:var(--spacing-lg);border-top:1px solid var(--color-border)}.deity-event-group h4{margin-bottom:var(--spacing-sm);color:var(--color-accent-purple-light);font-size:13px}.deity-mystery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--spacing-md)}.deity-mystery-card{padding:var(--spacing-lg)}.deity-mystery-card>header{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-sm);margin-bottom:var(--spacing-md)}.deity-mystery-card header small{color:var(--color-text-muted);font-size:9px}.deity-mystery-status{padding:3px 8px;color:var(--color-accent-gold-light);background:#d4af3714;border:1px solid rgba(212,175,55,.42);border-radius:var(--radius-sm);font-family:var(--font-display);font-size:9px;letter-spacing:.05em}.deity-mystery-status--resolved,.deity-mystery-status--closed{color:#80d995;background:#51cf6614;border-color:#51cf666b}.deity-mystery-card h3{margin-bottom:var(--spacing-sm);color:var(--color-accent-purple-light);font-size:19px}.deity-mystery-card>p{color:var(--color-text-secondary);font-size:12px;line-height:1.65}.deity-mystery-question{margin-bottom:var(--spacing-sm);color:var(--color-text-primary)!important;font-style:italic}.deity-mystery-development{display:grid;gap:3px;margin-top:var(--spacing-md);padding-top:var(--spacing-md);border-top:1px solid var(--color-border)}.deity-mystery-development span{color:var(--color-text-muted);font-size:9px;letter-spacing:.06em;text-transform:uppercase}.deity-mystery-development strong{color:var(--color-accent-gold-light);font-size:12px}.deity-mystery-development p{color:var(--color-text-secondary);font-size:10px;line-height:1.55}.deity-player-anchor{scroll-margin-top:158px;margin-bottom:var(--spacing-lg)}.deity-scene-player{overflow:hidden}.deity-scene-player-heading{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-md);padding:var(--spacing-md) var(--spacing-lg)}.deity-scene-player-heading span,.deity-episode-revelation-group>header span{color:var(--color-text-muted);font-size:9px;letter-spacing:.06em;text-transform:uppercase}.deity-scene-player-heading h3,.deity-episode-revelation-group>header h3{color:var(--color-accent-gold-light);font-size:18px}.deity-scene-player-heading>strong{color:var(--color-accent-gold);font-family:var(--font-display)}.deity-player-placeholder{display:flex;align-items:center;gap:var(--spacing-md);padding:var(--spacing-lg);border-style:dashed}.deity-player-placeholder>span{display:grid;flex:0 0 42px;width:42px;height:42px;place-items:center;color:var(--color-bg-primary);background:var(--color-accent-gold);border-radius:50%}.deity-player-placeholder strong{color:var(--color-text-primary)}.deity-player-placeholder p{color:var(--color-text-muted);font-size:12px}.deity-episode-revelation-list{display:grid;gap:var(--spacing-lg)}.deity-episode-revelation-group{overflow:hidden}.deity-episode-revelation-group>header{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-md);padding:var(--spacing-md) var(--spacing-lg);background:#6b4c9a14;border-bottom:1px solid var(--color-border)}.deity-episode-revelation-group>header>strong{color:var(--color-accent-purple-light);font-size:10px}.deity-revelation-rows{display:grid}.deity-revelation-row{display:grid;grid-template-columns:52px minmax(0,1fr);border-bottom:1px solid var(--color-border);transition:background .2s ease}.deity-revelation-row:last-child{border-bottom:0}.deity-revelation-row--active{background:#d4af370b}.deity-revelation-number{display:grid;place-items:start center;padding-top:var(--spacing-lg);color:var(--color-text-muted);border-right:1px solid var(--color-border);font-family:var(--font-display);font-size:12px}.deity-revelation-content{min-width:0;padding:var(--spacing-lg)}.deity-revelation-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--spacing-lg)}.deity-revelation-heading h4{margin-top:6px;color:var(--color-accent-gold-light);font-size:17px}.deity-revelation-time{display:flex;flex:0 0 auto;align-items:flex-end;flex-direction:column;color:var(--color-text-secondary);font-size:11px}.deity-revelation-time small{color:var(--color-text-muted);font-size:9px}.deity-revelation-content>p{margin-top:var(--spacing-sm);color:var(--color-text-secondary);font-size:13px;line-height:1.65}.deity-revelation-actions{display:flex;align-items:flex-start;flex-wrap:wrap;gap:var(--spacing-sm);margin-top:var(--spacing-md)}.deity-action-button,.deity-moment-details summary{min-height:34px;padding:7px 11px;border-radius:var(--radius-sm);cursor:pointer;font-size:11px}.deity-action-button{display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(212,175,55,.55)}.deity-action-button--primary{color:var(--color-bg-primary);background:var(--color-accent-gold)}.deity-action-button--primary:hover{background:var(--color-accent-gold-light)}.deity-moment-details{min-width:min(100%,260px)}.deity-moment-details summary{color:var(--color-accent-purple-light);background:#6b4c9a1a;border:1px solid rgba(139,108,184,.32);list-style-position:inside}.deity-moment-details[open]{flex:1 1 100%}.deity-moment-list{display:grid;gap:5px;margin-top:var(--spacing-sm)}.deity-moment-list button{display:grid;grid-template-columns:52px minmax(0,1fr) 18px;gap:var(--spacing-sm);width:100%;padding:9px;color:inherit;text-align:left;background:#00000029;border:1px solid var(--color-border);border-radius:var(--radius-sm);cursor:pointer}.deity-moment-list button:hover{background:#6b4c9a1a;border-color:#8b6cb873}.deity-moment-list button>span:first-child{color:var(--color-accent-gold-light);font-size:10px}.deity-moment-list button>span:nth-child(2){display:grid;min-width:0;gap:2px}.deity-moment-list strong{color:var(--color-text-primary);font-size:11px}.deity-moment-list small{overflow:hidden;color:var(--color-text-muted);font-size:9px;line-height:1.4;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.deity-moment-list button>span:last-child{color:var(--color-accent-gold);font-size:10px}@media(max-width:1120px){.deity-content-grid{grid-template-columns:minmax(0,1fr)}.deity-side-column{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}.deity-emblem-card{grid-row:span 2}}@media(max-width:800px){.deity-detail-page{width:min(100% - 24px,1500px);padding-top:var(--spacing-lg)}.deity-section-nav{position:static}.deity-anchor-section,.deity-player-anchor{scroll-margin-top:90px}.deity-lore-grid,.deity-association-grid,.deity-mystery-grid,.deity-side-column{grid-template-columns:minmax(0,1fr)}.deity-association-card--events{grid-column:auto}.deity-emblem-card{grid-row:auto;max-width:440px}.deity-revelation-heading,.deity-scene-player-heading,.deity-episode-revelation-group>header{align-items:flex-start;flex-direction:column}.deity-revelation-time{align-items:flex-start}}@media(max-width:520px){.deity-hero h1{font-size:40px}.deity-section-nav a{flex:1 1 calc(50% - 4px);text-align:center}.deity-info-row{grid-template-columns:minmax(0,1fr);gap:1px}.deity-presence-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.deity-revelation-row{grid-template-columns:40px minmax(0,1fr)}.deity-revelation-content{padding:var(--spacing-md)}.deity-revelation-number{padding-top:var(--spacing-md)}.deity-revelation-actions{align-items:stretch;flex-direction:column}.deity-action-button,.deity-moment-details{width:100%}.deity-moment-list button{grid-template-columns:46px minmax(0,1fr) 14px}}.creature-detail-page{width:min(100% - 48px,1500px);margin:0 auto;padding:var(--spacing-xl) 0 var(--spacing-2xl)}.creature-not-found{text-align:center}.creature-not-found h1{color:var(--color-accent-gold)}.creature-breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:var(--spacing-sm);margin-bottom:var(--spacing-lg);color:var(--color-text-muted);font-size:12px}.creature-breadcrumbs a{color:var(--color-accent-gold)}.creature-hero{margin-bottom:var(--spacing-xl)}.creature-record-label,.creature-section-eyebrow{color:var(--color-accent-purple-light);font-family:var(--font-display);font-size:10px;letter-spacing:.12em;text-transform:uppercase}.creature-hero h1{margin:3px 0 var(--spacing-sm);color:var(--color-accent-gold);font-size:clamp(44px,5vw,68px)}.creature-aliases{margin-bottom:var(--spacing-md);color:var(--color-text-muted);font-style:italic}.creature-badge-row{display:flex;flex-wrap:wrap;gap:var(--spacing-sm)}.creature-badge{display:inline-flex;align-items:center;min-height:29px;padding:5px 11px;font-family:var(--font-display);font-size:10px;letter-spacing:.04em;border:1px solid;border-radius:var(--radius-sm)}.creature-badge--gold{color:var(--color-accent-gold-light);background:#d4af3714;border-color:#d4af37a6}.creature-badge--purple{color:var(--color-accent-purple-light);background:#6b4c9a26;border-color:#8b6cb88c}.creature-badge--success{color:#80d99a;background:#3da65b1f;border-color:#50c8708c}.creature-badge--warning{color:#e6bd70;background:#b576261f;border-color:#d2943d8c}.creature-badge--danger{color:#e88787;background:#a6363624;border-color:#cf4a4a94}.creature-badge--muted{color:var(--color-text-muted);background:#6b4c9a12;border-color:var(--color-border)}.creature-subtitle{max-width:980px;margin-top:var(--spacing-md);color:var(--color-accent-purple-light);font-size:20px;font-style:italic;line-height:1.6}.creature-section-nav{position:sticky;z-index:12;top:0;display:flex;flex-wrap:wrap;gap:5px;margin-bottom:var(--spacing-xl);padding:8px;background:#12121af0;border:1px solid var(--color-border);border-radius:var(--radius-md);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.creature-section-nav a{padding:7px 12px;color:var(--color-text-secondary);font-family:var(--font-display);font-size:10px;border-radius:var(--radius-sm)}.creature-section-nav a:hover{color:var(--color-accent-gold-light);background:#d4af3714}.creature-content-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(290px,.9fr);gap:var(--spacing-xl)}.creature-main-column,.creature-side-column{min-width:0}.creature-side-column{align-self:start;position:sticky;top:72px}.creature-anchor-section,.creature-player-anchor{scroll-margin-top:120px}.creature-overview-section,.creature-anchor-section{margin-bottom:var(--spacing-2xl)}.creature-overview-section h2,.creature-section-heading h2,.creature-side-card h2{color:var(--color-accent-gold)}.creature-overview-section h2,.creature-section-heading h2{margin-bottom:var(--spacing-md);font-size:25px}.creature-overview-copy{display:grid;gap:var(--spacing-md);color:var(--color-text-secondary);font-size:16px;line-height:1.85}.creature-overview-copy h3{margin-bottom:4px;color:var(--color-accent-purple-light);font-size:15px}.creature-overview-copy p{margin:0}.creature-section-heading{margin-bottom:var(--spacing-lg)}.creature-section-heading h2{margin-top:3px}.creature-section-heading p{max-width:780px;color:var(--color-text-secondary);font-size:13px;line-height:1.65}.creature-portrait,.creature-emblem-card,.creature-side-card{margin-bottom:var(--spacing-lg);background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg)}.creature-portrait{display:block;width:100%;max-height:520px;object-fit:cover;border:2px solid rgba(212,175,55,.78)}.creature-emblem-card{display:grid;min-height:270px;place-items:center;align-content:center;gap:8px;color:var(--color-accent-gold);background:radial-gradient(circle at center,rgba(107,76,154,.2),transparent 58%),var(--color-bg-card);border-color:#d4af37b8;text-align:center}.creature-emblem-card>span{font-size:38px}.creature-emblem-card strong{font-family:var(--font-display);font-size:23px;font-weight:500}.creature-emblem-card small{color:var(--color-text-muted);font-family:var(--font-display);font-size:10px;letter-spacing:.1em;text-transform:uppercase}.creature-side-card{padding:var(--spacing-lg)}.creature-side-card h2{margin-bottom:var(--spacing-md);font-size:18px}.creature-side-card>p{margin-top:var(--spacing-sm);color:var(--color-text-secondary);font-size:12px;line-height:1.6}.creature-info-row{display:grid;grid-template-columns:112px minmax(0,1fr);gap:var(--spacing-sm);padding:5px 0;font-size:12px}.creature-info-row strong{color:var(--color-accent-gold)}.creature-info-row span{color:var(--color-text-secondary)}.creature-status-pill{display:inline-flex;padding:5px 9px;font-size:10px;border:1px solid;border-radius:999px}.creature-status-pill--success{color:#80d99a;border-color:#50c87073;background:#3da65b1a}.creature-status-pill--warning{color:#e6bd70;border-color:#d2943d7a;background:#b576261a}.creature-status-pill--danger{color:#e88787;border-color:#cf4a4a7a;background:#a636361a}.creature-status-pill--muted{color:var(--color-text-muted);border-color:var(--color-border);background:#6b4c9a14}.creature-current-links{display:grid;gap:5px;margin-top:var(--spacing-md)}.creature-current-links>span{color:var(--color-text-muted);font-size:9px;text-transform:uppercase;letter-spacing:.08em}.creature-current-links a,.creature-side-links a{padding:9px 10px;color:var(--color-accent-purple-light);background:#6b4c9a1a;border:1px solid var(--color-border);border-radius:var(--radius-sm)}.creature-current-links a:hover,.creature-side-links a:hover{color:var(--color-accent-gold-light);border-color:#d4af3766}.creature-presence-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.creature-presence-grid>div{display:grid;gap:2px;padding:10px;background:#00000026;border:1px solid var(--color-border);border-radius:var(--radius-sm)}.creature-presence-grid strong{color:var(--color-accent-gold-light);font-size:18px}.creature-presence-grid span{color:var(--color-text-muted);font-size:9px}.creature-side-links{display:grid;gap:var(--spacing-sm)}.creature-side-links a{display:grid;gap:2px;font-size:12px}.creature-side-links small{color:var(--color-text-muted);font-size:9px}.creature-traits-stack,.creature-trait-group{display:grid;gap:var(--spacing-lg)}.creature-trait-group h3{color:var(--color-text-primary);font-size:16px}.creature-trait-grid,.creature-association-grid,.creature-mystery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--spacing-md)}.creature-trait-card,.creature-association-card,.creature-mystery-card,.creature-scene-player,.creature-player-placeholder,.creature-episode-encounter-group{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg)}.creature-trait-card{min-height:118px;padding:var(--spacing-lg);border-left:3px solid var(--color-accent-purple)}.creature-trait-card--ability{border-left-color:var(--color-accent-gold)}.creature-trait-card--weakness{border-left-color:#b95454}.creature-trait-card>div{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-sm)}.creature-trait-card strong{color:var(--color-accent-purple-light);font-family:var(--font-display);font-size:14px}.creature-trait-card>div>span{color:var(--color-text-muted);font-size:9px;text-transform:uppercase}.creature-trait-card p{margin-top:var(--spacing-sm);color:var(--color-text-secondary);font-size:12px;line-height:1.65}.creature-association-card,.creature-mystery-card{padding:var(--spacing-lg)}.creature-association-heading,.creature-mystery-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--spacing-lg)}.creature-association-entities a,.creature-mystery-heading a{color:var(--color-accent-purple-light);font-family:var(--font-display);font-size:16px}.creature-association-heading p{margin-top:2px;color:var(--color-text-muted);font-size:10px;font-style:italic}.creature-association-types{display:flex;flex-wrap:wrap;gap:5px;margin-top:var(--spacing-sm)}.creature-association-types span{padding:3px 7px;color:var(--color-text-muted);background:#6b4c9a14;border-radius:999px;font-size:9px}.creature-association-summary,.creature-mystery-card>p{margin-top:var(--spacing-sm);color:var(--color-text-secondary);font-size:12px;line-height:1.65}.creature-association-latest,.creature-mystery-latest{display:grid;gap:3px;margin-top:var(--spacing-md);padding:10px;background:#00000024;border:1px solid var(--color-border);border-radius:var(--radius-sm)}.creature-association-latest>span,.creature-mystery-latest>span{color:var(--color-text-muted);font-size:8px;letter-spacing:.08em;text-transform:uppercase}.creature-association-latest strong,.creature-mystery-latest strong{color:var(--color-accent-gold-light);font-size:11px}.creature-association-latest p,.creature-mystery-latest p{color:var(--color-text-muted);font-size:10px;line-height:1.5}.creature-mystery-heading>span{color:var(--color-text-muted);font-size:9px;text-transform:uppercase}.creature-mystery-card blockquote{margin-top:var(--spacing-md);padding-left:var(--spacing-md);color:var(--color-text-primary);border-left:2px solid var(--color-accent-gold);font-size:13px;font-style:italic}.creature-player-anchor{margin-bottom:var(--spacing-lg)}.creature-player-placeholder{display:flex;align-items:center;gap:var(--spacing-md);min-height:105px;padding:var(--spacing-lg)}.creature-player-placeholder>span{display:grid;width:42px;height:42px;place-items:center;color:var(--color-bg-primary);background:var(--color-accent-gold);border-radius:50%}.creature-player-placeholder strong{color:var(--color-text-primary);font-size:13px}.creature-player-placeholder p{margin-top:2px;color:var(--color-text-muted);font-size:10px}.creature-scene-player{overflow:hidden}.creature-scene-player-heading{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-lg);padding:var(--spacing-md) var(--spacing-lg)}.creature-scene-player-heading span{color:var(--color-accent-purple-light);font-size:9px;text-transform:uppercase}.creature-scene-player-heading h3{margin-top:2px;color:var(--color-accent-gold-light);font-size:17px}.creature-scene-player-heading>strong{color:var(--color-accent-gold);font-size:12px}.creature-episode-encounter-list{display:grid;gap:var(--spacing-lg)}.creature-episode-encounter-group{overflow:hidden}.creature-episode-encounter-group>header{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-lg);padding:var(--spacing-md) var(--spacing-lg);background:#6b4c9a14;border-bottom:1px solid var(--color-border)}.creature-episode-encounter-group>header span{color:var(--color-accent-purple-light);font-size:9px;text-transform:uppercase}.creature-episode-encounter-group>header h3{margin-top:2px;color:var(--color-accent-gold-light);font-size:16px}.creature-episode-encounter-group>header>strong{color:var(--color-text-muted);font-size:10px}.creature-encounter-rows{display:grid}.creature-encounter-row{display:grid;grid-template-columns:52px minmax(0,1fr);border-bottom:1px solid var(--color-border);transition:background .2s ease}.creature-encounter-row:last-child{border-bottom:0}.creature-encounter-row--active{background:#d4af370b}.creature-encounter-number{display:grid;place-items:start center;padding-top:var(--spacing-lg);color:var(--color-text-muted);border-right:1px solid var(--color-border);font-family:var(--font-display);font-size:12px}.creature-encounter-content{min-width:0;padding:var(--spacing-lg)}.creature-encounter-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--spacing-lg)}.creature-encounter-heading h4{margin-top:6px;color:var(--color-accent-gold-light);font-size:17px}.creature-encounter-time{display:flex;flex:0 0 auto;align-items:flex-end;flex-direction:column;color:var(--color-text-secondary);font-size:11px}.creature-encounter-time small{color:var(--color-text-muted);font-size:9px}.creature-encounter-content>p{margin-top:var(--spacing-sm);color:var(--color-text-secondary);font-size:13px;line-height:1.65}.creature-encounter-actions{display:flex;align-items:flex-start;flex-wrap:wrap;gap:var(--spacing-sm);margin-top:var(--spacing-md)}.creature-action-button,.creature-moment-details summary{min-height:34px;padding:7px 11px;border-radius:var(--radius-sm);cursor:pointer;font-size:11px}.creature-action-button{display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(212,175,55,.55)}.creature-action-button--primary{color:var(--color-bg-primary);background:var(--color-accent-gold)}.creature-action-button--primary:hover{background:var(--color-accent-gold-light)}.creature-moment-details{min-width:min(100%,260px)}.creature-moment-details summary{color:var(--color-accent-purple-light);background:#6b4c9a1a;border:1px solid rgba(139,108,184,.32);list-style-position:inside}.creature-moment-details[open]{flex:1 1 100%}.creature-moment-list{display:grid;gap:5px;margin-top:var(--spacing-sm)}.creature-moment-list button{display:grid;grid-template-columns:52px minmax(0,1fr) 18px;gap:var(--spacing-sm);width:100%;padding:9px;color:inherit;text-align:left;background:#00000029;border:1px solid var(--color-border);border-radius:var(--radius-sm);cursor:pointer}.creature-moment-list button:hover{background:#6b4c9a1a;border-color:#8b6cb873}.creature-moment-list button>span:first-child{color:var(--color-accent-gold-light);font-size:10px}.creature-moment-list button>span:nth-child(2){display:grid;min-width:0;gap:2px}.creature-moment-list strong{color:var(--color-text-primary);font-size:11px}.creature-moment-list small{overflow:hidden;color:var(--color-text-muted);font-size:9px;line-height:1.4;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.creature-moment-list button>span:last-child{color:var(--color-accent-gold);font-size:10px}@media(max-width:1120px){.creature-content-grid{grid-template-columns:minmax(0,1fr)}.creature-side-column{position:static;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.creature-emblem-card,.creature-portrait{grid-row:span 2}}@media(max-width:800px){.creature-detail-page{width:min(100% - 24px,1500px);padding-top:var(--spacing-lg)}.creature-section-nav{position:static}.creature-anchor-section,.creature-player-anchor{scroll-margin-top:90px}.creature-trait-grid,.creature-association-grid,.creature-mystery-grid,.creature-side-column{grid-template-columns:minmax(0,1fr)}.creature-emblem-card,.creature-portrait{grid-row:auto;max-width:440px}.creature-encounter-heading,.creature-scene-player-heading,.creature-episode-encounter-group>header{align-items:flex-start;flex-direction:column}.creature-encounter-time{align-items:flex-start}}@media(max-width:520px){.creature-hero h1{font-size:40px}.creature-section-nav a{flex:1 1 calc(50% - 4px);text-align:center}.creature-info-row{grid-template-columns:minmax(0,1fr);gap:1px}.creature-presence-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.creature-encounter-row{grid-template-columns:40px minmax(0,1fr)}.creature-encounter-content{padding:var(--spacing-md)}.creature-encounter-number{padding-top:var(--spacing-md)}.creature-encounter-actions{align-items:stretch;flex-direction:column}.creature-action-button,.creature-moment-details{width:100%}.creature-moment-list button{grid-template-columns:46px minmax(0,1fr) 14px}}.event-detail-page{width:min(100% - 32px,1400px);margin:0 auto;padding:var(--spacing-xl) 0 var(--spacing-2xl)}.event-not-found{min-height:60vh;display:grid;place-content:center;text-align:center;gap:var(--spacing-md)}.event-not-found h1{color:var(--color-accent-gold)}.event-breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:var(--spacing-sm);margin-bottom:var(--spacing-lg);color:var(--color-text-muted);font-size:.875rem}.event-breadcrumbs a{color:var(--color-accent-gold)}.event-detail-header{max-width:1180px;margin-bottom:var(--spacing-xl)}.event-header-kicker{margin-bottom:var(--spacing-xs);color:var(--color-text-muted);font-family:var(--font-display);font-size:.78rem;letter-spacing:.16em;text-transform:uppercase}.event-detail-header h1{margin:0 0 var(--spacing-md);color:var(--color-accent-gold);font-size:clamp(2.2rem,5vw,4rem);line-height:1.05}.event-detail-header>p{max-width:1180px;margin-top:var(--spacing-lg);color:var(--color-accent-purple-light);font-size:clamp(1.05rem,2vw,1.35rem);font-style:italic;line-height:1.65}.event-badge-row{display:flex;flex-wrap:wrap;gap:var(--spacing-sm)}.event-badge{display:inline-flex;align-items:center;min-height:32px;padding:5px 14px;border:1px solid var(--color-border);border-radius:var(--radius-sm);font-family:var(--font-display);font-size:.82rem;letter-spacing:.03em}.event-badge--gold{border-color:var(--color-accent-gold);background:#d4af3714;color:var(--color-accent-gold)}.event-badge--purple{border-color:var(--color-accent-purple);background:#6b4c9a2e;color:var(--color-accent-purple-light)}.event-badge--muted{background:#ffffff06;color:var(--color-text-muted)}.event-section-nav{position:sticky;top:0;z-index:20;display:flex;gap:6px;margin:0 calc(50% - 50vw) var(--spacing-xl);padding:10px max(16px,calc((100vw - 1400px)/2));overflow-x:auto;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);background:#0a0a0ff0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.event-section-nav a{flex:0 0 auto;padding:7px 12px;border-radius:var(--radius-sm);color:var(--color-text-secondary);font-family:var(--font-display);font-size:.78rem}.event-section-nav a:hover{background:#6b4c9a2e;color:var(--color-accent-gold-light)}.event-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:var(--spacing-xl);align-items:start}.event-detail-section{margin-bottom:var(--spacing-2xl);scroll-margin-top:90px}.event-section-heading{margin-bottom:var(--spacing-lg)}.event-section-heading>span{display:block;margin-bottom:3px;color:var(--color-accent-purple-light);font-family:var(--font-display);font-size:.72rem;letter-spacing:.14em;text-transform:uppercase}.event-section-heading h2{margin:0;color:var(--color-accent-gold);font-size:clamp(1.55rem,3vw,2.15rem)}.event-section-heading p{margin-top:var(--spacing-sm);color:var(--color-text-secondary)}.event-at-a-glance{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--spacing-sm);margin-bottom:var(--spacing-lg)}.event-at-a-glance article{min-height:96px;padding:var(--spacing-md);border:1px solid var(--color-border);border-radius:var(--radius-md);background:linear-gradient(145deg,#1a1a26eb,#12121aeb)}.event-at-a-glance span{display:block;margin-bottom:5px;color:var(--color-text-muted);font-family:var(--font-display);font-size:.68rem;letter-spacing:.08em;text-transform:uppercase}.event-at-a-glance strong,.event-at-a-glance a{color:var(--color-text-primary);font-size:.95rem;line-height:1.35}.event-at-a-glance a:hover{color:var(--color-accent-gold-light)}.event-overview-copy{color:var(--color-text-secondary);font-size:1.03rem;line-height:1.85}.event-evidence-grid{display:grid;gap:var(--spacing-sm)}.event-evidence-card{display:grid;grid-template-columns:48px minmax(0,1fr);gap:var(--spacing-md);padding:var(--spacing-md);border:1px solid var(--color-border);border-radius:var(--radius-md);background:#1a1a26bf}.event-evidence-index{display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(212,175,55,.42);border-radius:50%;color:var(--color-accent-gold);font-family:var(--font-display);font-size:.76rem}.event-evidence-card h3{margin:0 0 var(--spacing-xs);color:var(--color-accent-purple-light);font-size:1rem}.event-evidence-card p{margin:0;color:var(--color-text-secondary);line-height:1.65}.event-consequence-list{display:grid;gap:var(--spacing-sm)}.event-consequence-list article{display:grid;grid-template-columns:20px minmax(0,1fr);gap:var(--spacing-sm);padding:var(--spacing-md);border-left:2px solid var(--color-accent-purple);background:#6b4c9a14}.event-consequence-list article>span{color:var(--color-accent-gold)}.event-consequence-list h3{margin:0 0 var(--spacing-xs);color:var(--color-accent-purple-light);font-size:1rem}.event-consequence-list p{margin:0;color:var(--color-text-secondary)}.event-association-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--spacing-md)}.event-association-group{padding:var(--spacing-md);border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-bg-card)}.event-association-group>header{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-md);margin-bottom:var(--spacing-sm)}.event-association-group h3{margin:0;color:var(--color-accent-gold);font-size:1rem}.event-association-group header>span{display:grid;place-items:center;min-width:28px;height:28px;border-radius:999px;background:#6b4c9a3d;color:var(--color-accent-purple-light);font-family:var(--font-display);font-size:.72rem}.event-association-links{display:grid;gap:7px}.event-association-links a{display:block;padding:10px 12px;border:1px solid rgba(107,76,154,.28);border-radius:var(--radius-sm);background:#6b4c9a1a}.event-association-links strong{display:block;color:var(--color-accent-purple-light);font-size:.94rem}.event-association-links small{display:-webkit-box;margin-top:3px;overflow:hidden;color:var(--color-text-muted);-webkit-box-orient:vertical;-webkit-line-clamp:2}.event-association-more{margin-top:var(--spacing-sm)}.event-association-more summary{cursor:pointer;color:var(--color-accent-gold);font-size:.82rem}.event-association-links--more{margin-top:var(--spacing-sm)}.event-mystery-grid{display:grid;gap:var(--spacing-md)}.event-mystery-card{padding:var(--spacing-lg);border:1px solid var(--color-border);border-radius:var(--radius-lg);background:linear-gradient(145deg,#1a1a26f5,#14121ff5)}.event-mystery-card>header{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-md);margin-bottom:var(--spacing-sm)}.event-mystery-status{padding:3px 9px;border:1px solid var(--color-accent-purple);border-radius:999px;color:var(--color-accent-purple-light);font-family:var(--font-display);font-size:.67rem;text-transform:uppercase}.event-mystery-status--resolved,.event-mystery-status--closed{border-color:#3b9a62;color:#72d49a}.event-mystery-card header small{color:var(--color-text-muted)}.event-mystery-card h3{margin:0 0 var(--spacing-sm);color:var(--color-accent-gold);font-size:1.15rem}.event-mystery-card>p{margin:0 0 var(--spacing-sm);color:var(--color-text-secondary)}.event-mystery-question{color:var(--color-accent-purple-light)!important;font-style:italic}.event-mystery-latest{margin-top:var(--spacing-md);padding:var(--spacing-md);border-left:2px solid var(--color-accent-purple);background:#6b4c9a17}.event-mystery-latest span{display:block;color:var(--color-text-muted);font-family:var(--font-display);font-size:.65rem;letter-spacing:.1em;text-transform:uppercase}.event-mystery-latest strong{display:block;margin-top:3px;color:var(--color-accent-purple-light)}.event-mystery-latest p{margin:5px 0 0;color:var(--color-text-secondary)}.event-shared-player{scroll-margin-top:92px;margin-bottom:var(--spacing-lg);overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-bg-card)}.event-shared-player>header{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-md);padding:var(--spacing-md) var(--spacing-lg);border-bottom:1px solid var(--color-border)}.event-shared-player header span,.event-episode-scene-group>header span{color:var(--color-accent-purple-light);font-family:var(--font-display);font-size:.68rem;letter-spacing:.08em;text-transform:uppercase}.event-shared-player h3{margin:2px 0 0;color:var(--color-accent-gold);font-size:1.05rem}.event-shared-player header small{color:var(--color-accent-gold)}.event-player-placeholder{display:flex;align-items:center;justify-content:center;gap:var(--spacing-md);min-height:210px;padding:var(--spacing-lg);text-align:left}.event-player-placeholder>span{display:grid;place-items:center;width:54px;height:54px;border-radius:50%;background:var(--color-accent-gold);color:var(--color-bg-primary);font-size:1.2rem}.event-player-placeholder strong{color:var(--color-text-primary)}.event-player-placeholder p{margin:3px 0 0;color:var(--color-text-muted)}.event-episode-scene-list{display:grid;gap:var(--spacing-xl)}.event-episode-scene-group>header{display:flex;align-items:end;justify-content:space-between;gap:var(--spacing-md);margin-bottom:var(--spacing-sm)}.event-episode-scene-group h3{margin:2px 0 0;font-size:1.05rem}.event-episode-scene-group h3 a{color:var(--color-accent-gold)}.event-episode-scene-group>header>strong{color:var(--color-text-muted);font-size:.8rem;font-weight:400}.event-scene-rows{display:grid;gap:var(--spacing-sm)}.event-scene-row{display:grid;grid-template-columns:52px minmax(0,1fr);border:1px solid var(--color-border);border-radius:var(--radius-md);background:#1a1a26d1;transition:border-color .2s ease,background .2s ease}.event-scene-row--active{border-color:var(--color-accent-gold);background:#d4af370d}.event-scene-number{display:grid;place-items:start center;padding-top:18px;border-right:1px solid var(--color-border);color:var(--color-accent-gold);font-family:var(--font-display);font-size:.78rem}.event-scene-content{min-width:0;padding:var(--spacing-md)}.event-scene-heading{display:flex;align-items:start;justify-content:space-between;gap:var(--spacing-md)}.event-scene-heading h4{margin:6px 0 0;color:var(--color-accent-gold);font-size:1rem}.event-scene-time{flex:0 0 auto;text-align:right}.event-scene-time span,.event-scene-time small{display:block}.event-scene-time span{color:var(--color-text-secondary);font-size:.78rem}.event-scene-time small{color:var(--color-text-muted);font-size:.68rem}.event-scene-content>p{margin:var(--spacing-sm) 0 0;color:var(--color-text-secondary)}.event-scene-actions{display:flex;align-items:center;flex-wrap:wrap;gap:var(--spacing-sm);margin-top:var(--spacing-md)}.event-action-button{display:inline-flex;align-items:center;gap:7px;padding:8px 12px;border:1px solid var(--color-border);border-radius:var(--radius-sm);cursor:pointer;font:inherit}.event-action-button--primary{border-color:var(--color-accent-gold);background:#d4af371a;color:var(--color-accent-gold)}.event-action-button--primary:hover{background:#d4af372e}.event-moment-details{flex:1 1 280px}.event-moment-details summary{padding:8px 12px;cursor:pointer;color:var(--color-accent-purple-light);font-size:.82rem}.event-moment-list{display:grid;gap:5px;margin-top:var(--spacing-sm)}.event-moment-list button{display:grid;grid-template-columns:58px minmax(0,1fr) 20px;gap:var(--spacing-sm);width:100%;padding:10px;border:1px solid rgba(107,76,154,.25);border-radius:var(--radius-sm);background:#6b4c9a14;color:var(--color-text-secondary);cursor:pointer;text-align:left}.event-moment-list button:hover{border-color:var(--color-accent-purple-light);background:#6b4c9a26}.event-moment-list button>span:first-child,.event-moment-list button>span:last-child{color:var(--color-accent-gold);font-size:.74rem}.event-moment-list strong,.event-moment-list small{display:block}.event-moment-list strong{color:var(--color-accent-purple-light)}.event-moment-list small{margin-top:3px;color:var(--color-text-muted)}.event-detail-sidebar{position:sticky;top:78px;display:grid;gap:var(--spacing-md)}.event-sidebar-card{padding:var(--spacing-lg);border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-bg-card)}.event-sidebar-card h3{margin:0 0 var(--spacing-md);color:var(--color-accent-gold);font-size:1.05rem}.event-info-row{display:grid;grid-template-columns:100px minmax(0,1fr);gap:var(--spacing-sm);margin-bottom:10px;color:var(--color-text-secondary);font-size:.88rem}.event-info-row:last-child{margin-bottom:0}.event-info-row strong{color:var(--color-accent-gold)}.event-inline-links{display:flex;flex-wrap:wrap;gap:4px 8px}.event-presence-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--spacing-sm)}.event-presence-grid>div{padding:10px;border:1px solid rgba(107,76,154,.22);border-radius:var(--radius-sm);background:#6b4c9a14}.event-presence-grid strong,.event-presence-grid span{display:block}.event-presence-grid strong{color:var(--color-accent-gold);font-size:1.08rem}.event-presence-grid span{color:var(--color-text-muted);font-size:.72rem}.event-sidebar-links{display:grid;gap:7px}.event-sidebar-links a,.event-source-card>a{display:block;padding:10px 12px;border:1px solid rgba(107,76,154,.25);border-radius:var(--radius-sm);background:#6b4c9a17}.event-sidebar-links strong,.event-source-card strong,.event-sidebar-links small,.event-source-card small{display:block}.event-sidebar-links strong,.event-source-card strong{color:var(--color-accent-purple-light)}.event-sidebar-links small,.event-source-card small{display:-webkit-box;margin-top:3px;overflow:hidden;color:var(--color-text-muted);-webkit-box-orient:vertical;-webkit-line-clamp:2}.event-sidebar-jump{display:inline-block;margin-top:var(--spacing-sm);color:var(--color-accent-gold);font-size:.8rem}@media(max-width:1050px){.event-content-grid{grid-template-columns:1fr}.event-detail-sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}.event-at-a-glance{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.event-detail-page{width:min(100% - 24px,1400px);padding-top:var(--spacing-lg)}.event-detail-header h1{font-size:clamp(2rem,11vw,3rem)}.event-section-nav{margin-bottom:var(--spacing-lg)}.event-at-a-glance,.event-association-grid,.event-detail-sidebar{grid-template-columns:1fr}.event-scene-row{grid-template-columns:42px minmax(0,1fr)}.event-scene-heading,.event-episode-scene-group>header,.event-shared-player>header{align-items:flex-start;flex-direction:column}.event-scene-time{text-align:left}.event-player-placeholder{min-height:180px}.event-info-row{grid-template-columns:90px minmax(0,1fr)}}@media(max-width:520px){.event-evidence-card{grid-template-columns:38px minmax(0,1fr);padding:12px}.event-evidence-index{width:34px;height:34px}.event-scene-row{grid-template-columns:1fr}.event-scene-number{display:block;padding:10px 12px 0;border-right:0}.event-moment-list button{grid-template-columns:48px minmax(0,1fr)}.event-moment-list button>span:last-child{display:none}}.faction-detail-page{width:min(100% - 40px,1400px);margin:0 auto;padding:var(--spacing-xl) 0 var(--spacing-2xl)}.faction-not-found{min-height:60vh;display:grid;place-content:center;text-align:center}.faction-not-found h1,.faction-not-found a{color:var(--color-accent-gold)}.faction-breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:var(--spacing-lg);color:var(--color-text-muted);font-size:.83rem}.faction-breadcrumbs a{color:var(--color-accent-gold)}.faction-detail-header{margin-bottom:var(--spacing-lg)}.faction-detail-header h1{margin:0 0 var(--spacing-md);color:var(--color-accent-gold);font-size:clamp(2.65rem,5vw,4.75rem);line-height:.98}.faction-detail-header>p{max-width:1120px;margin:var(--spacing-md) 0 0;color:var(--color-accent-purple-light);font-size:clamp(1.05rem,1.65vw,1.34rem);font-style:italic;line-height:1.65}.faction-header-badges{display:flex;flex-wrap:wrap;gap:9px}.faction-type-badge,.faction-status{display:inline-flex;align-items:center;min-height:34px;padding:6px 16px;border:1px solid;border-radius:var(--radius-sm);font-family:var(--font-display);font-size:.78rem;letter-spacing:.04em;text-transform:uppercase}.faction-type-badge{border-color:#d4af37bf;background:#d4af3717;color:var(--color-accent-gold)}.faction-status--active{border-color:#51cf66bf;background:#51cf661c;color:#70df85}.faction-status--suspected{border-color:#f59e0bbf;background:#f59e0b1c;color:#f3bd55}.faction-status--inactive{border-color:#94a3b88c;background:#94a3b814;color:#b7c0cf}.faction-status--destroyed{border-color:#ef4444ad;background:#ef44441a;color:#ef8585}.faction-status--unknown{border-color:#8b5cf67a;background:#8b5cf614;color:var(--color-accent-purple-light)}.faction-section-nav{position:sticky;z-index:20;top:72px;display:flex;gap:4px;margin-bottom:var(--spacing-xl);padding:8px;overflow-x:auto;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:#12121cf0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.faction-section-nav a{flex:0 0 auto;padding:9px 13px;border-radius:var(--radius-sm);color:var(--color-text-secondary);font-size:.8rem}.faction-section-nav a:hover{background:#d4af3714;color:var(--color-accent-gold)}.faction-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:var(--spacing-xl);align-items:start}.faction-detail-section{margin-bottom:calc(var(--spacing-xl) + 8px);scroll-margin-top:150px}.faction-section-heading{margin-bottom:var(--spacing-md)}.faction-section-heading>span{display:block;margin-bottom:4px;color:var(--color-text-muted);font-size:.75rem;letter-spacing:.12em;text-transform:uppercase}.faction-section-heading h2{margin:0;color:var(--color-accent-gold);font-size:clamp(1.65rem,2.7vw,2.3rem)}.faction-overview-copy{padding:var(--spacing-lg);border-left:3px solid rgba(212,175,55,.72);border-radius:0 var(--radius-md) var(--radius-md) 0;background:linear-gradient(90deg,rgba(212,175,55,.06),transparent 80%)}.faction-overview-copy p{margin:0 0 var(--spacing-md);color:var(--color-text-secondary);line-height:1.78}.faction-overview-copy p:last-child{margin-bottom:0}.faction-doctrine-feature,.faction-doctrine-card,.faction-people-group,.faction-state-summary,.faction-state-columns>article,.faction-mystery-card,.faction-shared-player,.faction-scene-group{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-bg-card)}.faction-doctrine-feature{margin-bottom:var(--spacing-md);padding:var(--spacing-lg)}.faction-doctrine-feature>span{display:block;margin-bottom:7px;color:var(--color-accent-purple-light);font-family:var(--font-display);font-size:.84rem;letter-spacing:.06em;text-transform:uppercase}.faction-doctrine-feature p{margin:0 0 var(--spacing-sm);color:var(--color-text-secondary);line-height:1.72}.faction-doctrine-feature p:last-child{margin-bottom:0}.faction-doctrine-columns,.faction-state-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--spacing-md)}.faction-doctrine-card,.faction-state-columns>article{padding:var(--spacing-lg)}.faction-doctrine-card header{display:flex;gap:10px;align-items:center;margin-bottom:var(--spacing-md)}.faction-doctrine-card header>span{display:grid;width:34px;height:34px;place-items:center;border:1px solid rgba(212,175,55,.45);border-radius:50%;color:var(--color-accent-gold);font-size:.72rem}.faction-doctrine-card h3,.faction-state-columns h3{margin:0;color:var(--color-accent-gold);font-size:1rem}.faction-doctrine-card ul,.faction-state-columns ul{display:grid;gap:10px;margin:0;padding:0;list-style:none}.faction-doctrine-card li,.faction-state-columns li{position:relative;padding-left:17px;color:var(--color-text-secondary);line-height:1.55}.faction-doctrine-card li:before,.faction-state-columns li:before{position:absolute;top:.65em;left:0;width:6px;height:6px;border-radius:50%;background:var(--color-accent-purple-light);content:""}.faction-people-groups{display:grid;gap:var(--spacing-md)}.faction-people-group{padding:var(--spacing-lg)}.faction-people-group>header,.faction-scene-group>header{display:flex;justify-content:space-between;gap:var(--spacing-md);align-items:center;margin-bottom:var(--spacing-md)}.faction-people-group>header h3,.faction-scene-group>header h3{margin:0;color:var(--color-accent-gold);font-size:1.06rem}.faction-people-group>header>span,.faction-scene-group>header>strong{color:var(--color-text-muted);font-size:.76rem}.faction-people-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--spacing-sm)}.faction-person-card{display:grid;grid-template-columns:48px minmax(0,1fr);gap:12px;padding:13px;border:1px solid rgba(107,76,154,.25);border-radius:var(--radius-md);background:#6b4c9a12}.faction-person-card:hover,.faction-relation-card:hover,.faction-event-card:hover{border-color:#d4af377a;transform:translateY(-1px)}.faction-person-monogram{display:grid;width:48px;height:48px;place-items:center;border:1px solid rgba(212,175,55,.35);border-radius:50%;background:#d4af3714;color:var(--color-accent-gold);font-family:var(--font-display)}.faction-person-card span,.faction-relation-card>span{color:var(--color-accent-purple-light);font-size:.7rem;letter-spacing:.06em;text-transform:uppercase}.faction-person-card h4,.faction-relation-card h3,.faction-event-card h3{margin:3px 0 5px;color:var(--color-text-primary);font-size:.98rem}.faction-person-card p,.faction-relation-card p,.faction-event-card p{display:-webkit-box;margin:0;overflow:hidden;color:var(--color-text-muted);font-size:.8rem;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:3}.faction-relation-grid,.faction-event-grid,.faction-mystery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--spacing-md)}.faction-relation-card,.faction-event-card{padding:var(--spacing-lg);border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-bg-card);transition:.15s ease}.faction-state-summary{margin-bottom:var(--spacing-md);padding:var(--spacing-lg)}.faction-state-summary header{display:flex;flex-wrap:wrap;justify-content:space-between;gap:var(--spacing-sm);align-items:center;margin-bottom:var(--spacing-md)}.faction-state-summary header a{color:var(--color-accent-purple-light);font-size:.84rem}.faction-state-summary p{margin:0;color:var(--color-text-secondary);line-height:1.7}.faction-state-columns h3{margin-bottom:var(--spacing-md)}.faction-event-card header{display:flex;justify-content:space-between;gap:var(--spacing-sm);align-items:center}.faction-event-card header span{color:var(--color-accent-gold);font-size:.72rem;text-transform:uppercase}.faction-event-card header small{color:var(--color-text-muted);text-align:right}.faction-mystery-card{padding:var(--spacing-lg)}.faction-mystery-card>header{display:flex;justify-content:space-between;gap:var(--spacing-sm);align-items:center}.faction-mystery-card>header span{color:var(--color-accent-gold);font-size:.72rem;text-transform:uppercase}.faction-mystery-card>header small{color:var(--color-text-muted)}.faction-mystery-card h3{margin:var(--spacing-sm) 0;color:var(--color-accent-purple-light)}.faction-mystery-card>p{color:var(--color-text-secondary);line-height:1.6}.faction-mystery-question{font-style:italic}.faction-mystery-latest{margin-top:var(--spacing-md);padding:12px;border-left:2px solid var(--color-accent-gold);background:#d4af370d}.faction-mystery-latest span,.faction-mystery-latest strong{display:block}.faction-mystery-latest span{color:var(--color-text-muted);font-size:.7rem;text-transform:uppercase}.faction-mystery-latest strong{margin-top:3px;color:var(--color-accent-gold)}.faction-mystery-latest p{margin:6px 0 0;color:var(--color-text-secondary);font-size:.84rem}.faction-shared-player{margin-bottom:var(--spacing-md);overflow:hidden}.faction-shared-player>header{display:flex;justify-content:space-between;gap:var(--spacing-md);align-items:center;padding:14px var(--spacing-lg);border-bottom:1px solid var(--color-border)}.faction-shared-player>header span,.faction-scene-group>header span{color:var(--color-text-muted);font-size:.72rem;text-transform:uppercase}.faction-shared-player>header h3{margin:3px 0 0;color:var(--color-accent-gold)}.faction-shared-player>header a{color:var(--color-accent-purple-light);font-size:.82rem}.faction-player-placeholder{display:grid;min-height:210px;place-content:center;padding:var(--spacing-xl);text-align:center;background:radial-gradient(circle at center,rgba(107,76,154,.15),transparent 58%),#08080f8c}.faction-player-placeholder span,.faction-player-placeholder strong{display:block}.faction-player-placeholder span{color:var(--color-accent-purple-light);font-size:.75rem;letter-spacing:.1em;text-transform:uppercase}.faction-player-placeholder strong{margin-top:6px;color:var(--color-text-secondary)}.faction-scene-groups{display:grid;gap:var(--spacing-md)}.faction-scene-group{overflow:hidden}.faction-scene-group>header{margin:0;padding:14px var(--spacing-lg);border-bottom:1px solid var(--color-border)}.faction-scene-list{display:grid}.faction-scene-row{display:grid;grid-template-columns:58px minmax(0,1fr);border-bottom:1px solid rgba(107,76,154,.18)}.faction-scene-row:last-child{border-bottom:0}.faction-scene-number{display:grid;place-items:center;border-right:1px solid rgba(107,76,154,.2);color:var(--color-accent-gold);font-family:var(--font-display)}.faction-scene-main{padding:14px var(--spacing-md)}.faction-scene-heading{display:flex;justify-content:space-between;gap:var(--spacing-md);align-items:flex-start}.faction-scene-heading span{color:var(--color-accent-purple-light);font-size:.68rem;text-transform:uppercase}.faction-scene-heading h4{margin:2px 0 0;color:var(--color-text-primary)}.faction-scene-heading small{color:var(--color-text-muted);white-space:nowrap}.faction-scene-main>p{margin:9px 0 0;color:var(--color-text-muted);font-size:.84rem;line-height:1.55}.faction-scene-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:11px}.faction-scene-actions>button,.faction-scene-actions summary{padding:7px 10px;border:1px solid rgba(212,175,55,.36);border-radius:var(--radius-sm);background:#d4af370f;color:var(--color-accent-gold);cursor:pointer;font:inherit;font-size:.76rem}.faction-scene-actions details{position:relative}.faction-moment-list{display:grid;width:min(620px,calc(100vw - 80px));margin-top:7px;overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius-md);background:#171722}.faction-moment-list button{display:grid;grid-template-columns:58px minmax(0,1fr);gap:10px;padding:10px 12px;border:0;border-bottom:1px solid rgba(107,76,154,.18);background:transparent;color:inherit;text-align:left;cursor:pointer}.faction-moment-list button:last-child{border-bottom:0}.faction-moment-list button>span:first-child{color:var(--color-accent-gold);font-size:.75rem}.faction-moment-list strong,.faction-moment-list small{display:block}.faction-moment-list strong{color:var(--color-accent-purple-light)}.faction-moment-list small{margin-top:3px;color:var(--color-text-muted)}.faction-detail-sidebar{position:sticky;top:142px;display:grid;gap:var(--spacing-md)}.faction-emblem-card,.faction-sidebar-card{padding:var(--spacing-lg);border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-bg-card)}.faction-emblem-card{text-align:center}.faction-emblem-mark{display:grid;width:96px;height:96px;margin:0 auto var(--spacing-md);place-items:center;border:1px solid rgba(212,175,55,.55);border-radius:50%;background:radial-gradient(circle,rgba(212,175,55,.15),rgba(107,76,154,.05) 55%,transparent 56%);color:var(--color-accent-gold);font-family:var(--font-display);font-size:2rem}.faction-emblem-card>span,.faction-emblem-card>strong{display:block}.faction-emblem-card>span{color:var(--color-accent-purple-light);font-size:.72rem;text-transform:uppercase}.faction-emblem-card>strong{margin-top:4px;color:var(--color-text-primary)}.faction-sidebar-card h3{margin:0 0 var(--spacing-md);color:var(--color-accent-gold);font-size:1.03rem}.faction-info-row{display:grid;grid-template-columns:110px minmax(0,1fr);gap:var(--spacing-sm);margin-bottom:10px;color:var(--color-text-secondary);font-size:.86rem}.faction-info-row:last-child{margin-bottom:0}.faction-info-row strong{color:var(--color-accent-gold)}.faction-info-row a{color:var(--color-accent-purple-light)}.faction-inline-links{display:inline}.faction-presence-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--spacing-sm)}.faction-presence-grid>div{padding:10px;border:1px solid rgba(107,76,154,.22);border-radius:var(--radius-sm);background:#6b4c9a12}.faction-presence-grid strong,.faction-presence-grid span{display:block}.faction-presence-grid strong{color:var(--color-accent-gold);font-size:1.08rem}.faction-presence-grid span{color:var(--color-text-muted);font-size:.71rem}.faction-sidebar-links{display:grid;gap:7px}.faction-sidebar-links a{display:block;padding:10px 12px;border:1px solid rgba(107,76,154,.24);border-radius:var(--radius-sm);background:#6b4c9a12}.faction-sidebar-links strong,.faction-sidebar-links small{display:block}.faction-sidebar-links strong{color:var(--color-accent-purple-light)}.faction-sidebar-links small{margin-top:2px;color:var(--color-text-muted);font-size:.74rem}.faction-detail-page--criminal .faction-overview-copy{border-left-color:#f59e0bbf}.faction-detail-page--criminal .faction-emblem-mark{border-color:#f59e0b80}.faction-detail-page--religious .faction-emblem-mark{box-shadow:0 0 30px #d4af3714}@media(max-width:1080px){.faction-content-grid{grid-template-columns:1fr}.faction-detail-sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}.faction-emblem-card{grid-row:span 2}}@media(max-width:760px){.faction-detail-page{width:min(100% - 24px,1400px);padding-top:var(--spacing-lg)}.faction-section-nav{top:68px}.faction-doctrine-columns,.faction-state-columns,.faction-people-grid,.faction-relation-grid,.faction-event-grid,.faction-mystery-grid,.faction-detail-sidebar{grid-template-columns:1fr}.faction-emblem-card{grid-row:auto}.faction-scene-heading,.faction-shared-player>header,.faction-scene-group>header{align-items:flex-start;flex-direction:column}.faction-scene-heading small{white-space:normal}.faction-player-placeholder{min-height:175px}}@media(max-width:520px){.faction-detail-header h1{font-size:clamp(2.25rem,13vw,3.4rem)}.faction-person-card{grid-template-columns:42px minmax(0,1fr)}.faction-person-monogram{width:42px;height:42px}.faction-scene-row{grid-template-columns:1fr}.faction-scene-number{display:block;padding:10px 14px 0;border-right:0}.faction-info-row{grid-template-columns:96px minmax(0,1fr)}}.item-detail-page{min-height:100vh;color:var(--color-text-primary)}.item-detail-shell{width:min(1500px,calc(100% - 48px));margin:0 auto;padding:24px 0 96px}.item-breadcrumbs{display:flex;align-items:center;gap:9px;margin:0 0 24px;color:var(--color-text-muted);font-size:.9rem}.item-breadcrumbs a{color:var(--color-accent-gold);text-decoration:none}.item-breadcrumbs a:hover{color:var(--color-accent-gold-light)}.item-detail-hero{display:grid;grid-template-columns:minmax(0,1fr) 230px;gap:48px;align-items:center;margin-bottom:30px}.item-hero-kicker{display:block;margin-bottom:10px;color:var(--color-accent-purple-light);font-family:var(--font-display);font-size:.82rem;letter-spacing:.16em;text-transform:uppercase}.item-detail-hero h1{max-width:1100px;margin:0;color:var(--color-accent-gold);font-family:var(--font-display);font-size:clamp(2.6rem,5vw,4.8rem);font-weight:500;line-height:1.02;letter-spacing:.015em}.item-detail-hero>div:first-child>p{max-width:1180px;margin:22px 0 0;color:var(--color-accent-purple-light);font-size:clamp(1.05rem,1.6vw,1.35rem);font-style:italic;line-height:1.65}.item-badge-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.item-type-badge,.item-status-badge{display:inline-flex;align-items:center;min-height:38px;padding:7px 16px;border:1px solid;border-radius:4px;font-family:var(--font-display);font-size:.82rem;letter-spacing:.035em;text-transform:uppercase}.item-type-badge{border-color:var(--color-accent-gold);background:#d4af3717;color:var(--color-accent-gold)}.item-status-badge.item-status-positive,.item-current-state-card.item-status-positive>header>strong{border-color:#3fc66b;background:#3fc66b1a;color:#68db8d}.item-status-badge.item-status-danger,.item-current-state-card.item-status-danger>header>strong{border-color:#d85a66;background:#d85a661a;color:#ed7a85}.item-status-badge.item-status-mystery,.item-current-state-card.item-status-mystery>header>strong{border-color:var(--color-accent-purple-light);background:#8e66bc1f;color:var(--color-accent-purple-light)}.item-status-badge.item-status-active,.item-current-state-card.item-status-active>header>strong{border-color:#d99b35;background:#d99b351a;color:#eab45d}.item-status-badge.item-status-stored,.item-current-state-card.item-status-stored>header>strong{border-color:#7794b7;background:#7794b71a;color:#9bb2cc}.item-status-badge.item-status-unknown,.item-current-state-card.item-status-unknown>header>strong{border-color:var(--color-border);background:#ffffff06;color:var(--color-text-muted)}.item-emblem{position:relative;display:grid;place-items:center;aspect-ratio:1;overflow:hidden;border:1px solid rgba(212,175,55,.36);border-radius:50%;background:radial-gradient(circle at center,rgba(212,175,55,.13),transparent 58%),linear-gradient(145deg,#6b4c9a38,#0b0b11d1);box-shadow:inset 0 0 0 11px #0003,0 18px 50px #00000047;text-align:center}.item-emblem:before,.item-emblem:after{position:absolute;content:"";border:1px solid rgba(212,175,55,.2);border-radius:50%}.item-emblem:before{inset:17px}.item-emblem:after{inset:34px}.item-emblem span,.item-emblem strong{position:relative;z-index:1}.item-emblem span{color:var(--color-accent-gold);font-family:var(--font-display);font-size:1.65rem;letter-spacing:.12em}.item-emblem strong{position:absolute;right:26px;bottom:33px;left:26px;color:var(--color-text-secondary);font-family:var(--font-display);font-size:.62rem;font-weight:400;letter-spacing:.08em;line-height:1.35;text-transform:uppercase}.item-section-nav{position:sticky;top:94px;z-index:20;display:flex;gap:7px;overflow-x:auto;margin:0 0 42px;padding:10px;border:1px solid var(--color-border);border-radius:10px;background:#0e0e17f0;box-shadow:0 14px 35px #0000003d;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);scrollbar-width:none}.item-section-nav::-webkit-scrollbar{display:none}.item-section-nav a{flex:0 0 auto;padding:9px 13px;border-radius:6px;color:var(--color-text-secondary);font-family:var(--font-display);font-size:.78rem;letter-spacing:.05em;text-decoration:none;text-transform:uppercase;transition:.16s ease}.item-section-nav a:hover{background:#d4af371a;color:var(--color-accent-gold)}.item-detail-section{margin-bottom:72px;scroll-margin-top:165px}.item-section-heading{margin-bottom:22px}.item-section-heading>span{display:block;margin-bottom:5px;color:var(--color-text-muted);font-size:.83rem;letter-spacing:.09em;text-transform:uppercase}.item-section-heading h2{margin:0;color:var(--color-accent-gold);font-family:var(--font-display);font-size:clamp(1.75rem,3vw,2.45rem);font-weight:500;line-height:1.15}.item-overview-section{display:grid;grid-template-columns:minmax(0,2fr) minmax(310px,.9fr);gap:44px;align-items:start}.item-overview-blocks{display:grid;gap:18px}.item-overview-block{padding:25px 28px;border:1px solid var(--color-border);border-radius:10px;background:linear-gradient(145deg,#1c1c2ab8,#0e0e17b8)}.item-overview-block h3{margin:0 0 10px;color:var(--color-accent-purple-light);font-family:var(--font-display);font-size:1.15rem;font-weight:500}.item-overview-block p{margin:0;color:var(--color-text-secondary);font-size:1.02rem;line-height:1.8}.item-overview-sidebar{position:sticky;top:172px}.item-side-card{margin-bottom:18px;padding:24px;border:1px solid var(--color-border);border-radius:11px;background:var(--color-bg-card);box-shadow:0 15px 35px #00000024}.item-side-card h3{margin:0 0 18px;color:var(--color-accent-gold);font-family:var(--font-display);font-size:1.2rem;font-weight:500}.item-info-row{display:grid;grid-template-columns:minmax(110px,auto) minmax(0,1fr);gap:12px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.055)}.item-info-row:last-child{border-bottom:0}.item-info-row strong{color:var(--color-accent-gold);font-size:.9rem}.item-info-row span,.item-info-row a{color:var(--color-text-secondary);font-size:.9rem;line-height:1.45}.item-info-row a{color:var(--color-accent-purple-light);text-decoration:none}.item-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.item-stat-grid div{display:flex;flex-direction:column;min-height:74px;padding:11px;border:1px solid rgba(255,255,255,.07);border-radius:7px;background:#ffffff05}.item-stat-grid strong{color:var(--color-accent-gold);font-family:var(--font-display);font-size:1.35rem}.item-stat-grid span{margin-top:auto;color:var(--color-text-muted);font-size:.72rem;letter-spacing:.05em;text-transform:uppercase}.item-key-connections>div{display:grid;gap:9px}.item-key-connections a{display:flex;flex-direction:column;gap:3px;padding:11px 12px;border:1px solid var(--color-border);border-radius:6px;background:#6b4c9a1c;text-decoration:none;transition:.15s ease}.item-key-connections a:hover{transform:translateY(-1px);border-color:#d4af3759;background:#d4af3712}.item-key-connections span{color:var(--color-text-muted);font-size:.69rem;letter-spacing:.06em;text-transform:uppercase}.item-key-connections strong{color:var(--color-accent-purple-light);font-size:.94rem;font-weight:500}.item-current-state-card{overflow:hidden;border:1px solid var(--color-border);border-radius:12px;background:linear-gradient(145deg,rgba(107,76,154,.15),transparent 48%),var(--color-bg-card)}.item-current-state-card>header{display:flex;align-items:flex-start;justify-content:space-between;gap:22px;padding:24px 27px;border-bottom:1px solid var(--color-border)}.item-current-state-card>header span{display:block;margin-bottom:4px;color:var(--color-text-muted);font-size:.74rem;letter-spacing:.1em;text-transform:uppercase}.item-current-state-card>header h3{margin:0;color:var(--color-accent-purple-light);font-family:var(--font-display);font-size:1.45rem;font-weight:500}.item-current-state-card>header>strong{padding:7px 11px;border:1px solid;border-radius:5px;font-size:.73rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.item-current-state-card>p{margin:0;padding:24px 27px 13px;color:var(--color-text-secondary);font-size:1.02rem;line-height:1.75}.item-state-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:11px 27px 26px}.item-state-links>div{display:flex;flex-direction:column;gap:4px;padding:13px 14px;border:1px solid rgba(255,255,255,.07);border-radius:7px;background:#ffffff05}.item-state-links span{color:var(--color-text-muted);font-size:.7rem;letter-spacing:.05em;text-transform:uppercase}.item-state-links a,.item-state-links strong{color:var(--color-accent-gold);font-size:.92rem;font-weight:500;text-decoration:none}.item-property-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.item-property-card{display:grid;grid-template-columns:44px minmax(0,1fr);gap:16px;align-items:start;padding:18px 20px;border:1px solid var(--color-border);border-radius:9px;background:var(--color-bg-card)}.item-property-card>span{display:grid;place-items:center;width:38px;height:38px;border:1px solid rgba(212,175,55,.28);border-radius:50%;color:var(--color-accent-gold);font-family:var(--font-display);font-size:.75rem}.item-property-card p{margin:4px 0 0;color:var(--color-text-secondary);line-height:1.65}.item-property-uncertain{border-left:3px solid var(--color-accent-purple-light)}.item-property-limitation{border-left:3px solid #d99b35}.item-property-confirmed{border-left:3px solid rgba(212,175,55,.58)}.item-journey-timeline{position:relative;display:grid;gap:14px}.item-journey-timeline:before{position:absolute;top:28px;bottom:28px;left:22px;width:1px;content:"";background:linear-gradient(var(--color-accent-gold),var(--color-accent-purple),transparent)}.item-journey-entry{position:relative;display:grid;grid-template-columns:46px minmax(0,1fr);gap:18px}.item-journey-marker{position:relative;z-index:1;display:grid;place-items:center;width:44px;height:44px;border:2px solid var(--color-accent-gold);border-radius:50%;background:var(--color-bg-primary);color:var(--color-accent-gold);font-family:var(--font-display);font-size:.76rem}.item-journey-content{overflow:hidden;border:1px solid var(--color-border);border-radius:10px;background:var(--color-bg-card)}.item-journey-content>header{display:flex;justify-content:space-between;gap:20px;padding:18px 22px;border-bottom:1px solid var(--color-border);background:#6b4c9a14}.item-journey-content>header span{display:block;margin-bottom:3px;color:var(--color-text-muted);font-size:.73rem;letter-spacing:.06em;text-transform:uppercase}.item-journey-content>header h3{margin:0;color:var(--color-accent-purple-light);font-family:var(--font-display);font-size:1.15rem;font-weight:500}.item-journey-content>header a{align-self:center;color:var(--color-accent-gold);font-size:.82rem;text-decoration:none;white-space:nowrap}.item-journey-content>p{margin:0;padding:18px 22px;color:var(--color-text-secondary);line-height:1.7}.item-journey-scenes{display:flex;flex-wrap:wrap;gap:7px;padding:0 22px 19px}.item-journey-scenes span{padding:5px 9px;border:1px solid var(--color-border);border-radius:5px;color:var(--color-text-muted);font-size:.74rem}.item-provenance-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.item-provenance-card{padding:21px 22px;border:1px solid var(--color-border);border-radius:10px;background:var(--color-bg-card)}.item-provenance-card>header{display:flex;justify-content:space-between;gap:14px;margin-bottom:14px}.item-provenance-card>header span,.item-provenance-card>header strong{color:var(--color-accent-purple-light);font-size:.8rem;font-weight:500}.item-provenance-identities{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.item-provenance-identities>div{display:flex;flex-direction:column;gap:4px;padding:11px 12px;border:1px solid rgba(255,255,255,.07);border-radius:6px;background:#ffffff05}.item-provenance-identities span{color:var(--color-text-muted);font-size:.67rem;letter-spacing:.05em;text-transform:uppercase}.item-provenance-identities a{color:var(--color-accent-gold);font-size:.9rem;text-decoration:none}.item-provenance-card>p{margin:15px 0 0;color:var(--color-text-secondary);line-height:1.65}.item-association-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.item-association-group{padding:22px;border:1px solid var(--color-border);border-radius:10px;background:var(--color-bg-card)}.item-association-group h3{margin:0 0 14px;color:var(--color-accent-gold);font-family:var(--font-display);font-size:1.2rem;font-weight:500}.item-association-list{display:grid;gap:9px}.item-association-card{display:flex;flex-direction:column;gap:4px;padding:13px 14px;border:1px solid var(--color-border);border-radius:7px;background:#6b4c9a1a;text-decoration:none;transition:.15s ease}.item-association-card:hover{transform:translateY(-1px);border-color:#d4af3759}.item-association-card>span{color:var(--color-text-muted);font-size:.68rem;letter-spacing:.06em;text-transform:uppercase}.item-association-card>strong{color:var(--color-accent-purple-light);font-size:1rem;font-weight:500}.item-association-card p,.item-associated-event-card p{margin:4px 0 0;color:var(--color-text-secondary);font-size:.85rem;line-height:1.55}.item-event-association-group{grid-column:1 / -1}.item-associated-event-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.item-associated-event-card{display:flex;flex-direction:column;gap:5px;padding:16px;border:1px solid var(--color-border);border-radius:8px;background:#ffffff05;text-decoration:none}.item-associated-event-card>span{color:var(--color-text-muted);font-size:.72rem}.item-associated-event-card>strong{color:var(--color-accent-purple-light);font-family:var(--font-display);font-weight:500}.item-mystery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.item-mystery-card{padding:22px;border:1px solid rgba(142,102,188,.35);border-radius:10px;background:linear-gradient(145deg,rgba(107,76,154,.14),transparent 58%),var(--color-bg-card)}.item-mystery-card>header{display:flex;justify-content:space-between;gap:12px;margin-bottom:14px}.item-mystery-card>header span{color:var(--color-accent-purple-light);font-size:.72rem;letter-spacing:.07em;text-transform:uppercase}.item-mystery-card>header a{color:var(--color-accent-gold);font-size:.76rem;text-decoration:none}.item-mystery-card>h3{margin:0 0 10px;color:var(--color-accent-gold);font-family:var(--font-display);font-size:1.2rem;font-weight:500}.item-mystery-card>p,.item-mystery-latest p{color:var(--color-text-secondary);line-height:1.65}.item-mystery-card>p{margin:0}.item-mystery-latest{margin-top:18px;padding:14px;border:1px solid rgba(255,255,255,.07);border-radius:7px;background:#00000024}.item-mystery-latest>span{display:block;margin-bottom:5px;color:var(--color-text-muted);font-size:.67rem;letter-spacing:.06em;text-transform:uppercase}.item-mystery-latest>strong{color:var(--color-accent-purple-light);font-size:.92rem}.item-mystery-latest p{margin:7px 0 0;font-size:.86rem}.item-shared-player{overflow:hidden;margin-bottom:20px;border:1px solid var(--color-border);border-radius:11px;background:var(--color-bg-card);scroll-margin-top:170px}.item-shared-player>header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:17px 20px;border-bottom:1px solid var(--color-border)}.item-shared-player>header span{display:block;margin-bottom:2px;color:var(--color-text-muted);font-size:.72rem;text-transform:uppercase}.item-shared-player>header h3{margin:0;color:var(--color-accent-gold);font-family:var(--font-display);font-size:1.15rem;font-weight:500}.item-shared-player>header a{color:var(--color-accent-purple-light);font-size:.8rem;text-decoration:none;white-space:nowrap}.item-player-placeholder{display:grid;place-items:center;min-height:250px;padding:30px;background:radial-gradient(circle at center,rgba(212,175,55,.08),transparent 55%),linear-gradient(145deg,rgba(107,76,154,.13),transparent);text-align:center}.item-player-placeholder span{color:var(--color-text-muted);font-size:.75rem;letter-spacing:.1em;text-transform:uppercase}.item-player-placeholder strong{display:block;margin-top:6px;color:var(--color-accent-gold);font-family:var(--font-display);font-size:1.3rem;font-weight:500}.item-shared-player .youtube-embed{position:relative;width:100%;aspect-ratio:16 / 9}.item-shared-player .youtube-embed iframe{position:absolute;inset:0;width:100%;height:100%}.item-scene-groups{display:grid;gap:16px}.item-scene-group{overflow:hidden;border:1px solid var(--color-border);border-radius:10px;background:var(--color-bg-card)}.item-scene-group>header{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:17px 20px;border-bottom:1px solid var(--color-border);background:#6b4c9a14}.item-scene-group>header span{display:block;margin-bottom:2px;color:var(--color-text-muted);font-size:.68rem;text-transform:uppercase}.item-scene-group>header h3{margin:0;color:var(--color-accent-gold);font-family:var(--font-display);font-size:1.15rem;font-weight:500}.item-scene-group>header>strong{color:var(--color-accent-purple-light);font-size:.78rem;font-weight:500}.item-scene-list{display:grid}.item-scene-row{display:grid;grid-template-columns:54px minmax(0,1fr);gap:17px;padding:19px 20px;border-bottom:1px solid var(--color-border)}.item-scene-row:last-child{border-bottom:0}.item-scene-number{display:grid;place-items:center;align-self:start;width:46px;height:46px;border:1px solid rgba(212,175,55,.3);border-radius:50%;color:var(--color-accent-gold);font-family:var(--font-display);font-size:.8rem}.item-scene-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.item-scene-heading span{display:block;margin-bottom:3px;color:var(--color-accent-purple-light);font-size:.69rem;letter-spacing:.05em;text-transform:uppercase}.item-scene-heading h4{margin:0;color:var(--color-accent-gold);font-family:var(--font-display);font-size:1.08rem;font-weight:500}.item-scene-heading small{color:var(--color-text-muted);font-size:.76rem;white-space:nowrap}.item-scene-main>p{margin:9px 0 0;color:var(--color-text-secondary);line-height:1.6}.item-scene-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:flex-start;margin-top:14px}.item-scene-actions>button,.item-scene-actions summary{padding:8px 12px;border:1px solid rgba(212,175,55,.42);border-radius:6px;background:#d4af3714;color:var(--color-accent-gold);font:inherit;font-size:.78rem;cursor:pointer}.item-scene-actions details{flex:1 1 300px}.item-scene-actions summary{display:inline-flex;list-style:none}.item-scene-actions summary::-webkit-details-marker{display:none}.item-moment-list{display:grid;gap:7px;margin-top:9px}.item-moment-list button{display:grid;grid-template-columns:65px minmax(0,1fr);gap:12px;width:100%;padding:11px 12px;border:1px solid var(--color-border);border-radius:6px;background:#00000024;color:inherit;font:inherit;text-align:left;cursor:pointer}.item-moment-list button:hover{border-color:#d4af3757;background:#d4af370d}.item-moment-list button>span:first-child{color:var(--color-accent-gold);font-size:.78rem}.item-moment-list button>span:last-child{display:flex;flex-direction:column;gap:3px}.item-moment-list strong{color:var(--color-accent-purple-light);font-size:.86rem;font-weight:500}.item-moment-list small{color:var(--color-text-muted);font-size:.78rem;line-height:1.45}.item-not-found{width:min(900px,calc(100% - 40px));margin:0 auto;padding:100px 0;text-align:center}.item-not-found h1{color:var(--color-accent-gold);font-family:var(--font-display)}.item-not-found a{color:var(--color-accent-purple-light)}@media(max-width:1080px){.item-detail-hero{grid-template-columns:minmax(0,1fr) 170px;gap:30px}.item-overview-section{grid-template-columns:minmax(0,1.45fr) minmax(280px,.85fr);gap:28px}.item-property-grid,.item-provenance-grid,.item-association-groups,.item-mystery-grid{grid-template-columns:1fr}.item-event-association-group{grid-column:auto}}@media(max-width:820px){.item-detail-shell{width:min(100% - 30px,760px)}.item-detail-hero{grid-template-columns:1fr}.item-emblem{display:none}.item-section-nav{top:80px}.item-overview-section{grid-template-columns:1fr}.item-overview-sidebar{position:static}.item-state-links,.item-associated-event-grid{grid-template-columns:1fr}}@media(max-width:600px){.item-detail-shell{width:min(100% - 22px,560px);padding-top:16px}.item-breadcrumbs{overflow-x:auto;white-space:nowrap}.item-detail-hero h1{font-size:clamp(2.2rem,12vw,3.2rem)}.item-section-nav{top:72px;margin-bottom:32px}.item-detail-section{margin-bottom:52px;scroll-margin-top:145px}.item-overview-block,.item-side-card,.item-current-state-card>header,.item-current-state-card>p,.item-provenance-card,.item-association-group,.item-mystery-card{padding-right:17px;padding-left:17px}.item-current-state-card>header,.item-journey-content>header,.item-scene-heading,.item-shared-player>header{flex-direction:column}.item-current-state-card>p{padding-top:18px}.item-state-links{padding:10px 17px 20px}.item-property-grid,.item-stat-grid,.item-provenance-identities{grid-template-columns:1fr}.item-property-card{grid-template-columns:38px minmax(0,1fr);padding:15px}.item-journey-entry{grid-template-columns:36px minmax(0,1fr);gap:11px}.item-journey-marker{width:36px;height:36px}.item-journey-timeline:before{left:18px}.item-journey-content>header,.item-journey-content>p{padding-right:16px;padding-left:16px}.item-journey-scenes{padding-right:16px;padding-left:16px}.item-scene-row{grid-template-columns:1fr;padding:16px}.item-scene-number{width:38px;height:38px}.item-scene-heading small{white-space:normal}.item-moment-list button{grid-template-columns:1fr}}.location-detail-page{width:min(1500px,calc(100% - 32px));margin:0 auto;padding:var(--spacing-xl) 0 var(--spacing-2xl)}.location-not-found{min-height:50vh;display:grid;place-content:center;gap:var(--spacing-md);text-align:center}.location-not-found h1{color:var(--color-accent-gold)}.location-breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:var(--spacing-sm);margin-bottom:var(--spacing-lg);color:var(--color-text-muted);font-size:14px}.location-breadcrumbs a{color:var(--color-accent-gold)}.location-hero{display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:clamp(28px,5vw,72px);align-items:center;margin-bottom:var(--spacing-xl)}.location-hero-copy{min-width:0}.location-kicker,.location-side-kicker,.location-section-heading>span,.location-geography-card>header>span,.location-current-card>header span,.location-event-group>header span,.location-scene-group>header span,.location-shared-player>header span,.location-player-placeholder span{color:var(--color-accent-purple-light);font-family:var(--font-display);font-size:12px;letter-spacing:.14em;text-transform:uppercase}.location-hero h1{margin:6px 0 18px;color:var(--color-accent-gold);font-size:clamp(42px,5.4vw,76px);line-height:1.02;overflow-wrap:anywhere}.location-badge-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.location-badge{display:inline-flex;align-items:center;min-height:36px;padding:7px 16px;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:#1a1a26b8;font-family:var(--font-display);font-size:13px;letter-spacing:.04em;text-transform:uppercase}.location-badge-type{border-color:#d4af37b8;color:var(--color-accent-gold-light)}.location-badge-status{color:var(--color-text-secondary)}.location-badge-status.tone-positive{border-color:#4abe6eb3;color:#78d994}.location-badge-status.tone-danger{border-color:#da5050bf;color:#ee8c8c}.location-badge-status.tone-mystery,.location-badge-status.tone-cosmic{border-color:#8b6cb8cc;color:var(--color-accent-purple-light)}.location-subtitle{max-width:1100px;margin-top:22px;color:var(--color-accent-purple-light);font-size:clamp(18px,2vw,24px);font-style:italic;line-height:1.55}.location-emblem{position:relative;min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;overflow:hidden;padding:24px;border:1px solid var(--color-border);border-radius:var(--radius-xl);background:radial-gradient(circle at 50% 32%,rgba(139,108,184,.18),transparent 42%),linear-gradient(145deg,#1a1a26f2,#0a0a0ff5);text-align:center;box-shadow:0 18px 50px #00000047}.location-emblem:before,.location-emblem:after{content:"";position:absolute;border:1px solid rgba(212,175,55,.24);border-radius:50%}.location-emblem:before{width:154px;height:154px}.location-emblem:after{width:116px;height:116px;border-color:#8b6cb852}.location-emblem>*{position:relative;z-index:1}.location-emblem>span{display:grid;place-items:center;width:82px;height:82px;border:1px solid rgba(212,175,55,.7);border-radius:50%;color:var(--color-accent-gold);font-family:var(--font-display);font-size:12px;letter-spacing:.12em}.location-emblem strong{max-width:190px;color:var(--color-text-primary);font-family:var(--font-display);font-size:17px}.location-emblem small{color:var(--color-text-muted);font-size:12px;text-transform:uppercase;letter-spacing:.08em}.location-section-nav{position:sticky;top:96px;z-index:18;display:flex;align-items:center;gap:6px;overflow-x:auto;margin:0 0 var(--spacing-xl);padding:9px;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:#12121af0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 12px 34px #00000047;scrollbar-width:none}.location-section-nav::-webkit-scrollbar{display:none}.location-section-nav a{flex:0 0 auto;padding:9px 13px;border-radius:var(--radius-sm);color:var(--color-text-secondary);font-family:var(--font-display);font-size:12px;letter-spacing:.04em;text-transform:uppercase}.location-section-nav a:hover{background:#d4af371a;color:var(--color-accent-gold-light)}.location-layout{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:clamp(28px,4vw,56px);align-items:start}.location-main-column,.location-sidebar{min-width:0}.location-detail-section{scroll-margin-top:170px;margin-bottom:clamp(42px,6vw,72px)}.location-section-heading{margin-bottom:20px}.location-section-heading h2{margin-top:4px;color:var(--color-accent-gold);font-size:clamp(27px,3vw,39px)}.location-overview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.location-overview-block{min-width:0;padding:24px;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:linear-gradient(145deg,#1a1a26d1,#12121ad1)}.location-overview-block-wide{grid-column:1 / -1}.location-overview-block h3{margin-bottom:12px;color:var(--color-accent-gold-light);font-size:19px}.location-overview-block p,.location-geography-card p,.location-current-card>p,.location-event-group>header p,.location-event-list>a>p,.location-mystery-card>p,.location-mystery-latest p,.location-scene-main>p{color:var(--color-text-secondary);font-size:16px;line-height:1.75}.location-history-list{display:grid;gap:14px}.location-history-list>div{padding:16px;border-left:2px solid var(--color-accent-purple);background:#0a0a0f52}.location-history-list strong{display:block;margin-bottom:6px;color:var(--color-accent-purple-light);font-family:var(--font-display)}.location-geography-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.location-geography-card{overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-bg-card)}.location-geography-card>header,.location-current-card>header,.location-event-group>header,.location-scene-group>header,.location-shared-player>header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:20px 22px;border-bottom:1px solid var(--color-border);background:#0a0a0f47}.location-geography-card>header h3,.location-current-card>header h3,.location-event-group>header h3,.location-scene-group>header h3,.location-shared-player>header h3{margin-top:5px;color:var(--color-accent-gold-light);font-size:21px}.location-geography-card>p{padding:20px 22px 0}.location-hierarchy-path{display:grid;gap:0;padding:20px 22px 22px}.location-hierarchy-path>div{position:relative;display:grid;grid-template-columns:120px minmax(0,1fr);gap:14px;padding:13px 0;border-bottom:1px solid rgba(45,45,61,.72)}.location-hierarchy-path>div:last-child{border-bottom:0}.location-hierarchy-path span{color:var(--color-text-muted);font-size:12px;text-transform:uppercase;letter-spacing:.06em}.location-hierarchy-path a,.location-hierarchy-path strong{color:var(--color-accent-purple-light);font-family:var(--font-display)}.location-child-grid{display:grid;gap:10px;padding:18px}.location-child-grid a{display:grid;gap:4px;padding:14px 15px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:#6b4c9a1a}.location-child-grid a:hover{border-color:#d4af378c;background:#d4af3714}.location-child-grid strong{color:var(--color-accent-purple-light);font-family:var(--font-display)}.location-child-grid small{color:var(--color-text-muted);line-height:1.45}.location-feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.location-feature-card{display:grid;grid-template-columns:42px minmax(0,1fr);gap:14px;align-items:start;min-height:94px;padding:18px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:linear-gradient(145deg,#1a1a26d1,#12121ac7)}.location-feature-card>span{display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(212,175,55,.52);border-radius:50%;color:var(--color-accent-gold);font-family:var(--font-display);font-size:12px}.location-feature-card p{color:var(--color-text-secondary);line-height:1.6}.location-current-card{overflow:hidden;border:1px solid rgba(139,108,184,.42);border-radius:var(--radius-lg);background:radial-gradient(circle at 88% 10%,rgba(107,76,154,.13),transparent 36%),var(--color-bg-card)}.location-current-card>p{padding:22px}.location-condition-list{padding:0 22px 22px}.location-condition-list>span{display:block;margin-bottom:10px;color:var(--color-accent-gold-light);font-family:var(--font-display);font-size:13px;letter-spacing:.06em;text-transform:uppercase}.location-condition-list>div{display:grid;gap:8px}.location-condition-list>div>div{display:grid;grid-template-columns:18px minmax(0,1fr);gap:9px;padding:12px 14px;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:#0a0a0f47}.location-condition-list>div>div>span{color:var(--color-accent-purple-light);font-size:9px;padding-top:6px}.location-condition-list p{color:var(--color-text-secondary);line-height:1.55}.location-association-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.location-association-group{overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-bg-card)}.location-association-group>header{display:flex;justify-content:space-between;gap:16px;padding:17px 19px;border-bottom:1px solid var(--color-border)}.location-association-group>header h3{color:var(--color-accent-gold-light);font-size:18px}.location-association-group>header span{display:grid;place-items:center;min-width:30px;height:30px;border:1px solid rgba(139,108,184,.5);border-radius:50%;color:var(--color-accent-purple-light);font-family:var(--font-display);font-size:12px}.location-association-links{display:grid;gap:9px;padding:14px}.location-association-links a{display:grid;gap:3px;padding:13px 14px;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:#6b4c9a1a}.location-association-links a:hover{border-color:#d4af3780;background:#d4af3714}.location-association-links strong{color:var(--color-accent-purple-light);font-family:var(--font-display)}.location-association-links span{color:var(--color-accent-gold);font-size:12px}.location-association-links small{color:var(--color-text-muted);line-height:1.45}.location-association-group details{padding:0 14px 14px}.location-association-group summary{cursor:pointer;color:var(--color-accent-gold);font-size:13px}.location-association-more{padding:10px 0 0}.location-event-groups{display:grid;gap:18px}.location-event-group{overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-bg-card)}.location-event-group>header>div{min-width:0}.location-event-group>header p{max-width:760px;margin-top:7px;font-size:14px}.location-event-group>header>strong{display:grid;place-items:center;min-width:42px;height:42px;border:1px solid rgba(212,175,55,.5);border-radius:50%;color:var(--color-accent-gold);font-family:var(--font-display)}.location-event-historical{border-color:#8b6cb873}.location-event-occurred{border-color:#d4af375c}.location-event-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:16px}.location-event-list>a{display:flex;flex-direction:column;min-height:190px;padding:17px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:#0a0a0f47}.location-event-list>a:hover{border-color:#d4af378f;transform:translateY(-1px)}.location-event-list>a>div>span{color:var(--color-accent-purple-light);font-size:11px;letter-spacing:.08em;text-transform:uppercase}.location-event-list h4{margin:5px 0 10px;color:var(--color-accent-gold-light);font-size:18px}.location-event-list>a>p{flex:1;font-size:14px}.location-event-list footer{display:flex;justify-content:space-between;gap:12px;margin-top:15px;padding-top:12px;border-top:1px solid var(--color-border)}.location-event-list footer span{color:var(--color-accent-purple-light);font-size:12px}.location-event-list footer small{color:var(--color-text-muted);text-align:right}.location-mystery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.location-mystery-card{padding:20px;border:1px solid rgba(139,108,184,.46);border-radius:var(--radius-lg);background:radial-gradient(circle at 90% 5%,rgba(107,76,154,.14),transparent 40%),var(--color-bg-card)}.location-mystery-card>header{display:flex;justify-content:space-between;gap:12px;margin-bottom:13px}.location-mystery-card>header span{color:var(--color-accent-purple-light);font-size:12px;text-transform:uppercase;letter-spacing:.07em}.location-mystery-card>header a{font-size:12px}.location-mystery-card h3{margin-bottom:10px;color:var(--color-accent-gold-light);font-size:19px}.location-mystery-latest{margin-top:16px;padding:14px;border-left:2px solid var(--color-accent-purple);background:#0a0a0f52}.location-mystery-latest>span{display:block;margin-bottom:5px;color:var(--color-text-muted);font-size:11px;text-transform:uppercase;letter-spacing:.06em}.location-mystery-latest strong{display:block;margin-bottom:5px;color:var(--color-accent-purple-light)}.location-mystery-latest p{font-size:14px}.location-shared-player{scroll-margin-top:170px;overflow:hidden;margin-bottom:22px;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-bg-card)}.location-shared-player>header a{flex:0 0 auto;padding:8px 11px;border:1px solid rgba(212,175,55,.46);border-radius:var(--radius-sm);font-size:12px}.location-player-placeholder{min-height:230px;display:grid;place-content:center;gap:7px;padding:28px;background:radial-gradient(circle at 50% 50%,rgba(107,76,154,.16),transparent 44%),#0a0a0f80;text-align:center}.location-player-placeholder strong{color:var(--color-text-secondary);font-size:18px}.location-scene-groups{display:grid;gap:18px}.location-scene-group{overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-bg-card)}.location-scene-group>header>strong{color:var(--color-accent-gold);font-family:var(--font-display);font-size:13px}.location-scene-list{display:grid}.location-scene-row{display:grid;grid-template-columns:52px minmax(0,1fr);gap:17px;padding:20px;border-bottom:1px solid var(--color-border)}.location-scene-row:last-child{border-bottom:0}.location-scene-number{display:grid;place-items:center;width:48px;height:48px;border:1px solid rgba(212,175,55,.54);border-radius:50%;color:var(--color-accent-gold);font-family:var(--font-display);font-size:13px}.location-scene-main{min-width:0}.location-scene-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.location-scene-heading>div>span{color:var(--color-accent-purple-light);font-size:11px;letter-spacing:.07em;text-transform:uppercase}.location-scene-heading h4{margin-top:4px;color:var(--color-accent-gold-light);font-size:19px}.location-scene-heading small{flex:0 0 auto;color:var(--color-text-muted);white-space:nowrap}.location-scene-main>p{margin-top:10px;font-size:14px}.location-scene-actions{display:flex;align-items:flex-start;flex-wrap:wrap;gap:10px;margin-top:15px}.location-scene-actions>button,.location-scene-actions summary{cursor:pointer;padding:8px 12px;border:1px solid rgba(212,175,55,.52);border-radius:var(--radius-sm);background:#d4af3714;color:var(--color-accent-gold-light);font-family:var(--font-display);font-size:12px}.location-scene-actions>button:hover,.location-scene-actions summary:hover{background:#d4af3726}.location-scene-actions details{min-width:min(100%,520px)}.location-moment-list{display:grid;gap:7px;margin-top:10px}.location-moment-list button{cursor:pointer;display:grid;grid-template-columns:72px minmax(0,1fr);gap:12px;width:100%;padding:11px 12px;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:#0a0a0f75;color:inherit;text-align:left}.location-moment-list button:hover{border-color:#8b6cb8b8;background:#6b4c9a1f}.location-moment-list button>span:first-child{color:var(--color-accent-gold);font-size:12px}.location-moment-list button>span:last-child{display:grid;gap:3px}.location-moment-list strong{color:var(--color-accent-purple-light);font-size:14px}.location-moment-list small{color:var(--color-text-muted);line-height:1.4}.location-sidebar{position:sticky;top:170px;display:grid;gap:18px}.location-side-card{padding:23px;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-bg-card);box-shadow:0 14px 38px #0000002e}.location-side-card h2{margin:4px 0 18px;color:var(--color-accent-gold);font-size:21px}.location-info-row{display:grid;grid-template-columns:128px minmax(0,1fr);gap:12px;padding:10px 0;border-bottom:1px solid rgba(45,45,61,.74)}.location-info-row:last-child{border-bottom:0}.location-info-row strong{color:var(--color-accent-gold-light);font-size:13px}.location-info-row span,.location-info-row a{color:var(--color-text-secondary);font-size:13px}.location-info-row a{color:var(--color-accent-purple-light)}.location-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.location-stat-grid>div{display:grid;gap:2px;min-height:78px;align-content:center;padding:12px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:#0a0a0f4d;text-align:center}.location-stat-grid strong{color:var(--color-accent-gold);font-family:var(--font-display);font-size:22px}.location-stat-grid span{color:var(--color-text-muted);font-size:11px;text-transform:uppercase;letter-spacing:.05em}.location-context-chain{display:grid;gap:7px}.location-context-chain>div{margin-left:calc(var(--location-depth, 0) * 13px);padding:10px 12px;border-left:2px solid rgba(139,108,184,.52);background:#6b4c9a14}.location-context-chain a,.location-context-chain strong{color:var(--color-accent-purple-light);font-family:var(--font-display);font-size:13px}.location-mode-metaphysical .location-emblem{background:radial-gradient(circle at 50% 40%,rgba(139,108,184,.28),transparent 38%),linear-gradient(145deg,#171226fa,#07070efa)}.location-mode-secret .location-emblem{background:radial-gradient(circle at 50% 42%,rgba(150,35,50,.18),transparent 40%),linear-gradient(145deg,#1c1218fa,#08080dfa)}@media(max-width:1180px){.location-layout{grid-template-columns:minmax(0,1fr) 330px;gap:28px}.location-hero{grid-template-columns:minmax(0,1fr) 210px}.location-emblem{min-height:195px}.location-event-list,.location-association-grid,.location-mystery-grid{grid-template-columns:1fr}}@media(max-width:920px){.location-detail-page{width:min(100% - 24px,1500px);padding-top:22px}.location-hero{grid-template-columns:1fr}.location-emblem{display:none}.location-layout{grid-template-columns:1fr}.location-sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr));grid-row:1}.location-main-column{grid-row:2}.location-section-nav{top:82px}.location-detail-section,.location-shared-player{scroll-margin-top:155px}}@media(max-width:700px){.location-hero h1{font-size:clamp(37px,12vw,54px)}.location-subtitle{font-size:18px}.location-overview-grid,.location-geography-grid,.location-feature-grid,.location-sidebar{grid-template-columns:1fr}.location-section-nav{margin-right:-12px;margin-left:-12px;border-right:0;border-left:0;border-radius:0}.location-hierarchy-path>div,.location-info-row{grid-template-columns:1fr;gap:4px}.location-event-list{grid-template-columns:1fr}.location-scene-row{grid-template-columns:1fr;padding:16px}.location-scene-number{width:40px;height:40px}.location-scene-heading,.location-geography-card>header,.location-current-card>header,.location-event-group>header,.location-scene-group>header,.location-shared-player>header{flex-direction:column}.location-scene-heading small{white-space:normal}.location-moment-list button{grid-template-columns:1fr}.location-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:460px){.location-detail-page{width:calc(100% - 20px)}.location-overview-block,.location-side-card,.location-mystery-card{padding:17px}.location-geography-card>header,.location-geography-card>p,.location-hierarchy-path,.location-current-card>header,.location-current-card>p,.location-condition-list,.location-event-group>header,.location-scene-group>header,.location-shared-player>header{padding-right:16px;padding-left:16px}.location-feature-card{grid-template-columns:38px minmax(0,1fr);padding:15px}.location-feature-card>span{width:38px;height:38px}.location-stat-grid{grid-template-columns:1fr 1fr}}.home-page-v3{width:min(1280px,calc(100% - 32px));margin:0 auto;padding:54px 0 88px}.home-hero{position:relative;max-width:980px;margin:0 auto 76px;text-align:center}.home-hero:before{content:"";position:absolute;inset:-80px 8% auto;height:280px;pointer-events:none;background:radial-gradient(circle,rgba(107,76,154,.2),transparent 68%);filter:blur(20px)}.home-eyebrow,.home-section-heading span,.home-trailer-copy>span{display:block;color:var(--color-accent-purple-light);font-family:var(--font-display);font-size:12px;letter-spacing:.16em;text-transform:uppercase}.home-hero h1{position:relative;margin:10px 0 18px;color:var(--color-accent-gold);font-size:clamp(46px,6vw,78px);line-height:1.05;text-shadow:0 0 38px rgba(212,175,55,.18)}.home-hero>p{position:relative;max-width:760px;margin:0 auto;color:var(--color-text-secondary);font-size:clamp(18px,2vw,23px);line-height:1.75}.home-hero>p strong{color:var(--color-accent-purple-light);font-weight:500}.home-hero-actions,.home-latest-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin-top:24px}.home-primary-action,.home-secondary-action,.home-trailer-copy button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:10px 20px;border-radius:8px;font-family:var(--font-display);font-size:13px;letter-spacing:.04em;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease}.home-primary-action,.home-trailer-copy button{border:1px solid var(--color-accent-gold);background:linear-gradient(135deg,#d4af3733,#6b4c9a29);color:var(--color-accent-gold-light)}.home-secondary-action{border:1px solid var(--color-border);background:#1a1a26d1;color:var(--color-text-primary)}.home-primary-action:hover,.home-secondary-action:hover,.home-trailer-copy button:hover{transform:translateY(-2px);border-color:var(--color-accent-gold-light);color:var(--color-accent-gold-light)}.home-search{position:relative;z-index:3;max-width:760px;margin:34px auto 0;text-align:left}.home-search>label{display:block;margin-bottom:8px;color:var(--color-text-muted);font-size:12px;letter-spacing:.08em;text-transform:uppercase}.home-search-field{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;min-height:58px;padding:0 15px;border:1px solid rgba(107,76,154,.8);border-radius:12px;background:#0d0d14f0;box-shadow:0 16px 44px #00000040}.home-search-field>span{color:var(--color-accent-gold);font-size:28px;line-height:1}.home-search-field input{width:100%;border:0;outline:0;background:transparent;color:var(--color-text-primary);font:inherit;font-size:16px}.home-search-field input::placeholder{color:#777482}.home-search-clear{border:0;background:transparent;color:var(--color-text-muted);cursor:pointer;font-size:12px}.home-search-results{position:absolute;top:calc(100% + 8px);right:0;left:0;max-height:440px;overflow:auto;padding:14px;border:1px solid var(--color-border);border-radius:12px;background:#11111afa;box-shadow:0 28px 70px #00000085}.home-search-results section+section{margin-top:12px;padding-top:12px;border-top:1px solid var(--color-border)}.home-search-results h3{margin-bottom:7px;color:var(--color-accent-gold);font-size:12px;letter-spacing:.1em;text-transform:uppercase}.home-search-results section>div{display:grid;gap:5px}.home-search-results a{display:grid;gap:2px;padding:9px 10px;border-radius:7px;color:var(--color-text-primary)}.home-search-results a:hover{background:#6b4c9a2b}.home-search-results a span{overflow:hidden;color:var(--color-text-muted);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.home-search-results>p{padding:18px;color:var(--color-text-secondary);text-align:center}.home-section{margin-bottom:78px}.home-section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}.home-section-heading h2,.home-trailer-copy h2{margin-top:5px;color:var(--color-accent-gold);font-size:clamp(30px,4vw,44px)}.home-section-heading>a{color:var(--color-accent-purple-light);font-size:13px}.home-latest-section{padding:34px;border:1px solid rgba(107,76,154,.72);border-radius:16px;background:linear-gradient(135deg,#6b4c9a21,#14141edb);box-shadow:0 22px 54px #0000003b}.home-latest-card{display:grid;grid-template-columns:minmax(300px,.9fr) minmax(0,1.1fr);gap:32px;align-items:stretch}.home-latest-image{position:relative;min-height:290px;overflow:hidden;border:1px solid var(--color-border);border-radius:12px;background:#09090e}.home-latest-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.home-latest-image:hover img{transform:scale(1.025)}.home-latest-image span{position:absolute;right:14px;bottom:14px;padding:7px 11px;border:1px solid var(--color-accent-gold);border-radius:6px;background:#09090ee6;color:var(--color-accent-gold-light);font-family:var(--font-display);font-size:12px}.home-latest-copy{display:flex;flex-direction:column;justify-content:center}.home-latest-kicker{color:var(--color-accent-gold);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.home-latest-copy h3{margin:8px 0 12px;font-size:clamp(28px,3vw,40px)}.home-latest-copy>p{color:var(--color-text-secondary);line-height:1.75}.home-latest-stats{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.home-latest-stats span{padding:7px 10px;border:1px solid var(--color-border);border-radius:999px;background:#0c0c127a;color:var(--color-text-muted);font-size:12px}.home-latest-stats strong{color:var(--color-text-primary)}.home-latest-actions{justify-content:flex-start}.home-archive-groups{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.home-archive-group{padding:22px;border:1px solid var(--color-border);border-radius:14px;background:linear-gradient(155deg,#1c1b29d6,#0f0f17f0)}.home-archive-group>header{min-height:92px;margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid var(--color-border)}.home-archive-group>header h3{color:var(--color-accent-gold);font-size:22px}.home-archive-group>header p{margin-top:7px;color:var(--color-text-muted);font-size:13px}.home-archive-group>div{display:grid;gap:10px}.home-archive-card{display:grid;grid-template-columns:40px minmax(0,1fr) auto;gap:12px;align-items:center;padding:14px;border:1px solid transparent;border-radius:10px;background:#6b4c9a12;color:var(--color-text-primary);transition:transform .18s ease,border-color .18s ease,background .18s ease}.home-archive-card:hover{transform:translate(3px);border-color:#d4af377a;background:#6b4c9a24}.home-archive-mark{display:grid;width:40px;height:40px;place-content:center;border:1px solid rgba(212,175,55,.5);border-radius:50%;color:var(--color-accent-gold-light);font-family:var(--font-display)}.home-archive-title-row{display:flex;justify-content:space-between;gap:10px}.home-archive-title-row h3{font-size:16px}.home-archive-title-row span{color:var(--color-text-muted);font-size:10px;white-space:nowrap}.home-archive-card p{margin-top:3px;color:var(--color-text-muted);font-size:12px;line-height:1.45}.home-archive-arrow{color:var(--color-accent-gold)}.home-thread-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.home-thread-card{display:flex;flex-direction:column;min-height:380px;padding:22px;border:1px solid rgba(107,76,154,.6);border-radius:14px;background:linear-gradient(145deg,#201b2fc2,#101018f0)}.home-thread-card>header{display:flex;justify-content:space-between;gap:12px;align-items:center}.home-thread-card>header small{color:var(--color-text-muted);font-size:10px}.home-thread-status{padding:4px 8px;border:1px solid rgba(139,108,184,.6);border-radius:999px;color:var(--color-accent-purple-light);font-size:10px;letter-spacing:.08em;text-transform:uppercase}.home-thread-card h3{margin:20px 0 10px;color:var(--color-accent-gold);font-size:22px}.home-thread-card>p{color:var(--color-text-secondary);line-height:1.65}.home-thread-development{display:grid;gap:4px;margin:20px 0;padding:14px;border-left:2px solid var(--color-accent-purple);background:#6b4c9a14}.home-thread-development span{color:var(--color-text-muted);font-size:10px;letter-spacing:.08em;text-transform:uppercase}.home-thread-development strong{color:var(--color-text-primary);font-size:13px}.home-thread-development small{display:-webkit-box;overflow:hidden;color:var(--color-text-muted);font-size:11px;-webkit-box-orient:vertical;-webkit-line-clamp:3}.home-thread-card>a{margin-top:auto;color:var(--color-accent-gold-light);font-size:12px}.home-highlights-layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(340px,.75fr);gap:20px;align-items:start}.home-highlight-player,.home-highlight-list{border:1px solid var(--color-border);border-radius:14px;background:#13131de6;overflow:hidden}.home-highlight-player>header{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:18px 20px}.home-highlight-player>header span{color:var(--color-accent-purple-light);font-size:11px;text-transform:uppercase}.home-highlight-player>header h3{margin-top:4px;color:var(--color-accent-gold);font-size:21px}.home-highlight-player>header a{font-size:11px;white-space:nowrap}.home-highlight-player>p{padding:17px 20px 20px;color:var(--color-text-secondary);line-height:1.65}.home-highlight-list{display:grid;gap:0}.home-highlight-row+.home-highlight-row{border-top:1px solid var(--color-border)}.home-highlight-row>button{display:grid;width:100%;grid-template-columns:42px minmax(0,1fr) auto;gap:12px;align-items:start;padding:17px;border:0;background:transparent;color:var(--color-text-primary);text-align:left;cursor:pointer}.home-highlight-row.is-active>button,.home-highlight-row>button:hover{background:#6b4c9a24}.home-highlight-number{display:grid;width:40px;height:40px;place-content:center;border:1px solid rgba(212,175,55,.5);border-radius:50%;color:var(--color-accent-gold);font-family:var(--font-display);font-size:12px}.home-highlight-row button>span:nth-child(2){display:grid;gap:4px}.home-highlight-row button small{color:var(--color-accent-purple-light);font-size:10px;text-transform:uppercase}.home-highlight-row button strong{color:var(--color-text-primary);font-family:var(--font-display);font-size:15px}.home-highlight-row button span span{display:-webkit-box;overflow:hidden;color:var(--color-text-muted);font-size:11px;-webkit-box-orient:vertical;-webkit-line-clamp:2}.home-highlight-row button em{color:var(--color-accent-gold);font-size:10px;font-style:normal;text-transform:uppercase}.home-highlight-row details{border-top:1px solid rgba(45,45,61,.65)}.home-highlight-row summary{padding:10px 17px;color:var(--color-text-muted);cursor:pointer;font-size:11px}.home-highlight-row details>div{display:grid;padding:0 17px 14px}.home-highlight-row details button{display:grid;grid-template-columns:58px minmax(0,1fr);gap:9px;padding:8px 0;border:0;border-top:1px solid rgba(45,45,61,.45);background:transparent;color:var(--color-text-primary);text-align:left;cursor:pointer}.home-highlight-row details button span{color:var(--color-accent-gold);font-size:10px}.home-highlight-row details button strong{font-size:11px}.home-trailer-section{display:grid;grid-template-columns:minmax(280px,.7fr) minmax(0,1.3fr);gap:30px;align-items:center;padding:30px;border:1px solid rgba(212,175,55,.4);border-radius:16px;background:linear-gradient(145deg,#2d24122e,#13131ded)}.home-trailer-copy p{margin-top:14px;color:var(--color-text-secondary);line-height:1.7}.home-trailer-copy button{margin-top:20px}.home-trailer-media{overflow:hidden;border:1px solid var(--color-border);border-radius:12px;background:#000}.home-trailer-poster{position:relative;display:block;width:100%;padding:0;border:0;background:#000;cursor:pointer}.home-trailer-poster img{display:block;width:100%;aspect-ratio:16 / 9;object-fit:cover;opacity:.86}.home-trailer-poster span{position:absolute;top:50%;left:50%;display:grid;width:64px;height:64px;place-content:center;border:1px solid var(--color-accent-gold-light);border-radius:50%;background:#0a0a0fd6;color:var(--color-accent-gold-light);font-size:23px;transform:translate(-50%,-50%)}.home-support-section{position:relative;display:grid;grid-template-columns:88px minmax(0,1fr) auto;gap:26px;align-items:center;overflow:hidden;padding:30px 32px;border:1px solid rgba(212,175,55,.42);border-radius:16px;background:radial-gradient(circle at 12% 50%,rgba(107,76,154,.2),transparent 34%),linear-gradient(145deg,#281f122e,#12121cf0);box-shadow:0 20px 48px #0003}.home-support-section:after{position:absolute;top:-75px;right:-55px;width:210px;height:210px;border:1px solid rgba(139,108,184,.14);border-radius:50%;content:"";pointer-events:none}.home-support-emblem{position:relative;z-index:1;display:grid;width:78px;height:78px;place-content:center;border:1px solid rgba(212,175,55,.52);border-radius:50%;background:radial-gradient(circle,#8b6cb838,#0a0a0fb8 68%);color:var(--color-accent-gold-light);box-shadow:inset 0 0 0 7px #d4af3709;font-size:26px}.home-support-copy{position:relative;z-index:1}.home-support-copy>span,.static-information-section-kicker{display:block;margin-bottom:6px;color:var(--color-accent-purple-light);font-family:var(--font-display);font-size:11px;letter-spacing:.15em;text-transform:uppercase}.home-support-copy h2{margin-bottom:9px;color:var(--color-accent-gold);font-size:clamp(25px,3vw,34px)}.home-support-copy p{max-width:720px;color:var(--color-text-secondary);line-height:1.7}.home-support-copy small{display:block;margin-top:9px;color:var(--color-text-muted);font-size:12px;line-height:1.55}.home-support-action,.static-information-support-action,.site-footer-support{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:10px 17px;border:1px solid rgba(212,175,55,.58);border-radius:8px;background:linear-gradient(135deg,#d4af371f,#6b4c9a1f);color:var(--color-accent-gold-light);font-family:var(--font-display);font-size:13px;letter-spacing:.035em;white-space:nowrap;transition:transform .18s ease,border-color .18s ease,background .18s ease}.home-support-action{position:relative;z-index:1}.home-support-action:hover,.home-support-action:focus-visible,.static-information-support-action:hover,.static-information-support-action:focus-visible,.site-footer-support:hover,.site-footer-support:focus-visible{transform:translateY(-2px);border-color:var(--color-accent-gold-light);background:linear-gradient(135deg,#d4af372e,#6b4c9a2e);color:var(--color-accent-gold-light)}.home-about-section{margin-bottom:0;padding:30px;border:1px solid var(--color-border);border-radius:16px;background:#181823b8}.home-about-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.home-about-grid article{padding:20px;border:1px solid rgba(45,45,61,.86);border-radius:11px;background:#0a0a0f47}.home-about-grid article>span{color:var(--color-accent-purple-light);font-family:var(--font-display);font-size:12px}.home-about-grid h3{margin:8px 0;color:var(--color-accent-gold);font-size:18px}.home-about-grid p{color:var(--color-text-muted);font-size:13px;line-height:1.65}@media(max-width:900px){.home-support-section{grid-template-columns:70px minmax(0,1fr)}.home-support-emblem{width:64px;height:64px}.home-support-action{width:fit-content;grid-column:2}}@media(max-width:620px){.home-support-section{grid-template-columns:1fr;gap:18px;padding:25px 22px}.home-support-emblem{width:56px;height:56px}.home-support-action{width:100%;grid-column:auto}}@media(max-width:1050px){.home-archive-groups,.home-thread-grid{grid-template-columns:1fr}.home-archive-group>header{min-height:auto}.home-highlights-layout,.home-trailer-section,.home-highlight-list{grid-template-columns:1fr}}@media(max-width:820px){.home-page-v3{width:min(100% - 24px,1280px);padding-top:38px}.home-hero{margin-bottom:58px}.home-latest-card{grid-template-columns:1fr}.home-latest-image{min-height:0;aspect-ratio:16 / 9}.home-about-grid{grid-template-columns:1fr}}@media(max-width:620px){.home-page-v3{width:calc(100% - 20px);padding-bottom:58px}.home-hero h1{font-size:clamp(39px,13vw,58px)}.home-hero>p{font-size:17px}.home-hero-actions,.home-latest-actions{display:grid;grid-template-columns:1fr}.home-primary-action,.home-secondary-action,.home-trailer-copy button{width:100%}.home-section{margin-bottom:58px}.home-section-heading{align-items:flex-start;flex-direction:column}.home-latest-section,.home-trailer-section,.home-support-section{position:relative;display:grid;grid-template-columns:88px minmax(0,1fr) auto;gap:26px;align-items:center;overflow:hidden;padding:30px 32px;border:1px solid rgba(212,175,55,.42);border-radius:16px;background:radial-gradient(circle at 12% 50%,rgba(107,76,154,.2),transparent 34%),linear-gradient(145deg,#281f122e,#12121cf0);box-shadow:0 20px 48px #0003}.home-support-section:after{position:absolute;top:-75px;right:-55px;width:210px;height:210px;border:1px solid rgba(139,108,184,.14);border-radius:50%;content:"";pointer-events:none}.home-support-emblem{position:relative;z-index:1;display:grid;width:78px;height:78px;place-content:center;border:1px solid rgba(212,175,55,.52);border-radius:50%;background:radial-gradient(circle,#8b6cb838,#0a0a0fb8 68%);color:var(--color-accent-gold-light);box-shadow:inset 0 0 0 7px #d4af3709;font-size:26px}.home-support-copy{position:relative;z-index:1}.home-support-copy>span,.static-information-section-kicker{display:block;margin-bottom:6px;color:var(--color-accent-purple-light);font-family:var(--font-display);font-size:11px;letter-spacing:.15em;text-transform:uppercase}.home-support-copy h2{margin-bottom:9px;color:var(--color-accent-gold);font-size:clamp(25px,3vw,34px)}.home-support-copy p{max-width:720px;color:var(--color-text-secondary);line-height:1.7}.home-support-copy small{display:block;margin-top:9px;color:var(--color-text-muted);font-size:12px;line-height:1.55}.home-support-action,.static-information-support-action,.site-footer-support{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:10px 17px;border:1px solid rgba(212,175,55,.58);border-radius:8px;background:linear-gradient(135deg,#d4af371f,#6b4c9a1f);color:var(--color-accent-gold-light);font-family:var(--font-display);font-size:13px;letter-spacing:.035em;white-space:nowrap;transition:transform .18s ease,border-color .18s ease,background .18s ease}.home-support-action{position:relative;z-index:1}.home-support-action:hover,.home-support-action:focus-visible,.static-information-support-action:hover,.static-information-support-action:focus-visible,.site-footer-support:hover,.site-footer-support:focus-visible{transform:translateY(-2px);border-color:var(--color-accent-gold-light);background:linear-gradient(135deg,#d4af372e,#6b4c9a2e);color:var(--color-accent-gold-light)}.home-about-section{padding:20px}.home-archive-group{padding:16px}.home-archive-card{grid-template-columns:38px minmax(0,1fr)}.home-archive-arrow{display:none}.home-archive-title-row{align-items:flex-start;flex-direction:column;gap:2px}.home-thread-card{min-height:auto}.home-highlight-player>header{align-items:flex-start;flex-direction:column}.home-highlight-row>button{grid-template-columns:38px minmax(0,1fr)}.home-highlight-row button em{display:none}.home-trailer-section{gap:20px}}:root{--site-header-height: 132px}.site-shell{display:flex;min-height:100vh;flex-direction:column}.site-main{flex:1 0 auto;min-width:0}.site-main:focus{outline:none}.site-skip-link{position:fixed;top:10px;left:14px;z-index:5000;padding:10px 14px;border:1px solid var(--color-accent-gold-light);border-radius:7px;background:var(--color-bg-primary);color:var(--color-accent-gold-light);font-family:var(--font-display);font-size:13px;letter-spacing:.04em;transform:translateY(-150%);transition:transform .16s ease}.site-skip-link:focus{transform:translateY(0)}.site-header{position:sticky;top:0;z-index:1000;border-bottom:1px solid var(--color-border);background:linear-gradient(135deg,#1a1a26f7,#12121af7);box-shadow:0 4px 22px #00000075;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.site-header-inner{display:grid;width:min(1680px,calc(100% - 48px));min-height:var(--site-header-height);margin:0 auto;padding:15px 0 12px;align-items:center;grid-template-areas:"brand actions" "navigation navigation";grid-template-columns:minmax(0,1fr) auto;column-gap:28px;row-gap:7px}.site-brand{display:grid;grid-area:brand;justify-self:start;flex:0 0 auto;color:var(--color-accent-gold);font-family:var(--font-display);font-size:28px;font-weight:700;letter-spacing:.055em;line-height:1;text-shadow:0 0 20px rgba(212,175,55,.28);white-space:nowrap;transition:color .18s ease,text-shadow .18s ease,transform .18s ease}.site-brand:hover,.site-brand:focus-visible{color:var(--color-accent-gold-light);text-shadow:0 0 28px rgba(212,175,55,.48);transform:translateY(-1px)}.site-desktop-nav{display:flex;grid-area:navigation;width:100%;min-width:0;padding-top:5px;align-items:center;justify-content:center;gap:2px;border-top:1px solid rgba(93,91,112,.22)}.site-nav-link{position:relative;display:inline-flex;min-height:44px;align-items:center;padding:9px 11px;border-radius:7px;color:var(--color-text-secondary);font-family:var(--font-display);font-size:15px;letter-spacing:.045em;white-space:nowrap;transition:color .17s ease,background-color .17s ease}.site-nav-link:after{position:absolute;right:12px;bottom:3px;left:12px;height:2px;border-radius:2px;background:linear-gradient(90deg,transparent,var(--color-accent-gold),transparent);content:"";opacity:0;transform:scaleX(.35);transition:opacity .17s ease,transform .17s ease}.site-nav-link:hover,.site-nav-link:focus-visible{background:#d4af3713;color:var(--color-accent-gold-light)}.site-nav-link.is-active{color:var(--color-accent-gold)}.site-nav-link.is-active:after{opacity:1;transform:scaleX(1)}.site-menu-toggle{display:none;min-height:44px;align-items:center;gap:11px;padding:8px 12px;border:1px solid rgba(212,175,55,.42);border-radius:8px;background:#d4af370b;color:var(--color-accent-gold-light);cursor:pointer}.site-menu-toggle-label{font-family:var(--font-display);font-size:13px;letter-spacing:.08em;text-transform:uppercase}.site-menu-toggle-icon{display:grid;width:19px;gap:4px}.site-menu-toggle-icon i{display:block;width:100%;height:2px;border-radius:1px;background:currentColor;transition:transform .18s ease,opacity .18s ease}.site-menu-toggle.is-open .site-menu-toggle-icon i:nth-child(1){transform:translateY(6px) rotate(45deg)}.site-menu-toggle.is-open .site-menu-toggle-icon i:nth-child(2){opacity:0}.site-menu-toggle.is-open .site-menu-toggle-icon i:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.site-mobile-navigation{position:fixed;inset:var(--site-header-height) 0 0;z-index:990;visibility:hidden;opacity:0;pointer-events:none;transition:visibility 0s linear .18s,opacity .18s ease}.site-mobile-navigation.is-open{visibility:visible;opacity:1;pointer-events:auto;transition-delay:0s}.site-mobile-backdrop{position:absolute;inset:0;width:100%;border:0;background:#050509ad;cursor:default}.site-mobile-panel{position:relative;display:grid;width:min(100%,520px);max-height:calc(100vh - var(--site-header-height));margin-left:auto;padding:18px 18px 28px;overflow-y:auto;border-left:1px solid var(--color-border);border-bottom:1px solid var(--color-border);background:linear-gradient(155deg,#1b1a27fc,#0b0b11fc);box-shadow:-16px 18px 45px #00000080;transform:translate(30px);transition:transform .18s ease}.site-mobile-navigation.is-open .site-mobile-panel{transform:translate(0)}.site-mobile-nav-link{display:flex;min-height:52px;align-items:center;padding:12px 14px;border-bottom:1px solid rgba(45,45,61,.72);color:var(--color-text-secondary);font-family:var(--font-display);font-size:16px;letter-spacing:.055em}.site-mobile-nav-link:before{width:3px;height:0;margin-right:0;border-radius:2px;background:var(--color-accent-gold);content:"";transition:height .16s ease,margin-right .16s ease}.site-mobile-nav-link:hover,.site-mobile-nav-link:focus-visible,.site-mobile-nav-link.is-active,.site-mobile-nav-link[aria-current=page]{background:#d4af3712;color:var(--color-accent-gold-light)}.site-mobile-nav-link.is-active:before,.site-mobile-nav-link[aria-current=page]:before{height:26px;margin-right:11px}.site-footer{flex:0 0 auto;margin-top:clamp(58px,7vw,94px);border-top:1px solid var(--color-border);background:radial-gradient(circle at 18% 0%,rgba(107,76,154,.12),transparent 34%),linear-gradient(145deg,#12121afa,#08080cfc)}.site-footer-inner{display:grid;width:min(1320px,calc(100% - 48px));margin:0 auto;padding:46px 0 38px;grid-template-columns:minmax(300px,1.6fr) repeat(2,minmax(150px,.55fr));gap:54px}.site-footer-identity>a{display:inline-block;margin-bottom:12px;color:var(--color-accent-gold);font-family:var(--font-display);font-size:24px;font-weight:700;letter-spacing:.055em}.site-footer-identity p{max-width:620px;color:var(--color-text-muted);font-size:14px;line-height:1.75}.site-footer-group h2{margin-bottom:13px;color:var(--color-accent-gold);font-size:15px;letter-spacing:.06em;text-transform:uppercase}.site-footer-group div{display:grid;gap:7px}.site-footer-group a{width:fit-content;color:var(--color-text-secondary);font-size:14px}.site-footer-group a:hover,.site-footer-group a:focus-visible{color:var(--color-accent-gold-light)}.site-footer-lower{display:flex;width:min(1320px,calc(100% - 48px));margin:0 auto;padding:20px 0 25px;align-items:center;justify-content:center;gap:28px;border-top:1px solid rgba(45,45,61,.72)}.site-footer-lower p{margin:0;color:var(--color-text-muted);font-size:12px;line-height:1.6;text-align:center}@media(max-width:1380px){:root{--site-header-height: 82px}.site-header-inner{display:flex;width:min(100% - 32px,1500px);min-height:var(--site-header-height);padding:0;justify-content:space-between;gap:20px}.site-desktop-nav{display:none}.site-menu-toggle{display:inline-flex}}@media(min-width:1381px){.site-mobile-navigation{display:none}}@media(max-width:760px){.site-footer-inner{width:min(100% - 32px,1320px);grid-template-columns:1fr 1fr;gap:32px 24px}.site-footer-identity{grid-column:1 / -1}.site-footer-lower{width:min(100% - 32px,1320px);align-items:flex-start;flex-direction:column;gap:12px}.site-footer-lower p{text-align:left}}@media(max-width:520px){:root{--site-header-height: 74px}.site-header-inner{width:calc(100% - 24px)}.site-brand{font-size:22px}.site-menu-toggle{padding:7px 10px}.site-mobile-panel{width:100%;border-left:0}.site-footer-inner{width:calc(100% - 28px);padding-top:38px;grid-template-columns:1fr}.site-footer-identity,.site-footer-group{grid-column:auto}.site-footer-lower{width:calc(100% - 28px)}}@media(prefers-reduced-motion:reduce){.site-skip-link,.site-brand,.site-nav-link,.site-nav-link:after,.site-menu-toggle-icon i,.site-mobile-navigation,.site-mobile-panel,.site-mobile-nav-link:before{transition:none}}.character-detail-page{--character-accent: #8b6aa8;--character-accent-light: #bda1d4;--character-accent-rgb: 139, 106, 168;--character-secondary: #4a4f79;--character-secondary-rgb: 74, 79, 121;position:relative;isolation:isolate}.character-detail-page:before{content:"";position:absolute;z-index:-1;top:0;left:50%;width:min(1500px,100vw);height:760px;transform:translate(-50%);pointer-events:none;background:radial-gradient(circle at 82% 12%,rgba(var(--character-accent-rgb),.12),transparent 32%),radial-gradient(circle at 18% 20%,rgba(var(--character-secondary-rgb),.08),transparent 34%)}.character-theme--halandil{--character-accent: #b86135;--character-accent-light: #dfa06d;--character-accent-rgb: 184, 97, 53;--character-secondary: #7a342d;--character-secondary-rgb: 122, 52, 45;--character-support: #d8c5a3;--character-support-rgb: 216, 197, 163;--character-olive: #6d744b;--character-olive-rgb: 109, 116, 75}.character-theme--halandil:before{height:1080px;background:radial-gradient(circle at 82% 10%,rgba(var(--character-accent-rgb),.2),transparent 34%),radial-gradient(circle at 16% 23%,rgba(var(--character-secondary-rgb),.15),transparent 38%),radial-gradient(circle at 50% 5%,rgba(var(--character-support-rgb),.055),transparent 28%),linear-gradient(180deg,rgba(var(--character-accent-rgb),.05),rgba(var(--character-secondary-rgb),.025) 48%,transparent 88%)}.character-theme--halandil .character-identity-panel{background:radial-gradient(circle at 24% 12%,rgba(var(--character-accent-rgb),.24),transparent 40%),radial-gradient(circle at 88% 78%,rgba(var(--character-secondary-rgb),.17),transparent 42%),radial-gradient(circle at 70% 18%,rgba(var(--character-olive-rgb),.08),transparent 28%),linear-gradient(145deg,#221b1cfc,#0e0d12fc)}.character-theme--halandil .character-hero-description{color:color-mix(in srgb,var(--character-support) 58%,var(--character-accent-light))}.character-detail-page .character-section-eyebrow,.character-detail-page .character-eyebrow{color:var(--character-accent-light)}.character-detail-page .character-hero-description{color:color-mix(in srgb,var(--character-accent-light) 58%,var(--color-accent-purple-light))}.character-detail-page .character-section-nav a:hover,.character-detail-page .character-section-nav a:focus-visible{color:#0b0b11;background:var(--character-accent-light);outline:none}.character-detail-page .character-history-card,.character-detail-page .character-journey-card,.character-detail-page .character-relationship-card,.character-detail-page .character-mystery-card,.character-detail-page .character-episode-appearance-group{border-color:rgba(var(--character-accent-rgb),.22)}.character-detail-page .character-history-card h3,.character-detail-page .character-relationship-card h3,.character-detail-page .character-mystery-card h3{color:color-mix(in srgb,var(--character-accent-light) 68%,var(--color-accent-purple-light))}.character-identity-panel{position:relative;overflow:hidden;padding:26px;background:radial-gradient(circle at 24% 12%,rgba(var(--character-accent-rgb),.2),transparent 38%),radial-gradient(circle at 90% 78%,rgba(var(--character-secondary-rgb),.12),transparent 40%),linear-gradient(145deg,#1b1b27fc,#0d0d14fc);border:1px solid rgba(var(--character-accent-rgb),.58);border-radius:var(--radius-lg);box-shadow:0 18px 44px #00000047,inset 0 1px #ffffff09}.character-identity-panel:before,.character-identity-panel:after{content:"";position:absolute;pointer-events:none}.character-identity-panel:before{top:-54px;right:-54px;width:150px;height:150px;border:1px solid rgba(var(--character-accent-rgb),.24);border-radius:50%;box-shadow:0 0 0 18px rgba(var(--character-accent-rgb),.035),0 0 0 38px rgba(var(--character-secondary-rgb),.025)}.character-identity-panel:after{inset:0 auto 0 0;width:3px;background:linear-gradient(to bottom,var(--character-accent-light),var(--character-secondary),transparent 88%)}.character-identity-topline{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.character-identity-kicker,.character-identity-type,.character-identity-label,.character-table-kicker{font-family:var(--font-display);font-size:10px;letter-spacing:.12em;text-transform:uppercase}.character-identity-kicker,.character-identity-label,.character-table-kicker{color:var(--character-accent-light)}.character-identity-type{color:var(--color-text-muted)}.character-identity-monogram{position:relative;z-index:1;display:grid;width:94px;height:94px;margin-bottom:18px;place-items:center;color:var(--character-accent-light);background:radial-gradient(circle,rgba(var(--character-accent-rgb),.2),transparent 70%),#07070c61;border:1px solid rgba(var(--character-accent-rgb),.55);border-radius:50%;font-family:var(--font-display);font-size:36px;letter-spacing:.04em;box-shadow:0 0 32px rgba(var(--character-accent-rgb),.11)}.character-identity-render{position:relative;z-index:1;height:330px;margin:0 -26px 22px;overflow:hidden;border-top:1px solid rgba(var(--character-accent-rgb),.12);border-bottom:1px solid rgba(var(--character-accent-rgb),.25);background:radial-gradient(circle at 50% 36%,rgba(var(--character-accent-rgb),.16),transparent 42%),linear-gradient(180deg,#06070b29,#06070bc2)}.character-identity-render:after{content:"";position:absolute;inset:auto 0 0;height:28%;pointer-events:none;background:linear-gradient(180deg,transparent,rgba(13,13,20,.92))}.character-identity-render img{display:block;width:100%;height:100%;padding:10px 12px 0;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 20px 24px rgba(0,0,0,.46))}.character-identity-name{position:relative;z-index:1;margin:0;color:var(--color-accent-gold-light);font-size:24px;line-height:1.15}.character-identity-meta{position:relative;z-index:1;margin:7px 0 22px;color:var(--color-text-secondary);font-size:13px;line-height:1.55}.character-identity-section{position:relative;z-index:1;padding-top:17px;margin-top:17px;border-top:1px solid rgba(var(--character-accent-rgb),.18)}.character-identity-summary,.character-identity-presence p{margin-top:7px;color:var(--color-text-secondary);font-size:14px;line-height:1.7}.character-identity-details{display:grid;gap:9px;margin:10px 0 0;padding:0;list-style:none}.character-identity-details li{position:relative;padding-left:16px;color:var(--color-text-secondary);font-size:13px;line-height:1.55}.character-identity-details li:before{content:"";position:absolute;top:.62em;left:0;width:6px;height:6px;background:var(--character-secondary);border:1px solid var(--character-accent-light);border-radius:50%;box-shadow:0 0 12px rgba(var(--character-secondary-rgb),.3)}.character-identity-presence{position:relative;z-index:1;margin-top:18px;padding:15px 16px;background:rgba(var(--character-accent-rgb),.07);border-left:2px solid var(--character-accent);border-radius:0 var(--radius-sm) var(--radius-sm) 0}.character-identity-swatches{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px;margin-top:20px;padding-top:16px;border-top:1px solid rgba(var(--character-accent-rgb),.16)}.character-identity-swatch-item{display:flex;align-items:center;gap:8px;min-width:0}.character-identity-swatch{flex:0 0 18px;width:18px;height:18px;border:1px solid rgba(255,255,255,.24);border-radius:50%;box-shadow:0 0 12px #00000047}.character-identity-swatch-item small{overflow:hidden;color:var(--color-text-muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.character-table-card{position:relative;overflow:hidden;border-color:rgba(var(--character-secondary-rgb),.34)}.character-table-card:after{content:"";position:absolute;top:0;right:0;width:70px;height:70px;background:linear-gradient(135deg,transparent 49%,rgba(var(--character-secondary-rgb),.11) 50%);pointer-events:none}.character-table-credit{display:grid;gap:3px;margin-top:12px}.character-table-credit span,.character-table-first{color:var(--color-text-muted);font-size:11px}.character-table-credit strong{color:var(--color-accent-gold-light);font-family:var(--font-display);font-size:18px;font-weight:500}.character-table-role{margin-top:9px;color:var(--color-text-secondary);font-size:13px}.character-table-first{margin-top:12px}@media(max-width:1120px){.character-identity-panel{grid-row:span 2}}@media(max-width:800px){.character-identity-panel{grid-row:auto;max-width:520px}}@media(max-width:520px){.character-identity-panel{padding:21px}.character-identity-render{height:286px;margin-inline:-21px}.character-identity-monogram{width:78px;height:78px;font-size:30px}.character-identity-swatches{grid-template-columns:minmax(0,1fr)}}.character-theme--halandil{--character-surface: rgba(39, 27, 29, .97);--character-surface-deep: rgba(17, 15, 20, .985);--character-surface-soft: rgba(var(--character-accent-rgb), .07);--character-border-soft: rgba(var(--character-accent-rgb), .24);--character-border-strong: rgba(var(--character-accent-rgb), .42)}.character-theme--halandil .character-section-nav,.character-theme--halandil .character-side-card,.character-theme--halandil .character-table-card,.character-theme--halandil .character-history-card,.character-theme--halandil .character-journey-card,.character-theme--halandil .character-relationship-card,.character-theme--halandil .character-mystery-card,.character-theme--halandil .character-scene-player,.character-theme--halandil .character-player-placeholder,.character-theme--halandil .character-episode-appearance-group,.character-theme--halandil .character-wide-link{background:radial-gradient(circle at 88% 12%,rgba(var(--character-accent-rgb),.075),transparent 38%),linear-gradient(145deg,color-mix(in srgb,var(--character-surface) 64%,rgba(27,27,39,.98)),var(--character-surface-deep));border-color:var(--character-border-soft)}.character-theme--halandil .character-section-nav{background:linear-gradient(90deg,rgba(var(--character-secondary-rgb),.11),#12121af0 28% 72%,rgba(var(--character-accent-rgb),.09));box-shadow:0 12px 30px #00000040,inset 0 1px rgba(var(--character-support-rgb),.035)}.character-theme--halandil .character-section-nav a:hover,.character-theme--halandil .character-section-nav a:focus-visible{color:#160d0b;background:var(--character-accent-light)}.character-theme--halandil .character-badge--purple{color:color-mix(in srgb,var(--character-support) 82%,white);background:rgba(var(--character-accent-rgb),.14);border-color:rgba(var(--character-accent-rgb),.58)}.character-theme--halandil .character-badge--gold{color:color-mix(in srgb,var(--character-support) 70%,var(--color-accent-gold-light));background:rgba(var(--character-secondary-rgb),.13);border-color:rgba(var(--character-accent-rgb),.5)}.character-theme--halandil .character-side-card h2,.character-theme--halandil .character-table-credit strong,.character-theme--halandil .character-info-row dt,.character-theme--halandil .character-current-state p strong,.character-theme--halandil .character-presence-stat strong{color:color-mix(in srgb,var(--character-support) 62%,var(--color-accent-gold-light))}.character-theme--halandil .character-presence-stat,.character-theme--halandil .character-key-connections article{background:rgba(var(--character-accent-rgb),.07);border-color:rgba(var(--character-accent-rgb),.2)}.character-theme--halandil .character-key-connections a,.character-theme--halandil .character-key-connections strong{color:var(--character-accent-light)}.character-theme--halandil .character-journey-timeline:before{background:linear-gradient(to bottom,var(--character-accent-light),var(--color-accent-gold),rgba(var(--character-secondary-rgb),.58))}.character-theme--halandil .character-journey-marker{background:color-mix(in srgb,var(--character-surface-deep) 85%,black);border-color:var(--character-accent-light);box-shadow:0 0 0 4px rgba(var(--character-accent-rgb),.1),0 0 20px rgba(var(--character-accent-rgb),.12)}.character-theme--halandil .character-journey-card{border-color:rgba(var(--character-accent-rgb),.34)}.character-theme--halandil .character-journey-details{border-top-color:rgba(var(--character-accent-rgb),.2)}.character-theme--halandil .character-journey-details summary,.character-theme--halandil .character-more-history summary{color:var(--character-accent-light)}.character-theme--halandil .character-more-history summary{background:rgba(var(--character-accent-rgb),.09);border-color:rgba(var(--character-accent-rgb),.34)}.character-theme--halandil .character-journey-details li{border-left-color:rgba(var(--character-accent-rgb),.52)}.character-theme--halandil .character-relationship-card,.character-theme--halandil .character-mystery-card{border-color:rgba(var(--character-accent-rgb),.3)}.character-theme--halandil .character-relationship-entities,.character-theme--halandil .character-mystery-card h3{color:color-mix(in srgb,var(--character-accent-light) 72%,var(--character-support))}.character-theme--halandil .character-relationship-types span{color:color-mix(in srgb,var(--character-support) 78%,white);background:rgba(var(--character-accent-rgb),.1);border-color:rgba(var(--character-accent-rgb),.34)}.character-theme--halandil .character-relationship-latest,.character-theme--halandil .character-mystery-latest{background:linear-gradient(90deg,rgba(var(--character-accent-rgb),.1),rgba(var(--character-support-rgb),.025));border-left-color:var(--character-accent-light)}.character-theme--halandil .character-relationship-latest strong,.character-theme--halandil .character-mystery-latest strong{color:color-mix(in srgb,var(--character-support) 64%,var(--color-accent-gold-light))}.character-theme--halandil .character-relationship-history summary{color:var(--character-accent-light)}.character-theme--halandil .character-relationship-history article{border-left-color:rgba(var(--character-accent-rgb),.44)}.character-theme--halandil .character-mystery-card{border-top-color:rgba(var(--character-accent-rgb),.7)}.character-theme--halandil .character-episode-appearance-group>header{background:linear-gradient(90deg,rgba(var(--character-secondary-rgb),.14),rgba(var(--character-accent-rgb),.06));border-bottom-color:rgba(var(--character-accent-rgb),.22)}.character-theme--halandil .character-episode-appearance-group>header>strong{color:var(--character-accent-light)}.character-theme--halandil .character-appearance-row,.character-theme--halandil .character-appearance-number{border-color:rgba(var(--character-accent-rgb),.18)}.character-theme--halandil .character-appearance-row:hover{background:rgba(var(--character-accent-rgb),.035)}.character-theme--halandil .character-appearance-row--active{background:linear-gradient(90deg,rgba(var(--character-accent-rgb),.11),rgba(var(--character-secondary-rgb),.055))}.character-theme--halandil .character-moment-details summary{color:color-mix(in srgb,var(--character-support) 80%,white);background:rgba(var(--character-accent-rgb),.1);border-color:rgba(var(--character-accent-rgb),.38)}.character-theme--halandil .character-moment-list button{border-color:rgba(var(--character-accent-rgb),.18)}.character-theme--halandil .character-moment-list button:hover{background:rgba(var(--character-accent-rgb),.08);border-color:rgba(var(--character-accent-rgb),.46)}.character-theme--halandil .character-scene-player-heading,.character-theme--halandil .character-player-placeholder{border-color:rgba(var(--character-accent-rgb),.22)}.character-theme--thjazi{--character-accent: #9e4638;--character-accent-light: #d2846b;--character-accent-rgb: 158, 70, 56;--character-secondary: #2a2d40;--character-secondary-rgb: 42, 45, 64;--character-support: #e4dac8;--character-support-rgb: 228, 218, 200;--character-olive: #667349;--character-olive-rgb: 102, 115, 73;--character-surface: rgba(31, 24, 29, .975);--character-surface-deep: rgba(12, 13, 19, .99);--character-surface-soft: rgba(var(--character-accent-rgb), .065);--character-border-soft: rgba(var(--character-accent-rgb), .23);--character-border-strong: rgba(var(--character-accent-rgb), .43)}.character-theme--thjazi:before{height:1080px;background:radial-gradient(circle at 80% 9%,rgba(var(--character-accent-rgb),.19),transparent 34%),radial-gradient(circle at 14% 24%,rgba(var(--character-secondary-rgb),.2),transparent 39%),radial-gradient(circle at 53% 4%,rgba(var(--character-support-rgb),.045),transparent 27%),linear-gradient(180deg,rgba(var(--character-accent-rgb),.047),rgba(var(--character-secondary-rgb),.035) 50%,transparent 89%)}.character-theme--thjazi .character-identity-panel{background:radial-gradient(circle at 22% 11%,rgba(var(--character-accent-rgb),.24),transparent 40%),radial-gradient(circle at 88% 76%,rgba(var(--character-secondary-rgb),.28),transparent 45%),radial-gradient(circle at 72% 17%,rgba(var(--character-olive-rgb),.07),transparent 27%),linear-gradient(145deg,#1f181dfc,#0c0d13fe)}.character-theme--thjazi .character-hero-description{color:color-mix(in srgb,var(--character-support) 62%,var(--character-accent-light))}.character-theme--thjazi .character-section-nav,.character-theme--thjazi .character-side-card,.character-theme--thjazi .character-table-card,.character-theme--thjazi .character-history-card,.character-theme--thjazi .character-journey-card,.character-theme--thjazi .character-relationship-card,.character-theme--thjazi .character-mystery-card,.character-theme--thjazi .character-scene-player,.character-theme--thjazi .character-player-placeholder,.character-theme--thjazi .character-episode-appearance-group,.character-theme--thjazi .character-wide-link{background:radial-gradient(circle at 88% 12%,rgba(var(--character-accent-rgb),.07),transparent 38%),linear-gradient(145deg,color-mix(in srgb,var(--character-surface) 60%,rgba(27,27,39,.98)),var(--character-surface-deep));border-color:var(--character-border-soft)}.character-theme--thjazi .character-section-nav{background:linear-gradient(90deg,rgba(var(--character-secondary-rgb),.17),#11121bf2 29% 71%,rgba(var(--character-accent-rgb),.09));box-shadow:0 12px 30px #00000042,inset 0 1px rgba(var(--character-support-rgb),.03)}.character-theme--thjazi .character-section-nav a:hover,.character-theme--thjazi .character-section-nav a:focus-visible{color:#170d0c;background:var(--character-accent-light)}.character-theme--thjazi .character-badge--purple{color:color-mix(in srgb,var(--character-support) 84%,white);background:rgba(var(--character-accent-rgb),.14);border-color:rgba(var(--character-accent-rgb),.56)}.character-theme--thjazi .character-badge--gold{color:color-mix(in srgb,var(--character-support) 72%,var(--color-accent-gold-light));background:rgba(var(--character-secondary-rgb),.2);border-color:rgba(var(--character-accent-rgb),.48)}.character-theme--thjazi .character-side-card h2,.character-theme--thjazi .character-table-credit strong,.character-theme--thjazi .character-info-row dt,.character-theme--thjazi .character-current-state p strong,.character-theme--thjazi .character-presence-stat strong{color:color-mix(in srgb,var(--character-support) 65%,var(--color-accent-gold-light))}.character-theme--thjazi .character-presence-stat,.character-theme--thjazi .character-key-connections article{background:rgba(var(--character-accent-rgb),.065);border-color:rgba(var(--character-accent-rgb),.19)}.character-theme--thjazi .character-key-connections a,.character-theme--thjazi .character-key-connections strong{color:var(--character-accent-light)}.character-theme--thjazi .character-journey-timeline:before{background:linear-gradient(to bottom,var(--character-accent-light),var(--color-accent-gold),rgba(var(--character-secondary-rgb),.63))}.character-theme--thjazi .character-journey-marker{background:color-mix(in srgb,var(--character-surface-deep) 86%,black);border-color:var(--character-accent-light);box-shadow:0 0 0 4px rgba(var(--character-accent-rgb),.1),0 0 20px rgba(var(--character-accent-rgb),.12)}.character-theme--thjazi .character-journey-card,.character-theme--thjazi .character-relationship-card,.character-theme--thjazi .character-mystery-card{border-color:rgba(var(--character-accent-rgb),.3)}.character-theme--thjazi .character-journey-details,.character-theme--thjazi .character-episode-appearance-group>header{border-color:rgba(var(--character-accent-rgb),.21)}.character-theme--thjazi .character-journey-details summary,.character-theme--thjazi .character-more-history summary,.character-theme--thjazi .character-relationship-history summary{color:var(--character-accent-light)}.character-theme--thjazi .character-more-history summary{background:rgba(var(--character-accent-rgb),.085);border-color:rgba(var(--character-accent-rgb),.33)}.character-theme--thjazi .character-journey-details li,.character-theme--thjazi .character-relationship-history article{border-left-color:rgba(var(--character-accent-rgb),.5)}.character-theme--thjazi .character-relationship-entities,.character-theme--thjazi .character-mystery-card h3{color:color-mix(in srgb,var(--character-accent-light) 72%,var(--character-support))}.character-theme--thjazi .character-relationship-types span{color:color-mix(in srgb,var(--character-support) 78%,white);background:rgba(var(--character-accent-rgb),.095);border-color:rgba(var(--character-accent-rgb),.33)}.character-theme--thjazi .character-relationship-latest,.character-theme--thjazi .character-mystery-latest{background:linear-gradient(90deg,rgba(var(--character-accent-rgb),.1),rgba(var(--character-support-rgb),.022));border-left-color:var(--character-accent-light)}.character-theme--thjazi .character-relationship-latest strong,.character-theme--thjazi .character-mystery-latest strong{color:color-mix(in srgb,var(--character-support) 67%,var(--color-accent-gold-light))}.character-theme--thjazi .character-mystery-card{border-top-color:rgba(var(--character-accent-rgb),.7)}.character-theme--thjazi .character-episode-appearance-group>header{background:linear-gradient(90deg,rgba(var(--character-secondary-rgb),.18),rgba(var(--character-accent-rgb),.06))}.character-theme--thjazi .character-episode-appearance-group>header>strong,.character-theme--thjazi .character-scene-player-heading{color:var(--character-accent-light)}.character-theme--thjazi .character-appearance-row,.character-theme--thjazi .character-appearance-number{border-color:rgba(var(--character-accent-rgb),.18)}.character-theme--thjazi .character-appearance-row:hover{background:rgba(var(--character-accent-rgb),.035)}.character-theme--thjazi .character-appearance-row--active{background:linear-gradient(90deg,rgba(var(--character-accent-rgb),.11),rgba(var(--character-secondary-rgb),.07))}.character-theme--thjazi .character-moment-details summary{color:color-mix(in srgb,var(--character-support) 81%,white);background:rgba(var(--character-accent-rgb),.1);border-color:rgba(var(--character-accent-rgb),.38)}.character-theme--thjazi .character-moment-list button{border-color:rgba(var(--character-accent-rgb),.18)}.character-theme--thjazi .character-moment-list button:hover{background:rgba(var(--character-accent-rgb),.08);border-color:rgba(var(--character-accent-rgb),.46)}.character-theme--thjazi .character-scene-player-heading,.character-theme--thjazi .character-player-placeholder{border-color:rgba(var(--character-accent-rgb),.22)}.character-theme--thjazi .character-status-badge--dead{color:#f2c6bd;background:#7a252533;border-color:#c94f3fb8}.character-theme--azune{--character-accent: #a95432;--character-accent-light: #df8d61;--character-accent-rgb: 169, 84, 50;--character-secondary: #343743;--character-secondary-rgb: 52, 55, 67;--character-support: #d8c5a7;--character-support-rgb: 216, 197, 167;--character-detail: #4b8582;--character-detail-rgb: 75, 133, 130}.character-theme--tyranny{--character-accent: #278f89;--character-accent-light: #66c4bb;--character-accent-rgb: 39, 143, 137;--character-secondary: #c85e82;--character-secondary-rgb: 200, 94, 130;--character-support: #ece5d8;--character-support-rgb: 236, 229, 216;--character-detail: #2b2831;--character-detail-rgb: 43, 40, 49}.character-theme--wicander{--character-accent: #268c8c;--character-accent-light: #73c8c5;--character-accent-rgb: 38, 140, 140;--character-secondary: #345766;--character-secondary-rgb: 52, 87, 102;--character-support: #e5e5dc;--character-support-rgb: 229, 229, 220;--character-detail: #c19a4a;--character-detail-rgb: 193, 154, 74}.character-theme--occtis{--character-accent: #65507d;--character-accent-light: #a58fbd;--character-accent-rgb: 101, 80, 125;--character-secondary: #282635;--character-secondary-rgb: 40, 38, 53;--character-support: #e5ded2;--character-support-rgb: 229, 222, 210;--character-detail: #8e76a7;--character-detail-rgb: 142, 118, 167}.character-theme--teor{--character-accent: #694b89;--character-accent-light: #aa87cc;--character-accent-rgb: 105, 75, 137;--character-secondary: #a77f3d;--character-secondary-rgb: 167, 127, 61;--character-support: #d8d1c6;--character-support-rgb: 216, 209, 198;--character-detail: #4b4c55;--character-detail-rgb: 75, 76, 85}.character-theme--thimble{--character-accent: #5f8f39;--character-accent-light: #98c75f;--character-accent-rgb: 95, 143, 57;--character-secondary: #315d3d;--character-secondary-rgb: 49, 93, 61;--character-support: #d4bc77;--character-support-rgb: 212, 188, 119;--character-detail: #76513a;--character-detail-rgb: 118, 81, 58}.character-theme--vaelus{--character-accent: #654d86;--character-accent-light: #a48bc2;--character-accent-rgb: 101, 77, 134;--character-secondary: #394556;--character-secondary-rgb: 57, 69, 86;--character-support: #d8d6df;--character-support-rgb: 216, 214, 223;--character-detail: #1d1e26;--character-detail-rgb: 29, 30, 38}.character-theme--thaisha{--character-accent: #8f3944;--character-accent-light: #cf7880;--character-accent-rgb: 143, 57, 68;--character-secondary: #2b272d;--character-secondary-rgb: 43, 39, 45;--character-support: #d8c0aa;--character-support-rgb: 216, 192, 170;--character-detail: #66725a;--character-detail-rgb: 102, 114, 90}.character-theme--kattigan{--character-accent: #604638;--character-accent-light: #a77b5e;--character-accent-rgb: 96, 70, 56;--character-secondary: #383735;--character-secondary-rgb: 56, 55, 53;--character-support: #c2ad8e;--character-support-rgb: 194, 173, 142;--character-detail: #566047;--character-detail-rgb: 86, 96, 71}.character-theme--bolaire{--character-accent: #8d2f35;--character-accent-light: #cf6b71;--character-accent-rgb: 141, 47, 53;--character-secondary: #24242a;--character-secondary-rgb: 36, 36, 42;--character-support: #d1c8c1;--character-support-rgb: 209, 200, 193;--character-detail: #626873;--character-detail-rgb: 98, 104, 115}.character-theme--murray{--character-accent: #18867f;--character-accent-light: #58c0b6;--character-accent-rgb: 24, 134, 127;--character-secondary: #b66142;--character-secondary-rgb: 182, 97, 66;--character-support: #ddc7ae;--character-support-rgb: 221, 199, 174;--character-detail: #743d69;--character-detail-rgb: 116, 61, 105}.character-theme--julien{--character-accent: #7f2f35;--character-accent-light: #c26067;--character-accent-rgb: 127, 47, 53;--character-secondary: #262a2e;--character-secondary-rgb: 38, 42, 46;--character-support: #c8c3b8;--character-support-rgb: 200, 195, 184;--character-detail: #4f5f49;--character-detail-rgb: 79, 95, 73}.character-theme--halandil{--character-detail: #6d744b;--character-detail-rgb: 109, 116, 75}.character-theme--thjazi{--character-detail: #667349;--character-detail-rgb: 102, 115, 73}:is(.character-theme--halandil,.character-theme--thjazi,.character-theme--azune,.character-theme--tyranny,.character-theme--wicander,.character-theme--occtis,.character-theme--teor,.character-theme--thimble,.character-theme--vaelus,.character-theme--thaisha,.character-theme--kattigan,.character-theme--bolaire,.character-theme--murray,.character-theme--julien){--character-surface: rgba(25, 23, 30, .98);--character-surface-deep: rgba(11, 12, 18, .992);--character-border-soft: rgba(var(--character-accent-rgb), .24);--character-border-strong: rgba(var(--character-accent-rgb), .44)}:is(.character-theme--halandil,.character-theme--thjazi,.character-theme--azune,.character-theme--tyranny,.character-theme--wicander,.character-theme--occtis,.character-theme--teor,.character-theme--thimble,.character-theme--vaelus,.character-theme--thaisha,.character-theme--kattigan,.character-theme--bolaire,.character-theme--murray,.character-theme--julien):before{height:1120px;background:radial-gradient(circle at 82% 10%,rgba(var(--character-accent-rgb),.19),transparent 34%),radial-gradient(circle at 15% 24%,rgba(var(--character-secondary-rgb),.16),transparent 39%),radial-gradient(circle at 53% 3%,rgba(var(--character-support-rgb),.045),transparent 27%),linear-gradient(180deg,rgba(var(--character-accent-rgb),.052),rgba(var(--character-secondary-rgb),.03) 52%,transparent 90%)}:is(.character-theme--halandil,.character-theme--thjazi,.character-theme--azune,.character-theme--tyranny,.character-theme--wicander,.character-theme--occtis,.character-theme--teor,.character-theme--thimble,.character-theme--vaelus,.character-theme--thaisha,.character-theme--kattigan,.character-theme--bolaire,.character-theme--murray,.character-theme--julien) .character-identity-panel{background:radial-gradient(circle at 22% 11%,rgba(var(--character-accent-rgb),.24),transparent 40%),radial-gradient(circle at 88% 78%,rgba(var(--character-secondary-rgb),.22),transparent 44%),radial-gradient(circle at 70% 18%,rgba(var(--character-detail-rgb),.075),transparent 28%),linear-gradient(145deg,#1f1b1ffc,#0c0d13fe);border-color:rgba(var(--character-accent-rgb),.62)}:is(.character-theme--halandil,.character-theme--thjazi,.character-theme--azune,.character-theme--tyranny,.character-theme--wicander,.character-theme--occtis,.character-theme--teor,.character-theme--thimble,.character-theme--vaelus,.character-theme--thaisha,.character-theme--kattigan,.character-theme--bolaire,.character-theme--murray,.character-theme--julien) .character-hero-description{color:color-mix(in srgb,var(--character-support) 62%,var(--character-accent-light))}:is(.character-theme--halandil,.character-theme--thjazi,.character-theme--azune,.character-theme--tyranny,.character-theme--wicander,.character-theme--occtis,.character-theme--teor,.character-theme--thimble,.character-theme--vaelus,.character-theme--thaisha,.character-theme--kattigan,.character-theme--bolaire,.character-theme--murray,.character-theme--julien) :is(.character-section-nav,.character-side-card,.character-table-card,.character-history-card,.character-journey-card,.character-relationship-card,.character-mystery-card,.character-scene-player,.character-player-placeholder,.character-episode-appearance-group,.character-wide-link){background:radial-gradient(circle at 88% 12%,rgba(var(--character-accent-rgb),.07),transparent 38%),linear-gradient(145deg,color-mix(in srgb,var(--character-surface) 64%,rgba(27,27,39,.98)),var(--character-surface-deep));border-color:var(--character-border-soft)}:is(.character-theme--halandil,.character-theme--thjazi,.character-theme--azune,.character-theme--tyranny,.character-theme--wicander,.character-theme--occtis,.character-theme--teor,.character-theme--thimble,.character-theme--vaelus,.character-theme--thaisha,.character-theme--kattigan,.character-theme--bolaire,.character-theme--murray,.character-theme--julien) .character-section-nav{background:linear-gradient(90deg,rgba(var(--character-secondary-rgb),.15),#11121bf2 29% 71%,rgba(var(--character-accent-rgb),.09));box-shadow:0 12px 30px #00000042,inset 0 1px rgba(var(--character-support-rgb),.03)}:is(.character-theme--halandil,.character-theme--thjazi,.character-theme--azune,.character-theme--tyranny,.character-theme--wicander,.character-theme--occtis,.character-theme--teor,.character-theme--thimble,.character-theme--vaelus,.character-theme--thaisha,.character-theme--kattigan,.character-theme--bolaire,.character-theme--murray,.character-theme--julien) .character-section-nav a:hover,:is(.character-theme--halandil,.character-theme--thjazi,.character-theme--azune,.character-theme--tyranny,.character-theme--wicander,.character-theme--occtis,.character-theme--teor,.character-theme--thimble,.character-theme--vaelus,.character-theme--thaisha,.character-theme--kattigan,.character-theme--bolaire,.character-theme--murray,.character-theme--julien) .character-section-nav a:focus-visible{color:#0d0d12;background:var(--character-accent-light)}:is(.character-theme--halandil,.character-theme--thjazi,.character-theme--azune,.character-theme--tyranny,.character-theme--wicander,.character-theme--occtis,.character-theme--teor,.character-theme--thimble,.character-theme--vaelus,.character-theme--thaisha,.character-theme--kattigan,.character-theme--bolaire,.character-theme--murray,.character-theme--julien) .character-badge--purple{color:color-mix(in srgb,var(--character-support) 84%,white);background:rgba(var(--character-accent-rgb),.14);border-color:rgba(var(--character-accent-rgb),.56)}:is(.character-theme--halandil,.character-theme--thjazi,.character-theme--azune,.character-theme--tyranny,.character-theme--wicander,.character-theme--occtis,.character-theme--teor,.character-theme--thimble,.character-theme--vaelus,.character-theme--thaisha,.character-theme--kattigan,.character-theme--bolaire,.character-theme--murray,.character-theme--julien) .character-badge--gold{color:color-mix(in srgb,var(--character-support) 72%,var(--color-accent-gold-light));background:rgba(var(--character-secondary-rgb),.17);border-color:rgba(var(--character-accent-rgb),.48)}:is(.character-theme--halandil,.character-theme--thjazi,.character-theme--azune,.character-theme--tyranny,.character-theme--wicander,.character-theme--occtis,.character-theme--teor,.character-theme--thimble,.character-theme--vaelus,.character-theme--thaisha,.character-theme--kattigan,.character-theme--bolaire,.character-theme--murray,.character-theme--julien) :is(.character-side-card h2,.character-table-credit strong,.character-info-row dt,.character-current-state p strong,.character-presence-stat strong,.character-episode-appearance-group>header>strong,.character-scene-player-heading){color:color-mix(in srgb,var(--character-support) 64%,var(--color-accent-gold-light))}:is(.character-theme--halandil,.character-theme--thjazi,.character-theme--azune,.character-theme--tyranny,.character-theme--wicander,.character-theme--occtis,.character-theme--teor,.character-theme--thimble,.character-theme--vaelus,.character-theme--thaisha,.character-theme--kattigan,.character-theme--bolaire,.character-theme--murray,.character-theme--julien) :is(.character-presence-stat,.character-key-connections article){background:rgba(var(--character-accent-rgb),.065);border-color:rgba(var(--character-accent-rgb),.2)}:is(.character-theme--halandil,.character-theme--thjazi,.character-theme--azune,.character-theme--tyranny,.character-theme--wicander,.character-theme--occtis,.character-theme--teor,.character-theme--thimble,.character-theme--vaelus,.character-theme--thaisha,.character-theme--kattigan,.character-theme--bolaire,.character-theme--murray,.character-theme--julien) :is(.character-key-connections a,.character-key-connections strong){color:var(--character-accent-light)}:is(.character-theme--halandil,.character-theme--thjazi,.character-theme--azune,.character-theme--tyranny,.character-theme--wicander,.character-theme--occtis,.character-theme--teor,.character-theme--thimble,.character-theme--vaelus,.character-theme--thaisha,.character-theme--kattigan,.character-theme--bolaire,.character-theme--murray,.character-theme--julien) .character-journey-timeline:before{background:linear-gradient(to bottom,var(--character-accent-light),var(--color-accent-gold),rgba(var(--character-secondary-rgb),.62))}:is(.character-theme--halandil,.character-theme--thjazi,.character-theme--azune,.character-theme--tyranny,.character-theme--wicander,.character-theme--occtis,.character-theme--teor,.character-theme--thimble,.character-theme--vaelus,.character-theme--thaisha,.character-theme--kattigan,.character-theme--bolaire,.character-theme--murray,.character-theme--julien) .character-journey-marker{background:color-mix(in srgb,var(--character-surface-deep) 86%,black);border-color:var(--character-accent-light);box-shadow:0 0 0 4px rgba(var(--character-accent-rgb),.1),0 0 20px rgba(var(--character-accent-rgb),.12)}:is(.character-theme--halandil,.character-theme--thjazi,.character-theme--azune,.character-theme--tyranny,.character-theme--wicander,.character-theme--occtis,.character-theme--teor,.character-theme--thimble,.character-theme--vaelus,.character-theme--thaisha,.character-theme--kattigan,.character-theme--bolaire,.character-theme--murray,.character-theme--julien) :is(.character-journey-card,.character-relationship-card,.character-mystery-card){border-color:rgba(var(--character-accent-rgb),.3)}:is(.character-theme--halandil,.character-theme--thjazi,.character-theme--azune,.character-theme--tyranny,.character-theme--wicander,.character-theme--occtis,.character-theme--teor,.character-theme--thimble,.character-theme--vaelus,.character-theme--thaisha,.character-theme--kattigan,.character-theme--bolaire,.character-theme--murray,.character-theme--julien) :is(.character-journey-details,.character-episode-appearance-group>header,.character-appearance-row,.character-appearance-number,.character-scene-player-heading,.character-player-placeholder){border-color:rgba(var(--character-accent-rgb),.21)}:is(.character-theme--halandil,.character-theme--thjazi,.character-theme--azune,.character-theme--tyranny,.character-theme--wicander,.character-theme--occtis,.character-theme--teor,.character-theme--thimble,.character-theme--vaelus,.character-theme--thaisha,.character-theme--kattigan,.character-theme--bolaire,.character-theme--murray,.character-theme--julien) :is(.character-journey-details summary,.character-more-history summary,.character-relationship-history summary){color:var(--character-accent-light)}:is(.character-theme--halandil,.character-theme--thjazi,.character-theme--azune,.character-theme--tyranny,.character-theme--wicander,.character-theme--occtis,.character-theme--teor,.character-theme--thimble,.character-theme--vaelus,.character-theme--thaisha,.character-theme--kattigan,.character-theme--bolaire,.character-theme--murray,.character-theme--julien) .character-more-history summary{background:rgba(var(--character-accent-rgb),.085);border-color:rgba(var(--character-accent-rgb),.33)}:is(.character-theme--halandil,.character-theme--thjazi,.character-theme--azune,.character-theme--tyranny,.character-theme--wicander,.character-theme--occtis,.character-theme--teor,.character-theme--thimble,.character-theme--vaelus,.character-theme--thaisha,.character-theme--kattigan,.character-theme--bolaire,.character-theme--murray,.character-theme--julien) :is(.character-journey-details li,.character-relationship-history article){border-left-color:rgba(var(--character-accent-rgb),.5)}:is(.character-theme--halandil,.character-theme--thjazi,.character-theme--azune,.character-theme--tyranny,.character-theme--wicander,.character-theme--occtis,.character-theme--teor,.character-theme--thimble,.character-theme--vaelus,.character-theme--thaisha,.character-theme--kattigan,.character-theme--bolaire,.character-theme--murray,.character-theme--julien) :is(.character-relationship-entities,.character-mystery-card h3){color:color-mix(in srgb,var(--character-accent-light) 72%,var(--character-support))}:is(.character-theme--halandil,.character-theme--thjazi,.character-theme--azune,.character-theme--tyranny,.character-theme--wicander,.character-theme--occtis,.character-theme--teor,.character-theme--thimble,.character-theme--vaelus,.character-theme--thaisha,.character-theme--kattigan,.character-theme--bolaire,.character-theme--murray,.character-theme--julien) .character-relationship-types span{color:color-mix(in srgb,var(--character-support) 79%,white);background:rgba(var(--character-accent-rgb),.095);border-color:rgba(var(--character-accent-rgb),.33)}:is(.character-theme--halandil,.character-theme--thjazi,.character-theme--azune,.character-theme--tyranny,.character-theme--wicander,.character-theme--occtis,.character-theme--teor,.character-theme--thimble,.character-theme--vaelus,.character-theme--thaisha,.character-theme--kattigan,.character-theme--bolaire,.character-theme--murray,.character-theme--julien) :is(.character-relationship-latest,.character-mystery-latest){background:linear-gradient(90deg,rgba(var(--character-accent-rgb),.1),rgba(var(--character-support-rgb),.022));border-left-color:var(--character-accent-light)}:is(.character-theme--halandil,.character-theme--thjazi,.character-theme--azune,.character-theme--tyranny,.character-theme--wicander,.character-theme--occtis,.character-theme--teor,.character-theme--thimble,.character-theme--vaelus,.character-theme--thaisha,.character-theme--kattigan,.character-theme--bolaire,.character-theme--murray,.character-theme--julien) :is(.character-relationship-latest strong,.character-mystery-latest strong){color:color-mix(in srgb,var(--character-support) 67%,var(--color-accent-gold-light))}:is(.character-theme--halandil,.character-theme--thjazi,.character-theme--azune,.character-theme--tyranny,.character-theme--wicander,.character-theme--occtis,.character-theme--teor,.character-theme--thimble,.character-theme--vaelus,.character-theme--thaisha,.character-theme--kattigan,.character-theme--bolaire,.character-theme--murray,.character-theme--julien) .character-mystery-card{border-top-color:rgba(var(--character-accent-rgb),.7)}:is(.character-theme--halandil,.character-theme--thjazi,.character-theme--azune,.character-theme--tyranny,.character-theme--wicander,.character-theme--occtis,.character-theme--teor,.character-theme--thimble,.character-theme--vaelus,.character-theme--thaisha,.character-theme--kattigan,.character-theme--bolaire,.character-theme--murray,.character-theme--julien) .character-episode-appearance-group>header{background:linear-gradient(90deg,rgba(var(--character-secondary-rgb),.17),rgba(var(--character-accent-rgb),.06))}:is(.character-theme--halandil,.character-theme--thjazi,.character-theme--azune,.character-theme--tyranny,.character-theme--wicander,.character-theme--occtis,.character-theme--teor,.character-theme--thimble,.character-theme--vaelus,.character-theme--thaisha,.character-theme--kattigan,.character-theme--bolaire,.character-theme--murray,.character-theme--julien) .character-appearance-row:hover{background:rgba(var(--character-accent-rgb),.035)}:is(.character-theme--halandil,.character-theme--thjazi,.character-theme--azune,.character-theme--tyranny,.character-theme--wicander,.character-theme--occtis,.character-theme--teor,.character-theme--thimble,.character-theme--vaelus,.character-theme--thaisha,.character-theme--kattigan,.character-theme--bolaire,.character-theme--murray,.character-theme--julien) .character-appearance-row--active{background:linear-gradient(90deg,rgba(var(--character-accent-rgb),.11),rgba(var(--character-secondary-rgb),.07))}:is(.character-theme--halandil,.character-theme--thjazi,.character-theme--azune,.character-theme--tyranny,.character-theme--wicander,.character-theme--occtis,.character-theme--teor,.character-theme--thimble,.character-theme--vaelus,.character-theme--thaisha,.character-theme--kattigan,.character-theme--bolaire,.character-theme--murray,.character-theme--julien) .character-moment-details summary{color:color-mix(in srgb,var(--character-support) 81%,white);background:rgba(var(--character-accent-rgb),.1);border-color:rgba(var(--character-accent-rgb),.38)}:is(.character-theme--halandil,.character-theme--thjazi,.character-theme--azune,.character-theme--tyranny,.character-theme--wicander,.character-theme--occtis,.character-theme--teor,.character-theme--thimble,.character-theme--vaelus,.character-theme--thaisha,.character-theme--kattigan,.character-theme--bolaire,.character-theme--murray,.character-theme--julien) .character-moment-list button{border-color:rgba(var(--character-accent-rgb),.18)}:is(.character-theme--halandil,.character-theme--thjazi,.character-theme--azune,.character-theme--tyranny,.character-theme--wicander,.character-theme--occtis,.character-theme--teor,.character-theme--thimble,.character-theme--vaelus,.character-theme--thaisha,.character-theme--kattigan,.character-theme--bolaire,.character-theme--murray,.character-theme--julien) .character-moment-list button:hover{background:rgba(var(--character-accent-rgb),.08);border-color:rgba(var(--character-accent-rgb),.46)}.characters-archive-page{max-width:1400px;margin:0 auto;padding:var(--spacing-2xl) var(--spacing-lg)}.characters-archive-header{margin-bottom:var(--spacing-xl)}.characters-archive-eyebrow{margin:0 0 .4rem;color:var(--color-accent-purple-light);font-family:var(--font-display);font-size:.76rem;letter-spacing:.16em;text-transform:uppercase}.characters-archive-header h1{margin:0 0 var(--spacing-md);font-family:var(--font-display);font-size:clamp(2.5rem,6vw,4rem);line-height:1;color:var(--color-accent-gold-light)}.characters-archive-header>p:not(.characters-archive-eyebrow):not(.characters-archive-count){max-width:780px;margin:0 0 var(--spacing-xl);color:var(--color-text-secondary);font-size:1.05rem;line-height:1.75}.characters-archive-controls{display:grid;grid-template-columns:minmax(260px,1fr) repeat(2,minmax(190px,240px));gap:var(--spacing-md);align-items:end}.characters-archive-field{display:grid;gap:.45rem}.characters-archive-field span{color:var(--color-text-muted);font-family:var(--font-display);font-size:.72rem;letter-spacing:.11em;text-transform:uppercase}.characters-archive-field input,.characters-archive-field select{width:100%;min-height:48px;padding:.75rem .9rem;color:var(--color-text-primary);background:#171723f0;border:1px solid var(--color-border);border-radius:var(--radius-md);font-family:var(--font-body);font-size:.98rem;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.characters-archive-field input:focus,.characters-archive-field select:focus{outline:none;border-color:#d4af37b8;box-shadow:0 0 0 3px #d4af371c;background:#1b1b29fa}.characters-archive-count{margin:var(--spacing-md) 0 0;color:var(--color-text-muted);font-size:.88rem}.characters-archive-empty{padding:var(--spacing-2xl);text-align:center;color:var(--color-text-muted);background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg)}.entity-card-link{display:block;height:100%;color:inherit;text-decoration:none}.entity-card{position:relative;height:100%;overflow:hidden;cursor:pointer;background:linear-gradient(135deg,var(--color-bg-card),rgba(26,26,38,.84));border:1px solid var(--color-border);border-radius:var(--radius-lg);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.entity-card-link:hover .entity-card,.entity-card-link:focus-visible .entity-card{transform:translateY(-6px);border-color:var(--color-accent-gold);box-shadow:0 18px 44px #00000047}.entity-card-link:focus-visible{outline:none}.entity-card-link:focus-visible .entity-card{box-shadow:0 0 0 3px #d4af372b,0 18px 44px #00000047}.entity-card__media{position:relative;overflow:hidden}.entity-card__media img{display:block;width:100%;height:220px;object-fit:cover;transition:transform .24s ease}.entity-card-link:hover .entity-card__media img{transform:scale(1.045)}.entity-card__media-shade{position:absolute;inset:auto 0 0;height:74px;background:linear-gradient(to top,rgba(18,18,29,.97),transparent)}.entity-card__body{padding:var(--spacing-lg)}.entity-card__title{margin:0 0 var(--spacing-xs);color:var(--color-accent-gold);font-family:var(--font-display);font-size:1.35rem}.entity-card__badges,.entity-card__coverage{display:flex;flex-wrap:wrap;gap:var(--spacing-xs)}.entity-card__badges{margin-bottom:var(--spacing-sm)}.entity-card__badge,.entity-card__coverage span{display:inline-flex;align-items:center;min-height:27px;padding:.24rem .55rem;border-radius:var(--radius-sm);font-family:var(--font-display);font-size:.68rem;letter-spacing:.045em}.entity-card__badge--type{color:var(--color-accent-purple-light);background:#6b4c9a26;border:1px solid rgba(107,76,154,.42)}.entity-card__badge--status{color:var(--color-accent-gold-light);background:#d4af3717;border:1px solid rgba(212,175,55,.38)}.entity-card__description{margin:0 0 var(--spacing-md);color:var(--color-text-secondary);font-size:.9rem;line-height:1.65}.entity-card__metadata{margin-bottom:var(--spacing-md);color:var(--color-text-muted);font-size:.76rem;line-height:1.55}.entity-card__coverage span{color:var(--color-text-secondary);background:#ffffff09;border:1px solid var(--color-border)}.entity-card--character{isolation:isolate;background:radial-gradient(circle at 14% 2%,rgba(var(--character-card-accent-rgb),.14),transparent 34%),radial-gradient(circle at 92% 12%,rgba(var(--character-card-secondary-rgb),.12),transparent 36%),linear-gradient(145deg,#181825fc,#0d0d15fc);border-color:rgba(var(--character-card-accent-rgb),.33)}.entity-card--character:after{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;border-top:3px solid var(--character-card-accent);opacity:.86}.entity-card-link:hover .entity-card--character,.entity-card-link:focus-visible .entity-card--character{border-color:rgba(var(--character-card-accent-rgb),.82);box-shadow:0 20px 48px #00000052,0 0 34px rgba(var(--character-card-accent-rgb),.11)}.character-card-identity{position:relative;display:grid;grid-template-columns:76px 1fr;gap:1rem;min-height:178px;padding:1.25rem 1.25rem 1.15rem;overflow:hidden;align-items:end;background:linear-gradient(112deg,rgba(var(--character-card-accent-rgb),.18),transparent 62%),linear-gradient(180deg,rgba(var(--character-card-secondary-rgb),.11),#0a0a111f);border-bottom:1px solid rgba(var(--character-card-accent-rgb),.22)}.character-card-identity__orb{position:relative;z-index:2;display:grid;width:76px;height:76px;place-items:center;color:color-mix(in srgb,var(--character-card-support) 76%,white);background:radial-gradient(circle at 36% 30%,rgba(var(--character-card-support-rgb),.08),transparent 42%),#08080e70;border:1px solid rgba(var(--character-card-accent-rgb),.78);border-radius:50%;box-shadow:0 0 28px rgba(var(--character-card-accent-rgb),.12);font-family:var(--font-display);font-size:1.65rem;letter-spacing:.05em}.character-card-identity__content{position:relative;z-index:2;min-width:0}.character-card-identity__kicker{display:flex;justify-content:space-between;gap:.65rem;margin-bottom:.55rem;color:color-mix(in srgb,var(--character-card-support) 70%,var(--color-text-muted));font-family:var(--font-display);font-size:.6rem;letter-spacing:.11em;text-transform:uppercase}.character-card-identity h2{margin:0;color:var(--color-accent-gold-light);font-family:var(--font-display);font-size:clamp(1.35rem,2.5vw,1.72rem);line-height:1.12}.character-card-identity__descriptor{margin:.45rem 0 0;color:color-mix(in srgb,var(--character-card-support) 76%,var(--color-text-secondary));font-size:.82rem;line-height:1.45}.character-card-identity__monogram{position:absolute;right:-.04em;bottom:-.22em;color:rgba(var(--character-card-accent-rgb),.065);font-family:var(--font-display);font-size:8.4rem;line-height:1;pointer-events:none;-webkit-user-select:none;user-select:none}.entity-card--character .entity-card__body{position:relative}.entity-card--character .entity-card__badge--type{color:color-mix(in srgb,var(--character-card-support) 80%,white);background:rgba(var(--character-card-accent-rgb),.11);border-color:rgba(var(--character-card-accent-rgb),.4)}.entity-card--character .entity-card__badge--status{color:var(--color-accent-gold-light);background:#d4af3713;border-color:#d4af374d}.entity-card--character .entity-card__coverage span{color:color-mix(in srgb,var(--character-card-support) 72%,var(--color-text-secondary));background:rgba(var(--character-card-accent-rgb),.06);border-color:rgba(var(--character-card-accent-rgb),.22)}.entity-card--character .entity-card__description{color:color-mix(in srgb,var(--color-text-secondary) 88%,var(--character-card-support))}@media(max-width:900px){.characters-archive-controls{grid-template-columns:1fr 1fr}.characters-archive-field--search{grid-column:1 / -1}}@media(max-width:620px){.characters-archive-page{padding-inline:var(--spacing-md)}.characters-archive-controls{grid-template-columns:1fr}.characters-archive-field--search{grid-column:auto}.character-card-identity{grid-template-columns:64px 1fr;min-height:158px;padding:1rem}.character-card-identity__orb{width:64px;height:64px;font-size:1.35rem}.character-card-identity__kicker{flex-direction:column;gap:.15rem}}.home-world-explorer-section{position:relative;margin-top:-8px}.home-world-explorer-heading{align-items:flex-end}.home-world-explorer-heading>div{max-width:820px}.home-world-explorer-heading p{max-width:760px;margin:10px 0 0;color:var(--color-text-secondary);line-height:1.72}.world-explorer-page{width:min(1540px,calc(100% - 38px));margin:0 auto;padding:62px 0 94px}.world-explorer-page__hero{max-width:930px;margin:0 auto 38px;text-align:center}.world-explorer-page__hero>span,.world-explorer-page__note span{color:var(--color-accent-purple-light);font-family:var(--font-display);font-size:.74rem;letter-spacing:.17em;text-transform:uppercase}.world-explorer-page__hero h1{margin:7px 0 14px;color:var(--color-accent-gold-light);font-size:clamp(4rem,10vw,7.6rem);font-weight:500;letter-spacing:.12em;line-height:.95;text-shadow:0 0 42px rgba(212,175,55,.19)}.world-explorer-page__hero p{max-width:760px;margin:0 auto;color:var(--color-text-secondary);font-size:clamp(1rem,2vw,1.18rem);line-height:1.78}.world-explorer-page__note{display:grid;grid-template-columns:minmax(240px,.75fr) minmax(320px,1.25fr);gap:34px;margin-top:38px;padding:30px 34px;border:1px solid rgba(212,175,55,.2);border-radius:14px;background:#0e0e16db}.world-explorer-page__note h2{margin-top:5px;color:var(--color-accent-gold);font-size:clamp(1.55rem,3vw,2.3rem)}.world-explorer-page__note p{margin:0;color:var(--color-text-secondary);line-height:1.78}.world-explorer{--explorer-panel-width: 410px;position:relative;border:1px solid rgba(212,175,55,.24);border-radius:18px;background:#0d0e13;box-shadow:0 30px 80px #00000075,0 0 0 1px #6b4c9a14 inset;overflow:hidden}.world-explorer:before{position:absolute;inset:0;z-index:4;pointer-events:none;border-radius:inherit;box-shadow:0 0 0 1px #ffffff06 inset,0 0 62px #6b4c9a17 inset;content:""}.world-explorer-stage{display:grid;min-height:750px;grid-template-columns:minmax(0,1fr) var(--explorer-panel-width)}.world-explorer--compact{--explorer-panel-width: 380px;overflow-anchor:none}.world-explorer--compact .world-explorer-stage{min-height:690px}@media(min-width:981px){.world-explorer--compact .world-explorer-stage{height:690px}.world-explorer--compact .world-explorer-map,.world-explorer--compact .world-explorer-panel{height:690px;min-height:0;max-height:690px}.world-explorer--compact .world-explorer-panel{overflow:hidden;overflow-anchor:none}.world-explorer--compact .world-explorer-panel__scroll{overflow-anchor:none;scrollbar-gutter:stable}}.world-explorer-map{position:relative;min-width:0;min-height:690px;overflow:hidden;isolation:isolate;background:#11131a;cursor:grab;touch-action:pan-y;-webkit-user-select:none;user-select:none;animation:world-map-reveal .48s ease both}.world-explorer-map.is-panning{cursor:grabbing}.world-map-pan-layer{position:absolute;top:-15%;left:-15%;z-index:1;width:130%;height:130%;transform:translate3d(var(--world-map-pan-x, 0),var(--world-map-pan-y, 0),0);transition:transform .18s ease;will-change:transform}.world-explorer-map.is-panning .world-map-pan-layer{transition:none}.world-map-pan-layer--dol-makjar{top:-22.5%;left:-22.5%;width:145%;height:145%}.world-explorer--immersive .world-explorer-map{touch-action:none}@keyframes world-map-reveal{0%{opacity:0;transform:scale(1.012)}to{opacity:1;transform:scale(1)}}.world-explorer-terrain{position:absolute;inset:0;width:100%;height:100%}.world-explorer-vignette{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,rgba(5,6,9,.4),transparent 20%,transparent 78%,rgba(5,6,9,.34)),linear-gradient(180deg,rgba(5,6,9,.5),transparent 21%,transparent 76%,rgba(5,6,9,.56)),radial-gradient(circle at 48% 47%,transparent 42%,rgba(5,6,9,.4) 100%)}.world-map-toolbar{position:absolute;top:25px;left:28px;z-index:5;display:flex;max-width:calc(100% - 56px);align-items:flex-start;justify-content:space-between;gap:24px}.world-map-toolbar>div{display:grid;gap:1px;padding:12px 15px;border:1px solid rgba(212,175,55,.18);border-radius:9px;background:#08090dc4;box-shadow:0 14px 38px #00000042;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.world-map-toolbar span,.world-map-toolbar small{color:#8f8c85;font-size:.65rem;letter-spacing:.09em;text-transform:uppercase}.world-map-toolbar strong{color:var(--color-accent-gold-light);font-family:var(--font-display);font-size:1rem;font-weight:500;letter-spacing:.07em}.world-map-toolbar button{display:inline-flex;min-height:42px;align-items:center;gap:8px;padding:8px 13px;border:1px solid rgba(212,175,55,.25);border-radius:8px;background:#08090dcc;color:var(--color-text-secondary);cursor:pointer;font-family:var(--font-display);font-size:.7rem;letter-spacing:.055em;transition:color .16s ease,border-color .16s ease,background .16s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.world-map-toolbar button:hover,.world-map-toolbar button:focus-visible{border-color:#d4af37a6;background:#1e1b15e0;color:var(--color-accent-gold-light);outline:none}.world-map-compass{position:absolute;top:27px;right:26px;z-index:3;display:grid;width:46px;height:46px;place-items:center;border:1px solid rgba(212,175,55,.25);border-radius:50%;background:#08090d7a;color:#d4af37a6;font-family:var(--font-display);font-size:.65rem}.world-map-compass i{position:absolute;top:20px;width:1px;height:17px;background:#d4af376b;transform:rotate(17deg);transform-origin:top}.world-map-markers{position:absolute;inset:0;z-index:4}.world-map-marker--label-only{width:1px;height:1px}.world-map-marker--label-only .world-map-marker__target{inset:-18px -28px;width:auto;height:auto;border-radius:999px}.world-map-marker__natural-hit{position:absolute;inset:0;border-radius:999px;background:#d4af3700;transition:background .16s ease,box-shadow .16s ease}.world-map-marker--label-only:hover .world-map-marker__natural-hit,.world-map-marker--label-only:focus-within .world-map-marker__natural-hit,.world-map-marker--label-only.is-active .world-map-marker__natural-hit{background:#d4af3714;box-shadow:0 0 0 1px #d4af3738,0 0 22px #d4af371f}.world-map-marker--label-only .world-map-marker__pulse{display:none}.world-map-marker--label-only .world-map-marker__label{transform:translate(-50%,calc(-50% + var(--world-marker-label-offset-y, 0px)));text-align:center}.world-map-marker--label-only .world-map-marker__label strong{color:#ddd5c5;letter-spacing:.055em}.world-map-marker--label-only .world-map-marker__label small{opacity:.72}.world-map-legend__content .is-natural-label{display:inline-grid;min-width:30px;height:24px;place-items:center;border-bottom:1px solid rgba(212,175,55,.6);color:var(--color-accent-gold-light);font-family:var(--font-display);font-style:normal;font-size:.72rem}.world-map-marker{position:absolute;z-index:4;width:38px;height:38px;color:inherit;pointer-events:none;transform:translate(-50%,-50%) scale(var(--world-marker-scale, 1))}.world-map-marker__target{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;background:transparent;color:inherit;cursor:pointer;pointer-events:auto}.world-map-marker:hover,.world-map-marker:focus-within,.world-map-marker.is-active{z-index:8}.world-map-marker__pin{position:absolute;inset:5px;display:grid;place-items:center;border:1px solid rgba(212,175,55,.76);border-radius:50%;background:#0a0b0feb;box-shadow:0 0 0 4px #d4af3714,0 0 24px #d4af3724;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease}.world-map-marker__pin i{width:7px;height:7px;border-radius:50%;background:var(--color-accent-gold);box-shadow:0 0 10px #d4af37ad}.world-map-marker__symbol-shell{position:absolute;left:50%;top:50%;display:grid;place-items:center;transform:translate(-50%,-50%);transition:transform .18s ease,filter .18s ease,opacity .18s ease}.world-map-marker__symbol-shell:before{content:"";position:absolute;inset:16%;border-radius:16px;background:radial-gradient(circle,#d4af372e,#d4af3700);opacity:0;transform:scale(.86);transition:opacity .18s ease,transform .18s ease}.world-map-marker__symbol{position:relative;z-index:1;display:block;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 8px 16px rgba(0,0,0,.42))}.world-map-marker--district{width:78px;height:60px}.world-map-marker--district .world-map-marker__symbol-shell{width:72px;height:54px;border-radius:12px}.world-map-marker--building,.world-map-marker--fortification{width:62px;height:54px}.world-map-marker--building .world-map-marker__symbol-shell,.world-map-marker--fortification .world-map-marker__symbol-shell{width:56px;height:48px}.world-map-marker--inner-building{width:42px;height:38px;animation:world-inner-marker .32s ease both}.world-map-marker--inner-building .world-map-marker__symbol-shell{width:38px;height:32px}.world-map-marker--nested-depth-2.world-map-marker--inner-building{width:31px;height:28px}.world-map-marker--nested-depth-2.world-map-marker--inner-building .world-map-marker__symbol-shell{width:27px;height:23px}.world-map-marker--nested-depth-2 .world-map-marker__label strong{font-size:.62rem}.world-map-marker--nested-depth-2 .world-map-marker__label small{font-size:.5rem}.world-map-marker--nested-depth-3.world-map-marker--inner-building{width:25px;height:23px}.world-map-marker--nested-depth-3.world-map-marker--inner-building .world-map-marker__symbol-shell{width:21px;height:18px}.world-map-marker--nested-depth-3 .world-map-marker__label strong{font-size:.56rem}.world-map-marker--nested-depth-3 .world-map-marker__label small{font-size:.46rem}.world-map-marker--city{width:82px;height:64px}.world-map-marker--settlement.world-map-marker--city{width:68px;height:54px}.world-map-marker--city .world-map-marker__symbol-shell{width:76px;height:58px}.world-map-marker--settlement.world-map-marker--city .world-map-marker__symbol-shell{width:62px;height:48px}.world-map-marker--natural-landmark{width:76px;height:60px}.world-map-marker--natural-landmark .world-map-marker__symbol-shell{width:70px;height:54px}.world-map-marker--waterway{width:52px;height:72px}.world-map-marker--waterway .world-map-marker__symbol-shell{width:46px;height:66px}.world-map-marker--region{width:70px;height:70px}.world-map-marker--region .world-map-marker__symbol-shell{width:64px;height:64px}.world-map-marker--approximate .world-map-marker__symbol{opacity:.82}.world-map-marker:hover .world-map-marker__symbol-shell,.world-map-marker:focus-within .world-map-marker__symbol-shell,.world-map-marker.is-active .world-map-marker__symbol-shell{transform:translate(-50%,-50%) scale(1.06)}.world-map-marker:hover .world-map-marker__symbol-shell:before,.world-map-marker:focus-within .world-map-marker__symbol-shell:before,.world-map-marker.is-active .world-map-marker__symbol-shell:before{opacity:1;transform:scale(1)}.world-map-marker--inner-building:hover .world-map-marker__symbol-shell:before,.world-map-marker--inner-building:focus-within .world-map-marker__symbol-shell:before,.world-map-marker--inner-building.is-active .world-map-marker__symbol-shell:before{background:radial-gradient(circle,#8b6cb83d,#8b6cb800)}.world-map-marker__pulse{position:absolute;inset:-4px;border:1px solid rgba(212,175,55,.28);border-radius:50%;opacity:0;transform:scale(.7)}.world-map-marker:hover .world-map-marker__pin,.world-map-marker:focus-within .world-map-marker__pin,.world-map-marker.is-active .world-map-marker__pin{border-color:var(--color-accent-gold-light);background:#231d12f0;box-shadow:0 0 0 5px #d4af371a,0 0 30px #d4af3754;transform:scale(1.14)}.world-map-marker__target:focus-visible,.world-map-marker__label:focus-visible{outline:none}.world-map-marker.is-active .world-map-marker__pulse{opacity:1;animation:world-marker-pulse 1.8s ease-out infinite}.world-map-marker--district .world-map-marker__pulse,.world-map-marker--building .world-map-marker__pulse,.world-map-marker--fortification .world-map-marker__pulse,.world-map-marker--inner-building .world-map-marker__pulse,.world-map-marker--city .world-map-marker__pulse,.world-map-marker--natural-landmark .world-map-marker__pulse,.world-map-marker--waterway .world-map-marker__pulse,.world-map-marker--region .world-map-marker__pulse{inset:50% auto auto 50%;width:calc(100% + 10px);height:calc(100% + 6px);border-radius:14px;transform:translate(-50%,-50%) scale(.86)}.world-map-marker--district .world-map-marker__label strong,.world-map-marker--fortification .world-map-marker__label strong{color:var(--color-accent-gold-light)}@keyframes world-marker-pulse{0%{opacity:.65;transform:scale(.7)}75%,to{opacity:0;transform:scale(1.7)}}.world-map-marker__label{position:absolute;top:50%;display:grid;min-width:max-content;gap:0;padding:3px 4px;border:0;background:transparent;color:inherit;cursor:pointer;font:inherit;pointer-events:auto;-webkit-user-select:none;user-select:none;text-align:left;text-shadow:0 2px 10px rgba(0,0,0,.86);transform:translateY(calc(-50% + var(--world-marker-label-offset-y, 0px)));transition:opacity .16s ease,transform .16s ease}.world-map-marker__label:hover strong,.world-map-marker__label:focus-visible strong{color:var(--color-accent-gold-light)}.world-map-marker__label--right{left:calc(100% + 9px)}.world-map-marker__label--left{right:calc(100% + 9px);text-align:right}.world-map-marker__label strong{color:#ede6d8;font-family:var(--font-display);font-size:.72rem;font-weight:500;letter-spacing:.045em;white-space:nowrap}.world-map-marker__label small{color:#97948d;font-size:.58rem;letter-spacing:.07em;text-transform:uppercase;white-space:nowrap}.world-map-marker--capital{width:52px;height:52px}.world-map-marker--capital .world-map-marker__pin{inset:6px;border-width:2px}.world-map-marker--capital .world-map-marker__pin i{width:11px;height:11px}.world-map-marker--capital .world-map-marker__label strong,.world-map-marker--major .world-map-marker__label strong{color:var(--color-accent-gold-light);font-size:.82rem}.world-map-marker--feature .world-map-marker__pin,.world-map-marker--distant .world-map-marker__pin{border-style:dashed;border-color:#b8b5b08c}.world-map-marker--feature .world-map-marker__pin i,.world-map-marker--distant .world-map-marker__pin i{background:#a9b9bf;box-shadow:0 0 9px #82a9b573}.world-map-marker--inner{width:30px;height:30px;animation:world-inner-marker .32s ease both}.world-map-marker--inner .world-map-marker__pin{inset:5px;border-color:#9d7dcdd6;box-shadow:0 0 0 4px #6b4c9a1f}.world-map-marker--inner .world-map-marker__pin i{width:5px;height:5px;background:var(--color-accent-purple-light);box-shadow:0 0 9px #8b6cb8b3}@keyframes world-inner-marker{0%{opacity:0;transform:translate(-50%,-38%) scale(.78)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.world-map-legend{position:absolute;right:25px;bottom:23px;z-index:3;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:13px;max-width:calc(100% - 50px);padding:9px 12px;border:1px solid rgba(255,255,255,.065);border-radius:8px;background:#08090db0;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.world-map-legend__content>span>i{width:9px;height:9px;border:1px solid rgba(212,175,55,.7);border-radius:50%}.world-map-legend__asset{display:block;width:22px;height:18px;flex:0 0 auto;object-fit:contain;filter:drop-shadow(0 2px 5px rgba(0,0,0,.45))}.world-map-legend__asset--district,.world-map-legend__asset--city{width:24px;height:19px}.world-map-legend__asset--fortification,.world-map-legend__asset--natural-landmark{width:23px;height:19px}.world-map-legend__asset--waterway{width:15px;height:22px}.world-map-legend__asset--region{width:20px;height:20px}.world-map-legend__asset.is-inner{width:17px;height:14px;filter:drop-shadow(0 0 5px rgba(139,108,184,.7))}.world-map-drag-hint{position:absolute;bottom:76px;left:50%;z-index:6;display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border:1px solid rgba(255,255,255,.07);border-radius:999px;background:#08090db3;color:#98958e;font-size:.58rem;letter-spacing:.055em;pointer-events:none;text-transform:uppercase;transform:translate(-50%);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.world-map-drag-hint span{color:var(--color-accent-gold-light);font-size:.72rem}.world-explorer-panel{position:relative;z-index:6;display:grid;min-width:0;min-height:0;grid-template-rows:minmax(0,1fr) auto;border-left:1px solid rgba(212,175,55,.18);background:radial-gradient(circle at 50% 0%,rgba(107,76,154,.12),transparent 30%),linear-gradient(180deg,#14141efb,#0a0b10fc);box-shadow:-18px 0 50px #00000038}.world-explorer-panel__scroll{min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin}.world-panel-heading{padding:31px 28px 24px;border-bottom:1px solid rgba(255,255,255,.055)}.world-panel-heading>span{color:var(--color-accent-purple-light);font-family:var(--font-display);font-size:.66rem;letter-spacing:.16em;text-transform:uppercase}.world-panel-heading h2{margin:6px 0 5px;color:var(--color-accent-gold-light);font-size:clamp(1.8rem,3vw,2.55rem);font-weight:500;line-height:1.05}.world-panel-heading p{margin:0;color:var(--color-text-muted);font-size:.78rem;letter-spacing:.035em}.world-panel-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-bottom:1px solid rgba(255,255,255,.055);background:#00000021}.world-panel-tabs button{position:relative;min-height:48px;padding:8px 4px;border:0;background:transparent;color:var(--color-text-muted);cursor:pointer;font-family:var(--font-display);font-size:.61rem;letter-spacing:.045em;transition:color .15s ease,background .15s ease}.world-panel-tabs button:after{position:absolute;right:20%;bottom:0;left:20%;height:2px;background:var(--color-accent-gold);content:"";opacity:0;transform:scaleX(.45);transition:opacity .15s ease,transform .15s ease}.world-panel-tabs button:hover,.world-panel-tabs button:focus-visible,.world-panel-tabs button.is-active{background:#d4af3709;color:var(--color-accent-gold-light);outline:none}.world-panel-tabs button.is-active:after{opacity:1;transform:scaleX(1)}.world-panel-content{padding:25px 27px 31px}.world-panel-introduction{margin:0;color:var(--color-text-secondary);font-size:.94rem;line-height:1.76}.world-panel-introduction:first-letter{float:left;margin:.08em .11em 0 0;color:var(--color-accent-gold-light);font-family:var(--font-display);font-size:3.1rem;line-height:.82}.world-panel-state{margin-top:20px;padding:15px 16px;border-left:2px solid rgba(212,175,55,.65);background:#d4af370b}.world-panel-state span{color:var(--color-accent-gold);font-family:var(--font-display);font-size:.61rem;letter-spacing:.12em;text-transform:uppercase}.world-panel-state p{margin:5px 0 0;color:var(--color-text-secondary);font-size:.81rem;line-height:1.58}.world-panel-section{margin-top:25px;padding-top:21px;border-top:1px solid rgba(255,255,255,.065)}.world-panel-section--tab{margin-top:0;padding-top:0;border-top:0}.world-panel-section__heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.world-panel-section__heading span{color:var(--color-accent-gold);font-family:var(--font-display);font-size:.72rem;letter-spacing:.09em;text-transform:uppercase}.world-panel-section__heading small{display:grid;min-width:25px;height:25px;place-items:center;border:1px solid rgba(107,76,154,.45);border-radius:50%;color:var(--color-accent-purple-light);font-size:.66rem}.world-child-location-list,.world-character-grid,.world-entity-list,.world-scene-list{display:grid;gap:8px}.world-child-location-list button{display:grid;grid-template-columns:25px minmax(0,1fr);gap:10px;padding:10px 11px;border:1px solid rgba(255,255,255,.065);border-radius:8px;background:#ffffff05;color:inherit;cursor:pointer;text-align:left;transition:border-color .15s ease,background .15s ease,transform .15s ease}.world-child-location-list button>span{color:var(--color-accent-purple-light);font-size:1rem}.world-child-location-list button strong,.world-entity-list strong,.world-scene-list strong{display:block;color:var(--color-text-primary);font-family:var(--font-display);font-size:.76rem;font-weight:500;line-height:1.35}.world-child-location-list button small,.world-entity-list small,.world-scene-list small{display:-webkit-box;margin-top:2px;overflow:hidden;color:var(--color-text-muted);font-size:.67rem;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.world-child-location-list button:hover,.world-child-location-list button:focus-visible{border-color:#d4af3766;background:#d4af370b;outline:none;transform:translate(2px)}.world-character-grid{grid-template-columns:1fr 1fr}.world-character-chip{display:grid;min-width:0;width:100%;grid-template-columns:37px minmax(0,1fr);gap:9px;align-items:center;padding:9px;border:1px solid rgba(var(--explorer-character-accent-rgb),.25);border-radius:9px;background:linear-gradient(110deg,rgba(var(--explorer-character-accent-rgb),.1),transparent 72%),#ffffff05;color:inherit;cursor:pointer;font:inherit;text-align:left;transition:border-color .15s ease,transform .15s ease,background .15s ease}.world-character-chip>span{display:grid;width:37px;height:37px;place-items:center;border:1px solid rgba(var(--explorer-character-accent-rgb),.65);border-radius:50%;color:var(--explorer-character-support);font-family:var(--font-display);font-size:.66rem;background:#08080d85}.world-character-chip div{min-width:0}.world-character-chip strong{display:block;overflow:hidden;color:var(--color-text-primary);font-family:var(--font-display);font-size:.68rem;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.world-character-chip small{display:block;overflow:hidden;color:color-mix(in srgb,var(--explorer-character-support) 70%,var(--color-text-muted));font-size:.58rem;text-overflow:ellipsis;white-space:nowrap}.world-character-chip:hover,.world-character-chip:focus-visible{border-color:rgba(var(--explorer-character-accent-rgb),.7);background:rgba(var(--explorer-character-accent-rgb),.1);color:inherit;outline:none;transform:translateY(-2px)}.world-entity-list a,.world-entity-list button,.world-scene-list a{display:grid;min-width:0;grid-template-columns:25px minmax(0,1fr);gap:10px;padding:10px 11px;border:1px solid rgba(255,255,255,.058);border-radius:8px;background:#ffffff04;transition:border-color .15s ease,background .15s ease,transform .15s ease}.world-entity-list button{width:100%;color:inherit;cursor:pointer;font:inherit;text-align:left}.world-entity-list a>span,.world-entity-list button>span{color:var(--color-accent-purple-light);font-size:.84rem}.world-scene-list a{grid-template-columns:46px minmax(0,1fr)}.world-scene-list a>span{color:var(--color-accent-gold);font-family:var(--font-display);font-size:.61rem}.world-entity-list a:hover,.world-entity-list a:focus-visible,.world-entity-list button:hover,.world-entity-list button:focus-visible,.world-scene-list a:hover,.world-scene-list a:focus-visible{border-color:#6b4c9a7a;background:#6b4c9a11;color:inherit;outline:none;transform:translate(2px)}.world-panel-linked-tags{display:flex;flex-wrap:wrap;gap:7px}.world-panel-linked-tags span{padding:6px 9px;border:1px solid rgba(212,175,55,.18);border-radius:999px;background:#d4af370e;color:var(--color-accent-gold-light);font-family:var(--font-display);font-size:.62rem;letter-spacing:.045em;text-transform:uppercase}.world-panel-linked-notes{display:grid;gap:9px}.world-panel-linked-notes article{padding:11px 12px;border:1px solid rgba(255,255,255,.065);border-radius:8px;background:#ffffff05}.world-panel-linked-notes span{display:block;margin-bottom:5px;color:var(--color-accent-gold);font-family:var(--font-display);font-size:.64rem;letter-spacing:.055em;text-transform:uppercase}.world-panel-linked-notes p{margin:0;color:var(--color-text-secondary);font-size:.73rem;line-height:1.55}.world-panel-empty{margin:0;padding:18px;border:1px dashed rgba(255,255,255,.1);border-radius:8px;color:var(--color-text-muted);font-size:.78rem;line-height:1.55;text-align:center}.world-panel-actions{display:grid;gap:9px;padding:18px 27px 22px;border-top:1px solid rgba(212,175,55,.13);background:#08090df5}.world-panel-enter,.world-panel-profile{display:flex;min-height:46px;align-items:center;justify-content:center;gap:11px;padding:10px 15px;border-radius:8px;font-family:var(--font-display);font-size:.72rem;letter-spacing:.055em;text-align:center;transition:border-color .15s ease,background .15s ease,color .15s ease,transform .15s ease}.world-panel-enter{border:1px solid rgba(212,175,55,.7);background:linear-gradient(135deg,#d4af3726,#6b4c9a1c);color:var(--color-accent-gold-light);cursor:pointer}.world-panel-profile{border:1px solid rgba(255,255,255,.09);background:#ffffff06;color:var(--color-text-secondary)}.world-panel-enter:hover,.world-panel-enter:focus-visible,.world-panel-profile:hover,.world-panel-profile:focus-visible{border-color:var(--color-accent-gold-light);color:var(--color-accent-gold-light);outline:none;transform:translateY(-1px)}@media(max-width:1250px){.world-explorer{--explorer-panel-width: 370px}.world-explorer--compact{--explorer-panel-width: 350px}.world-character-grid{grid-template-columns:1fr}.world-map-marker__label strong{font-size:.67rem}}@media(max-width:980px){.world-explorer,.world-explorer--compact{--explorer-panel-width: 100%}.world-explorer-stage,.world-explorer--compact .world-explorer-stage{min-height:0;grid-template-columns:1fr}.world-explorer-map{min-height:clamp(520px,68vw,680px)}.world-explorer-panel{max-height:none;border-top:1px solid rgba(212,175,55,.18);border-left:0;box-shadow:0 -18px 48px #0000003d}.world-explorer-panel__scroll{overflow:visible}.world-explorer--compact .world-explorer-panel{height:clamp(480px,70vh,620px);max-height:620px;overflow:hidden;overflow-anchor:none}.world-explorer--compact .world-explorer-panel__scroll{overflow-y:auto;overflow-anchor:none;scrollbar-gutter:stable}.world-panel-content{min-height:330px}.world-character-grid{grid-template-columns:1fr 1fr}.world-explorer-page__note{grid-template-columns:1fr;gap:14px}}@media(max-width:700px){.home-world-explorer-heading{align-items:flex-start}.world-explorer-page{width:min(100% - 22px,1540px);padding-top:40px}.world-explorer-page__hero h1{font-size:clamp(3.2rem,18vw,5.2rem)}.world-explorer{border-radius:13px}.world-explorer-map{min-height:590px}.world-map-toolbar{top:15px;left:15px;max-width:calc(100% - 30px)}.world-map-toolbar>div{max-width:210px;padding:9px 11px}.world-map-toolbar strong{font-size:.84rem}.world-map-toolbar small{display:none}.world-map-toolbar button{min-height:38px;padding:7px 10px;font-size:.62rem}.world-map-compass{display:none}.world-map-marker__label strong{max-width:122px;overflow:hidden;font-size:.63rem;text-overflow:ellipsis}.world-map-marker__label small{display:none}.world-map-marker--capital .world-map-marker__label strong,.world-map-marker--major .world-map-marker__label strong{font-size:.67rem}.world-map-legend{right:12px;bottom:12px;left:12px;justify-content:center;max-width:none}.world-panel-heading,.world-panel-content,.world-panel-actions{padding-right:18px;padding-left:18px}.world-panel-tabs{overflow-x:auto;grid-template-columns:repeat(4,minmax(92px,1fr))}.world-character-grid{grid-template-columns:1fr}.world-explorer-page__note{padding:23px 20px}}@media(max-width:470px){.world-explorer-map{min-height:540px}.world-map-marker__label{display:none}.world-map-marker.is-active .world-map-marker__label{top:calc(100% + 7px);left:50%;display:grid;padding:5px 7px;border:1px solid rgba(212,175,55,.25);border-radius:5px;background:#08090de0;text-align:center;transform:translate(-50%)}.world-map-marker.is-active .world-map-marker__label strong{max-width:150px}.world-map-legend__content>span:nth-child(2){display:none}}@media(prefers-reduced-motion:reduce){.world-explorer-map,.world-map-marker--inner,.world-map-marker.is-active .world-map-marker__pulse{animation:none}.world-map-marker__pin,.world-map-marker__label,.world-child-location-list button,.world-character-chip,.world-entity-list a,.world-entity-list button,.world-scene-list a,.world-panel-enter,.world-panel-profile{transition:none}}.world-panel-empty--overview{margin-top:24px;background:#ffffff03}.world-panel-section--references{border-top-color:#6b4c9a38}.world-panel-section--references .world-panel-section__heading span{color:var(--color-accent-purple-light)}.world-panel-section--references .world-entity-list+.world-scene-list{margin-top:8px}.faction-scene-relation{display:inline-flex;width:fit-content;margin-top:7px;padding:3px 7px;border:1px solid rgba(212,175,55,.28);border-radius:999px;font-size:.65rem!important;letter-spacing:.04em}.faction-scene-relation--present{color:var(--color-accent-gold)!important;background:#d4af3714}.faction-scene-relation--suspected{color:#d2a7ed!important;border-color:#a66dc766;background:#a66dc714}.faction-scene-relation--referenced{color:var(--color-text-muted)!important;border-color:#ffffff1f;background:#ffffff06}.faction-scene-presence-notes{display:grid;gap:7px;margin-top:10px}.faction-scene-presence-notes>div{display:grid;gap:2px;padding:8px 10px;border-left:2px solid rgba(212,175,55,.35);background:#ffffff06}.faction-scene-presence-notes strong{color:var(--color-text-secondary);font-size:.76rem}.faction-scene-presence-notes span,.faction-scene-presence-notes small{color:var(--color-text-muted);font-size:.72rem;line-height:1.45}.evidence-ledger-section{margin-top:2rem;padding:1.25rem;border:1px solid rgba(181,146,82,.28);background:linear-gradient(180deg,#191613f0,#11100ff5);border-radius:16px}.evidence-ledger-heading{display:flex;justify-content:space-between;gap:1.5rem;align-items:flex-start}.evidence-ledger-heading>div>span{text-transform:uppercase;letter-spacing:.14em;font-size:.72rem;color:#b9975b}.evidence-ledger-heading h2{margin:.25rem 0 .35rem}.evidence-ledger-heading p{margin:0;max-width:760px;color:#f4eddcb8}.evidence-ledger-heading>strong{font-size:2rem;color:#d9bd83}.evidence-ledger-summary{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0}.evidence-certainty{display:inline-flex;align-items:center;border-radius:999px;padding:.22rem .55rem;font-size:.72rem;letter-spacing:.04em;border:1px solid rgba(255,255,255,.14);background:#ffffff0d}.evidence-certainty--confirmed{border-color:#73b8876b}.evidence-certainty--reported{border-color:#6997c47a}.evidence-certainty--believed,.evidence-certainty--inferred{border-color:#c7a45b7a}.evidence-certainty--suspected,.evidence-certainty--disputed,.evidence-certainty--unknown{border-color:#be5e538c}.evidence-ledger-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:.75rem}.evidence-ledger-card{padding:.9rem;border:1px solid rgba(255,255,255,.08);background:#ffffff06;border-radius:12px}.evidence-ledger-card--disputed,.evidence-ledger-card--suspected,.evidence-ledger-card--unknown{background:#692a251f}.evidence-ledger-card-meta{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center;color:#f4eddc94;font-size:.72rem}.evidence-ledger-card p{margin:.7rem 0;line-height:1.55}.evidence-ledger-source{display:grid;grid-template-columns:auto 1fr;gap:.5rem;font-size:.8rem;color:#f4eddcad}.evidence-ledger-source>span{text-transform:uppercase;letter-spacing:.09em;font-size:.68rem;color:#b9975b}.evidence-ledger-source a{color:#d9bd83}.evidence-ledger-note,.evidence-ledger-warning{display:block;margin-top:.65rem;line-height:1.45}.evidence-ledger-note{color:#f4eddca6}.evidence-ledger-warning{color:#d79a8d;text-transform:uppercase;letter-spacing:.07em;font-size:.67rem}.evidence-ledger-more{margin-top:1rem}.evidence-ledger-more summary{cursor:pointer;color:#d9bd83}.evidence-ledger-more[open] summary{margin-bottom:.8rem}@media(max-width:700px){.evidence-ledger-heading{flex-direction:column}}.mysteries-page,.mystery-detail-page{width:min(1240px,calc(100% - 40px));margin:0 auto;padding:48px 0 80px}.mysteries-hero,.mystery-detail-hero{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:linear-gradient(145deg,#18161ffa,#0d0d13fa);padding:clamp(28px,5vw,64px);margin-bottom:32px}.mysteries-eyebrow,.mystery-section-eyebrow{display:block;color:var(--color-accent-gold);font-family:var(--font-display);font-size:12px;letter-spacing:.16em;text-transform:uppercase;margin-bottom:8px}.mysteries-hero h1,.mystery-detail-hero h1{margin:0 0 14px;font-family:var(--font-display);font-size:clamp(42px,7vw,76px)}.mysteries-hero>p,.mystery-detail-hero>p{max-width:820px;color:var(--color-text-secondary);line-height:1.8}.mysteries-summary,.mystery-card-counts,.mystery-card-meta{display:flex;flex-wrap:wrap;gap:8px}.mysteries-summary{margin-top:24px}.mysteries-summary span,.mystery-card-counts span,.mystery-card-meta span{border:1px solid var(--color-border);border-radius:999px;padding:7px 11px;color:var(--color-text-secondary);background:#ffffff09;font-size:12px}.mysteries-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(310px,1fr));gap:20px}.mystery-index-card,.mystery-detail-section,.mystery-side-card,.mystery-clue-card,.mystery-theory-card,.mystery-contradiction-card,.mystery-development-list article{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-bg-card)}.mystery-index-card{padding:24px;border-top:3px solid var(--color-accent-gold)}.mystery-index-card--resolved{border-top-style:double}.mystery-index-card h2{margin:18px 0 10px;font-family:var(--font-display);font-size:26px}.mystery-index-card h2 a,.mystery-card-link,.event-mystery-card h3 a,.item-mystery-card h3 a,.location-mystery-card h3 a,.faction-mystery-card h3 a,.deity-mystery-card h3 a{color:inherit;text-decoration:none}.mystery-index-card h2 a:hover,.mystery-card-link:hover,.event-mystery-card h3 a:hover,.item-mystery-card h3 a:hover,.location-mystery-card h3 a:hover,.faction-mystery-card h3 a:hover,.deity-mystery-card h3 a:hover{color:var(--color-accent-gold)}.mystery-card-question{color:var(--color-text-primary);font-weight:600;line-height:1.55}.mystery-index-card>p:not(.mystery-card-question){color:var(--color-text-secondary);line-height:1.7}.mystery-card-counts{margin:20px 0}.mystery-card-link,.mystery-back-link{color:var(--color-accent-gold);font-family:var(--font-display)}.mystery-back-link{display:inline-block;margin-bottom:18px;text-decoration:none}.mystery-detail-hero blockquote{max-width:900px;margin:22px 0;padding-left:20px;border-left:3px solid var(--color-accent-gold);font-size:clamp(20px,3vw,30px);line-height:1.45}.mystery-detail-hero small{display:block;margin-top:22px;color:var(--color-text-muted)}.mystery-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:28px;align-items:start}.mystery-detail-main,.mystery-detail-sidebar,.mystery-stack,.mystery-development-list{display:grid;gap:20px}.mystery-detail-section,.mystery-side-card{padding:26px}.mystery-detail-section h2,.mystery-side-card h3{margin:0 0 16px;font-family:var(--font-display)}.mystery-detail-section>p,.mystery-clue-card p,.mystery-theory-card p,.mystery-contradiction-card p,.mystery-development-list p{color:var(--color-text-secondary);line-height:1.75}.mystery-question-list{margin:0;padding-left:22px}.mystery-question-list li{margin:10px 0;line-height:1.6}.mystery-clue-card,.mystery-theory-card,.mystery-contradiction-card,.mystery-development-list article{padding:20px}.mystery-clue-card h3,.mystery-theory-card h3,.mystery-contradiction-card h3,.mystery-development-list h3{margin:12px 0 8px}.mystery-resolution-panel,.mystery-development-list article.is-latest{border-left:4px solid var(--color-accent-gold)}.mystery-requirements{display:grid;gap:10px}.mystery-requirement{display:grid;grid-template-columns:28px 1fr;align-items:start;gap:8px;padding:13px;border:1px solid var(--color-border);border-radius:var(--radius-md)}.mystery-requirement p{margin:0;line-height:1.55}.mystery-requirement--met span{color:var(--color-accent-gold)}.mystery-detail-sidebar{position:sticky;top:96px}.mystery-side-card dl{margin:0}.mystery-side-card dl div{display:flex;justify-content:space-between;gap:16px;padding:9px 0;border-bottom:1px solid var(--color-border)}.mystery-side-card dd{margin:0;color:var(--color-accent-gold)}.mystery-entity-links{display:grid;gap:8px}.mystery-entity-links a{color:var(--color-text-secondary);text-decoration:none;padding:8px 0;border-bottom:1px solid var(--color-border)}.mystery-entity-links a:hover{color:var(--color-accent-gold)}@media(max-width:900px){.mystery-detail-layout{grid-template-columns:1fr}.mystery-detail-sidebar{position:static;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}@media(max-width:620px){.mysteries-page,.mystery-detail-page{width:min(100% - 24px,1240px);padding-top:24px}.mysteries-grid{grid-template-columns:1fr}}.home-thread-card h3 a,.character-mystery-card h3 a,.episode-mystery-card h3 a{color:inherit;text-decoration:none}.home-thread-card h3 a:hover,.character-mystery-card h3 a:hover,.episode-mystery-card h3 a:hover{color:var(--color-accent-gold)}.relationships-page,.relationship-detail-page{width:min(1240px,calc(100% - 40px));margin:0 auto;padding:48px 0 80px}.relationships-hero,.relationship-detail-hero{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:linear-gradient(145deg,#18161ffa,#0d0d13fa);padding:clamp(28px,5vw,64px);margin-bottom:32px}.relationships-eyebrow,.relationship-section-eyebrow{display:block;color:var(--color-accent-gold);font-family:var(--font-display);font-size:12px;letter-spacing:.16em;text-transform:uppercase;margin-bottom:8px}.relationships-hero h1,.relationship-detail-hero h1{margin:0 0 14px;font-family:var(--font-display);font-size:clamp(42px,7vw,76px)}.relationships-hero>p,.relationship-detail-hero>p{max-width:820px;color:var(--color-text-secondary);line-height:1.8}.relationships-summary,.relationship-card-meta,.relationship-card-counts{display:flex;flex-wrap:wrap;gap:8px}.relationships-summary{margin-top:24px}.relationships-summary span,.relationship-card-meta span,.relationship-card-counts span{border:1px solid var(--color-border);border-radius:999px;padding:7px 11px;color:var(--color-text-secondary);background:#ffffff09;font-size:12px}.relationships-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(310px,1fr));gap:20px}.relationship-index-card,.relationship-detail-section,.relationship-side-card,.relationship-role-grid article,.relationship-development-list article{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-bg-card)}.relationship-index-card{padding:24px;border-top:3px solid var(--color-accent-gold)}.relationship-index-card h2{margin:18px 0 10px;font-family:var(--font-display);font-size:26px}.relationship-index-card h2 a,.relationship-participant-list a,.relationship-detail-participants a,.relationship-role-grid a,.relationship-card-link,.relationship-back-link,.relationship-entity-links a,.character-relationship-detail-link{color:inherit;text-decoration:none}.relationship-index-card h2 a:hover,.relationship-participant-list a:hover,.relationship-detail-participants a:hover,.relationship-role-grid a:hover,.relationship-card-link:hover,.relationship-back-link:hover,.relationship-entity-links a:hover,.character-relationship-detail-link:hover{color:var(--color-accent-gold)}.relationship-participant-list,.relationship-detail-participants{display:flex;flex-wrap:wrap;align-items:center;gap:8px;color:var(--color-accent-gold);font-family:var(--font-display)}.relationship-participant-list i,.relationship-detail-participants i{margin:0 8px 0 0;color:var(--color-text-muted);font-style:normal}.relationship-index-card>p{color:var(--color-text-secondary);line-height:1.7}.relationship-card-counts{margin:20px 0}.relationship-card-link,.relationship-back-link,.character-relationship-detail-link{color:var(--color-accent-gold);font-family:var(--font-display)}.character-relationship-detail-link{display:inline-block;margin-top:14px}.relationship-back-link{display:inline-block;margin-bottom:18px}.relationship-detail-participants{margin:18px 0;font-size:clamp(20px,3vw,30px)}.relationship-detail-hero small{display:block;margin-top:22px;color:var(--color-text-muted)}.relationship-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:28px;align-items:start}.relationship-detail-main,.relationship-detail-sidebar,.relationship-development-list{display:grid;gap:20px}.relationship-detail-section,.relationship-side-card{padding:26px}.relationship-detail-section h2,.relationship-side-card h3{margin:0 0 16px;font-family:var(--font-display)}.relationship-role-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.relationship-role-grid article,.relationship-development-list article{padding:20px}.relationship-role-grid h3,.relationship-development-list h3{margin:0 0 8px}.relationship-role-grid p,.relationship-development-list p{color:var(--color-text-secondary);line-height:1.7}.relationship-development-list small{color:var(--color-text-muted)}.relationship-detail-sidebar{position:sticky;top:96px}.relationship-side-card dl{margin:0}.relationship-side-card dl div{display:flex;justify-content:space-between;gap:16px;padding:9px 0;border-bottom:1px solid var(--color-border)}.relationship-side-card dd{margin:0;color:var(--color-accent-gold);text-align:right}.relationship-entity-links{display:grid;gap:8px}.relationship-entity-links a{color:var(--color-text-secondary);padding:8px 0;border-bottom:1px solid var(--color-border)}@media(max-width:900px){.relationship-detail-layout{grid-template-columns:1fr}.relationship-detail-sidebar{position:static;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}@media(max-width:620px){.relationships-page,.relationship-detail-page{width:min(100% - 24px,1240px);padding-top:24px}.relationships-grid{grid-template-columns:1fr}}.world-map-marker--approximate .world-map-marker__pin{border-style:dashed;border-color:#bba471a8;background:#100f12e0;box-shadow:0 0 0 4px #bba4710e,0 0 22px #8b6cb81c}.world-map-marker--approximate .world-map-marker__pin i{background:#bba471;box-shadow:0 0 9px #bba47180}.world-map-marker--approximate .world-map-marker__label strong{color:#d8cfbd}.world-map-marker--feature .world-map-marker__pin{border-style:solid;border-color:#82a9b59e}.world-map-reference-tray{position:absolute;bottom:72px;left:25px;z-index:5;display:grid;width:min(360px,calc(100% - 50px));gap:8px;padding:11px 12px;border:1px solid rgba(139,108,184,.24);border-radius:9px;background:#08090dc2;box-shadow:0 14px 36px #0000003d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.world-map-reference-tray--note-only{width:min(420px,calc(100% - 50px));border-color:#fff1}.world-map-reference-tray__content>span{color:var(--color-accent-purple-light);font-family:var(--font-display);font-size:.61rem;letter-spacing:.075em;text-transform:uppercase}.world-map-reference-tray__locations button{display:grid;gap:1px;padding:7px 9px;border:1px dashed rgba(139,108,184,.34);border-radius:6px;background:#6b4c9a0b;color:var(--color-text-secondary);cursor:pointer;text-align:left;transition:border-color .15s ease,background .15s ease,color .15s ease}.world-map-reference-tray__locations button strong{font-family:var(--font-display);font-size:.64rem;font-weight:500}.world-map-reference-tray__locations button small{color:var(--color-text-muted);font-size:.54rem;letter-spacing:.04em;text-transform:uppercase}.world-map-reference-tray__locations button:hover,.world-map-reference-tray__locations button:focus-visible,.world-map-reference-tray__locations button.is-active{border-color:#d4af378c;background:#d4af3712;color:var(--color-accent-gold-light);outline:none}.world-map-reference-tray p{margin:0;color:#8f8c85;font-size:.61rem;line-height:1.45}.world-map-legend i.is-approximate{border-style:dashed;border-color:#bba471;background:#bba4712e}.world-panel-badges{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.world-panel-badge{display:inline-flex;width:fit-content;padding:4px 7px;border:1px solid rgba(255,255,255,.1);border-radius:999px;color:var(--color-text-muted);font-size:.56rem;letter-spacing:.045em;line-height:1;text-transform:uppercase}.world-panel-badge--direct-scene-site{border-color:#d4af3759;color:var(--color-accent-gold-light);background:#d4af3712}.world-panel-badge--depicted-or-established{border-color:#82a9b557;color:#b9d0d6;background:#82a9b50f}.world-panel-badge--mentioned-only,.world-panel-badge--inferred{border-style:dashed;border-color:#8b6cb86b;color:#c9b4e2;background:#6b4c9a11}@media(max-width:980px){.world-map-reference-tray{bottom:70px;width:min(390px,calc(100% - 50px))}}@media(max-width:700px){.world-map-drag-hint{display:none}.world-map-reference-tray{right:12px;bottom:64px;left:12px;width:auto;max-height:145px;overflow-y:auto}.world-map-reference-tray--note-only{width:auto}.world-map-reference-tray p{display:none}.world-map-legend__content>span:nth-child(5){display:none}}@media(max-width:470px){.world-map-reference-tray{bottom:58px;padding:8px 9px}.world-map-reference-tray__content>span{font-size:.55rem}.world-map-reference-tray__locations button{padding:6px 7px}}.site-brand{display:grid;gap:5px}.site-brand>span{line-height:.95}.site-brand>small{color:var(--color-text-muted);font-family:var(--font-body);font-size:10px;font-weight:600;letter-spacing:.16em;line-height:1;text-transform:uppercase}.seo-breadcrumbs{width:min(1500px,calc(100% - 48px));margin:0 auto;padding:18px 0 0}.seo-breadcrumbs ol{display:flex;flex-wrap:wrap;align-items:center;gap:7px;list-style:none;color:var(--color-text-muted);font-size:12px}.seo-breadcrumbs li{display:inline-flex;align-items:center;gap:7px}.seo-breadcrumbs li:not(:last-child):after{color:#d4af378c;content:"›"}.seo-breadcrumbs a{color:var(--color-text-secondary)}.seo-breadcrumbs a:hover,.seo-breadcrumbs a:focus-visible{color:var(--color-accent-gold-light)}.seo-breadcrumbs [aria-current=page]{color:var(--color-accent-gold)}.static-information-page,.not-found-page{width:min(920px,calc(100% - 40px));margin:0 auto;padding:clamp(38px,6vw,78px) 0 var(--spacing-2xl)}.static-information-header{margin-bottom:38px;padding-bottom:28px;border-bottom:1px solid var(--color-border)}.static-information-eyebrow{margin-bottom:10px;color:var(--color-accent-gold);font-family:var(--font-display);font-size:12px;letter-spacing:.15em;text-transform:uppercase}.static-information-page h1,.not-found-page h1{margin-bottom:18px;color:var(--color-accent-gold-light);font-size:clamp(34px,5vw,58px)}.static-information-header>p:last-child,.not-found-page>p{max-width:800px;color:var(--color-text-secondary);font-size:clamp(17px,2vw,20px);line-height:1.75}.static-information-page section{margin-top:32px;padding:26px 28px;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:#1a1a26b8}.static-information-page section h2{margin-bottom:13px;color:var(--color-accent-gold);font-size:23px}.static-information-page section p{color:var(--color-text-secondary);line-height:1.8}.static-information-page section p+p{margin-top:14px}.static-information-support-section{background:radial-gradient(circle at 90% 10%,rgba(107,76,154,.17),transparent 34%),linear-gradient(145deg,#2a211329,#1a1a26c7)!important;border-color:#d4af376b!important}.static-information-support-action{width:fit-content;margin-top:20px}.static-information-action,.not-found-actions{margin-top:32px}.static-information-action a,.not-found-actions a{display:inline-flex;min-height:44px;align-items:center;padding:10px 16px;border:1px solid rgba(212,175,55,.55);border-radius:var(--radius-md);background:#d4af370f;font-family:var(--font-display);font-size:13px;letter-spacing:.04em}.not-found-page{min-height:62vh;display:grid;align-content:center;justify-items:start}.not-found-actions{display:flex;flex-wrap:wrap;gap:12px}@media(max-width:760px){.seo-breadcrumbs{width:min(100% - 32px,1500px);padding-top:14px}.static-information-page section{padding:22px 20px}}.site-header-actions{display:flex;grid-area:actions;justify-self:end;flex:0 0 auto;align-items:center;gap:10px}.spoiler-selector{display:inline-flex;min-height:44px;align-items:center;gap:8px;padding:8px 12px;border:1px solid rgba(107,76,154,.62);border-radius:999px;background:#6b4c9a1a;color:var(--color-text-secondary);cursor:pointer;transition:border-color .17s ease,background-color .17s ease,color .17s ease}.spoiler-selector:hover,.spoiler-selector:focus-visible{border-color:#d4af37b8;background:#d4af3714;color:var(--color-accent-gold-light)}.spoiler-selector span{font-family:var(--font-display);font-size:11px;letter-spacing:.08em;text-transform:uppercase}.spoiler-selector strong{color:var(--color-accent-gold);font-family:var(--font-display);font-size:12px;letter-spacing:.06em}.spoiler-selector i{font-size:14px;font-style:normal;line-height:1}.spoiler-gate{position:fixed;inset:0;z-index:6000;display:grid;place-items:center;padding:24px}.spoiler-gate__backdrop{position:absolute;inset:0;background:#040408d6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.spoiler-gate__dialog{position:relative;width:min(680px,100%);max-height:min(780px,calc(100vh - 48px));padding:clamp(26px,5vw,44px);overflow-y:auto;border:1px solid rgba(212,175,55,.34);border-radius:18px;background:radial-gradient(circle at 14% 0%,rgba(107,76,154,.2),transparent 36%),linear-gradient(150deg,#1a1926fc,#0a0a10fe);box-shadow:0 30px 90px #000000b8;outline:none}.spoiler-gate__eyebrow,.spoiler-locked-page__eyebrow{margin:0 0 10px;color:var(--color-accent-purple-light);font-family:var(--font-display);font-size:12px;letter-spacing:.13em;text-transform:uppercase}.spoiler-gate__dialog h1,.spoiler-locked-page h1{margin:0;color:var(--color-accent-gold-light);font-size:clamp(30px,5vw,48px);line-height:1.12}.spoiler-gate__dialog>p:not(.spoiler-gate__eyebrow):not(.spoiler-gate__warning):not(.spoiler-gate__note),.spoiler-locked-page>p:not(.spoiler-locked-page__eyebrow){margin:16px 0 0;color:var(--color-text-secondary);line-height:1.75}.spoiler-gate__options{display:grid;margin-top:26px;gap:10px}.spoiler-gate__option{display:flex;min-height:66px;align-items:center;gap:14px;padding:13px 16px;border:1px solid rgba(93,91,112,.58);border-radius:12px;background:#ffffff06;cursor:pointer;transition:border-color .16s ease,background-color .16s ease,transform .16s ease}.spoiler-gate__option:hover,.spoiler-gate__option:focus-within,.spoiler-gate__option.is-selected{border-color:#d4af379e;background:#d4af3712;transform:translateY(-1px)}.spoiler-gate__option input{width:18px;height:18px;accent-color:var(--color-accent-gold)}.spoiler-gate__option span{display:grid;gap:3px}.spoiler-gate__option strong{color:var(--color-accent-gold-light);font-family:var(--font-display);font-size:14px;letter-spacing:.06em}.spoiler-gate__option small{color:var(--color-text-muted);font-size:13px}.spoiler-gate__warning{margin:18px 0 0;padding:12px 14px;border-left:3px solid var(--color-accent-gold);background:#d4af3712;color:var(--color-accent-gold-light);line-height:1.55}.spoiler-gate__actions,.spoiler-locked-page__actions{display:flex;margin-top:26px;flex-wrap:wrap;justify-content:flex-end;gap:10px}.spoiler-gate__actions button,.spoiler-locked-page__actions button,.spoiler-locked-page__actions a{display:inline-flex;min-height:44px;align-items:center;justify-content:center;padding:10px 16px;border-radius:8px;font-family:var(--font-display);font-size:12px;letter-spacing:.055em;cursor:pointer}.spoiler-gate__primary,.spoiler-locked-page__actions button{border:1px solid var(--color-accent-gold);background:linear-gradient(135deg,#d4af3733,#6b4c9a33);color:var(--color-accent-gold-light)}.spoiler-gate__secondary,.spoiler-locked-page__actions a{border:1px solid var(--color-border);background:#ffffff08;color:var(--color-text-secondary)}.spoiler-gate__note{margin:18px 0 0;color:var(--color-text-muted);font-size:12px;line-height:1.6;text-align:center}.spoiler-locked-page{position:relative;width:min(820px,calc(100% - 32px));margin:clamp(80px,12vw,150px) auto;padding:clamp(28px,6vw,56px);overflow:hidden;border:1px solid rgba(107,76,154,.52);border-radius:18px;background:radial-gradient(circle at 12% 0%,rgba(107,76,154,.18),transparent 38%),#111019eb;box-shadow:0 24px 70px #0006}.spoiler-locked-page__actions{justify-content:flex-start}.spoiler-locked-page__reference{position:absolute;right:22px;bottom:14px;color:#ffffff14;font-family:monospace;font-size:11px}@media(max-width:1380px){.spoiler-selector{min-height:42px}}@media(max-width:620px){.spoiler-selector span{display:none}.spoiler-selector{padding-inline:10px}.spoiler-gate{padding:12px}.spoiler-gate__dialog{max-height:calc(100vh - 24px);padding:24px 20px;border-radius:14px}.spoiler-gate__actions,.spoiler-locked-page__actions{align-items:stretch;flex-direction:column-reverse}.spoiler-gate__actions button,.spoiler-locked-page__actions button,.spoiler-locked-page__actions a{width:100%}}@media(prefers-reduced-motion:reduce){.spoiler-selector,.spoiler-gate__option{transition:none}}.site-shell--explorer{height:100dvh;min-height:100dvh;overflow:hidden}.site-main--explorer{flex:1 1 auto;min-height:0;overflow:hidden}.world-explorer-page--immersive{width:100%;height:100%;margin:0;padding:0}.world-explorer-page__accessible-title{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);border:0;white-space:nowrap}.world-explorer--immersive{width:100%;height:100%;border:0;border-radius:0;box-shadow:none}.world-explorer--immersive:before{border-radius:0}.world-explorer--immersive .world-explorer-stage,.world-explorer--immersive .world-explorer-map{height:100%;min-height:0}.world-explorer--immersive .world-explorer-panel{height:100%}.world-panel-sheet-toggle{display:none}.world-map-toolbar{right:28px;max-width:none;pointer-events:none}.world-map-toolbar>div,.world-map-toolbar button{pointer-events:auto}.world-map-toolbar>.world-map-toolbar__actions{display:flex;padding:0;align-items:flex-start;gap:8px;border:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.world-map-toolbar>.world-map-toolbar__actions button b{font:inherit;font-weight:500}.world-map-toolbar em{margin-top:5px;color:#cbb8df;font-size:.58rem;font-style:normal;letter-spacing:.075em;text-transform:uppercase}.world-explorer--immersive .world-map-compass{top:92px}.world-explorer:fullscreen,.world-explorer.is-fullscreen{width:100%;height:100dvh;border:0;border-radius:0;background:#0d0e13}.world-explorer:fullscreen .world-explorer-stage,.world-explorer.is-fullscreen .world-explorer-stage{height:100%;min-height:0}@media(max-width:980px){.world-explorer--immersive,.world-explorer--immersive.world-explorer--compact{--explorer-panel-width: 100%}.world-explorer--immersive .world-explorer-stage,.world-explorer--immersive.world-explorer--compact .world-explorer-stage{position:relative;display:block;height:100%;min-height:0}.world-explorer--immersive .world-explorer-map{height:100%;min-height:0}.world-explorer--immersive .world-explorer-panel{position:absolute;right:12px;bottom:12px;left:12px;z-index:9;width:auto;height:min(56%,560px);max-height:560px;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;border:1px solid rgba(212,175,55,.24);border-radius:16px;box-shadow:0 -18px 54px #00000080;transform:translateY(0);transition:transform .22s ease}.world-explorer--immersive .world-explorer-panel.is-collapsed{transform:translateY(calc(100% - 58px))}.world-panel-sheet-toggle{display:flex;min-height:58px;align-items:center;justify-content:center;flex-direction:column;gap:6px;padding:8px 16px;border:0;border-bottom:1px solid rgba(255,255,255,.055);background:#08090df5;color:var(--color-text-secondary);cursor:pointer;font-family:var(--font-display);font-size:.64rem;letter-spacing:.055em}.world-panel-sheet-toggle>span{width:46px;height:3px;border-radius:999px;background:#d4af3770}.world-panel-sheet-toggle strong{font-weight:500}.world-explorer--immersive .world-explorer-panel__scroll{overflow-y:auto}.world-explorer--immersive .world-map-legend{bottom:76px}.world-explorer--immersive .world-map-reference-tray{bottom:116px}}@media(max-width:700px){.world-explorer--immersive{border-radius:0}.world-explorer--immersive .world-map-toolbar{right:15px;width:auto}.world-explorer--immersive .world-map-toolbar>.world-map-toolbar__actions{display:flex;max-width:none}.world-explorer--immersive .world-map-toolbar>.world-map-toolbar__actions button b{display:none}.world-explorer--immersive .world-map-toolbar>.world-map-toolbar__actions button{min-width:40px;justify-content:center}.world-explorer--immersive .world-map-reference-tray{bottom:116px}.world-explorer--immersive .world-map-legend{bottom:72px}}@media(max-width:470px){.world-explorer--immersive .world-map-toolbar>div:first-child{max-width:190px}.world-explorer--immersive .world-map-toolbar em{font-size:.52rem}.world-explorer--immersive .world-explorer-panel{right:8px;bottom:8px;left:8px;height:min(60%,520px)}.world-explorer--immersive .world-map-reference-tray{bottom:110px}}@media(prefers-reduced-motion:reduce){.world-explorer--immersive .world-explorer-panel{transition:none}}.world-map-toolbar button.is-active,.world-map-toolbar button[aria-pressed=true]{border-color:#9d7dcdc7;background:linear-gradient(180deg,#6b4c9a42,#1b1427e0);color:#eadff6;box-shadow:0 0 0 1px #d4af3714 inset,0 0 24px #6b4c9a2b}.world-map-event-overlays{position:absolute;inset:0;z-index:5;pointer-events:none}.world-map-event-marker{position:absolute;display:grid;width:30px;height:30px;place-items:center;padding:0;border:1px solid rgba(157,125,205,.82);border-radius:9px;background:linear-gradient(145deg,#281b39f7,#0d0c12fa);color:#eadff6;cursor:pointer;pointer-events:auto;box-shadow:0 0 0 3px #6b4c9a1a,0 10px 25px #0000005c,0 0 22px #6b4c9a2e;animation:world-event-marker-reveal .22s ease both;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease,transform .16s ease}.world-map-event-marker--right{transform:translate(-42px,-34px)}.world-map-event-marker--left{transform:translate(12px,-34px)}.world-map-event-marker:hover,.world-map-event-marker:focus-visible,.world-map-event-marker.is-active{border-color:var(--color-accent-gold-light);background:linear-gradient(145deg,#48305efc,#18121ffc);color:#fff6dc;box-shadow:0 0 0 4px #d4af3717,0 12px 30px #0000006b,0 0 30px #8b6cb857;outline:none}.world-map-event-marker--right:hover,.world-map-event-marker--right:focus-visible,.world-map-event-marker--right.is-active{transform:translate(-42px,-34px) scale(1.08)}.world-map-event-marker--left:hover,.world-map-event-marker--left:focus-visible,.world-map-event-marker--left.is-active{transform:translate(12px,-34px) scale(1.08)}.world-map-event-marker__symbol{font-size:.78rem;line-height:1;text-shadow:0 0 10px rgba(212,175,55,.45)}.world-map-event-marker__count{position:absolute;top:-7px;right:-7px;display:grid;min-width:17px;height:17px;place-items:center;padding:0 4px;border:1px solid rgba(212,175,55,.62);border-radius:999px;background:#111017;color:var(--color-accent-gold-light);font-size:.55rem;font-weight:700;line-height:1}.world-map-event-marker__label{position:absolute;top:calc(100% + 8px);display:grid;min-width:max-content;gap:1px;padding:6px 8px;border:1px solid rgba(157,125,205,.24);border-radius:6px;background:#08090deb;box-shadow:0 10px 24px #0000005c;opacity:0;pointer-events:none;text-align:left;transform:translateY(-4px);transition:opacity .14s ease,transform .14s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.world-map-event-marker--right .world-map-event-marker__label{left:0}.world-map-event-marker--left .world-map-event-marker__label{right:0;text-align:right}.world-map-event-marker:hover .world-map-event-marker__label,.world-map-event-marker:focus-visible .world-map-event-marker__label,.world-map-event-marker.is-active .world-map-event-marker__label{opacity:1;transform:translateY(0)}.world-map-event-marker__label strong{color:#eadff6;font-family:var(--font-display);font-size:.62rem;font-weight:500;letter-spacing:.045em;white-space:nowrap}.world-map-event-marker__label small{color:#99949f;font-size:.53rem;letter-spacing:.055em;text-transform:uppercase;white-space:nowrap}.world-map-legend i.is-event{display:inline-grid;width:12px;height:12px;place-items:center;border:0;border-radius:0;color:var(--color-accent-purple-light);font-size:.72rem;font-style:normal;line-height:1}@keyframes world-event-marker-reveal{0%{opacity:0;filter:blur(2px)}to{opacity:1;filter:blur(0)}}@media(max-width:700px){.world-map-event-marker{width:27px;height:27px}.world-map-event-marker--right{transform:translate(-37px,-31px)}.world-map-event-marker--left{transform:translate(10px,-31px)}.world-map-event-marker--right:hover,.world-map-event-marker--right:focus-visible,.world-map-event-marker--right.is-active{transform:translate(-37px,-31px) scale(1.06)}.world-map-event-marker--left:hover,.world-map-event-marker--left:focus-visible,.world-map-event-marker--left.is-active{transform:translate(10px,-31px) scale(1.06)}.world-map-event-marker__label{display:none}}@media(prefers-reduced-motion:reduce){.world-map-event-marker{animation:none;transition:none}}.world-panel-sticky{position:sticky;z-index:5;top:0;background:radial-gradient(circle at 50% 0%,rgba(107,76,154,.14),transparent 38%),linear-gradient(180deg,#14141efe,#0c0d13fc);box-shadow:0 12px 24px #0003}.world-panel-section__description{margin:-3px 0 12px;color:var(--color-text-muted);font-size:.7rem;line-height:1.52}.world-panel-section--historical{border-top-color:#a0917033}.world-panel-section--historical .world-panel-section__heading span{color:#b8a989}.world-panel-section--historical .world-panel-section__heading small{border-color:#b8a98957;color:#c8b998}.world-panel-list-toggle{display:grid;width:100%;min-height:42px;grid-template-columns:minmax(0,1fr) auto 24px;gap:9px;align-items:center;margin-top:9px;padding:9px 10px 9px 12px;border:1px solid rgba(212,175,55,.2);border-radius:8px;background:#d4af3706;color:var(--color-accent-gold-light);cursor:pointer;text-align:left;transition:border-color .15s ease,background .15s ease,transform .15s ease}.world-panel-list-toggle>span{font-family:var(--font-display);font-size:.69rem;letter-spacing:.035em}.world-panel-list-toggle>small{color:var(--color-text-muted);font-size:.6rem}.world-panel-list-toggle>i{display:grid;width:22px;height:22px;place-items:center;border:1px solid rgba(107,76,154,.42);border-radius:50%;color:var(--color-accent-purple-light);font-style:normal;font-size:.84rem;line-height:1}.world-panel-list-toggle:hover,.world-panel-list-toggle:focus-visible{border-color:#d4af377a;background:#d4af370f;outline:none;transform:translateY(-1px)}@media(max-width:720px){.world-panel-list-toggle{min-height:46px}.world-panel-section__description{font-size:.72rem}}@media(prefers-reduced-motion:reduce){.world-panel-list-toggle{transition:none}}.journal-page,.journal-detail-page{width:min(1400px,calc(100% - 2rem));margin:0 auto;padding:clamp(2rem,5vw,4.5rem) 0}.journal-page__hero,.journal-detail-hero{position:relative;overflow:hidden;padding:clamp(2rem,5vw,4rem);border:1px solid rgba(212,175,55,.28);border-radius:28px;background:radial-gradient(circle at 82% 18%,rgba(116,76,168,.2),transparent 34%),linear-gradient(145deg,#181522fa,#0d0d14fa);box-shadow:0 24px 70px #0000004d}.journal-page__hero:after,.journal-detail-hero:after{content:"";position:absolute;inset:0;pointer-events:none;opacity:.28;background-image:linear-gradient(rgba(212,175,55,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(212,175,55,.08) 1px,transparent 1px);background-size:44px 44px;-webkit-mask-image:linear-gradient(to left,#000,transparent 78%);mask-image:linear-gradient(to left,#000,transparent 78%)}.journal-page__hero>*,.journal-detail-hero>*{position:relative;z-index:1}.journal-page__eyebrow,.journal-detail-hero__meta,.journal-related-section__heading>div>span,.home-journal-section .home-section-heading span{color:var(--color-accent-purple-light);font-size:.74rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.journal-page__hero h1,.journal-detail-hero h1{max-width:900px;margin:.55rem 0 1rem;color:var(--color-accent-gold-light);font-family:var(--font-display);font-size:clamp(2.4rem,6vw,5.4rem);line-height:.98}.journal-page__hero>p:last-child,.journal-detail-hero__summary{max-width:780px;margin:0;color:var(--color-text-secondary);font-size:clamp(1rem,2vw,1.22rem);line-height:1.8}.journal-page__controls{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,380px);gap:1.25rem;align-items:end;margin:2rem 0 1rem}.journal-type-filters{display:flex;flex-wrap:wrap;gap:.6rem}.journal-type-filters button,.journal-empty-state button{border:1px solid var(--color-border);border-radius:999px;padding:.72rem 1rem;background:#ffffff09;color:var(--color-text-secondary);cursor:pointer;transition:border-color .16s ease,color .16s ease,background .16s ease}.journal-type-filters button span{margin-left:.3rem;color:var(--color-text-muted)}.journal-type-filters button:hover,.journal-type-filters button.is-active,.journal-empty-state button:hover{border-color:var(--color-accent-gold);background:#d4af3717;color:var(--color-accent-gold-light)}.journal-search label{display:block;margin-bottom:.45rem;color:var(--color-text-muted);font-size:.8rem}.journal-search>div{display:flex}.journal-search input{min-width:0;flex:1;border:1px solid var(--color-border);border-radius:12px 0 0 12px;padding:.85rem 1rem;background:#05050aa8;color:var(--color-text-primary)}.journal-search button{border:1px solid var(--color-accent-gold);border-left:0;border-radius:0 12px 12px 0;padding:0 1rem;background:#d4af371f;color:var(--color-accent-gold-light);cursor:pointer}.journal-page__summary{display:flex;gap:.7rem;margin-bottom:1.15rem;color:var(--color-text-muted);font-size:.86rem}.journal-page__grid,.journal-related-grid,.home-journal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.journal-related-grid--single,.home-journal-grid--single{grid-template-columns:minmax(0,760px)}.journal-card{overflow:hidden;min-width:0;border:1px solid rgba(212,175,55,.18);border-radius:20px;background:linear-gradient(145deg,#1e1b27f5,#0f0f16fa);box-shadow:0 16px 34px #0003;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.journal-card:hover{transform:translateY(-3px);border-color:#d4af3780;box-shadow:0 22px 45px #00000047}.journal-card__image{display:block;aspect-ratio:16 / 8.8;overflow:hidden;background:#101019}.journal-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .24s ease}.journal-card:hover .journal-card__image img{transform:scale(1.025)}.journal-card__body{padding:1.25rem}.journal-card__meta{display:flex;flex-wrap:wrap;gap:.4rem .75rem;color:var(--color-text-muted);font-size:.68rem;letter-spacing:.06em;text-transform:uppercase}.journal-card__meta span:first-child{color:var(--color-accent-purple-light)}.journal-card h3{margin:.75rem 0 .55rem;font-family:var(--font-display);font-size:clamp(1.2rem,2vw,1.65rem);line-height:1.18}.journal-card h3 a{color:var(--color-accent-gold-light);text-decoration:none}.journal-card p{margin:.45rem 0 0;color:var(--color-text-secondary);line-height:1.66}.journal-card__subtitle{color:var(--color-text-primary)!important;font-style:italic}.journal-card__tags,.journal-detail-tags{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:1rem}.journal-card__tags span,.journal-detail-tags span{border:1px solid rgba(116,76,168,.42);border-radius:999px;padding:.3rem .55rem;color:var(--color-accent-purple-light);font-size:.68rem;text-transform:capitalize}.journal-card--compact{border-radius:14px;box-shadow:none}.journal-card--compact .journal-card__body{padding:.9rem}.journal-card--compact h3{font-size:1rem}.journal-card--compact p,.journal-card--compact .journal-card__meta time{display:none}.journal-related-section,.home-journal-section{margin:clamp(2rem,5vw,4rem) 0;padding:clamp(1.4rem,3vw,2.25rem);border:1px solid rgba(116,76,168,.24);border-radius:22px;background:linear-gradient(145deg,#1a1624d1,#0e0e15e0)}.journal-related-section__heading,.home-journal-section .home-section-heading{display:flex;justify-content:space-between;gap:1rem;align-items:end;margin-bottom:1.25rem}.journal-related-section__heading h2,.home-journal-section .home-section-heading h2{margin:.25rem 0 0;color:var(--color-accent-gold-light);font-family:var(--font-display);font-size:clamp(1.65rem,3vw,2.4rem)}.journal-related-section__heading p,.home-journal-section .home-section-heading p{max-width:700px;margin:.45rem 0 0;color:var(--color-text-secondary)}.journal-related-section__heading>a,.home-journal-section .home-section-heading>a{flex:0 0 auto;color:var(--color-accent-gold)}.journal-empty-state{margin-top:2rem;padding:3rem 1.5rem;border:1px dashed rgba(212,175,55,.3);border-radius:20px;background:#ffffff05;text-align:center}.journal-empty-state--launch>span{display:block;margin-bottom:.65rem;color:var(--color-accent-purple-light);font-size:2rem}.journal-empty-state h2{margin:0 0 .7rem;color:var(--color-accent-gold-light);font-family:var(--font-display)}.journal-empty-state p{max-width:660px;margin:0 auto 1.25rem;color:var(--color-text-secondary);line-height:1.75}.journal-empty-state>div{display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem}.journal-empty-state a,.journal-support-callout>a{display:inline-flex;border:1px solid var(--color-accent-gold);border-radius:999px;padding:.75rem 1rem;color:var(--color-accent-gold-light);text-decoration:none}.journal-detail-page__back{display:inline-block;margin-bottom:1.2rem;color:var(--color-text-secondary)}.journal-detail-hero__meta{display:flex;flex-wrap:wrap;gap:.55rem 1rem}.journal-detail-hero__subtitle{max-width:850px;margin:0 0 1rem;color:var(--color-accent-purple-light);font-family:var(--font-display);font-size:clamp(1.15rem,2.3vw,1.65rem)}.journal-detail-byline{display:flex;flex-wrap:wrap;gap:.5rem 1.1rem;margin-top:1.2rem;color:var(--color-text-muted);font-size:.82rem}.journal-detail-image{margin:1.5rem 0 0}.journal-detail-image img{display:block;width:100%;max-height:680px;object-fit:cover;border-radius:22px}.journal-detail-image figcaption{margin-top:.5rem;color:var(--color-text-muted);font-size:.8rem}.journal-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(250px,330px);gap:2rem;align-items:start;margin-top:2rem}.journal-article-copy{padding:clamp(1.3rem,3vw,2.4rem);border:1px solid var(--color-border);border-radius:22px;background:#111119d1;color:var(--color-text-secondary);font-size:1.02rem;line-height:1.86}.journal-article-copy>:first-child{margin-top:0}.journal-article-copy>:last-child{margin-bottom:0}.journal-article-copy h2,.journal-article-copy h3,.journal-article-copy h4{color:var(--color-accent-gold-light);font-family:var(--font-display);line-height:1.2}.journal-article-copy h2{margin-top:2.4rem;font-size:2rem}.journal-article-copy h3{margin-top:1.8rem;font-size:1.45rem}.journal-article-copy a{color:var(--color-accent-gold)}.journal-article-copy strong{color:var(--color-text-primary)}.journal-article-copy blockquote{margin:1.5rem 0;border-left:3px solid var(--color-accent-purple);padding:.3rem 0 .3rem 1.2rem;color:var(--color-text-primary);font-style:italic}.journal-article-copy hr{border:0;border-top:1px solid var(--color-border);margin:2rem 0}.journal-detail-sidebar{display:grid;gap:1rem;position:sticky;top:calc(var(--site-header-height, 150px) + 1rem)}.journal-detail-sidebar section{padding:1.15rem;border:1px solid var(--color-border);border-radius:16px;background:#13121be6}.journal-detail-sidebar h2{margin:0 0 .8rem;color:var(--color-accent-gold-light);font-family:var(--font-display);font-size:1.05rem}.journal-record-links{display:grid;gap:.6rem}.journal-record-links a{display:grid;gap:.15rem;border:1px solid rgba(212,175,55,.14);border-radius:12px;padding:.75rem;background:#ffffff06;text-decoration:none}.journal-record-links a span{color:var(--color-text-muted);font-size:.66rem;text-transform:uppercase;letter-spacing:.08em}.journal-record-links a strong{color:var(--color-text-primary);font-size:.9rem}.journal-support-callout{margin-top:1.5rem;padding:clamp(1.4rem,3vw,2.2rem);border:1px solid rgba(212,175,55,.28);border-radius:20px;background:linear-gradient(135deg,#d4af3714,#744ca814)}.journal-support-callout>span{color:var(--color-accent-purple-light);font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.journal-support-callout h2{margin:.35rem 0 .55rem;color:var(--color-accent-gold-light);font-family:var(--font-display)}.journal-support-callout p{max-width:700px;color:var(--color-text-secondary);line-height:1.7}.world-panel-journal-list{display:grid;gap:.65rem}.world-panel-journal-list .journal-card__meta span:nth-child(2){display:none}@media(max-width:1050px){.journal-page__controls,.journal-detail-layout{grid-template-columns:1fr}.journal-detail-sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}.journal-page__grid,.journal-related-grid,.home-journal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.journal-page,.journal-detail-page{width:min(100% - 1rem,1400px);padding-top:1rem}.journal-page__hero,.journal-detail-hero{border-radius:18px}.journal-page__grid,.journal-related-grid,.home-journal-grid,.journal-detail-sidebar{grid-template-columns:1fr}.journal-related-section__heading,.home-journal-section .home-section-heading{align-items:flex-start;flex-direction:column}}.journal-page__principles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1.25rem}.journal-page__principles article{padding:1.2rem;border:1px solid var(--color-border);border-radius:16px;background:#ffffff06}.journal-page__principles span{color:var(--color-accent-purple-light);font-size:.7rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.journal-page__principles h2{margin:.35rem 0 .5rem;color:var(--color-accent-gold-light);font-family:var(--font-display);font-size:1.15rem}.journal-page__principles p{margin:0;color:var(--color-text-secondary);font-size:.88rem;line-height:1.65}@media(max-width:800px){.journal-page__principles{grid-template-columns:1fr}}.journal-video-evidence{margin:1.5rem 0 0;padding:clamp(1.15rem,3vw,1.8rem);border:1px solid rgba(212,175,55,.28);border-radius:22px;background:radial-gradient(circle at 85% 10%,rgba(116,76,168,.14),transparent 36%),linear-gradient(145deg,#181522fa,#0b0b11fa);box-shadow:0 20px 48px #0000003d}.journal-video-evidence__heading{display:flex;justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1rem}.journal-video-evidence__heading span,.journal-video-evidence__active>span{color:var(--color-accent-purple-light);font-size:.7rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.journal-video-evidence__heading h2{margin:.3rem 0 0;color:var(--color-accent-gold-light);font-family:var(--font-display);font-size:clamp(1.35rem,3vw,2rem)}.journal-video-evidence__heading>a{flex:0 0 auto;color:var(--color-accent-gold);font-size:.82rem}.journal-video-evidence__frame{position:relative;overflow:hidden;aspect-ratio:16 / 9;border:1px solid rgba(212,175,55,.22);border-radius:16px;background:radial-gradient(circle at center,rgba(116,76,168,.22),transparent 44%),#09090f}.journal-video-evidence__frame iframe{width:100%;height:100%;border:0}.journal-video-evidence__load{display:grid;place-content:center;gap:.45rem;width:100%;height:100%;border:0;padding:1.5rem;background:transparent;color:var(--color-text-primary);text-align:center;cursor:pointer}.journal-video-evidence__load>span{display:grid;place-items:center;width:4rem;height:4rem;margin:0 auto .25rem;border:1px solid var(--color-accent-gold);border-radius:50%;background:#d4af371a;color:var(--color-accent-gold-light);font-size:1.3rem}.journal-video-evidence__load strong{color:var(--color-accent-gold-light);font-family:var(--font-display);font-size:clamp(1.05rem,2vw,1.35rem)}.journal-video-evidence__load small{color:var(--color-text-muted)}.journal-video-evidence__active{display:grid;gap:.3rem;margin-top:.9rem}.journal-video-evidence__active strong{color:var(--color-text-primary)}.journal-video-evidence__active p{margin:0;color:var(--color-text-secondary);line-height:1.55}.journal-video-moment{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.9rem;align-items:center;width:100%;margin:1.2rem 0;border:1px solid rgba(116,76,168,.44);border-radius:14px;padding:.95rem 1rem;background:linear-gradient(135deg,#744ca81c,#d4af370d);color:var(--color-text-primary);text-align:left;cursor:pointer;transition:border-color .16s ease,transform .16s ease,background .16s ease}.journal-video-moment:hover,.journal-video-moment:focus-visible{transform:translateY(-1px);border-color:#d4af379e;background:linear-gradient(135deg,#744ca82b,#d4af3714)}.journal-video-moment>span:first-child{display:grid;place-items:center;width:2.6rem;height:2.6rem;border:1px solid rgba(212,175,55,.5);border-radius:50%;color:var(--color-accent-gold-light)}.journal-video-moment>span:last-child{display:grid;gap:.16rem}.journal-video-moment small{color:var(--color-accent-purple-light);font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.journal-video-moment strong{color:var(--color-text-primary);font-size:.95rem}.journal-video-moment em{color:var(--color-text-secondary);font-size:.82rem;font-style:normal;line-height:1.45}@media(max-width:700px){.journal-video-evidence__heading{align-items:flex-start;flex-direction:column}.journal-video-moment{grid-template-columns:1fr}.journal-video-moment>span:first-child{width:2.25rem;height:2.25rem}}.world-map-overlay-toggle{display:flex;width:100%;min-height:0;align-items:center;justify-content:space-between;gap:14px;padding:0;border:0;background:transparent;color:inherit;cursor:pointer;text-align:left}.world-map-overlay-toggle>span{display:grid;min-width:0;gap:1px}.world-map-overlay-toggle strong{color:var(--color-accent-gold-light);font-family:var(--font-display);font-size:.67rem;font-weight:500;letter-spacing:.075em;text-transform:uppercase}.world-map-overlay-toggle small{color:#8f8c85;font-size:.55rem;letter-spacing:.045em;text-transform:uppercase}.world-map-overlay-toggle>i{display:grid;width:24px;height:24px;flex:0 0 auto;place-items:center;border:1px solid rgba(212,175,55,.24);border-radius:50%;color:var(--color-accent-gold-light);font-size:.82rem;font-style:normal;line-height:1}.world-map-overlay-toggle:hover strong,.world-map-overlay-toggle:focus-visible strong{color:#fff0ae}.world-map-overlay-toggle:focus-visible{outline:1px solid rgba(212,175,55,.58);outline-offset:4px}.world-map-toolbar__summary{display:grid;min-width:195px;gap:9px}.world-map-toolbar__summary.is-collapsed{min-width:150px}.world-map-toolbar__summary-toggle{min-height:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.world-map-toolbar__summary-toggle>span>strong{color:var(--color-accent-purple-light);font-size:.58rem}.world-map-toolbar__summary-toggle>span>small{display:block;color:var(--color-accent-gold-light);font-family:var(--font-display);font-size:.78rem;letter-spacing:.065em;text-transform:none}.world-map-toolbar__summary-content{display:grid;gap:1px;padding-top:8px;border-top:1px solid rgba(255,255,255,.06)}.world-map-toolbar__summary-content>strong{color:var(--color-accent-gold-light);font-family:var(--font-display);font-size:1rem;font-weight:500;letter-spacing:.07em}.world-map-toolbar__summary-content>small{color:#8f8c85;font-size:.65rem;letter-spacing:.09em;text-transform:uppercase}.world-map-reference-tray.is-collapsed,.world-map-legend.is-collapsed{width:auto;min-width:190px;padding:10px 11px}.world-map-legend--dol-makjar.is-collapsed{width:118px;min-width:118px;padding:8px 9px}.world-map-legend--dol-makjar.is-collapsed .world-map-legend__toggle{min-width:96px}.world-map-legend--dol-makjar.is-collapsed .world-map-legend__toggle small{display:none}.world-map-reference-tray__content{display:grid;gap:8px;padding-top:9px;border-top:1px solid rgba(255,255,255,.055)}.world-map-reference-tray__locations{display:flex;flex-wrap:wrap;gap:6px}.world-map-legend{display:grid;justify-content:stretch;gap:9px;max-width:min(560px,calc(100% - 50px))}.world-map-legend__content{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:13px;padding-top:8px;border-top:1px solid rgba(255,255,255,.055)}.world-map-legend__toggle{min-width:170px}.world-map-legend__toggle>span{text-align:right}.world-map-legend__content>span{display:inline-flex;align-items:center;gap:6px;color:#8e8b84;font-size:.62rem;letter-spacing:.045em}.world-map-legend__asset--woodland{width:23px;height:20px}.world-map-marker--woodland{width:76px;height:64px}.world-map-marker--woodland .world-map-marker__symbol-shell{width:70px;height:58px}.world-map-marker--woodland .world-map-marker__pulse{inset:50% auto auto 50%;width:calc(100% + 10px);height:calc(100% + 6px);border-radius:14px;transform:translate(-50%,-50%) scale(.86)}@media(max-width:700px){.world-map-toolbar__summary{min-width:145px}.world-map-toolbar__summary-content>small,.world-map-toolbar__summary-content>em{display:none}.world-map-reference-tray,.world-map-legend{max-height:none;overflow:visible}.world-map-reference-tray.is-collapsed,.world-map-legend.is-collapsed{min-width:0}.world-map-legend__content{justify-content:center}}@media(max-width:470px){.world-map-overlay-toggle strong{font-size:.61rem}.world-map-overlay-toggle small{display:none}.world-map-reference-tray.is-collapsed,.world-map-legend.is-collapsed{width:fit-content}}.world-map-marker.is-collision-adjusted{transition:left .18s ease,top .18s ease}.world-explorer--compact .world-map-marker__target{min-width:44px;min-height:44px}.archive-controls-shell{width:100%}.archive-controls{display:grid;grid-template-columns:repeat(4,minmax(170px,1fr));gap:var(--spacing-md);align-items:end}.archive-controls__field{display:grid;gap:.45rem;min-width:0}.archive-controls__field--wide{grid-column:span 2}.archive-controls__field span{color:var(--color-text-muted);font-family:var(--font-display);font-size:.72rem;letter-spacing:.11em;text-transform:uppercase}.archive-controls__field input,.archive-controls__field select{width:100%;min-height:48px;padding:.75rem .9rem;color:var(--color-text-primary);background:#171723f0;border:1px solid var(--color-border);border-radius:var(--radius-md);font-family:var(--font-body);font-size:.98rem;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.archive-controls__field input:focus,.archive-controls__field select:focus{outline:none;border-color:#d4af37b8;box-shadow:0 0 0 3px #d4af371c;background:#1b1b29fa}.archive-controls__summary{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-md);min-height:36px;margin-top:var(--spacing-md)}.archive-controls__summary p{margin:0;color:var(--color-text-muted);font-size:.88rem}.archive-controls__summary button{padding:.42rem .72rem;color:var(--color-accent-gold-light);background:#d4af3712;border:1px solid rgba(212,175,55,.3);border-radius:var(--radius-sm);cursor:pointer;font-family:var(--font-display);font-size:.7rem;letter-spacing:.06em;text-transform:uppercase}.archive-controls__summary button:hover,.archive-controls__summary button:focus-visible{border-color:var(--color-accent-gold);background:#d4af371f}.locations-archive-controls .archive-controls{grid-template-columns:repeat(4,minmax(170px,1fr))}@media(max-width:1000px){.archive-controls,.locations-archive-controls .archive-controls{grid-template-columns:repeat(2,minmax(0,1fr))}.archive-controls__field--wide{grid-column:1 / -1}}@media(max-width:620px){.archive-controls,.locations-archive-controls .archive-controls{grid-template-columns:1fr}.archive-controls__field--wide{grid-column:auto}.archive-controls__summary{align-items:flex-start;flex-direction:column;gap:var(--spacing-sm)}}.archive-page-shell,.culture-detail-page{width:min(1400px,calc(100% - 32px));margin:0 auto;padding:var(--spacing-2xl) 0}.archive-page-heading,.culture-detail-hero{margin-bottom:var(--spacing-xl)}.archive-page-heading>span,.culture-detail-kicker,.culture-section-heading>span{color:var(--color-accent-gold);font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.archive-page-heading h1,.culture-detail-hero h1{margin:8px 0 12px;font-family:var(--font-display);font-size:clamp(2.4rem,6vw,4.5rem);line-height:1;color:var(--color-accent-gold-light)}.archive-page-heading p,.culture-detail-hero>p{max-width:820px;color:var(--color-text-secondary);font-size:1.08rem;line-height:1.75}.archive-empty-state{margin:var(--spacing-xl) auto;padding:var(--spacing-2xl);max-width:760px;text-align:center;border:1px solid rgba(205,169,92,.2);background:#110e1bb8;border-radius:18px}.culture-detail-hero{padding:clamp(24px,5vw,58px);border:1px solid rgba(205,169,92,.26);border-radius:24px;background:radial-gradient(circle at 90% 0%,rgba(106,67,132,.24),transparent 42%),#100d19eb}.culture-detail-hero>a{color:var(--color-text-secondary);text-decoration:none}.culture-detail-badges,.culture-chip-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.culture-detail-badges span,.culture-detail-badges a,.culture-chip-row span{padding:8px 12px;border-radius:999px;border:1px solid rgba(205,169,92,.28);background:#cda95c14;color:var(--color-accent-gold-light);text-decoration:none;font-size:.84rem}.culture-detail-section{margin-top:28px;padding:clamp(22px,4vw,38px);border:1px solid rgba(128,99,157,.22);border-radius:20px;background:#100d19b8}.culture-section-heading h2{margin:4px 0 16px;font-family:var(--font-display);font-size:clamp(1.6rem,3vw,2.35rem)}.culture-detail-section p,.culture-detail-section li{color:var(--color-text-secondary);line-height:1.72}.culture-caution-box{margin-top:22px;padding:18px 20px;border-left:3px solid var(--color-accent-gold);background:#cda95c0f}.culture-caution-box h3{margin-top:0}.culture-practice-grid,.culture-link-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:16px}.culture-practice-card,.culture-related-card{padding:18px;border:1px solid rgba(128,99,157,.25);border-radius:14px;background:#1c162ab8}.culture-practice-card span,.culture-related-card span{color:var(--color-accent-gold);font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.culture-practice-card h3{margin:8px 0}.culture-related-card{display:flex;flex-direction:column;gap:8px;color:inherit;text-decoration:none;transition:transform .16s ease,border-color .16s ease}.culture-related-card:hover{transform:translateY(-2px);border-color:#cda95c8c}.culture-evidence-list{display:grid;gap:14px}.culture-evidence-list article{padding:18px;border-radius:14px;background:#1c162aa8}.culture-evidence-list header{display:flex;flex-wrap:wrap;gap:10px 16px;align-items:baseline}.culture-evidence-list header span,.culture-evidence-list header em{color:var(--color-accent-gold);font-size:.82rem}.culture-uncertainty-list{display:grid;gap:10px;padding-left:22px}@media(max-width:720px){.archive-page-shell,.culture-detail-page{width:min(100% - 20px,1400px);padding-top:var(--spacing-xl)}.culture-detail-section,.culture-detail-hero{border-radius:16px}}.culture-breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:var(--spacing-lg);color:var(--color-text-muted);font-size:.83rem}.culture-breadcrumbs a{color:var(--color-accent-gold)}.culture-section-nav{position:sticky;z-index:20;top:72px;display:flex;gap:4px;margin-bottom:var(--spacing-xl);padding:8px;overflow-x:auto;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:#12121cf0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.culture-section-nav a{flex:0 0 auto;padding:9px 13px;border-radius:var(--radius-sm);color:var(--color-text-secondary);font-size:.8rem}.culture-section-nav a:hover{background:#d4af3714;color:var(--color-accent-gold)}.culture-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:var(--spacing-xl);align-items:start}.culture-detail-sidebar{position:sticky;top:142px;display:grid;gap:var(--spacing-md)}.culture-emblem-card,.culture-sidebar-card{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-bg-card)}.culture-emblem-card{display:grid;justify-items:center;padding:var(--spacing-xl) var(--spacing-lg);text-align:center}.culture-emblem-mark{display:grid;width:92px;height:92px;margin-bottom:var(--spacing-md);place-items:center;border:1px solid rgba(212,175,55,.5);border-radius:50%;background:radial-gradient(circle,#d4af371f,#6f42c114);color:var(--color-accent-gold);font-family:var(--font-display);font-size:1.35rem;letter-spacing:.08em}.culture-emblem-card>span{color:var(--color-text-muted);font-size:.72rem;letter-spacing:.1em;text-transform:uppercase}.culture-emblem-card>strong{margin-top:6px;color:var(--color-accent-gold);font-family:var(--font-display);font-size:1.15rem}.culture-sidebar-card{padding:var(--spacing-lg)}.culture-sidebar-card h3{margin:0 0 var(--spacing-md);color:var(--color-accent-gold);font-size:1rem}.culture-info-row{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:12px;padding:10px 0;border-top:1px solid rgba(255,255,255,.07)}.culture-info-row>span{color:var(--color-text-muted);font-size:.8rem}.culture-info-row>strong{color:var(--color-text-secondary);font-size:.84rem;text-align:right}.culture-info-row a{color:var(--color-accent-gold)}.culture-presence-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.culture-presence-grid>div{display:grid;gap:2px;padding:12px;border:1px solid rgba(255,255,255,.07);border-radius:var(--radius-md);text-align:center}.culture-presence-grid strong{color:var(--color-accent-gold);font-size:1.25rem}.culture-presence-grid span{color:var(--color-text-muted);font-size:.72rem;text-transform:uppercase}.culture-sidebar-links{display:grid;gap:8px}.culture-sidebar-links a{display:grid;gap:3px;padding:10px 12px;border:1px solid rgba(255,255,255,.07);border-radius:var(--radius-md);background:#ffffff05}.culture-sidebar-links strong{color:var(--color-text-secondary);font-size:.86rem}.culture-sidebar-links small{color:var(--color-text-muted);font-size:.72rem}.culture-watch-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);gap:var(--spacing-md)}.culture-watch-player,.culture-watch-list{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-bg-card);overflow:hidden}.culture-watch-caption{padding:var(--spacing-md) var(--spacing-lg) var(--spacing-lg)}.culture-watch-caption>div{display:flex;justify-content:space-between;gap:12px}.culture-watch-caption strong{color:var(--color-accent-gold)}.culture-watch-caption span{color:var(--color-accent-purple-light)}.culture-watch-caption p{margin:10px 0}.culture-watch-caption a{color:var(--color-accent-gold);font-size:.82rem}.culture-watch-list{display:grid;align-content:start;max-height:560px;overflow-y:auto}.culture-watch-list button{display:grid;grid-template-columns:1fr auto;gap:4px 10px;padding:14px 16px;border:0;border-bottom:1px solid rgba(255,255,255,.07);background:transparent;color:inherit;text-align:left;cursor:pointer}.culture-watch-list button:last-child{border-bottom:0}.culture-watch-list button:hover,.culture-watch-list button.is-active{background:#d4af3714}.culture-watch-list button.is-active{box-shadow:inset 3px 0 0 var(--color-accent-gold)}.culture-watch-list span{color:var(--color-accent-gold);font-size:.78rem}.culture-watch-list strong{color:var(--color-accent-purple-light);font-size:.78rem}.culture-watch-list small{grid-column:1 / -1;color:var(--color-text-muted);font-size:.7rem;text-transform:uppercase}.culture-watch-list p{grid-column:1 / -1;margin:4px 0 0;color:var(--color-text-secondary);font-size:.82rem;line-height:1.45}@media(max-width:1050px){.culture-content-grid{grid-template-columns:minmax(0,1fr)}.culture-detail-sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}.culture-emblem-card{grid-row:span 2}}@media(max-width:760px){.culture-watch-layout{grid-template-columns:minmax(0,1fr)}.culture-watch-list{max-height:420px}.culture-detail-sidebar{grid-template-columns:minmax(0,1fr)}.culture-emblem-card{grid-row:auto}.culture-section-nav{top:62px}}.character-biography-section{margin-top:0;margin-bottom:var(--spacing-xl)}.character-copy-section+.character-biography-section{padding-top:var(--spacing-lg);border-top:1px solid rgba(255,255,255,.08)}.character-biography-section h2{margin:var(--spacing-xs) 0 var(--spacing-md);color:var(--color-accent-gold);font-size:clamp(28px,3vw,36px)}.character-biography-copy{width:100%;max-width:none}.character-biography-copy p{margin:0 0 1rem;color:var(--color-text-secondary);font-size:17px;line-height:1.85}.character-biography-copy p:last-child{margin-bottom:0}.character-journey-event-link{display:inline-flex;margin-top:.85rem;color:var(--character-accent, #d9b56f);font-weight:700;text-decoration:none}.character-journey-event-link:hover{text-decoration:underline}.character-editorial-page{--character-editorial-accent: #8ea56d;--character-editorial-accent-bright: #b8ca8c;--character-editorial-gold: #b89a56;--character-editorial-gold-bright: #dbc47f;--character-editorial-panel: rgba(19, 23, 28, .9);--character-editorial-panel-soft: rgba(31, 37, 38, .72);width:min(1500px,calc(100% - 32px));padding-bottom:80px}.character-theme--aranessa{--character-editorial-accent: #748b58;--character-editorial-accent-bright: #a8bb79;--character-editorial-gold: #aa8847;--character-editorial-gold-bright: #d5bb72}.character-editorial-hero{position:relative;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);min-height:580px;margin-bottom:var(--spacing-lg);overflow:hidden;border:1px solid rgba(184,154,86,.34);border-radius:26px;background:radial-gradient(circle at 74% 24%,rgba(116,139,88,.2),transparent 29%),radial-gradient(circle at 26% 104%,rgba(107,76,154,.21),transparent 42%),linear-gradient(120deg,#080a0ffa,#111718f5 52%,#0a0d11fa);box-shadow:0 28px 80px #00000061}.character-editorial-hero:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px);background-size:72px 72px;-webkit-mask-image:linear-gradient(90deg,rgba(0,0,0,.62),transparent 70%);mask-image:linear-gradient(90deg,rgba(0,0,0,.62),transparent 70%)}.character-editorial-hero-copy{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;padding:clamp(36px,6vw,84px)}.character-editorial-kicker,.character-editorial-section-heading>span,.character-editorial-current>div>span,.character-editorial-side-card>span,.character-editorial-story-eyebrow{color:var(--character-editorial-gold-bright);font-family:var(--font-display);font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.character-editorial-hero h1{margin:8px 0 0;color:#f0e7cf;font-size:clamp(4rem,8vw,7.5rem);font-weight:500;letter-spacing:.045em;line-height:.9;text-transform:uppercase;text-shadow:0 6px 28px rgba(0,0,0,.4)}.character-editorial-epithet{margin-top:14px;color:var(--character-editorial-accent-bright);font-family:var(--font-display);font-size:clamp(1rem,2vw,1.35rem);letter-spacing:.08em;text-transform:uppercase}.character-editorial-hero blockquote{position:relative;max-width:700px;margin:38px 0 18px;padding-left:26px;border-left:2px solid var(--character-editorial-gold);color:#e7dcc2;font-family:var(--font-display);font-size:clamp(1.45rem,2.5vw,2.25rem);font-weight:400;line-height:1.35}.character-editorial-quote-attribution{max-width:700px;margin:-8px 0 20px 28px;color:var(--character-editorial-accent-bright);font-family:var(--font-display);font-size:.78rem;letter-spacing:.1em;text-transform:uppercase}.character-editorial-tagline{max-width:720px;color:#c9c7c0;font-size:clamp(1rem,1.5vw,1.18rem);line-height:1.75}.character-editorial-hero-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:28px}.character-editorial-hero-badges>span{display:inline-flex;align-items:center;min-height:31px;padding:5px 10px;border:1px solid rgba(184,154,86,.28);border-radius:999px;background:#ffffff09;color:#c9c2b0;font-family:var(--font-display);font-size:.67rem;letter-spacing:.06em;text-transform:uppercase}.character-editorial-hero-badges .character-editorial-status--alive{border-color:#748b5894;background:#748b581f;color:var(--character-editorial-accent-bright)}.character-editorial-hero-badges .character-editorial-status--dead{border-color:#a3424294;background:#a342421f;color:#e49898}.character-editorial-hero-badges .character-editorial-status--uncertain{border-color:#b89a5694;background:#b89a561f;color:var(--character-editorial-gold-bright)}.character-editorial-hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}.character-editorial-hero-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 18px;border:1px solid var(--character-editorial-gold);border-radius:999px;background:linear-gradient(135deg,#b89a5633,#748b581f);color:#f0e7cf;font-family:var(--font-display);font-size:.74rem;font-weight:700;letter-spacing:.055em;text-transform:uppercase}.character-editorial-hero-actions a+a{border-color:#ffffff29;background:#ffffff09;color:#c4c1ba}.character-editorial-hero-actions a:hover,.character-editorial-hero-actions a:focus-visible{transform:translateY(-1px);border-color:var(--character-editorial-gold-bright);background:#b89a5633;color:#fff5d9}.character-editorial-hero-art{position:relative;min-height:100%;overflow:hidden;isolation:isolate;background:radial-gradient(circle at 52% 42%,rgba(163,190,115,.18),transparent 26%),linear-gradient(90deg,transparent,rgba(6,8,10,.28))}.character-editorial-hero-art:before,.character-editorial-hero-art:after{content:"";position:absolute;z-index:-1;border-radius:50%;filter:blur(2px)}.character-editorial-hero-art:before{width:360px;height:360px;top:80px;left:50%;transform:translate(-50%);border:1px solid rgba(184,154,86,.13);box-shadow:0 0 90px #748b5824,inset 0 0 80px #748b5812}.character-editorial-hero-art:after{width:500px;height:180px;left:50%;bottom:-92px;transform:translate(-50%);background:#0000007a;filter:blur(28px)}.character-editorial-render{position:absolute;z-index:2;left:50%;bottom:0;display:block;width:min(100%,660px);height:calc(100% - 14px);padding:14px 10px 0;transform:translate(-50%);object-fit:contain;object-position:center bottom;filter:drop-shadow(0 24px 28px rgba(0,0,0,.58)) drop-shadow(0 0 24px rgba(184,154,86,.07))}.character-editorial-hero-art.has-character-render:after{z-index:3;width:112%;height:150px;bottom:-72px;background:#040608d1;filter:blur(24px)}.character-editorial-hero-art.has-character-render .character-editorial-arch{z-index:1;width:min(76%,480px);height:78%;bottom:46px;opacity:.62}.character-editorial-hero-art.has-character-render .character-editorial-ring{right:8%;bottom:16%;opacity:.22}.character-editorial-hero-art.has-character-render .character-editorial-branch{opacity:.72}.character-editorial-arch{position:absolute;width:min(66%,410px);height:72%;left:50%;bottom:70px;transform:translate(-50%);border:2px solid rgba(184,154,86,.34);border-bottom:0;border-radius:48% 48% 0 0/30% 30% 0 0;background:radial-gradient(circle at 50% 38%,rgba(139,170,94,.16),transparent 28%),linear-gradient(180deg,#101f19b8,#05080be6);box-shadow:0 0 36px #748b5824,inset 0 0 70px #0000008c}.character-editorial-arch:before{content:"";position:absolute;inset:20px;border:1px solid rgba(184,154,86,.15);border-bottom:0;border-radius:inherit}.character-editorial-figure{position:absolute;z-index:2;width:210px;height:400px;left:50%;bottom:46px;transform:translate(-50%);border-radius:48% 48% 18% 18%/22% 22% 8% 8%;background:radial-gradient(circle at 50% 15%,#101216 0 13%,transparent 13.5%),linear-gradient(100deg,transparent 0 17%,#080a0d 18% 82%,transparent 83%);filter:drop-shadow(0 16px 18px rgba(0,0,0,.58))}.character-editorial-figure:before{content:"";position:absolute;width:148px;height:138px;top:22px;left:50%;transform:translate(-50%);border-radius:46% 46% 42% 42%;background:#080a0d;clip-path:polygon(50% 0,87% 20%,100% 72%,72% 100%,27% 100%,0 70%,13% 18%)}.character-editorial-figure:after{content:"";position:absolute;width:246px;height:300px;left:50%;bottom:-2px;transform:translate(-50%);border-radius:48% 48% 8% 8%;background:#07090b;clip-path:polygon(28% 0,72% 0,86% 20%,100% 100%,0 100%,14% 20%)}.character-editorial-figure span{position:absolute;z-index:2;top:168px;left:50%;transform:translate(-50%);color:#b89a563d;font-family:var(--font-display);font-size:1.45rem;letter-spacing:.08em}.character-editorial-ring{position:absolute;z-index:4;width:78px;height:78px;right:15%;bottom:24%;border:5px solid rgba(184,154,86,.72);border-radius:50%;box-shadow:0 0 22px #b89a5638,inset 0 0 12px #b89a5629;transform:rotate(-18deg)}.character-editorial-ring:before{content:"";position:absolute;width:22px;height:15px;top:-12px;left:50%;transform:translate(-50%);border:3px solid rgba(184,154,86,.72);border-radius:50% 50% 20% 20%}.character-editorial-branch{position:absolute;z-index:3;width:310px;height:2px;background:linear-gradient(90deg,transparent,rgba(116,139,88,.48),transparent);transform-origin:left center}.character-editorial-branch:before,.character-editorial-branch:after{content:"";position:absolute;width:34px;height:14px;border-radius:100% 0;background:#748b5847}.character-editorial-branch:before{left:38%;top:-12px;transform:rotate(-24deg)}.character-editorial-branch:after{left:66%;top:2px;transform:rotate(150deg)}.character-editorial-branch--one{left:-20px;top:28%;transform:rotate(18deg)}.character-editorial-branch--two{right:-44px;top:38%;transform:rotate(164deg)}.character-editorial-art-caption{position:absolute;z-index:5;right:30px;bottom:26px;color:#dbc47fb3;font-family:var(--font-display);font-size:.65rem;letter-spacing:.14em;text-transform:uppercase}.character-editorial-current{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(360px,.75fr);gap:28px;margin-bottom:var(--spacing-lg);padding:26px 30px;border:1px solid rgba(184,154,86,.28);border-radius:var(--radius-xl);background:linear-gradient(120deg,#1f2526c7,#101219e6),var(--color-bg-card)}.character-editorial-current--danger{border-color:#8e3b418a;background:radial-gradient(circle at 84% 50%,rgba(126,32,40,.15),transparent 33%),linear-gradient(120deg,#1f2526c7,#150d12f0)}.character-editorial-current h2{margin:5px 0 10px;color:#e7dcc2;font-size:clamp(1.55rem,2.5vw,2.2rem)}.character-editorial-current>div>p{max-width:850px;color:var(--color-text-secondary);font-size:.98rem;line-height:1.7}.character-editorial-current dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;align-content:center}.character-editorial-current dl>div{padding:10px 12px;border-left:2px solid rgba(184,154,86,.34);background:#ffffff06}.character-editorial-current dt,.character-editorial-relationship-card dt,.character-editorial-at-a-glance dt{color:var(--color-text-muted);font-family:var(--font-display);font-size:.64rem;letter-spacing:.08em;text-transform:uppercase}.character-editorial-current dd{margin-top:3px;color:#d6d1c5;font-size:.82rem;line-height:1.45}.character-editorial-nav{top:78px;border-color:#b89a563b;background:#090c10eb}.character-editorial-nav a:hover,.character-editorial-nav a:focus-visible{background:var(--character-editorial-accent);color:#07100a}.character-editorial-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:38px;align-items:start}.character-editorial-layout>main{min-width:0}.character-editorial-section{margin-bottom:clamp(56px,8vw,92px);scroll-margin-top:154px}.character-editorial-section-heading{max-width:850px;margin-bottom:28px}.character-editorial-section-heading h2{margin:5px 0 9px;color:#e6dcc7;font-size:clamp(2rem,4vw,3.25rem);font-weight:500}.character-editorial-section-heading p{color:var(--color-text-muted);font-size:.92rem;line-height:1.65}.character-editorial-prose{max-width:830px}.character-editorial-prose p{margin:0 0 1.15rem;color:#c5c2ba;font-size:1.03rem;line-height:1.9}.character-editorial-prose p:first-child:first-letter{float:left;margin:8px 10px 0 0;color:var(--character-editorial-gold-bright);font-family:var(--font-display);font-size:4rem;line-height:.72}.character-editorial-central-conflict{position:relative;max-width:830px;margin-top:28px;padding:22px 26px 22px 30px;overflow:hidden;border:1px solid rgba(116,139,88,.32);border-radius:var(--radius-lg);background:linear-gradient(110deg,#748b581c,#6b4c9a0f)}.character-editorial-central-conflict:before{content:"";position:absolute;width:4px;inset:0 auto 0 0;background:linear-gradient(var(--character-editorial-gold),var(--character-editorial-accent))}.character-editorial-central-conflict span{color:var(--character-editorial-gold-bright);font-family:var(--font-display);font-size:.68rem;letter-spacing:.12em;text-transform:uppercase}.character-editorial-central-conflict p{margin-top:8px;color:#e0d8c8;font-family:var(--font-display);font-size:clamp(1.15rem,2vw,1.45rem);line-height:1.55}.character-editorial-quality-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.character-editorial-quality-grid article{position:relative;min-height:230px;padding:24px;overflow:hidden;border:1px solid rgba(255,255,255,.075);border-radius:var(--radius-lg);background:linear-gradient(145deg,rgba(255,255,255,.03),transparent 60%),#14161dd1}.character-editorial-quality-grid article:before{content:"";position:absolute;width:70px;height:70px;right:-28px;top:-28px;border:1px solid rgba(184,154,86,.18);border-radius:50%}.character-editorial-quality-grid h3{margin-bottom:10px;color:var(--character-editorial-accent-bright);font-size:1.08rem}.character-editorial-quality-grid p{color:var(--color-text-secondary);font-size:.9rem;line-height:1.72}.character-editorial-quality-grid blockquote{margin-top:18px;padding-top:14px;border-top:1px solid rgba(184,154,86,.18);color:#d8c99e;font-family:var(--font-display);font-size:.92rem;font-style:italic}.character-editorial-moment-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.character-editorial-moment-card{display:grid;grid-template-columns:54px minmax(0,1fr);gap:16px;padding:22px;border:1px solid rgba(184,154,86,.15);border-radius:var(--radius-lg);background:#0d1015c7;transition:transform .18s ease,border-color .18s ease,background .18s ease}.character-editorial-moment-card:hover{transform:translateY(-2px);border-color:#b89a5661;background:#14181be6}.character-editorial-moment-index{display:grid;width:48px;height:48px;place-items:center;border:1px solid rgba(116,139,88,.38);border-radius:50%;color:var(--character-editorial-accent-bright);font-family:var(--font-display);font-size:.75rem}.character-editorial-moment-card>div:last-child>span,.character-editorial-relationship-card>div:last-child>span,.character-editorial-reading-grid>a>div>span{color:var(--character-editorial-gold);font-family:var(--font-display);font-size:.65rem;letter-spacing:.08em;text-transform:uppercase}.character-editorial-moment-card h3{margin:5px 0 8px;color:#e5dcc8;font-size:1.08rem}.character-editorial-moment-card p{color:var(--color-text-secondary);font-size:.86rem;line-height:1.65}.character-editorial-card-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:16px}.character-editorial-card-actions a,.character-editorial-text-link,.character-editorial-question-grid article>a{color:var(--character-editorial-gold-bright);font-family:var(--font-display);font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.character-editorial-story{position:relative;display:grid;gap:0}.character-editorial-story:before{content:"";position:absolute;width:1px;top:22px;bottom:22px;left:23px;background:linear-gradient(var(--character-editorial-gold),rgba(116,139,88,.2))}.character-editorial-story-chapter{position:relative;display:grid;grid-template-columns:48px minmax(0,1fr);gap:24px;padding-bottom:42px}.character-editorial-story-chapter:last-child{padding-bottom:0}.character-editorial-story-marker{position:relative;z-index:2;display:grid;width:47px;height:47px;place-items:center;border:1px solid rgba(184,154,86,.54);border-radius:50%;background:#11151a;color:var(--character-editorial-gold-bright);font-family:var(--font-display);font-size:.68rem}.character-editorial-story-chapter>div:last-child{padding:2px 0 32px;border-bottom:1px solid rgba(255,255,255,.07)}.character-editorial-story-chapter:last-child>div:last-child{border-bottom:0}.character-editorial-story-chapter h3{margin:6px 0 12px;color:#e6dcc7;font-size:clamp(1.35rem,2.3vw,1.9rem)}.character-editorial-story-chapter p{max-width:850px;margin:0;color:var(--color-text-secondary);font-size:.95rem;line-height:1.85}.character-editorial-story-copy{max-width:850px}.character-editorial-story-copy p+p{margin-top:1rem}.character-editorial-entity-pills{display:flex;flex-wrap:wrap;gap:7px;margin-top:20px}.character-editorial-entity-pills a{display:inline-flex;align-items:center;gap:7px;padding:7px 9px;border:1px solid rgba(255,255,255,.075);border-radius:999px;background:#ffffff06;color:#c8c3b8;font-size:.72rem}.character-editorial-entity-pills small{color:var(--character-editorial-gold);font-family:var(--font-display);font-size:.56rem;letter-spacing:.06em;text-transform:uppercase}.character-editorial-entity-pills a:hover{border-color:#b89a566b;background:#b89a5612;color:#efe5d0}.character-editorial-relationship-grid{display:grid;gap:14px}.character-editorial-relationship-card{display:grid;grid-template-columns:72px minmax(0,1fr);gap:20px;padding:26px;border:1px solid rgba(255,255,255,.075);border-radius:var(--radius-xl);background:linear-gradient(100deg,rgba(116,139,88,.07),transparent 38%),#12141bd6}.character-editorial-relationship-monogram{display:grid;width:68px;height:68px;place-items:center;border:1px solid rgba(184,154,86,.42);border-radius:50%;background:radial-gradient(circle,#748b5824,#00000029);color:var(--character-editorial-gold-bright);font-family:var(--font-display);font-size:1.45rem}.character-editorial-relationship-card h3{margin:4px 0 10px;font-size:1.35rem}.character-editorial-relationship-card h3 a{color:#e7ddc9}.character-editorial-relationship-card p{color:var(--color-text-secondary);font-size:.91rem;line-height:1.75}.character-editorial-relationship-card dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:18px 0}.character-editorial-relationship-card dl>div{padding:10px 12px;border-left:2px solid rgba(116,139,88,.35);background:#ffffff06}.character-editorial-relationship-card dd,.character-editorial-at-a-glance dd{margin-top:4px;color:#d2cec4;font-size:.78rem;line-height:1.45}.character-editorial-question-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.character-editorial-question-grid article{position:relative;min-height:220px;padding:24px;overflow:hidden;border:1px solid rgba(107,76,154,.26);border-radius:var(--radius-lg);background:radial-gradient(circle at 100% 0,rgba(107,76,154,.14),transparent 33%),#101219d4}.character-editorial-question-grid article>span{position:absolute;right:18px;top:8px;color:#b89a5621;font-family:var(--font-display);font-size:5rem;line-height:1}.character-editorial-question-grid h3{position:relative;max-width:82%;margin-bottom:12px;color:#e0d6c2;font-size:1.08rem}.character-editorial-question-grid p{position:relative;margin-bottom:18px;color:var(--color-text-secondary);font-size:.87rem;line-height:1.7}.character-editorial-watch-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(290px,.72fr);gap:14px}.character-editorial-watch-player,.character-editorial-watch-list{overflow:hidden;border:1px solid rgba(184,154,86,.18);border-radius:var(--radius-xl);background:#0d0f15e0}.character-editorial-watch-player>div:last-child{padding:20px 22px 24px}.character-editorial-watch-player>div:last-child>span{color:var(--character-editorial-gold);font-family:var(--font-display);font-size:.66rem;letter-spacing:.08em;text-transform:uppercase}.character-editorial-watch-player h3{margin:5px 0 9px;color:#e7ddc9;font-size:1.35rem}.character-editorial-watch-player p{color:var(--color-text-secondary);font-size:.88rem;line-height:1.65}.character-editorial-watch-list{display:grid;align-content:start;max-height:650px;overflow-y:auto}.character-editorial-watch-entry{border-bottom:1px solid rgba(255,255,255,.07);background:transparent}.character-editorial-watch-entry:last-child{border-bottom:0}.character-editorial-watch-entry.is-active{background:#748b5813;box-shadow:inset 3px 0 0 var(--character-editorial-gold)}.character-editorial-watch-scene-button{display:grid;grid-template-columns:1fr auto;gap:4px 10px;width:100%;padding:16px 18px;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.character-editorial-watch-scene-button:hover,.character-editorial-watch-entry.is-active>.character-editorial-watch-scene-button{background:#748b5817}.character-editorial-watch-scene-button>span,.character-editorial-watch-scene-button>strong{color:var(--character-editorial-gold);font-family:var(--font-display);font-size:.64rem;letter-spacing:.05em;text-transform:uppercase}.character-editorial-watch-scene-button h3{grid-column:1 / -1;margin-top:3px;color:#ddd4c2;font-size:.9rem}.character-editorial-watch-scene-button p{grid-column:1 / -1;color:var(--color-text-muted);font-size:.76rem;line-height:1.45}.character-editorial-watch-scene-button>small{grid-column:1 / -1;margin-top:4px;color:#d6c49dc7;font-size:.67rem;letter-spacing:.025em}.character-editorial-key-moments{border-top:1px solid rgba(184,154,86,.12);background:#05070b47}.character-editorial-key-moments summary{position:relative;padding:12px 38px 12px 18px;color:#ded3bce0;font-family:var(--font-display);font-size:.7rem;letter-spacing:.035em;cursor:pointer;list-style:none}.character-editorial-key-moments summary::-webkit-details-marker{display:none}.character-editorial-key-moments summary:after{content:"+";position:absolute;top:50%;right:18px;color:var(--character-editorial-gold);font-size:1rem;transform:translateY(-50%)}.character-editorial-key-moments[open] summary:after{content:"−"}.character-editorial-key-moments>div{display:grid;gap:6px;padding:0 10px 10px}.character-editorial-key-moments button{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;padding:10px;border:1px solid transparent;border-radius:8px;background:#ffffff06;color:inherit;text-align:left;cursor:pointer}.character-editorial-key-moments button:hover,.character-editorial-key-moments button.is-active{border-color:#b89a5642;background:#b89a5613}.character-editorial-key-moments time{min-width:54px;color:var(--character-editorial-gold);font-family:var(--font-display);font-size:.63rem}.character-editorial-key-moments button>span{min-width:0}.character-editorial-key-moments button>span>strong,.character-editorial-key-moments button>span>small{display:block}.character-editorial-key-moments button>span>strong{color:#ddd4c2;font-size:.75rem;line-height:1.35}.character-editorial-key-moments button>span>small{margin-top:3px;color:var(--color-text-muted);font-size:.67rem;line-height:1.4}.character-editorial-key-moments button>b{color:#d6c49dc2;font-family:var(--font-display);font-size:.59rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.character-editorial-key-moments>p{margin:0;padding:0 18px 12px;color:#aaa59ba6;font-size:.62rem;line-height:1.45}.character-editorial-watch-full-scene{margin-top:14px;padding:8px 11px;border:1px solid rgba(184,154,86,.28);border-radius:999px;background:#b89a560f;color:#d8c69d;font-family:var(--font-display);font-size:.66rem;letter-spacing:.035em;cursor:pointer}.character-editorial-watch-full-scene:hover{border-color:#b89a5680;background:#b89a561c}.character-editorial-reading-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.character-editorial-reading-grid>a{display:flex;flex-direction:column;min-height:100%;overflow:hidden;border:1px solid rgba(255,255,255,.075);border-radius:var(--radius-lg);background:#101218d1;transition:transform .18s ease,border-color .18s ease}.character-editorial-reading-grid>a:hover{transform:translateY(-2px);border-color:#b89a5666}.character-editorial-reading-grid img{width:100%;aspect-ratio:16 / 9;object-fit:cover;border-bottom:1px solid rgba(255,255,255,.07)}.character-editorial-reading-grid>a>div{padding:18px}.character-editorial-reading-grid h3{margin:5px 0 9px;color:#e4dbc8;font-size:1rem}.character-editorial-reading-grid p{color:var(--color-text-muted);font-size:.78rem;line-height:1.52}.character-editorial-sidebar{position:sticky;top:148px;display:grid;gap:14px}.character-editorial-side-card{padding:22px;border:1px solid rgba(255,255,255,.075);border-radius:var(--radius-lg);background:linear-gradient(145deg,rgba(116,139,88,.06),transparent 54%),#111319e6}.character-editorial-side-card h2{margin:5px 0 14px;color:#e3dac7;font-size:1.08rem}.character-editorial-side-card p{color:var(--color-text-muted);font-size:.8rem;line-height:1.6}.character-editorial-side-card>a{display:inline-flex;margin-top:14px;color:var(--character-editorial-gold-bright);font-family:var(--font-display);font-size:.68rem;letter-spacing:.05em;text-transform:uppercase}.character-editorial-at-a-glance dl{display:grid}.character-editorial-at-a-glance dl>div{padding:11px 0;border-top:1px solid rgba(255,255,255,.07)}.character-editorial-at-a-glance dl>div:first-child{border-top:0}.character-editorial-spoiler-card{border-color:#6b4c9a47;background:linear-gradient(145deg,rgba(107,76,154,.1),transparent 64%),#111319e6}.character-editorial-archive{padding-top:12px}.character-editorial-archive-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:20px}.character-editorial-archive-summary>div{display:grid;justify-items:center;gap:4px;padding:17px 12px;border:1px solid rgba(184,154,86,.13);border-radius:var(--radius-md);background:#ffffff06;text-align:center}.character-editorial-archive-summary strong{color:var(--character-editorial-gold-bright);font-family:var(--font-display);font-size:1.4rem}.character-editorial-archive-summary span{color:var(--color-text-muted);font-size:.66rem;letter-spacing:.05em;text-transform:uppercase}.character-editorial-archive-gates{display:grid;gap:10px}.character-editorial-archive-gates>details{overflow:hidden;border:1px solid rgba(255,255,255,.075);border-radius:var(--radius-lg);background:#0d0f15c2}.character-editorial-archive-gates>details>summary{display:grid;gap:3px;padding:17px 20px;cursor:pointer;list-style:none}.character-editorial-archive-gates>details>summary::-webkit-details-marker{display:none}.character-editorial-archive-gates>details>summary:after{content:"+";grid-column:2;grid-row:1 / span 2;align-self:center;color:var(--character-editorial-gold-bright);font-family:var(--font-display);font-size:1.3rem}.character-editorial-archive-gates>details[open]>summary:after{content:"−"}.character-editorial-archive-gates>details>summary span{color:#dfd6c3;font-family:var(--font-display);font-size:.91rem}.character-editorial-archive-gates>details>summary small{color:var(--color-text-muted);font-size:.72rem}.character-editorial-archive-gates>details>:not(summary){margin:0;padding:22px;border-top:1px solid rgba(255,255,255,.07)}.character-editorial-archive-gates .character-anchor-section,.character-editorial-archive-gates .evidence-ledger-section{margin-bottom:0}.character-editorial-archive-mysteries{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.character-editorial-archive-mysteries>a{padding:16px;border:1px solid rgba(255,255,255,.07);border-radius:var(--radius-md);background:#ffffff05}.character-editorial-archive-mysteries span{color:var(--character-editorial-gold);font-size:.64rem;text-transform:uppercase}.character-editorial-archive-mysteries strong{display:block;margin:5px 0 7px;color:#ddd5c4;font-family:var(--font-display);font-size:.88rem}.character-editorial-archive-mysteries p{color:var(--color-text-muted);font-size:.75rem;line-height:1.5}@media(max-width:1180px){.character-editorial-hero{grid-template-columns:minmax(0,1fr) minmax(300px,.72fr)}.character-editorial-layout{grid-template-columns:minmax(0,1fr) 300px;gap:26px}.character-editorial-watch-layout{grid-template-columns:minmax(0,1fr)}.character-editorial-watch-list{grid-template-columns:repeat(2,minmax(0,1fr));max-height:none}.character-editorial-watch-entry{border-right:1px solid rgba(255,255,255,.07)}}@media(max-width:980px){.character-editorial-hero{grid-template-columns:minmax(0,1fr)}.character-editorial-hero-copy{padding-bottom:32px}.character-editorial-hero-art{min-height:480px}.character-editorial-current,.character-editorial-layout{grid-template-columns:minmax(0,1fr)}.character-editorial-sidebar{position:static;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:56px;order:-1}.character-editorial-layout>main{order:2}.character-editorial-reading-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.character-editorial-page{width:min(100% - 20px,1500px)}.character-editorial-hero{min-height:0;border-radius:18px}.character-editorial-hero-copy{padding:34px 24px}.character-editorial-hero h1{font-size:clamp(3rem,16vw,5rem)}.character-editorial-hero blockquote{margin-top:28px;font-size:1.35rem}.character-editorial-hero-art{min-height:430px}.character-editorial-render{width:min(100%,470px);padding-inline:4px}.character-editorial-arch{width:72%}.character-editorial-current{padding:22px}.character-editorial-current dl,.character-editorial-quality-grid,.character-editorial-moment-grid,.character-editorial-question-grid,.character-editorial-reading-grid,.character-editorial-archive-mysteries,.character-editorial-sidebar,.character-editorial-relationship-card{grid-template-columns:minmax(0,1fr)}.character-editorial-relationship-monogram{width:54px;height:54px}.character-editorial-relationship-card dl,.character-editorial-watch-list{grid-template-columns:minmax(0,1fr)}.character-editorial-archive-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.character-editorial-story-chapter{gap:16px}.character-editorial-section{margin-bottom:60px}}@media(prefers-reduced-motion:reduce){.character-editorial-moment-card,.character-editorial-reading-grid>a,.character-editorial-hero-actions a{transition:none}}.character-theme--thjazi{--character-editorial-accent: #854a46;--character-editorial-accent-bright: #c47e73;--character-editorial-gold: #a68b58;--character-editorial-gold-bright: #d1bd88}.character-theme--halandil{--character-editorial-accent: #9a5d34;--character-editorial-accent-bright: #d28b55;--character-editorial-gold: #b0925a;--character-editorial-gold-bright: #dec98e}.character-theme--julien{--character-editorial-accent: #65766b;--character-editorial-accent-bright: #a7b8ad;--character-editorial-gold: #9d865c;--character-editorial-gold-bright: #d0bc8b}.character-theme--thjazi .character-editorial-hero{background:radial-gradient(circle at 75% 24%,rgba(133,74,70,.24),transparent 30%),radial-gradient(circle at 28% 105%,rgba(37,54,75,.3),transparent 43%),linear-gradient(120deg,#08090dfc,#1d1216f7 53%,#0a0d12fc)}.character-theme--halandil .character-editorial-hero{background:radial-gradient(circle at 74% 26%,rgba(154,93,52,.23),transparent 30%),radial-gradient(circle at 25% 106%,rgba(89,92,54,.22),transparent 43%),linear-gradient(120deg,#0a090bfc,#1f1714f7 52%,#0c0e0dfc)}.character-theme--julien .character-editorial-hero{background:radial-gradient(circle at 75% 22%,rgba(101,118,107,.21),transparent 30%),radial-gradient(circle at 27% 106%,rgba(111,37,47,.22),transparent 44%),linear-gradient(120deg,#08090cfc,#151819f7 52%,#0c0a0efc)}.character-theme--thjazi .character-editorial-hero-art,.character-theme--thjazi .character-editorial-arch{background:radial-gradient(circle at 50% 38%,rgba(133,74,70,.2),transparent 30%),linear-gradient(180deg,#261318c2,#06080ceb)}.character-theme--halandil .character-editorial-hero-art,.character-theme--halandil .character-editorial-arch{background:radial-gradient(circle at 50% 38%,rgba(154,93,52,.2),transparent 30%),linear-gradient(180deg,#271c14c2,#070909eb)}.character-theme--julien .character-editorial-hero-art,.character-theme--julien .character-editorial-arch{background:radial-gradient(circle at 50% 38%,rgba(132,148,138,.18),transparent 30%),linear-gradient(180deg,#191e1fc7,#07080bf0)}.character-editorial-motif-mark{position:absolute;z-index:1;left:50%;top:48%;width:230px;height:230px;transform:translate(-50%,-50%);opacity:.32;pointer-events:none}.character-editorial-motif--broken-wing .character-editorial-motif-mark{width:260px;height:180px;border-top:3px solid rgba(209,189,136,.54);border-radius:70% 10%;transform:translate(-50%,-48%) rotate(-18deg) skew(-12deg);box-shadow:36px 22px 0 -32px #d1bd888c,72px 44px 0 -66px #d1bd8873}.character-editorial-motif--broken-wing .character-editorial-motif-mark:before,.character-editorial-motif--broken-wing .character-editorial-motif-mark:after{content:"";position:absolute;left:28px;width:190px;border-top:2px solid rgba(196,126,115,.42);border-radius:70% 12%}.character-editorial-motif--broken-wing .character-editorial-motif-mark:before{top:42px;transform:rotate(10deg)}.character-editorial-motif--broken-wing .character-editorial-motif-mark:after{top:80px;width:145px;transform:rotate(18deg)}.character-editorial-motif--hallowed-stage .character-editorial-motif-mark{width:270px;height:210px;border:2px solid rgba(222,201,142,.38);border-bottom:0;border-radius:50% 50% 0 0/28% 28% 0 0;box-shadow:inset 0 0 48px #9a5d3421}.character-editorial-motif--hallowed-stage .character-editorial-motif-mark:before{content:"";position:absolute;left:50%;bottom:-16px;width:330px;height:70px;transform:translate(-50%);border-top:2px solid rgba(210,139,85,.38);border-radius:50%;box-shadow:0 -18px 0 -16px #dec98e6b,0 -38px 0 -36px #dec98e61}.character-editorial-motif--silver-shadow .character-editorial-motif-mark{width:120px;height:260px;background:linear-gradient(145deg,transparent 8%,rgba(167,184,173,.32) 9% 21%,transparent 22% 30%,rgba(167,184,173,.24) 31% 54%,transparent 55%);clip-path:polygon(50% 0,78% 16%,68% 43%,88% 67%,55% 100%,25% 72%,35% 43%,20% 15%);filter:drop-shadow(28px 18px 18px rgba(94,20,34,.34))}.character-editorial-hero--text-only{display:block;min-height:520px}.character-editorial-hero--text-only .character-editorial-hero-copy{min-height:520px;max-width:1160px;padding-right:clamp(300px,31vw,470px)}.character-editorial-hero-seal{position:absolute;z-index:1;width:clamp(210px,20vw,290px);aspect-ratio:1;right:clamp(42px,7vw,112px);top:50%;display:grid;place-items:center;transform:translateY(-50%);border:1px solid rgba(184,154,86,.36);border-radius:50%;background:radial-gradient(circle,rgba(184,154,86,.11),transparent 58%),#080b0e57;box-shadow:0 0 0 18px #b89a5606,0 0 0 19px #b89a561f,inset 0 0 80px #00000075,0 24px 70px #0000004d;pointer-events:none}.character-editorial-hero-seal:before,.character-editorial-hero-seal:after{content:"";position:absolute;border-radius:50%}.character-editorial-hero-seal:before{inset:18px;border:1px solid rgba(184,154,86,.2)}.character-editorial-hero-seal:after{inset:42%;border:1px solid rgba(116,139,88,.32);box-shadow:0 0 36px #748b582e}.character-editorial-hero-seal>span{color:#e7dcc2b8;font-family:var(--font-display);font-size:clamp(3.2rem,6vw,6.4rem);letter-spacing:.08em;text-indent:.08em;text-shadow:0 8px 30px rgba(0,0,0,.62)}.character-editorial-hero--text-only .character-editorial-motif-mark{z-index:0;left:auto;right:clamp(32px,5vw,86px);top:50%;opacity:.13;transform:translateY(-50%)}.character-editorial-hero--text-only.character-editorial-motif--broken-wing .character-editorial-motif-mark{transform:translateY(-50%) rotate(-18deg) skew(-12deg)}.character-editorial-hero--text-only .character-editorial-ring{right:clamp(60px,9vw,140px);bottom:18%;opacity:.34}.character-editorial-hero--text-only .character-editorial-branch{opacity:.34}@media(max-width:980px){.character-editorial-hero--text-only,.character-editorial-hero--text-only .character-editorial-hero-copy{min-height:500px}.character-editorial-hero--text-only .character-editorial-hero-copy{padding-right:250px}.character-editorial-hero-seal{width:190px;right:36px}.character-editorial-hero--text-only .character-editorial-motif-mark{right:8px;opacity:.09}}@media(max-width:760px){.character-editorial-hero--text-only,.character-editorial-hero--text-only .character-editorial-hero-copy{min-height:0}.character-editorial-hero--text-only .character-editorial-hero-copy{padding:34px 24px}.character-editorial-hero-seal{width:145px;right:-34px;top:88px;transform:none;opacity:.34}.character-editorial-hero-seal>span{font-size:3.4rem}.character-editorial-hero--text-only .character-editorial-motif-mark,.character-editorial-hero--text-only .character-editorial-ring,.character-editorial-hero--text-only .character-editorial-branch{display:none}.character-editorial-hero--text-only .character-editorial-kicker,.character-editorial-hero--text-only h1,.character-editorial-hero--text-only .character-editorial-epithet{position:relative;z-index:2;max-width:calc(100% - 74px)}}.home-world-preview{position:relative;display:grid;grid-template-columns:minmax(0,1.7fr) minmax(250px,.8fr);min-height:360px;overflow:hidden;border:1px solid rgba(190,155,86,.28);border-radius:24px;background:radial-gradient(circle at 28% 35%,rgba(119,83,48,.14),transparent 34%),linear-gradient(135deg,#11121efa,#1f1927f5);color:inherit;text-decoration:none;box-shadow:0 24px 70px #00000047}.home-world-preview:hover,.home-world-preview:focus-visible{border-color:#d5b06094;transform:translateY(-2px)}.home-world-preview__map{position:relative;min-height:360px;overflow:hidden;background:linear-gradient(115deg,transparent 0 48%,rgba(146,116,66,.1) 49% 51%,transparent 52%),repeating-radial-gradient(circle at 50% 50%,rgba(183,148,83,.045) 0 1px,transparent 1px 14px),linear-gradient(145deg,#2d252edb,#131b24f0)}.home-world-preview__map:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at center,transparent 30%,rgba(8,10,19,.7) 100%);pointer-events:none}.home-world-preview__river{position:absolute;width:520px;height:120px;left:8%;top:46%;border-top:3px solid rgba(105,157,175,.45);border-radius:50%;transform:rotate(-14deg);box-shadow:0 -8px 28px #4a7b9329}.home-world-preview__mountains{position:absolute;width:58%;height:35%;left:5%;top:7%;opacity:.48;background:linear-gradient(135deg,transparent 47%,rgba(199,162,89,.42) 48% 51%,transparent 52%) 0 100% / 110px 95px repeat-x}.home-world-preview__marker{position:absolute;z-index:2;padding:7px 10px 7px 25px;border:1px solid rgba(209,174,99,.25);border-radius:999px;background:#0a0d17c7;color:#f3e1b4e6;font-size:.72rem;letter-spacing:.04em;box-shadow:0 8px 20px #00000040}.home-world-preview__marker:before{content:"";position:absolute;left:9px;top:50%;width:7px;height:7px;border-radius:50%;background:#b89451;transform:translateY(-50%);box-shadow:0 0 12px #cfa552b8}.home-world-preview__marker--city{left:42%;top:42%}.home-world-preview__marker--wall{left:19%;top:22%}.home-world-preview__marker--wood{right:10%;bottom:20%}.home-world-preview__compass{position:absolute;z-index:2;right:30px;top:25px;display:grid;width:54px;height:54px;place-items:center;border:1px solid rgba(205,171,101,.32);border-radius:50%;color:#e1c280b8;font-family:Georgia,serif}.home-world-preview__copy{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;padding:44px;background:linear-gradient(90deg,#11111dbd,#11111df7)}.home-world-preview__copy>span{color:#bd9654;font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.home-world-preview__copy strong{margin-top:12px;color:#f3e7c9;font-family:Georgia,serif;font-size:clamp(1.5rem,2.4vw,2.35rem);line-height:1.08}.home-world-preview__copy p{margin:16px 0 0;color:#e6e0d6b8;line-height:1.7}@media(max-width:760px){.home-world-preview{grid-template-columns:1fr}.home-world-preview__map{min-height:280px}.home-world-preview__copy{padding:30px}}.realm-loading-overlay{position:fixed;inset:0;z-index:5000;display:grid;place-items:center;overflow:hidden;padding:32px;background:radial-gradient(circle at 50% 42%,rgba(107,76,154,.18),transparent 34%),linear-gradient(145deg,#0a0a0ffb,#12121afb);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,visibility .22s ease;isolation:isolate}.realm-loading-overlay.is-visible{opacity:1;visibility:visible;pointer-events:auto}.realm-loading-overlay:before,.realm-loading-overlay:after{content:"";position:absolute;inset:24px;border:1px solid rgba(212,175,55,.13);border-radius:18px;pointer-events:none}.realm-loading-overlay:after{inset:34px;border-color:#8b6cb814}.realm-loading-overlay__atmosphere,.realm-loading-overlay__glow,.realm-loading-overlay__stars{position:absolute;inset:0;pointer-events:none}.realm-loading-overlay__glow{width:min(62vw,760px);height:min(62vw,760px);margin:auto;border-radius:50%;filter:blur(44px);opacity:.22}.realm-loading-overlay__glow--gold{transform:translate(-31%,16%);background:radial-gradient(circle,rgba(212,175,55,.34),transparent 67%)}.realm-loading-overlay__glow--purple{transform:translate(34%,-19%);background:radial-gradient(circle,rgba(107,76,154,.44),transparent 68%)}.realm-loading-overlay__stars{opacity:.18;background-image:radial-gradient(circle,rgba(230,197,95,.8) 0 1px,transparent 1.4px),radial-gradient(circle,rgba(139,108,184,.7) 0 1px,transparent 1.5px);background-position:0 0,37px 29px;background-size:74px 74px,91px 91px;-webkit-mask-image:radial-gradient(circle at center,black,transparent 72%);mask-image:radial-gradient(circle at center,black,transparent 72%)}.realm-loading-overlay__content{position:relative;z-index:1;display:grid;justify-items:center;width:min(100%,460px);text-align:center}.realm-loading-sigil{position:relative;display:grid;width:148px;height:148px;place-items:center;margin-bottom:28px;filter:drop-shadow(0 0 24px rgba(212,175,55,.16))}.realm-loading-sigil__ring{position:absolute;border-radius:50%}.realm-loading-sigil__ring--outer{inset:0;border:1px solid rgba(212,175,55,.68);border-top-color:#e6c55f24;border-left-color:#6b4c9a52;box-shadow:inset 0 0 24px #d4af370d,0 0 28px #d4af3714;animation:realm-loading-turn 5.5s linear infinite}.realm-loading-sigil__ring--inner{inset:18px;border:1px solid rgba(139,108,184,.52);border-right-color:#e6c55fb8;border-bottom-color:#e6c55f2e;animation:realm-loading-turn-reverse 3.8s linear infinite}.realm-loading-sigil__mark{display:grid;width:78px;height:78px;place-items:center;border:1px solid rgba(212,175,55,.42);transform:rotate(45deg);background:linear-gradient(145deg,#1a1a26f0,#0c0c12fa);color:transparent;font-family:var(--font-display);font-size:25px;font-weight:700;letter-spacing:.08em;line-height:1;text-indent:.08em;text-shadow:0 0 18px rgba(212,175,55,.38);box-shadow:inset 0 0 22px #6b4c9a1f,0 0 24px #0000006b}.realm-loading-sigil__mark:before{content:"RR";transform:rotate(-45deg);color:var(--color-accent-gold-light)}.realm-loading-sigil__diamond{position:absolute;width:9px;height:9px;border:1px solid rgba(230,197,95,.72);transform:rotate(45deg);background:#171722;box-shadow:0 0 12px #d4af373d}.realm-loading-sigil__diamond--north{top:-4px}.realm-loading-sigil__diamond--east{right:-4px}.realm-loading-sigil__diamond--south{bottom:-4px}.realm-loading-sigil__diamond--west{left:-4px}.realm-loading-overlay__copy{display:grid;gap:9px}.realm-loading-overlay__copy strong{color:var(--color-accent-gold-light);font-family:var(--font-display);font-size:clamp(25px,4vw,36px);font-weight:600;letter-spacing:.12em;line-height:1.1;text-transform:uppercase;text-shadow:0 0 25px rgba(212,175,55,.22)}.realm-loading-overlay__copy span{color:var(--color-text-secondary);font-size:clamp(13px,2vw,15px);letter-spacing:.055em}.realm-loading-overlay__progress{display:flex;min-height:10px;margin-top:24px;align-items:center;gap:8px}.realm-loading-overlay__progress span{width:6px;height:6px;border-radius:50%;background:var(--color-accent-gold);box-shadow:0 0 10px #d4af3770;animation:realm-loading-pulse 1.25s ease-in-out infinite}.realm-loading-overlay__progress span:nth-child(2){animation-delay:.15s}.realm-loading-overlay__progress span:nth-child(3){animation-delay:.3s}@keyframes realm-loading-turn{to{transform:rotate(360deg)}}@keyframes realm-loading-turn-reverse{to{transform:rotate(-360deg)}}@keyframes realm-loading-pulse{0%,to{opacity:.28;transform:translateY(0) scale(.85)}50%{opacity:1;transform:translateY(-3px) scale(1)}}@media(max-width:640px){.realm-loading-overlay{padding:22px}.realm-loading-overlay:before{inset:13px}.realm-loading-overlay:after{inset:20px}.realm-loading-sigil{width:124px;height:124px;margin-bottom:24px}.realm-loading-sigil__ring--inner{inset:15px}.realm-loading-sigil__mark{width:65px;height:65px;font-size:21px}}@media(prefers-reduced-motion:reduce){.realm-loading-overlay,.realm-loading-sigil__ring,.realm-loading-overlay__progress span{animation:none!important;transition:none!important}.realm-loading-overlay__progress span{opacity:.72;transform:none}}.event-editorial-page{--event-editorial-accent: #8f2637;--event-editorial-accent-bright: #c85a67;--event-editorial-gold: #b89a56;--event-editorial-gold-bright: #dec77f;width:min(100% - 32px,1380px);margin:0 auto;padding:30px 0 96px}.event-editorial-breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:9px;margin-bottom:22px;color:var(--color-text-muted);font-size:.78rem}.event-editorial-breadcrumbs a{color:var(--event-editorial-gold-bright)}.event-editorial-hero{position:relative;display:grid;grid-template-columns:minmax(0,1.55fr) minmax(310px,.75fr);gap:clamp(32px,6vw,82px);min-height:590px;padding:clamp(38px,6vw,78px);overflow:hidden;border:1px solid rgba(184,154,86,.28);border-radius:4px;background:radial-gradient(circle at 80% 24%,rgba(143,38,55,.2),transparent 31%),linear-gradient(135deg,#090a10fa,#12111af5);box-shadow:0 34px 90px #00000052}.event-editorial-hero:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(184,154,86,.12) 1px,transparent 1px) 0 0 / 96px 100%,radial-gradient(circle at 15% 100%,rgba(184,154,86,.09),transparent 30%);opacity:.38}.event-editorial-hero:after{content:"";position:absolute;top:-110px;right:12%;width:1px;height:490px;background:linear-gradient(180deg,transparent,rgba(222,199,127,.5) 22%,rgba(143,38,55,.75));box-shadow:0 0 48px #8f263766;transform:rotate(6deg)}.event-editorial-hero-copy,.event-editorial-glance{position:relative;z-index:1}.event-editorial-kicker,.event-editorial-section-heading>span,.event-editorial-outcome>div>span,.event-editorial-role-grid article>span,.event-editorial-account-list article>span,.event-editorial-related>span,.event-editorial-glance>span,.event-editorial-phase-eyebrow{color:var(--event-editorial-gold-bright);font-family:var(--font-display);font-size:.72rem;letter-spacing:.17em;text-transform:uppercase}.event-editorial-hero h1{max-width:800px;margin:12px 0 14px;color:#eee8dc;font-size:clamp(3rem,7vw,6.1rem);line-height:.94;letter-spacing:-.035em}.event-editorial-classification{margin:0 0 32px;color:var(--event-editorial-accent-bright);font-family:var(--font-display);font-size:clamp(1rem,2vw,1.32rem);letter-spacing:.04em}.event-editorial-hero blockquote{max-width:720px;margin:0 0 30px;padding:4px 0 4px 24px;border-left:2px solid var(--event-editorial-gold)}.event-editorial-hero blockquote p{margin:0;color:#f1eee6;font-family:var(--font-display);font-size:clamp(1.35rem,2.6vw,2rem);line-height:1.35}.event-editorial-hero blockquote footer{display:flex;flex-wrap:wrap;gap:9px 18px;margin-top:12px;color:var(--color-text-muted);font-size:.78rem}.event-editorial-hero blockquote footer span{color:var(--event-editorial-accent-bright)}.event-editorial-hero blockquote footer a{color:var(--event-editorial-gold-bright)}.event-editorial-tagline{max-width:760px;margin:0;color:var(--color-text-secondary);font-size:clamp(1rem,1.5vw,1.16rem);line-height:1.8}.event-editorial-hero-badges,.event-editorial-hero-actions,.event-editorial-entity-pills{display:flex;flex-wrap:wrap;gap:9px}.event-editorial-hero-badges{margin-top:28px}.event-editorial-hero-badges>span{padding:7px 12px;border:1px solid rgba(184,154,86,.34);border-radius:999px;background:#b89a5612;color:#d5c99f;font-family:var(--font-display);font-size:.73rem;letter-spacing:.04em}.event-editorial-hero-actions{margin-top:30px}.event-editorial-hero-actions a{padding:11px 16px;border:1px solid var(--event-editorial-gold);background:#b89a5617;color:var(--event-editorial-gold-bright);font-family:var(--font-display);font-size:.79rem}.event-editorial-hero-actions a+a{border-color:#c85a6780;background:#8f26371c;color:#e2a1a8}.event-editorial-hero-actions a:hover,.event-editorial-hero-actions a:focus-visible{transform:translateY(-1px);background:#b89a5629}.event-editorial-glance{align-self:center;padding:28px;border:1px solid rgba(184,154,86,.24);background:linear-gradient(155deg,#17181feb,#0b0c12e6);box-shadow:0 24px 54px #00000047}.event-editorial-glance h2{margin:10px 0 24px;color:#eee8dc;font-size:clamp(1.55rem,2.5vw,2.25rem);line-height:1.15}.event-editorial-glance dl{margin:0}.event-editorial-glance dl>div{padding:14px 0;border-top:1px solid rgba(255,255,255,.08)}.event-editorial-glance dt{margin-bottom:4px;color:var(--color-text-muted);font-family:var(--font-display);font-size:.65rem;letter-spacing:.12em;text-transform:uppercase}.event-editorial-glance dd{margin:0;color:var(--color-text-secondary);line-height:1.55}.event-editorial-glance a{color:var(--event-editorial-gold-bright)}.event-editorial-glance-mark{position:absolute;right:22px;bottom:20px;width:54px;height:72px;opacity:.3}.event-editorial-glance-mark:before,.event-editorial-glance-mark:after,.event-editorial-glance-mark span:before{content:"";position:absolute;background:var(--event-editorial-gold-bright)}.event-editorial-glance-mark:before{left:26px;top:0;width:1px;height:72px}.event-editorial-glance-mark:after{left:6px;top:16px;width:42px;height:1px}.event-editorial-glance-mark span:before{left:13px;top:17px;width:1px;height:30px;transform:rotate(18deg);transform-origin:top}.event-editorial-outcome{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(220px,.65fr);gap:28px;margin:22px 0 0;padding:26px 30px;border:1px solid rgba(143,38,55,.48);border-left:4px solid var(--event-editorial-accent);background:linear-gradient(110deg,#8f263721,#13151bf0)}.event-editorial-outcome h2{margin:6px 0 8px;color:#eee8dc;font-size:clamp(1.45rem,2.5vw,2.15rem)}.event-editorial-outcome p{max-width:850px;margin:0;color:var(--color-text-secondary);line-height:1.72}.event-editorial-outcome dl{margin:0}.event-editorial-outcome dl>div{padding:8px 0}.event-editorial-outcome dt{color:var(--color-text-muted);font-size:.68rem;letter-spacing:.1em;text-transform:uppercase}.event-editorial-outcome dd{margin:3px 0 0;color:#eee8dc}.event-editorial-outcome>.event-editorial-entity-pills{grid-column:1 / -1}.event-editorial-nav{position:sticky;top:0;z-index:25;display:flex;gap:7px;margin:28px calc(50% - 50vw) 0;padding:10px max(16px,calc((100vw - 1380px)/2));overflow-x:auto;border-top:1px solid rgba(184,154,86,.16);border-bottom:1px solid rgba(184,154,86,.16);background:#08090ef0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.event-editorial-nav a{flex:0 0 auto;padding:8px 12px;color:var(--color-text-secondary);font-family:var(--font-display);font-size:.76rem}.event-editorial-nav a:hover,.event-editorial-nav a:focus-visible{background:#8f263733;color:var(--event-editorial-gold-bright)}.event-editorial-page>main{width:min(100%,1160px);margin:0 auto}.event-editorial-section,.event-editorial-related{margin-top:clamp(66px,9vw,116px)}.event-editorial-anchor-section{scroll-margin-top:88px}.event-editorial-section-heading{max-width:820px;margin-bottom:32px}.event-editorial-section-heading h2{margin:7px 0 0;color:#eee8dc;font-size:clamp(2rem,4.5vw,3.6rem);line-height:1.05}.event-editorial-section-heading p{margin:13px 0 0;color:var(--color-text-secondary);font-size:1rem;line-height:1.7}.event-editorial-prose{max-width:900px;color:var(--color-text-secondary);font-size:clamp(1rem,1.5vw,1.11rem);line-height:1.9}.event-editorial-prose p{margin:0 0 22px}.event-editorial-prose p:first-child:first-letter{float:left;margin:7px 10px 0 0;color:var(--event-editorial-gold-bright);font-family:var(--font-display);font-size:4rem;line-height:.7}.event-editorial-phase-list{display:grid;gap:0}.event-editorial-phase{display:grid;grid-template-columns:72px minmax(0,1fr);gap:26px;padding:0 0 52px}.event-editorial-phase-marker{position:relative;display:flex;justify-content:center}.event-editorial-phase-marker:after{content:"";position:absolute;top:48px;bottom:-4px;width:1px;background:linear-gradient(var(--event-editorial-gold),rgba(143,38,55,.24))}.event-editorial-phase:last-child .event-editorial-phase-marker:after{display:none}.event-editorial-phase-marker span{display:grid;place-items:center;width:48px;height:48px;border:1px solid var(--event-editorial-gold);border-radius:50%;background:#11131a;color:var(--event-editorial-gold-bright);font-family:var(--font-display);font-size:.78rem}.event-editorial-phase>div:last-child{padding:4px 0 0}.event-editorial-phase h3{margin:7px 0 16px;color:#eee8dc;font-size:clamp(1.45rem,2.5vw,2.1rem)}.event-editorial-phase-copy{max-width:900px;color:var(--color-text-secondary);line-height:1.82}.event-editorial-phase-copy p{margin:0 0 16px}.event-editorial-entity-pills{margin-top:18px}.event-editorial-entity-pills a{display:inline-flex;align-items:center;gap:7px;min-height:34px;padding:6px 11px;border:1px solid rgba(184,154,86,.22);border-radius:999px;background:#ffffff06;color:var(--color-text-secondary);font-size:.78rem}.event-editorial-entity-pills small{color:var(--event-editorial-gold);font-family:var(--font-display);font-size:.56rem;letter-spacing:.07em;text-transform:uppercase}.event-editorial-entity-pills a:hover{border-color:var(--event-editorial-gold);color:#fff}.event-editorial-role-grid,.event-editorial-consequence-grid,.event-editorial-question-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.event-editorial-role-grid article,.event-editorial-consequence-grid article,.event-editorial-question-grid article{padding:26px;border:1px solid rgba(184,154,86,.18);background:linear-gradient(150deg,#181921eb,#0e0f15eb)}.event-editorial-role-grid h3,.event-editorial-consequence-grid h3,.event-editorial-question-grid h3,.event-editorial-account-list h3{margin:8px 0 10px;color:#eee8dc;font-size:1.25rem}.event-editorial-role-grid p,.event-editorial-consequence-grid p,.event-editorial-question-grid p,.event-editorial-account-list p{margin:0;color:var(--color-text-secondary);line-height:1.72}.event-editorial-consequence-grid article>span,.event-editorial-question-grid article>span{display:grid;place-items:center;width:38px;height:38px;border:1px solid rgba(200,90,103,.5);border-radius:50%;color:var(--event-editorial-accent-bright);font-family:var(--font-display);font-size:.76rem}.event-editorial-question-grid article{border-top:2px solid var(--event-editorial-accent)}.event-editorial-question-grid a{display:inline-block;margin-top:18px;color:var(--event-editorial-gold-bright);font-size:.82rem}.event-editorial-account-list{display:grid;gap:16px}.event-editorial-account-list article{padding:26px 28px;border-left:3px solid var(--event-editorial-gold);background:linear-gradient(100deg,#b89a5612,#13141ce0)}.event-editorial-watch-layout{display:grid;grid-template-columns:minmax(0,1.32fr) minmax(330px,.68fr);gap:22px;align-items:start}.event-editorial-watch-player{position:sticky;top:76px;overflow:hidden;border:1px solid rgba(184,154,86,.2);background:#101218}.event-editorial-youtube{border-radius:0}.event-editorial-playback-copy{padding:22px}.event-editorial-playback-copy>span{color:var(--event-editorial-accent-bright);font-family:var(--font-display);font-size:.66rem;letter-spacing:.1em;text-transform:uppercase}.event-editorial-playback-copy h3{margin:7px 0 9px;color:#eee8dc;font-size:1.3rem}.event-editorial-playback-copy p{margin:0;color:var(--color-text-secondary);line-height:1.65}.event-editorial-playback-copy a{display:inline-block;margin-top:16px;color:var(--event-editorial-gold-bright);font-size:.8rem}.event-editorial-watch-list{display:grid;gap:12px}.event-editorial-watch-list>article{border:1px solid rgba(255,255,255,.08);background:#14151dd1}.event-editorial-watch-list>article.is-active{border-color:var(--event-editorial-gold);background:#b89a560f}.event-editorial-watch-list>article>button{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;width:100%;padding:18px;border:0;background:transparent;color:inherit;cursor:pointer;text-align:left}.event-editorial-watch-list>article>button>span{display:grid;place-items:center;width:36px;height:36px;border:1px solid rgba(184,154,86,.42);border-radius:50%;color:var(--event-editorial-gold-bright);font-family:var(--font-display);font-size:.7rem}.event-editorial-watch-list small,.event-editorial-watch-list strong,.event-editorial-watch-list p{display:block}.event-editorial-watch-list small{color:var(--color-text-muted);font-size:.68rem}.event-editorial-watch-list strong{margin-top:4px;color:#eee8dc}.event-editorial-watch-list p{margin:6px 0 0;color:var(--color-text-secondary);font-size:.8rem;line-height:1.5}.event-editorial-moment-buttons{display:grid;gap:5px;padding:0 12px 12px 66px}.event-editorial-moment-buttons button{display:grid;grid-template-columns:62px minmax(0,1fr);gap:9px;padding:9px 11px;border:1px solid rgba(143,38,55,.28);background:#8f263712;color:var(--color-text-secondary);cursor:pointer;text-align:left}.event-editorial-moment-buttons button.is-active{border-color:var(--event-editorial-accent-bright);background:#8f26372e}.event-editorial-moment-buttons span{color:var(--event-editorial-accent-bright);font-size:.68rem}.event-editorial-moment-buttons strong{color:#dcd7cd;font-size:.76rem}.event-editorial-related{padding-top:30px;border-top:1px solid rgba(184,154,86,.18)}.event-editorial-related>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:15px}.event-editorial-related a{min-height:160px;padding:22px;border:1px solid rgba(184,154,86,.18);background:#14151dc7}.event-editorial-related small,.event-editorial-related strong{display:block}.event-editorial-related small{color:var(--event-editorial-accent-bright);font-size:.64rem;letter-spacing:.08em;text-transform:uppercase}.event-editorial-related strong{margin-top:8px;color:#eee8dc;font-size:1.05rem}.event-editorial-related p{margin:9px 0 0;color:var(--color-text-muted);font-size:.79rem;line-height:1.55}@media(max-width:980px){.event-editorial-hero,.event-editorial-outcome,.event-editorial-watch-layout{grid-template-columns:1fr}.event-editorial-hero{min-height:auto}.event-editorial-glance{width:min(100%,620px)}.event-editorial-watch-player{position:static}}@media(max-width:720px){.event-editorial-page{width:min(100% - 22px,1380px);padding-top:18px}.event-editorial-hero{padding:30px 22px}.event-editorial-hero h1{font-size:clamp(2.5rem,14vw,4.1rem)}.event-editorial-outcome{padding:22px}.event-editorial-role-grid,.event-editorial-consequence-grid,.event-editorial-question-grid,.event-editorial-related>div{grid-template-columns:1fr}.event-editorial-phase{grid-template-columns:46px minmax(0,1fr);gap:14px}.event-editorial-phase-marker span{width:38px;height:38px}.event-editorial-phase-marker:after{top:38px}.event-editorial-moment-buttons{padding-left:12px}}@media(max-width:480px){.event-editorial-hero-actions a{width:100%;text-align:center}.event-editorial-glance{padding:22px}.event-editorial-watch-list>article>button{grid-template-columns:1fr}.event-editorial-watch-list>article>button>span{display:none}}.event-editorial-page--failed-rescue{--event-editorial-accent: #9a5627;--event-editorial-accent-bright: #d68a48;--event-editorial-gold: #b99654;--event-editorial-gold-bright: #e0c47c}.event-editorial-hero--failed-rescue{background:radial-gradient(circle at 79% 23%,rgba(154,86,39,.24),transparent 32%),radial-gradient(circle at 12% 100%,rgba(65,90,84,.14),transparent 34%),linear-gradient(135deg,#090a10fa,#131118f7)}.event-editorial-hero--failed-rescue:after{top:26px;right:5%;width:270px;height:270px;background:linear-gradient(42deg,transparent 45%,rgba(224,196,124,.48) 46%,rgba(224,196,124,.48) 47%,transparent 48%),linear-gradient(-38deg,transparent 48%,rgba(214,138,72,.5) 49%,rgba(214,138,72,.5) 50%,transparent 51%);box-shadow:none;opacity:.46;transform:rotate(-8deg)}.event-editorial-page--hideout-attack{--event-editorial-accent: #7a3343;--event-editorial-accent-bright: #c26a7d;--event-editorial-gold: #a98b57;--event-editorial-gold-bright: #d8bd7a}.event-editorial-hero--hideout-attack{background:radial-gradient(circle at 78% 20%,rgba(122,51,67,.3),transparent 31%),radial-gradient(circle at 14% 100%,rgba(58,82,65,.18),transparent 35%),linear-gradient(137deg,#08090efc,#140f16f7)}.event-editorial-hero--hideout-attack:after{top:48px;right:7%;width:250px;height:250px;background:linear-gradient(30deg,transparent 47%,rgba(216,189,122,.48) 48%,rgba(216,189,122,.48) 49%,transparent 50%),linear-gradient(72deg,transparent 43%,rgba(194,106,125,.52) 44%,rgba(194,106,125,.52) 45%,transparent 46%),linear-gradient(-18deg,transparent 51%,rgba(216,189,122,.32) 52%,rgba(216,189,122,.32) 53%,transparent 54%);box-shadow:none;opacity:.52;transform:rotate(8deg)}.event-editorial-page--farramh{--event-editorial-accent: #2f7168;--event-editorial-accent-bright: #70b7a7;--event-editorial-gold: #a98c55;--event-editorial-gold-bright: #dbc17e}.event-editorial-hero--farramh{background:radial-gradient(circle at 80% 22%,rgba(47,113,104,.28),transparent 31%),radial-gradient(circle at 16% 100%,rgba(169,140,85,.16),transparent 34%),linear-gradient(137deg,#080b0efc,#101719f7)}.event-editorial-hero--farramh:after{top:58px;right:8%;width:230px;height:250px;background:radial-gradient(ellipse at 28% 22%,rgba(219,193,126,.72) 0 2%,rgba(112,183,167,.24) 3% 7%,transparent 8%),radial-gradient(ellipse at 72% 38%,rgba(219,193,126,.58) 0 2%,rgba(112,183,167,.18) 3% 7%,transparent 8%),linear-gradient(90deg,transparent 27%,rgba(219,193,126,.42) 28%,rgba(219,193,126,.42) 28.6%,transparent 29%),linear-gradient(90deg,transparent 71%,rgba(219,193,126,.34) 72%,rgba(219,193,126,.34) 72.6%,transparent 73%),radial-gradient(circle at 50% 72%,transparent 0 32%,rgba(112,183,167,.24) 33% 33.7%,transparent 34%);box-shadow:none;opacity:.58;transform:rotate(-3deg)}.event-editorial-page--desecration{--event-editorial-accent: #6b2438;--event-editorial-accent-bright: #bd6078;--event-editorial-gold: #9f8051;--event-editorial-gold-bright: #d6b56f}.event-editorial-hero--desecration{background:radial-gradient(circle at 80% 20%,rgba(107,36,56,.34),transparent 31%),radial-gradient(circle at 14% 100%,rgba(114,72,42,.17),transparent 34%),linear-gradient(137deg,#08080dfc,#180d13fa)}.event-editorial-hero--desecration:after{top:48px;right:7%;width:250px;height:250px;background:radial-gradient(circle at 48% 46%,transparent 0 26%,rgba(214,181,111,.42) 27% 28%,transparent 29% 37%,rgba(189,96,120,.34) 38% 39%,transparent 40%),linear-gradient(132deg,transparent 45%,rgba(189,96,120,.62) 46%,rgba(189,96,120,.62) 48%,transparent 49%),radial-gradient(ellipse at 72% 78%,rgba(4,4,7,.92) 0 8%,rgba(107,36,56,.3) 9% 14%,transparent 15%);box-shadow:none;opacity:.58;transform:rotate(-6deg)}.event-editorial-page--silver-box{--event-editorial-accent: #58667f;--event-editorial-accent-bright: #9eabc4;--event-editorial-gold: #9d8355;--event-editorial-gold-bright: #d4b977}.event-editorial-hero--silver-box{background:radial-gradient(circle at 80% 20%,rgba(88,102,127,.34),transparent 31%),radial-gradient(circle at 14% 100%,rgba(157,131,85,.16),transparent 35%),linear-gradient(137deg,#08090efc,#11141dfa)}.event-editorial-hero--silver-box:after{top:42px;right:7%;width:270px;height:260px;background:linear-gradient(90deg,transparent 18%,rgba(212,185,119,.48) 19% 20%,transparent 21% 79%,rgba(212,185,119,.48) 80% 81%,transparent 82%),linear-gradient(0deg,transparent 48%,rgba(212,185,119,.42) 49% 50%,transparent 51%),radial-gradient(ellipse at 50% 72%,transparent 0 21%,rgba(158,171,196,.42) 22% 24%,transparent 25%),radial-gradient(circle at 35% 25%,rgba(158,171,196,.58) 0 2%,transparent 3%),radial-gradient(circle at 62% 16%,rgba(212,185,119,.54) 0 2%,transparent 3%),radial-gradient(circle at 72% 34%,rgba(158,171,196,.46) 0 2%,transparent 3%),linear-gradient(152deg,transparent 42%,rgba(8,9,14,.94) 43% 49%,transparent 50%),linear-gradient(28deg,transparent 49%,rgba(8,9,14,.94) 50% 56%,transparent 57%);box-shadow:none;opacity:.62;transform:rotate(-3deg)}.event-editorial-page--stone-nightsong{--event-editorial-accent: #536a8a;--event-editorial-accent-bright: #91a7c7;--event-editorial-gold: #9c8252;--event-editorial-gold-bright: #d2b775}.event-editorial-hero--stone-nightsong{background:radial-gradient(circle at 80% 20%,rgba(83,106,138,.34),transparent 31%),radial-gradient(circle at 14% 100%,rgba(156,130,82,.17),transparent 35%),linear-gradient(137deg,#08090efc,#10141cfa)}.event-editorial-hero--stone-nightsong:after{top:38px;right:7%;width:270px;height:270px;background:radial-gradient(circle at 50% 50%,rgba(8,9,14,.94) 0 18%,rgba(210,183,117,.62) 19% 20.5%,transparent 21.5%),radial-gradient(ellipse at 34% 50%,transparent 0 22%,rgba(145,167,199,.48) 23% 24%,transparent 25%),radial-gradient(ellipse at 66% 50%,transparent 0 22%,rgba(145,167,199,.48) 23% 24%,transparent 25%),linear-gradient(42deg,transparent 47%,rgba(210,183,117,.36) 48% 49%,transparent 50%),linear-gradient(-42deg,transparent 47%,rgba(210,183,117,.36) 48% 49%,transparent 50%);box-shadow:none;opacity:.62;transform:rotate(-4deg)}.event-editorial-page--sylandri-death{--event-editorial-accent: #536f69;--event-editorial-accent-bright: #8fb7a6;--event-editorial-gold: #9d8152;--event-editorial-gold-bright: #d5b875}.event-editorial-hero--sylandri-death{background:radial-gradient(circle at 80% 20%,rgba(83,111,105,.34),transparent 31%),radial-gradient(circle at 14% 100%,rgba(108,78,116,.18),transparent 35%),linear-gradient(137deg,#080a0dfc,#0f1716fa)}.event-editorial-hero--sylandri-death:after{top:38px;right:7%;width:270px;height:270px;background:radial-gradient(circle at 50% 44%,transparent 0 23%,rgba(213,184,117,.56) 24% 25%,transparent 26% 34%,rgba(143,183,166,.28) 35% 36%,transparent 37%),linear-gradient(28deg,transparent 46%,rgba(143,183,166,.5) 47% 48%,transparent 49%),linear-gradient(-28deg,transparent 46%,rgba(143,183,166,.5) 47% 48%,transparent 49%),radial-gradient(ellipse at 50% 78%,rgba(8,10,13,.92) 0 11%,rgba(108,78,116,.25) 12% 18%,transparent 19%);box-shadow:none;opacity:.6;transform:rotate(-4deg)}.event-editorial-page--faerie-closure{--event-editorial-accent: #4e736e;--event-editorial-accent-bright: #86b7aa;--event-editorial-gold: #9e8050;--event-editorial-gold-bright: #d7b873}.event-editorial-hero--faerie-closure{background:radial-gradient(circle at 80% 20%,rgba(78,115,110,.35),transparent 31%),radial-gradient(circle at 15% 100%,rgba(95,63,118,.21),transparent 35%),linear-gradient(137deg,#070a0dfc,#0d1817fa)}.event-editorial-hero--faerie-closure:after{top:36px;right:7%;width:280px;height:280px;background:linear-gradient(90deg,transparent 27%,rgba(215,184,115,.52) 28% 29%,transparent 30% 70%,rgba(215,184,115,.52) 71% 72%,transparent 73%),radial-gradient(ellipse at 50% 46%,transparent 0 30%,rgba(134,183,170,.42) 31% 32%,transparent 33%),linear-gradient(90deg,transparent 49%,rgba(9,12,15,.96) 50% 51%,transparent 52%),radial-gradient(circle at 32% 76%,rgba(134,183,170,.46) 0 2%,transparent 3%),radial-gradient(circle at 45% 69%,rgba(215,184,115,.44) 0 1.8%,transparent 2.8%),radial-gradient(circle at 58% 79%,rgba(134,183,170,.4) 0 1.7%,transparent 2.7%),radial-gradient(circle at 69% 67%,rgba(215,184,115,.36) 0 1.5%,transparent 2.5%);box-shadow:none;opacity:.6;transform:rotate(-3deg)}.event-editorial-page--shapers-war{--event-editorial-accent: #6f5a86;--event-editorial-accent-bright: #a98cc4;--event-editorial-gold: #9e7d46;--event-editorial-gold-bright: #d4b56f}.event-editorial-hero--shapers-war{background:radial-gradient(circle at 80% 18%,rgba(111,90,134,.34),transparent 31%),radial-gradient(circle at 15% 100%,rgba(126,95,51,.2),transparent 36%),linear-gradient(137deg,#08090dfc,#17121dfa)}.event-editorial-hero--shapers-war:after{top:30px;right:6%;width:300px;height:290px;background:linear-gradient(90deg,transparent 12%,rgba(212,181,111,.42) 13% 16%,transparent 17% 34%,rgba(169,140,196,.38) 35% 38%,transparent 39% 57%,rgba(212,181,111,.4) 58% 61%,transparent 62% 78%,rgba(169,140,196,.34) 79% 82%,transparent 83%),radial-gradient(ellipse at 22% 72%,rgba(7,8,11,.96) 0 9%,transparent 10%),radial-gradient(ellipse at 42% 66%,rgba(7,8,11,.96) 0 11%,transparent 12%),radial-gradient(ellipse at 62% 70%,rgba(7,8,11,.96) 0 10%,transparent 11%),radial-gradient(ellipse at 82% 64%,rgba(7,8,11,.96) 0 12%,transparent 13%),linear-gradient(26deg,transparent 45%,rgba(212,181,111,.34) 46% 47%,transparent 48%),linear-gradient(-26deg,transparent 45%,rgba(169,140,196,.32) 46% 47%,transparent 48%);box-shadow:none;opacity:.58;transform:rotate(-2deg)}.event-editorial-page--axe-and-vine{--event-editorial-accent: #66734f;--event-editorial-accent-bright: #9ead75;--event-editorial-gold: #9a713f;--event-editorial-gold-bright: #d0aa6a}.event-editorial-hero--axe-and-vine{background:radial-gradient(circle at 80% 18%,rgba(102,115,79,.34),transparent 31%),radial-gradient(circle at 15% 100%,rgba(154,113,63,.2),transparent 36%),linear-gradient(137deg,#080a09fc,#181812fa)}.event-editorial-hero--axe-and-vine:after{top:34px;right:6%;width:300px;height:280px;background:radial-gradient(ellipse at 56% 46%,transparent 0 29%,rgba(158,173,117,.48) 30% 32%,transparent 33%),radial-gradient(ellipse at 58% 48%,transparent 0 40%,rgba(102,115,79,.28) 41% 43%,transparent 44%),linear-gradient(58deg,transparent 41%,rgba(208,170,106,.6) 42% 45%,transparent 46%),linear-gradient(-58deg,transparent 41%,rgba(154,113,63,.58) 42% 45%,transparent 46%),linear-gradient(12deg,transparent 20%,rgba(7,9,8,.96) 21% 31%,transparent 32%) 48px 34px / 100px 74px no-repeat,linear-gradient(-12deg,transparent 20%,rgba(7,9,8,.96) 21% 31%,transparent 32%) 154px 34px / 100px 74px no-repeat,radial-gradient(circle at 34% 77%,rgba(158,173,117,.48) 0 2.5%,transparent 3.5%),radial-gradient(circle at 48% 66%,rgba(158,173,117,.42) 0 2%,transparent 3%),radial-gradient(circle at 67% 78%,rgba(158,173,117,.46) 0 2.3%,transparent 3.3%);box-shadow:none;opacity:.62;transform:rotate(-3deg)}.event-editorial-page--falconers-rebellion{--event-editorial-accent: #8b5d35;--event-editorial-accent-bright: #c69058;--event-editorial-gold: #a17a43;--event-editorial-gold-bright: #d6b56e}.event-editorial-hero--falconers-rebellion{background:radial-gradient(circle at 80% 18%,rgba(139,93,53,.34),transparent 31%),radial-gradient(circle at 15% 100%,rgba(70,78,88,.25),transparent 36%),linear-gradient(137deg,#09090afc,#1b1511fa)}.event-editorial-hero--falconers-rebellion:after{top:27px;right:5%;width:320px;height:290px;background:linear-gradient(20deg,transparent 45%,rgba(214,181,110,.54) 46% 48%,transparent 49%) 52px 78px / 120px 72px no-repeat,linear-gradient(-20deg,transparent 45%,rgba(214,181,110,.54) 46% 48%,transparent 49%) 151px 78px / 120px 72px no-repeat,radial-gradient(ellipse at 50% 43%,rgba(7,8,10,.96) 0 12%,transparent 13%),linear-gradient(78deg,transparent 42%,rgba(7,8,10,.96) 43% 56%,transparent 57%) 68px 70px / 94px 105px no-repeat,linear-gradient(-78deg,transparent 42%,rgba(7,8,10,.96) 43% 56%,transparent 57%) 159px 70px / 94px 105px no-repeat,linear-gradient(90deg,transparent 47%,rgba(161,122,67,.62) 48% 52%,transparent 53%) 96px 154px / 128px 104px no-repeat,linear-gradient(12deg,transparent 45%,rgba(139,93,53,.45) 46% 49%,transparent 50%) 74px 184px / 170px 66px no-repeat,linear-gradient(-12deg,transparent 45%,rgba(139,93,53,.38) 46% 49%,transparent 50%) 74px 202px / 170px 66px no-repeat;box-shadow:none;opacity:.62;transform:rotate(-2deg)}.location-editorial-page{--location-editorial-accent: #6f7f55;--location-editorial-accent-bright: #aebc7f;--location-editorial-gold: #aa8847;--location-editorial-gold-bright: #d6bd78;--location-editorial-panel: rgba(18, 22, 24, .92);--location-editorial-panel-soft: rgba(27, 33, 34, .74);width:min(100% - 32px,1380px);margin:0 auto;padding:30px 0 96px}.location-editorial-breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:9px;margin-bottom:22px;color:var(--color-text-muted);font-size:.78rem}.location-editorial-breadcrumbs a{color:var(--location-editorial-gold-bright)}.location-editorial-hero{position:relative;display:grid;grid-template-columns:minmax(0,1.55fr) minmax(320px,.75fr);gap:clamp(32px,6vw,82px);min-height:620px;padding:clamp(38px,6vw,78px);overflow:hidden;border:1px solid rgba(170,136,71,.3);border-radius:4px;background:radial-gradient(circle at 81% 22%,rgba(111,127,85,.23),transparent 33%),radial-gradient(circle at 14% 100%,rgba(170,136,71,.1),transparent 31%),linear-gradient(135deg,#080c0efc,#111516f7);box-shadow:0 34px 90px #00000057}.location-editorial-hero:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(170,136,71,.1) 1px,transparent 1px) 0 0 / 108px 100%,linear-gradient(0deg,rgba(111,127,85,.06) 1px,transparent 1px) 0 0 / 100% 82px;opacity:.34}.location-editorial-hero:after{content:"";position:absolute;right:-120px;bottom:-190px;width:620px;height:390px;border:1px solid rgba(174,188,127,.18);border-radius:50%;box-shadow:0 -36px 110px #6f7f5521,inset 0 32px 90px #aa88470f;transform:rotate(-7deg)}.location-editorial-hero-copy,.location-editorial-glance{position:relative;z-index:1}.location-editorial-kicker,.location-editorial-section-heading>span,.location-editorial-current>div>span,.location-editorial-glance>span,.location-editorial-feature-grid article>span,.location-editorial-space-grid article>span,.location-editorial-people-grid article>span,.location-editorial-turning-list article>span,.location-editorial-geography>div>span,.location-editorial-related>span,.location-editorial-chapter-eyebrow{color:var(--location-editorial-gold-bright);font-family:var(--font-display);font-size:.72rem;letter-spacing:.17em;text-transform:uppercase}.location-editorial-hero h1{max-width:820px;margin:12px 0 14px;color:#eee9dc;font-size:clamp(3.2rem,7.3vw,6.5rem);line-height:.94;letter-spacing:-.04em}.location-editorial-classification{margin:0 0 32px;color:var(--location-editorial-accent-bright);font-family:var(--font-display);font-size:clamp(1rem,2vw,1.32rem);letter-spacing:.04em}.location-editorial-hero blockquote{max-width:760px;margin:0 0 30px;padding:4px 0 4px 24px;border-left:2px solid var(--location-editorial-gold)}.location-editorial-hero blockquote p{margin:0;color:#f0ede4;font-family:var(--font-display);font-size:clamp(1.35rem,2.6vw,2rem);line-height:1.35}.location-editorial-hero blockquote footer{display:flex;flex-wrap:wrap;gap:9px 18px;margin-top:12px;color:var(--color-text-muted);font-size:.78rem}.location-editorial-hero blockquote footer span{color:var(--location-editorial-accent-bright)}.location-editorial-hero blockquote footer a{color:var(--location-editorial-gold-bright)}.location-editorial-tagline{max-width:780px;margin:0;color:var(--color-text-secondary);font-size:clamp(1rem,1.5vw,1.16rem);line-height:1.8}.location-editorial-hero-badges,.location-editorial-hero-actions,.location-editorial-entity-pills{display:flex;flex-wrap:wrap;gap:9px}.location-editorial-hero-badges{margin-top:28px}.location-editorial-hero-badges>span{padding:7px 12px;border:1px solid rgba(170,136,71,.35);border-radius:999px;background:#aa884712;color:#d5c89f;font-family:var(--font-display);font-size:.73rem;letter-spacing:.04em}.location-editorial-hero-actions{margin-top:30px}.location-editorial-hero-actions a{padding:11px 16px;border:1px solid var(--location-editorial-gold);background:#aa884717;color:var(--location-editorial-gold-bright);font-family:var(--font-display);font-size:.79rem}.location-editorial-hero-actions a+a{border-color:#aebc7f70;background:#6f7f551f;color:#c9d3a0}.location-editorial-hero-actions a:hover,.location-editorial-hero-actions a:focus-visible{transform:translateY(-1px);background:#aa884729}.location-editorial-glance{align-self:center;padding:28px;border:1px solid rgba(170,136,71,.25);background:linear-gradient(155deg,#181d1df0,#0a0e10eb);box-shadow:0 24px 54px #0000004a}.location-editorial-glance>span{display:block;margin-top:18px}.location-editorial-glance h2{margin:10px 0 24px;color:#eee8dc;font-size:clamp(1.45rem,2.4vw,2.1rem);line-height:1.18}.location-editorial-glance dl,.location-editorial-geography dl{margin:0}.location-editorial-glance dl>div,.location-editorial-geography dl>div{display:grid;grid-template-columns:minmax(110px,.7fr) minmax(0,1.3fr);gap:18px;padding:14px 0;border-top:1px solid rgba(170,136,71,.16)}.location-editorial-glance dt,.location-editorial-geography dt{color:var(--color-text-muted);font-size:.76rem;letter-spacing:.06em;text-transform:uppercase}.location-editorial-glance dd,.location-editorial-geography dd{margin:0;color:#e5dfd3;line-height:1.5}.location-editorial-glance a,.location-editorial-geography a{color:var(--location-editorial-gold-bright)}.location-editorial-house-mark{position:relative;width:min(100%,280px);height:156px;margin:0 auto 8px;overflow:hidden}.location-editorial-roof{position:absolute;left:53px;top:23px;width:170px;height:92px;border:1px solid rgba(214,189,120,.72);border-width:1px 1px 0 0;transform:rotate(-34deg) skew(18deg);transform-origin:center;box-shadow:18px -14px 34px #aa884714}.location-editorial-house-body{position:absolute;left:78px;top:69px;width:128px;height:68px;border:1px solid rgba(214,189,120,.58);border-top:0;background:linear-gradient(180deg,#6f7f5514,#070a0b80)}.location-editorial-house-body i,.location-editorial-house-body b{position:absolute;display:block;border:1px solid rgba(214,189,120,.5);background:#d6bd781f;box-shadow:0 0 18px #d6bd7817}.location-editorial-house-body i{top:18px;width:18px;height:19px}.location-editorial-house-body i:first-child{left:20px}.location-editorial-house-body i:nth-child(2){right:20px}.location-editorial-house-body b{left:55px;bottom:0;width:19px;height:31px}.location-editorial-hill{position:absolute;left:-15px;bottom:-48px;width:320px;height:110px;border:1px solid rgba(174,188,127,.3);border-radius:50%;transform:rotate(-4deg)}.location-editorial-river{position:absolute;left:12px;bottom:4px;width:256px;height:18px;border-top:1px solid rgba(126,165,171,.45);border-radius:50%;box-shadow:0 -7px 20px #7ea5ab14;transform:rotate(3deg)}.location-editorial-hero--guardian-wall .location-editorial-house-mark{height:172px}.location-editorial-hero--guardian-wall .location-editorial-roof{left:12px;top:7px;width:256px;height:118px;border:0;background:linear-gradient(150deg,transparent 0 30%,rgba(174,188,127,.13) 31% 42%,transparent 43%),linear-gradient(30deg,transparent 0 31%,rgba(174,188,127,.1) 32% 45%,transparent 46%);clip-path:polygon(0 82%,18% 49%,31% 68%,49% 18%,67% 64%,82% 40%,100% 82%,100% 100%,0 100%);transform:none;box-shadow:none}.location-editorial-hero--guardian-wall .location-editorial-house-body{left:24px;top:88px;width:232px;height:53px;border:1px solid rgba(214,189,120,.62);background:repeating-linear-gradient(90deg,transparent 0 26px,rgba(214,189,120,.08) 27px 28px),linear-gradient(180deg,#6f7f551a,#070a0bb8)}.location-editorial-hero--guardian-wall .location-editorial-house-body i{top:-63px;width:35px;height:92px;border-radius:17px 17px 3px 3px;background:linear-gradient(180deg,#d6bd7833,#6f7f5514);transform:skew(-3deg)}.location-editorial-hero--guardian-wall .location-editorial-house-body i:before{content:"";position:absolute;left:8px;top:-19px;width:17px;height:17px;border:1px solid rgba(214,189,120,.58);border-radius:50%;background:#0a0e10eb}.location-editorial-hero--guardian-wall .location-editorial-house-body i:first-child{left:48px}.location-editorial-hero--guardian-wall .location-editorial-house-body i:nth-child(2){right:48px}.location-editorial-hero--guardian-wall .location-editorial-house-body b{left:98px;bottom:0;width:34px;height:41px;border-radius:18px 18px 0 0;background:#040708c7}.location-editorial-hero--guardian-wall .location-editorial-hill{left:-7px;bottom:-54px;width:296px;height:112px;border-color:#aebc7f3d}.location-editorial-hero--guardian-wall .location-editorial-river{bottom:2px;width:270px;border-top-color:#7ea5ab61}.location-editorial-page--guardian-wall-gallows{--location-editorial-accent: #75685e;--location-editorial-accent-bright: #b9a695;--location-editorial-gold: #917345;--location-editorial-gold-bright: #d0ae6f}.location-editorial-hero--guardian-wall-gallows{background:radial-gradient(circle at 74% 24%,rgba(145,115,69,.17),transparent 30%),radial-gradient(circle at 18% 91%,rgba(117,104,94,.2),transparent 34%),linear-gradient(137deg,#080809fc,#1a1716fa)}.location-editorial-hero--guardian-wall-gallows .location-editorial-house-mark{height:180px;filter:drop-shadow(0 0 20px rgba(208,174,111,.06))}.location-editorial-hero--guardian-wall-gallows .location-editorial-roof{left:18px;top:11px;width:244px;height:126px;border:0;background:linear-gradient(153deg,transparent 0 28%,rgba(185,166,149,.1) 29% 39%,transparent 40%),linear-gradient(27deg,transparent 0 29%,rgba(185,166,149,.08) 30% 41%,transparent 42%);clip-path:polygon(0 86%,18% 55%,34% 70%,50% 22%,67% 70%,83% 48%,100% 86%,100% 100%,0 100%);transform:none;box-shadow:none}.location-editorial-hero--guardian-wall-gallows .location-editorial-house-body{left:42px;top:76px;width:196px;height:72px;border:0;background:linear-gradient(90deg,transparent 0 23px,rgba(185,166,149,.22) 24px 30px,transparent 31px 164px,rgba(185,166,149,.22) 165px 171px,transparent 172px),linear-gradient(180deg,transparent 0 18px,rgba(208,174,111,.34) 19px 25px,transparent 26px);clip-path:none;box-shadow:none}.location-editorial-hero--guardian-wall-gallows .location-editorial-house-body i{top:22px;width:7px;height:48px;border:0;border-radius:1px;background:#b9a6954d;box-shadow:none}.location-editorial-hero--guardian-wall-gallows .location-editorial-house-body i:first-child{left:24px}.location-editorial-hero--guardian-wall-gallows .location-editorial-house-body i:nth-child(2){right:24px}.location-editorial-hero--guardian-wall-gallows .location-editorial-house-body b{left:87px;top:22px;bottom:auto;width:24px;height:42px;border:2px solid rgba(208,174,111,.42);border-top:0;border-radius:0 0 50% 50%;background:transparent;box-shadow:0 0 15px #d0ae6f0d}.location-editorial-hero--guardian-wall-gallows .location-editorial-hill{left:13px;bottom:-49px;width:264px;height:89px;border-color:#b9a6953d;transform:rotate(0)}.location-editorial-hero--guardian-wall-gallows .location-editorial-river{left:36px;bottom:1px;width:210px;border-top-color:#75685e61;box-shadow:0 -7px 18px #75685e14;transform:rotate(-1deg)}.location-editorial-current{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);gap:34px;margin:24px 0;padding:30px clamp(24px,4vw,44px);border:1px solid rgba(174,188,127,.24);background:linear-gradient(90deg,rgba(111,127,85,.12),transparent 48%),#0f1314f0}.location-editorial-current h2{margin:8px 0 12px;color:#eee9dc;font-size:clamp(1.55rem,3vw,2.45rem)}.location-editorial-current p{max-width:850px;margin:0;color:var(--color-text-secondary);line-height:1.75}.location-editorial-current aside{align-self:center;padding-left:24px;border-left:1px solid rgba(170,136,71,.24)}.location-editorial-current aside>small{display:block;color:var(--color-text-muted);font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}.location-editorial-current aside>strong{display:block;margin:7px 0 16px;color:var(--location-editorial-accent-bright);font-family:var(--font-display);font-size:1.05rem;line-height:1.45}.location-editorial-nav{position:sticky;z-index:8;top:0;display:flex;gap:8px;margin:0 0 42px;padding:12px;overflow-x:auto;border:1px solid rgba(170,136,71,.18);background:#080c0ef0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.location-editorial-nav a{flex:0 0 auto;padding:8px 12px;border:1px solid transparent;color:var(--color-text-muted);font-family:var(--font-display);font-size:.75rem;letter-spacing:.04em}.location-editorial-nav a:hover,.location-editorial-nav a:focus-visible{border-color:#aa884757;color:var(--location-editorial-gold-bright)}.location-editorial-page main{display:grid;gap:30px}.location-editorial-section,.location-editorial-geography,.location-editorial-related,.location-editorial-journal{padding:clamp(30px,5vw,58px);border:1px solid rgba(170,136,71,.18);background:var(--location-editorial-panel);box-shadow:0 22px 52px #0000002e}.location-editorial-anchor-section{scroll-margin-top:78px}.location-editorial-section-heading{max-width:900px;margin-bottom:30px}.location-editorial-section-heading h2,.location-editorial-geography h2{margin:9px 0 10px;color:#eee9dc;font-size:clamp(2rem,4.6vw,3.6rem);line-height:1.04;letter-spacing:-.025em}.location-editorial-section-heading p,.location-editorial-geography>div>p{max-width:800px;margin:0;color:var(--color-text-muted);line-height:1.7}.location-editorial-prose{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 42px}.location-editorial-prose p{margin:0;color:var(--color-text-secondary);font-size:1.02rem;line-height:1.82}.location-editorial-prose p:first-child:first-letter{float:left;margin:7px 8px 0 0;color:var(--location-editorial-gold-bright);font-family:var(--font-display);font-size:3.5rem;line-height:.75}.location-editorial-feature-grid,.location-editorial-space-grid,.location-editorial-people-grid,.location-editorial-question-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.location-editorial-feature-grid article,.location-editorial-space-grid article,.location-editorial-people-grid article,.location-editorial-question-grid article,.location-editorial-evidence-list article{padding:24px;border:1px solid rgba(170,136,71,.16);background:var(--location-editorial-panel-soft)}.location-editorial-feature-grid article:nth-child(4n+1),.location-editorial-space-grid article:nth-child(4n+2){background:linear-gradient(145deg,rgba(111,127,85,.1),transparent 58%),var(--location-editorial-panel-soft)}.location-editorial-feature-grid h3,.location-editorial-space-grid h3,.location-editorial-people-grid h3,.location-editorial-question-grid h3,.location-editorial-turning-list h3,.location-editorial-evidence-list h3,.location-editorial-playback-copy h3{margin:9px 0 10px;color:#ece6da;font-size:clamp(1.18rem,2vw,1.55rem);line-height:1.25}.location-editorial-feature-grid p,.location-editorial-space-grid p,.location-editorial-people-grid p,.location-editorial-question-grid p,.location-editorial-turning-list p,.location-editorial-evidence-list p,.location-editorial-playback-copy p{margin:0;color:var(--color-text-secondary);line-height:1.72}.location-editorial-feature-grid a,.location-editorial-space-grid a,.location-editorial-people-grid a,.location-editorial-question-grid a,.location-editorial-turning-list a,.location-editorial-evidence-list a{color:var(--location-editorial-gold-bright)}.location-editorial-entity-pills{margin-top:17px}.location-editorial-entity-pills a{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border:1px solid rgba(170,136,71,.22);border-radius:999px;background:#aa88470f;color:#d8cfb2;font-size:.76rem}.location-editorial-entity-pills small{color:var(--location-editorial-accent-bright);font-size:.62rem;letter-spacing:.08em;text-transform:uppercase}.location-editorial-chapter-list{display:grid;gap:0}.location-editorial-chapter-list>article{display:grid;grid-template-columns:72px minmax(0,1fr);gap:28px;padding:28px 0;border-top:1px solid rgba(170,136,71,.16)}.location-editorial-chapter-list>article:first-child{border-top-color:#aa884757}.location-editorial-chapter-marker{display:flex;align-items:flex-start;justify-content:center}.location-editorial-chapter-marker span{display:grid;width:48px;height:48px;place-items:center;border:1px solid rgba(174,188,127,.4);border-radius:50%;color:var(--location-editorial-accent-bright);font-family:var(--font-display);font-size:.78rem}.location-editorial-chapter-list h3{margin:7px 0 13px;color:#f0ebe0;font-size:clamp(1.45rem,2.9vw,2.25rem);line-height:1.15}.location-editorial-chapter-copy{max-width:930px}.location-editorial-chapter-copy p{margin:0 0 12px;color:var(--color-text-secondary);line-height:1.8}.location-editorial-chapter-copy p:last-child{margin-bottom:0}.location-editorial-turning-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.location-editorial-turning-list article{display:flex;flex-direction:column;min-height:310px;padding:25px;border:1px solid rgba(170,136,71,.18);background:linear-gradient(160deg,rgba(111,127,85,.09),transparent 48%),var(--location-editorial-panel-soft)}.location-editorial-turning-list .location-editorial-read-link{margin-top:auto;padding-top:18px;color:var(--location-editorial-gold-bright);font-family:var(--font-display);font-size:.78rem}.location-editorial-geography{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:clamp(30px,6vw,76px);background:radial-gradient(circle at 82% 50%,rgba(111,127,85,.13),transparent 34%),var(--location-editorial-panel)}.location-editorial-geography dl{align-self:center}.location-editorial-map-action{display:inline-flex;margin-top:22px;padding:10px 14px;border:1px solid rgba(170,136,71,.34);color:var(--location-editorial-gold-bright);font-family:var(--font-display);font-size:.79rem}.location-editorial-question-grid article>span{display:grid;width:38px;height:38px;place-items:center;border:1px solid rgba(174,188,127,.34);border-radius:50%;color:var(--location-editorial-accent-bright);font-family:var(--font-display);font-size:.74rem}.location-editorial-question-grid article>a{display:inline-block;margin-top:15px;font-family:var(--font-display);font-size:.77rem}.location-editorial-evidence{background:linear-gradient(135deg,rgba(170,136,71,.055),transparent 50%),#0d1012f2}.location-editorial-evidence-list{display:grid;gap:12px}.location-editorial-evidence-list article{background:#181c1db8}.location-editorial-evidence>button{margin-top:18px;padding:10px 14px;border:1px solid rgba(170,136,71,.32);background:#aa884712;color:var(--location-editorial-gold-bright);font-family:var(--font-display);font-size:.77rem;cursor:pointer}.location-editorial-watch-layout{display:grid;grid-template-columns:minmax(0,1.22fr) minmax(360px,.78fr);gap:24px;align-items:start}.location-editorial-watch-player{position:sticky;top:74px;overflow:hidden;border:1px solid rgba(170,136,71,.22);background:#090c0e}.location-editorial-youtube{margin:0}.location-editorial-playback-copy{padding:22px}.location-editorial-playback-copy>span{color:var(--location-editorial-accent-bright);font-family:var(--font-display);font-size:.7rem;letter-spacing:.11em;text-transform:uppercase}.location-editorial-playback-copy>a{display:inline-block;margin-top:16px;color:var(--location-editorial-gold-bright);font-family:var(--font-display);font-size:.77rem}.location-editorial-watch-list{display:grid;gap:12px}.location-editorial-watch-list>article{border:1px solid rgba(170,136,71,.16);background:var(--location-editorial-panel-soft)}.location-editorial-watch-list>article.is-active{border-color:#aebc7f75;box-shadow:inset 3px 0 0 var(--location-editorial-accent)}.location-editorial-watch-list>article>button{display:grid;grid-template-columns:42px minmax(0,1fr);gap:14px;width:100%;padding:18px;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.location-editorial-watch-list>article>button>span{color:var(--location-editorial-accent-bright);font-family:var(--font-display);font-size:.75rem}.location-editorial-watch-list small,.location-editorial-moment-buttons span{display:block;color:var(--color-text-muted);font-size:.68rem;letter-spacing:.05em;text-transform:uppercase}.location-editorial-watch-list strong{display:block;margin-top:5px;color:#ebe5d8;font-family:var(--font-display);font-size:1rem}.location-editorial-watch-list p{margin:7px 0 0;color:var(--color-text-secondary);font-size:.86rem;line-height:1.55}.location-editorial-moment-buttons{display:grid;gap:1px;padding:0 14px 14px 56px}.location-editorial-moment-buttons button{padding:10px 12px;border:1px solid transparent;background:#06090a6b;color:inherit;text-align:left;cursor:pointer}.location-editorial-moment-buttons button:hover,.location-editorial-moment-buttons button:focus-visible,.location-editorial-moment-buttons button.is-active{border-color:#aa884747;background:#aa884712}.location-editorial-moment-buttons strong{margin-top:3px;font-size:.86rem}.location-editorial-related>span{display:block;margin-bottom:18px}.location-editorial-related>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.location-editorial-related>div>a{min-height:180px;padding:20px;border:1px solid rgba(170,136,71,.17);background:var(--location-editorial-panel-soft)}.location-editorial-related small{display:block;color:var(--location-editorial-accent-bright);font-size:.67rem;letter-spacing:.09em;text-transform:uppercase}.location-editorial-related strong{display:block;margin:8px 0;color:#eee8dc;font-family:var(--font-display);font-size:1.08rem}.location-editorial-related p{margin:0;color:var(--color-text-muted);font-size:.84rem;line-height:1.55}.location-editorial-journal{border-color:#aa88472e}@media(max-width:1040px){.location-editorial-hero,.location-editorial-current,.location-editorial-geography,.location-editorial-watch-layout{grid-template-columns:1fr}.location-editorial-glance{max-width:620px}.location-editorial-current aside{padding:22px 0 0;border-top:1px solid rgba(170,136,71,.24);border-left:0}.location-editorial-turning-list{grid-template-columns:1fr}.location-editorial-turning-list article{min-height:0}.location-editorial-watch-player{position:static}.location-editorial-related>div{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.location-editorial-page{width:min(100% - 20px,1380px);padding-top:18px}.location-editorial-hero,.location-editorial-section,.location-editorial-geography,.location-editorial-related,.location-editorial-journal{padding:24px 20px}.location-editorial-hero{min-height:0}.location-editorial-hero h1{font-size:clamp(2.75rem,15vw,4.4rem)}.location-editorial-house-mark{transform:scale(.9)}.location-editorial-nav{margin-bottom:24px}.location-editorial-prose,.location-editorial-feature-grid,.location-editorial-space-grid,.location-editorial-people-grid,.location-editorial-question-grid,.location-editorial-related>div{grid-template-columns:1fr}.location-editorial-chapter-list>article{grid-template-columns:1fr;gap:14px}.location-editorial-chapter-marker{justify-content:flex-start}.location-editorial-watch-list>article>button{grid-template-columns:32px minmax(0,1fr);padding:15px}.location-editorial-moment-buttons{padding:0 12px 12px}.location-editorial-glance dl>div,.location-editorial-geography dl>div{grid-template-columns:1fr;gap:5px}}@media(prefers-reduced-motion:reduce){.location-editorial-hero-actions a{transition:none}}.item-editorial-page{--item-editorial-accent: #526886;--item-editorial-accent-bright: #92acd1;--item-editorial-gold: #a78950;--item-editorial-gold-bright: #d6bd78;--item-editorial-panel: rgba(12, 18, 31, .88);--item-editorial-border: rgba(214, 189, 120, .22);min-height:100vh;padding:2rem clamp(1rem,4vw,4rem) 5rem;background:radial-gradient(circle at 78% 8%,rgba(82,104,134,.18),transparent 30rem),linear-gradient(180deg,#080d18,#0c1322 38%,#080d17);color:#f3eee3}.item-editorial-breadcrumbs{width:min(1180px,100%);margin:0 auto 1.25rem;display:flex;flex-wrap:wrap;align-items:center;gap:.55rem;font-size:.82rem;color:#f3eee394}.item-editorial-breadcrumbs a{color:var(--item-editorial-gold-bright)}.item-editorial-hero{position:relative;isolation:isolate;overflow:hidden;width:min(1180px,100%);min-height:550px;margin:0 auto;padding:clamp(2rem,5vw,4.8rem);display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,.75fr);gap:clamp(2rem,6vw,5rem);align-items:center;border:1px solid rgba(214,189,120,.34);border-radius:30px;background:linear-gradient(120deg,#080e1afa,#0e182ae8),repeating-linear-gradient(135deg,transparent 0 26px,rgba(255,255,255,.015) 26px 27px);box-shadow:0 30px 90px #0000006b}.item-editorial-hero:before{content:"";position:absolute;inset:-20% 43% -35% -18%;z-index:-1;border-radius:50%;background:radial-gradient(circle,rgba(82,104,134,.28),transparent 67%);filter:blur(10px)}.item-editorial-hero:after{content:"";position:absolute;inset:18% -9% 14% auto;z-index:-1;width:42%;border:1px solid rgba(214,189,120,.13);border-radius:50%;transform:rotate(-9deg)}.item-editorial-kicker,.item-editorial-section-heading>span,.item-editorial-current-state>div>span,.item-editorial-identity-grid article>span,.item-editorial-people-grid article>span,.item-editorial-function-list article>span,.item-editorial-evidence-list article>span,.item-editorial-related>span,.item-editorial-story-eyebrow,.item-editorial-journey-status{display:block;color:var(--item-editorial-gold-bright);font-size:.74rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.item-editorial-hero h1{max-width:760px;margin:.4rem 0 0;font-family:var(--font-display, Georgia, serif);font-size:clamp(3rem,7vw,6.3rem);line-height:.91;letter-spacing:-.045em;text-wrap:balance}.item-editorial-classification{margin:1.2rem 0 0;color:var(--item-editorial-accent-bright);font-size:.9rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.item-editorial-hero blockquote{max-width:680px;margin:2rem 0 0;padding:.2rem 0 .2rem 1.35rem;border-left:2px solid var(--item-editorial-gold)}.item-editorial-hero blockquote p{margin:0;font-family:var(--font-display, Georgia, serif);font-size:clamp(1.3rem,2.6vw,2rem);font-style:italic;line-height:1.35}.item-editorial-hero blockquote footer{margin-top:.8rem;display:flex;flex-wrap:wrap;gap:.85rem;align-items:center;font-size:.78rem}.item-editorial-hero blockquote footer span{color:var(--item-editorial-accent-bright);font-weight:800}.item-editorial-hero blockquote footer a{color:var(--item-editorial-gold-bright)}.item-editorial-tagline{max-width:760px;margin:1.6rem 0 0;color:#f3eee3c9;font-size:1.06rem;line-height:1.78}.item-editorial-hero-badges,.item-editorial-hero-actions,.item-editorial-entity-pills{display:flex;flex-wrap:wrap;gap:.7rem}.item-editorial-hero-badges{margin-top:1.6rem}.item-editorial-hero-badges>span{padding:.52rem .8rem;border:1px solid rgba(214,189,120,.3);border-radius:999px;background:#0a101cb8;color:#f3eee3db;font-size:.73rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.item-editorial-hero-actions{margin-top:1.7rem}.item-editorial-hero-actions a{padding:.82rem 1rem;border:1px solid var(--item-editorial-gold);border-radius:10px;color:var(--item-editorial-gold-bright);font-size:.82rem;font-weight:800}.item-editorial-hero-actions a+a{border-color:#92acd175;color:var(--item-editorial-accent-bright)}.item-editorial-hero-actions a:hover,.item-editorial-hero-actions a:focus-visible{background:#d6bd7817;transform:translateY(-1px)}.item-editorial-relic{position:relative;min-height:390px;padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border:1px solid rgba(214,189,120,.2);border-radius:50% 50% 24px 24px;background:radial-gradient(circle at center 42%,rgba(146,172,209,.18),transparent 37%),linear-gradient(180deg,#0f192bc7,#070c15eb)}.item-editorial-relic:before,.item-editorial-relic:after{content:"";position:absolute;inset:20px;border:1px solid rgba(214,189,120,.11);border-radius:inherit;pointer-events:none}.item-editorial-relic:after{inset:42px;border-color:#92acd11a}.item-editorial-relic-label{position:relative;z-index:1;color:var(--item-editorial-gold-bright);font-size:.7rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.item-editorial-relic-mark{position:relative;z-index:1;width:230px;height:190px;margin:1.2rem 0 1rem;display:grid;place-items:center}.item-editorial-relic-mark b{width:112px;height:112px;display:block;border:2px solid rgba(214,189,120,.8);border-radius:48% 52% 50% 46%;background:radial-gradient(circle at 35% 30%,rgba(146,172,209,.34),transparent 14%),radial-gradient(circle at center,#1f2d45,#080d17 72%);transform:rotate(45deg);box-shadow:inset 0 0 30px #92acd11f,0 0 40px #52688647}.item-editorial-relic-mark b:before{content:"";position:absolute;inset:50% auto auto 50%;width:30px;height:46px;border:solid rgba(214,189,120,.7);border-width:2px 0 0 2px;transform:translate(-50%,-50%) rotate(-45deg)}.item-editorial-relic-wing{position:absolute;top:45px;width:94px;height:125px;border:solid rgba(214,189,120,.55);border-width:2px 0 2px 2px;border-radius:80% 20% 70% 30%}.item-editorial-relic-wing:after{content:"";position:absolute;inset:18px 12px;border:solid rgba(146,172,209,.42);border-width:1px 0 1px 1px;border-radius:inherit}.item-editorial-relic-wing--left{left:15px;transform:rotate(18deg)}.item-editorial-relic-wing--right{right:15px;transform:scaleX(-1) rotate(18deg)}.item-editorial-relic-mark--curved-blade{width:250px;height:210px}.item-editorial-blade,.item-editorial-scabbard,.item-editorial-scabbard-chain{position:absolute;display:block}.item-editorial-blade{top:63px;left:24px;width:198px;height:48px;border:2px solid rgba(222,202,159,.86);border-radius:12% 92% 18% 82%;background:linear-gradient(172deg,#ede5d3d1,#777f873d 45%,#12161bf0 72%);clip-path:polygon(0 39%,76% 0,100% 16%,88% 48%,10% 100%);transform:rotate(-31deg);box-shadow:0 0 34px #b5925b29}.item-editorial-blade:before{content:"";position:absolute;left:-18px;top:11px;width:42px;height:10px;border:2px solid rgba(181,146,91,.86);border-radius:999px;background:#161719;transform:rotate(7deg)}.item-editorial-blade:after{content:"";position:absolute;left:-46px;top:8px;width:42px;height:16px;border:2px solid rgba(181,146,91,.72);border-radius:999px 45% 45% 999px;background:linear-gradient(90deg,#090b0f,#31261e)}.item-editorial-scabbard{top:113px;left:48px;width:175px;height:27px;border:2px solid rgba(181,146,91,.58);border-radius:999px 24% 24% 999px;background:repeating-linear-gradient(90deg,rgba(199,165,109,.12) 0 16px,transparent 16px 20px),linear-gradient(180deg,#2a1d19,#0d0d10);transform:rotate(-25deg);box-shadow:inset 0 0 18px #0009}.item-editorial-scabbard:after{content:"";position:absolute;right:-7px;top:4px;width:16px;height:16px;border:2px solid rgba(181,146,91,.62);border-radius:50%}.item-editorial-scabbard-chain{width:36px;height:52px;border:2px dashed rgba(181,146,91,.48);border-top:0;border-radius:0 0 50% 50%;transform:rotate(-25deg)}.item-editorial-scabbard-chain--one{top:111px;left:93px}.item-editorial-scabbard-chain--two{top:95px;left:143px}.item-editorial-relic-mark--ceramic-rune{width:240px;height:210px}.item-editorial-glyph-disc,.item-editorial-glyph-rune,.item-editorial-glyph-fracture{position:absolute;display:block}.item-editorial-glyph-disc{top:27px;left:38px;width:164px;height:164px;border:3px solid rgba(224,211,177,.84);border-radius:46% 54% 49% 51%;background:radial-gradient(circle at 37% 28%,rgba(255,248,221,.28),transparent 18%),repeating-radial-gradient(circle at center,transparent 0 27px,rgba(112,147,160,.16) 28px 30px),linear-gradient(145deg,#a99f8b,#4d5455 48%,#191e21 88%);transform:rotate(-8deg);box-shadow:inset 0 0 24px #09101494,0 0 38px #5e94a133}.item-editorial-glyph-disc:before,.item-editorial-glyph-disc:after{content:"";position:absolute;border-radius:50%}.item-editorial-glyph-disc:before{inset:19px;border:2px solid rgba(89,142,157,.54)}.item-editorial-glyph-disc:after{inset:42px;border:1px dashed rgba(224,211,177,.54)}.item-editorial-glyph-rune{z-index:2;left:50%;top:50%;width:72px;height:3px;border-radius:999px;background:#c6e5e3d1;box-shadow:0 0 12px #65bdc073;transform-origin:center}.item-editorial-glyph-rune--one{transform:translate(-50%,-50%) rotate(48deg)}.item-editorial-glyph-rune--two{transform:translate(-50%,-50%) rotate(-48deg)}.item-editorial-glyph-rune--three{width:96px;transform:translate(-50%,-50%) rotate(90deg)}.item-editorial-glyph-fracture{z-index:3;top:41px;left:119px;width:2px;height:125px;background:linear-gradient(to bottom,transparent,rgba(24,30,34,.84) 14%,rgba(24,30,34,.84) 84%,transparent);transform:rotate(13deg);opacity:.55}.item-editorial-glyph-fracture:before,.item-editorial-glyph-fracture:after{content:"";position:absolute;left:0;width:34px;height:2px;background:#181e22c7;transform-origin:left center}.item-editorial-glyph-fracture:before{top:42px;transform:rotate(-42deg)}.item-editorial-glyph-fracture:after{top:79px;transform:rotate(36deg)}.item-editorial-relic-mark--hidden-aura{width:240px;height:210px}.item-editorial-hidden-coat,.item-editorial-hidden-aura,.item-editorial-hidden-spark{position:absolute;display:block}.item-editorial-hidden-coat{top:23px;left:42px;width:156px;height:174px;border:2px solid rgba(188,179,160,.42);border-radius:46% 46% 24% 24%;background:linear-gradient(90deg,transparent 49%,rgba(188,179,160,.17) 50%,transparent 51%),linear-gradient(145deg,#22242deb,#090c13fa);clip-path:polygon(25% 0,42% 13%,50% 8%,58% 13%,75% 0,100% 20%,83% 42%,78% 100%,22% 100%,17% 42%,0 20%);box-shadow:inset 0 0 36px #000000b3}.item-editorial-hidden-coat:before,.item-editorial-hidden-coat:after{content:"";position:absolute;top:23px;width:38px;height:96px;border:solid rgba(188,179,160,.2);border-width:1px 0}.item-editorial-hidden-coat:before{left:13px;transform:rotate(12deg)}.item-editorial-hidden-coat:after{right:13px;transform:rotate(-12deg)}.item-editorial-hidden-aura{z-index:2;left:50%;top:61%;border-radius:50%;transform:translate(-50%,-50%)}.item-editorial-hidden-aura--outer{width:92px;height:92px;border:2px solid rgba(159,208,208,.52);box-shadow:0 0 18px #60b5be42,inset 0 0 22px #60b5be2e}.item-editorial-hidden-aura--inner{width:46px;height:46px;border:1px dashed rgba(220,202,146,.8);background:radial-gradient(circle,#72cfd561,#19313b0d 65%);box-shadow:0 0 28px #72cfd557}.item-editorial-hidden-spark{z-index:3;width:7px;height:7px;border-radius:50%;background:#dcca92e6;box-shadow:0 0 10px #dcca92b3}.item-editorial-hidden-spark--one{top:88px;left:74px}.item-editorial-hidden-spark--two{top:126px;right:65px}.item-editorial-hidden-spark--three{top:153px;left:96px}.item-editorial-relic>strong{position:relative;z-index:1;color:#f5efdf;font-family:var(--font-display, Georgia, serif);font-size:1.35rem}.item-editorial-relic>p{position:relative;z-index:1;max-width:260px;margin:.65rem 0 0;color:#f3eee39e;font-size:.83rem;line-height:1.6}.item-editorial-current-state{width:min(1060px,calc(100% - 2rem));margin:-1.5rem auto 0;position:relative;z-index:2;padding:clamp(1.5rem,3vw,2.4rem);display:grid;grid-template-columns:minmax(0,1.5fr) minmax(230px,.7fr);gap:1.5rem 2.5rem;border:1px solid var(--item-editorial-border);border-left:4px solid var(--item-editorial-accent);border-radius:18px;background:#0a111df7;box-shadow:0 22px 50px #0000004d}.item-editorial-current-state h2{margin:.35rem 0 0;font-family:var(--font-display, Georgia, serif);font-size:clamp(1.7rem,3vw,2.5rem)}.item-editorial-current-state p{margin:.8rem 0 0;color:#f3eee3b8;line-height:1.7}.item-editorial-current-state dl{margin:0;display:grid;gap:1rem}.item-editorial-current-state dl>div{padding-bottom:.8rem;border-bottom:1px solid rgba(214,189,120,.13)}.item-editorial-current-state dt{color:var(--item-editorial-accent-bright);font-size:.68rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.item-editorial-current-state dd{margin:.3rem 0 0;color:#f3eee3eb;font-weight:700}.item-editorial-current-state dd a{color:var(--item-editorial-gold-bright)}.item-editorial-current-state>.item-editorial-entity-pills{grid-column:1 / -1}.item-editorial-nav{position:sticky;top:var(--header-height, 0px);z-index:15;width:min(1060px,100%);margin:1.4rem auto 0;padding:.75rem;display:flex;gap:.35rem;overflow-x:auto;border:1px solid rgba(214,189,120,.15);border-radius:14px;background:#070c15f0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.item-editorial-nav a{flex:0 0 auto;padding:.6rem .75rem;border-radius:8px;color:#f3eee3ab;font-size:.74rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.item-editorial-nav a:hover,.item-editorial-nav a:focus-visible{background:#52688629;color:var(--item-editorial-gold-bright)}.item-editorial-page>main{width:min(1060px,100%);margin:0 auto}.item-editorial-section,.item-editorial-related{padding:clamp(3.5rem,8vw,6.5rem) 0 0}.item-editorial-anchor-section{scroll-margin-top:8rem}.item-editorial-section-heading{max-width:790px;margin-bottom:2rem}.item-editorial-section-heading h2{margin:.4rem 0 0;font-family:var(--font-display, Georgia, serif);font-size:clamp(2rem,4.6vw,3.8rem);line-height:1.02;letter-spacing:-.035em;text-wrap:balance}.item-editorial-section-heading p{max-width:720px;margin:.9rem 0 0;color:#f3eee39e;line-height:1.7}.item-editorial-prose{max-width:810px;font-size:clamp(1.02rem,1.8vw,1.18rem);line-height:1.85}.item-editorial-prose p{margin:0 0 1.25rem;color:#f3eee3d1}.item-editorial-prose p:first-child:first-letter{float:left;margin:.12rem .55rem 0 0;color:var(--item-editorial-gold-bright);font-family:var(--font-display, Georgia, serif);font-size:3.7rem;line-height:.78}.item-editorial-identity-grid,.item-editorial-people-grid,.item-editorial-turning-grid,.item-editorial-question-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.item-editorial-identity-grid article,.item-editorial-people-grid article,.item-editorial-turning-grid article,.item-editorial-question-grid article,.item-editorial-function-list article,.item-editorial-evidence-list article{padding:1.55rem;border:1px solid rgba(214,189,120,.14);border-radius:16px;background:var(--item-editorial-panel)}.item-editorial-identity-grid h3,.item-editorial-people-grid h3,.item-editorial-turning-grid h3,.item-editorial-question-grid h3,.item-editorial-function-list h3,.item-editorial-evidence-list h3{margin:.45rem 0 0;font-family:var(--font-display, Georgia, serif);font-size:1.42rem;line-height:1.24}.item-editorial-identity-grid p,.item-editorial-people-grid p,.item-editorial-turning-grid p,.item-editorial-question-grid p,.item-editorial-function-list p,.item-editorial-evidence-list p{margin:.75rem 0 0;color:#f3eee3ab;line-height:1.68}.item-editorial-turning-grid article>span,.item-editorial-question-grid article>span{color:var(--item-editorial-accent-bright);font-size:.72rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.item-editorial-question-grid article{border-top:2px solid var(--item-editorial-accent)}.item-editorial-question-grid a{display:inline-block;margin-top:1rem;color:var(--item-editorial-gold-bright);font-size:.82rem;font-weight:800}.item-editorial-story-list{display:grid;gap:0}.item-editorial-story-chapter{display:grid;grid-template-columns:64px minmax(0,1fr);gap:1.2rem}.item-editorial-story-marker{position:relative;display:flex;justify-content:center}.item-editorial-story-marker:after{content:"";position:absolute;top:48px;bottom:-4px;width:1px;background:linear-gradient(var(--item-editorial-gold),rgba(82,104,134,.22))}.item-editorial-story-chapter:last-child .item-editorial-story-marker:after{display:none}.item-editorial-story-marker span{width:44px;height:44px;display:grid;place-items:center;border:1px solid var(--item-editorial-gold);border-radius:50%;background:#0b1322;color:var(--item-editorial-gold-bright);font-size:.72rem;font-weight:900}.item-editorial-story-chapter>div:last-child{padding:0 0 2.5rem}.item-editorial-story-chapter h3{margin:.35rem 0 0;font-family:var(--font-display, Georgia, serif);font-size:clamp(1.55rem,2.7vw,2.35rem)}.item-editorial-story-chapter p{max-width:800px;margin:.85rem 0 0;color:#f3eee3b3;line-height:1.72}.item-editorial-entity-pills{margin-top:1.1rem}.item-editorial-entity-pills a{padding:.56rem .72rem;display:inline-flex;gap:.5rem;align-items:baseline;border:1px solid rgba(146,172,209,.24);border-radius:999px;background:#070c1580;color:#f3eee3db;font-size:.77rem;font-weight:800}.item-editorial-entity-pills small{color:var(--item-editorial-gold);font-size:.58rem;letter-spacing:.08em;text-transform:uppercase}.item-editorial-entity-pills a:hover{border-color:var(--item-editorial-gold)}.item-editorial-function-list,.item-editorial-evidence-list{display:grid;gap:.9rem}.item-editorial-function-list article{border-left:3px solid var(--item-editorial-accent)}.item-editorial-evidence-list article{border-left:3px solid var(--item-editorial-gold)}.item-editorial-journey{display:grid;gap:0}.item-editorial-journey-stop{display:grid;grid-template-columns:72px minmax(0,1fr);gap:1.2rem}.item-editorial-journey-line{position:relative;display:flex;justify-content:center}.item-editorial-journey-line:after{content:"";position:absolute;top:52px;bottom:-1px;width:2px;background:linear-gradient(var(--item-editorial-accent),rgba(214,189,120,.16))}.item-editorial-journey-stop:last-child .item-editorial-journey-line:after{background:repeating-linear-gradient(to bottom,rgba(146,172,209,.5) 0 5px,transparent 5px 10px)}.item-editorial-journey-line>span{width:48px;height:48px;display:grid;place-items:center;border:1px solid var(--item-editorial-accent-bright);border-radius:50%;background:#0c1525;color:var(--item-editorial-accent-bright);font-size:.72rem;font-weight:900}.item-editorial-journey-stop--disputed .item-editorial-journey-line>span,.item-editorial-journey-stop--unknown-destination .item-editorial-journey-line>span{border-style:dashed}.item-editorial-journey-stop>div:last-child{margin-bottom:1rem;padding:1.4rem 1.5rem;border:1px solid rgba(214,189,120,.14);border-radius:16px;background:var(--item-editorial-panel)}.item-editorial-journey-stop h3{margin:.35rem 0 0;font-family:var(--font-display, Georgia, serif);font-size:1.5rem}.item-editorial-journey-stop p{margin:.7rem 0 0;color:#f3eee3ab;line-height:1.65}.item-editorial-journey-location{display:flex;gap:.5rem;align-items:baseline}.item-editorial-journey-location small{color:var(--item-editorial-accent-bright);font-size:.62rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.item-editorial-journey-location a{color:var(--item-editorial-gold-bright);font-weight:800}.item-editorial-watch-layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:1.2rem;align-items:start}.item-editorial-watch-player{position:sticky;top:calc(var(--header-height, 0px) + 5.5rem);overflow:hidden;border:1px solid rgba(214,189,120,.2);border-radius:18px;background:#070c15}.item-editorial-youtube{aspect-ratio:16 / 9}.item-editorial-playback-copy{padding:1.25rem}.item-editorial-playback-copy>span{color:var(--item-editorial-accent-bright);font-size:.68rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.item-editorial-playback-copy h3{margin:.45rem 0 0;font-family:var(--font-display, Georgia, serif);font-size:1.45rem}.item-editorial-playback-copy p{margin:.7rem 0 0;color:#f3eee3a3;line-height:1.65}.item-editorial-playback-copy a{display:inline-block;margin-top:.9rem;color:var(--item-editorial-gold-bright);font-size:.8rem;font-weight:800}.item-editorial-watch-list{display:grid;gap:.8rem}.item-editorial-watch-list>article{overflow:hidden;border:1px solid rgba(214,189,120,.14);border-radius:14px;background:var(--item-editorial-panel)}.item-editorial-watch-list>article.is-active{border-color:var(--item-editorial-gold)}.item-editorial-watch-list>article>button{width:100%;padding:1rem;display:grid;grid-template-columns:38px minmax(0,1fr);gap:.85rem;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.item-editorial-watch-list>article>button>span{width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(214,189,120,.34);border-radius:50%;color:var(--item-editorial-gold-bright);font-size:.68rem;font-weight:900}.item-editorial-watch-list small,.item-editorial-watch-list strong,.item-editorial-watch-list p{display:block}.item-editorial-watch-list small{color:var(--item-editorial-accent-bright);font-size:.65rem;font-weight:800}.item-editorial-watch-list strong{margin-top:.3rem;font-family:var(--font-display, Georgia, serif);font-size:1.12rem}.item-editorial-watch-list p{margin:.45rem 0 0;color:#f3eee396;font-size:.82rem;line-height:1.5}.item-editorial-moment-buttons{padding:0 .8rem .8rem 3.7rem;display:grid;gap:.4rem}.item-editorial-moment-buttons button{padding:.65rem .75rem;display:flex;gap:.7rem;align-items:baseline;border:1px solid rgba(146,172,209,.12);border-radius:8px;background:#060b13b8;color:#f3eee3b3;text-align:left;cursor:pointer}.item-editorial-moment-buttons button.is-active{border-color:var(--item-editorial-accent-bright);color:#fff}.item-editorial-moment-buttons span{flex:0 0 auto;color:var(--item-editorial-accent-bright);font-size:.66rem;font-weight:800}.item-editorial-moment-buttons strong{font-size:.76rem}.item-editorial-related{padding-bottom:1rem}.item-editorial-related>div{margin-top:1rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.item-editorial-related a{padding:1.2rem;border:1px solid rgba(214,189,120,.14);border-radius:14px;background:var(--item-editorial-panel)}.item-editorial-related small,.item-editorial-related strong{display:block}.item-editorial-related small{color:var(--item-editorial-accent-bright);font-size:.64rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.item-editorial-related strong{margin-top:.4rem;color:#f3eee3;font-family:var(--font-display, Georgia, serif);font-size:1.08rem}.item-editorial-related p{margin:.55rem 0 0;color:#f3eee391;font-size:.8rem;line-height:1.5}.item-editorial-page--stone-nightsong{--item-editorial-accent: #536c91;--item-editorial-accent-bright: #a1b8d9;--item-editorial-gold: #9f8350;--item-editorial-gold-bright: #d5bb76}.item-editorial-hero--stone-nightsong{background:radial-gradient(circle at 78% 45%,rgba(77,101,140,.24),transparent 24rem),linear-gradient(118deg,#070c16fc,#0e1829f0),repeating-linear-gradient(145deg,transparent 0 24px,rgba(213,187,118,.02) 24px 25px)}.item-editorial-page--thjazi-scimitar{--item-editorial-accent: #76584a;--item-editorial-accent-bright: #c5a188;--item-editorial-gold: #9b7746;--item-editorial-gold-bright: #d7bd82}.item-editorial-hero--thjazi-scimitar{background:radial-gradient(circle at 78% 44%,rgba(119,83,64,.27),transparent 23rem),linear-gradient(118deg,#0b0c11fc,#211819f2),repeating-linear-gradient(145deg,transparent 0 24px,rgba(215,189,130,.018) 24px 25px)}.item-editorial-page--thimble-escape-glyph{--item-editorial-accent: #4f7880;--item-editorial-accent-bright: #9fd0d0;--item-editorial-gold: #9a8254;--item-editorial-gold-bright: #d9c58a}.item-editorial-hero--thimble-escape-glyph{background:radial-gradient(circle at 78% 44%,rgba(70,125,132,.28),transparent 23rem),linear-gradient(118deg,#080e12fc,#122326f5),repeating-linear-gradient(145deg,transparent 0 24px,rgba(217,197,138,.018) 24px 25px)}.item-editorial-page--apparent-escape-ward{--item-editorial-accent: #586f7d;--item-editorial-accent-bright: #a7cbd0;--item-editorial-gold: #958253;--item-editorial-gold-bright: #d8c58a}.item-editorial-hero--apparent-escape-ward{background:radial-gradient(circle at 78% 48%,rgba(76,135,145,.24),transparent 22rem),radial-gradient(circle at 20% 12%,rgba(117,95,63,.14),transparent 20rem),linear-gradient(118deg,#080c12fc,#141e26f5),repeating-linear-gradient(145deg,transparent 0 24px,rgba(216,197,138,.016) 24px 25px)}@media(max-width:900px){.item-editorial-hero,.item-editorial-current-state,.item-editorial-watch-layout{grid-template-columns:1fr}.item-editorial-hero{min-height:0}.item-editorial-relic{min-height:330px}.item-editorial-watch-player{position:static}.item-editorial-related>div{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.item-editorial-page{padding:1rem .75rem 4rem}.item-editorial-hero{padding:1.5rem;border-radius:20px}.item-editorial-hero h1{font-size:clamp(2.65rem,15vw,4.4rem)}.item-editorial-current-state{width:calc(100% - 1rem);padding:1.25rem}.item-editorial-identity-grid,.item-editorial-people-grid,.item-editorial-turning-grid,.item-editorial-question-grid,.item-editorial-related>div{grid-template-columns:1fr}.item-editorial-story-chapter,.item-editorial-journey-stop{grid-template-columns:48px minmax(0,1fr);gap:.65rem}.item-editorial-story-marker span,.item-editorial-journey-line>span{width:38px;height:38px}.item-editorial-story-marker:after,.item-editorial-journey-line:after{top:42px}.item-editorial-moment-buttons{padding-left:.8rem}.item-editorial-hero-actions a{width:100%;text-align:center}.item-editorial-relic-mark{transform:scale(.82)}}.event-editorial-page--maharlian-falls{--event-accent: #b17a45;--event-accent-soft: rgba(177, 122, 69, .18);--event-panel: rgba(25, 22, 31, .94)}.event-editorial-hero--maharlian-falls{background:radial-gradient(circle at 72% 24%,rgba(177,122,69,.26),transparent 34%),linear-gradient(135deg,#110f19fa,#2d1f23f2)}.event-editorial-hero--maharlian-falls:after{background:linear-gradient(112deg,transparent 0 46%,rgba(225,184,120,.12) 46% 48%,transparent 48% 100%),radial-gradient(ellipse at 68% 70%,rgba(112,73,52,.22),transparent 42%)}.location-editorial-hero--rookery .location-editorial-house-mark{height:176px}.location-editorial-hero--rookery .location-editorial-roof{left:108px;top:10px;width:66px;height:58px;border:1px solid rgba(214,189,120,.68);background:linear-gradient(155deg,#aa884733,#070a0b4d);clip-path:polygon(50% 0,100% 72%,88% 100%,12% 100%,0 72%);transform:none;box-shadow:none}.location-editorial-hero--rookery .location-editorial-roof:before,.location-editorial-hero--rookery .location-editorial-roof:after{content:"";position:absolute;top:22px;width:48px;height:42px;border:1px solid rgba(214,189,120,.5);background:linear-gradient(155deg,#6f7f5526,#070a0b6b);clip-path:polygon(50% 0,100% 72%,88% 100%,12% 100%,0 72%)}.location-editorial-hero--rookery .location-editorial-roof:before{right:76px}.location-editorial-hero--rookery .location-editorial-roof:after{left:76px}.location-editorial-hero--rookery .location-editorial-house-body{left:116px;top:60px;width:50px;height:82px;border:1px solid rgba(214,189,120,.58);background:repeating-linear-gradient(0deg,transparent 0 17px,rgba(214,189,120,.08) 18px 19px),linear-gradient(180deg,#6f7f551f,#070a0bad)}.location-editorial-hero--rookery .location-editorial-house-body i{top:21px;width:38px;height:62px;border:1px solid rgba(214,189,120,.48);background:repeating-linear-gradient(0deg,transparent 0 14px,rgba(214,189,120,.07) 15px 16px),#070a0b8f}.location-editorial-hero--rookery .location-editorial-house-body i:first-child{left:-70px}.location-editorial-hero--rookery .location-editorial-house-body i:nth-child(2){right:-70px}.location-editorial-hero--rookery .location-editorial-house-body b{left:-34px;bottom:34px;width:116px;height:9px;border:1px solid rgba(174,188,127,.42);border-radius:999px 999px 0 0;background:#6f7f551f;box-shadow:0 -7px 18px #aebc7f0f}.location-editorial-hero--rookery .location-editorial-hill{left:-4px;bottom:-50px;width:290px;height:114px;border-color:#aebc7f52;transform:rotate(-5deg)}.location-editorial-hero--rookery .location-editorial-river{left:8px;bottom:1px;width:270px;border-top-color:#7ea5ab80;box-shadow:0 -9px 22px #7ea5ab1a}.location-editorial-page--dol-makjar{--location-editorial-accent: #66737a;--location-editorial-accent-bright: #aebfc6;--location-editorial-gold: #a0834f;--location-editorial-gold-bright: #d7bd7e}.location-editorial-hero--dol-makjar{background:radial-gradient(circle at 82% 24%,rgba(94,119,130,.27),transparent 34%),radial-gradient(circle at 16% 100%,rgba(160,131,79,.12),transparent 31%),linear-gradient(135deg,#080c0ffc,#141b1ff7)}.location-editorial-hero--dol-makjar .location-editorial-house-mark{height:180px}.location-editorial-hero--dol-makjar .location-editorial-roof{left:6px;top:2px;width:268px;height:108px;border:0;background:linear-gradient(148deg,transparent 0 29%,rgba(174,191,198,.17) 30% 43%,transparent 44%),linear-gradient(32deg,transparent 0 30%,rgba(174,191,198,.13) 31% 45%,transparent 46%);clip-path:polygon(0 80%,16% 52%,29% 68%,48% 14%,65% 62%,82% 38%,100% 80%,100% 100%,0 100%);transform:none;box-shadow:none}.location-editorial-hero--dol-makjar .location-editorial-house-body{left:34px;top:80px;width:212px;height:65px;border:0;background:linear-gradient(90deg,transparent 0 4%,rgba(215,189,126,.58) 4% 5%,transparent 5% 14%,rgba(215,189,126,.5) 14% 15%,transparent 15% 27%,rgba(215,189,126,.56) 27% 28%,transparent 28% 42%,rgba(215,189,126,.62) 42% 43%,transparent 43% 57%,rgba(215,189,126,.52) 57% 58%,transparent 58% 72%,rgba(215,189,126,.58) 72% 73%,transparent 73% 86%,rgba(215,189,126,.48) 86% 87%,transparent 87%),repeating-linear-gradient(0deg,transparent 0 17px,rgba(215,189,126,.08) 18px 19px),linear-gradient(180deg,#66737a1f,#070a0cb8);clip-path:polygon(0 38%,8% 38%,8% 24%,18% 24%,18% 44%,30% 44%,30% 15%,43% 15%,43% 48%,56% 48%,56% 4%,70% 4%,70% 40%,82% 40%,82% 20%,92% 20%,92% 47%,100% 47%,100% 100%,0 100%);box-shadow:0 -10px 34px #d7bd7e0d}.location-editorial-hero--dol-makjar .location-editorial-house-body i{top:26px;width:44px;height:5px;border:0;background:#d7bd7e57;box-shadow:0 18px #d7bd7e2e}.location-editorial-hero--dol-makjar .location-editorial-house-body i:first-child{left:28px}.location-editorial-hero--dol-makjar .location-editorial-house-body i:nth-child(2){right:28px}.location-editorial-hero--dol-makjar .location-editorial-house-body b{left:94px;bottom:0;width:24px;height:32px;border-radius:12px 12px 0 0;background:#05080ac2}.location-editorial-hero--dol-makjar .location-editorial-hill{left:-14px;bottom:-52px;width:310px;height:116px;border-color:#aebfc63d;transform:rotate(-7deg)}.location-editorial-hero--dol-makjar .location-editorial-river{left:4px;bottom:0;width:278px;border-top-color:#74a2b194;box-shadow:0 -9px 24px #74a2b121;transform:rotate(5deg)}.location-editorial-page--tanners{--location-editorial-accent: #6e5542;--location-editorial-accent-bright: #b99a78;--location-editorial-gold: #8f7048;--location-editorial-gold-bright: #d2ad72}.location-editorial-hero--tanners{background:radial-gradient(circle at 82% 24%,rgba(143,112,72,.22),transparent 34%),radial-gradient(circle at 18% 92%,rgba(91,70,53,.2),transparent 31%),linear-gradient(135deg,#0c0a09fc,#1e1813f7)}.location-editorial-hero--tanners .location-editorial-house-mark{height:180px}.location-editorial-hero--tanners .location-editorial-roof{left:20px;top:12px;width:240px;height:70px;border:0;background:linear-gradient(135deg,transparent 0 17%,rgba(185,154,120,.22) 18% 34%,transparent 35%),linear-gradient(45deg,transparent 0 18%,rgba(185,154,120,.17) 19% 35%,transparent 36%);clip-path:polygon(0 100%,0 60%,14% 18%,28% 60%,42% 18%,56% 60%,70% 18%,84% 60%,100% 18%,100% 100%);transform:none;box-shadow:none}.location-editorial-hero--tanners .location-editorial-house-body{left:30px;top:72px;width:220px;height:76px;border:1px solid rgba(185,154,120,.18);background:repeating-linear-gradient(0deg,transparent 0 14px,rgba(210,173,114,.08) 15px 16px),repeating-linear-gradient(90deg,transparent 0 31px,rgba(210,173,114,.07) 32px 33px),linear-gradient(180deg,#6e554238,#0c0a09c7);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);box-shadow:inset 0 -12px 28px #0000004d,0 -8px 32px #d2ad720d}.location-editorial-hero--tanners .location-editorial-house-body i{top:22px;width:48px;height:22px;border:1px solid rgba(210,173,114,.26);background:linear-gradient(90deg,transparent 47%,rgba(210,173,114,.18) 48% 52%,transparent 53%),linear-gradient(0deg,transparent 47%,rgba(210,173,114,.16) 48% 52%,transparent 53%),#120f0cb3;box-shadow:none}.location-editorial-hero--tanners .location-editorial-house-body i:first-child{left:30px}.location-editorial-hero--tanners .location-editorial-house-body i:nth-child(2){right:30px}.location-editorial-hero--tanners .location-editorial-house-body b{left:96px;bottom:0;width:28px;height:42px;border-radius:2px 2px 0 0;background:linear-gradient(90deg,transparent 43%,rgba(210,173,114,.36) 44% 56%,transparent 57%),#060504e0;box-shadow:0 0 18px #d2ad7214}.location-editorial-hero--tanners .location-editorial-hill{left:-18px;bottom:-58px;width:318px;height:116px;border-color:#b99a7833;transform:rotate(3deg)}.location-editorial-hero--tanners .location-editorial-river{left:16px;bottom:-1px;width:250px;border-top-color:#6f7e7d61;box-shadow:0 -8px 20px #6f7e7d14;transform:rotate(-2deg)}.location-editorial-page--ograhmson-tannery{--location-editorial-accent: #78523c;--location-editorial-accent-bright: #c69a72;--location-editorial-gold: #957047;--location-editorial-gold-bright: #d8b47d}.location-editorial-hero--ograhmson-tannery{background:radial-gradient(circle at 76% 28%,rgba(149,112,71,.22),transparent 34%),linear-gradient(135deg,#0b0908fc,#221711f7)}.location-editorial-hero--ograhmson-tannery .location-editorial-house-mark{height:180px}.location-editorial-hero--ograhmson-tannery .location-editorial-roof{left:27px;top:20px;width:226px;height:50px;border:1px solid rgba(198,154,114,.18);background:linear-gradient(180deg,#78523c47,#0a0807e0);clip-path:polygon(0 100%,10% 22%,90% 22%,100% 100%);transform:none;box-shadow:0 -6px 24px #d8b47d0f}.location-editorial-hero--ograhmson-tannery .location-editorial-house-body{left:31px;top:67px;width:218px;height:82px;border:1px solid rgba(198,154,114,.2);background:repeating-linear-gradient(0deg,transparent 0 14px,rgba(216,180,125,.08) 15px 16px),repeating-linear-gradient(90deg,transparent 0 30px,rgba(216,180,125,.06) 31px 32px),linear-gradient(180deg,#78523c40,#080605e0);clip-path:none;box-shadow:inset 0 -14px 28px #0000005c}.location-editorial-hero--ograhmson-tannery .location-editorial-house-body i{top:22px;width:54px;height:24px;border:1px solid rgba(216,180,125,.22);background:#0e0a08b8;box-shadow:inset 0 0 0 1px #78523c33}.location-editorial-hero--ograhmson-tannery .location-editorial-house-body i:first-child{left:27px}.location-editorial-hero--ograhmson-tannery .location-editorial-house-body i:nth-child(2){right:27px}.location-editorial-hero--ograhmson-tannery .location-editorial-house-body b{left:92px;bottom:0;width:34px;height:54px;border-radius:1px 1px 0 0;background:linear-gradient(90deg,transparent 44%,rgba(216,180,125,.42) 45% 55%,transparent 56%),repeating-linear-gradient(0deg,#080605f5 0 9px,#78523c4d 10px 11px);box-shadow:0 0 22px #d8b47d1a}.location-editorial-hero--ograhmson-tannery .location-editorial-hill{left:-12px;bottom:-60px;width:306px;height:112px;border-color:#c69a722e;transform:rotate(2deg)}.location-editorial-hero--ograhmson-tannery .location-editorial-river{left:36px;bottom:3px;width:210px;border-top-color:#866b5257;box-shadow:0 -7px 17px #866b5212;transform:rotate(-1deg)}.location-editorial-page--tir-cruthu{--location-editorial-accent: #77618f;--location-editorial-accent-bright: #c4a7d9;--location-editorial-gold: #9a7b43;--location-editorial-gold-bright: #e0c377}.location-editorial-hero--tir-cruthu{background:radial-gradient(circle at 78% 20%,rgba(224,195,119,.22),transparent 29%),radial-gradient(circle at 19% 90%,rgba(119,97,143,.24),transparent 35%),linear-gradient(135deg,#08070dfc,#1a1222f7)}.location-editorial-hero--tir-cruthu .location-editorial-house-mark{height:180px;filter:drop-shadow(0 0 22px rgba(224,195,119,.08))}.location-editorial-hero--tir-cruthu .location-editorial-roof{left:32px;top:13px;width:216px;height:128px;border:1px solid rgba(224,195,119,.22);border-bottom:0;border-radius:110px 110px 14px 14px;background:radial-gradient(circle at 50% 24%,rgba(224,195,119,.2) 0 5px,transparent 6px),radial-gradient(circle at 27% 53%,rgba(196,167,217,.13) 0 3px,transparent 4px),radial-gradient(circle at 72% 58%,rgba(196,167,217,.12) 0 4px,transparent 5px),linear-gradient(180deg,#77618f1f,#08070d8a);clip-path:none;transform:none;box-shadow:inset 0 0 38px #e0c3770a}.location-editorial-hero--tir-cruthu .location-editorial-house-body{left:67px;top:49px;width:146px;height:100px;border:0;background:radial-gradient(ellipse at 50% 86%,rgba(224,195,119,.28) 0 9%,transparent 10%),radial-gradient(ellipse at 24% 72%,rgba(224,195,119,.18) 0 7%,transparent 8%),radial-gradient(ellipse at 76% 69%,rgba(224,195,119,.17) 0 8%,transparent 9%),linear-gradient(90deg,transparent 47%,rgba(224,195,119,.36) 48% 52%,transparent 53%);clip-path:none;box-shadow:none}.location-editorial-hero--tir-cruthu .location-editorial-house-body i{top:32px;width:34px;height:48px;border:1px solid rgba(224,195,119,.28);border-radius:70% 30% 64% 36%;background:#77618f14;box-shadow:0 0 18px #e0c3770d}.location-editorial-hero--tir-cruthu .location-editorial-house-body i:first-child{left:13px;transform:rotate(-18deg)}.location-editorial-hero--tir-cruthu .location-editorial-house-body i:nth-child(2){right:13px;transform:rotate(18deg) scaleX(-1)}.location-editorial-hero--tir-cruthu .location-editorial-house-body b{left:55px;bottom:0;width:36px;height:78px;border:1px solid rgba(224,195,119,.36);border-bottom:0;border-radius:22px 22px 0 0;background:linear-gradient(90deg,#07060ce6,#77618f2e,#07060ce6);box-shadow:0 0 22px #c4a7d917}.location-editorial-hero--tir-cruthu .location-editorial-hill{left:-10px;bottom:-58px;width:304px;height:116px;border-color:#e0c37733;transform:rotate(-2deg)}.location-editorial-hero--tir-cruthu .location-editorial-river{left:22px;bottom:2px;width:238px;border-top-color:#c4a7d966;box-shadow:0 -8px 22px #c4a7d914;transform:rotate(2deg)}.location-editorial-page--golden-orchard{--location-editorial-accent: #6d5a83;--location-editorial-accent-bright: #cbb3dc;--location-editorial-gold: #a9843f;--location-editorial-gold-bright: #edcf79}.location-editorial-hero--golden-orchard{background:radial-gradient(circle at 72% 18%,rgba(237,207,121,.27),transparent 30%),radial-gradient(circle at 22% 84%,rgba(109,90,131,.25),transparent 38%),linear-gradient(138deg,#08070cfc,#1f1623f7)}.location-editorial-hero--golden-orchard .location-editorial-house-mark{height:184px;filter:drop-shadow(0 0 24px rgba(237,207,121,.1))}.location-editorial-hero--golden-orchard .location-editorial-roof{left:26px;top:16px;width:226px;height:124px;border:0;background:radial-gradient(circle at 22% 62%,rgba(237,207,121,.34) 0 5px,transparent 6px),radial-gradient(circle at 39% 36%,rgba(237,207,121,.3) 0 6px,transparent 7px),radial-gradient(circle at 58% 54%,rgba(237,207,121,.32) 0 5px,transparent 6px),radial-gradient(circle at 77% 31%,rgba(237,207,121,.28) 0 6px,transparent 7px),radial-gradient(ellipse at 50% 100%,rgba(109,90,131,.17),transparent 64%);clip-path:none;transform:none;box-shadow:none}.location-editorial-hero--golden-orchard .location-editorial-house-body{left:64px;top:42px;width:152px;height:108px;border:0;background:linear-gradient(90deg,transparent 48%,rgba(237,207,121,.42) 49% 52%,transparent 53%),radial-gradient(ellipse at 50% 78%,rgba(237,207,121,.19) 0 12%,transparent 13%);clip-path:none;box-shadow:none}.location-editorial-hero--golden-orchard .location-editorial-house-body i{top:21px;width:48px;height:63px;border:1px solid rgba(237,207,121,.3);border-radius:68% 32% 70% 30%;background:#6d5a8314;box-shadow:0 0 20px #edcf790f}.location-editorial-hero--golden-orchard .location-editorial-house-body i:first-child{left:8px;transform:rotate(-24deg)}.location-editorial-hero--golden-orchard .location-editorial-house-body i:nth-child(2){right:8px;transform:rotate(24deg) scaleX(-1)}.location-editorial-hero--golden-orchard .location-editorial-house-body b{left:63px;bottom:0;width:25px;height:88px;border:0;border-radius:50% 50% 4px 4px;background:linear-gradient(90deg,#0a080df5,#a9843f4d,#0a080df5);box-shadow:0 0 22px #edcf7914}.location-editorial-hero--golden-orchard .location-editorial-hill{left:-14px;bottom:-60px;width:308px;height:116px;border-color:#edcf7938;transform:rotate(-1deg)}.location-editorial-hero--golden-orchard .location-editorial-river{left:30px;bottom:1px;width:226px;border-top-color:#cbb3dc63;box-shadow:0 -8px 22px #cbb3dc14;transform:rotate(1deg)}.location-editorial-page--nobles-viewing-gallery{--location-editorial-accent: #64536f;--location-editorial-accent-bright: #bca8c7;--location-editorial-gold: #9a7740;--location-editorial-gold-bright: #ddbd72}.location-editorial-hero--nobles-viewing-gallery{background:radial-gradient(circle at 76% 18%,rgba(221,189,114,.2),transparent 28%),linear-gradient(138deg,#08070bfc,#1b151ff7)}.location-editorial-hero--nobles-viewing-gallery .location-editorial-house-mark{height:184px;filter:drop-shadow(0 0 22px rgba(221,189,114,.08))}.location-editorial-hero--nobles-viewing-gallery .location-editorial-roof{left:30px;top:25px;width:220px;height:92px;border:1px solid rgba(221,189,114,.3);border-bottom:0;background:linear-gradient(180deg,#64536f29,#08070ba8);clip-path:polygon(0 100%,9% 30%,28% 16%,50% 4%,72% 16%,91% 30%,100% 100%);transform:none}.location-editorial-hero--nobles-viewing-gallery .location-editorial-house-body{left:43px;top:77px;width:194px;height:70px;border:1px solid rgba(221,189,114,.25);background:repeating-linear-gradient(90deg,rgba(221,189,114,.16) 0 2px,transparent 2px 30px),linear-gradient(180deg,#64536f21,#08070bd1);clip-path:none}.location-editorial-hero--nobles-viewing-gallery .location-editorial-house-body i{top:15px;width:58px;height:30px;border:1px solid rgba(221,189,114,.28);border-radius:2px;background:#050508b8}.location-editorial-hero--nobles-viewing-gallery .location-editorial-house-body i:first-child{left:18px}.location-editorial-hero--nobles-viewing-gallery .location-editorial-house-body i:nth-child(2){right:18px}.location-editorial-hero--nobles-viewing-gallery .location-editorial-house-body b{left:86px;bottom:-20px;width:22px;height:62px;border:1px solid rgba(221,189,114,.32);border-bottom:0;background:linear-gradient(90deg,#07060af2,#9a77403d,#07060af2)}.location-editorial-hero--nobles-viewing-gallery .location-editorial-hill{left:-12px;bottom:-64px;width:306px;height:112px;border-color:#ddbd722e}.location-editorial-hero--nobles-viewing-gallery .location-editorial-river{left:35px;bottom:-1px;width:220px;border-top-color:#bca8c759;transform:rotate(-1deg)}.location-editorial-page--halandils-study{--location-editorial-accent: #6b4f3b;--location-editorial-accent-bright: #c39b73;--location-editorial-gold: #8f713e;--location-editorial-gold-bright: #d7b96e}.location-editorial-hero--halandils-study{background:radial-gradient(circle at 78% 20%,rgba(215,185,110,.16),transparent 30%),linear-gradient(138deg,#0b0807fc,#221813f7)}.location-editorial-hero--halandils-study .location-editorial-house-mark{height:184px;filter:drop-shadow(0 0 22px rgba(215,185,110,.08))}.location-editorial-hero--halandils-study .location-editorial-roof{left:34px;top:18px;width:212px;height:112px;border:1px solid rgba(215,185,110,.26);background:repeating-linear-gradient(90deg,rgba(215,185,110,.13) 0 2px,transparent 2px 34px),repeating-linear-gradient(180deg,rgba(195,155,115,.11) 0 2px,transparent 2px 24px),linear-gradient(180deg,#6b4f3b29,#080605bd);clip-path:none;transform:none}.location-editorial-hero--halandils-study .location-editorial-house-body{left:50px;top:101px;width:180px;height:42px;border:1px solid rgba(215,185,110,.27);background:linear-gradient(180deg,#8f713e42,#160e0aeb);clip-path:polygon(0 14%,100% 0,94% 100%,5% 88%)}.location-editorial-hero--halandils-study .location-editorial-house-body i{top:-34px;width:8px;height:146px;border:0;border-radius:5px;background:linear-gradient(180deg,#d7b96e,#695137 68%,#211611);box-shadow:0 0 0 1px #050403b8}.location-editorial-hero--halandils-study .location-editorial-house-body i:first-child{left:87px;transform:rotate(67deg)}.location-editorial-hero--halandils-study .location-editorial-house-body i:nth-child(2){right:86px;transform:rotate(-18deg);opacity:.42}.location-editorial-hero--halandils-study .location-editorial-house-body b{left:134px;bottom:2px;width:22px;height:18px;border:1px solid rgba(215,185,110,.3);background:repeating-linear-gradient(180deg,#d7b96e47 0 2px,#0c0806e6 2px 5px)}.location-editorial-hero--halandils-study .location-editorial-hill{left:12px;bottom:-51px;width:266px;height:92px;border-color:#c39b732b;transform:rotate(-2deg)}.location-editorial-hero--halandils-study .location-editorial-river{left:42px;bottom:2px;width:202px;border-top-color:#d7b96e52;box-shadow:0 -8px 22px #6b4f3b1f;transform:rotate(1deg)}.location-editorial-page--kahad{--location-editorial-accent: #53624f;--location-editorial-accent-bright: #9eaf91;--location-editorial-gold: #8c7040;--location-editorial-gold-bright: #d0b36e}.location-editorial-hero--kahad{background:radial-gradient(circle at 76% 18%,rgba(208,179,110,.16),transparent 29%),radial-gradient(circle at 20% 82%,rgba(83,98,79,.24),transparent 38%),linear-gradient(138deg,#080907fc,#1a1f17f7)}.location-editorial-hero--kahad .location-editorial-house-mark{height:184px;filter:drop-shadow(0 0 22px rgba(208,179,110,.08))}.location-editorial-hero--kahad .location-editorial-roof{left:18px;top:20px;width:244px;height:116px;border:0;background:linear-gradient(154deg,transparent 0 22%,rgba(158,175,145,.26) 23% 25%,transparent 26% 100%),linear-gradient(24deg,transparent 0 42%,rgba(208,179,110,.23) 43% 45%,transparent 46% 100%),linear-gradient(166deg,transparent 0 53%,rgba(158,175,145,.17) 54% 57%,transparent 58% 100%);clip-path:polygon(0 100%,13% 55%,31% 71%,49% 20%,66% 60%,82% 36%,100% 100%);transform:none;box-shadow:none}.location-editorial-hero--kahad .location-editorial-house-body{left:48px;top:104px;width:184px;height:38px;border:0;background:repeating-linear-gradient(90deg,rgba(208,179,110,.18) 0 2px,transparent 2px 25px),linear-gradient(180deg,#53624f2e,#080907e0);clip-path:polygon(0 48%,14% 34%,28% 45%,42% 23%,57% 40%,72% 17%,88% 36%,100% 28%,100% 100%,0 100%)}.location-editorial-hero--kahad .location-editorial-house-body i{top:-15px;width:6px;height:50px;border:0;border-radius:4px;background:linear-gradient(180deg,#d0b36e,#665232 72%,#151710)}.location-editorial-hero--kahad .location-editorial-house-body i:first-child{left:48px;transform:rotate(-5deg)}.location-editorial-hero--kahad .location-editorial-house-body i:nth-child(2){right:42px;transform:rotate(7deg)}.location-editorial-hero--kahad .location-editorial-house-body b{left:87px;bottom:-7px;width:10px;height:62px;border:0;border-radius:50%;background:linear-gradient(180deg,rgba(208,179,110,.72),rgba(140,112,64,.2) 62%,transparent);transform:rotate(64deg);box-shadow:0 0 14px #d0b36e0f}.location-editorial-hero--kahad .location-editorial-hill{left:-8px;bottom:-60px;width:304px;height:112px;border-color:#9eaf9133;transform:rotate(-2deg)}.location-editorial-hero--kahad .location-editorial-river{left:26px;bottom:0;width:230px;border-top-color:#d0b36e57;box-shadow:0 -7px 20px #53624f1f;transform:rotate(2deg)}.location-editorial-page--dithyramb-of-azgra{--location-editorial-accent: #6f513f;--location-editorial-accent-bright: #c18a65;--location-editorial-gold: #8e7448;--location-editorial-gold-bright: #d7bc79}.location-editorial-hero--dithyramb-of-azgra{background:radial-gradient(circle at 75% 20%,rgba(215,188,121,.16),transparent 30%),radial-gradient(circle at 18% 84%,rgba(111,81,63,.26),transparent 38%),linear-gradient(140deg,#090706fc,#211813f7)}.location-editorial-hero--dithyramb-of-azgra .location-editorial-house-mark{height:184px;filter:drop-shadow(0 0 24px rgba(215,188,121,.08))}.location-editorial-hero--dithyramb-of-azgra .location-editorial-roof{left:24px;top:24px;width:232px;height:118px;border:2px solid rgba(215,188,121,.24);border-bottom:0;border-radius:116px 116px 0 0;background:repeating-linear-gradient(90deg,transparent 0 31px,rgba(193,138,101,.18) 31px 34px),radial-gradient(circle at 50% 90%,rgba(215,188,121,.16),transparent 48%);transform:none;box-shadow:inset 0 0 0 12px #09070675}.location-editorial-hero--dithyramb-of-azgra .location-editorial-house-body{left:40px;top:106px;width:200px;height:54px;border:0;background:linear-gradient(90deg,#d7bc7929,#6f513f1a),linear-gradient(180deg,#c18a6533,#090706e6);clip-path:polygon(0 44%,9% 29%,18% 44%,27% 24%,36% 44%,45% 21%,54% 44%,63% 24%,72% 44%,81% 29%,90% 44%,100% 31%,100% 100%,0 100%)}.location-editorial-hero--dithyramb-of-azgra .location-editorial-house-body i{top:-7px;width:5px;height:55px;border:0;border-radius:2px;background:linear-gradient(180deg,#d7bc79,#7d5c3f 72%,#17100d)}.location-editorial-hero--dithyramb-of-azgra .location-editorial-house-body i:first-child{left:52px;transform:rotate(-4deg)}.location-editorial-hero--dithyramb-of-azgra .location-editorial-house-body i:nth-child(2){right:48px;transform:rotate(5deg)}.location-editorial-hero--dithyramb-of-azgra .location-editorial-house-body b{left:95px;bottom:-10px;width:8px;height:84px;border:0;border-radius:3px;background:linear-gradient(180deg,rgba(215,188,121,.9),rgba(111,81,63,.24) 64%,transparent);transform:rotate(67deg);box-shadow:0 0 13px #d7bc7914}.location-editorial-hero--dithyramb-of-azgra .location-editorial-hill{left:2px;bottom:-61px;width:286px;height:108px;border-color:#c18a652e;transform:rotate(-1deg)}.location-editorial-hero--dithyramb-of-azgra .location-editorial-river{left:28px;bottom:1px;width:226px;border-top-color:#d7bc7957;box-shadow:0 -8px 22px #6f513f24;transform:rotate(1deg)}.location-editorial-page--river-vrosh{--location-editorial-accent: #79aebe;--location-editorial-accent-rgb: 121, 174, 190;--location-editorial-secondary: #b5cbd0;--location-editorial-secondary-rgb: 181, 203, 208}.location-editorial-hero--river-vrosh{background:radial-gradient(circle at 73% 28%,rgba(181,203,208,.15),transparent 24%),linear-gradient(145deg,#081a22fa,#0c2730f0)}.location-editorial-hero--river-vrosh .location-editorial-house-mark{opacity:.96}.location-editorial-hero--river-vrosh .location-editorial-roof{width:38%;height:42%;left:8%;top:17%;border:0;border-radius:0;background:linear-gradient(132deg,transparent 0 18%,rgba(181,203,208,.4) 18% 22%,transparent 22% 100%),linear-gradient(132deg,transparent 0 34%,rgba(121,174,190,.45) 34% 38%,transparent 38% 100%),linear-gradient(132deg,transparent 0 51%,rgba(181,203,208,.28) 51% 55%,transparent 55% 100%);transform:none}.location-editorial-hero--river-vrosh .location-editorial-house-body{width:52%;height:55%;right:9%;bottom:17%;left:auto;border:0;background:transparent;box-shadow:none}.location-editorial-hero--river-vrosh .location-editorial-house-body i{position:absolute;bottom:0;width:8%;background:linear-gradient(180deg,#b5cbd0b8,#79aebe29);border-radius:3px 3px 0 0}.location-editorial-hero--river-vrosh .location-editorial-house-body i:first-child{left:16%;height:58%}.location-editorial-hero--river-vrosh .location-editorial-house-body i:nth-child(2){left:39%;height:78%}.location-editorial-hero--river-vrosh .location-editorial-house-body b{position:absolute;left:63%;bottom:0;width:9%;height:92%;border-radius:4px 4px 0 0;background:linear-gradient(180deg,#b5cbd0cc,#79aebe24)}.location-editorial-hero--river-vrosh .location-editorial-hill{width:82%;height:45%;right:-8%;bottom:-17%;border-radius:50% 50% 0 0;background:linear-gradient(180deg,#233f44ad,#09181e0a)}.location-editorial-hero--river-vrosh .location-editorial-river{width:86%;height:13%;left:5%;bottom:13%;border-radius:48% 52% 40% 60%;background:linear-gradient(90deg,#b5cbd029,#79aebee0,#b5cbd047);transform:rotate(-9deg);box-shadow:0 0 24px #79aebe47}.location-editorial-page--mountains-of-kavros{--location-editorial-accent: #8f9aa3;--location-editorial-accent-rgb: 143, 154, 163;--location-editorial-secondary: #c3ad7b;--location-editorial-secondary-rgb: 195, 173, 123}.location-editorial-hero--mountains-of-kavros{background:radial-gradient(circle at 72% 24%,rgba(195,173,123,.12),transparent 25%),linear-gradient(145deg,#0c1015fc,#1f272df5)}.location-editorial-hero--mountains-of-kavros .location-editorial-house-mark{opacity:.98;filter:drop-shadow(0 0 24px rgba(195,173,123,.08))}.location-editorial-hero--mountains-of-kavros .location-editorial-roof{left:3%;top:8%;width:94%;height:68%;border:0;border-radius:0;background:linear-gradient(148deg,transparent 0 19%,rgba(143,154,163,.34) 20% 31%,transparent 32%),linear-gradient(32deg,transparent 0 29%,rgba(195,173,123,.19) 30% 38%,transparent 39%),linear-gradient(154deg,transparent 0 47%,rgba(143,154,163,.26) 48% 61%,transparent 62%);clip-path:polygon(0 100%,12% 58%,27% 72%,44% 19%,58% 55%,73% 31%,100% 100%);transform:none;box-shadow:none}.location-editorial-hero--mountains-of-kavros .location-editorial-house-body{left:23%;bottom:15%;width:54%;height:30%;border:0;border-radius:0;background:repeating-linear-gradient(90deg,rgba(195,173,123,.17) 0 3px,transparent 3px 31px),linear-gradient(180deg,#8f9aa347,#0b0f13e6);clip-path:polygon(0 46%,15% 31%,29% 43%,44% 16%,58% 39%,74% 22%,88% 36%,100% 28%,100% 100%,0 100%);box-shadow:none}.location-editorial-hero--mountains-of-kavros .location-editorial-house-body i{top:-18%;width:7%;height:92%;border:0;border-radius:4px 4px 0 0;background:linear-gradient(180deg,#c3ad7bc7,#8f9aa32e)}.location-editorial-hero--mountains-of-kavros .location-editorial-house-body i:first-child{left:29%;transform:rotate(-8deg)}.location-editorial-hero--mountains-of-kavros .location-editorial-house-body i:nth-child(2){right:29%;transform:rotate(8deg)}.location-editorial-hero--mountains-of-kavros .location-editorial-house-body b{left:48%;bottom:1%;width:5%;height:112%;border:0;border-radius:5px;background:linear-gradient(180deg,#c3ad7bd1,#8f9aa31f);transform:none}.location-editorial-hero--mountains-of-kavros .location-editorial-hill{right:-8%;bottom:-24%;width:116%;height:48%;border-radius:50% 50% 0 0;background:linear-gradient(180deg,#3b464dc2,#0a0e1214)}.location-editorial-hero--mountains-of-kavros .location-editorial-river{left:21%;bottom:3%;width:72%;border-top-color:#c3ad7b59;box-shadow:0 -7px 20px #8f9aa324;transform:rotate(7deg)}.location-editorial-page--penteveral{--location-editorial-accent: #8b7fc7;--location-editorial-accent-rgb: 139, 127, 199;--location-editorial-secondary: #83b6ae;--location-editorial-secondary-rgb: 131, 182, 174}.location-editorial-hero--penteveral{background:radial-gradient(circle at 72% 28%,rgba(131,182,174,.13),transparent 24%),linear-gradient(145deg,#0e0d1cfc,#221d3af5)}.location-editorial-hero--penteveral .location-editorial-house-mark{opacity:.97;filter:drop-shadow(0 0 24px rgba(139,127,199,.12))}.location-editorial-hero--penteveral .location-editorial-roof{left:20%;top:7%;width:60%;height:42%;border:1px solid rgba(139,127,199,.28);border-radius:50% 50% 16% 16%;background:radial-gradient(circle at 50% 44%,rgba(131,182,174,.22) 0 8%,transparent 9%),conic-gradient(from 0deg at 50% 50%,transparent 0 7%,rgba(139,127,199,.28) 8% 10%,transparent 11% 19%,rgba(131,182,174,.2) 20% 22%,transparent 23% 100%);transform:none;box-shadow:inset 0 0 0 8px #0807126b}.location-editorial-hero--penteveral .location-editorial-house-body{left:29%;bottom:15%;width:42%;height:49%;border:1px solid rgba(131,182,174,.25);border-radius:7px 7px 2px 2px;background:repeating-linear-gradient(90deg,transparent 0 15%,rgba(139,127,199,.13) 16% 18%,transparent 19% 34%),linear-gradient(180deg,#342d52a3,#090813f0);box-shadow:inset 0 0 20px #83b6ae0d}.location-editorial-hero--penteveral .location-editorial-house-body i{top:10%;width:7%;height:54%;border:0;border-radius:5px;background:linear-gradient(180deg,#83b6aedb,#8b7fc72e)}.location-editorial-hero--penteveral .location-editorial-house-body i:first-child{left:20%}.location-editorial-hero--penteveral .location-editorial-house-body i:nth-child(2){right:20%}.location-editorial-hero--penteveral .location-editorial-house-body b{left:43%;bottom:0;width:14%;height:64%;border:1px solid rgba(139,127,199,.38);border-bottom:0;border-radius:40% 40% 0 0;background:linear-gradient(180deg,#8b7fc738,#07070ffa);transform:none}.location-editorial-hero--penteveral .location-editorial-hill{right:4%;bottom:-20%;width:92%;height:42%;border-radius:50% 50% 0 0;background:linear-gradient(180deg,#423a5b94,#0a091514)}.location-editorial-hero--penteveral .location-editorial-river{left:17%;bottom:7%;width:66%;border-top-color:#83b6ae47;box-shadow:0 -7px 20px #8b7fc721;transform:rotate(-2deg)}.location-editorial-page--mournvale{--location-editorial-accent: #8f9bb5;--location-editorial-accent-rgb: 143, 155, 181;--location-editorial-secondary: #9c826f;--location-editorial-secondary-rgb: 156, 130, 111}.location-editorial-hero--mournvale{background:radial-gradient(circle at 72% 24%,rgba(186,195,211,.12),transparent 23%),linear-gradient(145deg,#0a0d16fc,#1e2330f7)}.location-editorial-hero--mournvale .location-editorial-house-mark{opacity:.96;filter:drop-shadow(0 0 24px rgba(143,155,181,.12))}.location-editorial-hero--mournvale .location-editorial-roof{left:14%;top:10%;width:72%;height:35%;border:0;border-radius:55% 55% 30% 30%;background:radial-gradient(ellipse at 50% 100%,rgba(143,155,181,.24),transparent 62%),linear-gradient(180deg,#747e9442,#14182305);transform:none}.location-editorial-hero--mournvale .location-editorial-house-body{left:35%;bottom:18%;width:30%;height:34%;border:1px solid rgba(186,195,211,.24);border-radius:50%;background:radial-gradient(circle at 50% 46%,rgba(204,211,221,.22) 0 15%,transparent 16%),conic-gradient(from 45deg,#8f9bb552,#1f2330e6,#9c826f47,#1f2330e6,#8f9bb552);box-shadow:inset 0 0 20px #07090fa8}.location-editorial-hero--mournvale .location-editorial-house-body i{top:43%;width:40%;height:2px;border:0;background:#ccd3dd6b}.location-editorial-hero--mournvale .location-editorial-house-body i:first-child{left:-25%;transform:rotate(-28deg)}.location-editorial-hero--mournvale .location-editorial-house-body i:nth-child(2){right:-25%;transform:rotate(28deg)}.location-editorial-hero--mournvale .location-editorial-house-body b{left:47%;bottom:-29%;width:6%;height:42%;border:0;background:linear-gradient(180deg,#ccd3dd66,#9c826f14);transform:none}.location-editorial-hero--mournvale .location-editorial-hill{right:-5%;bottom:-18%;width:110%;height:46%;border-radius:50% 50% 0 0;background:linear-gradient(180deg,#444c5c94,#080a101f)}.location-editorial-hero--mournvale .location-editorial-river{left:10%;bottom:7%;width:80%;border-top-color:#bac3d33d;box-shadow:0 -7px 20px #8f9bb51f;transform:rotate(-7deg)}.location-editorial-page--museum{--location-editorial-accent: #b39a62;--location-editorial-accent-rgb: 179, 154, 98;--location-editorial-secondary: #74889b;--location-editorial-secondary-rgb: 116, 136, 155}.location-editorial-hero--museum{background:radial-gradient(circle at 73% 24%,rgba(179,154,98,.12),transparent 23%),linear-gradient(145deg,#0d0c11fc,#261f23f7)}.location-editorial-hero--museum .location-editorial-house-mark{opacity:.97;filter:drop-shadow(0 0 24px rgba(179,154,98,.13))}.location-editorial-hero--museum .location-editorial-roof{left:18%;top:7%;width:64%;height:66%;border:2px solid rgba(179,154,98,.34);border-bottom:0;border-radius:50% 50% 8% 8%;background:radial-gradient(ellipse at 50% 78%,rgba(116,136,155,.14),transparent 58%),linear-gradient(180deg,#483e3d33,#0e0d1205);transform:none}.location-editorial-hero--museum .location-editorial-house-body{left:23%;bottom:19%;width:54%;height:41%;border:0;background:none;box-shadow:none}.location-editorial-hero--museum .location-editorial-house-body i,.location-editorial-hero--museum .location-editorial-house-body b{bottom:2%;border:1px solid rgba(179,154,98,.42);border-radius:48% 48% 32% 32%;background:radial-gradient(ellipse at 50% 24%,rgba(208,190,143,.2) 0 13%,transparent 14%),linear-gradient(180deg,#74889b4d,#221d21f5);box-shadow:inset 0 -8px 14px #07070a75;transform:none}.location-editorial-hero--museum .location-editorial-house-body i{top:auto;width:18%;height:44%}.location-editorial-hero--museum .location-editorial-house-body i:first-child{left:5%}.location-editorial-hero--museum .location-editorial-house-body i:nth-child(2){right:5%}.location-editorial-hero--museum .location-editorial-house-body b{left:39%;width:22%;height:56%}.location-editorial-hero--museum .location-editorial-hill{right:8%;bottom:9%;width:84%;height:12%;border-radius:3px;background:linear-gradient(180deg,#b39a623d,#1a1619b3);box-shadow:0 8px 20px #04040757}.location-editorial-hero--museum .location-editorial-river{left:17%;bottom:5%;width:66%;border-top-color:#74889b52;box-shadow:0 -6px 18px #b39a621a;transform:none}.location-editorial-page--maharlian-falls{--location-editorial-accent: #a77a58;--location-editorial-accent-rgb: 167, 122, 88;--location-editorial-secondary: #7f8998;--location-editorial-secondary-rgb: 127, 137, 152}.location-editorial-hero--maharlian-falls{background:radial-gradient(circle at 72% 22%,rgba(167,122,88,.13),transparent 24%),linear-gradient(145deg,#0f0d11fc,#2b1f20f7)}.location-editorial-hero--maharlian-falls .location-editorial-house-mark{opacity:.97;filter:drop-shadow(0 0 24px rgba(167,122,88,.14))}.location-editorial-hero--maharlian-falls .location-editorial-roof{left:49%;top:10%;width:4%;height:61%;border:0;border-radius:2px;background:linear-gradient(180deg,#c6a988c7,#5c433b5c);transform:rotate(8deg);transform-origin:bottom center}.location-editorial-hero--maharlian-falls .location-editorial-house-body{left:29%;top:21%;width:45%;height:43%;border:0;background:none;box-shadow:none;transform:rotate(8deg)}.location-editorial-hero--maharlian-falls .location-editorial-house-body i:first-child{left:45%;top:2%;width:45%;height:39%;border:1px solid rgba(198,169,136,.36);border-left:0;border-radius:2px 16px 16px 2px;background:linear-gradient(135deg,#a77a587a,#38282ad6);transform:rotate(-4deg)}.location-editorial-hero--maharlian-falls .location-editorial-house-body i:nth-child(2){left:9%;top:54%;width:47%;height:3px;border:0;background:linear-gradient(90deg,transparent,rgba(127,137,152,.62),rgba(198,169,136,.34));transform:rotate(-24deg)}.location-editorial-hero--maharlian-falls .location-editorial-house-body b{left:19%;bottom:4%;width:47%;height:24%;border:2px solid rgba(127,137,152,.42);border-top-color:transparent;border-right-color:transparent;border-radius:50%;background:none;transform:rotate(-13deg)}.location-editorial-hero--maharlian-falls .location-editorial-hill{right:-4%;bottom:-17%;width:108%;height:43%;border-radius:50% 50% 0 0;background:linear-gradient(180deg,#4e3a3a99,#0b090d24)}.location-editorial-hero--maharlian-falls .location-editorial-river{left:12%;bottom:8%;width:76%;border-top:1px dashed rgba(127,137,152,.34);box-shadow:0 -6px 18px #a77a5814;transform:rotate(-3deg)}.location-editorial-page--villa-aurora{--location-editorial-accent: #c3a76d;--location-editorial-accent-rgb: 195, 167, 109;--location-editorial-secondary: #8fa5b1;--location-editorial-secondary-rgb: 143, 165, 177}.location-editorial-hero--villa-aurora{background:radial-gradient(circle at 73% 23%,rgba(195,167,109,.16),transparent 24%),linear-gradient(145deg,#0d1017fc,#242b35f7)}.location-editorial-hero--villa-aurora .location-editorial-house-mark{opacity:.98;filter:drop-shadow(0 0 24px rgba(195,167,109,.14))}.location-editorial-hero--villa-aurora .location-editorial-roof{left:22%;top:22%;width:56%;height:18%;border:1px solid rgba(225,216,190,.34);border-bottom:0;border-radius:2px 2px 0 0;background:linear-gradient(180deg,#e1d8bea8,#8fa5b133);clip-path:polygon(50% 0,100% 100%,0 100%);transform:none}.location-editorial-hero--villa-aurora .location-editorial-house-body{left:27%;top:39%;width:46%;height:36%;border:1px solid rgba(225,216,190,.34);border-radius:2px;background:linear-gradient(180deg,#e1d8be38,#262d37db);box-shadow:inset 0 0 24px #c3a76d0f}.location-editorial-hero--villa-aurora .location-editorial-house-body i{top:18%;width:16%;height:24%;border:1px solid rgba(195,167,109,.42);border-radius:1px;background:#c3a76d1f}.location-editorial-hero--villa-aurora .location-editorial-house-body i:first-child{left:16%}.location-editorial-hero--villa-aurora .location-editorial-house-body i:nth-child(2){right:16%}.location-editorial-hero--villa-aurora .location-editorial-house-body b{left:39%;bottom:0;width:22%;height:55%;border:1px solid rgba(225,216,190,.4);border-bottom:0;border-radius:18px 18px 0 0;background:linear-gradient(180deg,#c3a76d2e,#090c12eb)}.location-editorial-hero--villa-aurora .location-editorial-hill{right:8%;bottom:8%;width:84%;height:13%;border-radius:2px;background:linear-gradient(180deg,#8fa5b133,#0c0f15c2)}.location-editorial-hero--villa-aurora .location-editorial-river{left:19%;bottom:4%;width:62%;border-top:1px solid rgba(195,167,109,.28);box-shadow:0 -7px 18px #c3a76d14;transform:none}.location-editorial-page--brethren-hall{--location-editorial-accent: #a99367;--location-editorial-accent-rgb: 169, 147, 103;--location-editorial-secondary: #7f93a1;--location-editorial-secondary-rgb: 127, 147, 161}.location-editorial-hero--brethren-hall{background:radial-gradient(circle at 72% 22%,rgba(169,147,103,.13),transparent 25%),linear-gradient(145deg,#0c0f15fc,#222931f7)}.location-editorial-hero--brethren-hall .location-editorial-house-mark{opacity:.98;filter:drop-shadow(0 0 24px rgba(169,147,103,.13))}.location-editorial-hero--brethren-hall .location-editorial-roof{left:21%;top:18%;width:58%;height:16%;border:1px solid rgba(208,199,169,.34);border-bottom:0;border-radius:2px 2px 0 0;background:linear-gradient(180deg,#d0c7a994,#7f93a12e);clip-path:polygon(8% 100%,18% 0,82% 0,92% 100%);transform:none}.location-editorial-hero--brethren-hall .location-editorial-house-body{left:27%;top:33%;width:46%;height:34%;border:1px solid rgba(208,199,169,.32);border-radius:2px;background:linear-gradient(90deg,transparent 31%,rgba(169,147,103,.16) 31% 34%,transparent 34% 66%,rgba(169,147,103,.16) 66% 69%,transparent 69%),linear-gradient(180deg,#7f93a12e,#191f26e6);box-shadow:inset 0 -12px 22px #05070b5c}.location-editorial-hero--brethren-hall .location-editorial-house-body i{top:18%;width:12%;height:47%;border:1px solid rgba(169,147,103,.34);border-radius:10px 10px 2px 2px;background:linear-gradient(180deg,#a9936726,#0c1016ad)}.location-editorial-hero--brethren-hall .location-editorial-house-body i:first-child{left:14%}.location-editorial-hero--brethren-hall .location-editorial-house-body i:nth-child(2){right:14%}.location-editorial-hero--brethren-hall .location-editorial-house-body b{left:39%;bottom:0;width:22%;height:60%;border:1px solid rgba(208,199,169,.38);border-bottom:0;border-radius:18px 18px 0 0;background:linear-gradient(180deg,#7f93a124,#070a0ff0)}.location-editorial-hero--brethren-hall .location-editorial-hill{left:22%;bottom:7%;width:56%;height:15%;border:1px solid rgba(169,147,103,.26);border-radius:5px 5px 3px 3px;background:linear-gradient(180deg,#7f93a138,#11151cdb);box-shadow:0 8px 18px #04060a57}.location-editorial-hero--brethren-hall .location-editorial-river{left:27%;bottom:3%;width:46%;height:7%;border:0;background:radial-gradient(circle at 13% 50%,rgba(208,199,169,.44) 0 16%,transparent 17%),radial-gradient(circle at 87% 50%,rgba(208,199,169,.44) 0 16%,transparent 17%),linear-gradient(90deg,transparent 14%,rgba(169,147,103,.22) 14% 86%,transparent 86%);box-shadow:none;transform:none}.location-editorial-page--royce-home{--location-editorial-accent: #b79a55;--location-editorial-accent-rgb: 183, 154, 85;--location-editorial-secondary: #50715f;--location-editorial-secondary-rgb: 80, 113, 95}.location-editorial-hero--royce-home{background:radial-gradient(circle at 73% 22%,rgba(183,154,85,.15),transparent 25%),linear-gradient(145deg,#0a0f0efc,#1d2d26f7)}.location-editorial-hero--royce-home .location-editorial-house-mark{opacity:.98;filter:drop-shadow(0 0 24px rgba(183,154,85,.14))}.location-editorial-hero--royce-home .location-editorial-roof{left:24%;top:20%;width:52%;height:13%;border:1px solid rgba(218,199,142,.34);border-bottom:0;border-radius:22px 22px 2px 2px;background:linear-gradient(180deg,#b79a556b,#50715f1f);clip-path:none;transform:none}.location-editorial-hero--royce-home .location-editorial-house-body{left:29%;top:33%;width:42%;height:36%;border:1px solid rgba(218,199,142,.34);border-radius:2px;background:linear-gradient(90deg,transparent 48%,rgba(183,154,85,.28) 48% 52%,transparent 52%),linear-gradient(180deg,#50715f3d,#0a110feb);box-shadow:inset 0 0 22px #b79a550f}.location-editorial-hero--royce-home .location-editorial-house-body i{top:12%;width:34%;height:72%;border:1px solid rgba(183,154,85,.3);border-radius:20px 20px 2px 2px;background:linear-gradient(180deg,#50715f2e,#060a09c2)}.location-editorial-hero--royce-home .location-editorial-house-body i:first-child{left:10%}.location-editorial-hero--royce-home .location-editorial-house-body i:nth-child(2){right:10%}.location-editorial-hero--royce-home .location-editorial-house-body b{left:47%;bottom:4%;width:6%;height:72%;border:0;border-radius:0;background:#dac78e6b}.location-editorial-hero--royce-home .location-editorial-hill{left:18%;bottom:7%;width:64%;height:12%;border-radius:999px;background:linear-gradient(180deg,#50715f38,#090e0cc7)}.location-editorial-hero--royce-home .location-editorial-river{left:24%;bottom:3%;width:52%;height:6%;border:0;background:radial-gradient(circle at 10% 50%,rgba(218,199,142,.52) 0 15%,transparent 16%),radial-gradient(circle at 90% 50%,rgba(218,199,142,.52) 0 15%,transparent 16%),linear-gradient(90deg,transparent 12%,rgba(183,154,85,.3) 12% 88%,transparent 88%);box-shadow:none;transform:none}.location-editorial-page--garden-of-the-spirit{--location-editorial-accent: #d2b96f;--location-editorial-accent-rgb: 210, 185, 111;--location-editorial-secondary: #718f88;--location-editorial-secondary-rgb: 113, 143, 136}.location-editorial-hero--garden-of-the-spirit{background:radial-gradient(circle at 73% 24%,rgba(231,209,145,.18),transparent 24%),linear-gradient(145deg,#080b11fc,#1c2c2af7)}.location-editorial-hero--garden-of-the-spirit .location-editorial-house-mark{opacity:.98;filter:drop-shadow(0 0 24px rgba(210,185,111,.15))}.location-editorial-hero--garden-of-the-spirit .location-editorial-roof{left:23%;top:13%;width:54%;height:54%;border:1px solid rgba(232,218,173,.3);border-radius:50%;background:radial-gradient(circle at 50% 50%,rgba(232,218,173,.28) 0 18%,transparent 19%),conic-gradient(from 0deg,transparent 0 8%,rgba(210,185,111,.2) 9% 11%,transparent 12% 20%,rgba(210,185,111,.16) 21% 23%,transparent 24% 100%);clip-path:none;transform:none}.location-editorial-hero--garden-of-the-spirit .location-editorial-house-body{left:35%;top:34%;width:30%;height:25%;border:0;border-radius:50% 50% 42% 42%;background:linear-gradient(180deg,#e8daad75,#718f881f);box-shadow:0 8px 18px #06090e66;transform:rotate(-3deg)}.location-editorial-hero--garden-of-the-spirit .location-editorial-house-body i{top:36%;width:45%;height:2px;border:0;background:#e8daad80}.location-editorial-hero--garden-of-the-spirit .location-editorial-house-body i:first-child{left:-30%;transform:rotate(-24deg)}.location-editorial-hero--garden-of-the-spirit .location-editorial-house-body i:nth-child(2){right:-30%;transform:rotate(24deg)}.location-editorial-hero--garden-of-the-spirit .location-editorial-house-body b{left:48%;bottom:-52%;width:4%;height:62%;border:0;border-radius:999px;background:linear-gradient(180deg,#e8daad85,#718f880a)}.location-editorial-hero--garden-of-the-spirit .location-editorial-hill{left:8%;bottom:4%;width:84%;height:28%;border-radius:50% 50% 0 0;background:radial-gradient(ellipse at 50% 100%,rgba(113,143,136,.42),transparent 62%),linear-gradient(180deg,#26443b9e,#070b0e1f)}.location-editorial-hero--garden-of-the-spirit .location-editorial-river{left:47%;bottom:0;width:6%;height:31%;border-radius:999px 999px 0 0;background:linear-gradient(180deg,#e8daad80,#718f8814);box-shadow:0 -6px 20px #d2b96f1f;transform:none}.location-editorial-page--tenebral-reaches{--location-editorial-accent: #a8b4c7;--location-editorial-accent-rgb: 168, 180, 199;--location-editorial-secondary: #564f6e;--location-editorial-secondary-rgb: 86, 79, 110}.location-editorial-hero--tenebral-reaches{background:radial-gradient(circle at 74% 28%,rgba(224,215,174,.14),transparent 20%),linear-gradient(145deg,#05070dfc,#181627fa)}.location-editorial-hero--tenebral-reaches .location-editorial-house-mark{opacity:.98;filter:drop-shadow(0 0 24px rgba(168,180,199,.12))}.location-editorial-hero--tenebral-reaches .location-editorial-roof{left:18%;top:14%;width:64%;height:52%;border:1px solid rgba(168,180,199,.24);border-radius:46% 46% 22% 22%;background:radial-gradient(ellipse at 70% 42%,rgba(224,215,174,.18),transparent 20%),linear-gradient(90deg,#06080ff0,#564f6e3d,#06080ff0);clip-path:polygon(0 0,100% 0,70% 100%,30% 100%);transform:none}.location-editorial-hero--tenebral-reaches .location-editorial-house-body{left:34%;top:28%;width:32%;height:42%;border:0;border-radius:46% 46% 12% 12%;background:linear-gradient(180deg,#0f101c2e,#04050af0);box-shadow:inset 0 0 20px #a8b4c70d}.location-editorial-hero--tenebral-reaches .location-editorial-house-body i{top:8%;width:2px;height:82%;border:0;background:linear-gradient(180deg,#a8b4c733,#564f6e05)}.location-editorial-hero--tenebral-reaches .location-editorial-house-body i:first-child{left:25%;transform:rotate(8deg)}.location-editorial-hero--tenebral-reaches .location-editorial-house-body i:nth-child(2){right:25%;transform:rotate(-8deg)}.location-editorial-hero--tenebral-reaches .location-editorial-house-body b{left:47%;bottom:-28%;width:6%;height:72%;border:0;border-radius:999px;background:linear-gradient(180deg,#e0d7ae70,#a8b4c70a)}.location-editorial-hero--tenebral-reaches .location-editorial-hill{left:6%;bottom:3%;width:88%;height:24%;border-radius:50% 50% 0 0;background:radial-gradient(ellipse at 72% 0%,rgba(224,215,174,.12),transparent 34%),linear-gradient(180deg,#221f359e,#05070c38)}.location-editorial-hero--tenebral-reaches .location-editorial-river{left:49%;bottom:0;width:2%;height:34%;border:0;border-radius:999px 999px 0 0;background:linear-gradient(180deg,#e0d7ae80,#a8b4c70a);box-shadow:0 -8px 24px #e0d7ae1a;transform:none}.location-editorial-page--dol-rungja{--location-editorial-accent: #b69a62;--location-editorial-accent-rgb: 182, 154, 98;--location-editorial-secondary: #71806b;--location-editorial-secondary-rgb: 113, 128, 107}.location-editorial-hero--dol-rungja{background:radial-gradient(circle at 72% 24%,rgba(213,190,126,.16),transparent 22%),linear-gradient(145deg,#0e110ffc,#2a3126f7)}.location-editorial-hero--dol-rungja .location-editorial-house-mark{opacity:.98;filter:drop-shadow(0 0 22px rgba(182,154,98,.12))}.location-editorial-hero--dol-rungja .location-editorial-roof{left:54%;top:23%;width:22%;height:15%;border:1px solid rgba(213,190,126,.34);background:linear-gradient(145deg,#b69a6270,#434936c2);clip-path:polygon(50% 0,100% 100%,0 100%);transform:none}.location-editorial-hero--dol-rungja .location-editorial-house-body{left:57%;top:36%;width:16%;height:20%;border:1px solid rgba(213,190,126,.24);border-radius:2px;background:linear-gradient(180deg,#545c44c7,#0e120ef0);box-shadow:0 8px 18px #05070557}.location-editorial-hero--dol-rungja .location-editorial-house-body i{top:25%;width:24%;height:34%;border:1px solid rgba(213,190,126,.28);background:#d5be7e14}.location-editorial-hero--dol-rungja .location-editorial-house-body i:first-child{left:14%}.location-editorial-hero--dol-rungja .location-editorial-house-body i:nth-child(2){right:14%}.location-editorial-hero--dol-rungja .location-editorial-house-body b{left:44%;bottom:0;width:18%;height:48%;border:0;border-radius:2px 2px 0 0;background:#d5be7e42}.location-editorial-hero--dol-rungja .location-editorial-hill{left:5%;bottom:2%;width:90%;height:38%;border-radius:54% 46% 0 0;background:radial-gradient(ellipse at 68% 18%,rgba(113,128,107,.38),transparent 34%),linear-gradient(180deg,#43503ab8,#0a0d0a2e)}.location-editorial-hero--dol-rungja .location-editorial-river{left:18%;bottom:-2%;width:46%;height:34%;border:0;border-radius:52% 48% 0 0;background:linear-gradient(112deg,transparent 43%,rgba(213,190,126,.4) 44% 48%,transparent 49%);box-shadow:none;transform:rotate(-4deg)}.location-editorial-page--pinebrough{--location-editorial-accent: #a99b63;--location-editorial-accent-rgb: 169, 155, 99;--location-editorial-secondary: #61765f;--location-editorial-secondary-rgb: 97, 118, 95}.location-editorial-hero--pinebrough{background:radial-gradient(circle at 74% 20%,rgba(201,184,112,.14),transparent 23%),linear-gradient(145deg,#0d120efc,#243123f7)}.location-editorial-hero--pinebrough .location-editorial-house-mark{opacity:.98;filter:drop-shadow(0 0 22px rgba(169,155,99,.12))}.location-editorial-hero--pinebrough .location-editorial-roof{left:59%;top:19%;width:13%;height:28%;border:0;background:linear-gradient(155deg,transparent 0 39%,rgba(132,153,101,.86) 40% 56%,transparent 57%),linear-gradient(205deg,transparent 0 39%,rgba(93,119,82,.9) 40% 56%,transparent 57%);clip-path:polygon(50% 0,100% 78%,66% 68%,86% 100%,14% 100%,34% 68%,0 78%);transform:none}.location-editorial-hero--pinebrough .location-editorial-house-body{left:64.7%;top:43%;width:2.4%;height:20%;border:0;border-radius:1px;background:linear-gradient(180deg,#7e6941eb,#2b261bf5);box-shadow:none}.location-editorial-hero--pinebrough .location-editorial-house-body i,.location-editorial-hero--pinebrough .location-editorial-house-body b{display:none}.location-editorial-hero--pinebrough .location-editorial-hill{left:2%;bottom:0;width:96%;height:42%;border-radius:50% 50% 0 0;background:repeating-linear-gradient(168deg,transparent 0 10px,rgba(183,164,94,.15) 11px 13px,transparent 14px 25px),linear-gradient(180deg,#475b3ec2,#0a0e0a33)}.location-editorial-hero--pinebrough .location-editorial-river{left:19%;bottom:-2%;width:53%;height:37%;border:0;border-radius:58% 42% 0 0;background:linear-gradient(108deg,transparent 44%,rgba(210,190,113,.38) 45% 48%,transparent 49%);box-shadow:none;transform:rotate(-3deg)}.location-editorial-page--the-faye{--location-editorial-accent: #b47a86;--location-editorial-accent-rgb: 180, 122, 134;--location-editorial-secondary: #a58a5f;--location-editorial-secondary-rgb: 165, 138, 95}.location-editorial-hero--the-faye{background:radial-gradient(circle at 73% 23%,rgba(205,163,121,.14),transparent 24%),linear-gradient(145deg,#130c11fc,#321d27f7)}.location-editorial-hero--the-faye .location-editorial-house-mark{opacity:.98;filter:drop-shadow(0 0 22px rgba(180,122,134,.14))}.location-editorial-hero--the-faye .location-editorial-roof{left:19%;top:17%;width:58%;height:5%;border:1px solid rgba(216,179,129,.34);border-radius:999px;background:linear-gradient(90deg,#5e423447,#d8b3819e,#5e423447);clip-path:none;transform:none}.location-editorial-hero--the-faye .location-editorial-roof:after{content:"";position:absolute;right:2%;top:100%;width:2px;height:34px;background:linear-gradient(180deg,#d8b38180,#b47a861f)}.location-editorial-hero--the-faye .location-editorial-house-body{left:36%;top:28%;width:38%;height:29%;border:1px solid rgba(216,179,129,.34);border-radius:4px;background:linear-gradient(180deg,#6d3d4bc2,#1f131bf0);box-shadow:0 10px 22px #07040761,inset 0 0 18px #d8b3810f}.location-editorial-hero--the-faye .location-editorial-house-body i{top:17%;width:30%;height:43%;border:1px solid rgba(216,179,129,.34);border-top:0;border-radius:0 0 50% 50%;background:linear-gradient(180deg,#b47a8647,#b47a8614)}.location-editorial-hero--the-faye .location-editorial-house-body i:first-child{left:15%}.location-editorial-hero--the-faye .location-editorial-house-body i:nth-child(2){right:15%;opacity:.32}.location-editorial-hero--the-faye .location-editorial-house-body b{left:29%;bottom:14%;width:42%;height:2px;border:0;border-radius:999px;background:#d8b3817a}.location-editorial-hero--the-faye .location-editorial-hill{left:13%;bottom:5%;width:74%;height:16%;border:1px solid rgba(165,138,95,.2);border-radius:3px 3px 0 0;background:linear-gradient(180deg,#5b3d2f80,#180f1438)}.location-editorial-hero--the-faye .location-editorial-river{left:24%;bottom:9%;width:30%;height:18%;border:1px solid rgba(216,179,129,.28);border-radius:3px;background:repeating-linear-gradient(0deg,transparent 0 5px,rgba(216,179,129,.12) 6px 7px),linear-gradient(180deg,#56303c33,#140d12b3);box-shadow:none;transform:rotate(-4deg)}.location-editorial-page--obridimian-empire{--location-editorial-accent: #9f8062;--location-editorial-accent-rgb: 159, 128, 98;--location-editorial-secondary: #5c6772;--location-editorial-secondary-rgb: 92, 103, 114}.location-editorial-hero--obridimian-empire{background:radial-gradient(circle at 73% 23%,rgba(169,132,93,.13),transparent 24%),linear-gradient(145deg,#0e0e11fc,#2c2727f7)}.location-editorial-hero--obridimian-empire .location-editorial-house-mark{opacity:.98;filter:drop-shadow(0 0 22px rgba(159,128,98,.12))}.location-editorial-hero--obridimian-empire .location-editorial-roof{left:56%;top:18%;width:23%;height:21%;border:1px solid rgba(188,151,111,.32);background:linear-gradient(180deg,#9f80629e,#4c423fd1);clip-path:polygon(0 100%,8% 39%,30% 70%,46% 9%,61% 68%,82% 31%,100% 100%,67% 88%,49% 100%,29% 86%);transform:rotate(-3deg)}.location-editorial-hero--obridimian-empire .location-editorial-house-body{left:60%;top:39%;width:15%;height:26%;border:1px solid rgba(188,151,111,.24);border-radius:2px;background:linear-gradient(150deg,transparent 0 44%,rgba(21,19,21,.76) 45% 51%,transparent 52%),linear-gradient(180deg,#644c44b8,#1e1c1ff0);box-shadow:0 9px 20px #05050757}.location-editorial-hero--obridimian-empire .location-editorial-house-body i{display:none}.location-editorial-hero--obridimian-empire .location-editorial-house-body b{left:47%;top:-11%;bottom:auto;width:3%;height:119%;border:0;border-radius:999px;background:linear-gradient(180deg,#bc976f94,#5548435c)}.location-editorial-hero--obridimian-empire .location-editorial-hill{left:2%;bottom:0;width:96%;height:42%;border-radius:52% 48% 0 0;background:linear-gradient(168deg,transparent 0 46%,rgba(120,96,76,.16) 47% 50%,transparent 51%),linear-gradient(180deg,#434245b8,#0a0a0d2e)}.location-editorial-hero--obridimian-empire .location-editorial-river{left:16%;bottom:-3%;width:60%;height:39%;border:0;border-radius:58% 42% 0 0;background:linear-gradient(111deg,transparent 43%,rgba(188,151,111,.36) 44% 47%,transparent 48%);box-shadow:none;transform:rotate(-4deg)}.location-editorial-page--pasitar{--location-editorial-accent: #aa9160;--location-editorial-accent-rgb: 170, 145, 96;--location-editorial-secondary: #647484;--location-editorial-secondary-rgb: 100, 116, 132}.location-editorial-hero--pasitar{background:radial-gradient(circle at 72% 22%,rgba(194,166,105,.14),transparent 24%),linear-gradient(145deg,#0d1014fc,#252b31f7)}.location-editorial-hero--pasitar .location-editorial-house-mark{opacity:.98;filter:drop-shadow(0 0 22px rgba(170,145,96,.13))}.location-editorial-hero--pasitar .location-editorial-roof{left:58%;top:19%;width:22%;height:22%;border:1px solid rgba(203,174,111,.34);border-radius:50%;background:radial-gradient(circle,transparent 0 34%,rgba(170,145,96,.28) 35% 42%,transparent 43%),conic-gradient(from 24deg,#aa9160b8,#57657261,#aa9160b8);clip-path:none;transform:rotate(-7deg)}.location-editorial-hero--pasitar .location-editorial-house-body{left:68.4%;top:35%;width:3.2%;height:32%;border:0;border-radius:999px;background:linear-gradient(180deg,#ceb171e6,#505b66b8);box-shadow:0 9px 18px #05070952;transform:rotate(7deg)}.location-editorial-hero--pasitar .location-editorial-house-body:before{content:"";position:absolute;left:50%;top:-16%;width:9px;height:16px;background:#ceb171e6;clip-path:polygon(50% 0,100% 100%,0 100%);transform:translate(-50%)}.location-editorial-hero--pasitar .location-editorial-house-body i,.location-editorial-hero--pasitar .location-editorial-house-body b{display:none}.location-editorial-hero--pasitar .location-editorial-hill{left:4%;bottom:0;width:92%;height:40%;border-radius:54% 46% 0 0;background:repeating-linear-gradient(158deg,transparent 0 19px,rgba(170,145,96,.12) 20px 22px,transparent 23px 42px),linear-gradient(180deg,#495560b8,#0a0d102e)}.location-editorial-hero--pasitar .location-editorial-river{left:16%;bottom:-2%;width:58%;height:37%;border:0;border-radius:58% 42% 0 0;background:linear-gradient(106deg,transparent 42%,rgba(201,172,109,.34) 43% 46%,transparent 47%),linear-gradient(68deg,transparent 52%,rgba(100,116,132,.22) 53% 55%,transparent 56%);box-shadow:none;transform:rotate(-3deg)}.world-map-marker--schematic .world-map-marker__pin{border-style:dotted;border-color:#9a7ebec2;background:#0f0d15e6;box-shadow:0 0 0 4px #6b4c9a12,0 0 24px #6b4c9a24}.world-map-marker--schematic .world-map-marker__pin i{background:#a98ac8;box-shadow:0 0 10px #a98ac88f}.world-map-marker--schematic .world-map-marker__symbol{opacity:.68;filter:grayscale(.2) drop-shadow(0 8px 16px rgba(0,0,0,.42))}.world-map-marker--schematic .world-map-marker__symbol-shell:after{content:"";position:absolute;inset:7%;border:1px dotted rgba(169,138,200,.62);border-radius:18px;pointer-events:none}.world-map-marker--schematic .world-map-marker__label strong{color:#cdbce0}.world-map-legend i.is-schematic{border-style:dotted;border-color:#a98ac8;background:#6b4c9a33}.world-panel-badge--schematic{border-style:dotted;border-color:#a98ac875;color:#d3c0e8;background:#6b4c9a14}.world-panel-map-placement{display:grid;gap:5px;padding:12px 14px;border:1px dashed rgba(187,164,113,.28);border-radius:8px;background:linear-gradient(110deg,#bba4710f,#6b4c9a09)}.world-panel-map-placement span{color:#c8af78;font-family:var(--font-display);font-size:.58rem;letter-spacing:.08em;text-transform:uppercase}.world-panel-map-placement p{margin:0;color:var(--color-text-secondary);font-size:.71rem;line-height:1.55}.world-map-view-switcher{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;padding-top:8px;border-top:1px solid rgba(255,255,255,.06)}.world-map-view-switcher button{min-height:32px;justify-content:center;gap:5px;padding:5px 7px;border-color:#ffffff14;background:#ffffff05;font-size:.58rem;letter-spacing:.035em}.world-map-view-switcher button span{color:var(--color-accent-purple-light);font-size:.72rem;letter-spacing:0}.world-map-view-switcher button b{overflow:hidden;font:inherit;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.world-map-view-switcher button.is-active{border-color:#d4af3780;background:#d4af3714;color:var(--color-accent-gold-light)}.world-explorer-terrain--other-realms{background:#0f1016}@media(max-width:700px){.world-map-view-switcher button b{display:none}.world-map-view-switcher button{min-width:34px}}.item-editorial-relic-mark--rune-box{width:240px;height:210px}.item-editorial-rune-box-lid,.item-editorial-rune-box-body,.item-editorial-rune-stone{position:absolute;display:block}.item-editorial-rune-box-lid{z-index:3;top:49px;left:39px;width:162px;height:35px;border:2px solid rgba(214,194,146,.72);border-radius:13px 13px 6px 6px;background:linear-gradient(180deg,rgba(189,170,126,.22),transparent 35%),linear-gradient(145deg,#4c463b,#17191b 68%);transform:rotate(-5deg);box-shadow:0 8px 18px #0000006b}.item-editorial-rune-box-lid:before{content:"";position:absolute;inset:8px 20px;border:1px solid rgba(214,194,146,.3);border-radius:999px}.item-editorial-rune-box-body{z-index:1;top:77px;left:47px;width:147px;height:101px;border:2px solid rgba(214,194,146,.62);border-radius:7px 7px 17px 17px;background:repeating-linear-gradient(90deg,transparent 0 28px,rgba(214,194,146,.07) 28px 29px),linear-gradient(145deg,#565046,#202225 52%,#0d0f11);transform:rotate(-2deg);box-shadow:inset 0 0 30px #00000094,0 0 30px #977f4d24}.item-editorial-rune-box-body:before{content:"";position:absolute;left:50%;top:15px;width:22px;height:18px;border:2px solid rgba(214,194,146,.52);border-radius:4px 4px 8px 8px;transform:translate(-50%)}.item-editorial-rune-stone{z-index:4;width:40px;height:31px;border:2px solid rgba(198,183,148,.72);border-radius:46% 54% 43% 57%;background:linear-gradient(145deg,#777065,#282b2d 66%);box-shadow:0 0 13px #9f875924}.item-editorial-rune-stone:before,.item-editorial-rune-stone:after{content:"";position:absolute;left:50%;top:50%;width:19px;height:2px;border-radius:999px;background:#decda08f;transform-origin:center}.item-editorial-rune-stone:before{transform:translate(-50%,-50%) rotate(48deg)}.item-editorial-rune-stone:after{transform:translate(-50%,-50%) rotate(-48deg)}.item-editorial-rune-stone--one{top:85px;left:64px;transform:rotate(-16deg)}.item-editorial-rune-stone--two{top:93px;left:103px;transform:rotate(9deg)}.item-editorial-rune-stone--three{top:82px;right:57px;transform:rotate(20deg)}.item-editorial-page--rune-stone-box{--item-editorial-accent: #6c6658;--item-editorial-accent-bright: #c8bea4;--item-editorial-gold: #927b4f;--item-editorial-gold-bright: #d2bd83}.item-editorial-hero--rune-stone-box{background:radial-gradient(circle at 78% 46%,rgba(151,126,78,.2),transparent 22rem),radial-gradient(circle at 16% 16%,rgba(95,89,76,.15),transparent 19rem),linear-gradient(118deg,#0a0c0ffc,#1e1c18f5),repeating-linear-gradient(145deg,transparent 0 24px,rgba(210,189,131,.016) 24px 25px)}.item-editorial-relic-mark--cold-iron-nail{width:240px;height:210px}.item-editorial-threshold-beam,.item-editorial-cold-iron-nail,.item-editorial-cold-iron-glow,.item-editorial-cold-iron-smoke{position:absolute;display:block}.item-editorial-threshold-beam{z-index:1;top:35px;left:24px;width:192px;height:50px;border:2px solid rgba(154,129,93,.64);border-radius:8px 8px 3px 3px;background:repeating-linear-gradient(90deg,transparent 0 35px,rgba(206,174,124,.08) 35px 37px),linear-gradient(180deg,#49382d,#211a18 62%,#111113);box-shadow:inset 0 -10px 18px #0006,0 14px 28px #00000047}.item-editorial-threshold-beam:before,.item-editorial-threshold-beam:after{content:"";position:absolute;top:47px;width:27px;height:112px;border:solid rgba(154,129,93,.45);background:linear-gradient(90deg,#241b18,#0f1012)}.item-editorial-threshold-beam:before{left:15px;border-width:0 2px 2px}.item-editorial-threshold-beam:after{right:15px;border-width:0 2px 2px}.item-editorial-cold-iron-nail{z-index:4;top:50px;left:112px;width:14px;height:92px;border:2px solid rgba(190,198,196,.68);border-radius:8px 8px 3px 3px;background:linear-gradient(90deg,#111518,#667173 45%,#171b1e 74%,#080a0b);transform:rotate(7deg);box-shadow:0 0 14px #e0783761,inset 0 0 8px #ffffff14}.item-editorial-cold-iron-nail:before{content:"";position:absolute;left:50%;top:-10px;width:34px;height:15px;border:2px solid rgba(190,198,196,.68);border-radius:50%;background:linear-gradient(180deg,#727c7d,#1b2022 72%);transform:translate(-50%)}.item-editorial-cold-iron-nail:after{content:"";position:absolute;left:50%;bottom:-13px;width:12px;height:22px;background:linear-gradient(135deg,#5f6869 0 48%,#101416 49% 100%);clip-path:polygon(0 0,100% 0,50% 100%);transform:translate(-50%)}.item-editorial-cold-iron-glow{z-index:2;top:55px;left:83px;width:76px;height:104px;border:2px solid rgba(232,134,64,.34);border-radius:50%;background:radial-gradient(circle,rgba(237,138,65,.26),rgba(237,138,65,.04) 56%,transparent 72%);box-shadow:0 0 34px #e575303d,inset 0 0 28px #e575301f;transform:rotate(7deg)}.item-editorial-cold-iron-smoke{z-index:3;width:42px;height:76px;border:solid rgba(198,203,198,.25);border-width:0 0 0 4px;border-radius:50%;filter:blur(.5px);opacity:.72}.item-editorial-cold-iron-smoke--one{top:15px;left:96px;transform:rotate(-18deg)}.item-editorial-cold-iron-smoke--two{top:6px;left:119px;height:62px;transform:rotate(15deg);opacity:.52}.item-editorial-cold-iron-smoke--three{top:24px;left:137px;height:54px;transform:rotate(28deg);opacity:.38}.item-editorial-page--lloy-cold-iron-nail{--item-editorial-accent: #7b5844;--item-editorial-accent-bright: #dc9b6d;--item-editorial-gold: #92734d;--item-editorial-gold-bright: #d7bd82}.item-editorial-hero--lloy-cold-iron-nail{background:radial-gradient(circle at 78% 44%,rgba(208,105,49,.22),transparent 22rem),radial-gradient(circle at 18% 16%,rgba(108,82,59,.16),transparent 19rem),linear-gradient(118deg,#0a0c0ffc,#251a16f5),repeating-linear-gradient(145deg,transparent 0 24px,rgba(215,189,130,.016) 24px 25px)}.item-editorial-relic-mark--sealed-deed{width:240px;height:210px}.item-editorial-deed-paper,.item-editorial-deed-line,.item-editorial-deed-seal,.item-editorial-deed-blade-shadow{position:absolute;display:block}.item-editorial-deed-paper{z-index:1;top:30px;left:45px;width:150px;height:150px;border:2px solid rgba(205,181,127,.7);border-radius:8px 5px 9px 6px;background:linear-gradient(165deg,rgba(255,244,204,.2),transparent 27%),repeating-linear-gradient(0deg,transparent 0 19px,rgba(91,65,35,.08) 19px 20px),linear-gradient(145deg,#bda36f,#75603f 62%,#30271f);transform:rotate(-4deg);box-shadow:inset 0 0 28px #3323126b,0 18px 34px #00000061}.item-editorial-deed-paper:before,.item-editorial-deed-paper:after{content:"";position:absolute;left:12px;right:12px;height:15px;border:1px solid rgba(75,48,25,.28);border-radius:50%}.item-editorial-deed-paper:before{top:-7px;border-bottom:0}.item-editorial-deed-paper:after{bottom:-7px;border-top:0}.item-editorial-deed-line{z-index:2;left:78px;height:3px;border-radius:999px;background:#4029197a;transform:rotate(-4deg);box-shadow:0 15px #40291957}.item-editorial-deed-line--one{top:74px;width:91px}.item-editorial-deed-line--two{top:105px;width:76px}.item-editorial-deed-line--three{top:136px;width:62px}.item-editorial-deed-seal{z-index:4;right:50px;bottom:28px;width:48px;height:48px;border:3px solid rgba(229,183,88,.76);border-radius:50%;background:radial-gradient(circle,rgba(238,192,92,.78) 0 12%,transparent 13%),repeating-conic-gradient(from 0deg,#611d2233 0 12deg,#b540415c 12deg 24deg),#792f34;transform:rotate(9deg);box-shadow:inset 0 0 12px #330a0fb8,0 0 18px #c96c4e33}.item-editorial-deed-seal:before{content:"";position:absolute;inset:8px;border:1px solid rgba(237,201,126,.64);border-radius:50%}.item-editorial-deed-blade-shadow{z-index:3;top:83px;left:26px;width:190px;height:15px;border:1px solid rgba(184,192,190,.45);border-radius:100% 14px 14px 100%;background:linear-gradient(90deg,#111417,#687274 38%,#181c1f 76%,#07090a);transform:rotate(17deg);box-shadow:0 9px 22px #00000061;opacity:.8}.item-editorial-deed-blade-shadow:before{content:"";position:absolute;left:-16px;top:-8px;width:24px;height:29px;border:2px solid rgba(159,131,79,.65);border-radius:4px 50% 50% 4px;background:#29231d}.item-editorial-page--dithyramb-deed{--item-editorial-accent: #6f4f45;--item-editorial-accent-bright: #d89b83;--item-editorial-gold: #9b7849;--item-editorial-gold-bright: #dfc17f}.item-editorial-hero--dithyramb-deed{background:radial-gradient(circle at 78% 44%,rgba(161,112,62,.22),transparent 22rem),radial-gradient(circle at 17% 16%,rgba(111,63,57,.17),transparent 19rem),linear-gradient(118deg,#0a0c0ffc,#251c19f5),repeating-linear-gradient(145deg,transparent 0 24px,rgba(222,193,127,.016) 24px 25px)}.item-editorial-relic-mark--child-bracelet{width:240px;height:220px}.item-editorial-necklace-chain,.item-editorial-necklace-clasp,.item-editorial-child-bracelet,.item-editorial-child-bracelet-band,.item-editorial-child-bracelet-glint{position:absolute;display:block}.item-editorial-necklace-chain{z-index:1;top:20px;left:45px;width:150px;height:154px;border:3px solid rgba(190,178,153,.7);border-top-color:#dcd3be61;border-radius:50% 50% 46% 46%;clip-path:polygon(0 0,100% 0,100% 77%,70% 100%,30% 100%,0 77%);box-shadow:0 0 12px #d7c7a41f,inset 0 0 8px #ffffff0d}.item-editorial-necklace-chain:before,.item-editorial-necklace-chain:after{content:"";position:absolute;top:10px;width:5px;height:108px;border-radius:999px;background:repeating-linear-gradient(to bottom,#e2d7beb8 0 5px,#5e5950bf 5px 9px);opacity:.72}.item-editorial-necklace-chain:before{left:20px;transform:rotate(-18deg)}.item-editorial-necklace-chain:after{right:20px;transform:rotate(18deg)}.item-editorial-necklace-clasp{z-index:3;top:128px;left:113px;width:14px;height:24px;border:2px solid rgba(222,205,167,.78);border-radius:8px;background:linear-gradient(145deg,#8b806c,#3d3933);box-shadow:0 0 10px #e2cda229}.item-editorial-child-bracelet{z-index:4;left:82px;bottom:18px;width:76px;height:54px;border:8px solid rgba(191,158,104,.92);border-top-width:6px;border-radius:50%;background:radial-gradient(ellipse at center,transparent 0 48%,rgba(37,28,24,.28) 49% 100%);transform:rotate(-9deg);box-shadow:inset 0 0 10px #ffe2a42e,0 12px 24px #0000005c,0 0 20px #c2945424}.item-editorial-child-bracelet:before,.item-editorial-child-bracelet:after{content:"";position:absolute;top:50%;width:13px;height:13px;border:2px solid rgba(238,214,168,.68);border-radius:50%;background:#5e4936;transform:translateY(-50%)}.item-editorial-child-bracelet:before{left:-11px}.item-editorial-child-bracelet:after{right:-11px}.item-editorial-child-bracelet-band{z-index:5;left:99px;bottom:36px;width:42px;height:7px;border-radius:999px;background:linear-gradient(90deg,#6c4b2f,#d1aa6e 48%,#68492f);transform:rotate(-9deg);box-shadow:0 0 8px #e2b86f2e}.item-editorial-child-bracelet-glint{z-index:6;width:5px;height:5px;border-radius:50%;background:#f7e0b1eb;box-shadow:0 0 8px #eecc8bb3,0 0 18px #eecc8b3d}.item-editorial-child-bracelet-glint--one{left:106px;bottom:61px}.item-editorial-child-bracelet-glint--two{left:143px;bottom:42px;width:3px;height:3px;opacity:.62}.item-editorial-page--azune-child-bracelet{--item-editorial-accent: #62533f;--item-editorial-accent-bright: #c9a56d;--item-editorial-gold: #8f7247;--item-editorial-gold-bright: #dec189}.item-editorial-hero--azune-child-bracelet{background:radial-gradient(circle at 78% 44%,rgba(180,139,75,.2),transparent 21rem),radial-gradient(circle at 18% 18%,rgba(81,91,101,.15),transparent 19rem),linear-gradient(118deg,#090c10fc,#1e1d1bf7),repeating-linear-gradient(145deg,transparent 0 24px,rgba(220,193,137,.016) 24px 25px)}.item-editorial-relic-mark--needle-swords{width:240px;height:220px}.item-editorial-needle-blade,.item-editorial-needle-hilt,.item-editorial-needle-grate,.item-editorial-needle-spark{position:absolute;display:block}.item-editorial-needle-blade{z-index:4;top:28px;left:113px;width:10px;height:150px;border:1px solid rgba(213,226,218,.58);border-radius:70% 70% 18% 18%;background:linear-gradient(90deg,#46504d,#d7e0d9 42%,#8d9b95 58%,#26302d);box-shadow:0 0 12px #aed7c02e,0 10px 20px #00000057;transform-origin:50% 86%}.item-editorial-needle-blade:before{content:"";position:absolute;top:-12px;left:1px;width:6px;height:17px;clip-path:polygon(50% 0,100% 100%,0 100%);background:#c9d7cf}.item-editorial-needle-blade--one{transform:rotate(-35deg)}.item-editorial-needle-blade--two{transform:rotate(35deg)}.item-editorial-needle-hilt{z-index:5;top:151px;left:94px;width:48px;height:8px;border-radius:999px;background:linear-gradient(90deg,#443926,#c7a766 46%,#4a3d28);box-shadow:0 0 8px #d7b56a33;transform-origin:50% 50%}.item-editorial-needle-hilt:after{content:"";position:absolute;top:7px;left:20px;width:8px;height:24px;border-radius:4px 4px 8px 8px;background:repeating-linear-gradient(to bottom,#57442d 0 4px,#b39158 4px 6px)}.item-editorial-needle-hilt--one{transform:rotate(-35deg)}.item-editorial-needle-hilt--two{left:98px;transform:rotate(35deg)}.item-editorial-needle-grate{z-index:1;left:53px;bottom:13px;width:134px;height:52px;border:3px solid rgba(70,78,75,.88);border-radius:50%;background:repeating-linear-gradient(90deg,transparent 0 13px,rgba(132,143,137,.5) 13px 16px),linear-gradient(180deg,#0f1413e0,#040707fa);transform:perspective(90px) rotateX(48deg);box-shadow:inset 0 0 18px #000c,0 12px 22px #0000005c}.item-editorial-needle-spark{z-index:6;width:5px;height:5px;border-radius:50%;background:#bae8cae6;box-shadow:0 0 9px #81dba5a6,0 0 20px #81dba53d}.item-editorial-needle-spark--one{top:49px;left:67px}.item-editorial-needle-spark--two{top:69px;right:61px;width:3px;height:3px;opacity:.65}.item-editorial-page--thimble-needle-swords{--item-editorial-accent: #355846;--item-editorial-accent-bright: #83c99e;--item-editorial-gold: #7d7045;--item-editorial-gold-bright: #cab978}.item-editorial-hero--thimble-needle-swords{background:radial-gradient(circle at 78% 44%,rgba(83,157,108,.2),transparent 21rem),radial-gradient(circle at 17% 17%,rgba(121,101,59,.13),transparent 18rem),linear-gradient(118deg,#080d0cfc,#18271ff7),repeating-linear-gradient(145deg,transparent 0 24px,rgba(161,207,176,.016) 24px 25px)}.item-editorial-relic-mark--marked-letter{width:240px;height:220px}.item-editorial-letter-paper,.item-editorial-letter-fold,.item-editorial-letter-name,.item-editorial-letter-knot,.item-editorial-letter-thread{position:absolute;display:block}.item-editorial-letter-paper{z-index:2;top:34px;left:35px;width:170px;height:137px;border:1px solid rgba(209,185,137,.62);border-radius:5px 5px 10px 10px;background:linear-gradient(145deg,rgba(255,255,255,.08),transparent 32%),repeating-linear-gradient(0deg,rgba(88,60,35,.035) 0 2px,transparent 2px 7px),#b99c69;transform:rotate(-4deg);box-shadow:inset 0 0 24px #4627134d,0 18px 32px #0000006b}.item-editorial-letter-paper:before{content:"";position:absolute;inset:10px;border:1px solid rgba(83,53,31,.22);border-radius:3px}.item-editorial-letter-fold{z-index:3;top:37px;width:116px;height:93px;background:linear-gradient(155deg,#dec697e0,#89673dcc);opacity:.84}.item-editorial-letter-fold--left{left:39px;clip-path:polygon(0 0,100% 52%,0 100%);transform:rotate(-4deg)}.item-editorial-letter-fold--right{right:39px;clip-path:polygon(100% 0,0 52%,100% 100%);transform:rotate(-4deg)}.item-editorial-letter-name{z-index:5;top:91px;left:78px;width:85px;height:3px;border-radius:999px;background:#251b18c7;transform:rotate(-9deg);box-shadow:8px 8px 0 -1px #251b189e,31px -6px 0 -1px #251b187a}.item-editorial-letter-name:before,.item-editorial-letter-name:after{content:"";position:absolute;border:2px solid rgba(37,27,24,.68);border-left:0;border-bottom:0;border-radius:50%}.item-editorial-letter-name:before{left:4px;top:-8px;width:17px;height:13px;transform:rotate(21deg)}.item-editorial-letter-name:after{right:9px;top:-5px;width:13px;height:10px;transform:rotate(-18deg)}.item-editorial-letter-knot{z-index:6;right:61px;bottom:39px;width:24px;height:16px;border:4px solid rgba(130,38,50,.82);border-radius:50%;background:transparent;transform:rotate(10deg);box-shadow:0 0 12px #aa3c4433}.item-editorial-letter-knot:before,.item-editorial-letter-knot:after{content:"";position:absolute;top:3px;width:25px;height:12px;border:3px solid rgba(130,38,50,.72);border-radius:50%}.item-editorial-letter-knot:before{right:16px;transform:rotate(-26deg)}.item-editorial-letter-knot:after{left:16px;transform:rotate(26deg)}.item-editorial-letter-thread{z-index:1;left:51px;bottom:25px;width:141px;height:36px;border:2px solid rgba(127,43,50,.55);border-top:0;border-radius:0 0 50% 50%;transform:rotate(-4deg)}.item-editorial-letter-thread--two{left:66px;bottom:13px;width:107px;opacity:.44}.item-editorial-page--thjazi-letter-bolaire{--item-editorial-accent: #66404a;--item-editorial-accent-bright: #c98291;--item-editorial-gold: #8d7047;--item-editorial-gold-bright: #d7b978}.item-editorial-hero--thjazi-letter-bolaire{background:radial-gradient(circle at 78% 44%,rgba(154,65,78,.2),transparent 21rem),radial-gradient(circle at 17% 17%,rgba(142,110,61,.12),transparent 18rem),linear-gradient(118deg,#0b0a0dfc,#26181df7),repeating-linear-gradient(145deg,transparent 0 24px,rgba(211,171,102,.016) 24px 25px)}.item-editorial-relic-mark--three-urns{width:250px;height:215px}.item-editorial-urn,.item-editorial-urn-ring,.item-editorial-urn-brush{position:absolute;display:block}.item-editorial-urn{z-index:3;bottom:28px;width:62px;height:112px;border:2px solid rgba(211,185,128,.66);border-radius:28% 28% 46% 46%/18% 18% 62% 62%;background:radial-gradient(circle at 35% 25%,rgba(255,255,255,.1),transparent 20%),linear-gradient(180deg,#667e84a8,#1e2b30f0);box-shadow:inset 0 0 24px #090f117a,0 16px 26px #00000061}.item-editorial-urn:before{content:"";position:absolute;top:-18px;left:12px;width:34px;height:24px;border:2px solid rgba(211,185,128,.66);border-bottom:0;border-radius:7px 7px 0 0;background:linear-gradient(180deg,#728b8fb8,#2a393df0)}.item-editorial-urn:after{content:"";position:absolute;top:-24px;left:7px;width:44px;height:8px;border:2px solid rgba(211,185,128,.54);border-radius:50%;background:#1d292df5}.item-editorial-urn--one{left:20px;transform:scale(.82) rotate(-5deg);opacity:.78}.item-editorial-urn--two{z-index:5;left:94px;bottom:18px;width:68px;height:126px;transform:rotate(1deg);background:radial-gradient(circle at 34% 23%,rgba(255,255,255,.13),transparent 19%),linear-gradient(180deg,#7a9292c7,#243034f5);box-shadow:inset 0 0 28px #080e1080,0 0 30px #5b848533,0 18px 30px #0000006b}.item-editorial-urn--three{right:18px;transform:scale(.84) rotate(5deg);opacity:.8}.item-editorial-urn-ring{z-index:2;left:72px;bottom:4px;width:111px;height:157px;border:2px solid rgba(113,166,163,.36);border-radius:50%;box-shadow:0 0 0 10px #71a6a30a,0 0 34px #71a6a32e}.item-editorial-urn-ring:before,.item-editorial-urn-ring:after{content:"";position:absolute;left:50%;width:58px;height:1px;background:linear-gradient(90deg,transparent,rgba(211,185,128,.56),transparent);transform:translate(-50%)}.item-editorial-urn-ring:before{top:24px}.item-editorial-urn-ring:after{bottom:25px}.item-editorial-urn-brush{z-index:6;bottom:18px;width:5px;height:75px;border-radius:999px;background:linear-gradient(180deg,#d4ba7d,#745c37 68%,#281c14);box-shadow:0 0 8px #d4ba7d1f}.item-editorial-urn-brush:after{content:"";position:absolute;left:-7px;bottom:-14px;width:19px;height:25px;clip-path:polygon(18% 0,82% 0,100% 100%,0 100%);background:linear-gradient(180deg,#776549,#30271d)}.item-editorial-urn-brush--one{left:70px;transform:rotate(-34deg)}.item-editorial-urn-brush--two{right:62px;height:66px;transform:rotate(31deg);opacity:.72}.item-editorial-page--eyes-of-kelaun-urns{--item-editorial-accent: #496b6d;--item-editorial-accent-bright: #86b8b4;--item-editorial-gold: #8b7044;--item-editorial-gold-bright: #d3ba7d}.item-editorial-hero--eyes-of-kelaun-urns{background:radial-gradient(circle at 79% 42%,rgba(94,148,146,.2),transparent 21rem),radial-gradient(circle at 16% 17%,rgba(151,116,59,.12),transparent 18rem),linear-gradient(118deg,#080c0dfc,#182829f7),repeating-linear-gradient(145deg,transparent 0 24px,rgba(205,181,123,.016) 24px 25px)}.item-editorial-relic-mark--wedding-ring{width:240px;height:220px}.item-editorial-wedding-ring-band,.item-editorial-wedding-ring-inner,.item-editorial-wedding-ring-light,.item-editorial-wedding-ring-distance{position:absolute;display:block}.item-editorial-wedding-ring-band{z-index:4;top:38px;left:54px;width:132px;height:132px;border:16px solid rgba(180,145,76,.9);border-radius:50%;background:transparent;transform:rotate(-11deg);box-shadow:inset 0 0 14px #ffe1992e,0 0 0 2px #ebcd873d,0 18px 35px #0000006b,0 0 30px #a885452e}.item-editorial-wedding-ring-band:before{content:"";position:absolute;inset:-11px;border:2px solid rgba(230,198,127,.28);border-radius:50%}.item-editorial-wedding-ring-band:after{content:"";position:absolute;top:10px;left:18px;width:66px;height:13px;border-radius:50%;background:linear-gradient(90deg,transparent,rgba(255,239,198,.42),transparent);transform:rotate(-17deg);filter:blur(1px)}.item-editorial-wedding-ring-inner{z-index:3;top:62px;left:78px;width:84px;height:84px;border:2px solid rgba(120,87,43,.58);border-radius:50%;box-shadow:inset 0 0 28px #0000004d;transform:rotate(-11deg)}.item-editorial-wedding-ring-light{z-index:6;top:96px;width:13px;height:13px;border-radius:50%;background:#d6bd7b;box-shadow:0 0 0 5px #d6bd7b14,0 0 20px #d6bd7b99}.item-editorial-wedding-ring-light:before,.item-editorial-wedding-ring-light:after{content:"";position:absolute;top:50%;left:50%;background:#e6cf979e;transform:translate(-50%,-50%)}.item-editorial-wedding-ring-light:before{width:28px;height:1px}.item-editorial-wedding-ring-light:after{width:1px;height:28px}.item-editorial-wedding-ring-light--one{left:17px}.item-editorial-wedding-ring-light--two{right:17px}.item-editorial-wedding-ring-distance{z-index:1;top:102px;left:30px;width:180px;height:1px;background:linear-gradient(90deg,rgba(214,189,123,.42),transparent 31%,transparent 69%,rgba(214,189,123,.42))}.item-editorial-page--aranessa-wedding-ring{--item-editorial-accent: #365347;--item-editorial-accent-bright: #78ae91;--item-editorial-gold: #8b6f3f;--item-editorial-gold-bright: #d6bd7b}.item-editorial-hero--aranessa-wedding-ring{background:radial-gradient(circle at 79% 42%,rgba(67,111,88,.22),transparent 21rem),radial-gradient(circle at 17% 18%,rgba(155,118,56,.14),transparent 18rem),linear-gradient(118deg,#080c0bfc,#182a22f7),repeating-linear-gradient(145deg,transparent 0 24px,rgba(218,191,125,.016) 24px 25px)}.item-editorial-relic-mark--silver-box{width:240px;height:220px}.item-editorial-silver-box-lid,.item-editorial-silver-box-body,.item-editorial-silver-box-velvet,.item-editorial-silver-box-fragment,.item-editorial-silver-box-mask{position:absolute;display:block}.item-editorial-silver-box-lid{z-index:4;top:39px;left:56px;width:128px;height:38px;border:4px solid rgba(202,211,214,.84);border-radius:12px 12px 5px 5px;background:linear-gradient(180deg,#c2cbcfd1,#536066f2);transform:rotate(-15deg) translateY(-19px);transform-origin:left bottom;box-shadow:0 12px 24px #00000059,0 0 24px #afc6cc21}.item-editorial-silver-box-body{z-index:3;left:48px;bottom:28px;width:144px;height:88px;border:5px solid rgba(196,207,211,.86);border-radius:8px 8px 15px 15px;background:linear-gradient(135deg,#829096,#3d4a50 72%,#20292d);box-shadow:inset 0 0 20px #ffffff1a,0 18px 35px #0000006b}.item-editorial-silver-box-velvet{z-index:5;left:63px;bottom:43px;width:114px;height:57px;border-radius:5px 5px 11px 11px;background:radial-gradient(circle at 50% 25%,#4c1c39db,#120911fa 72%);box-shadow:inset 0 0 17px #96306738}.item-editorial-silver-box-fragment{z-index:7;width:22px;height:28px;background:linear-gradient(145deg,#17191b,#3c3439);clip-path:polygon(12% 0,100% 20%,78% 100%,0 72%);filter:drop-shadow(0 0 7px rgba(111,72,101,.28))}.item-editorial-silver-box-fragment--one{left:79px;top:85px;transform:rotate(-19deg)}.item-editorial-silver-box-fragment--two{right:80px;top:74px;transform:rotate(24deg) scale(.85)}.item-editorial-silver-box-fragment--three{left:109px;top:59px;transform:rotate(8deg) scale(.72)}.item-editorial-silver-box-mask{z-index:6;top:42px;left:88px;width:64px;height:78px;border:2px solid rgba(104,88,103,.42);border-radius:48% 48% 43% 43%/42% 42% 58% 58%;opacity:.36;background:radial-gradient(circle at 35% 38%,transparent 0 7px,rgba(10,8,11,.9) 8px 10px,transparent 11px),radial-gradient(circle at 65% 38%,transparent 0 7px,rgba(10,8,11,.9) 8px 10px,transparent 11px),linear-gradient(180deg,#2a222b85,#0a080b1f)}.item-editorial-page--thaishas-silver-box{--item-editorial-accent: #526b72;--item-editorial-accent-bright: #9ab8be;--item-editorial-gold: #776146;--item-editorial-gold-bright: #c7ad79}.item-editorial-hero--thaishas-silver-box{background:radial-gradient(circle at 80% 38%,rgba(145,176,183,.19),transparent 22rem),radial-gradient(circle at 72% 58%,rgba(85,38,67,.17),transparent 15rem),linear-gradient(118deg,#080b0dfc,#192327f7),repeating-linear-gradient(145deg,transparent 0 24px,rgba(203,215,218,.015) 24px 25px)}.item-editorial-relic-mark--forming-mask{width:240px;height:220px}.item-editorial-forming-mask-face,.item-editorial-forming-mask-eye,.item-editorial-forming-mask-fragment,.item-editorial-forming-mask-thread{position:absolute;display:block}.item-editorial-forming-mask-face{z-index:4;top:42px;left:72px;width:96px;height:124px;border:3px solid rgba(111,95,109,.68);border-radius:48% 48% 43% 43%/39% 39% 61% 61%;background:linear-gradient(102deg,transparent 0 18%,rgba(65,53,62,.76) 19% 44%,transparent 45% 56%,rgba(40,32,39,.88) 57% 100%),linear-gradient(180deg,#433740e0,#0d0b0ef5);clip-path:polygon(12% 6%,39% 0,55% 8%,79% 3%,100% 24%,91% 58%,76% 86%,52% 100%,28% 91%,8% 63%,0 29%);box-shadow:inset 0 0 24px #000000ad,0 0 28px #754b6a2e}.item-editorial-forming-mask-face:before{content:"";position:absolute;left:44px;bottom:21px;width:12px;height:22px;border-left:2px solid rgba(171,142,163,.32);transform:rotate(8deg)}.item-editorial-forming-mask-face:after{content:"";position:absolute;left:31px;bottom:17px;width:38px;height:9px;border-bottom:2px solid rgba(14,10,14,.9);border-radius:50%}.item-editorial-forming-mask-eye{z-index:6;top:84px;width:19px;height:13px;border-radius:48% 52% 55% 45%;background:radial-gradient(circle,#5176a4c7 0 2px,#06070bf5 3px 100%);box-shadow:0 0 9px #4c70a038}.item-editorial-forming-mask-eye--one{left:91px;transform:rotate(7deg)}.item-editorial-forming-mask-eye--two{right:91px;transform:rotate(-7deg)}.item-editorial-forming-mask-fragment{z-index:5;width:25px;height:31px;background:linear-gradient(145deg,#0d0d0f,#4a3d46);clip-path:polygon(13% 0,100% 18%,77% 100%,0 70%);filter:drop-shadow(0 0 8px rgba(112,68,101,.28))}.item-editorial-forming-mask-fragment--one{left:42px;top:58px;transform:rotate(-23deg)}.item-editorial-forming-mask-fragment--two{right:39px;top:74px;transform:rotate(31deg) scale(.82)}.item-editorial-forming-mask-fragment--three{left:48px;bottom:39px;transform:rotate(18deg) scale(.72)}.item-editorial-forming-mask-thread{z-index:3;width:104px;height:66px;border:3px solid rgba(82,31,62,.6);border-color:rgba(82,31,62,.6) transparent transparent rgba(82,31,62,.6);border-radius:50%;filter:drop-shadow(0 0 7px rgba(109,37,81,.16))}.item-editorial-forming-mask-thread--one{left:27px;top:111px;transform:rotate(23deg)}.item-editorial-forming-mask-thread--two{right:26px;top:42px;transform:rotate(203deg) scale(.86)}.item-editorial-page--black-clay-mask{--item-editorial-accent: #4d3445;--item-editorial-accent-bright: #9b6f8c;--item-editorial-gold: #6f5a45;--item-editorial-gold-bright: #bda57a}.item-editorial-hero--black-clay-mask{background:radial-gradient(circle at 79% 40%,rgba(91,50,78,.24),transparent 21rem),radial-gradient(circle at 69% 57%,rgba(65,92,130,.12),transparent 13rem),linear-gradient(118deg,#08070afc,#1d121af7),repeating-linear-gradient(145deg,transparent 0 24px,rgba(181,139,168,.014) 24px 25px)}.item-editorial-relic-mark--living-mask{width:240px;height:220px}.item-editorial-living-mask-face,.item-editorial-living-mask-eye,.item-editorial-living-mask-light,.item-editorial-living-mask-tear,.item-editorial-living-mask-breath{position:absolute;display:block}.item-editorial-living-mask-face{z-index:3;top:28px;left:66px;width:108px;height:158px;border:3px solid rgba(153,158,163,.72);border-radius:48% 48% 43% 43%/35% 35% 65% 65%;background:radial-gradient(circle at 35% 25%,rgba(228,230,229,.18),transparent 20%),linear-gradient(102deg,#7e8488f0,#4f5358fa 54%,#2e3035fc);box-shadow:inset 12px 0 22px #ffffff0d,inset -14px -8px 26px #00000075,0 18px 34px #0006,0 0 28px #4877a621;transform:rotate(-2deg)}.item-editorial-living-mask-face:before{content:"";position:absolute;left:48px;top:61px;width:12px;height:35px;border-left:2px solid rgba(39,40,45,.58);border-bottom:2px solid rgba(39,40,45,.46);border-radius:0 0 0 9px;transform:rotate(4deg)}.item-editorial-living-mask-face:after{content:"";position:absolute;left:32px;bottom:25px;width:45px;height:12px;border-bottom:4px solid rgba(30,25,30,.9);border-radius:50%;transform:rotate(1deg)}.item-editorial-living-mask-eye{z-index:5;top:74px;width:30px;height:25px;border:2px solid rgba(24,25,29,.82);border-radius:52% 48% 58% 42%;background:radial-gradient(circle at 52% 54%,#07080b 0 58%,#111319 59% 100%);box-shadow:inset 0 0 13px #000000eb,0 0 10px #181d286b}.item-editorial-living-mask-eye--one{left:84px;transform:rotate(7deg)}.item-editorial-living-mask-eye--two{right:84px;transform:rotate(-7deg)}.item-editorial-living-mask-light{z-index:7;top:84px;width:5px;height:5px;border-radius:50%;background:#77baff;box-shadow:0 0 7px #6fb8fff2,0 0 17px #498bd4b8,0 0 28px #498bd457}.item-editorial-living-mask-light--one{left:96px}.item-editorial-living-mask-light--two{right:96px;top:87px;width:4px;height:4px}.item-editorial-living-mask-tear{z-index:6;top:94px;width:3px;height:50px;border-radius:999px;background:linear-gradient(180deg,#232329db,#14141826);box-shadow:0 0 5px #0c0d1159}.item-editorial-living-mask-tear--one{left:101px;transform:rotate(7deg)}.item-editorial-living-mask-tear--two{right:101px;transform:rotate(-7deg)}.item-editorial-living-mask-breath{z-index:2;right:24px;bottom:42px;width:72px;height:38px;border:solid rgba(155,175,188,.28);border-width:3px 0 0;border-radius:50%;transform:rotate(-12deg);filter:blur(.4px);opacity:.72}.item-editorial-living-mask-breath:before,.item-editorial-living-mask-breath:after{content:"";position:absolute;left:12px;width:51px;height:25px;border:solid rgba(155,175,188,.2);border-width:2px 0 0;border-radius:50%}.item-editorial-living-mask-breath:before{top:9px;transform:rotate(9deg) scale(.82)}.item-editorial-living-mask-breath:after{top:20px;transform:rotate(-5deg) scale(.62);opacity:.66}.item-editorial-page--bolaire-living-mask{--item-editorial-accent: #4f5d6d;--item-editorial-accent-bright: #8eb8dd;--item-editorial-gold: #745245;--item-editorial-gold-bright: #c58e72}.item-editorial-hero--bolaire-living-mask{background:radial-gradient(circle at 79% 40%,rgba(77,132,184,.23),transparent 21rem),radial-gradient(circle at 69% 58%,rgba(126,47,53,.18),transparent 15rem),linear-gradient(118deg,#07090dfc,#191d24f7),repeating-linear-gradient(145deg,transparent 0 24px,rgba(155,190,221,.014) 24px 25px)}.item-editorial-relic-mark--unfinished-paint{width:240px;height:220px}.item-editorial-paint-message,.item-editorial-paint-break,.item-editorial-paint-mark,.item-editorial-paint-thread{position:absolute;display:block}.item-editorial-paint-message{z-index:4;top:47px;height:4px;border-radius:999px;background:linear-gradient(90deg,#e1d5b538,#e1d5b5d1);box-shadow:0 0 12px #d8c29729}.item-editorial-paint-message--one{left:29px;width:76px;transform:rotate(-3deg)}.item-editorial-paint-message--two{right:30px;width:61px;transform:rotate(4deg)}.item-editorial-paint-break{z-index:5;top:37px;left:111px;width:18px;height:25px;border:solid rgba(188,87,72,.72);border-width:0 0 3px 3px;transform:rotate(-39deg) skew(-9deg);filter:drop-shadow(0 0 6px rgba(188,87,72,.2))}.item-editorial-paint-mark{z-index:4;left:56px;width:126px;height:22px;border-radius:58% 42% 61% 39%/45% 54% 46% 55%;transform-origin:center;box-shadow:inset 0 1px #ffffff1f,0 8px 18px #00000047}.item-editorial-paint-mark:after{content:"";position:absolute;right:-14px;top:6px;width:22px;height:7px;border-radius:999px 70% 70% 999px;background:inherit;opacity:.72}.item-editorial-paint-mark--one{top:86px;background:linear-gradient(90deg,#7e2c41f5,#b95353d1);transform:rotate(-7deg)}.item-editorial-paint-mark--two{top:120px;left:49px;background:linear-gradient(90deg,#3d5374fa,#5887a3d6);transform:rotate(4deg) scaleX(.92)}.item-editorial-paint-mark--three{top:154px;left:65px;background:linear-gradient(90deg,#9f7536f5,#ca9f4fd1);transform:rotate(-2deg) scaleX(.82)}.item-editorial-paint-thread{z-index:2;left:119px;top:58px;width:2px;height:119px;background:linear-gradient(180deg,#d3c29c7a,#d3c29c0a);box-shadow:0 0 8px #d3c29c1f}.item-editorial-page--paint-waiting-bolaire{--item-editorial-accent: #6f4658;--item-editorial-accent-bright: #c47782;--item-editorial-gold: #7d6238;--item-editorial-gold-bright: #d3ae62}.item-editorial-hero--paint-waiting-bolaire{background:radial-gradient(circle at 80% 39%,rgba(139,55,76,.2),transparent 21rem),radial-gradient(circle at 70% 60%,rgba(66,111,143,.14),transparent 14rem),linear-gradient(118deg,#08080cfc,#1c141cf7),repeating-linear-gradient(145deg,transparent 0 24px,rgba(208,171,98,.014) 24px 25px)}.item-editorial-relic-mark--ritual-offerings{width:250px;height:225px}.item-editorial-offerings-table,.item-editorial-offerings-candle,.item-editorial-offerings-flame,.item-editorial-offerings-coin,.item-editorial-offerings-ring,.item-editorial-offerings-flower,.item-editorial-offerings-ward,.item-editorial-offerings-break{position:absolute;display:block}.item-editorial-offerings-table{z-index:2;left:28px;bottom:42px;width:194px;height:18px;border:1px solid rgba(178,132,80,.64);border-radius:50%;background:linear-gradient(180deg,#5f3c2aeb,#2b1b19fa);box-shadow:0 12px 28px #0000006b,inset 0 2px #e2b6732e}.item-editorial-offerings-candle{z-index:5;left:58px;bottom:57px;width:16px;height:76px;border-radius:5px 5px 3px 3px;background:linear-gradient(90deg,#9c7a5b,#e1c493 48%,#8f694c);box-shadow:inset 0 0 8px #492b1e61}.item-editorial-offerings-candle:after{content:"";position:absolute;left:4px;top:13px;width:6px;height:29px;border-radius:50%;background:#66442f3d;transform:rotate(6deg)}.item-editorial-offerings-flame{z-index:7;left:59px;bottom:132px;width:14px;height:25px;border-radius:65% 35% 62% 38%;background:radial-gradient(circle at 52% 68%,#fff0aa 0 20%,#dd9c45 44%,#9b4d2d);transform:rotate(8deg);box-shadow:0 0 10px #e8a54ae6,0 0 28px #d56f336b}.item-editorial-offerings-coin{z-index:5;bottom:63px;width:27px;height:10px;border:2px solid rgba(198,151,67,.92);border-radius:50%;background:linear-gradient(180deg,#b98735,#66441f);box-shadow:0 4px 8px #00000047}.item-editorial-offerings-coin--one{left:93px;transform:rotate(-8deg)}.item-editorial-offerings-coin--two{left:114px;bottom:69px;transform:rotate(9deg) scale(.84)}.item-editorial-offerings-ring{z-index:5;right:62px;bottom:62px;width:31px;height:31px;border:5px solid rgba(194,142,71,.9);border-radius:50%;box-shadow:inset 0 0 4px #23130ea8,0 5px 9px #00000052;transform:rotate(18deg) scaleY(.72)}.item-editorial-offerings-flower{z-index:6;right:93px;bottom:77px;width:18px;height:18px;border-radius:50%;background:#e7e1cb;box-shadow:-12px 2px 0 -2px #d9d2bc,12px 2px 0 -2px #eee8d6,0 -11px 0 -2px #ddd6c0,0 12px 0 -2px #f2ecd9,0 0 12px #e7e1cb3d}.item-editorial-offerings-flower:after{content:"";position:absolute;left:6px;top:6px;width:6px;height:6px;border-radius:50%;background:#b28b47}.item-editorial-offerings-ward{z-index:3;left:36px;top:24px;width:178px;height:132px;border:solid rgba(183,133,73,.55);border-width:3px 0 0;border-radius:50%;filter:drop-shadow(0 0 9px rgba(171,104,60,.22))}.item-editorial-offerings-ward--two{left:52px;top:42px;width:146px;height:103px;border-color:#cfa96852;transform:scaleY(.92)}.item-editorial-offerings-break{z-index:8;right:51px;top:47px;width:31px;height:52px;border-left:4px solid rgba(127,53,49,.92);transform:rotate(28deg) skewY(-18deg);filter:drop-shadow(0 0 7px rgba(146,55,51,.4))}.item-editorial-offerings-break:before,.item-editorial-offerings-break:after{content:"";position:absolute;left:-4px;width:23px;border-top:4px solid rgba(127,53,49,.92)}.item-editorial-offerings-break:before{top:15px;transform:rotate(-34deg)}.item-editorial-offerings-break:after{top:34px;transform:rotate(31deg)}.item-editorial-page--thjazi-farramh-offerings{--item-editorial-accent: #74533e;--item-editorial-accent-bright: #c79262;--item-editorial-gold: #826134;--item-editorial-gold-bright: #d7ad67}.item-editorial-hero--thjazi-farramh-offerings{background:radial-gradient(circle at 79% 40%,rgba(184,118,59,.21),transparent 21rem),radial-gradient(circle at 69% 61%,rgba(112,43,47,.17),transparent 15rem),linear-gradient(118deg,#090708fc,#231816f7),repeating-linear-gradient(145deg,transparent 0 24px,rgba(218,174,103,.014) 24px 25px)}.faction-editorial-page{--item-editorial-accent: #805f36;--item-editorial-accent-bright: #dfbc70;--item-editorial-gold: #9f7a3f;--item-editorial-gold-bright: #efd08b;--item-editorial-panel: rgba(20, 18, 24, .9);--item-editorial-border: rgba(239, 208, 139, .22);background:radial-gradient(circle at 78% 8%,rgba(143,95,42,.2),transparent 30rem),radial-gradient(circle at 18% 34%,rgba(116,66,104,.09),transparent 26rem),linear-gradient(180deg,#0a0c14,#12101a 40%,#090b13)}.faction-editorial-hero{background:linear-gradient(120deg,#0a0c16fa,#1f1618ed),repeating-linear-gradient(135deg,transparent 0 26px,rgba(255,255,255,.015) 26px 27px)}.faction-editorial-hero:before{background:radial-gradient(circle,rgba(181,127,60,.28),transparent 67%)}.faction-editorial-emblem{background:radial-gradient(circle at center 38%,rgba(223,188,112,.2),transparent 34%),linear-gradient(180deg,#261c22d1,#090a11f0)}.faction-editorial-crest{width:250px;height:220px}.faction-editorial-crest i{position:absolute;display:block}.faction-editorial-crest-shield{left:55px;top:45px;width:140px;height:148px;border:2px solid rgba(239,208,139,.72);border-radius:44% 44% 56% 56%/28% 28% 72% 72%;background:linear-gradient(90deg,transparent 49%,rgba(239,208,139,.16) 50% 51%,transparent 52%),linear-gradient(180deg,#683d3294,#0f0e18f2);box-shadow:inset 0 0 34px #0000008c,0 0 34px #b57f3c2e;clip-path:polygon(10% 0,90% 0,100% 60%,50% 100%,0 60%)}.faction-editorial-crest-pillar{left:113px;top:88px;width:24px;height:82px;border:solid rgba(236,219,179,.88);border-width:3px 2px 4px;background:linear-gradient(90deg,#15131d,#5d4536 50%,#15131d);box-shadow:0 0 18px #dfbc702e}.faction-editorial-crest-pillar:before,.faction-editorial-crest-pillar:after{content:"";position:absolute;left:50%;width:42px;height:8px;border:2px solid rgba(236,219,179,.8);background:#17141d;transform:translate(-50%)}.faction-editorial-crest-pillar:before{top:-8px}.faction-editorial-crest-pillar:after{bottom:-9px}.faction-editorial-crest-light{left:103px;top:42px;width:44px;height:44px;border:2px solid rgba(249,222,147,.94);border-radius:50%;background:radial-gradient(circle,#fff3c1 0 15%,#e6b75c 28%,rgba(214,152,54,.25) 62%,transparent 68%);box-shadow:0 0 28px #e6b75cad}.faction-editorial-crest-ray{left:123px;top:22px;width:3px;height:18px;border-radius:999px;background:#efd08bc7;transform-origin:2px 42px}.faction-editorial-crest-ray--two{transform:rotate(45deg)}.faction-editorial-crest-ray--three{transform:rotate(90deg)}.faction-editorial-crest-ray--four{transform:rotate(-45deg)}.faction-editorial-crest-wing{top:82px;width:62px;height:78px;border:solid rgba(239,208,139,.5);border-width:2px 0 2px 2px;border-radius:84% 16% 70% 30%}.faction-editorial-crest-wing:after{content:"";position:absolute;inset:14px 9px;border:solid rgba(223,188,112,.34);border-width:1px 0 1px 1px;border-radius:inherit}.faction-editorial-crest-wing--left{left:20px;transform:rotate(18deg)}.faction-editorial-crest-wing--right{right:20px;transform:scaleX(-1) rotate(18deg)}.faction-editorial-glance{width:min(1100px,calc(100% - 2rem));margin:-1.3rem auto 1.25rem;padding:1.1rem;position:relative;z-index:3;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.75rem;border:1px solid rgba(239,208,139,.26);border-radius:16px;background:#0c0c14f5;box-shadow:0 18px 46px #00000047}.faction-editorial-glance>div{min-width:0;padding:.3rem .7rem;border-right:1px solid rgba(239,208,139,.12)}.faction-editorial-glance>div:last-child{border-right:0}.faction-editorial-glance dt{color:var(--item-editorial-accent-bright);font-size:.62rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.faction-editorial-glance dd{margin:.38rem 0 0;color:#f3eee3e6;font-family:var(--font-display, Georgia, serif);font-size:.96rem;line-height:1.3}.faction-editorial-glance a{color:var(--item-editorial-gold-bright)}.faction-editorial-card-grid article{border-top:2px solid rgba(223,188,112,.48)}.faction-editorial-card-grid.item-editorial-turning-grid article{border-top-color:var(--item-editorial-accent)}.faction-editorial-card-grid.item-editorial-question-grid article{border-top-color:var(--item-editorial-accent-bright)}.faction-editorial-certainty,.faction-editorial-source-count{display:block;margin-top:.9rem;color:var(--item-editorial-accent-bright);font-size:.68rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.faction-editorial-people-groups{display:grid;gap:1.5rem}.faction-editorial-people-group>h3{margin:0 0 .75rem;color:var(--item-editorial-gold-bright);font-size:.74rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.faction-editorial-people-group .item-editorial-people-grid{margin:0}.faction-editorial-page--house-halovar{--item-editorial-accent: #8e6140;--item-editorial-accent-bright: #e4b66b;--item-editorial-gold: #a98142;--item-editorial-gold-bright: #f0d18d}@media(max-width:1050px){.faction-editorial-glance{grid-template-columns:repeat(3,minmax(0,1fr))}.faction-editorial-glance>div:nth-child(3n){border-right:0}}@media(max-width:720px){.faction-editorial-glance{width:min(100%,calc(100% - 1rem));margin-top:.75rem;grid-template-columns:repeat(2,minmax(0,1fr))}.faction-editorial-glance>div,.faction-editorial-glance>div:nth-child(3n){border-right:1px solid rgba(239,208,139,.12)}.faction-editorial-glance>div:nth-child(2n){border-right:0}}.faction-editorial-page--old-path{--item-editorial-accent: #5f7750;--item-editorial-accent-bright: #b8cf8d;--item-editorial-gold: #8d7746;--item-editorial-gold-bright: #dbc78b;--item-editorial-panel: rgba(15, 22, 19, .91);--item-editorial-border: rgba(184, 207, 141, .22);background:radial-gradient(circle at 78% 8%,rgba(94,119,77,.22),transparent 30rem),radial-gradient(circle at 18% 36%,rgba(154,126,73,.1),transparent 25rem),linear-gradient(180deg,#080d0d,#101711 42%,#080c0d)}.faction-editorial-page--old-path .faction-editorial-hero{background:radial-gradient(circle at 78% 34%,rgba(188,211,146,.1),transparent 18rem),linear-gradient(120deg,#080d0ffc,#182219f0),repeating-linear-gradient(145deg,transparent 0 29px,rgba(223,231,197,.014) 29px 30px)}.faction-editorial-page--old-path .faction-editorial-hero:before{background:radial-gradient(circle,rgba(175,201,130,.2),transparent 68%)}.faction-editorial-page--old-path .faction-editorial-emblem{background:radial-gradient(circle at center 34%,rgba(226,222,181,.17),transparent 29%),radial-gradient(circle at center 72%,rgba(89,117,73,.18),transparent 38%),linear-gradient(180deg,#151f18e0,#070b0df2)}.faction-editorial-crest--old-path-jasmine .faction-editorial-crest-shield{left:51px;top:38px;width:148px;height:154px;border:1px solid rgba(197,214,156,.44);border-radius:50%;background:radial-gradient(circle at 50% 35%,rgba(221,226,190,.08),transparent 28%),radial-gradient(circle at 50% 78%,rgba(76,104,65,.2),transparent 44%),#09100f9e;box-shadow:inset 0 0 38px #0000008a,0 0 34px #6f8d5529;clip-path:none}.faction-editorial-crest--old-path-jasmine .faction-editorial-crest-pillar{left:120px;top:89px;width:10px;height:84px;border:0;border-radius:70% 35% 65% 40%;background:linear-gradient(90deg,#27331f,#7c8651 52%,#202b1e);box-shadow:0 0 14px #aec47d29;transform:rotate(8deg)}.faction-editorial-crest--old-path-jasmine .faction-editorial-crest-pillar:before,.faction-editorial-crest--old-path-jasmine .faction-editorial-crest-pillar:after{top:auto;bottom:-8px;width:54px;height:28px;border:solid rgba(154,174,108,.54);border-width:0 0 2px 2px;border-radius:0 0 0 70%;background:transparent;transform-origin:center top}.faction-editorial-crest--old-path-jasmine .faction-editorial-crest-pillar:before{left:4px;transform:rotate(17deg)}.faction-editorial-crest--old-path-jasmine .faction-editorial-crest-pillar:after{left:5px;transform:scaleX(-1) rotate(17deg)}.faction-editorial-crest--old-path-jasmine .faction-editorial-crest-light{left:109px;top:48px;width:32px;height:32px;border:2px solid rgba(242,237,204,.92);background:radial-gradient(circle,#fff9dd 0 21%,#d8cf98 24% 45%,rgba(196,196,137,.18) 67%,transparent 70%);box-shadow:0 0 25px #dedbab61}.faction-editorial-crest--old-path-jasmine .faction-editorial-crest-ray{left:114px;top:35px;width:23px;height:38px;border:1px solid rgba(242,237,204,.84);border-radius:65% 35%;background:linear-gradient(180deg,#f2edccc7,#c6c99730);transform-origin:11px 29px}.faction-editorial-crest--old-path-jasmine .faction-editorial-crest-ray--two{transform:rotate(72deg)}.faction-editorial-crest--old-path-jasmine .faction-editorial-crest-ray--three{transform:rotate(144deg)}.faction-editorial-crest--old-path-jasmine .faction-editorial-crest-ray--four{transform:rotate(-72deg)}.faction-editorial-crest--old-path-jasmine .faction-editorial-crest-wing{top:105px;width:74px;height:56px;border-color:#9cb16f80;border-radius:84% 16% 74% 26%}.faction-editorial-crest--old-path-jasmine .faction-editorial-crest-wing:after{border-color:#cdcf9a3d}.faction-editorial-crest--old-path-jasmine .faction-editorial-crest-wing--left{left:28px;transform:rotate(-8deg)}.faction-editorial-crest--old-path-jasmine .faction-editorial-crest-wing--right{right:28px;transform:scaleX(-1) rotate(-8deg)}.faction-editorial-page--fang-family{--faction-accent: #9f6948;--faction-accent-soft: rgba(159, 105, 72, .2);--faction-accent-bright: #d7a36f}.faction-editorial-page--fang-family .faction-editorial-hero{background:radial-gradient(circle at 78% 20%,rgba(215,163,111,.18),transparent 34%),linear-gradient(135deg,#331d18fa,#18141bfa)}.faction-editorial-crest--fang-family-falcon .faction-editorial-crest-shield{border-radius:48% 48% 38% 38%;transform:scale(.9)}.faction-editorial-crest--fang-family-falcon .faction-editorial-crest-pillar{width:44%;height:38%;top:46%;left:28%;border:3px solid currentColor;border-top:0;border-radius:0 0 50% 50%;background:transparent}.faction-editorial-crest--fang-family-falcon .faction-editorial-crest-light{width:32%;height:22%;top:22%;left:34%;border-radius:50% 50% 36% 36%;transform:rotate(-8deg)}.faction-editorial-crest--fang-family-falcon .faction-editorial-crest-wing{display:block;width:28%;height:16%;top:31%;border:3px solid currentColor;border-top:0;border-radius:0 0 70% 70%;background:transparent}.faction-editorial-crest--fang-family-falcon .faction-editorial-crest-wing--left{left:14%;transform:rotate(18deg)}.faction-editorial-crest--fang-family-falcon .faction-editorial-crest-wing--right{right:14%;transform:rotate(-18deg)}.faction-editorial-page--revolutionary-guard{--item-editorial-accent: #466b78;--item-editorial-accent-bright: #9cc7cf;--item-editorial-gold: #8c7447;--item-editorial-gold-bright: #d8bd79;--item-editorial-panel: rgba(13, 22, 29, .92);--item-editorial-border: rgba(156, 199, 207, .22);background:radial-gradient(circle at 80% 9%,rgba(69,113,126,.24),transparent 31rem),radial-gradient(circle at 17% 37%,rgba(153,116,65,.1),transparent 26rem),linear-gradient(180deg,#080d13,#0d1820 43%,#080c12)}.faction-editorial-page--revolutionary-guard .faction-editorial-hero{background:radial-gradient(circle at 78% 35%,rgba(145,194,204,.12),transparent 18rem),linear-gradient(120deg,#070c13fc,#15242cf2),repeating-linear-gradient(135deg,transparent 0 27px,rgba(216,189,121,.014) 27px 28px)}.faction-editorial-page--revolutionary-guard .faction-editorial-hero:before{background:radial-gradient(circle,rgba(127,182,194,.24),transparent 68%)}.faction-editorial-page--revolutionary-guard .faction-editorial-emblem{background:radial-gradient(circle at center 35%,rgba(151,205,214,.17),transparent 29%),radial-gradient(circle at center 72%,rgba(173,126,62,.12),transparent 36%),linear-gradient(180deg,#111f27e6,#060b11f5)}.faction-editorial-crest--revolutionary-guard-lantern .faction-editorial-crest-shield{left:48px;top:35px;width:154px;height:160px;border-color:#99c8d1a8;border-radius:38% 38% 52% 52%/24% 24% 76% 76%;background:linear-gradient(90deg,#31505b80 0 48%,#091018eb 49% 51%,#684d2b57 52% 100%),#081017c2;box-shadow:inset 0 0 36px #00000094,0 0 32px #538b972e}.faction-editorial-crest--revolutionary-guard-lantern .faction-editorial-crest-pillar{left:104px;top:83px;width:42px;height:74px;border:3px solid rgba(211,190,133,.86);border-radius:8px 8px 13px 13px;background:linear-gradient(90deg,#090f14f2,#3e5e66c7 50%,#090f14f2);box-shadow:0 0 20px #80b8c22e}.faction-editorial-crest--revolutionary-guard-lantern .faction-editorial-crest-pillar:before{top:-15px;width:31px;height:15px;border:3px solid rgba(211,190,133,.82);border-bottom:0;border-radius:16px 16px 0 0;background:transparent}.faction-editorial-crest--revolutionary-guard-lantern .faction-editorial-crest-pillar:after{bottom:-9px;width:54px;height:8px;border:2px solid rgba(211,190,133,.72);background:#111b22}.faction-editorial-crest--revolutionary-guard-lantern .faction-editorial-crest-light{left:111px;top:95px;width:28px;height:38px;border:2px solid rgba(237,215,154,.9);border-radius:45% 45% 36% 36%;background:radial-gradient(circle at 50% 45%,#fff2b8 0 14%,#d9a74d 34%,#5e9aa52e 72%);box-shadow:0 0 18px #e2b95e8c,0 0 38px #65a9b542}.faction-editorial-crest--revolutionary-guard-lantern .faction-editorial-crest-ray{left:123px;top:48px;width:3px;height:28px;background:#97cad4b3;transform-origin:2px 67px}.faction-editorial-crest--revolutionary-guard-lantern .faction-editorial-crest-ray--two{transform:rotate(58deg)}.faction-editorial-crest--revolutionary-guard-lantern .faction-editorial-crest-ray--three{transform:rotate(116deg)}.faction-editorial-crest--revolutionary-guard-lantern .faction-editorial-crest-ray--four{transform:rotate(-58deg)}.faction-editorial-crest--revolutionary-guard-lantern .faction-editorial-crest-wing{top:96px;width:62px;height:42px;border-color:#97c8d194;border-width:2px 0 2px 2px;border-radius:80% 20% 65% 35%}.faction-editorial-crest--revolutionary-guard-lantern .faction-editorial-crest-wing--left{left:25px;transform:rotate(-10deg)}.faction-editorial-crest--revolutionary-guard-lantern .faction-editorial-crest-wing--right{right:25px;transform:scaleX(-1) rotate(-10deg)}.faction-editorial-page--chamber-of-lords-advisory{--item-editorial-accent: #6e567f;--item-editorial-accent-bright: #c2a8d4;--item-editorial-gold: #97784c;--item-editorial-gold-bright: #dec58a;--item-editorial-panel: rgba(22, 17, 30, .93);--item-editorial-border: rgba(194, 168, 212, .22);background:radial-gradient(circle at 81% 9%,rgba(111,79,135,.24),transparent 31rem),radial-gradient(circle at 15% 38%,rgba(164,126,67,.11),transparent 27rem),linear-gradient(180deg,#0c0911,#181020 44%,#0b0910)}.faction-editorial-page--chamber-of-lords-advisory .faction-editorial-hero{background:radial-gradient(circle at 78% 34%,rgba(191,158,211,.13),transparent 19rem),linear-gradient(120deg,#0c0811fc,#25192ef2),repeating-linear-gradient(90deg,transparent 0 31px,rgba(222,197,138,.015) 31px 32px)}.faction-editorial-page--chamber-of-lords-advisory .faction-editorial-hero:before{background:radial-gradient(circle,rgba(171,132,196,.24),transparent 68%)}.faction-editorial-page--chamber-of-lords-advisory .faction-editorial-emblem{background:radial-gradient(circle at center 36%,rgba(202,174,220,.18),transparent 30%),radial-gradient(circle at center 72%,rgba(183,139,70,.13),transparent 37%),linear-gradient(180deg,#23182ce8,#0a070ff7)}.faction-editorial-crest--chamber-council-ring .faction-editorial-crest-shield{left:43px;top:34px;width:164px;height:164px;border:3px double rgba(201,172,218,.7);border-radius:50%;background:radial-gradient(circle at center,transparent 0 36%,rgba(117,84,137,.3) 37% 45%,transparent 46%),conic-gradient(from 22.5deg,#815f9757,#0e0a14e6 12.5%,#b2874540,#0e0a14e6,#815f9757,#0e0a14e6,#b2874540,#0e0a14e6 87.5%,#815f9757);box-shadow:inset 0 0 40px #00000094,0 0 34px #76528c3b;clip-path:none}.faction-editorial-crest--chamber-council-ring .faction-editorial-crest-pillar{left:104px;top:96px;width:42px;height:58px;border:3px solid rgba(223,198,139,.86);border-radius:8px 8px 16px 16px;background:linear-gradient(90deg,#120c18fa,#634470d1 50%,#120c18fa);box-shadow:0 0 18px #c1975333}.faction-editorial-crest--chamber-council-ring .faction-editorial-crest-pillar:before{top:-12px;width:58px;height:10px;border:2px solid rgba(223,198,139,.78);border-radius:50% 50% 4px 4px;background:#1a1121}.faction-editorial-crest--chamber-council-ring .faction-editorial-crest-pillar:after{bottom:-10px;width:62px;height:9px;border:2px solid rgba(223,198,139,.7);border-radius:4px 4px 50% 50%;background:#1a1121}.faction-editorial-crest--chamber-council-ring .faction-editorial-crest-light{left:108px;top:60px;width:34px;height:34px;border:3px double rgba(236,213,161,.92);border-radius:50%;background:radial-gradient(circle,#f5e4b6 0 13%,#bd9250 15% 35%,#76528c7a 37% 66%,#100b15e6 68%);box-shadow:0 0 19px #d3b16f73,0 0 36px #966fac3d}.faction-editorial-crest--chamber-council-ring .faction-editorial-crest-ray{left:122px;top:34px;width:5px;height:25px;border:1px solid rgba(201,172,218,.66);border-radius:3px;background:#3f2b4be0;transform-origin:3px 82px}.faction-editorial-crest--chamber-council-ring .faction-editorial-crest-ray--two{transform:rotate(90deg)}.faction-editorial-crest--chamber-council-ring .faction-editorial-crest-ray--three{transform:rotate(180deg)}.faction-editorial-crest--chamber-council-ring .faction-editorial-crest-ray--four{transform:rotate(-90deg)}.faction-editorial-crest--chamber-council-ring .faction-editorial-crest-wing{top:88px;width:70px;height:62px;border:3px double rgba(200,169,217,.6);border-radius:68% 22%;background:#30203b73}.faction-editorial-crest--chamber-council-ring .faction-editorial-crest-wing:after{inset:10px 8px;border-color:#dec58a4d}.faction-editorial-crest--chamber-council-ring .faction-editorial-crest-wing--left{left:18px;transform:rotate(16deg)}.faction-editorial-crest--chamber-council-ring .faction-editorial-crest-wing--right{right:18px;transform:scaleX(-1) rotate(16deg)}.faction-editorial-page--sundered-houses{--item-editorial-accent: #8f4e57;--item-editorial-accent-bright: #d39a9d;--item-editorial-gold: #927044;--item-editorial-gold-bright: #d8b978;--item-editorial-panel: rgba(28, 16, 21, .94);--item-editorial-border: rgba(205, 157, 143, .22);background:radial-gradient(circle at 82% 8%,rgba(128,57,67,.24),transparent 31rem),radial-gradient(circle at 12% 41%,rgba(90,73,120,.15),transparent 28rem),radial-gradient(circle at 63% 72%,rgba(120,97,51,.1),transparent 25rem),linear-gradient(180deg,#10090d,#201016 46%,#0d090c)}.faction-editorial-page--sundered-houses .faction-editorial-hero{background:radial-gradient(circle at 79% 31%,rgba(186,104,112,.14),transparent 20rem),linear-gradient(120deg,#0f080bfc,#30161df2),repeating-linear-gradient(72deg,transparent 0 34px,rgba(216,185,120,.016) 34px 35px)}.faction-editorial-page--sundered-houses .faction-editorial-hero:before{background:radial-gradient(circle,rgba(167,78,89,.25),transparent 68%)}.faction-editorial-page--sundered-houses .faction-editorial-emblem{background:radial-gradient(circle at center 38%,rgba(204,128,134,.17),transparent 31%),radial-gradient(circle at center 72%,rgba(184,145,73,.13),transparent 38%),linear-gradient(180deg,#2f161ceb,#0d070afa)}.faction-editorial-crest--sundered-five-crests .faction-editorial-crest-shield{left:47px;top:33px;width:156px;height:176px;border:3px double rgba(220,184,119,.78);border-radius:24px 24px 58px 58px;background:radial-gradient(circle at center 48%,rgba(14,9,12,.84) 0 24%,transparent 25%),conic-gradient(from -18deg,#7d343db8 0 18%,#454f6cb8 18% 38%,#5d4b74b8 38% 58%,#6d5c34b8 58% 78%,#4a5c4db8 78% 100%);box-shadow:inset 0 0 38px #0000009e,0 0 34px #843e483d;clip-path:polygon(8% 0,92% 0,100% 64%,50% 100%,0 64%)}.faction-editorial-crest--sundered-five-crests .faction-editorial-crest-pillar{left:109px;top:72px;width:32px;height:92px;border:2px solid rgba(226,192,126,.82);border-radius:5px 5px 12px 12px;background:linear-gradient(90deg,#1d0e12fa,#8f4a52db 50%,#1d0e12fa);box-shadow:0 0 17px #c3914e3b}.faction-editorial-crest--sundered-five-crests .faction-editorial-crest-pillar:before{top:-19px;width:58px;height:20px;border:2px solid rgba(226,192,126,.82);border-bottom:0;border-radius:8px 8px 2px 2px;background:linear-gradient(135deg,transparent 0 22%,#2d171d 23% 39%,transparent 40% 60%,#2d171d 61% 77%,transparent 78%),linear-gradient(180deg,#975458d1,#2b151bf5);clip-path:polygon(0 100%,0 45%,18% 0,36% 45%,50% 0,64% 45%,82% 0,100% 45%,100% 100%)}.faction-editorial-crest--sundered-five-crests .faction-editorial-crest-pillar:after{bottom:-9px;width:48px;height:9px;border:2px solid rgba(226,192,126,.7);border-radius:3px 3px 50% 50%;background:#261218}.faction-editorial-crest--sundered-five-crests .faction-editorial-crest-light{left:105px;top:103px;width:40px;height:40px;border:3px double rgba(239,211,153,.94);border-radius:50%;background:conic-gradient(from 18deg,#c59a52 0 16%,#5f3440 16% 35%,#76805e 35% 54%,#675078 54% 73%,#51677b 73% 90%,#c59a52 90% 100%);box-shadow:inset 0 0 0 8px #120a0dd6,0 0 20px #d6ac646b,0 0 38px #8e465040}.faction-editorial-crest--sundered-five-crests .faction-editorial-crest-ray{left:118px;top:42px;width:14px;height:25px;border:2px solid rgba(222,188,123,.7);border-radius:4px 4px 9px 9px;background:#5b2b33e6;transform-origin:7px 82px;clip-path:polygon(50% 0,100% 34%,82% 100%,18% 100%,0 34%)}.faction-editorial-crest--sundered-five-crests .faction-editorial-crest-ray--two{background:#49536fe6;transform:rotate(72deg)}.faction-editorial-crest--sundered-five-crests .faction-editorial-crest-ray--three{background:#664e77e6;transform:rotate(144deg)}.faction-editorial-crest--sundered-five-crests .faction-editorial-crest-ray--four{background:#4c5f4ee6;transform:rotate(-72deg)}.faction-editorial-crest--sundered-five-crests .faction-editorial-crest-wing{top:86px;width:72px;height:78px;border:3px double rgba(211,170,108,.56);border-radius:60% 18% 64%;background:repeating-linear-gradient(145deg,#803a426b 0 10px,#2312189e 10px 18px)}.faction-editorial-crest--sundered-five-crests .faction-editorial-crest-wing:after{inset:10px 9px;border-color:#dcbb7b45}.faction-editorial-crest--sundered-five-crests .faction-editorial-crest-wing--left{left:13px;transform:rotate(13deg)}.faction-editorial-crest--sundered-five-crests .faction-editorial-crest-wing--right{right:13px;transform:scaleX(-1) rotate(13deg)}.faction-editorial-page--candescent-creed{--item-editorial-accent: #5e9e9a;--item-editorial-accent-bright: #a8ded6;--item-editorial-gold: #9a7b46;--item-editorial-gold-bright: #e0c680;--item-editorial-panel: rgba(13, 24, 27, .94);--item-editorial-border: rgba(166, 218, 207, .22);background:radial-gradient(circle at 79% 8%,rgba(120,210,195,.2),transparent 30rem),radial-gradient(circle at 16% 48%,rgba(205,179,105,.1),transparent 27rem),radial-gradient(circle at 66% 76%,rgba(77,133,136,.12),transparent 25rem),linear-gradient(180deg,#071014,#0d2024 46%,#080d10)}.faction-editorial-page--candescent-creed .faction-editorial-hero{background:radial-gradient(circle at 80% 29%,rgba(160,231,216,.16),transparent 20rem),linear-gradient(120deg,#060d10fc,#102a2df2),repeating-linear-gradient(74deg,transparent 0 35px,rgba(224,198,128,.018) 35px 36px)}.faction-editorial-page--candescent-creed .faction-editorial-hero:before{background:radial-gradient(circle,rgba(145,226,211,.26),transparent 68%)}.faction-editorial-page--candescent-creed .faction-editorial-emblem{background:radial-gradient(circle at center 31%,rgba(191,242,229,.2),transparent 27%),radial-gradient(circle at center 73%,rgba(206,176,102,.12),transparent 39%),linear-gradient(180deg,#0d2528eb,#050c0ffa)}.faction-editorial-crest--candescent-pillar-light .faction-editorial-crest-shield{left:49px;top:32px;width:152px;height:180px;border:2px solid rgba(201,233,222,.34);border-radius:50% 50% 42% 42%;background:radial-gradient(circle at 50% 27%,rgba(188,241,227,.14),transparent 26%),repeating-radial-gradient(circle at 50% 30%,transparent 0 23px,rgba(129,196,186,.08) 24px 25px),linear-gradient(180deg,#112f32c2,#061114eb);box-shadow:inset 0 0 36px #0000007a,0 0 34px #6bc5b92b;clip-path:polygon(50% 0,91% 20%,96% 69%,50% 100%,4% 69%,9% 20%)}.faction-editorial-crest--candescent-pillar-light .faction-editorial-crest-pillar{left:104px;top:101px;width:42px;height:84px;border:2px solid rgba(227,208,147,.8);border-radius:12px 12px 8px 8px;background:linear-gradient(90deg,#0d1f22fa,#54928ee0 45%,#cab7787a 58%,#0d1f22fa);box-shadow:inset 0 0 13px #e5d5a024,0 0 18px #8ddacb38;clip-path:polygon(22% 0,78% 0,91% 100%,9% 100%)}.faction-editorial-crest--candescent-pillar-light .faction-editorial-crest-pillar:before{top:-10px;width:58px;height:12px;border:2px solid rgba(227,208,147,.78);border-radius:50%;background:#234c4cf5}.faction-editorial-crest--candescent-pillar-light .faction-editorial-crest-pillar:after{bottom:-10px;width:60px;height:12px;border:2px solid rgba(227,208,147,.7);border-radius:4px 4px 50% 50%;background:#102b2d}.faction-editorial-crest--candescent-pillar-light .faction-editorial-crest-light{left:101px;top:48px;width:48px;height:48px;border:2px solid rgba(246,239,193,.92);border-radius:50%;background:radial-gradient(circle,#fffde1 0 16%,#ddc77b 18% 35%,#86cbc0 38% 59%,#1844459e 62% 100%);box-shadow:0 0 15px #fff4beb3,0 0 32px #8bdecf94,0 0 58px #63a9a652}.faction-editorial-crest--candescent-pillar-light .faction-editorial-crest-ray{left:122px;top:23px;width:5px;height:26px;border:0;border-radius:50% 50% 3px 3px;background:linear-gradient(180deg,#ece0a6f0,#73c7bc70);transform-origin:3px 49px;box-shadow:0 0 8px #a3e3d657}.faction-editorial-crest--candescent-pillar-light .faction-editorial-crest-ray--two{transform:rotate(58deg)}.faction-editorial-crest--candescent-pillar-light .faction-editorial-crest-ray--three{transform:rotate(-58deg)}.faction-editorial-crest--candescent-pillar-light .faction-editorial-crest-ray--four{top:57px;height:33px;background:linear-gradient(180deg,#e0cd898f,#64bbb238);transform:rotate(180deg)}.faction-editorial-crest--candescent-pillar-light .faction-editorial-crest-wing{top:101px;width:79px;height:75px;border:2px solid rgba(155,222,208,.36);border-radius:64% 18% 67%;background:repeating-linear-gradient(145deg,#7accc02e 0 7px,#0c22255c 7px 14px);box-shadow:inset 0 0 14px #d4bf7c14}.faction-editorial-crest--candescent-pillar-light .faction-editorial-crest-wing:after{inset:9px 8px;border-color:#e1d09333}.faction-editorial-crest--candescent-pillar-light .faction-editorial-crest-wing--left{left:15px;transform:rotate(17deg)}.faction-editorial-crest--candescent-pillar-light .faction-editorial-crest-wing--right{right:15px;transform:scaleX(-1) rotate(17deg)}.faction-editorial-page--torn-banner{--item-editorial-accent: #875346;--item-editorial-accent-bright: #c78b73;--item-editorial-gold: #8e784f;--item-editorial-gold-bright: #d2bd82;--item-editorial-panel: rgba(25, 20, 18, .94);--item-editorial-border: rgba(197, 148, 121, .22);background:radial-gradient(circle at 80% 10%,rgba(133,73,57,.22),transparent 31rem),radial-gradient(circle at 17% 47%,rgba(113,105,82,.12),transparent 28rem),radial-gradient(circle at 68% 78%,rgba(83,94,98,.1),transparent 24rem),linear-gradient(180deg,#0d0b0a,#1c1411 47%,#0b0a09)}.faction-editorial-page--torn-banner .faction-editorial-hero{background:radial-gradient(circle at 80% 31%,rgba(185,112,84,.14),transparent 20rem),linear-gradient(120deg,#0c0a09fc,#2b1d18f2),repeating-linear-gradient(104deg,transparent 0 31px,rgba(210,189,130,.015) 31px 32px)}.faction-editorial-page--torn-banner .faction-editorial-hero:before{background:radial-gradient(circle,rgba(166,94,70,.24),transparent 68%)}.faction-editorial-page--torn-banner .faction-editorial-emblem{background:radial-gradient(circle at center 36%,rgba(190,116,87,.16),transparent 31%),radial-gradient(circle at center 76%,rgba(178,155,98,.1),transparent 38%),linear-gradient(180deg,#2d1f19eb,#0c0a09fa)}.faction-editorial-crest--torn-standard .faction-editorial-crest-shield{left:47px;top:31px;width:158px;height:181px;border:2px solid rgba(188,155,105,.42);border-radius:14px 14px 48px 48px;background:linear-gradient(90deg,rgba(107,57,45,.8) 0 42%,transparent 43% 57%,rgba(91,49,41,.82) 58% 100%),repeating-linear-gradient(166deg,#ce977417 0 8px,#14100e14 8px 16px),linear-gradient(180deg,#4d2d26db,#1b1513f5);box-shadow:inset 0 0 35px #0000009e,0 0 32px #82483738;clip-path:polygon(4% 0,96% 0,93% 59%,84% 68%,92% 77%,72% 82%,65% 100%,50% 87%,36% 100%,28% 82%,7% 77%,16% 67%,6% 58%)}.faction-editorial-crest--torn-standard .faction-editorial-crest-shield:before{content:"";position:absolute;inset:12px 18px 22px;border:1px dashed rgba(213,182,124,.3);clip-path:polygon(0 0,43% 0,43% 39%,30% 49%,46% 59%,38% 100%,0 88%,8% 70%,0 59%,9% 43%,0 29%);background:#14100e29}.faction-editorial-crest--torn-standard .faction-editorial-crest-shield:after{content:"";position:absolute;inset:12px 18px 22px;border:1px dashed rgba(213,182,124,.24);clip-path:polygon(57% 0,100% 0,100% 28%,91% 43%,100% 59%,92% 71%,100% 88%,62% 100%,54% 59%,70% 49%,57% 39%);background:#14100e21}.faction-editorial-crest--torn-standard .faction-editorial-crest-pillar{left:119px;top:24px;width:12px;height:196px;border:2px solid rgba(194,172,116,.65);border-radius:7px;background:repeating-linear-gradient(180deg,rgba(216,190,130,.12) 0 13px,transparent 13px 22px),linear-gradient(90deg,#332a22,#7c6a4b 48%,#2a231d);box-shadow:inset 0 0 8px #00000073,0 0 15px #b28c542b}.faction-editorial-crest--torn-standard .faction-editorial-crest-pillar:before{top:-9px;width:24px;height:24px;border:2px solid rgba(215,190,129,.72);border-radius:50% 50% 44% 44%;background:radial-gradient(circle at 43% 35%,#c2aa70,#58462f 62%,#211a16)}.faction-editorial-crest--torn-standard .faction-editorial-crest-pillar:after{bottom:-8px;width:32px;height:8px;border:2px solid rgba(186,157,103,.6);border-radius:50%;background:#2c241e}.faction-editorial-crest--torn-standard .faction-editorial-crest-light{left:104px;top:91px;width:42px;height:42px;border:2px solid rgba(212,183,123,.72);border-radius:50%;background:radial-gradient(circle,#0c0a09fa 0 32%,#7b4634cc 34% 49%,#cdab6ca8 51% 57%,#1a1411f5 60%);box-shadow:0 0 17px #b1704d4d,inset 0 0 10px #0000008c}.faction-editorial-crest--torn-standard .faction-editorial-crest-ray{left:117px;top:47px;width:16px;height:31px;border:1px solid rgba(204,171,111,.45);border-radius:2px 2px 8px 8px;background:linear-gradient(180deg,#743d30e0,#2d1f1be6);transform-origin:8px 65px;clip-path:polygon(8% 0,92% 0,100% 66%,66% 100%,50% 74%,30% 100%,0 65%)}.faction-editorial-crest--torn-standard .faction-editorial-crest-ray--two{transform:rotate(66deg);opacity:.82}.faction-editorial-crest--torn-standard .faction-editorial-crest-ray--three{transform:rotate(-66deg);opacity:.72}.faction-editorial-crest--torn-standard .faction-editorial-crest-ray--four{top:139px;height:27px;transform:rotate(180deg);opacity:.58}.faction-editorial-crest--torn-standard .faction-editorial-crest-wing{top:84px;width:73px;height:88px;border:2px solid rgba(194,154,102,.42);border-radius:58% 14% 68% 20%;background:repeating-linear-gradient(151deg,#89483766 0 10px,#1f17148f 10px 18px);clip-path:polygon(0 0,100% 10%,84% 31%,100% 48%,78% 64%,91% 84%,48% 100%,33% 80%,7% 88%,17% 60%,0 44%,15% 26%);box-shadow:inset 0 0 14px #00000059}.faction-editorial-crest--torn-standard .faction-editorial-crest-wing:after{inset:10px 9px;border-style:dashed;border-color:#daba7d33}.faction-editorial-crest--torn-standard .faction-editorial-crest-wing--left{left:15px;transform:rotate(14deg)}.faction-editorial-crest--torn-standard .faction-editorial-crest-wing--right{right:15px;transform:scaleX(-1) rotate(14deg);opacity:.84}.faction-editorial-page--revolutionary-council{--item-editorial-accent: #477b7d;--item-editorial-accent-bright: #8fc5c1;--item-editorial-gold: #917447;--item-editorial-gold-bright: #d6bb78;--item-editorial-panel: rgba(15, 25, 28, .94);--item-editorial-border: rgba(134, 192, 190, .22);background:radial-gradient(circle at 81% 9%,rgba(64,121,124,.23),transparent 31rem),radial-gradient(circle at 14% 43%,rgba(145,111,61,.12),transparent 28rem),radial-gradient(circle at 67% 78%,rgba(68,84,102,.1),transparent 24rem),linear-gradient(180deg,#081012,#102126 47%,#080e10)}.faction-editorial-page--revolutionary-council .faction-editorial-hero{background:radial-gradient(circle at 79% 32%,rgba(111,181,179,.14),transparent 20rem),linear-gradient(120deg,#070d0ffc,#183034f2),repeating-linear-gradient(90deg,transparent 0 35px,rgba(214,187,120,.015) 35px 36px)}.faction-editorial-page--revolutionary-council .faction-editorial-hero:before{background:radial-gradient(circle,rgba(82,157,157,.25),transparent 68%)}.faction-editorial-page--revolutionary-council .faction-editorial-emblem{background:radial-gradient(circle at center 36%,rgba(110,188,184,.17),transparent 31%),radial-gradient(circle at center 75%,rgba(184,145,75,.12),transparent 38%),linear-gradient(180deg,#152b2feb,#070d0ffa)}.faction-editorial-crest--revolutionary-civic-seal .faction-editorial-crest-shield{left:39px;top:30px;width:172px;height:172px;border:3px double rgba(145,203,199,.72);border-radius:50%;background:radial-gradient(circle at center,rgba(8,18,20,.92) 0 29%,transparent 30% 42%,rgba(71,126,127,.3) 43% 51%,transparent 52%),repeating-conic-gradient(from 0deg,#4b848557 0 9deg,#0c191ce0 9deg 30deg),radial-gradient(circle,#21464ab3,#080f11f5);box-shadow:inset 0 0 38px #0000009e,0 0 34px #3f86873d;clip-path:none}.faction-editorial-crest--revolutionary-civic-seal .faction-editorial-crest-shield:before{content:"";position:absolute;inset:17px;border:1px solid rgba(218,190,124,.34);border-radius:50%;box-shadow:inset 0 0 0 8px #060d0f33}.faction-editorial-crest--revolutionary-civic-seal .faction-editorial-crest-shield:after{content:"";position:absolute;left:45px;right:45px;bottom:25px;height:13px;border:2px solid rgba(216,185,116,.58);border-radius:50%;background:#0b181be0;box-shadow:0 -27px 0 -5px #5b9c9b61}.faction-editorial-crest--revolutionary-civic-seal .faction-editorial-crest-pillar{left:91px;top:91px;width:68px;height:68px;border:3px solid rgba(221,192,125,.78);border-bottom-width:6px;border-radius:8px 8px 4px 4px;background:linear-gradient(90deg,#0b181bfa 0 22%,#4a8080d6 23% 39%,#091416fa 40% 60%,#4a8080d6 61% 77%,#0b181bfa 78% 100%);box-shadow:inset 0 0 14px #00000080,0 0 18px #b28b4833;clip-path:polygon(0 26%,14% 26%,14% 0,34% 0,34% 26%,66% 26%,66% 0,86% 0,86% 26%,100% 26%,100% 100%,0 100%)}.faction-editorial-crest--revolutionary-civic-seal .faction-editorial-crest-pillar:before{top:-14px;width:88px;height:13px;border:2px solid rgba(220,191,124,.74);border-radius:50% 50% 4px 4px;background:linear-gradient(180deg,#518988e0,#0d1c1ff5)}.faction-editorial-crest--revolutionary-civic-seal .faction-editorial-crest-pillar:after{bottom:-11px;width:92px;height:10px;border:2px solid rgba(220,191,124,.68);border-radius:4px 4px 50% 50%;background:#102326}.faction-editorial-crest--revolutionary-civic-seal .faction-editorial-crest-light{left:106px;top:51px;width:38px;height:38px;border:3px double rgba(235,210,151,.94);border-radius:50% 50% 46% 46%;background:radial-gradient(circle at 50% 38%,#f2dda4 0 12%,#bd8d42 14% 31%,#549d9a94 33% 61%,#070f11f0 64%);box-shadow:0 0 20px #d6ae6475,0 0 40px #5ba9a445}.faction-editorial-crest--revolutionary-civic-seal .faction-editorial-crest-ray{left:122px;top:25px;width:6px;height:25px;border:1px solid rgba(145,203,199,.58);border-radius:4px;background:linear-gradient(180deg,#dcbf7bc7,#438585a8);transform-origin:3px 82px}.faction-editorial-crest--revolutionary-civic-seal .faction-editorial-crest-ray--two{transform:rotate(72deg)}.faction-editorial-crest--revolutionary-civic-seal .faction-editorial-crest-ray--three{transform:rotate(-72deg)}.faction-editorial-crest--revolutionary-civic-seal .faction-editorial-crest-ray--four{top:145px;height:24px;transform:rotate(180deg);opacity:.58}.faction-editorial-crest--revolutionary-civic-seal .faction-editorial-crest-wing{top:91px;width:73px;height:61px;border:2px solid rgba(137,195,192,.5);border-radius:68% 18%;background:repeating-linear-gradient(150deg,#437e7f4d 0 8px,#0a171a7a 8px 16px);box-shadow:inset 0 0 14px #d6b77314}.faction-editorial-crest--revolutionary-civic-seal .faction-editorial-crest-wing:after{inset:9px 8px;border-color:#dcbe7b38}.faction-editorial-crest--revolutionary-civic-seal .faction-editorial-crest-wing--left{left:16px;transform:rotate(13deg)}.faction-editorial-crest--revolutionary-civic-seal .faction-editorial-crest-wing--right{right:16px;transform:scaleX(-1) rotate(13deg)}.faction-editorial-page--pariah-blades{--item-editorial-accent: #586c79;--item-editorial-accent-bright: #a9c0c9;--item-editorial-gold: #8e684d;--item-editorial-gold-bright: #c79b72;--item-editorial-panel: rgba(17, 22, 27, .95);--item-editorial-border: rgba(157, 184, 193, .2);background:radial-gradient(circle at 82% 12%,rgba(82,111,125,.22),transparent 30rem),radial-gradient(circle at 16% 47%,rgba(142,93,62,.12),transparent 27rem),radial-gradient(circle at 65% 82%,rgba(71,84,96,.12),transparent 23rem),linear-gradient(180deg,#090d11,#172129 49%,#090c10)}.faction-editorial-page--pariah-blades .faction-editorial-hero{background:radial-gradient(circle at 79% 31%,rgba(133,165,176,.12),transparent 20rem),linear-gradient(121deg,#080b0ffc,#1d2a33f2),repeating-linear-gradient(132deg,transparent 0 43px,rgba(199,155,114,.016) 43px 44px)}.faction-editorial-page--pariah-blades .faction-editorial-hero:before{background:radial-gradient(circle,rgba(102,138,151,.22),transparent 68%)}.faction-editorial-page--pariah-blades .faction-editorial-emblem{background:radial-gradient(circle at center 36%,rgba(131,167,178,.14),transparent 31%),radial-gradient(circle at center 75%,rgba(151,100,68,.11),transparent 38%),linear-gradient(180deg,#19232aed,#080b0ffa)}.faction-editorial-crest--pariah-broken-blades .faction-editorial-crest-shield{left:39px;top:30px;width:172px;height:172px;border:0;border-radius:50%;background:radial-gradient(circle,transparent 0 59%,rgba(8,12,16,.96) 60% 66%,transparent 67%),conic-gradient(from 12deg,rgba(166,194,202,.72) 0 46deg,transparent 46deg 76deg,rgba(108,135,146,.54) 76deg 164deg,transparent 164deg 201deg,rgba(188,139,99,.54) 201deg 286deg,transparent 286deg 319deg,rgba(151,181,191,.62) 319deg 360deg);box-shadow:inset 0 0 38px #0000009e,0 0 31px #5c849333;clip-path:none}.faction-editorial-crest--pariah-broken-blades .faction-editorial-crest-shield:before{content:"";position:absolute;inset:18px;border:1px solid rgba(197,157,116,.28);border-radius:50%;background:radial-gradient(circle,#0d1318e0,#070a0df0);box-shadow:inset 0 0 22px #00000085}.faction-editorial-crest--pariah-broken-blades .faction-editorial-crest-shield:after{content:"";position:absolute;left:77px;top:-2px;width:19px;height:178px;background:linear-gradient(180deg,transparent,rgba(8,12,15,.94) 18%,rgba(8,12,15,.98) 82%,transparent);transform:rotate(16deg);filter:drop-shadow(0 0 7px rgba(0,0,0,.7))}.faction-editorial-crest--pariah-broken-blades .faction-editorial-crest-pillar{left:116px;top:82px;width:18px;height:84px;border:1px solid rgba(193,151,111,.5);border-radius:3px;background:linear-gradient(180deg,#9bb8c19e,#304049e0 43%,#8e5c3d9e);box-shadow:0 0 14px #5b818f33;clip-path:polygon(34% 0,100% 11%,60% 44%,92% 52%,48% 100%,0 88%,38% 56%,8% 45%);opacity:.66}.faction-editorial-crest--pariah-broken-blades .faction-editorial-crest-pillar:before,.faction-editorial-crest--pariah-broken-blades .faction-editorial-crest-pillar:after{content:none}.faction-editorial-crest--pariah-broken-blades .faction-editorial-crest-light{left:108px;top:101px;width:34px;height:34px;border:2px solid rgba(205,165,124,.72);border-radius:3px;background:radial-gradient(circle at 50% 43%,#dfc29ed6 0 8%,#7b97a094 10% 34%,#0a0f13f5 37%);box-shadow:0 0 16px #b98b6342,0 0 31px #5b828f2e;transform:rotate(45deg)}.faction-editorial-crest--pariah-broken-blades .faction-editorial-crest-ray{left:121px;top:34px;width:5px;height:25px;border:0;border-radius:4px;background:linear-gradient(180deg,#b8d2d8a6,#6e4e3b6b);transform-origin:3px 84px;opacity:.62}.faction-editorial-crest--pariah-broken-blades .faction-editorial-crest-ray--two{transform:rotate(68deg)}.faction-editorial-crest--pariah-broken-blades .faction-editorial-crest-ray--three{transform:rotate(-68deg)}.faction-editorial-crest--pariah-broken-blades .faction-editorial-crest-ray--four{top:158px;height:22px;transform:rotate(180deg);opacity:.4}.faction-editorial-crest--pariah-broken-blades .faction-editorial-crest-wing{top:52px;width:34px;height:137px;border:2px solid rgba(183,207,214,.64);border-radius:50% 50% 14% 14%;background:linear-gradient(90deg,#0f161bfa 0 32%,#74939dbf 34% 53%,#1c282ffa 55% 100%);box-shadow:inset 0 0 13px #00000094,0 0 17px #658f9c33;clip-path:polygon(50% 0,91% 18%,67% 68%,86% 74%,56% 100%,20% 88%,38% 67%,11% 59%)}.faction-editorial-crest--pariah-broken-blades .faction-editorial-crest-wing:after{inset:15px 9px 24px;border:0;border-left:1px solid rgba(208,169,128,.45);border-radius:0}.faction-editorial-crest--pariah-broken-blades .faction-editorial-crest-wing--left{left:51px;transform:rotate(-23deg)}.faction-editorial-crest--pariah-broken-blades .faction-editorial-crest-wing--right{right:51px;transform:scaleX(-1) rotate(-23deg);opacity:.88}.faction-editorial-page--house-tachonis{--item-editorial-accent: #596b78;--item-editorial-accent-bright: #a8bdc8;--item-editorial-gold: #8c6846;--item-editorial-gold-bright: #c7a06f;--item-editorial-panel: rgba(17, 20, 24, .95);--item-editorial-border: rgba(159, 179, 190, .2);background:radial-gradient(circle at 82% 10%,rgba(75,101,117,.24),transparent 31rem),radial-gradient(circle at 13% 45%,rgba(115,74,52,.13),transparent 28rem),radial-gradient(circle at 65% 82%,rgba(81,91,102,.12),transparent 24rem),linear-gradient(180deg,#090b0e,#182029 48%,#090b0e)}.faction-editorial-page--house-tachonis .faction-editorial-hero{background:radial-gradient(circle at 79% 31%,rgba(124,153,166,.13),transparent 20rem),linear-gradient(121deg,#080a0dfc,#1f2830f2),repeating-linear-gradient(90deg,transparent 0 38px,rgba(202,164,111,.016) 38px 39px)}.faction-editorial-page--house-tachonis .faction-editorial-hero:before{background:radial-gradient(circle,rgba(93,124,139,.23),transparent 68%)}.faction-editorial-page--house-tachonis .faction-editorial-emblem{background:radial-gradient(circle at center 37%,rgba(128,158,171,.15),transparent 31%),radial-gradient(circle at center 75%,rgba(151,103,67,.12),transparent 38%),linear-gradient(180deg,#1b2228f0,#080a0dfa)}.faction-editorial-crest--tachonis-gated-spear .faction-editorial-crest-shield{left:44px;top:28px;width:162px;height:181px;border:3px double rgba(203,166,111,.78);border-radius:20px 20px 58px 58px;background:linear-gradient(90deg,#1d272ffa 0 48%,#593f30bf 49% 51%,#2b353dfa 52%),linear-gradient(180deg,#4f68749e,#101418f5);box-shadow:inset 0 0 39px #000000ad,0 0 33px #56778638;clip-path:polygon(8% 0,92% 0,100% 63%,50% 100%,0 63%)}.faction-editorial-crest--tachonis-gated-spear .faction-editorial-crest-shield:before{content:"";position:absolute;left:28px;right:28px;top:36px;height:92px;border:2px solid rgba(171,195,204,.55);border-bottom-width:5px;border-radius:8px 8px 3px 3px;background:repeating-linear-gradient(90deg,#10161bfa 0 11px,#6c8792b8 11px 15px),linear-gradient(180deg,#394c56b8,#0d1115f5);box-shadow:inset 0 0 19px #00000094}.faction-editorial-crest--tachonis-gated-spear .faction-editorial-crest-shield:after{content:"";position:absolute;left:36px;right:36px;top:20px;height:22px;border:2px solid rgba(203,166,111,.65);border-bottom:0;background:linear-gradient(180deg,#735338c2,#22282cf0);clip-path:polygon(0 100%,0 45%,16% 0,33% 45%,50% 0,67% 45%,84% 0,100% 45%,100% 100%)}.faction-editorial-crest--tachonis-gated-spear .faction-editorial-crest-pillar{left:116px;top:43px;width:18px;height:132px;border:2px solid rgba(215,184,132,.78);border-radius:8px 8px 3px 3px;background:linear-gradient(90deg,#242c32fa,#aec6cec7 48%,#343d43fa);box-shadow:0 0 16px #6b919f3d,inset 0 0 7px #0006;clip-path:polygon(50% 0,100% 15%,75% 22%,75% 88%,100% 93%,50% 100%,0 93%,25% 88%,25% 22%,0 15%)}.faction-editorial-crest--tachonis-gated-spear .faction-editorial-crest-pillar:before{top:38px;width:66px;height:10px;border:2px solid rgba(203,166,111,.72);border-radius:4px;background:linear-gradient(90deg,#2f3a41f5,#7b583bd1,#2f3a41f5)}.faction-editorial-crest--tachonis-gated-spear .faction-editorial-crest-pillar:after{bottom:-10px;width:48px;height:12px;border:2px solid rgba(203,166,111,.67);border-radius:3px 3px 50% 50%;background:#1c242a}.faction-editorial-crest--tachonis-gated-spear .faction-editorial-crest-light{left:106px;top:101px;width:38px;height:38px;border:3px double rgba(217,183,128,.88);border-radius:4px;background:radial-gradient(circle at center,#dac19be0 0 10%,#5f808db8 12% 39%,#0c1013f7 42%);box-shadow:0 0 18px #be935c4d,0 0 34px #5d829038;transform:rotate(45deg)}.faction-editorial-crest--tachonis-gated-spear .faction-editorial-crest-ray{left:121px;top:26px;width:7px;height:24px;border:1px solid rgba(196,162,111,.6);border-radius:3px;background:linear-gradient(180deg,#a5c0c9b8,#445660a6);transform-origin:4px 92px}.faction-editorial-crest--tachonis-gated-spear .faction-editorial-crest-ray--two{transform:rotate(90deg)}.faction-editorial-crest--tachonis-gated-spear .faction-editorial-crest-ray--three{transform:rotate(-90deg)}.faction-editorial-crest--tachonis-gated-spear .faction-editorial-crest-ray--four{top:168px;height:20px;transform:rotate(180deg);opacity:.52}.faction-editorial-crest--tachonis-gated-spear .faction-editorial-crest-wing{top:70px;width:43px;height:103px;border:2px solid rgba(159,184,194,.53);border-radius:10px 10px 24px 24px;background:repeating-linear-gradient(90deg,#5b778385 0 7px,#11171cd1 7px 14px);box-shadow:inset 0 0 13px #00000094}.faction-editorial-crest--tachonis-gated-spear .faction-editorial-crest-wing:after{inset:9px 7px;border-color:#cba66f40}.faction-editorial-crest--tachonis-gated-spear .faction-editorial-crest-wing--left{left:29px;transform:rotate(-8deg)}.faction-editorial-crest--tachonis-gated-spear .faction-editorial-crest-wing--right{right:29px;transform:scaleX(-1) rotate(-8deg)}.faction-editorial-page--house-royce{--item-editorial-accent: #456c5b;--item-editorial-accent-bright: #9bc5ae;--item-editorial-gold: #806442;--item-editorial-gold-bright: #c4a36b;--item-editorial-panel: rgba(14, 23, 20, .95);--item-editorial-border: rgba(151, 190, 169, .2);background:radial-gradient(circle at 81% 12%,rgba(54,111,83,.25),transparent 31rem),radial-gradient(circle at 14% 47%,rgba(139,105,57,.14),transparent 28rem),radial-gradient(circle at 63% 84%,rgba(64,97,80,.14),transparent 24rem),linear-gradient(180deg,#08100d,#152820 48%,#08100d)}.faction-editorial-page--house-royce .faction-editorial-hero{background:radial-gradient(circle at 79% 31%,rgba(92,152,118,.15),transparent 20rem),linear-gradient(121deg,#070c0afc,#192f26f2),repeating-linear-gradient(135deg,transparent 0 36px,rgba(197,161,101,.018) 36px 37px)}.faction-editorial-page--house-royce .faction-editorial-hero:before{background:radial-gradient(circle,rgba(77,139,105,.24),transparent 68%)}.faction-editorial-page--house-royce .faction-editorial-emblem{background:radial-gradient(circle at center 38%,rgba(92,151,117,.17),transparent 32%),radial-gradient(circle at center 73%,rgba(164,125,70,.13),transparent 39%),linear-gradient(180deg,#162720f2,#070c0afc)}.faction-editorial-crest--royce-linked-rings .faction-editorial-crest-shield{left:49px;top:31px;width:152px;height:177px;border:3px double rgba(200,165,105,.78);border-radius:24px 24px 62px 62px;background:linear-gradient(90deg,#1f4333f5 0 48%,#7d603bad 49% 51%,#264f3cf5 52%),linear-gradient(180deg,#497a5e9e,#0a1711f7);box-shadow:inset 0 0 39px #000000a8,0 0 34px #4480603d;clip-path:polygon(8% 0,92% 0,100% 61%,50% 100%,0 61%)}.faction-editorial-crest--royce-linked-rings .faction-editorial-crest-shield:before{content:"";position:absolute;left:31px;right:31px;bottom:24px;height:45px;border:2px solid rgba(200,165,105,.58);border-radius:0 0 50% 50%;background:linear-gradient(90deg,#11231bf5,#4a6e59c7,#11231bf5);box-shadow:inset 0 0 16px #00000080;clip-path:polygon(8% 0,92% 0,100% 38%,50% 100%,0 38%)}.faction-editorial-crest--royce-linked-rings .faction-editorial-crest-shield:after{content:"";position:absolute;left:27px;right:27px;top:24px;height:14px;border:2px solid rgba(198,163,103,.62);border-radius:50%;background:linear-gradient(90deg,#1b372af5,#775b37cc,#1b372af5)}.faction-editorial-crest--royce-linked-rings .faction-editorial-crest-pillar{left:77px;top:55px;width:96px;height:101px;border:3px solid rgba(205,176,122,.78);border-bottom:0;border-radius:52px 52px 0 0;background:radial-gradient(circle at 50% 70%,rgba(48,94,69,.24),transparent 48%),linear-gradient(90deg,#102019f7,#335c45d6,#102019f7);box-shadow:0 0 17px #49866438,inset 0 0 18px #00000080}.faction-editorial-crest--royce-linked-rings .faction-editorial-crest-pillar:before{top:-9px;width:112px;height:11px;border:2px solid rgba(201,166,105,.68);border-radius:50%;background:linear-gradient(90deg,#183328,#806342 50%,#183328)}.faction-editorial-crest--royce-linked-rings .faction-editorial-crest-pillar:after{bottom:-8px;width:119px;height:12px;border:2px solid rgba(201,166,105,.64);border-radius:4px 4px 50% 50%;background:#132b21}.faction-editorial-crest--royce-linked-rings .faction-editorial-crest-light{left:83px;top:85px;width:49px;height:49px;border:4px double rgba(213,183,126,.9);border-radius:50%;background:radial-gradient(circle,#183427f5 0 48%,#6991779e 50% 66%,#0d1b15fa 68%);box-shadow:0 0 18px #be975947,0 0 31px #45836238}.faction-editorial-crest--royce-linked-rings .faction-editorial-crest-light:before{content:"";position:absolute;left:29px;top:-4px;width:49px;height:49px;border:4px double rgba(213,183,126,.9);border-radius:50%;background:radial-gradient(circle,#183427f5 0 48%,#6991779e 50% 66%,#0d1b15fa 68%);box-shadow:0 0 18px #be975938}.faction-editorial-crest--royce-linked-rings .faction-editorial-crest-light:after{content:"";position:absolute;left:32px;top:18px;width:15px;height:9px;border-top:3px solid rgba(221,191,133,.92);border-bottom:3px solid rgba(221,191,133,.72);transform:rotate(-8deg)}.faction-editorial-crest--royce-linked-rings .faction-editorial-crest-ray{left:122px;top:38px;width:5px;height:22px;border-radius:999px;background:linear-gradient(180deg,#cfae71b8,#447057a8);transform-origin:3px 72px}.faction-editorial-crest--royce-linked-rings .faction-editorial-crest-ray--two{transform:rotate(58deg)}.faction-editorial-crest--royce-linked-rings .faction-editorial-crest-ray--three{transform:rotate(-58deg)}.faction-editorial-crest--royce-linked-rings .faction-editorial-crest-ray--four{top:156px;height:18px;transform:rotate(180deg);opacity:.58}.faction-editorial-crest--royce-linked-rings .faction-editorial-crest-wing{top:82px;width:48px;height:89px;border:solid rgba(144,187,163,.56);border-width:2px 0 2px 2px;border-radius:82% 18% 70% 30%;background:repeating-linear-gradient(155deg,#477c5e75 0 7px,#0f1f1833 7px 14px)}.faction-editorial-crest--royce-linked-rings .faction-editorial-crest-wing:after{inset:11px 7px;border-color:#cba7694d}.faction-editorial-crest--royce-linked-rings .faction-editorial-crest-wing--left{left:34px;transform:rotate(12deg)}.faction-editorial-crest--royce-linked-rings .faction-editorial-crest-wing--right{right:34px;transform:scaleX(-1) rotate(12deg)}.faction-editorial-page--house-davinos{--item-editorial-accent: #55456d;--item-editorial-accent-bright: #b2a2cb;--item-editorial-gold: #735f45;--item-editorial-gold-bright: #b99a68;--item-editorial-panel: rgba(20, 17, 27, .96);--item-editorial-border: rgba(177, 157, 202, .2);background:radial-gradient(circle at 82% 12%,rgba(91,65,124,.25),transparent 31rem),radial-gradient(circle at 14% 48%,rgba(125,44,53,.14),transparent 28rem),radial-gradient(circle at 63% 84%,rgba(95,99,111,.14),transparent 24rem),linear-gradient(180deg,#0d0a12,#21192c 48%,#0d0a12)}.faction-editorial-page--house-davinos .faction-editorial-hero{background:radial-gradient(circle at 79% 31%,rgba(119,91,151,.16),transparent 20rem),linear-gradient(121deg,#0c0a10fc,#291f35f2),repeating-linear-gradient(135deg,transparent 0 36px,rgba(184,145,93,.018) 36px 37px)}.faction-editorial-page--house-davinos .faction-editorial-hero:before{background:radial-gradient(circle,rgba(105,78,140,.24),transparent 68%)}.faction-editorial-page--house-davinos .faction-editorial-emblem{background:radial-gradient(circle at center 38%,rgba(117,87,151,.18),transparent 32%),radial-gradient(circle at center 73%,rgba(134,51,61,.12),transparent 39%),linear-gradient(180deg,#20192af5,#0a080dfc)}.faction-editorial-crest--davinos-gauntlet-shield .faction-editorial-crest-shield{left:48px;top:29px;width:154px;height:181px;border:3px double rgba(191,157,103,.78);border-radius:22px 22px 65px 65px;background:linear-gradient(90deg,#30273dfa 0 46%,#802d37bd 47% 53%,#3a2f49fa 54%),linear-gradient(180deg,#5e4d74a3,#0e0c13fa);box-shadow:inset 0 0 40px #000000b3,0 0 34px #5e457f40;clip-path:polygon(8% 0,92% 0,100% 60%,50% 100%,0 60%)}.faction-editorial-crest--davinos-gauntlet-shield .faction-editorial-crest-shield:before{content:"";position:absolute;left:30px;right:30px;bottom:24px;height:48px;border:2px solid rgba(185,151,98,.58);border-radius:0 0 52% 52%;background:linear-gradient(90deg,#19151ff7,#4c4158d1,#19151ff7);box-shadow:inset 0 0 16px #00000094;clip-path:polygon(8% 0,92% 0,100% 38%,50% 100%,0 38%)}.faction-editorial-crest--davinos-gauntlet-shield .faction-editorial-crest-shield:after{content:"";position:absolute;left:29px;right:29px;top:23px;height:12px;border:2px solid rgba(190,155,101,.62);border-radius:50%;background:linear-gradient(90deg,#2a2236fa,#792d36d6,#2a2236fa)}.faction-editorial-crest--davinos-gauntlet-shield .faction-editorial-crest-pillar{left:91px;top:52px;width:68px;height:111px;border:3px solid rgba(196,166,116,.76);border-radius:25px 25px 19px 19px;background:repeating-linear-gradient(90deg,#5d626cf0 0 10px,#2b2731fa 10px 19px),linear-gradient(180deg,#757b85d6,#1b171ffa);box-shadow:0 0 18px #5d497a3b,inset 0 0 18px #0000008a;transform:rotate(-4deg)}.faction-editorial-crest--davinos-gauntlet-shield .faction-editorial-crest-pillar:before{top:-12px;width:84px;height:23px;border:2px solid rgba(197,164,111,.72);border-radius:22px 22px 8px 8px;background:repeating-linear-gradient(90deg,#41364f 0 12px,#777b84 12px 20px)}.faction-editorial-crest--davinos-gauntlet-shield .faction-editorial-crest-pillar:after{bottom:-11px;width:92px;height:23px;border:2px solid rgba(194,159,103,.68);border-radius:8px 8px 20px 20px;background:linear-gradient(90deg,#31283d,#787a82 50%,#31283d)}.faction-editorial-crest--davinos-gauntlet-shield .faction-editorial-crest-light{left:103px;top:83px;width:44px;height:50px;border:3px double rgba(213,181,126,.86);border-radius:16px 16px 10px 10px;background:repeating-linear-gradient(90deg,#2c2633fa 0 8px,#777c84e0 8px 14px);box-shadow:0 0 17px #b8905840,0 0 29px #5c467833;transform:rotate(-4deg)}.faction-editorial-crest--davinos-gauntlet-shield .faction-editorial-crest-light:before{content:"";position:absolute;left:5px;top:-22px;width:7px;height:25px;border:2px solid rgba(193,160,107,.7);border-radius:7px 7px 2px 2px;background:#696d76;box-shadow:10px 0 #56515f,20px 0 #777a82,30px 0 #4a4354}.faction-editorial-crest--davinos-gauntlet-shield .faction-editorial-crest-light:after{content:"";position:absolute;left:-8px;top:35px;width:58px;height:17px;border:2px solid rgba(192,157,101,.68);border-radius:50%;background:linear-gradient(90deg,#3b3049,#7b7d85 50%,#3b3049);transform:rotate(-10deg)}.faction-editorial-crest--davinos-gauntlet-shield .faction-editorial-crest-ray{left:122px;top:34px;width:5px;height:22px;border-radius:999px;background:linear-gradient(180deg,#c6a46cb8,#654f80a8);transform-origin:3px 78px}.faction-editorial-crest--davinos-gauntlet-shield .faction-editorial-crest-ray--two{transform:rotate(60deg)}.faction-editorial-crest--davinos-gauntlet-shield .faction-editorial-crest-ray--three{transform:rotate(-60deg)}.faction-editorial-crest--davinos-gauntlet-shield .faction-editorial-crest-ray--four{top:160px;height:18px;transform:rotate(180deg);opacity:.54}.faction-editorial-crest--davinos-gauntlet-shield .faction-editorial-crest-wing{top:80px;width:46px;height:94px;border:solid rgba(153,142,169,.54);border-width:2px 0 2px 2px;border-radius:78% 22% 68% 32%;background:repeating-linear-gradient(155deg,#5043637a 0 7px,#16121c38 7px 14px)}.faction-editorial-crest--davinos-gauntlet-shield .faction-editorial-crest-wing:after{inset:11px 7px;border-color:#86303a57}.faction-editorial-crest--davinos-gauntlet-shield .faction-editorial-crest-wing--left{left:34px;transform:rotate(10deg)}.faction-editorial-crest--davinos-gauntlet-shield .faction-editorial-crest-wing--right{right:34px;transform:scaleX(-1) rotate(10deg)}.faction-editorial-page--penteveral-institution{--item-editorial-accent: #6f63a7;--item-editorial-accent-bright: #b9afe4;--item-editorial-gold: #786746;--item-editorial-gold-bright: #c8aa6a;--item-editorial-panel: rgba(18, 17, 31, .96);--item-editorial-border: rgba(151, 142, 205, .22);background:radial-gradient(circle at 83% 14%,rgba(111,99,167,.24),transparent 31rem),radial-gradient(circle at 12% 48%,rgba(72,132,126,.15),transparent 27rem),radial-gradient(circle at 64% 86%,rgba(126,106,68,.1),transparent 23rem),linear-gradient(180deg,#0b0a16,#1c1932 48%,#0b0a16)}.faction-editorial-page--penteveral-institution .faction-editorial-hero{background:radial-gradient(circle at 79% 31%,rgba(117,104,178,.18),transparent 20rem),radial-gradient(circle at 70% 70%,rgba(75,139,131,.1),transparent 16rem),linear-gradient(121deg,#0a0914fc,#231f3cf5),repeating-linear-gradient(90deg,transparent 0 39px,rgba(196,167,105,.016) 39px 40px)}.faction-editorial-page--penteveral-institution .faction-editorial-hero:before{background:radial-gradient(circle,rgba(104,91,164,.27),transparent 68%)}.faction-editorial-page--penteveral-institution .faction-editorial-emblem{background:radial-gradient(circle at center 39%,rgba(112,99,172,.2),transparent 32%),radial-gradient(circle at center 72%,rgba(76,142,133,.12),transparent 38%),linear-gradient(180deg,#1b182ff7,#080710fc)}.faction-editorial-crest--penteveral-fivefold-seal .faction-editorial-crest-shield{left:43px;top:25px;width:164px;height:184px;border:3px double rgba(196,167,105,.78);border-radius:50% 50% 42% 42%;background:radial-gradient(circle at 50% 45%,rgba(79,143,134,.13),transparent 38%),conic-gradient(from -18deg,#6d60a980 0 8%,#100e1df5 8% 20%,#4e8b8461 20% 28%,#100e1df5 28% 40%,#6d60a980 40% 48%,#100e1df5 48% 60%,#4e8b8461 60% 68%,#100e1df5 68% 80%,#6d60a980 80% 88%,#100e1df5 88% 100%);box-shadow:inset 0 0 34px #000000ad,0 0 31px #5e529747;clip-path:polygon(50% 0,96% 34%,80% 92%,50% 100%,20% 92%,4% 34%)}.faction-editorial-crest--penteveral-fivefold-seal .faction-editorial-crest-shield:before{content:"";position:absolute;inset:17px;border:2px solid rgba(127,184,174,.48);clip-path:polygon(50% 0,96% 34%,80% 92%,50% 100%,20% 92%,4% 34%);background:radial-gradient(circle at 50% 45%,rgba(127,184,174,.08),transparent 52%)}.faction-editorial-crest--penteveral-fivefold-seal .faction-editorial-crest-shield:after{content:"";position:absolute;left:34px;right:34px;bottom:27px;height:13px;border:1px solid rgba(199,169,105,.58);border-radius:50%;background:linear-gradient(90deg,transparent,rgba(109,96,169,.65),transparent);box-shadow:0 -86px 0 -5px #7fb8ae52}.faction-editorial-crest--penteveral-fivefold-seal .faction-editorial-crest-pillar{left:83px;top:61px;width:84px;height:115px;border:3px solid rgba(199,170,107,.74);border-bottom-width:5px;border-radius:42px 42px 8px 8px;background:repeating-linear-gradient(90deg,#2d274bfa 0 12px,#4a7e793d 12px 15px),linear-gradient(180deg,#5b508eb3,#0d0b19fa);box-shadow:inset 0 0 22px #0000009e,0 0 19px #4f8e8529}.faction-editorial-crest--penteveral-fivefold-seal .faction-editorial-crest-pillar:before{top:12px;width:58px;height:58px;border:2px solid rgba(130,188,178,.5);border-radius:50% 50% 10px 10px;background:radial-gradient(circle,rgba(130,188,178,.23) 0 11%,transparent 12%),conic-gradient(from 0deg,transparent 0 8%,rgba(194,163,101,.48) 8% 11%,transparent 11% 28%,rgba(130,188,178,.4) 28% 31%,transparent 31% 48%,rgba(194,163,101,.48) 48% 51%,transparent 51% 68%,rgba(130,188,178,.4) 68% 71%,transparent 71% 88%,rgba(194,163,101,.48) 88% 91%,transparent 91% 100%)}.faction-editorial-crest--penteveral-fivefold-seal .faction-editorial-crest-pillar:after{bottom:13px;width:54px;height:30px;border:2px solid rgba(197,166,104,.6);border-radius:5px 5px 13px 13px;background:repeating-linear-gradient(180deg,#c6a96c47 0 2px,#141123eb 2px 6px)}.faction-editorial-crest--penteveral-fivefold-seal .faction-editorial-crest-light{left:107px;top:92px;width:36px;height:36px;border:3px double rgba(215,190,127,.9);border-radius:9px;background:radial-gradient(circle,#a4ded1d1 0 20%,#5b9a9185 21% 43%,#231e3afa 44%);box-shadow:0 0 17px #79beb159,0 0 31px #6a5ba445;transform:rotate(45deg)}.faction-editorial-crest--penteveral-fivefold-seal .faction-editorial-crest-light:before{content:"";position:absolute;left:10px;top:10px;width:10px;height:10px;border-radius:50%;background:#d7f0e8;box-shadow:0 0 10px #d7f0e8b3}.faction-editorial-crest--penteveral-fivefold-seal .faction-editorial-crest-light:after{content:"";position:absolute;left:-8px;top:14px;width:46px;height:4px;border-radius:999px;background:#c7aa6bad}.faction-editorial-crest--penteveral-fivefold-seal .faction-editorial-crest-ray{left:122px;top:25px;width:5px;height:28px;border-radius:999px;background:linear-gradient(180deg,#d3b97ac7,#6e60a96b);transform-origin:3px 93px}.faction-editorial-crest--penteveral-fivefold-seal .faction-editorial-crest-ray--one{transform:rotate(0)}.faction-editorial-crest--penteveral-fivefold-seal .faction-editorial-crest-ray--two{transform:rotate(72deg)}.faction-editorial-crest--penteveral-fivefold-seal .faction-editorial-crest-ray--three{transform:rotate(-72deg)}.faction-editorial-crest--penteveral-fivefold-seal .faction-editorial-crest-ray--four{top:166px;height:24px;transform:rotate(180deg);opacity:.7}.faction-editorial-crest--penteveral-fivefold-seal .faction-editorial-crest-wing{top:82px;width:46px;height:88px;border:solid rgba(126,184,174,.52);border-width:2px 0 2px 2px;border-radius:80% 20% 68% 32%;background:repeating-linear-gradient(160deg,#5e529475 0 7px,#12101f2e 7px 14px)}.faction-editorial-crest--penteveral-fivefold-seal .faction-editorial-crest-wing:after{inset:10px 7px;border-color:#c7a9694d}.faction-editorial-crest--penteveral-fivefold-seal .faction-editorial-crest-wing--left{left:31px;transform:rotate(14deg)}.faction-editorial-crest--penteveral-fivefold-seal .faction-editorial-crest-wing--right{right:31px;transform:scaleX(-1) rotate(14deg)}.faction-editorial-page--sisters-of-sylandri{--item-editorial-accent: #667b78;--item-editorial-accent-bright: #b7cfca;--item-editorial-gold: #756447;--item-editorial-gold-bright: #c4ab76;--item-editorial-panel: rgba(14, 18, 22, .96);--item-editorial-border: rgba(152, 177, 171, .22);background:radial-gradient(circle at 82% 12%,rgba(102,123,120,.22),transparent 31rem),radial-gradient(circle at 14% 48%,rgba(70,80,99,.16),transparent 28rem),radial-gradient(circle at 63% 87%,rgba(117,100,71,.1),transparent 23rem),linear-gradient(180deg,#080b0f,#182126 48%,#080b0f)}.faction-editorial-page--sisters-of-sylandri .faction-editorial-hero{background:radial-gradient(circle at 78% 29%,rgba(115,145,137,.17),transparent 21rem),radial-gradient(circle at 67% 73%,rgba(104,78,104,.1),transparent 17rem),linear-gradient(121deg,#070a0dfc,#1d272bf7),repeating-linear-gradient(90deg,transparent 0 39px,rgba(198,174,121,.014) 39px 40px)}.faction-editorial-page--sisters-of-sylandri .faction-editorial-hero:before{background:radial-gradient(circle,rgba(108,137,131,.25),transparent 68%)}.faction-editorial-page--sisters-of-sylandri .faction-editorial-emblem{background:radial-gradient(circle at center 35%,rgba(122,151,144,.18),transparent 31%),radial-gradient(circle at center 76%,rgba(128,102,71,.12),transparent 36%),linear-gradient(180deg,#171f22f7,#06080bfc)}.faction-editorial-crest--sylandri-veiled-nightingale .faction-editorial-crest-shield{left:55px;top:27px;width:140px;height:154px;border:2px solid rgba(183,207,202,.6);border-radius:50% 50% 43% 43%/34% 34% 66% 66%;background:repeating-linear-gradient(90deg,#b1c7c214 0 4px,#080c0f1f 4px 9px),linear-gradient(180deg,#2a373cd6,#080a0efa);box-shadow:inset 0 0 35px #000000b8,0 0 28px #6a888138;clip-path:polygon(12% 0,88% 0,100% 38%,78% 100%,50% 86%,22% 100%,0 38%)}.faction-editorial-crest--sylandri-veiled-nightingale .faction-editorial-crest-shield:before{content:"";position:absolute;inset:15px 18px 24px;border:solid rgba(198,174,121,.38);border-width:1px 0;border-radius:50%;background:linear-gradient(180deg,rgba(167,190,185,.05),transparent 56%)}.faction-editorial-crest--sylandri-veiled-nightingale .faction-editorial-crest-shield:after{content:"";position:absolute;left:30px;right:30px;top:19px;height:96px;border:1px solid rgba(167,190,185,.28);border-radius:50% 50% 44% 44%;background:repeating-linear-gradient(135deg,transparent 0 7px,rgba(171,194,188,.12) 7px 9px)}.faction-editorial-crest--sylandri-veiled-nightingale .faction-editorial-crest-light{left:104px;top:66px;width:42px;height:56px;border:2px solid rgba(205,186,142,.7);border-radius:54% 46% 52% 48%/42% 42% 58% 58%;background:radial-gradient(circle at 63% 30%,rgba(223,213,179,.85) 0 8%,transparent 9%),linear-gradient(160deg,#69827ceb,#11171bfa 68%);box-shadow:0 0 19px #84a29a33;transform:rotate(-5deg)}.faction-editorial-crest--sylandri-veiled-nightingale .faction-editorial-crest-light:before{content:"";position:absolute;right:-15px;top:11px;width:21px;height:11px;border-top:3px solid rgba(204,185,141,.8);border-radius:50%;transform:rotate(12deg)}.faction-editorial-crest--sylandri-veiled-nightingale .faction-editorial-crest-light:after{content:"";position:absolute;left:15px;bottom:-18px;width:12px;height:24px;border-left:3px solid rgba(198,174,121,.64);transform:rotate(9deg)}.faction-editorial-crest--sylandri-veiled-nightingale .faction-editorial-crest-wing{top:70px;width:66px;height:74px;border:solid rgba(176,202,195,.56);border-width:2px 0 2px 2px;border-radius:86% 14% 72% 28%;background:repeating-linear-gradient(160deg,#6a857f57 0 7px,#080b0e29 7px 13px)}.faction-editorial-crest--sylandri-veiled-nightingale .faction-editorial-crest-wing:after{inset:10px 8px;border-color:#c6ae794d}.faction-editorial-crest--sylandri-veiled-nightingale .faction-editorial-crest-wing--left{left:28px;transform:rotate(12deg)}.faction-editorial-crest--sylandri-veiled-nightingale .faction-editorial-crest-wing--right{right:28px;transform:scaleX(-1) rotate(12deg)}.faction-editorial-crest--sylandri-veiled-nightingale .faction-editorial-crest-pillar{left:116px;top:132px;width:18px;height:55px;border:2px solid rgba(198,174,121,.68);border-radius:9px 9px 43% 43%;background:linear-gradient(90deg,#14181bfa,#6f5b3eb8,#0f1316fa);box-shadow:0 11px 22px #0006}.faction-editorial-crest--sylandri-veiled-nightingale .faction-editorial-crest-pillar:before{top:-15px;width:34px;height:16px;border:2px solid rgba(198,174,121,.68);border-radius:50% 50% 8px 8px;background:#181d1ff5}.faction-editorial-crest--sylandri-veiled-nightingale .faction-editorial-crest-pillar:after{bottom:-12px;width:43px;height:20px;border:2px solid rgba(198,174,121,.62);border-radius:8px 8px 50% 50%;background:radial-gradient(circle at 50% 25%,#809e9647,#0c0f12fa 66%)}.faction-editorial-crest--sylandri-veiled-nightingale .faction-editorial-crest-ray{left:123px;top:22px;width:4px;height:25px;border-radius:999px;background:linear-gradient(180deg,#cab484bf,#627c7733);transform-origin:2px 82px}.faction-editorial-crest--sylandri-veiled-nightingale .faction-editorial-crest-ray--one{transform:rotate(-50deg)}.faction-editorial-crest--sylandri-veiled-nightingale .faction-editorial-crest-ray--two{transform:rotate(-18deg)}.faction-editorial-crest--sylandri-veiled-nightingale .faction-editorial-crest-ray--three{transform:rotate(18deg)}.faction-editorial-crest--sylandri-veiled-nightingale .faction-editorial-crest-ray--four{transform:rotate(50deg)}.faction-editorial-page--crow-keepers{--item-editorial-accent: #53675e;--item-editorial-accent-bright: #a9c0b4;--item-editorial-gold: #756044;--item-editorial-gold-bright: #c39a62;--item-editorial-panel: rgba(15, 17, 17, .97);--item-editorial-border: rgba(143, 164, 152, .22);background:radial-gradient(circle at 82% 13%,rgba(73,98,86,.23),transparent 31rem),radial-gradient(circle at 12% 52%,rgba(112,78,52,.14),transparent 27rem),radial-gradient(circle at 63% 87%,rgba(63,68,67,.13),transparent 24rem),linear-gradient(180deg,#080a09,#19201d 48%,#080a09)}.faction-editorial-page--crow-keepers .faction-editorial-hero{background:radial-gradient(circle at 79% 29%,rgba(73,104,89,.17),transparent 21rem),radial-gradient(circle at 68% 72%,rgba(126,84,49,.11),transparent 17rem),linear-gradient(121deg,#070908fc,#1f2823f7),repeating-linear-gradient(90deg,transparent 0 39px,rgba(195,154,98,.014) 39px 40px)}.faction-editorial-page--crow-keepers .faction-editorial-hero:before{background:radial-gradient(circle,rgba(78,105,92,.25),transparent 68%)}.faction-editorial-page--crow-keepers .faction-editorial-emblem{background:radial-gradient(circle at center 37%,rgba(84,111,97,.18),transparent 31%),radial-gradient(circle at center 77%,rgba(128,87,53,.12),transparent 36%),linear-gradient(180deg,#181f1cf7,#060807fc)}.faction-editorial-crest--crow-feather-keyhole .faction-editorial-crest-shield{left:57px;top:29px;width:136px;height:162px;border:2px solid rgba(164,187,174,.55);border-radius:47% 47% 18px 18px;background:linear-gradient(112deg,transparent 0 46%,rgba(179,139,86,.16) 47% 51%,transparent 52%),repeating-linear-gradient(90deg,#6a807514 0 5px,#090c0a1a 5px 11px),linear-gradient(180deg,#27332ddb,#080a09fa);box-shadow:inset 0 0 34px #000000b8,0 0 27px #4862563b;clip-path:polygon(14% 0,86% 0,100% 28%,91% 100%,9% 100%,0 28%)}.faction-editorial-crest--crow-feather-keyhole .faction-editorial-crest-shield:before{content:"";position:absolute;left:29px;top:22px;width:74px;height:105px;border:2px solid rgba(190,151,96,.5);border-radius:42px 42px 8px 8px;background:linear-gradient(180deg,#0e1210fa,#24302ab3);box-shadow:inset 0 0 20px #000000b8}.faction-editorial-crest--crow-feather-keyhole .faction-editorial-crest-shield:after{content:"";position:absolute;left:59px;top:61px;width:15px;height:46px;border-radius:50% 50% 7px 7px;background:radial-gradient(circle at 50% 16%,rgba(202,170,117,.9) 0 21%,transparent 22%),linear-gradient(180deg,#caaa75d1 0 40%,#3e4b44cc 41% 100%);box-shadow:0 0 13px #aa824d40}.faction-editorial-crest--crow-feather-keyhole .faction-editorial-crest-pillar{left:119px;top:48px;width:12px;height:139px;border:0;border-radius:999px;background:linear-gradient(90deg,#2a322efa,#b19160c7,#131715fa);box-shadow:0 0 13px #00000080;transform:rotate(24deg)}.faction-editorial-crest--crow-feather-keyhole .faction-editorial-crest-pillar:before{content:"";position:absolute;left:-46px;top:4px;width:55px;height:117px;border:solid rgba(139,163,151,.64);border-width:2px 0 2px 2px;border-radius:92% 8% 72% 28%;background:repeating-linear-gradient(160deg,#5e776a61 0 7px,#090c0a2e 7px 13px);transform:rotate(-6deg)}.faction-editorial-crest--crow-feather-keyhole .faction-editorial-crest-pillar:after{content:"";position:absolute;right:-43px;top:21px;width:49px;height:96px;border:solid rgba(128,151,139,.54);border-width:2px 2px 2px 0;border-radius:8% 92% 28% 72%;background:repeating-linear-gradient(20deg,#546b604f 0 7px,#090c0a29 7px 13px);transform:rotate(5deg)}.faction-editorial-crest--crow-feather-keyhole .faction-editorial-crest-light{left:176px;top:52px;width:24px;height:24px;border:2px solid rgba(195,153,96,.75);border-radius:50%;background:radial-gradient(circle,#d4b681e0 0 18%,#5d7568a6 19% 45%,#090c0afa 46%);box-shadow:0 0 18px #a3794747}.faction-editorial-crest--crow-feather-keyhole .faction-editorial-crest-light:before{content:"";position:absolute;left:-6px;top:31px;width:37px;height:4px;border-radius:999px;background:#71877c73;box-shadow:0 12px #78543847,0 24px #687e7338;transform:rotate(-18deg)}.faction-editorial-crest--crow-feather-keyhole .faction-editorial-crest-light:after{content:"";position:absolute;left:-21px;top:60px;width:55px;height:31px;border:solid rgba(134,93,60,.38);border-width:2px 0 0;border-radius:50%;transform:rotate(-12deg)}.faction-editorial-crest--crow-feather-keyhole .faction-editorial-crest-ray{left:123px;top:19px;width:4px;height:26px;border-radius:999px;background:linear-gradient(180deg,#c19a62b8,#4962562e);transform-origin:2px 96px}.faction-editorial-crest--crow-feather-keyhole .faction-editorial-crest-ray--one{transform:rotate(-58deg)}.faction-editorial-crest--crow-feather-keyhole .faction-editorial-crest-ray--two{transform:rotate(-29deg)}.faction-editorial-crest--crow-feather-keyhole .faction-editorial-crest-ray--three{transform:rotate(29deg)}.faction-editorial-crest--crow-feather-keyhole .faction-editorial-crest-ray--four{transform:rotate(58deg)}.faction-editorial-crest--crow-feather-keyhole .faction-editorial-crest-wing{top:94px;width:42px;height:71px;border:solid rgba(112,135,123,.42);border-width:2px 0 2px 2px;border-radius:88% 12% 72% 28%;background:repeating-linear-gradient(155deg,#4d605740 0 6px,#080a0924 6px 12px);opacity:.58}.faction-editorial-crest--crow-feather-keyhole .faction-editorial-crest-wing:after{inset:9px 6px;border-color:#b58c583d}.faction-editorial-crest--crow-feather-keyhole .faction-editorial-crest-wing--left{left:31px;transform:rotate(-8deg)}.faction-editorial-crest--crow-feather-keyhole .faction-editorial-crest-wing--right{right:31px;transform:scaleX(-1) rotate(-8deg)}.faction-editorial-page--lloy-family{--item-editorial-accent: #6d2b2d;--item-editorial-accent-bright: #c46c68;--item-editorial-gold: #765b43;--item-editorial-gold-bright: #c29a6a;--item-editorial-panel: rgba(22, 19, 19, .97);--item-editorial-border: rgba(176, 116, 106, .24);background:radial-gradient(circle at 82% 13%,rgba(116,39,43,.21),transparent 31rem),radial-gradient(circle at 12% 56%,rgba(87,78,69,.16),transparent 28rem),radial-gradient(circle at 64% 88%,rgba(142,96,59,.12),transparent 24rem),linear-gradient(180deg,#0d0b0b,#251d1d 48%,#0b0909)}.faction-editorial-page--lloy-family .faction-editorial-hero{background:radial-gradient(circle at 79% 28%,rgba(131,48,50,.17),transparent 22rem),radial-gradient(circle at 68% 73%,rgba(153,105,65,.1),transparent 17rem),linear-gradient(121deg,#0d0a0afc,#2c2220f7),repeating-linear-gradient(90deg,transparent 0 39px,rgba(194,154,106,.014) 39px 40px)}.faction-editorial-page--lloy-family .faction-editorial-hero:before{background:radial-gradient(circle,rgba(137,56,56,.23),transparent 68%)}.faction-editorial-page--lloy-family .faction-editorial-emblem{background:radial-gradient(circle at center 36%,rgba(133,54,55,.17),transparent 31%),radial-gradient(circle at center 77%,rgba(151,104,67,.12),transparent 36%),linear-gradient(180deg,#231d1cf7,#090707fc)}.faction-editorial-crest--lloy-forge-nail .faction-editorial-crest-shield{left:50px;top:29px;width:150px;height:164px;border:3px solid rgba(174,144,110,.55);border-bottom-width:8px;border-radius:76px 76px 15px 15px;background:repeating-linear-gradient(90deg,#594e4617 0 7px,#0e0b0b1f 7px 14px),radial-gradient(circle at 50% 43%,rgba(113,43,45,.2),transparent 42%),linear-gradient(180deg,#362f2beb,#0c0a0afc);box-shadow:inset 0 0 35px #000000b8,0 0 26px #772e2f33;clip-path:polygon(13% 0,87% 0,100% 27%,94% 100%,6% 100%,0 27%)}.faction-editorial-crest--lloy-forge-nail .faction-editorial-crest-shield:before{content:"";position:absolute;left:27px;top:25px;width:90px;height:112px;border:solid rgba(184,153,117,.46);border-width:3px 3px 0;border-radius:52px 52px 0 0;background:radial-gradient(circle at 50% 93%,rgba(130,47,48,.2),transparent 49%)}.faction-editorial-crest--lloy-forge-nail .faction-editorial-crest-shield:after{content:"";position:absolute;left:17px;bottom:18px;width:110px;height:8px;border-radius:999px;background:linear-gradient(90deg,transparent,rgba(198,157,106,.82),transparent);box-shadow:0 -11px #68242661}.faction-editorial-crest--lloy-forge-nail .faction-editorial-crest-pillar{left:115px;top:44px;width:20px;height:139px;border:2px solid rgba(194,158,116,.64);border-radius:10px 10px 46% 46%;background:linear-gradient(90deg,#121111fc,#797065d1,#161313fc);box-shadow:0 8px 18px #00000080}.faction-editorial-crest--lloy-forge-nail .faction-editorial-crest-pillar:before{content:"";position:absolute;left:-15px;top:-11px;width:46px;height:18px;border:2px solid rgba(194,158,116,.68);border-radius:50%;background:linear-gradient(180deg,#524841f5,#141212fc)}.faction-editorial-crest--lloy-forge-nail .faction-editorial-crest-pillar:after{content:"";position:absolute;left:-10px;bottom:-8px;width:36px;height:17px;border:2px solid rgba(166,126,91,.5);border-radius:8px 8px 50% 50%;background:#171212fa}.faction-editorial-crest--lloy-forge-nail .faction-editorial-crest-light{left:111px;top:88px;width:28px;height:28px;border:2px solid rgba(197,145,104,.65);border-radius:50%;background:radial-gradient(circle,#ca594df0 0 18%,#852b2dbf 19% 48%,#0f0c0cfa 49%);box-shadow:0 0 21px #a73a3652}.faction-editorial-crest--lloy-forge-nail .faction-editorial-crest-light:before{content:"";position:absolute;left:-40px;top:34px;width:31px;height:5px;border-radius:999px;background:#ae463eb8;box-shadow:70px -12px #b55f448c,10px 35px #ae7d4f61;transform:rotate(-24deg)}.faction-editorial-crest--lloy-forge-nail .faction-editorial-crest-light:after{content:"";position:absolute;left:35px;top:-28px;width:5px;height:27px;border-radius:999px;background:#c24f449e;box-shadow:-56px 17px #a9754a6b;transform:rotate(22deg)}.faction-editorial-crest--lloy-forge-nail .faction-editorial-crest-ray{left:123px;top:17px;width:4px;height:27px;border-radius:999px;background:linear-gradient(180deg,#c49164c2,#752b2c29);transform-origin:2px 98px}.faction-editorial-crest--lloy-forge-nail .faction-editorial-crest-ray--one{transform:rotate(-56deg)}.faction-editorial-crest--lloy-forge-nail .faction-editorial-crest-ray--two{transform:rotate(-27deg)}.faction-editorial-crest--lloy-forge-nail .faction-editorial-crest-ray--three{transform:rotate(27deg)}.faction-editorial-crest--lloy-forge-nail .faction-editorial-crest-ray--four{transform:rotate(56deg)}.faction-editorial-crest--lloy-forge-nail .faction-editorial-crest-wing{top:101px;width:47px;height:58px;border:solid rgba(153,122,95,.4);border-width:2px 0 2px 2px;border-radius:76% 24% 66% 34%;background:repeating-linear-gradient(155deg,#5b4e463d 0 6px,#0d0a0a24 6px 12px);opacity:.62}.faction-editorial-crest--lloy-forge-nail .faction-editorial-crest-wing:after{inset:9px 7px;border-color:#993b3947}.faction-editorial-crest--lloy-forge-nail .faction-editorial-crest-wing--left{left:28px;transform:rotate(-9deg)}.faction-editorial-crest--lloy-forge-nail .faction-editorial-crest-wing--right{right:28px;transform:scaleX(-1) rotate(-9deg)}.faction-editorial-page--malterres-family{--item-editorial-accent: #704448;--item-editorial-accent-bright: #b9827f;--item-editorial-gold: #80664c;--item-editorial-gold-bright: #c9a576;--item-editorial-panel: rgba(23, 19, 20, .97);--item-editorial-border: rgba(181, 139, 119, .23);background:radial-gradient(circle at 82% 14%,rgba(116,68,70,.2),transparent 31rem),radial-gradient(circle at 14% 54%,rgba(126,102,79,.14),transparent 28rem),radial-gradient(circle at 62% 88%,rgba(89,80,76,.13),transparent 24rem),linear-gradient(180deg,#0c0a0b,#261f21 48%,#0b090a)}.faction-editorial-page--malterres-family .faction-editorial-hero{background:radial-gradient(circle at 79% 28%,rgba(129,76,77,.17),transparent 22rem),radial-gradient(circle at 68% 73%,rgba(150,119,82,.1),transparent 17rem),linear-gradient(121deg,#0c090afc,#2d2426f7),repeating-linear-gradient(90deg,transparent 0 39px,rgba(201,165,118,.014) 39px 40px)}.faction-editorial-page--malterres-family .faction-editorial-hero:before{background:radial-gradient(circle,rgba(130,77,78,.23),transparent 68%)}.faction-editorial-page--malterres-family .faction-editorial-emblem{background:radial-gradient(circle at center 36%,rgba(132,78,78,.17),transparent 31%),radial-gradient(circle at center 77%,rgba(151,119,82,.12),transparent 36%),linear-gradient(180deg,#261f21f7,#090708fc)}.faction-editorial-crest--malterres-gallery-laurel .faction-editorial-crest-shield{left:48px;top:27px;width:154px;height:166px;border:solid rgba(193,160,119,.57);border-width:3px 3px 8px;border-radius:80px 80px 14px 14px;background:repeating-linear-gradient(90deg,#6a5b5414 0 8px,#100c0d1f 8px 16px),radial-gradient(circle at 50% 36%,rgba(120,69,71,.18),transparent 43%),linear-gradient(180deg,#372e2feb,#0c090afc);box-shadow:inset 0 0 35px #000000b3,0 0 26px #75444530;clip-path:polygon(13% 0,87% 0,100% 27%,94% 100%,6% 100%,0 27%)}.faction-editorial-crest--malterres-gallery-laurel .faction-editorial-crest-shield:before{content:"";position:absolute;left:27px;top:24px;width:94px;height:117px;border:solid rgba(202,170,126,.48);border-width:3px 3px 0;border-radius:55px 55px 0 0;background:linear-gradient(180deg,#130f1038,#69434214)}.faction-editorial-crest--malterres-gallery-laurel .faction-editorial-crest-shield:after{content:"";position:absolute;left:14px;bottom:17px;width:120px;height:8px;border-radius:999px;background:linear-gradient(90deg,transparent,rgba(205,171,122,.82),transparent);box-shadow:0 -13px #70434459}.faction-editorial-crest--malterres-gallery-laurel .faction-editorial-crest-pillar{left:107px;top:73px;width:23px;height:97px;border:2px solid rgba(190,155,115,.55);border-radius:12px 12px 40% 40%;background:linear-gradient(90deg,#161213fc,#7b5b52d9,#181314fc);box-shadow:0 8px 17px #00000073;transform:rotate(-20deg)}.faction-editorial-crest--malterres-gallery-laurel .faction-editorial-crest-pillar:before{content:"";position:absolute;left:-24px;top:-22px;width:65px;height:34px;border:2px solid rgba(198,165,123,.58);border-radius:54% 54% 35% 35%;background:linear-gradient(180deg,#714d49f0,#231b1cfa);transform:rotate(10deg)}.faction-editorial-crest--malterres-gallery-laurel .faction-editorial-crest-pillar:after{content:"";position:absolute;left:-16px;top:-40px;width:9px;height:29px;border-radius:999px;background:#b18b68c7;box-shadow:15px -5px #be976fcc,30px -2px #b18b68b8,44px 5px #a37d60a8;transform:rotate(12deg)}.faction-editorial-crest--malterres-gallery-laurel .faction-editorial-crest-light{left:111px;top:47px;width:28px;height:28px;border:2px solid rgba(205,169,119,.66);border-radius:50%;background:radial-gradient(circle,#d3b17fe0 0 17%,#7d4c4cb3 18% 48%,#0f0b0cfa 49%);box-shadow:0 0 20px #a1735047}.faction-editorial-crest--malterres-gallery-laurel .faction-editorial-crest-light:before,.faction-editorial-crest--malterres-gallery-laurel .faction-editorial-crest-light:after{content:"";position:absolute;top:24px;width:48px;height:88px;border:solid rgba(178,144,105,.48);border-width:2px 0 2px 2px;border-radius:88% 12% 72% 28%;background:repeating-linear-gradient(155deg,#7f5e4b3b 0 6px,#0e0a0b1f 6px 12px)}.faction-editorial-crest--malterres-gallery-laurel .faction-editorial-crest-light:before{right:30px;transform:rotate(-18deg)}.faction-editorial-crest--malterres-gallery-laurel .faction-editorial-crest-light:after{left:30px;transform:scaleX(-1) rotate(-18deg)}.faction-editorial-crest--malterres-gallery-laurel .faction-editorial-crest-ray{left:123px;top:16px;width:4px;height:28px;border-radius:999px;background:linear-gradient(180deg,#ccaa78c2,#77464626);transform-origin:2px 99px}.faction-editorial-crest--malterres-gallery-laurel .faction-editorial-crest-ray--one{transform:rotate(-54deg)}.faction-editorial-crest--malterres-gallery-laurel .faction-editorial-crest-ray--two{transform:rotate(-25deg)}.faction-editorial-crest--malterres-gallery-laurel .faction-editorial-crest-ray--three{transform:rotate(25deg)}.faction-editorial-crest--malterres-gallery-laurel .faction-editorial-crest-ray--four{transform:rotate(54deg)}.faction-editorial-crest--malterres-gallery-laurel .faction-editorial-crest-wing{top:101px;width:48px;height:61px;border:solid rgba(164,132,99,.39);border-width:2px 0 2px 2px;border-radius:78% 22% 68% 32%;background:repeating-linear-gradient(155deg,#654c4138 0 6px,#0d0a0a1f 6px 12px);opacity:.58}.faction-editorial-crest--malterres-gallery-laurel .faction-editorial-crest-wing:after{inset:9px 7px;border-color:#83494a45}.faction-editorial-crest--malterres-gallery-laurel .faction-editorial-crest-wing--left{left:26px;transform:rotate(-10deg)}.faction-editorial-crest--malterres-gallery-laurel .faction-editorial-crest-wing--right{right:26px;transform:scaleX(-1) rotate(-10deg)}.faction-editorial-page--egerion-family{--item-editorial-accent: #4f5264;--item-editorial-accent-bright: #8f94ab;--item-editorial-gold: #756c58;--item-editorial-gold-bright: #b9aa86;--item-editorial-panel: rgba(18, 18, 24, .97);--item-editorial-border: rgba(157, 156, 174, .22);background:radial-gradient(circle at 80% 16%,rgba(92,96,119,.18),transparent 30rem),radial-gradient(circle at 13% 58%,rgba(123,110,83,.12),transparent 28rem),radial-gradient(circle at 58% 88%,rgba(69,68,79,.15),transparent 23rem),linear-gradient(180deg,#09090d,#1b1b23 49%,#08080b)}.faction-editorial-page--egerion-family .faction-editorial-hero{background:radial-gradient(circle at 79% 27%,rgba(95,99,125,.16),transparent 22rem),radial-gradient(circle at 69% 75%,rgba(132,116,83,.09),transparent 17rem),linear-gradient(121deg,#09090dfc,#20202af7),repeating-linear-gradient(90deg,transparent 0 42px,rgba(185,170,134,.012) 42px 43px)}.faction-editorial-page--egerion-family .faction-editorial-hero:before{background:radial-gradient(circle,rgba(92,96,121,.22),transparent 68%)}.faction-editorial-page--egerion-family .faction-editorial-emblem{background:radial-gradient(circle at center 42%,rgba(94,98,122,.16),transparent 31%),radial-gradient(circle at center 78%,rgba(131,116,83,.1),transparent 35%),linear-gradient(180deg,#1f1f28f7,#08080bfc)}.faction-editorial-crest--egerion-empty-signet .faction-editorial-crest-shield{left:52px;top:27px;width:146px;height:166px;border:solid rgba(178,169,141,.45);border-width:3px 3px 7px;border-radius:78px 78px 16px 16px;background:repeating-linear-gradient(90deg,#6d6d7e0f 0 9px,#0c0c111f 9px 18px),linear-gradient(180deg,#2b2b37e6,#0a0a0efc);box-shadow:inset 0 0 34px #000000b8,0 0 25px #595c742e;clip-path:polygon(12% 0,88% 0,100% 28%,94% 100%,6% 100%,0 28%)}.faction-editorial-crest--egerion-empty-signet .faction-editorial-crest-shield:before,.faction-editorial-crest--egerion-empty-signet .faction-editorial-crest-shield:after{content:"";position:absolute;top:23px;width:62px;height:111px;border:solid rgba(174,168,148,.32);border-width:3px 0 0 3px;border-radius:58px 0 0;opacity:.72}.faction-editorial-crest--egerion-empty-signet .faction-editorial-crest-shield:before{left:19px;transform:rotate(-5deg)}.faction-editorial-crest--egerion-empty-signet .faction-editorial-crest-shield:after{right:19px;transform:scaleX(-1) rotate(-5deg)}.faction-editorial-crest--egerion-empty-signet .faction-editorial-crest-pillar{left:93px;top:76px;width:64px;height:64px;border:7px solid rgba(181,170,141,.62);border-radius:50%;background:radial-gradient(circle,#0b0b0ffc 0 48%,#4547595c 49% 58%,#0c0c10fc 59%);box-shadow:inset 0 0 0 3px #696c8238,0 0 22px #5f627933}.faction-editorial-crest--egerion-empty-signet .faction-editorial-crest-pillar:before{content:"";position:absolute;left:17px;top:-47px;width:16px;height:48px;border:solid rgba(173,164,139,.52);border-width:0 3px;background:linear-gradient(90deg,#121217e6,#5a5b6b80,#121217e6)}.faction-editorial-crest--egerion-empty-signet .faction-editorial-crest-pillar:after{content:"";position:absolute;left:-9px;bottom:-29px;width:68px;height:31px;border:3px solid rgba(174,165,140,.5);border-top:0;border-radius:0 0 46px 46px;background:linear-gradient(180deg,#272731eb,#0a0a0efc)}.faction-editorial-crest--egerion-empty-signet .faction-editorial-crest-light{left:112px;top:91px;width:26px;height:26px;border:2px solid rgba(164,156,135,.36);border-radius:50%;background:#08080bfa;box-shadow:0 0 18px #6a6d8529}.faction-editorial-crest--egerion-empty-signet .faction-editorial-crest-light:before,.faction-editorial-crest--egerion-empty-signet .faction-editorial-crest-light:after{content:"";position:absolute;top:-64px;width:54px;height:122px;border:solid rgba(152,151,166,.24);border-width:3px 0 0 3px;border-radius:58px 0 0}.faction-editorial-crest--egerion-empty-signet .faction-editorial-crest-light:before{right:35px;transform:rotate(-9deg)}.faction-editorial-crest--egerion-empty-signet .faction-editorial-crest-light:after{left:35px;transform:scaleX(-1) rotate(-9deg)}.faction-editorial-crest--egerion-empty-signet .faction-editorial-crest-ray{left:123px;top:17px;width:3px;height:24px;border-radius:999px;background:linear-gradient(180deg,#aea48a94,#53556a14);transform-origin:2px 96px;opacity:.62}.faction-editorial-crest--egerion-empty-signet .faction-editorial-crest-ray--one{transform:rotate(-51deg)}.faction-editorial-crest--egerion-empty-signet .faction-editorial-crest-ray--two{transform:rotate(-23deg)}.faction-editorial-crest--egerion-empty-signet .faction-editorial-crest-ray--three{transform:rotate(23deg)}.faction-editorial-crest--egerion-empty-signet .faction-editorial-crest-ray--four{transform:rotate(51deg)}.faction-editorial-crest--egerion-empty-signet .faction-editorial-crest-wing{top:112px;width:45px;height:52px;border:solid rgba(139,139,155,.27);border-width:2px 0 2px 2px;border-radius:78% 22% 68% 32%;background:repeating-linear-gradient(155deg,#5757652e 0 6px,#0b0b0f1c 6px 12px);opacity:.48}.faction-editorial-crest--egerion-empty-signet .faction-editorial-crest-wing:after{inset:9px 7px;border-color:#90826333}.faction-editorial-crest--egerion-empty-signet .faction-editorial-crest-wing--left{left:30px;transform:rotate(-13deg)}.faction-editorial-crest--egerion-empty-signet .faction-editorial-crest-wing--right{right:30px;transform:scaleX(-1) rotate(-13deg)}.faction-editorial-page--house-einfasen{--item-editorial-accent: #526276;--item-editorial-accent-bright: #8fa3ba;--item-editorial-gold: #776846;--item-editorial-gold-bright: #b8a274;--item-editorial-panel: rgba(17, 20, 25, .97);--item-editorial-border: rgba(144, 160, 181, .24);background:radial-gradient(circle at 81% 14%,rgba(80,101,128,.2),transparent 30rem),radial-gradient(circle at 12% 61%,rgba(129,108,67,.12),transparent 27rem),radial-gradient(circle at 55% 87%,rgba(73,83,96,.16),transparent 24rem),linear-gradient(180deg,#090b0e,#18202a 48%,#080a0d)}.faction-editorial-page--house-einfasen .faction-editorial-hero{background:radial-gradient(circle at 79% 26%,rgba(86,108,137,.18),transparent 22rem),radial-gradient(circle at 69% 78%,rgba(143,119,70,.09),transparent 18rem),linear-gradient(121deg,#090b0efc,#1d2631f7),repeating-linear-gradient(90deg,transparent 0 46px,rgba(184,162,116,.013) 46px 47px)}.faction-editorial-page--house-einfasen .faction-editorial-hero:before{background:radial-gradient(circle,rgba(84,104,132,.23),transparent 68%)}.faction-editorial-page--house-einfasen .faction-editorial-emblem{background:radial-gradient(circle at center 39%,rgba(89,111,142,.17),transparent 31%),radial-gradient(circle at center 78%,rgba(143,119,70,.1),transparent 35%),linear-gradient(180deg,#1d2631f7,#07090cfc)}.faction-editorial-crest--einfasen-veiled-standard .faction-editorial-crest-shield{left:71px;top:34px;width:108px;height:151px;border:solid rgba(183,165,121,.52);border-width:3px 3px 7px;border-radius:8px 8px 22px 22px;background:linear-gradient(118deg,transparent 0 38%,rgba(139,155,176,.13) 39% 48%,transparent 49% 100%),repeating-linear-gradient(170deg,#55677e2b 0 11px,#0e121724 11px 22px),linear-gradient(180deg,#2d3a4af2,#0a0d12fc);box-shadow:inset 0 0 35px #000000a3,0 0 26px #4e637e33;clip-path:polygon(0 0,100% 0,96% 82%,50% 100%,4% 82%)}.faction-editorial-crest--einfasen-veiled-standard .faction-editorial-crest-shield:before{content:"";position:absolute;left:15px;right:15px;top:21px;height:3px;background:linear-gradient(90deg,transparent,rgba(192,177,139,.62),transparent);box-shadow:0 31px #96a5ba2b,0 62px #96a5ba1f}.faction-editorial-crest--einfasen-veiled-standard .faction-editorial-crest-shield:after{content:"";position:absolute;left:47px;top:18px;width:3px;height:103px;background:linear-gradient(180deg,#c2b28994,#65778f2b);opacity:.7}.faction-editorial-crest--einfasen-veiled-standard .faction-editorial-crest-pillar{left:52px;top:20px;width:8px;height:182px;border-radius:999px;background:linear-gradient(90deg,#3d4148f2,#c1b189b8,#2c3037fa);box-shadow:0 0 14px #909eb229}.faction-editorial-crest--einfasen-veiled-standard .faction-editorial-crest-pillar:before{content:"";position:absolute;left:-8px;top:-9px;width:24px;height:24px;border:3px solid rgba(185,169,128,.58);transform:rotate(45deg);background:#0f1318f5}.faction-editorial-crest--einfasen-veiled-standard .faction-editorial-crest-pillar:after{content:"";position:absolute;left:-14px;bottom:-5px;width:36px;height:9px;border-radius:999px;background:#b8a87f85}.faction-editorial-crest--einfasen-veiled-standard .faction-editorial-crest-light{left:96px;top:72px;width:58px;height:58px;border:4px solid rgba(190,174,132,.58);border-radius:50%;background:radial-gradient(circle,#090c10fc 0 42%,#52678142 43% 56%,#090c10fc 57%);box-shadow:inset 0 0 0 3px #8999ae2e,0 0 24px #576c8838}.faction-editorial-crest--einfasen-veiled-standard .faction-editorial-crest-light:before{content:"";position:absolute;left:23px;top:-4px;width:4px;height:58px;background:#baab8461;transform:rotate(72deg);transform-origin:center;box-shadow:0 0 #0000,0 0 10px #5d718c1f}.faction-editorial-crest--einfasen-veiled-standard .faction-editorial-crest-light:after{content:"";position:absolute;inset:9px;border:2px dashed rgba(146,161,181,.34);border-radius:50%}.faction-editorial-crest--einfasen-veiled-standard .faction-editorial-crest-ray{left:123px;top:17px;width:3px;height:29px;border-radius:999px;background:linear-gradient(180deg,#b9a980a6,#52678114);transform-origin:2px 92px;opacity:.72}.faction-editorial-crest--einfasen-veiled-standard .faction-editorial-crest-ray--one{transform:rotate(-58deg)}.faction-editorial-crest--einfasen-veiled-standard .faction-editorial-crest-ray--two{transform:rotate(-28deg)}.faction-editorial-crest--einfasen-veiled-standard .faction-editorial-crest-ray--three{transform:rotate(28deg)}.faction-editorial-crest--einfasen-veiled-standard .faction-editorial-crest-ray--four{transform:rotate(58deg)}.faction-editorial-crest--einfasen-veiled-standard .faction-editorial-crest-wing{top:98px;width:45px;height:70px;border:solid rgba(143,159,180,.33);border-width:2px 0 2px 2px;border-radius:72% 28% 65% 35%;background:repeating-linear-gradient(155deg,#53678038 0 7px,#0c10151f 7px 14px);opacity:.6}.faction-editorial-crest--einfasen-veiled-standard .faction-editorial-crest-wing:after{inset:9px 7px;border-color:#b8a87f40}.faction-editorial-crest--einfasen-veiled-standard .faction-editorial-crest-wing--left{left:22px;transform:rotate(-13deg)}.faction-editorial-crest--einfasen-veiled-standard .faction-editorial-crest-wing--right{right:22px;transform:scaleX(-1) rotate(-13deg)}.faction-editorial-page--house-cormoray{--item-editorial-accent: #665468;--item-editorial-accent-bright: #a992ad;--item-editorial-gold: #7d6844;--item-editorial-gold-bright: #bea36f;--item-editorial-panel: rgba(22, 17, 23, .97);--item-editorial-border: rgba(170, 145, 174, .23);background:radial-gradient(circle at 80% 15%,rgba(108,76,112,.2),transparent 30rem),radial-gradient(circle at 14% 63%,rgba(132,107,64,.12),transparent 28rem),radial-gradient(circle at 56% 88%,rgba(73,58,76,.16),transparent 25rem),linear-gradient(180deg,#0d090e,#251b27 49%,#0a080b)}.faction-editorial-page--house-cormoray .faction-editorial-hero{background:radial-gradient(circle at 79% 25%,rgba(118,83,121,.18),transparent 23rem),radial-gradient(circle at 68% 79%,rgba(151,123,73,.09),transparent 18rem),linear-gradient(122deg,#0d090efc,#2b1f2ef7),repeating-linear-gradient(90deg,transparent 0 48px,rgba(190,163,111,.013) 48px 49px)}.faction-editorial-page--house-cormoray .faction-editorial-hero:before{background:radial-gradient(circle,rgba(113,79,116,.23),transparent 68%)}.faction-editorial-page--house-cormoray .faction-editorial-emblem{background:radial-gradient(circle at center 39%,rgba(121,86,125,.17),transparent 31%),radial-gradient(circle at center 78%,rgba(151,123,73,.1),transparent 35%),linear-gradient(180deg,#2c1f2ff7,#0b080cfc)}.faction-editorial-crest--cormoray-shrouded-pennon .faction-editorial-crest-shield{left:78px;top:31px;width:96px;height:157px;border:solid rgba(191,164,111,.5);border-width:3px 3px 7px;border-radius:7px 7px 24px 24px;background:linear-gradient(102deg,#1f1521fa 0 35%,#88698b30 36% 47%,#261928fa 48% 69%,#674d6b24 70% 78%,#140e16fc 79%),repeating-linear-gradient(174deg,#6d527126 0 12px,#100b1221 12px 24px);box-shadow:inset 0 0 38px #000000ad,0 0 25px #67496b36;clip-path:polygon(0 0,100% 0,95% 78%,72% 89%,50% 100%,28% 89%,5% 78%)}.faction-editorial-crest--cormoray-shrouded-pennon .faction-editorial-crest-shield:before{content:"";position:absolute;left:13px;right:13px;top:22px;height:3px;background:linear-gradient(90deg,transparent,rgba(201,175,121,.58),transparent);box-shadow:0 36px #a889ac26,0 72px #a889ac1c}.faction-editorial-crest--cormoray-shrouded-pennon .faction-editorial-crest-shield:after{content:"";position:absolute;left:32px;top:10px;width:29px;height:124px;border-left:2px solid rgba(196,168,112,.24);border-right:2px solid rgba(136,105,139,.18);transform:skew(-7deg);opacity:.76}.faction-editorial-crest--cormoray-shrouded-pennon .faction-editorial-crest-pillar{left:58px;top:18px;width:8px;height:185px;border-radius:999px;background:linear-gradient(90deg,#352f35f5,#c7ac75b3,#262128fa);box-shadow:0 0 14px #8262852b}.faction-editorial-crest--cormoray-shrouded-pennon .faction-editorial-crest-pillar:before{content:"";position:absolute;left:-7px;top:-8px;width:22px;height:22px;border:3px solid rgba(194,166,112,.58);border-radius:50% 50% 8px;transform:rotate(45deg);background:#171019fa}.faction-editorial-crest--cormoray-shrouded-pennon .faction-editorial-crest-pillar:after{content:"";position:absolute;left:-14px;bottom:-5px;width:36px;height:9px;border-radius:999px;background:#c1a56f80}.faction-editorial-crest--cormoray-shrouded-pennon .faction-editorial-crest-light{left:99px;top:74px;width:54px;height:54px;border:3px solid rgba(194,166,112,.58);border-radius:50%;background:radial-gradient(circle,#140e16fc 0 46%,#77577a3b 47% 58%,#130d15fc 59%);box-shadow:inset 0 0 0 3px #a07fa429,0 0 23px #71507533}.faction-editorial-crest--cormoray-shrouded-pennon .faction-editorial-crest-light:before{content:"";position:absolute;inset:8px;border:2px solid rgba(170,139,174,.25);border-radius:50%}.faction-editorial-crest--cormoray-shrouded-pennon .faction-editorial-crest-light:after{content:"";position:absolute;left:23px;top:-8px;width:3px;height:64px;background:linear-gradient(180deg,#c7ab7475,#6e507221);transform:rotate(47deg);transform-origin:center}.faction-editorial-crest--cormoray-shrouded-pennon .faction-editorial-crest-ray{left:124px;top:18px;width:8px;height:8px;border:2px solid rgba(196,169,115,.58);border-radius:50%;background:#1f1521fa;box-shadow:0 0 10px #79587d2e;transform-origin:4px 84px;opacity:.78}.faction-editorial-crest--cormoray-shrouded-pennon .faction-editorial-crest-ray--one{transform:rotate(-61deg)}.faction-editorial-crest--cormoray-shrouded-pennon .faction-editorial-crest-ray--two{transform:rotate(-31deg)}.faction-editorial-crest--cormoray-shrouded-pennon .faction-editorial-crest-ray--three{transform:rotate(31deg)}.faction-editorial-crest--cormoray-shrouded-pennon .faction-editorial-crest-ray--four{transform:rotate(61deg)}.faction-editorial-crest--cormoray-shrouded-pennon .faction-editorial-crest-wing{top:105px;width:39px;height:65px;border:solid rgba(161,128,165,.29);border-width:2px 0 2px 2px;border-radius:70% 30% 60% 40%;background:repeating-linear-gradient(164deg,#6a4f6e30 0 7px,#100b121c 7px 14px);opacity:.56}.faction-editorial-crest--cormoray-shrouded-pennon .faction-editorial-crest-wing:after{inset:9px 6px;border-color:#bfa46f3b}.faction-editorial-crest--cormoray-shrouded-pennon .faction-editorial-crest-wing--left{left:26px;transform:rotate(-8deg)}.faction-editorial-crest--cormoray-shrouded-pennon .faction-editorial-crest-wing--right{right:26px;transform:scaleX(-1) rotate(-8deg)}.deities-archive-page{width:min(1400px,calc(100% - 32px));margin:0 auto;padding:clamp(32px,5vw,72px) 0}.deities-archive-hero{position:relative;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(260px,.55fr);gap:clamp(28px,5vw,72px);overflow:hidden;margin-bottom:32px;padding:clamp(28px,5vw,64px);border:1px solid rgba(201,168,91,.25);border-radius:28px;background:radial-gradient(circle at 82% 18%,rgba(139,101,170,.24),transparent 34%),linear-gradient(135deg,#171424fa,#0b0e1bfa);box-shadow:0 24px 80px #00000047}.deities-archive-hero:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,transparent 0 69%,rgba(201,168,91,.045) 69% 69.35%,transparent 69.35%),repeating-linear-gradient(120deg,transparent 0 24px,rgba(255,255,255,.012) 25px 26px)}.deities-archive-hero>*{position:relative;z-index:1}.deities-archive-hero>div>span,.deities-archive-feature__copy>span{display:block;margin-bottom:10px;color:var(--color-accent-gold-light);font-size:.76rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.deities-archive-hero h1{margin:0 0 16px;color:var(--color-text-primary);font-family:var(--font-display);font-size:clamp(2.75rem,6vw,5.2rem);line-height:.96}.deities-archive-hero p{max-width:790px;margin:0;color:var(--color-text-muted);font-size:1rem;line-height:1.78}.deities-archive-hero p+p{margin-top:14px}.deities-archive-hero .deities-archive-hero__lead{color:var(--color-text-secondary);font-size:clamp(1.05rem,2vw,1.24rem);line-height:1.66}.deities-archive-hero aside{display:flex;min-height:270px;flex-direction:column;align-items:center;justify-content:center;padding:24px;border:1px solid rgba(201,168,91,.18);border-radius:22px;background:#06081275;text-align:center}.deities-archive-hero aside strong{margin-top:18px;color:var(--color-text-primary);font-family:var(--font-display);font-size:1.25rem}.deities-archive-hero aside span{max-width:240px;margin-top:8px;color:var(--color-text-muted);font-size:.88rem;line-height:1.55}.deities-archive-symbol{position:relative;width:180px;height:180px}.deities-archive-symbol i{position:absolute;display:block}.deities-archive-symbol__halo{inset:15px 32px 48px;border:5px solid rgba(201,168,91,.82);border-bottom-color:transparent;border-radius:50%;filter:drop-shadow(0 0 18px rgba(201,168,91,.18));transform:rotate(-8deg)}.deities-archive-symbol__halo:after{content:"";position:absolute;right:-8px;bottom:3px;width:28px;height:7px;border-radius:999px;background:#111421;transform:rotate(-26deg)}.deities-archive-symbol__bird{top:58px;left:76px;width:30px;height:42px;border-radius:55% 45% 62% 38%;background:linear-gradient(155deg,#d7c9eb,#80639d 68%);transform:rotate(7deg);box-shadow:0 0 24px #80639d47}.deities-archive-symbol__bird:before{content:"";position:absolute;top:2px;right:-13px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:16px solid #c9a85b}.deities-archive-symbol__bird:after{content:"";position:absolute;bottom:-22px;left:10px;width:7px;height:28px;border-radius:80% 20% 70% 30%;background:#80639d;transform:rotate(18deg)}.deities-archive-symbol__wing{top:66px;width:54px;height:28px;border-top:7px solid rgba(215,201,235,.9);border-radius:50%}.deities-archive-symbol__wing--left{left:29px;transform:rotate(-25deg)}.deities-archive-symbol__wing--right{right:27px;transform:scaleX(-1) rotate(-25deg)}.deities-archive-symbol__stone{bottom:24px;left:72px;width:38px;height:38px;border:3px solid rgba(201,168,91,.78);border-radius:50%;background:radial-gradient(circle at 35% 30%,#323348 0 8%,#090b13 55% 100%);box-shadow:0 0 0 8px #80639d1a,0 10px 30px #00000080}.deities-archive-symbol__root{bottom:7px;width:58px;height:34px;border-bottom:3px solid rgba(201,168,91,.7);border-radius:50%}.deities-archive-symbol__root--left{left:32px;transform:rotate(-18deg)}.deities-archive-symbol__root--right{right:29px;transform:scaleX(-1) rotate(-18deg)}.deities-archive-feature{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(260px,.55fr);gap:clamp(28px,5vw,72px);align-items:center;margin-bottom:42px;padding:clamp(28px,5vw,58px);border:1px solid rgba(128,99,157,.28);border-radius:24px;background:linear-gradient(145deg,#19192af5,#0c0f1bf5)}.deities-archive-feature h2{margin:0;font-family:var(--font-display);font-size:clamp(2.2rem,5vw,4rem);line-height:1}.deities-archive-feature h2 a{color:var(--color-text-primary);text-decoration:none}.deities-archive-feature h2 a:hover{color:var(--color-accent-gold-light)}.deities-archive-feature__aliases{margin:12px 0 20px;color:var(--color-accent-gold-light);font-size:.9rem;letter-spacing:.05em}.deities-archive-feature__copy>p:not(.deities-archive-feature__aliases){max-width:760px;color:var(--color-text-secondary);font-size:1.04rem;line-height:1.72}.deities-archive-feature__badges{display:flex;flex-wrap:wrap;gap:9px;margin:22px 0}.deities-archive-feature__badges span{padding:7px 11px;border:1px solid rgba(201,168,91,.2);border-radius:999px;background:#c9a85b12;color:var(--color-text-secondary);font-size:.78rem}.deities-archive-feature__action{display:inline-flex;align-items:center;min-height:44px;padding:0 18px;border:1px solid rgba(201,168,91,.5);border-radius:999px;background:#c9a85b1a;color:var(--color-accent-gold-light);font-weight:800;text-decoration:none}.deities-archive-feature__action:hover{background:#c9a85b2e}.deities-archive-feature__symbol{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:270px;padding:22px;border:1px solid rgba(201,168,91,.16);border-radius:20px;background:radial-gradient(circle at center,#80639d24,#080a14b3)}.deities-archive-feature__symbol small{max-width:250px;margin-top:12px;color:var(--color-text-muted);text-align:center;line-height:1.45}.deities-archive-empty{padding:48px;border:1px solid var(--color-border);border-radius:18px;background:var(--color-bg-card);color:var(--color-text-muted);text-align:center}.deity-editorial-page{--item-editorial-accent: #a58ac4;--item-editorial-accent-rgb: 165, 138, 196;--item-editorial-secondary: #c9a85b;--item-editorial-secondary-rgb: 201, 168, 91;--item-editorial-support: #7c9b79;--item-editorial-support-rgb: 124, 155, 121}.deity-editorial-hero{grid-template-columns:minmax(0,1.4fr) minmax(300px,.6fr);background:radial-gradient(circle at 80% 18%,rgba(165,138,196,.2),transparent 31%),linear-gradient(135deg,#141222fc,#080c18fc)}.deity-editorial-hero:before{background:linear-gradient(90deg,transparent 0 67%,rgba(201,168,91,.05) 67% 67.35%,transparent 67.35%),repeating-linear-gradient(120deg,transparent 0 28px,rgba(255,255,255,.012) 29px 30px)}.deity-editorial-emblem{background:radial-gradient(circle at 50% 42%,rgba(165,138,196,.16),transparent 34%),#0508129e}.deity-editorial-symbol{position:relative;width:220px;height:220px}.deity-editorial-symbol i{position:absolute;display:block}.deity-editorial-halo{top:8px;left:37px;width:146px;height:146px;border:6px solid rgba(201,168,91,.82);border-bottom-color:transparent;border-radius:50%;filter:drop-shadow(0 0 20px rgba(201,168,91,.22));transform:rotate(-9deg)}.deity-editorial-halo:after{content:"";position:absolute;right:-10px;bottom:8px;width:38px;height:10px;border-radius:999px;background:#0a0d18;transform:rotate(-24deg)}.deity-editorial-bird{top:68px;left:92px;width:38px;height:53px;border-radius:58% 42% 66% 34%;background:linear-gradient(155deg,#eee7f7,#9f80bd 66%);transform:rotate(6deg);box-shadow:0 0 28px #a58ac44d}.deity-editorial-bird:before{content:"";position:absolute;top:3px;right:-17px;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:19px solid #c9a85b}.deity-editorial-bird:after{content:"";position:absolute;bottom:-28px;left:13px;width:8px;height:36px;border-radius:80% 20% 70% 30%;background:#8a6aa8;transform:rotate(16deg)}.deity-editorial-wing{top:80px;width:68px;height:38px;border-top:8px solid rgba(232,222,244,.9);border-radius:50%}.deity-editorial-wing--left{left:30px;transform:rotate(-26deg)}.deity-editorial-wing--right{right:27px;transform:scaleX(-1) rotate(-26deg)}.deity-editorial-stone{bottom:22px;left:88px;width:46px;height:46px;border:3px solid rgba(201,168,91,.78);border-radius:50%;background:radial-gradient(circle at 35% 30%,#36374c 0 8%,#070911 58% 100%);box-shadow:0 0 0 10px #a58ac417,0 12px 32px #0000008f}.deity-editorial-root{bottom:2px;width:74px;height:42px;border-bottom:4px solid rgba(124,155,121,.8);border-radius:50%}.deity-editorial-root--left{left:35px;transform:rotate(-18deg)}.deity-editorial-root--right{right:31px;transform:scaleX(-1) rotate(-18deg)}.deity-editorial-dawn{bottom:53px;left:34px;width:152px;height:76px;border-bottom:2px solid rgba(201,168,91,.28);border-radius:50%;filter:drop-shadow(0 0 18px rgba(201,168,91,.2))}.deity-editorial-glance{grid-template-columns:repeat(3,minmax(0,1fr))}.deity-editorial-current-state{border-color:#a58ac447;background:radial-gradient(circle at 90% 20%,rgba(124,155,121,.11),transparent 34%),linear-gradient(135deg,#19152af5,#0c101df5)}.deity-editorial-card-grid article,.deity-editorial-event-grid article{border-color:#a58ac433}.deity-editorial-card-grid article>span,.deity-editorial-event-grid article>span,.deity-editorial-source-count,.deity-editorial-certainty{color:#c4addc}.deity-editorial-connection-groups{display:grid;gap:28px}.deity-editorial-connection-group>h3{margin:0 0 14px;color:var(--color-accent-gold-light);font-size:.82rem;letter-spacing:.12em;text-transform:uppercase}.deity-editorial-event-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.deity-editorial-event-grid article{padding:24px;border:1px solid rgba(165,138,196,.2);border-radius:18px;background:linear-gradient(145deg,#1c1b2deb,#10121feb)}.deity-editorial-event-grid article>span{display:block;margin-bottom:8px;font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.deity-editorial-event-grid h3{margin:0 0 10px;font-family:var(--font-display);font-size:1.35rem}.deity-editorial-event-grid h3 a{color:var(--color-text-primary);text-decoration:none}.deity-editorial-event-grid h3 a:hover{color:var(--color-accent-gold-light)}.deity-editorial-event-grid p{margin:0;color:var(--color-text-secondary);line-height:1.65}.deity-editorial-source-count,.deity-editorial-certainty{display:inline-block;margin-top:12px;font-size:.75rem;font-weight:700}.deity-editorial-related{border-color:#a58ac43d}@media(max-width:900px){.deities-archive-hero,.deities-archive-feature,.deity-editorial-hero{grid-template-columns:1fr}.deities-archive-hero aside,.deities-archive-feature__symbol{min-height:220px}.deity-editorial-glance{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.deities-archive-page{width:min(100% - 20px,1400px);padding-top:22px}.deities-archive-hero,.deities-archive-feature{padding:24px 20px;border-radius:20px}.deities-archive-hero aside{display:none}.deities-archive-feature__symbol{min-height:205px}.deity-editorial-glance,.deity-editorial-event-grid{grid-template-columns:1fr}}.bestiary-archive-page{width:min(1400px,calc(100% - 32px));margin:0 auto;padding:clamp(32px,5vw,72px) 0}.bestiary-archive-hero{position:relative;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(260px,.55fr);gap:clamp(28px,5vw,72px);overflow:hidden;margin-bottom:32px;padding:clamp(28px,5vw,64px);border:1px solid rgba(174,143,99,.28);border-radius:28px;background:radial-gradient(circle at 82% 18%,rgba(111,78,139,.22),transparent 34%),radial-gradient(circle at 12% 92%,rgba(108,132,97,.12),transparent 30%),linear-gradient(135deg,#18151ffa,#0a0e18fa);box-shadow:0 24px 80px #00000047}.bestiary-archive-hero:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,transparent 0 69%,rgba(201,168,91,.04) 69% 69.35%,transparent 69.35%),repeating-linear-gradient(120deg,transparent 0 24px,rgba(255,255,255,.012) 25px 26px)}.bestiary-archive-hero>*{position:relative;z-index:1}.bestiary-archive-hero>div>span{display:block;margin-bottom:10px;color:var(--color-accent-gold-light);font-size:.76rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.bestiary-archive-hero h1{margin:0 0 16px;color:var(--color-text-primary);font-family:var(--font-display);font-size:clamp(2.75rem,6vw,5.2rem);line-height:.96}.bestiary-archive-hero p{max-width:790px;margin:0;color:var(--color-text-muted);font-size:1rem;line-height:1.78}.bestiary-archive-hero p+p{margin-top:14px}.bestiary-archive-hero .bestiary-archive-hero__lead{color:var(--color-text-secondary);font-size:clamp(1.05rem,2vw,1.24rem);line-height:1.66}.bestiary-archive-hero aside{display:flex;min-height:270px;flex-direction:column;align-items:center;justify-content:center;padding:24px;border:1px solid rgba(201,168,91,.18);border-radius:22px;background:#06081275;text-align:center}.bestiary-archive-hero aside strong{margin-top:18px;color:var(--color-text-primary);font-family:var(--font-display);font-size:1.25rem}.bestiary-archive-hero aside span{max-width:240px;margin-top:8px;color:var(--color-text-muted);font-size:.88rem;line-height:1.55}.bestiary-archive-symbol{position:relative;width:180px;height:180px;filter:drop-shadow(0 18px 28px rgba(0,0,0,.34))}.bestiary-archive-symbol i{position:absolute;display:block}.bestiary-archive-symbol__face{top:52px;left:48px;width:84px;height:78px;border:3px solid rgba(213,198,171,.72);border-radius:52% 52% 45% 45%;background:linear-gradient(155deg,#ddd2bee6,#65564ceb);clip-path:polygon(10% 0,90% 0,100% 58%,72% 100%,50% 88%,28% 100%,0 58%)}.bestiary-archive-symbol__ear{top:24px;width:48px;height:70px;border:3px solid rgba(201,168,91,.7);background:linear-gradient(155deg,#876793d1,#372c41f2);clip-path:polygon(50% 0,100% 100%,0 82%)}.bestiary-archive-symbol__ear--left{left:39px;transform:rotate(-18deg)}.bestiary-archive-symbol__ear--right{right:39px;transform:scaleX(-1) rotate(-18deg)}.bestiary-archive-symbol__eye{top:81px;width:18px;height:18px;border:3px solid rgba(230,221,238,.82);border-radius:50%;background:radial-gradient(circle at center,#1b1124 0 18%,#8d61a7 20% 58%,#33223f 60% 100%);box-shadow:0 0 16px #8d61a76b}.bestiary-archive-symbol__eye:before,.bestiary-archive-symbol__eye:after{content:"";position:absolute;width:3px;height:3px;border-radius:50%;background:#ece1f4b8}.bestiary-archive-symbol__eye:before{top:3px;left:3px}.bestiary-archive-symbol__eye:after{right:3px;bottom:3px}.bestiary-archive-symbol__eye--left{left:63px}.bestiary-archive-symbol__eye--right{right:63px}.bestiary-archive-symbol__track{bottom:20px;width:34px;height:26px;border:3px solid rgba(201,168,91,.54);border-radius:52% 48% 58% 42%;opacity:.72}.bestiary-archive-symbol__track:before,.bestiary-archive-symbol__track:after{content:"";position:absolute;top:-11px;width:10px;height:12px;border:2px solid rgba(201,168,91,.48);border-radius:50%}.bestiary-archive-symbol__track:before{left:1px}.bestiary-archive-symbol__track:after{right:1px}.bestiary-archive-symbol__track--one{left:44px;transform:rotate(-18deg)}.bestiary-archive-symbol__track--two{right:42px;transform:rotate(14deg) scale(.82);opacity:.44}.bestiary-archive-controls{margin-bottom:28px}.bestiary-archive-empty{padding:48px;border:1px solid var(--color-border);border-radius:18px;background:var(--color-bg-card);color:var(--color-text-muted);text-align:center}.creature-editorial-page{--item-editorial-accent: #9b72b3;--item-editorial-accent-rgb: 155, 114, 179;--item-editorial-secondary: #c39a59;--item-editorial-secondary-rgb: 195, 154, 89;--item-editorial-support: #879d75;--item-editorial-support-rgb: 135, 157, 117}.creature-editorial-hero{grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);background:radial-gradient(circle at 82% 18%,rgba(155,114,179,.22),transparent 31%),radial-gradient(circle at 14% 94%,rgba(135,157,117,.09),transparent 30%),linear-gradient(135deg,#16131ffc,#080c17fc)}.creature-editorial-hero:before{background:linear-gradient(90deg,transparent 0 64%,rgba(195,154,89,.05) 64% 64.35%,transparent 64.35%),repeating-linear-gradient(120deg,transparent 0 28px,rgba(255,255,255,.012) 29px 30px)}.creature-editorial-portrait-card{overflow:hidden;align-self:stretch;min-height:480px;border:1px solid rgba(195,154,89,.2);border-radius:22px;background:#050812a8;box-shadow:0 18px 48px #0000004d}.creature-editorial-portrait-card img{display:block;width:100%;height:360px;object-fit:cover;object-position:center 38%}.creature-editorial-portrait-card>div:last-child{padding:20px 22px 22px}.creature-editorial-portrait-card span{display:block;margin-bottom:6px;color:#c7a6d7;font-size:.7rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.creature-editorial-portrait-card strong{display:block;color:var(--color-text-primary);font-family:var(--font-display);font-size:1.35rem}.creature-editorial-portrait-card p{margin:8px 0 0;color:var(--color-text-muted);font-size:.82rem;line-height:1.55}.creature-editorial-portrait-placeholder{display:grid;min-height:360px;place-items:center;color:var(--color-accent-gold-light);font-size:5rem}.creature-editorial-glance{grid-template-columns:repeat(5,minmax(0,1fr))}.creature-editorial-current-state{border-color:#9b72b347;background:radial-gradient(circle at 90% 20%,rgba(135,157,117,.1),transparent 34%),linear-gradient(135deg,#1a1627f5,#0c101df5)}.creature-editorial-card-grid article{border-color:#9b72b333}.creature-editorial-card-grid article>span,.creature-editorial-certainty,.creature-editorial-source-count{color:#c7a6d7}.creature-editorial-certainty,.creature-editorial-source-count{display:inline-block;margin-top:12px;font-size:.75rem;font-weight:700}.creature-editorial-connection-groups{display:grid;gap:28px}.creature-editorial-connection-group>h3{margin:0 0 14px;color:var(--color-accent-gold-light);font-size:.82rem;letter-spacing:.12em;text-transform:uppercase}.creature-editorial-related{border-color:#9b72b33d}@media(max-width:1000px){.bestiary-archive-hero,.creature-editorial-hero{grid-template-columns:1fr}.bestiary-archive-hero aside{min-height:220px}.creature-editorial-portrait-card{min-height:0}.creature-editorial-portrait-card img{height:min(64vw,520px);object-position:center 35%}.creature-editorial-glance{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:640px){.bestiary-archive-page{width:min(100% - 20px,1400px);padding-top:22px}.bestiary-archive-hero{padding:24px 20px;border-radius:20px}.bestiary-archive-hero aside{display:none}.creature-editorial-glance{grid-template-columns:1fr}.creature-editorial-portrait-card img{height:420px}}.creature-editorial-page--wulferic{--item-editorial-accent: #7f92a7;--item-editorial-accent-rgb: 127, 146, 167;--item-editorial-secondary: #b79258;--item-editorial-secondary-rgb: 183, 146, 88;--item-editorial-support: #657866;--item-editorial-support-rgb: 101, 120, 102}.creature-editorial-page--wulferic .creature-editorial-hero{background:radial-gradient(circle at 82% 18%,rgba(127,146,167,.22),transparent 31%),radial-gradient(circle at 14% 94%,rgba(101,120,102,.1),transparent 30%),linear-gradient(135deg,#12161efc,#070b12fc)}.creature-editorial-page--wulferic .creature-editorial-current-state{border-color:#7f92a747;background:radial-gradient(circle at 90% 20%,rgba(101,120,102,.12),transparent 34%),linear-gradient(135deg,#141922f5,#0a0e16f5)}.creature-editorial-portrait-placeholder--wolf{position:relative;overflow:hidden;min-height:360px;background:radial-gradient(circle at 50% 42%,rgba(127,146,167,.18),transparent 34%),linear-gradient(160deg,#171c26f5,#05080efc)}.creature-editorial-portrait-placeholder--wolf:before{position:absolute;inset:9% 12%;border:1px solid rgba(183,146,88,.22);border-radius:50%;content:""}.creature-editorial-portrait-placeholder--wolf i{position:absolute;display:block}.creature-wolf-symbol__head{top:24%;left:50%;width:148px;height:166px;border:2px solid rgba(202,213,226,.82);border-radius:42% 42% 48% 48%/32% 32% 66% 66%;background:linear-gradient(160deg,#7f92a73d,#080c13f5);box-shadow:0 22px 45px #00000070;transform:translate(-50%)}.creature-wolf-symbol__ear{top:17%;z-index:1;width:70px;height:98px;border:2px solid rgba(202,213,226,.82);background:linear-gradient(155deg,#7f92a72e,#080c13fa)}.creature-wolf-symbol__ear--left{left:calc(50% - 78px);border-radius:80% 12% 60% 18%;transform:rotate(-18deg) skewY(-8deg)}.creature-wolf-symbol__ear--right{right:calc(50% - 78px);border-radius:12% 80% 18% 60%;transform:rotate(18deg) skewY(8deg)}.creature-wolf-symbol__eye{top:43%;z-index:2;width:16px;height:8px;border-radius:100%;background:#c7a15f;box-shadow:0 0 18px #c7a15f7a}.creature-wolf-symbol__eye--left{left:calc(50% - 45px);transform:rotate(8deg)}.creature-wolf-symbol__eye--right{right:calc(50% - 45px);transform:rotate(-8deg)}.creature-wolf-symbol__muzzle{top:51%;left:50%;z-index:2;width:74px;height:62px;border:1px solid rgba(202,213,226,.55);border-radius:48% 48% 56% 56%;background:#06090fbd;transform:translate(-50%)}.creature-wolf-symbol__muzzle:before{position:absolute;top:12px;left:50%;width:25px;height:17px;border-radius:55% 55% 68% 68%;background:#cad5e2e0;content:"";transform:translate(-50%)}.creature-wolf-symbol__cowl{top:62%;left:50%;z-index:1;width:210px;height:94px;border:2px solid rgba(183,146,88,.58);border-top:0;border-radius:0 0 48% 48%;transform:translate(-50%)}.creature-wolf-symbol__quiver{top:32%;right:17%;width:18px;height:150px;border:2px solid rgba(183,146,88,.7);border-radius:9px 9px 16px 16px;transform:rotate(19deg)}.creature-wolf-symbol__quiver:before,.creature-wolf-symbol__quiver:after{position:absolute;top:-28px;width:2px;height:38px;background:#b79258bf;content:""}.creature-wolf-symbol__quiver:before{left:3px;transform:rotate(-4deg)}.creature-wolf-symbol__quiver:after{right:3px;transform:rotate(4deg)}.creature-editorial-page--hala{--item-editorial-accent: #9ebc9b;--item-editorial-accent-rgb: 158, 188, 155;--item-editorial-secondary: #c1a366;--item-editorial-secondary-rgb: 193, 163, 102;--item-editorial-support: #8a7660;--item-editorial-support-rgb: 138, 118, 96}.creature-editorial-page--hala .creature-editorial-hero{background:radial-gradient(circle at 82% 16%,rgba(158,188,155,.2),transparent 31%),radial-gradient(circle at 12% 92%,rgba(193,163,102,.1),transparent 30%),linear-gradient(135deg,#121917fc,#070c0cfc)}.creature-editorial-page--hala .creature-editorial-current-state{border-color:#9ebc9b47;background:radial-gradient(circle at 88% 18%,rgba(193,163,102,.1),transparent 34%),linear-gradient(135deg,#131c19f5,#090f0ef5)}.creature-editorial-portrait-placeholder--deer{position:relative;overflow:hidden;min-height:360px;background:radial-gradient(circle at 50% 40%,rgba(158,188,155,.18),transparent 34%),linear-gradient(160deg,#17201df5,#060b0afc)}.creature-editorial-portrait-placeholder--deer i{position:absolute;display:block}.creature-deer-symbol__ring{inset:10% 15%;border:1px solid rgba(193,163,102,.28);border-radius:50%}.creature-deer-symbol__ring:before,.creature-deer-symbol__ring:after{position:absolute;top:50%;width:35%;height:1px;background:#c1a36633;content:""}.creature-deer-symbol__ring:before{left:-8%;transform:rotate(24deg)}.creature-deer-symbol__ring:after{right:-8%;transform:rotate(-24deg)}.creature-deer-symbol__head{top:31%;left:50%;z-index:3;width:112px;height:154px;border:2px solid rgba(222,232,217,.82);border-radius:46% 46% 58% 58%/34% 34% 70% 70%;background:linear-gradient(160deg,#9ebc9b33,#080e0cf5);box-shadow:0 22px 45px #0000006b;transform:translate(-50%)}.creature-deer-symbol__ear{top:34%;z-index:2;width:68px;height:32px;border:2px solid rgba(222,232,217,.76);background:linear-gradient(150deg,#9ebc9b2e,#070c0bfa)}.creature-deer-symbol__ear--left{left:calc(50% - 100px);border-radius:80% 18% 72% 20%;transform:rotate(14deg)}.creature-deer-symbol__ear--right{right:calc(50% - 100px);border-radius:18% 80% 20% 72%;transform:rotate(-14deg)}.creature-deer-symbol__antler{top:12%;z-index:1;width:76px;height:126px;border-top:3px solid rgba(193,163,102,.78)}.creature-deer-symbol__antler:before,.creature-deer-symbol__antler:after{position:absolute;width:44px;height:55px;border-top:3px solid rgba(193,163,102,.72);content:""}.creature-deer-symbol__antler--left{left:calc(50% - 82px);border-left:3px solid rgba(193,163,102,.78);border-radius:78% 0 0;transform:rotate(-8deg)}.creature-deer-symbol__antler--left:before{top:27px;left:-28px;border-left:3px solid rgba(193,163,102,.72);border-radius:80% 0 0;transform:rotate(-18deg)}.creature-deer-symbol__antler--left:after{top:58px;left:-12px;border-left:3px solid rgba(193,163,102,.72);border-radius:80% 0 0;transform:rotate(-8deg)}.creature-deer-symbol__antler--right{right:calc(50% - 82px);border-right:3px solid rgba(193,163,102,.78);border-radius:0 78% 0 0;transform:rotate(8deg)}.creature-deer-symbol__antler--right:before{top:27px;right:-28px;border-right:3px solid rgba(193,163,102,.72);border-radius:0 80% 0 0;transform:rotate(18deg)}.creature-deer-symbol__antler--right:after{top:58px;right:-12px;border-right:3px solid rgba(193,163,102,.72);border-radius:0 80% 0 0;transform:rotate(8deg)}.creature-deer-symbol__eye{top:47%;z-index:4;width:13px;height:7px;border-radius:100%;background:#cfb06f;box-shadow:0 0 16px #cfb06f70}.creature-deer-symbol__eye--left{left:calc(50% - 34px);transform:rotate(7deg)}.creature-deer-symbol__eye--right{right:calc(50% - 34px);transform:rotate(-7deg)}.creature-deer-symbol__muzzle{top:55%;left:50%;z-index:4;width:54px;height:55px;border:1px solid rgba(222,232,217,.48);border-radius:50% 50% 60% 60%;background:#070c0bb8;transform:translate(-50%)}.creature-deer-symbol__muzzle:before{position:absolute;top:12px;left:50%;width:22px;height:13px;border-radius:55% 55% 70% 70%;background:#dee8d9d1;content:"";transform:translate(-50%)}.creature-deer-symbol__branch{bottom:13%;z-index:1;width:120px;height:48px;border-top:2px solid rgba(158,188,155,.46)}.creature-deer-symbol__branch:before,.creature-deer-symbol__branch:after{position:absolute;top:-2px;width:48px;height:25px;border-top:2px solid rgba(158,188,155,.4);content:""}.creature-deer-symbol__branch--left{left:10%;border-left:2px solid rgba(158,188,155,.46);border-radius:75% 0 0;transform:rotate(8deg)}.creature-deer-symbol__branch--left:before{left:18px;border-left:2px solid rgba(158,188,155,.4);border-radius:75% 0 0;transform:rotate(-22deg)}.creature-deer-symbol__branch--left:after{left:58px;border-left:2px solid rgba(158,188,155,.4);border-radius:75% 0 0;transform:rotate(-8deg)}.creature-deer-symbol__branch--right{right:10%;border-right:2px solid rgba(158,188,155,.46);border-radius:0 75% 0 0;transform:rotate(-8deg)}.creature-deer-symbol__branch--right:before{right:18px;border-right:2px solid rgba(158,188,155,.4);border-radius:0 75% 0 0;transform:rotate(22deg)}.creature-deer-symbol__branch--right:after{right:58px;border-right:2px solid rgba(158,188,155,.4);border-radius:0 75% 0 0;transform:rotate(8deg)}.creature-editorial-page--nightingale{--item-editorial-accent: #8b82bc;--item-editorial-accent-rgb: 139, 130, 188;--item-editorial-secondary: #c4a667;--item-editorial-secondary-rgb: 196, 166, 103;--item-editorial-support: #667f8d;--item-editorial-support-rgb: 102, 127, 141}.creature-editorial-page--nightingale .creature-editorial-hero{background:radial-gradient(circle at 80% 18%,rgba(139,130,188,.24),transparent 31%),radial-gradient(circle at 18% 92%,rgba(102,127,141,.11),transparent 32%),linear-gradient(135deg,#141222fc,#060a14fc)}.creature-editorial-page--nightingale .creature-editorial-current-state{border-color:#8b82bc4d;background:radial-gradient(circle at 88% 20%,rgba(196,166,103,.1),transparent 34%),linear-gradient(135deg,#181527f5,#090d18f5)}.creature-editorial-portrait-placeholder--nightingale{position:relative;overflow:hidden;min-height:360px;background:radial-gradient(circle at 50% 36%,rgba(139,130,188,.2),transparent 35%),radial-gradient(circle at 50% 78%,rgba(196,166,103,.1),transparent 26%),linear-gradient(160deg,#19162af7,#050912fc)}.creature-editorial-portrait-placeholder--nightingale i{position:absolute;display:block}.creature-nightingale-symbol__halo{top:11%;left:50%;width:230px;height:230px;border:2px solid rgba(196,166,103,.48);border-radius:50%;box-shadow:0 0 0 18px #c4a66706,0 0 36px #8b82bc1f;transform:translate(-50%)}.creature-nightingale-symbol__halo:before,.creature-nightingale-symbol__halo:after{position:absolute;top:-4px;width:50%;height:calc(100% + 8px);background:#080b16fa;content:""}.creature-nightingale-symbol__halo:before{left:22%;clip-path:polygon(42% 0,66% 0,54% 23%,70% 42%,52% 58%,65% 78%,44% 100%,28% 100%,43% 76%,30% 58%,47% 41%,33% 21%)}.creature-nightingale-symbol__halo:after{right:-12%;width:20%;clip-path:polygon(0 0,100% 0,58% 21%,100% 40%,50% 61%,100% 82%,0 100%);opacity:.8}.creature-nightingale-symbol__body{top:38%;left:50%;z-index:4;width:92px;height:128px;border:2px solid rgba(222,226,242,.84);border-radius:58% 42% 52% 48%/46% 44% 56% 54%;background:linear-gradient(155deg,#8b82bc4d,#070a14fa);box-shadow:0 24px 48px #00000075;transform:translate(-50%) rotate(-4deg)}.creature-nightingale-symbol__head{top:29%;left:calc(50% + 20px);z-index:6;width:58px;height:58px;border:2px solid rgba(222,226,242,.86);border-radius:50%;background:radial-gradient(circle at 64% 40%,#c9aa69 0 4px,transparent 5px),#0a0d19fa}.creature-nightingale-symbol__beak{top:37%;left:calc(50% + 70px);z-index:5;width:48px;height:18px;background:#c4a667e0;clip-path:polygon(0 15%,100% 50%,0 85%);transform:rotate(-4deg)}.creature-nightingale-symbol__wing{top:37%;z-index:3;width:126px;height:152px;border:2px solid rgba(211,216,236,.72);background:repeating-linear-gradient(160deg,transparent 0 19px,rgba(196,166,103,.16) 20px 22px),linear-gradient(155deg,#8b82bc33,#070a14fa)}.creature-nightingale-symbol__wing--left{left:calc(50% - 148px);border-radius:88% 18% 74% 24%/38% 28% 72% 62%;transform:rotate(-24deg)}.creature-nightingale-symbol__wing--right{right:calc(50% - 148px);border-radius:18% 88% 24% 74%/28% 38% 62% 72%;transform:rotate(22deg)}.creature-nightingale-symbol__tail{top:66%;z-index:2;width:42px;height:92px;border:1px solid rgba(211,216,236,.64);background:linear-gradient(180deg,#8b82bc29,#070a14fa);clip-path:polygon(10% 0,90% 0,64% 100%,38% 100%)}.creature-nightingale-symbol__tail--left{left:calc(50% - 36px);transform:rotate(12deg)}.creature-nightingale-symbol__tail--right{right:calc(50% - 34px);transform:rotate(-12deg)}.creature-nightingale-symbol__stone{bottom:9%;left:50%;z-index:7;width:74px;height:74px;border:2px solid rgba(196,166,103,.6);border-radius:50%;background:radial-gradient(circle at 38% 32%,rgba(139,130,188,.28),transparent 20%),linear-gradient(145deg,#1d1c2bfa,#05070dfc);box-shadow:0 0 26px #c4a66724;transform:translate(-50%)}.creature-nightingale-symbol__stone:before{position:absolute;inset:15px;border:1px solid rgba(211,216,236,.34);border-radius:50%;content:""}.creature-nightingale-symbol__star{z-index:8;width:7px;height:7px;border-radius:50%;background:#e0cc99e0;box-shadow:0 0 13px #e0cc998f}.creature-nightingale-symbol__star--one{top:19%;left:23%}.creature-nightingale-symbol__star--two{top:24%;right:20%;width:4px;height:4px}.culture-archive-page{width:min(1400px,calc(100% - 32px));margin:0 auto;padding:clamp(32px,5vw,72px) 0}.culture-archive-hero{position:relative;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(260px,.55fr);gap:clamp(28px,5vw,72px);overflow:hidden;margin-bottom:32px;padding:clamp(28px,5vw,64px);border:1px solid rgba(180,142,92,.28);border-radius:28px;background:radial-gradient(circle at 82% 18%,rgba(126,78,87,.2),transparent 34%),radial-gradient(circle at 12% 92%,rgba(111,128,91,.12),transparent 30%),linear-gradient(135deg,#1c161bfa,#0a0e15fa);box-shadow:0 24px 80px #00000047}.culture-archive-hero:before{position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,transparent 0 69%,rgba(201,168,91,.04) 69% 69.35%,transparent 69.35%),repeating-linear-gradient(120deg,transparent 0 24px,rgba(255,255,255,.012) 25px 26px);content:""}.culture-archive-hero>*{position:relative;z-index:1}.culture-archive-hero>div>span{display:block;margin-bottom:10px;color:var(--color-accent-gold-light);font-size:.76rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.culture-archive-hero h1{margin:0 0 16px;color:var(--color-text-primary);font-family:var(--font-display);font-size:clamp(2.75rem,6vw,5.2rem);line-height:.96}.culture-archive-hero p{max-width:790px;margin:0;color:var(--color-text-muted);font-size:1rem;line-height:1.78}.culture-archive-hero p+p{margin-top:14px}.culture-archive-hero .culture-archive-hero__lead{color:var(--color-text-secondary);font-size:clamp(1.05rem,2vw,1.24rem);line-height:1.66}.culture-archive-hero aside{display:flex;min-height:270px;flex-direction:column;align-items:center;justify-content:center;padding:24px;border:1px solid rgba(201,168,91,.18);border-radius:22px;background:#06081075;text-align:center}.culture-archive-hero aside strong{margin-top:18px;color:var(--color-text-primary);font-family:var(--font-display);font-size:1.25rem}.culture-archive-hero aside span{max-width:250px;margin-top:8px;color:var(--color-text-muted);font-size:.88rem;line-height:1.55}.culture-archive-symbol{position:relative;width:180px;height:180px;filter:drop-shadow(0 18px 28px rgba(0,0,0,.34))}.culture-archive-symbol i{position:absolute;display:block}.culture-archive-symbol__ring{inset:17px;border:2px solid rgba(201,168,91,.42);border-radius:50%;box-shadow:0 0 0 13px #c9a85b08}.culture-archive-symbol__path{top:28px;left:50%;width:64px;height:128px;border:3px solid rgba(180,142,92,.7);border-top-color:transparent;border-bottom-color:transparent;border-radius:50%;transform:translate(-50%) rotate(8deg)}.culture-archive-symbol__flame{top:45px;left:50%;width:28px;height:44px;border-radius:65% 35% 60% 40%/72% 38% 62% 28%;background:linear-gradient(160deg,#e3c57c,#8f5d42 70%);box-shadow:0 0 24px #d6af5547;transform:translate(-50%) rotate(12deg)}.culture-archive-symbol__bowl{bottom:41px;left:50%;width:82px;height:36px;border:3px solid rgba(213,198,171,.68);border-top:0;border-radius:0 0 50% 50%;background:linear-gradient(180deg,#895b444d,#2a1c1feb);transform:translate(-50%)}.culture-archive-symbol__thread{top:60px;width:56px;height:72px;border-top:2px solid rgba(111,128,91,.7);border-radius:50%}.culture-archive-symbol__thread--left{left:29px;border-left:2px solid rgba(111,128,91,.7);transform:rotate(-24deg)}.culture-archive-symbol__thread--right{right:29px;border-right:2px solid rgba(111,128,91,.7);transform:rotate(24deg)}.culture-archive-controls{max-width:840px;margin-bottom:28px}.culture-archive-controls .archive-controls{grid-template-columns:minmax(0,1fr)}.culture-archive-controls .archive-controls__field--wide{grid-column:auto}.culture-archive-empty{padding:48px;border:1px solid var(--color-border);border-radius:18px;background:var(--color-bg-card);color:var(--color-text-muted);text-align:center}.culture-editorial-page{--item-editorial-accent: #aa786d;--item-editorial-accent-rgb: 170, 120, 109;--item-editorial-secondary: #c49b57;--item-editorial-secondary-rgb: 196, 155, 87;--item-editorial-support: #748466;--item-editorial-support-rgb: 116, 132, 102}.culture-editorial-hero{grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);background:radial-gradient(circle at 82% 18%,rgba(170,120,109,.22),transparent 31%),radial-gradient(circle at 14% 94%,rgba(116,132,102,.1),transparent 30%),linear-gradient(135deg,#1b151bfc,#080c14fc)}.culture-editorial-hero:before{background:linear-gradient(90deg,transparent 0 64%,rgba(196,155,87,.05) 64% 64.35%,transparent 64.35%),repeating-linear-gradient(120deg,transparent 0 28px,rgba(255,255,255,.012) 29px 30px)}.culture-editorial-symbol-card{overflow:hidden;align-self:stretch;min-height:480px;border:1px solid rgba(196,155,87,.2);border-radius:22px;background:#050810a8;box-shadow:0 18px 48px #0000004d}.culture-editorial-symbol-card>div:last-child{padding:20px 22px 22px}.culture-editorial-symbol-card span{display:block;margin-bottom:6px;color:#d0a29a;font-size:.7rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.culture-editorial-symbol-card strong{display:block;color:var(--color-text-primary);font-family:var(--font-display);font-size:1.35rem}.culture-editorial-symbol-card p{margin:8px 0 0;color:var(--color-text-muted);font-size:.82rem;line-height:1.55}.culture-editorial-symbol{position:relative;display:grid;min-height:360px;place-items:center;overflow:hidden;color:var(--color-accent-gold-light);background:radial-gradient(circle at 50% 40%,rgba(170,120,109,.2),transparent 36%),linear-gradient(160deg,#1f171df7,#050911fc);font-size:5rem}.culture-editorial-symbol i{position:absolute;display:block}.culture-farramh-symbol__halo{top:42px;left:50%;width:235px;height:235px;border:2px solid rgba(196,155,87,.34);border-radius:50%;box-shadow:0 0 0 18px #c49b5706;transform:translate(-50%)}.culture-farramh-symbol__cloth{top:125px;left:50%;width:180px;height:115px;border:2px solid rgba(224,211,193,.7);border-radius:58% 42% 48% 52%/32% 36% 64% 68%;background:linear-gradient(150deg,#e1d3bf29,#422d3261),#0a0c13db;clip-path:polygon(10% 8%,88% 0,100% 82%,72% 100%,40% 90%,0 100%);transform:translate(-50%) rotate(-2deg)}.culture-farramh-symbol__bowl{bottom:42px;left:50%;z-index:5;width:96px;height:42px;border:3px solid rgba(196,155,87,.72);border-top:0;border-radius:0 0 52% 52%;background:linear-gradient(180deg,#8f58416b,#26191df0);transform:translate(-50%)}.culture-farramh-symbol__coin{bottom:58px;z-index:6;width:18px;height:18px;border:2px solid rgba(233,202,121,.72);border-radius:50%;background:#684827e0}.culture-farramh-symbol__coin--one{left:calc(50% - 23px)}.culture-farramh-symbol__coin--two{right:calc(50% - 25px);transform:scale(.8)}.culture-farramh-symbol__candle{bottom:80px;z-index:4;width:16px;height:92px;border:1px solid rgba(228,216,196,.72);background:linear-gradient(90deg,#c6b899,#eee3cd 55%,#998b70);box-shadow:0 12px 22px #00000057}.culture-farramh-symbol__candle--left{left:55px}.culture-farramh-symbol__candle--right{right:54px;height:72px}.culture-farramh-symbol__flame{z-index:6;width:18px;height:31px;border-radius:70% 30% 68% 32%/75% 34% 66% 25%;background:linear-gradient(160deg,#f1d58d,#b06b45 72%);box-shadow:0 0 22px #ebb8586b;transform:rotate(10deg)}.culture-farramh-symbol__flame--left{bottom:170px;left:54px}.culture-farramh-symbol__flame--right{right:53px;bottom:150px;transform:scale(.9) rotate(-8deg)}.culture-farramh-symbol__branch{bottom:34px;z-index:2;width:122px;height:60px;border-top:2px solid rgba(116,132,102,.56)}.culture-farramh-symbol__branch:before,.culture-farramh-symbol__branch:after{position:absolute;top:-2px;width:50px;height:26px;border-top:2px solid rgba(116,132,102,.48);content:""}.culture-farramh-symbol__branch--left{left:22px;border-left:2px solid rgba(116,132,102,.56);border-radius:72% 0 0;transform:rotate(8deg)}.culture-farramh-symbol__branch--right{right:22px;border-right:2px solid rgba(116,132,102,.56);border-radius:0 72% 0 0;transform:rotate(-8deg)}.culture-editorial-glance{grid-template-columns:repeat(5,minmax(0,1fr))}.culture-editorial-observed-example{border-color:#aa786d47;background:radial-gradient(circle at 90% 20%,rgba(116,132,102,.11),transparent 34%),linear-gradient(135deg,#22191ff5,#0c101af5)}.culture-editorial-card-grid article{border-color:#aa786d33}.culture-editorial-card-grid article>span,.culture-editorial-certainty,.culture-editorial-source-count{color:#d0a29a}.culture-editorial-certainty,.culture-editorial-source-count{display:inline-block;margin-top:12px;font-size:.75rem;font-weight:700}.culture-editorial-participant-groups{display:grid;gap:28px}.culture-editorial-participant-group>h3{margin:0 0 14px;color:var(--color-accent-gold-light);font-size:.82rem;letter-spacing:.12em;text-transform:uppercase}.culture-editorial-related{border-color:#aa786d3d}@media(max-width:1000px){.culture-archive-hero,.culture-editorial-hero{grid-template-columns:1fr}.culture-archive-hero aside{min-height:220px}.culture-editorial-symbol-card{min-height:0}.culture-editorial-glance{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:640px){.culture-archive-page{width:min(100% - 20px,1400px);padding-top:22px}.culture-archive-hero{padding:24px 20px;border-radius:20px}.culture-archive-hero aside{display:none}.culture-editorial-glance{grid-template-columns:1fr}}@media(min-width:1381px){:root{--site-header-height: 86px}.site-header-inner{min-height:var(--site-header-height);padding:0;grid-template-areas:"brand navigation actions";grid-template-columns:auto minmax(0,1fr) auto;row-gap:0}.site-desktop-nav{width:auto;padding-top:0;justify-content:center;gap:10px;border-top:0}.site-nav-link{padding:10px 16px}}.home-section-heading--with-copy{align-items:end}.home-section-heading--with-copy>p{max-width:520px;color:var(--color-text-muted);font-size:14px;line-height:1.65}.home-primary-path-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.home-primary-path-card{position:relative;display:flex;min-height:280px;flex-direction:column;overflow:hidden;padding:24px;border:1px solid rgba(107,76,154,.64);border-radius:16px;background:radial-gradient(circle at 18% 8%,rgba(212,175,55,.12),transparent 36%),linear-gradient(145deg,#241e34db,#0d0d14f5);color:var(--color-text-primary);box-shadow:0 20px 48px #00000038;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.home-primary-path-card:after{position:absolute;right:-48px;bottom:-60px;width:190px;height:190px;border:1px solid rgba(212,175,55,.11);border-radius:50%;content:"";pointer-events:none}.home-primary-path-card:hover,.home-primary-path-card:focus-visible{transform:translateY(-4px);border-color:#d4af378c;box-shadow:0 26px 60px #00000052}.home-primary-path-mark{display:grid;width:52px;height:52px;margin-bottom:22px;place-content:center;border:1px solid rgba(212,175,55,.58);border-radius:50%;color:var(--color-accent-gold-light);font-family:var(--font-display);font-size:20px;box-shadow:inset 0 0 0 7px #d4af3709}.home-primary-path-kicker{color:var(--color-accent-purple-light);font-family:var(--font-display);font-size:11px;letter-spacing:.14em;text-transform:uppercase}.home-primary-path-card h3{margin:8px 0 12px;color:var(--color-accent-gold);font-size:clamp(22px,2.4vw,30px)}.home-primary-path-card p{color:var(--color-text-secondary);font-size:14px;line-height:1.65}.home-primary-path-label{margin-top:auto;padding-top:24px;color:var(--color-accent-gold-light);font-family:var(--font-display);font-size:13px;letter-spacing:.045em}.home-browse-by-type{display:grid;grid-template-columns:minmax(210px,.42fr) minmax(0,1fr);gap:20px;align-items:start;margin-top:22px;padding:22px;border:1px solid rgba(45,45,61,.9);border-radius:14px;background:#0c0c129e}.home-browse-by-type>div:first-child>span{display:block;margin-bottom:5px;color:var(--color-accent-purple-light);font-family:var(--font-display);font-size:11px;letter-spacing:.14em;text-transform:uppercase}.home-browse-by-type h3{color:var(--color-accent-gold);font-size:22px}.home-browse-chip-grid{display:flex;flex-wrap:wrap;gap:10px}.home-browse-chip{display:inline-flex;min-height:40px;align-items:center;justify-content:center;gap:9px;padding:9px 13px;border:1px solid rgba(107,76,154,.54);border-radius:999px;background:#6b4c9a14;color:var(--color-text-secondary);font-family:var(--font-display);font-size:13px;letter-spacing:.035em;transition:border-color .17s ease,background .17s ease,color .17s ease,transform .17s ease}.home-browse-chip small{color:var(--color-text-muted);font-family:var(--font-body);font-size:11px}.home-browse-chip:hover,.home-browse-chip:focus-visible{transform:translateY(-1px);border-color:#d4af378c;background:#d4af3714;color:var(--color-accent-gold-light)}@media(max-width:1120px){.home-primary-path-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-browse-by-type{grid-template-columns:1fr}}@media(max-width:620px){.home-section-heading--with-copy>p{max-width:none}.home-primary-path-grid{grid-template-columns:1fr}.home-primary-path-card{min-height:0;padding:21px}.home-browse-by-type{padding:18px}.home-browse-chip{width:100%;justify-content:space-between}}.world-map-character-overlays{position:absolute;inset:0;z-index:6;pointer-events:none}.world-map-character-marker{position:absolute;display:grid;width:32px;height:32px;place-items:center;padding:0;border:1px solid rgba(212,175,55,.78);border-radius:50%;background:radial-gradient(circle at 50% 28%,rgba(212,175,55,.2),transparent 58%),linear-gradient(145deg,#1a1812fa,#0a0b10fa);color:#fff6dc;cursor:pointer;pointer-events:auto;box-shadow:0 0 0 3px #d4af3714,0 10px 25px #00000061,0 0 20px #d4af372e;animation:world-character-marker-reveal .22s ease both;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease,transform .16s ease}.world-map-character-marker--right{transform:translate(14px,-10px)}.world-map-character-marker--left{transform:translate(-48px,-10px)}.world-map-character-marker:hover,.world-map-character-marker:focus-visible,.world-map-character-marker.is-active{border-color:var(--color-accent-gold-light);background:radial-gradient(circle at 50% 28%,rgba(212,175,55,.28),transparent 58%),linear-gradient(145deg,#312918fc,#100e11fc);color:#fffbe8;box-shadow:0 0 0 4px #d4af371a,0 12px 30px #00000070,0 0 30px #d4af3747;outline:none}.world-map-character-marker--right:hover,.world-map-character-marker--right:focus-visible,.world-map-character-marker--right.is-active{transform:translate(14px,-10px) scale(1.08)}.world-map-character-marker--left:hover,.world-map-character-marker--left:focus-visible,.world-map-character-marker--left.is-active{transform:translate(-48px,-10px) scale(1.08)}.world-map-character-marker__symbol{font-family:var(--font-display);font-size:.62rem;font-weight:700;line-height:1;text-shadow:0 0 10px rgba(212,175,55,.45)}.world-map-character-marker__count{position:absolute;top:-7px;right:-7px;display:grid;min-width:17px;height:17px;place-items:center;padding:0 4px;border:1px solid rgba(157,125,205,.62);border-radius:999px;background:#111017;color:var(--color-accent-purple-light);font-size:.55rem;font-weight:700;line-height:1}.world-map-character-marker__label{position:absolute;top:calc(100% + 8px);display:grid;min-width:max-content;gap:1px;padding:6px 8px;border:1px solid rgba(212,175,55,.24);border-radius:6px;background:#08090deb;box-shadow:0 10px 24px #0000005c;opacity:0;pointer-events:none;text-align:left;transform:translateY(-4px);transition:opacity .14s ease,transform .14s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.world-map-character-marker--right .world-map-character-marker__label{left:0}.world-map-character-marker--left .world-map-character-marker__label{right:0;text-align:right}.world-map-character-marker:hover .world-map-character-marker__label,.world-map-character-marker:focus-visible .world-map-character-marker__label,.world-map-character-marker.is-active .world-map-character-marker__label{opacity:1;transform:translateY(0)}.world-map-character-marker__label strong{color:#fff6dc;font-family:var(--font-display);font-size:.62rem;font-weight:500;letter-spacing:.045em;white-space:nowrap}.world-map-character-marker__label small{color:#aaa18f;font-size:.53rem;letter-spacing:.055em;text-transform:uppercase;white-space:nowrap}.world-map-legend i.is-character{display:inline-grid;width:13px;height:13px;place-items:center;border:1px solid rgba(212,175,55,.6);border-radius:50%;color:var(--color-accent-gold-light);font-family:var(--font-display);font-size:.43rem;font-style:normal;line-height:1}.world-panel-badge--character{border-color:#d4af376b;color:var(--color-accent-gold-light)}.world-panel-heading--character span{color:var(--color-accent-gold-light)}.world-panel-state--character{margin-top:0}@keyframes world-character-marker-reveal{0%{opacity:0;filter:blur(2px)}to{opacity:1;filter:blur(0)}}@media(max-width:700px){.world-map-character-marker{width:28px;height:28px}.world-map-character-marker--right{transform:translate(10px,-8px)}.world-map-character-marker--left{transform:translate(-40px,-8px)}.world-map-character-marker--right:hover,.world-map-character-marker--right:focus-visible,.world-map-character-marker--right.is-active{transform:translate(10px,-8px) scale(1.06)}.world-map-character-marker--left:hover,.world-map-character-marker--left:focus-visible,.world-map-character-marker--left.is-active{transform:translate(-40px,-8px) scale(1.06)}.world-map-character-marker__label{display:none}}@media(prefers-reduced-motion:reduce){.world-map-character-marker{animation:none;transition:none}}
