/* Interactive Rune Codex */
.rune-codex{margin-top:82px;padding-top:70px;border-top:1px solid var(--line)}
.codex-head{display:flex;justify-content:space-between;gap:30px;align-items:flex-end;margin-bottom:38px}
.codex-head>div:first-child{max-width:760px}.codex-head h3{font-family:Cinzel,Georgia,serif;font-size:clamp(27px,3.4vw,46px);margin:10px 0 14px}
.codex-head p:not(.kicker){color:var(--muted);line-height:1.7;margin:0}
.codex-status{white-space:nowrap;color:#8fa3b9;font-size:9px;letter-spacing:.13em;border:1px solid var(--line);padding:10px 12px;border-radius:999px}
.status-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--blue);box-shadow:0 0 12px var(--blue);margin-right:7px}
.codex-grid{display:grid;grid-template-columns:minmax(480px,1.08fr) minmax(330px,.92fr);gap:54px;align-items:center}
.rune-wheel{position:relative;width:min(600px,100%);aspect-ratio:1;margin:auto;background:radial-gradient(circle at center,#182a3a24 0 15%,transparent 16% 100%)}
.orbit{position:absolute;left:50%;top:50%;translate:-50% -50%;border-radius:50%;pointer-events:none}
.orbit-one{width:74%;height:74%;border:1px solid #bfa56e35;box-shadow:0 0 50px #5bc6f010,inset 0 0 40px #5bc6f00b}
.orbit-two{width:42%;height:42%;border:1px solid #66c7f026}
.orbit-one:before,.orbit-one:after{content:"";position:absolute;inset:-4%;border-radius:50%;border:1px dashed #899bb018;transform:rotate(18deg)}
.orbit-one:after{inset:12%;transform:rotate(-21deg)}
.rune-node{position:absolute;left:var(--x);top:var(--y);translate:-50% -50%;width:106px;min-height:116px;padding:0;border:0;background:none;color:#aebacd;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;z-index:2}
.rune-node img{width:86px;height:86px;object-fit:contain;opacity:.64;filter:saturate(.78) brightness(.78);transition:transform .24s ease,filter .24s ease,opacity .24s ease}
.rune-node span{font-size:8px;font-weight:700;letter-spacing:.09em;text-align:center;line-height:1.2;max-width:105px;opacity:.75;transition:color .2s ease,opacity .2s ease}
.rune-node:after{content:"";position:absolute;width:74px;height:74px;border-radius:50%;background:radial-gradient(circle,#69cdf023,transparent 66%);opacity:0;z-index:-1;transition:opacity .2s ease}
.rune-node:hover img,.rune-node:focus-visible img,.rune-node.active img{opacity:1;filter:saturate(1.12) brightness(1.15);transform:scale(1.08)}
.rune-node:hover span,.rune-node:focus-visible span,.rune-node.active span{color:#f2e6c9;opacity:1}
.rune-node:hover:after,.rune-node:focus-visible:after,.rune-node.active:after{opacity:1}
.rune-node:focus-visible{outline:1px solid var(--gold);outline-offset:4px;border-radius:10px}
.herald-node img{width:116px;height:116px}.herald-node{width:140px;min-height:145px}.herald-node:after{width:112px;height:112px;background:radial-gradient(circle,#c8ab7233,transparent 67%)}
.rune-panel{min-height:520px;border:1px solid var(--line);background:linear-gradient(145deg,#0c1524e8,#08101be3);padding:clamp(24px,3.3vw,42px);position:relative;overflow:hidden}
.rune-panel:before{content:"";position:absolute;inset:-25% -35% auto 35%;height:340px;background:radial-gradient(circle,#5fc9f01d,transparent 65%);pointer-events:none}
.rune-panel-top{display:grid;grid-template-columns:104px 1fr;gap:18px;align-items:center;padding-bottom:24px;border-bottom:1px solid var(--line);position:relative}
.rune-panel-top img{width:104px;height:104px;object-fit:contain}.rune-panel-top small,.rune-meta small{color:var(--gold);font-size:8px;letter-spacing:.13em;font-weight:700}
.rune-panel h4{font-family:Cinzel,Georgia,serif;font-size:25px;margin:7px 0 5px;line-height:1.1}.rune-world{margin:0;color:var(--blue);font-size:12px;letter-spacing:.06em}
.rune-description{font-family:Georgia,serif;color:#d6deea;font-size:17px;line-height:1.72;margin:25px 0}
.rune-meta{display:grid;gap:21px}.rune-meta p{color:#c1cddd;margin:8px 0 0;font-size:13px}.rune-meta ul{margin:9px 0 0;padding-left:18px;color:#b8c5d5;font-size:13px;line-height:1.72}
.rune-meta li::marker{color:var(--gold)}.rune-choice{margin-top:27px}.choice-feedback{min-height:20px;margin:10px 0 0;color:#90d8f5;font-size:11px}
@media(max-width:980px){.codex-grid{grid-template-columns:1fr}.rune-wheel{max-width:590px}.rune-panel{min-height:auto}.codex-head{align-items:flex-start;flex-direction:column}.codex-status{align-self:flex-start}}
@media(max-width:620px){.rune-codex{margin-top:62px;padding-top:58px}.rune-wheel{aspect-ratio:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:8px;width:100%;padding:10px 0 20px}.orbit{display:none}.rune-node,.herald-node{position:relative;left:auto;top:auto;translate:none;width:100%;min-height:122px}.rune-node img,.herald-node img{width:82px;height:82px}.rune-node span{font-size:7.5px}.herald-node{order:5}.rune-panel-top{grid-template-columns:82px 1fr}.rune-panel-top img{width:82px;height:82px}}

/* Cartography of the Fracture */
.fracture-atlas{margin-top:92px;padding-top:74px;border-top:1px solid var(--line)}
.atlas-head{display:flex;justify-content:space-between;align-items:flex-end;gap:34px;margin-bottom:38px}.atlas-head>div:first-child{max-width:790px}.atlas-head h3{font-family:Cinzel,Georgia,serif;font-size:clamp(29px,3.6vw,48px);line-height:1.08;margin:9px 0 15px}.atlas-head p:not(.kicker){color:var(--muted);line-height:1.7;margin:0}.atlas-status{white-space:nowrap;color:#8fa3b9;font-size:9px;letter-spacing:.13em;border:1px solid var(--line);padding:10px 12px;border-radius:999px}
.atlas-layout{display:grid;grid-template-columns:minmax(530px,1.2fr) minmax(340px,.8fr);gap:34px;align-items:stretch}.fracture-map{position:relative;min-height:660px;overflow:hidden;border:1px solid #253246;background:radial-gradient(circle at 46% 51%,#64c9ef0e 0 7%,transparent 23%),linear-gradient(145deg,#091322,#050a12 70%)}
.fracture-map:before{content:"";position:absolute;inset:0;background-image:linear-gradient(#8da3ba08 1px,transparent 1px),linear-gradient(90deg,#8da3ba08 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(to bottom,transparent,#000 18% 82%,transparent);pointer-events:none}.fracture-map:after{content:"ARCHIVE COORDINATES UNSTABLE";position:absolute;left:18px;bottom:14px;color:#637487;font:700 7px Inter,Arial,sans-serif;letter-spacing:.2em}
.resonance-streams{position:absolute;inset:0;width:100%;height:100%;overflow:visible}.stream{fill:none;stroke-linecap:round;stroke-width:2;stroke-dasharray:8 13;animation:signalFlow 9s linear infinite}.stream.stable{stroke:#62cfee99;filter:url(#blueGlow)}.stream.faint{stroke:#71cce846;stroke-width:1.2}.stream.corrupt{stroke:#8f285cbb;stroke-width:2.4;filter:url(#wineGlow);animation-duration:6s}.stream.delay{animation-delay:-4s}@keyframes signalFlow{to{stroke-dashoffset:-126}}
.fracture-scar{position:absolute;left:41%;top:16%;width:16%;height:68%;filter:drop-shadow(0 0 13px #55c4e72a);pointer-events:none}.fracture-scar span{position:absolute;left:50%;width:1px;height:42%;background:linear-gradient(transparent,#7bd7f080,transparent);transform-origin:bottom}.fracture-scar span:nth-child(1){top:0;rotate:9deg}.fracture-scar span:nth-child(2){top:30%;left:42%;height:45%;rotate:-13deg}.fracture-scar span:nth-child(3){bottom:0;left:55%;height:38%;rotate:16deg}
.world-node{position:absolute;left:var(--x);top:var(--y);translate:-50% -50%;display:grid;justify-items:center;gap:8px;width:104px;border:0;padding:0;background:none;color:#718196;cursor:pointer;z-index:3}.world-node:before{content:"";position:absolute;top:3px;width:68px;height:59px;background:conic-gradient(from 70deg,transparent 0 15%,#7793aa30 16% 18%,transparent 19% 43%,#7793aa24 44% 47%,transparent 48% 75%,#7793aa35 76% 78%,transparent 79%);clip-path:polygon(8% 20%,29% 0,48% 21%,73% 5%,100% 39%,77% 54%,91% 84%,56% 73%,32% 100%,22% 65%,0 51%);filter:drop-shadow(0 0 8px #56bee935);transition:.3s ease}.world-node i{display:block;position:relative;width:60px;height:54px;clip-path:polygon(9% 16%,38% 0,88% 8%,100% 55%,71% 100%,24% 87%,0 55%);background-image:linear-gradient(145deg,#12203345,#03070bc9),var(--world-texture);background-size:cover;background-position:center;border:1px solid #52677e;box-shadow:inset 0 0 22px #000b,0 0 16px #5ac9ed18;transition:.3s ease}.world-node:nth-of-type(2n) i{clip-path:polygon(26% 0,84% 12%,100% 49%,82% 91%,37% 100%,0 71%,8% 22%)}.world-node:nth-of-type(3n) i{clip-path:polygon(14% 5%,73% 0,100% 34%,89% 82%,55% 100%,8% 87%,0 37%)}.world-node span{max-width:104px;font:700 7px/1.25 Inter,Arial,sans-serif;letter-spacing:.1em;text-align:center;text-shadow:0 2px 6px #000;transition:.25s ease}.world-node:after{content:"";position:absolute;top:19px;width:48px;height:23px;border-radius:50%;background:#63caee52;filter:blur(13px);opacity:.25;transition:.25s ease}.world-node:hover i,.world-node:focus-visible i,.world-node.active i{transform:scale(1.16) rotate(-2deg);background-image:linear-gradient(145deg,#1020332b,#02050785),var(--world-texture);border-color:#80ddf6;box-shadow:0 0 27px #63ccee5c,inset 0 0 13px #8be3fb20}.world-node:hover:before,.world-node:focus-visible:before,.world-node.active:before{transform:scale(1.13) rotate(8deg);filter:drop-shadow(0 0 10px #6ad4f06b)}.world-node:hover span,.world-node:focus-visible span,.world-node.active span{color:#e6f4fa}.world-node:hover:after,.world-node:focus-visible:after,.world-node.active:after{opacity:1}.world-node:focus-visible{outline:1px solid var(--gold);outline-offset:7px;border-radius:4px}
.world-node.anchor{width:130px}.world-node.anchor i{width:82px;height:74px;clip-path:polygon(50% 0,88% 15%,100% 57%,76% 93%,33% 100%,0 72%,7% 24%);background-image:linear-gradient(145deg,#66512b40,#03070ab3),var(--world-texture);border-color:#cfb274;box-shadow:0 0 32px #c2a76b32,inset 0 0 26px #000}.world-node.anchor:before{width:93px;height:84px;background:conic-gradient(from 30deg,transparent,#c9ad7045,transparent 22% 46%,#c9ad7038 48% 51%,transparent 53%)}.world-node.anchor span{color:#d6bd86}.world-node[data-world="forest"] i{clip-path:polygon(49% 0,67% 23%,95% 12%,84% 50%,100% 79%,62% 73%,43% 100%,29% 70%,0 77%,17% 43%,4% 17%,35% 24%)}.world-node[data-world="altaria"] i{clip-path:polygon(5% 39%,31% 23%,49% 0,65% 25%,96% 18%,82% 54%,100% 80%,57% 72%,34% 100%,25% 68%,0 72%)}.world-node[data-world="conclave"] i{clip-path:polygon(50% 0,68% 23%,94% 30%,75% 51%,89% 89%,55% 74%,29% 100%,22% 61%,0 42%,36% 34%)}.world-node[data-world="sea"] i{clip-path:polygon(4% 31%,27% 7%,78% 0,100% 31%,85% 71%,54% 100%,16% 85%,0 58%)}.world-node[data-world="forge"] i{clip-path:polygon(22% 0,83% 8%,100% 46%,81% 100%,47% 80%,8% 94%,16% 54%,0 30%)}.world-node.classified i,.world-node.unknown i{filter:saturate(.45) brightness(.68)}.world-node.corrupt i{background-image:linear-gradient(145deg,#5a113c3a,#090208b8),var(--world-texture);border-color:#9a3769;box-shadow:0 0 23px #8d285b55,inset 0 0 19px #000}.world-node.corrupt:before{background:conic-gradient(from 70deg,transparent 0 15%,#b52d6b45 16% 18%,transparent 19% 43%,#b52d6b35 44% 47%,transparent 48% 75%,#b52d6b4a 76% 78%,transparent 79%)}.world-node.corrupt:after{background:#b02c6d7a}.world-node.corrupt:hover i,.world-node.corrupt:focus-visible i,.world-node.corrupt.active i{background-image:linear-gradient(145deg,#71184922,#07010580),var(--world-texture);border-color:#e05d98;box-shadow:0 0 31px #b52e7070,inset 0 0 15px #ed55951d}.world-node.corrupt:hover span,.world-node.corrupt.active span{color:#ef9abe}
.world-file{min-height:660px;border:1px solid var(--line);background:#08101b;overflow:hidden;display:flex;flex-direction:column}.world-file-visual{height:238px;position:relative;background-size:cover;background-position:center;display:flex;align-items:flex-end;gap:10px;padding:18px;isolation:isolate}.world-file-visual:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 48%,#07101dcc 100%),radial-gradient(circle at 60% 35%,#5ec9ee18,transparent 50%);z-index:0;pointer-events:none}.world-file-visual.forest:before{background:linear-gradient(180deg,transparent 48%,#06100ccb),radial-gradient(circle at 55% 38%,#56b88b24,transparent 48%)}.world-file-visual.altaria:before{background:linear-gradient(180deg,transparent 52%,#080d17c9),radial-gradient(circle at 52% 36%,#a6def01c,transparent 48%)}.world-file-visual.crystal:before{background:linear-gradient(180deg,transparent 50%,#080d17cd),conic-gradient(from 28deg at 52% 40%,#795aa51d,#61d1ef14,transparent,#936cb21a,transparent)}.world-file-visual.access-classified:after,.world-file-visual.access-unknown:after,.world-file-visual.access-corrupt:after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:#090d13;mix-blend-mode:color;opacity:.86}.world-file-visual.access-classified:before,.world-file-visual.access-unknown:before{background:linear-gradient(180deg,#03060976,#030609e8),repeating-linear-gradient(0deg,transparent 0 4px,#d9efff0b 5px)}.world-file-visual.access-corrupt:after{background:#73153e;opacity:.88}.world-file-visual.access-corrupt:before{background:linear-gradient(180deg,#17040b5c,#16050dea),repeating-linear-gradient(0deg,transparent 0 4px,#ff5c950d 5px)}.world-file-visual span{position:relative;z-index:3;font:700 8px Inter,Arial,sans-serif;letter-spacing:.16em;color:#9aadc0;border:1px solid #ffffff24;background:#050a10c4;padding:8px 10px}.world-visual-lock{position:absolute;left:18px;right:18px;top:50%;translate:0 -50%;z-index:4;color:#d3dbe3;font:700 9px/1.4 Inter,Arial,sans-serif;letter-spacing:.14em;text-align:center;border-top:1px solid #d7e4ed55;border-bottom:1px solid #d7e4ed55;background:#05080bd9;padding:11px 13px;box-shadow:0 0 24px #000}.access-corrupt .world-visual-lock{color:#f0b1c9;border-color:#c84b7c88;background:#240711e6;box-shadow:0 0 24px #6e153c70}.world-file-body{padding:28px 30px 32px}.world-file-body>small{color:var(--gold);font:700 8px Inter,Arial,sans-serif;letter-spacing:.14em}.world-file h4{font-family:Cinzel,Georgia,serif;font-size:clamp(23px,2.5vw,31px);margin:9px 0 17px}.world-state{display:flex;gap:12px;align-items:center;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:11px 0}.world-state span,.world-warning>span{font:700 8px Inter,Arial,sans-serif;letter-spacing:.14em;color:#788a9d}.world-state strong{font-size:11px;color:#88d7ee}.world-file[data-access="corrupt"] .world-state strong{color:#cf5c8b}.world-file blockquote{font-family:Georgia,serif;font-size:17px;line-height:1.55;color:#dde4ec;margin:23px 0 17px;padding:0;border:0}.world-file-body>p{font-size:12px;line-height:1.7;color:#9eafc1}.world-warning{margin-top:22px;border-left:2px solid #9b315f;background:#3712263d;padding:13px 15px}.world-warning p{font-size:11px;line-height:1.55;color:#c7a0b2;margin:7px 0 0}
.atlas-legend{display:flex;flex-wrap:wrap;gap:12px 24px;margin-top:18px;color:#8495a8}.atlas-legend span{display:flex;align-items:center;gap:8px}.atlas-legend i{width:18px;height:2px;background:#63cbee;box-shadow:0 0 8px #63cbee}.atlas-legend i.incomplete{background:#69798c;box-shadow:none}.atlas-legend i.corrupted{background:#a82f68;box-shadow:0 0 9px #a82f68}.atlas-legend i.restricted{height:7px;width:7px;background:transparent;border:1px solid #7f8c9c;box-shadow:none}.atlas-legend b{font-size:8px;letter-spacing:.08em;font-weight:600}
.archive-plates{margin-top:72px;padding-top:54px;border-top:1px solid var(--line)}.archive-plates-head{display:grid;grid-template-columns:minmax(220px,.65fr) minmax(320px,1.35fr);gap:8px 54px;align-items:end;margin-bottom:28px}.archive-plates-head .kicker{grid-column:1/-1}.archive-plates-head h4{font-family:Cinzel,Georgia,serif;font-size:clamp(25px,3vw,39px);line-height:1.1;margin:0}.archive-plates-head>p:last-child{color:var(--muted);line-height:1.7;margin:0}.archive-plate-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.archive-plate{position:relative;border:1px solid #2a394c;background:#080f19;overflow:hidden}.archive-plate:before,.archive-plate:after{content:"";position:absolute;width:34px;height:34px;z-index:2;pointer-events:none}.archive-plate:before{left:10px;top:10px;border-left:1px solid #6ccde660;border-top:1px solid #6ccde660}.archive-plate:after{right:10px;bottom:10px;border-right:1px solid #8b356063;border-bottom:1px solid #8b356063}.archive-plate-image{position:relative;height:300px;overflow:hidden}.archive-plate-image img{width:100%;height:100%;object-fit:cover;filter:saturate(.72) brightness(.7);transition:transform .7s ease,filter .7s ease}.archive-plate:hover img{transform:scale(1.035);filter:saturate(.88) brightness(.84)}.archive-plate-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 52%,#080f19),repeating-linear-gradient(0deg,transparent 0 4px,#bfeaff08 5px)}.archive-plate-image span{position:absolute;left:18px;bottom:17px;z-index:1;color:#bed7e4;font:700 8px Inter,Arial,sans-serif;letter-spacing:.13em;border:1px solid #ffffff24;background:#050a10c7;padding:8px 10px}.archive-plate-image.forge:after{background:linear-gradient(180deg,transparent 48%,#080f19),linear-gradient(120deg,#6f163615,transparent 45%),repeating-linear-gradient(0deg,transparent 0 4px,#ffb6ca08 5px)}.archive-plate-copy{padding:8px 26px 28px}.archive-plate-copy blockquote{font:italic 17px/1.55 Georgia,serif;color:#dce5ed;margin:0 0 13px}.archive-plate-copy p{font-size:11px;line-height:1.7;color:#91a4b7;margin:0 0 20px}.archive-plate-copy small{display:inline-block;color:#b78a9e;font:700 8px Inter,Arial,sans-serif;letter-spacing:.13em;border-left:2px solid #98305e;padding-left:10px}
@media(max-width:1050px){.atlas-layout{grid-template-columns:1fr}.fracture-map{min-height:620px}.world-file{min-height:auto;display:grid;grid-template-columns:minmax(280px,.8fr) 1.2fr}.world-file-visual{height:100%;min-height:420px}}
@media(max-width:760px){.archive-plates-head,.archive-plate-grid{grid-template-columns:1fr}.archive-plates-head{gap:14px}.archive-plate-image{height:260px}}
@media(max-width:680px){.fracture-atlas{margin-top:68px;padding-top:58px}.atlas-head{align-items:flex-start;flex-direction:column}.atlas-status{white-space:normal}.fracture-map{min-height:570px}.world-node{width:76px}.world-node:before{width:51px;height:46px}.world-node i{width:45px;height:41px}.world-node span{font-size:6px}.world-node.anchor{width:92px}.world-node.anchor i{width:62px;height:57px}.world-node.anchor:before{width:70px;height:64px}.world-file{display:flex}.world-file-visual{height:220px;min-height:0}.world-file-body{padding:24px 22px}.atlas-legend{gap:10px 17px}.archive-plates{margin-top:54px;padding-top:42px}.archive-plate-image{height:225px}.archive-plate-copy{padding:8px 20px 24px}}

/* Personnel archive and thematic entry point */
.character-archive{margin-top:100px;padding-top:74px;border-top:1px solid var(--line)}.character-archive-head{display:grid;grid-template-columns:minmax(280px,.85fr) minmax(340px,1.15fr);gap:9px 58px;align-items:end;margin-bottom:36px}.character-archive-head .kicker{grid-column:1/-1}.character-archive-head h3{font-family:Cinzel,Georgia,serif;font-size:clamp(29px,3.7vw,49px);line-height:1.08;margin:0}.character-archive-head>p:last-child{color:var(--muted);line-height:1.7;margin:0}.character-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.character-card{position:relative;min-width:0;border:1px solid #2a394d;background:#080f19;overflow:hidden;transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease}.character-card:hover{transform:translateY(-5px);border-color:#54738c;box-shadow:0 20px 48px #0008}.character-image{position:relative;height:370px;overflow:hidden}.character-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 48%,#080f19 100%),repeating-linear-gradient(0deg,transparent 0 4px,#c8edff09 5px);pointer-events:none}.character-image img{width:100%;height:100%;object-fit:cover;object-position:center 24%;filter:saturate(.78) brightness(.78);transition:transform .75s ease,filter .75s ease}.character-card:hover img{transform:scale(1.035);filter:saturate(.93) brightness(.9)}.character-image span{position:absolute;z-index:2;left:15px;bottom:16px;color:#bed0df;font:700 7px Inter,Arial,sans-serif;letter-spacing:.13em;border:1px solid #ffffff26;background:#050a10c9;padding:7px 9px}.character-copy{padding:8px 20px 23px}.character-copy h4{font-family:Cinzel,Georgia,serif;font-size:27px;margin:0 0 3px}.character-role{min-height:26px;color:var(--gold);font:700 7px/1.4 Inter,Arial,sans-serif;letter-spacing:.13em;margin:0 0 15px}.character-copy blockquote{min-height:72px;margin:0 0 18px;padding:0;border:0;color:#d9e3eb;font:italic 14px/1.55 Georgia,serif}.character-copy dl{display:grid;gap:10px;margin:0}.character-copy dl div{padding-top:9px;border-top:1px solid var(--line)}.character-copy dt{color:#718599;font:700 7px Inter,Arial,sans-serif;letter-spacing:.12em}.character-copy dd{color:#aebdca;font-size:10px;line-height:1.45;margin:5px 0 0}.redacted{margin-top:16px;color:#a87d91;font:700 7px Inter,Arial,sans-serif;letter-spacing:.13em;background:repeating-linear-gradient(90deg,#6e29493f 0 19px,transparent 19px 23px);border-left:2px solid #8f315c;padding:8px 10px}.character-card.mark{border-color:#8c774c}.character-card.mark .character-image:after{background:linear-gradient(180deg,transparent 48%,#080f19 100%),linear-gradient(110deg,#b9984a12,transparent 50%),repeating-linear-gradient(0deg,transparent 0 4px,#c8edff09 5px)}.character-card.emma .character-image:after{background:linear-gradient(180deg,transparent 42%,#080f19 100%),linear-gradient(100deg,#9b672924,transparent 44%),repeating-linear-gradient(0deg,transparent 0 4px,#c8edff08 5px)}
.incident-themes{display:grid;grid-template-columns:1.15fr .85fr;gap:24px;margin-top:42px}.incident-record,.theme-record{position:relative;border:1px solid #2b394b;background:linear-gradient(145deg,#0b1522,#070c14);padding:30px 32px;overflow:hidden}.incident-record:before,.theme-record:before{content:"";position:absolute;right:-80px;top:-90px;width:240px;height:240px;border:1px solid #68cdec18;border-radius:50%;box-shadow:0 0 55px #5ac8ea0b}.incident-record h4,.theme-record h4{font-family:Cinzel,Georgia,serif;font-size:clamp(23px,2.7vw,34px);margin:8px 0 24px}.incident-record ol{display:grid;grid-template-columns:1fr 1fr;gap:13px 25px;list-style:none;padding:0;margin:0 0 24px}.incident-record li{display:grid;grid-template-columns:29px 1fr;gap:10px;align-items:start;border-top:1px solid var(--line);padding-top:12px}.incident-record li>span{color:#69cce8;font:700 9px Inter,Arial,sans-serif;letter-spacing:.1em}.incident-record li p{color:#a7b6c4;font-size:11px;line-height:1.55;margin:0}.incident-record>small{color:#a88997;font:700 7px Inter,Arial,sans-serif;letter-spacing:.14em}.theme-record ul{list-style:none;padding:0;margin:0}.theme-record li{position:relative;color:#d9e2e9;font:17px/1.5 Georgia,serif;border-top:1px solid var(--line);padding:15px 10px 15px 29px}.theme-record li:before{content:"✦";position:absolute;left:0;top:17px;color:var(--gold);font-size:9px}.theme-record li:last-child{border-bottom:1px solid var(--line)}
@media(max-width:1100px){.character-grid{grid-template-columns:1fr 1fr}.character-image{height:420px}.character-copy blockquote{min-height:auto}}@media(max-width:760px){.character-archive{margin-top:72px;padding-top:58px}.character-archive-head,.incident-themes{grid-template-columns:1fr}.character-archive-head{gap:15px}.character-grid{grid-template-columns:1fr}.character-image{height:min(118vw,480px)}.incident-record,.theme-record{padding:25px 22px}.incident-record ol{grid-template-columns:1fr}}

/* Optional persistent ambient theme */
.ambient-player{position:fixed;right:18px;bottom:18px;z-index:40;display:flex;align-items:center;gap:10px;padding:8px 10px 8px 8px;border:1px solid #3a4a61;background:#07101deb;box-shadow:0 12px 38px #0009;backdrop-filter:blur(12px)}
.ambient-toggle{display:flex;align-items:center;gap:9px;border:0;background:none;color:#d8e1ec;font:700 9px Inter,Arial,sans-serif;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;padding:5px}
.ambient-icon{display:grid;place-items:center;width:25px;height:25px;border:1px solid #bfa56e77;border-radius:50%;color:var(--gold);font-size:10px}.ambient-player.playing{border-color:#5bc6f05c}.ambient-player.playing .ambient-icon{box-shadow:0 0 16px #5bc6f040}
.ambient-volume{display:flex;align-items:center}.ambient-volume input{width:72px;accent-color:#bfa56e;cursor:pointer}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:620px){.ambient-player{right:10px;bottom:10px}.ambient-toggle span[data-en]{max-width:74px;line-height:1.25}.ambient-volume input{width:54px}}

