/* Release Relay legal records: night control header, split-flap folio, illuminated route index and recovery display. */
:root{--night:#191327;--amber:#ffb547;--cyan:#4fd4d7;--fog:#f2f1ee;--panel:#302840;--line:#665b75}*{box-sizing:border-box}body{margin:0;color:var(--fog);background:var(--night);font:400 17px/1.6 "Sora",sans-serif}a{color:inherit;text-decoration:none}.record-head{display:grid;grid-template-columns:auto 1fr auto auto;min-height:70px;border-bottom:1px solid var(--line)}.record-head>a:first-child{display:flex;align-items:center;gap:.6rem;padding:0 1rem;border-right:1px solid var(--line);font:400 1.15rem "Instrument Serif",serif}.record-head img{width:38px;height:38px}.record-head p{margin:0;padding:1.45rem;font:500 .6rem "DM Mono",monospace}.record-head>a:not(:first-child){display:grid;place-items:center;padding:0 1.2rem;border-left:1px solid var(--line)}.record-contact{color:var(--night)!important;background:var(--amber);font-weight:700}.record-hero{display:grid;grid-template-columns:1fr .6fr;min-height:520px}.record-title{display:flex;justify-content:center;flex-direction:column;padding:5rem 7vw}.record-title span,.route-index b,.record-section>span{font:500 .6rem "DM Mono",monospace;color:var(--cyan)}.record-title h1{margin:1rem 0;font:600 clamp(4rem,7.5vw,8.5rem)/.84 "Sora",sans-serif;letter-spacing:-.065em}.record-light{position:relative;display:grid;place-items:center;background:var(--panel);overflow:hidden}.record-light:before{content:"";position:absolute;width:420px;height:420px;border:1px solid var(--line);border-radius:50%;box-shadow:0 0 0 45px rgba(79,212,215,.04),0 0 0 90px rgba(255,181,71,.03)}.record-light img{position:relative;width:130px}.record-layout{display:grid;grid-template-columns:260px 1fr;max-width:1260px;margin:auto;padding:5rem 2rem}.route-index{align-self:start;padding:1.5rem;color:var(--night);background:var(--amber)}.route-index a{display:block;padding:.8rem 0;border-top:1px solid}.record-copy{padding-left:4rem}.record-section{display:grid;grid-template-columns:85px 1fr;gap:2rem;padding:2rem 0;border-top:1px solid var(--line)}.record-section h2{margin:0;font:400 2.2rem "Instrument Serif",serif}.record-section p{max-width:760px}.record-section a{text-decoration:underline}.record-foot{display:flex;justify-content:space-between;padding:2rem;color:var(--night);background:var(--fog)}.missing-relay{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - 71px)}.missing-code{display:grid;place-items:center;color:var(--night);background:var(--amber);font:600 clamp(9rem,24vw,24rem) "Sora",sans-serif}.missing-copy{display:flex;justify-content:center;flex-direction:column;padding:7vw;background:var(--panel)}.missing-copy span{font:500 .6rem "DM Mono",monospace;color:var(--cyan)}.missing-copy h1{font:400 clamp(3.5rem,7vw,8rem)/.88 "Instrument Serif",serif}.missing-copy a{width:max-content;padding:1rem;color:var(--night);background:var(--cyan);font-weight:700}@media(max-width:720px){.record-head{grid-template-columns:1fr auto auto}.record-head p{display:none}.record-hero,.missing-relay{grid-template-columns:1fr}.record-title{padding:4rem 1rem}.record-title h1{font-size:3.35rem}.record-light{min-height:240px}.record-light:before{width:220px;height:220px}.record-light img{width:90px}.record-layout{grid-template-columns:1fr;padding:3rem 1rem}.record-copy{padding:2rem 0}.record-section{grid-template-columns:45px 1fr;gap:1rem}.record-foot{flex-direction:column;gap:.5rem}.missing-code{min-height:40vh;font-size:9rem}.missing-copy{padding:4rem 1rem}}
