:root {
  --ink: #050505;
  --ink-soft: #0e0f0f;
  --paper: #e7e5df;
  --silver: #aeb1b4;
  --acid: #d8ff3e;
  --line: rgba(231, 229, 223, 0.22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--acid); color: var(--ink); }

.site-shell {
  min-height: 100svh;
  position: relative;
  overflow: hidden;
  background: var(--ink);
  --authority: 38;
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .13;
  z-index: 20;
  background-image: radial-gradient(rgba(255,255,255,.45) .55px, transparent .75px);
  background-size: 3px 3px;
  mix-blend-mode: soft-light;
}

.scanline {
  position: fixed;
  inset: -120% 0 auto;
  height: 40%;
  z-index: 19;
  pointer-events: none;
  background: linear-gradient(transparent, rgba(216,255,62,.045), transparent);
  animation: scan 8s linear infinite;
}

.topbar {
  height: 76px;
  padding: 0 clamp(20px,4vw,64px);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  position: relative;
  z-index: 12;
  background: rgba(5,5,5,.76);
  backdrop-filter: blur(18px);
}

.brand { display: flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 900; letter-spacing: .16em; }
.brand img { width: 38px; height: 38px; border-radius: 50%; object-fit: cover; }
.brand-mark { width: 34px; height: 34px; border: 1px solid var(--paper); border-radius: 50%; display: grid; place-items: center; font-size: 15px; }
.status { font: 700 10px/1 monospace; letter-spacing: .18em; color: var(--silver); }
.status i { display: inline-block; width: 6px; height: 6px; margin-right: 8px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 18px var(--acid); }
.topbar nav { justify-self: end; display: flex; align-items: center; gap: 22px; font: 800 12px/1 monospace; }
.topbar nav a { transition: color .16s, background .16s; }
.topbar nav a:hover { color: var(--acid); }
.topbar .nav-buy { padding: 10px 14px; background: var(--paper); color: var(--ink); }
.topbar .nav-buy:hover { background: var(--acid); color: var(--ink); }

.hero {
  min-height: calc(100svh - 76px);
  display: grid;
  grid-template-columns: minmax(0,1.05fr) minmax(380px,.95fr);
  align-items: center;
  padding: 8vh clamp(20px,4vw,64px) 120px;
  position: relative;
  isolation: isolate;
  border-bottom: 1px solid var(--line);
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: linear-gradient(90deg, rgba(5,5,5,.18), rgba(5,5,5,.65)), url('assets/authority-background.png');
  background-position: center;
  background-size: cover;
  opacity: .92;
}

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, transparent 49.9%, rgba(231,229,223,.12) 50%, transparent 50.1%), radial-gradient(circle at 82% 46%, rgba(216,255,62,calc(var(--authority) / 600)), transparent 30%);
}

.hero-copy { position: relative; z-index: 3; max-width: 930px; }
.eyebrow { font: 700 11px/1 monospace; letter-spacing: .22em; color: var(--acid); margin: 0 0 24px; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1 { margin: 0; font-size: clamp(62px,9vw,148px); line-height: .78; letter-spacing: -.075em; font-weight: 950; }
h1 span { color: transparent; -webkit-text-stroke: 1.5px var(--paper); }
.dek { max-width: 510px; margin: 32px 0; color: var(--silver); font: 500 clamp(16px,1.5vw,21px)/1.45 monospace; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.primary-button { display: inline-flex; align-items: center; justify-content: center; background: var(--acid); color: var(--ink); padding: 17px 22px; font: 950 14px/1 monospace; letter-spacing: .08em; border: 1px solid var(--acid); box-shadow: 8px 8px 0 var(--paper); transition: transform .18s, box-shadow .18s, background .18s; }
.primary-button:hover { transform: translate(4px,4px); box-shadow: 4px 4px 0 var(--paper); background: var(--paper); }
.text-link { font: 800 11px/1 monospace; letter-spacing: .12em; border-bottom: 1px solid currentColor; padding-bottom: 6px; }
.text-link:hover { color: var(--acid); }
.hero-meta { margin-top: 54px; display: flex; gap: clamp(28px,5vw,80px); color: #74777a; font: 700 9px/1.45 monospace; letter-spacing: .15em; }
.hero-meta b { color: var(--paper); font-size: 11px; }

.hero-portrait { width: min(48vw,650px); aspect-ratio: 1; justify-self: center; position: relative; display: grid; place-items: center; }
.hero-portrait > img { width: 84%; height: 84%; object-fit: contain; position: relative; z-index: 2; filter: contrast(1.13); animation: float 6s ease-in-out infinite; }
.orbit { position: absolute; border: 1px solid rgba(231,229,223,.3); border-radius: 50%; }
.orbit-one { inset: 2%; border-style: dashed; animation: spin 28s linear infinite; }
.orbit-two { inset: 12%; border-color: rgba(216,255,62,.32); animation: spin 18s linear infinite reverse; box-shadow: 0 0 calc(var(--authority) * .28px) rgba(216,255,62,.18); }
.orbit-label { position: absolute; z-index: 4; color: #7c8082; font: 700 8px/1 monospace; letter-spacing: .18em; }
.orbit-label-top { top: 1%; left: 50%; transform: translateX(-50%); }
.orbit-label-bottom { bottom: 2%; left: 50%; transform: translateX(-50%); }
.stamp { position: absolute; right: -1%; bottom: 11%; z-index: 4; transform: rotate(-8deg); border: 2px solid var(--acid); color: var(--acid); padding: 9px 12px; font: 900 13px/.95 monospace; text-align: center; letter-spacing: .08em; }

.case-strip { position: absolute; bottom: 0; left: 0; right: 0; min-height: 58px; border-top: 1px solid var(--line); overflow: hidden; color: var(--silver); font: 700 10px/1 monospace; letter-spacing: .16em; background: rgba(5,5,5,.74); }
.marquee-track { width: max-content; min-height: 58px; display: flex; align-items: center; animation: marquee 26s linear infinite; }
.marquee-track span { min-width: 280px; text-align: center; }
.marquee-track span::before { content: '●'; color: var(--acid); margin-right: 12px; }

.contract { display: grid; grid-template-columns: auto 1fr auto; gap: 20px; align-items: center; padding: 26px clamp(20px,4vw,64px); border-bottom: 1px solid var(--line); background: var(--paper); color: var(--ink); font: 800 11px/1 monospace; letter-spacing: .12em; }
.contract span { color: #6d6d68; }
.contract code { min-width: 0; overflow: hidden; text-overflow: ellipsis; color: #2c2e20; font-weight: 900; }
.contract button { border: 1px solid var(--ink); background: var(--ink); color: var(--paper); padding: 11px 15px; cursor: pointer; transition: background .16s, color .16s; }
.contract button:hover { background: var(--acid); color: var(--ink); }

.authority-section { min-height: 900px; padding: clamp(90px,10vw,150px) clamp(20px,6vw,96px); display: grid; grid-template-columns: .84fr 1.16fr; gap: clamp(50px,8vw,140px); align-items: center; position: relative; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 70% 52%, rgba(216,255,62,calc(var(--authority) / 900)), transparent 32%), linear-gradient(120deg,#090909,#050505); }
.authority-section::before { content: 'AUTHORITY'; position: absolute; left: -1.5vw; bottom: -2vw; color: transparent; -webkit-text-stroke: 1px rgba(231,229,223,.07); font-size: clamp(100px,18vw,300px); line-height: .7; letter-spacing: -.08em; font-weight: 950; pointer-events: none; }
.section-heading { position: relative; z-index: 2; }
.section-heading h2, .evidence-title h2, .buy-copy h2 { margin: 0; font-size: clamp(58px,7.1vw,116px); line-height: .79; letter-spacing: -.07em; font-weight: 950; }
.section-heading > p:last-child { margin: 34px 0 0; max-width: 480px; color: var(--silver); font: 500 16px/1.55 monospace; }

.authority-console { position: relative; min-height: 660px; border: 1px solid rgba(231,229,223,.32); padding: 26px clamp(20px,4vw,54px) 42px; background: linear-gradient(145deg,#151616,#090909 66%); box-shadow: 24px 24px 0 rgba(216,255,62,.05), inset 0 0 70px rgba(0,0,0,.66); }
.authority-console::before { content: ''; position: absolute; inset: 10px; border: 1px solid rgba(231,229,223,.09); pointer-events: none; }
.console-topline { display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); padding-bottom: 18px; color: #818587; font: 700 9px/1 monospace; letter-spacing: .18em; }
.console-topline span:last-child { color: var(--acid); }

.gauge { width: min(360px,80vw); aspect-ratio: 1; margin: 26px auto 10px; border-radius: 50%; position: relative; display: grid; place-items: center; background: radial-gradient(circle at center, #0d0e0e 0 54%, transparent 54.5%), conic-gradient(from -135deg, var(--acid) 0 calc(var(--authority) * 2.7deg), #262828 0 270deg, transparent 270deg); box-shadow: inset 0 0 0 1px rgba(231,229,223,.24), inset 0 0 45px #000, 0 0 calc(var(--authority) * .34px) rgba(216,255,62,.14); }
.gauge::before, .gauge::after { content: ''; position: absolute; border-radius: 50%; border: 1px solid rgba(231,229,223,.2); }
.gauge::before { inset: 11%; }
.gauge::after { inset: 47%; background: var(--paper); box-shadow: 0 0 0 8px #111; z-index: 4; }
.gauge-ticks { position: absolute; inset: 5%; border-radius: 50%; background: repeating-conic-gradient(from -135deg, rgba(231,229,223,.34) 0 1deg, transparent 1deg 9deg); mask: radial-gradient(transparent 0 83%, #000 83% 87%, transparent 87%); }
.gauge-value { display: flex; align-items: flex-start; position: relative; z-index: 2; margin-top: 72px; }
.gauge-value strong { font: 950 84px/.8 Arial, sans-serif; letter-spacing: -.07em; }
.gauge-value small { color: var(--acid); font: 800 17px/1 monospace; }
.needle { position: absolute; z-index: 3; left: 50%; bottom: 50%; width: 4px; height: 34%; background: linear-gradient(var(--acid), var(--paper)); transform-origin: 50% 100%; transform: translateX(-50%) rotate(var(--needle)); transition: transform .34s cubic-bezier(.2,.9,.2,1.25); box-shadow: 0 0 18px rgba(216,255,62,.5); }
.needle-cap { position: absolute; z-index: 5; left: 50%; top: 50%; width: 16px; height: 16px; border-radius: 50%; background: var(--ink); transform: translate(-50%,-50%); border: 3px solid var(--paper); }

.range-label { display: flex; justify-content: space-between; color: #727577; font: 700 8px/1 monospace; letter-spacing: .12em; }
.authority-range { width: 100%; height: 30px; margin: 4px 0 18px; appearance: none; background: transparent; cursor: ew-resize; }
.authority-range::-webkit-slider-runnable-track { height: 5px; border: 1px solid #515354; background: linear-gradient(90deg,var(--acid) 0 calc(var(--authority) * 1%),#212323 calc(var(--authority) * 1%) 100%); }
.authority-range::-webkit-slider-thumb { appearance: none; width: 20px; height: 26px; margin-top: -11px; background: var(--paper); border: 4px solid var(--ink); box-shadow: 0 0 0 1px var(--paper); }
.authority-range::-moz-range-track { height: 5px; border: 1px solid #515354; background: #212323; }
.authority-range::-moz-range-progress { height: 5px; background: var(--acid); }
.authority-range::-moz-range-thumb { width: 18px; height: 24px; border-radius: 0; background: var(--paper); border: 4px solid var(--ink); }
.authority-range:focus-visible { outline: 2px solid var(--acid); outline-offset: 5px; }

.clearance-readout { min-height: 112px; border-top: 1px solid var(--line); padding-top: 18px; }
.clearance-readout span { color: #717577; font: 700 8px/1 monospace; letter-spacing: .16em; }
.clearance-readout h3 { margin: 8px 0 4px; color: var(--acid); font: 950 clamp(24px,3vw,42px)/.95 Arial, sans-serif; letter-spacing: -.04em; }
.clearance-readout p { margin: 0; color: var(--silver); font: 500 11px/1.4 monospace; }
.crank-button, .clearance-button { width: 100%; min-height: 50px; display: grid; place-items: center; margin-top: 18px; border: 1px solid var(--paper); background: transparent; color: var(--paper); cursor: pointer; font: 900 12px/1 monospace; letter-spacing: .12em; transition: background .16s, color .16s, transform .16s; }
.crank-button:hover { background: var(--paper); color: var(--ink); }
.clearance-button { background: var(--acid); color: var(--ink); border-color: var(--acid); animation: granted .6s ease both; }
.clearance-button:hover { transform: translateY(-3px); }
.console-screws { position: absolute; inset: 16px; pointer-events: none; }
.console-screws i { position: absolute; width: 6px; height: 6px; border-radius: 50%; background: #3d4040; box-shadow: inset 1px 1px #6c7070; }
.console-screws i:nth-child(1) { left: 0; top: 0; }.console-screws i:nth-child(2) { right: 0; top: 0; }.console-screws i:nth-child(3) { left: 0; bottom: 0; }.console-screws i:nth-child(4) { right: 0; bottom: 0; }
.is-authorized .authority-console { border-color: var(--acid); }
.is-authorized .scanline { animation-duration: 2s; }

.evidence-section { display: grid; grid-template-columns: .62fr 1.38fr; min-height: 760px; border-bottom: 1px solid var(--line); background: var(--paper); color: var(--ink); }
.evidence-title { padding: clamp(80px,9vw,140px) clamp(20px,6vw,96px); border-right: 1px solid rgba(5,5,5,.18); display: flex; flex-direction: column; justify-content: center; }
.evidence-title .eyebrow { color: #6d7716; }
.evidence-list { display: flex; flex-direction: column; justify-content: center; }
.evidence-list article { flex: 1; min-height: 190px; padding: 42px clamp(24px,5vw,76px); border-bottom: 1px solid rgba(5,5,5,.18); display: grid; grid-template-columns: 62px 1fr minmax(180px,.7fr) auto; gap: 30px; align-items: center; transition: background .2s, padding-left .2s; }
.evidence-list article:last-child { border-bottom: 0; }
.evidence-list article:hover { background: var(--acid); padding-left: calc(clamp(24px,5vw,76px) + 12px); }
.evidence-list article > span { font: 800 11px/1 monospace; }
.evidence-list article h3 { margin: 0; font: 950 clamp(24px,3vw,44px)/.92 Arial, sans-serif; letter-spacing: -.045em; }
.evidence-list article p { margin: 0; color: #5c5c58; font: 500 13px/1.5 monospace; }
.evidence-list article i { font: normal 34px/1 Arial, sans-serif; }

.buy-section { min-height: 850px; display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--line); position: relative; background-image: linear-gradient(90deg,transparent 49.9%,var(--line) 50%,transparent 50.1%), radial-gradient(circle at 16% 45%,rgba(216,255,62,.1),transparent 30%); }
.buy-art { min-height: 700px; display: grid; place-items: center; position: relative; overflow: hidden; }
.buy-art::before { content: ''; position: absolute; width: 70%; aspect-ratio: 1; border-radius: 50%; border: 1px dashed rgba(216,255,62,.3); animation: spin 28s linear infinite; }
.buy-art img { width: min(76%,680px); height: auto; filter: contrast(1.15); transform: rotate(-5deg); position: relative; z-index: 2; }
.buy-art span { position: absolute; z-index: 3; right: 9%; bottom: 14%; transform: rotate(7deg); color: var(--acid); border: 2px solid var(--acid); padding: 12px; font: 900 12px/1.05 monospace; text-align: center; }
.buy-copy { padding: clamp(90px,11vw,170px) clamp(20px,7vw,110px); display: flex; flex-direction: column; justify-content: center; }
.buy-copy ol { list-style: none; padding: 0; margin: 48px 0; border-top: 1px solid var(--line); }
.buy-copy li { display: grid; grid-template-columns: 58px 1fr; gap: 18px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--line); color: var(--silver); font: 500 13px/1.45 monospace; }
.buy-copy li b { color: var(--acid); font-size: 11px; }
.wide-button { width: 100%; min-height: 58px; }

.final-cta { min-height: 680px; padding: 100px 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; position: relative; background-image: linear-gradient(rgba(5,5,5,.8),rgba(5,5,5,.9)), url('assets/authority-background.png'); background-size: cover; background-position: center; }
.final-cta p { margin: 0; color: var(--acid); font: 800 10px/1 monospace; letter-spacing: .22em; }
.final-cta h2 { margin: 24px 0 48px; font-size: clamp(150px,28vw,470px); line-height: .65; letter-spacing: -.1em; font-weight: 950; color: transparent; -webkit-text-stroke: clamp(1px,.2vw,3px) var(--paper); }
.social-buttons { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; }
.social-buttons a { min-width: 190px; min-height: 54px; padding: 12px 18px; border: 1px solid var(--paper); display: flex; align-items: center; gap: 12px; justify-content: center; font: 900 11px/1 monospace; letter-spacing: .1em; background: rgba(5,5,5,.58); transition: background .16s, color .16s, transform .16s; }
.social-buttons a span { color: var(--acid); font-size: 17px; }
.social-buttons a:hover { background: var(--acid); color: var(--ink); transform: translateY(-3px); }
.social-buttons a:hover span { color: var(--ink); }

footer { min-height: 120px; padding: 28px clamp(20px,4vw,64px); display: grid; grid-template-columns: 1fr auto 1fr; gap: 20px; align-items: center; color: #787b7d; font: 700 8px/1.4 monospace; letter-spacing: .13em; }
footer .brand { color: var(--paper); font-size: 10px; }
footer p { margin: 0; text-align: center; }
footer > span { justify-self: end; }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes float { 50% { transform: translateY(-10px) rotate(.7deg); } }
@keyframes scan { from { transform: translateY(0); } to { transform: translateY(520%); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes granted { from { opacity: 0; transform: scale(.94); } to { opacity: 1; transform: scale(1); } }

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
}

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 80px; }
  .hero::after { background: radial-gradient(circle at 50% 70%,rgba(216,255,62,.08),transparent 30%); }
  .hero-portrait { width: min(92vw,620px); margin-top: 60px; }
  .authority-section { grid-template-columns: 1fr; }
  .authority-console { width: min(680px,100%); justify-self: center; }
  .evidence-section { grid-template-columns: 1fr; }
  .evidence-title { border-right: 0; border-bottom: 1px solid rgba(5,5,5,.18); }
  .evidence-list article { grid-template-columns: 48px 1fr auto; }
  .evidence-list article p { grid-column: 2/3; }
  .evidence-list article i { grid-row: 1/3; grid-column: 3; }
  .buy-section { grid-template-columns: 1fr; background-image: radial-gradient(circle at 50% 25%,rgba(216,255,62,.09),transparent 26%); }
  .buy-art { border-bottom: 1px solid var(--line); }
}

@media (max-width: 680px) {
  .topbar { height: 66px; padding-inline: 16px; grid-template-columns: 1fr auto; }
  .status { display: none; }
  .brand { font-size: 9px; }
  .topbar nav { gap: 12px; }
  .topbar nav a:not(.nav-buy) { font-size: 0; }
  .topbar nav a:not(.nav-buy)::first-letter { font-size: 12px; }
  .hero { min-height: auto; padding: 62px 16px 112px; }
  h1 { font-size: clamp(58px,20vw,92px); }
  .dek { font-size: 15px; }
  .hero-meta { gap: 20px; justify-content: space-between; }
  .hero-meta span { font-size: 7px; }
  .hero-meta b { font-size: 8px; }
  .hero-portrait { width: 100vw; margin-left: -16px; }
  .stamp { right: 6%; }
  .marquee-track span { min-width: 245px; }
  .contract { grid-template-columns: 1fr auto; padding-inline: 16px; }
  .contract span { grid-column: 1/-1; }
  .authority-section { padding: 82px 16px; }
  .section-heading h2, .evidence-title h2, .buy-copy h2 { font-size: clamp(54px,17vw,84px); }
  .authority-console { min-height: 0; padding: 22px 18px 36px; }
  .gauge { width: min(310px,82vw); }
  .gauge-value strong { font-size: 68px; }
  .evidence-title { padding: 78px 16px; }
  .evidence-list article { padding: 34px 16px; gap: 14px; }
  .evidence-list article:hover { padding-left: 22px; }
  .evidence-list article h3 { font-size: 25px; }
  .evidence-list article p { font-size: 11px; }
  .buy-art { min-height: 480px; }
  .buy-art img { width: 88%; }
  .buy-copy { padding: 82px 16px; }
  .final-cta { min-height: 560px; }
  .final-cta h2 { margin-bottom: 38px; }
  .social-buttons { width: 100%; }
  .social-buttons a { width: 100%; }
  footer { grid-template-columns: 1fr auto; padding-inline: 16px; }
  footer p { grid-row: 2; grid-column: 1/-1; text-align: left; }
}
