/* Cinematic presentation, isolated from the live game stylesheet. */
:root { --light-x: 50%; --light-y: 35%; }
body { background: #050509; }
.page { box-shadow: 0 0 120px #000; }
.scene { position: relative; isolation: isolate; overflow: hidden; }
.scene-art, .atmosphere, .weather, .city-haze, .street-reflection, .neon-spill {
  position: absolute; pointer-events: none; inset: 0;
}
.scene-art { z-index: -3; }
.atmosphere { z-index: 1; overflow: hidden; }
.main-content, .wire, .billboards { position: relative; z-index: 2; }
.weather { width: 100%; height: 100%; opacity: .52; }
.city-haze {
  inset: 20% -25% 0;
  background: radial-gradient(ellipse at 25% 58%, #cc87ee1c, transparent 40%), radial-gradient(ellipse at 70% 40%, #8187d215, transparent 45%);
  filter: blur(18px); animation: haze-drift 26s ease-in-out infinite alternate;
}
.street-reflection {
  inset: 50% -30% -10%; transform: rotate(-18deg);
  background: linear-gradient(105deg, transparent 35%, #dc82dc00 43%, #e595f619 49%, #bc76ed04 54%, transparent 64%);
  animation: passing-light 19s ease-in-out infinite;
}
.neon-spill {
  background: radial-gradient(ellipse at 14% 30%, #ff22c425, transparent 27%), radial-gradient(ellipse at 80% 22%, #8d55ff20, transparent 26%);
  mix-blend-mode: screen; animation: neon-breathe 8s ease-in-out infinite alternate;
}
.masthead { border-bottom: 1px solid #d594ff20; backdrop-filter: blur(14px); }
.wordmark { text-shadow: 0 2px 0 #000, 0 0 40px #bc72ff22; }
.masthead nav a { transition: color .2s, border-color .2s, box-shadow .2s; }
.nav-join:hover { border-color: #e6b9ff; box-shadow: 0 0 22px #b452ec28, inset 0 0 18px #ba7bff12; }
.preview-note { align-items: center; }
.preview-actions { display: flex; gap: 22px; align-items: center; }
.motion-toggle { font: inherit; letter-spacing: inherit; text-transform: uppercase; border: 0; padding: 0; background: none; color: #e6d4f6; }
.motion-toggle::before { content: '◌'; margin-right: 7px; color: #d99dff; }
.skyline { height: 310px; background-position: center 20%; overflow: hidden; }
.skyline::before { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg,#09080d9c,transparent 40%), radial-gradient(ellipse at 65% 45%,#cc83ff1c,transparent 45%); }
.skyline::after { content: ''; position: absolute; inset: -50%; background: conic-gradient(from 180deg at 63% 60%,transparent 0deg,#cabaff09 5deg,transparent 10deg); animation: searchlight 22s ease-in-out infinite alternate; transform-origin: 63% 60%; }
.city-caption { z-index: 1; }
.city-location { position: absolute; right: 4%; bottom: 27px; font-size: 10px; letter-spacing: .2em; color: #dbc0ee; text-align: right; }
.city-location span { display: block; font-size: 8px; color: #b4a0c8; margin-top: 5px; }
.wire { background: linear-gradient(90deg,#191021,#0c0b12 45%,#151020); border-top-color: #a767d777; box-shadow: 0 -6px 24px #cc68fa12, 0 10px 40px #0005; position: relative; }
.wire-heading strong { text-shadow: 0 0 16px #a745ee55; }
.event { position: relative; }
.event b::before { content: ''; display: inline-block; width: 4px; height: 4px; background: #d29df8; margin: 0 9px 2px 0; box-shadow: 0 0 10px #cd87ff; }
.event time::before { content: '— '; }
.pitch h1 { text-shadow: 0 4px 30px #0008; }
.pitch h1 em { background: linear-gradient(135deg,#f6d6ff 0%,#dbabff 35%,#b76bf0 90%); color: transparent; background-clip: text; -webkit-background-clip: text; }
.pitch .eyebrow::before { content: ''; display: inline-block; width: 25px; height: 1px; background: #c989ee; vertical-align: middle; margin-right: 12px; }
.auth { position: relative; border-radius: 8px; border-color: #d6acff50; background: radial-gradient(ellipse at var(--light-x) 0%,#7c489f24,transparent 60%),linear-gradient(150deg,#19141ff5,#0a090ff7); box-shadow: 0 30px 90px #000a,0 0 0 6px #08060b50,inset 0 1px 0 #eed5ff13; }
.auth::before { content: ''; position: absolute; top: -1px; height: 1px; width: 65%; left: 17.5%; background: linear-gradient(90deg,transparent,#eed6ff,transparent); box-shadow: 0 0 16px #dcb1ff66; }
.auth::after { content: ''; position: absolute; right: 13px; top: 13px; width: 14px; height: 14px; border-top: 1px solid #cf96ed66; border-right: 1px solid #cf96ed66; pointer-events: none; }
.auth .eyebrow { display: inline-block; border: 1px solid #bb8bd52b; padding: 5px 9px; margin-bottom: 10px; background: #bd79ec09; font-size: 8px; }
.auth input, .auth select { transition: border-color .2s, background .2s, box-shadow .2s; background: #08070c9e; box-shadow: inset 0 2px 6px #0004; }
.auth input:focus, .auth select:focus { border-color: #dca8ff; background: #170e21; box-shadow: 0 0 20px #b967f51a; }
.auth label { letter-spacing: .025em; }
.primary { position: relative; overflow: hidden; padding: 14px; border: 1px solid #e2b3ff85; background: linear-gradient(110deg,#bb72eb,#8e3dd3 65%,#7028b8); box-shadow: inset 0 1px 0 #f0d4ff55,0 4px 0 #361249,0 10px 30px #b549eb28; transition: transform .2s,box-shadow .2s,filter .2s; }
.primary::after { content: ''; position: absolute; inset: -100% -50%; background: linear-gradient(110deg,transparent 42%,#fff4 50%,transparent 58%); transform: translateX(-80%); transition: transform .7s ease; pointer-events: none; }
.primary:hover { transform: translateY(-2px); box-shadow: inset 0 1px 0 #fff6,0 6px 0 #361249,0 14px 40px #b549eb44; }
.primary:hover::after { transform: translateX(80%); }
.primary:active { transform: translateY(2px); box-shadow: 0 2px 0 #361249; }
.feature { transition: border-color .25s; }
.feature:hover { border-color: #c081f2; }
.feature svg { filter: drop-shadow(0 0 7px #bb68f24d); transition: transform .25s; }
.feature:hover svg { transform: translateY(-3px); }
.boulevard .scene { background-image: none; }
.boulevard .scene-art { background: #0b0911 url('boulevard.webp') center top/100% auto no-repeat; transform: scale(1.025) translate3d(var(--scene-x,0px),var(--scene-y,0px),0); will-change: transform; }
.boulevard .scene::after { content: ''; position: absolute; inset: 0; z-index: -2; pointer-events: none; background: linear-gradient(90deg,#04020a22,transparent 40%,#08050e18),linear-gradient(0deg,#08060d,transparent 40%); }
.boulevard .main-content { background: linear-gradient(0deg,#08060de8,transparent); }
.boulevard .auth { backdrop-filter: blur(20px); background: radial-gradient(ellipse at var(--light-x) 0%,#9456b52d,transparent 60%),linear-gradient(130deg,#17111deb,#09070ff5); }
.boulevard .billboards { z-index: 0; perspective: 1100px; }
[data-live-billboards][hidden], [data-live-billboards] .billboard[hidden] { display: none !important; }
.boulevard .billboard {
  overflow: hidden; border: 0; border-radius: 1px; padding-bottom: 25px;
  background: repeating-linear-gradient(0deg,#fff0 0,#fff0 3px,#f5d8ff07 4px),linear-gradient(145deg,#2a1532e8,#100b17ed 62%,#08070cf2);
  box-shadow: inset 0 0 0 1px #f4ceffb8,inset 0 0 0 5px #180d21d9,inset 0 0 0 6px #a956b482,inset 0 0 28px #d146d126,0 15px 18px #0008;
  filter: saturate(.86) contrast(.96) drop-shadow(0 0 9px #db55d55f);
  clip-path: polygon(1.2% 2.5%,98.7% 0,100% 95%,0 100%);
  transform: rotate(2.2deg) rotateY(-5deg); transform-origin: 50% 100%;
}
.billboard::before { content: ''; position: absolute; top: 5px; left: 5px; right: 5px; height: 1px; background: #ffdaff9c; box-shadow: 0 0 11px #ffbaff; opacity: .22; animation: display-scan 11s linear infinite; pointer-events: none; }
.billboard::after { content: 'PWZ / STREET NETWORK · VERIFIED FEED'; position: absolute; left: 0; right: 0; bottom: 7px; font-size: 6px; letter-spacing: .18em; color: #d3a2d28c; }
.boulevard .billboard .sample { color: #ecc7eea8; letter-spacing: .2em; }
.boulevard .billboard .sample::before { content: ''; display: inline-block; width: 5px; height: 5px; margin: 0 6px 1px 0; border-radius: 50%; background: #ffa3e8; box-shadow: 0 0 8px #ff65d7; animation: api-pulse 2.4s ease-in-out infinite; }
.boulevard .billboard b { color: #ffd4f7; text-shadow: 0 0 3px #ffd0fa70,0 0 12px #fa76e350,0 0 27px #e656ca42; }
.boulevard .billboard p { color: #f0e6f2d9; text-shadow: 0 1px 3px #000; }
.boulevard .billboard time { color: #d7afd9c7; }
.boulevard .billboard:nth-child(2) { clip-path: polygon(0 1%,98.5% 4%,100% 100%,1.5% 95%); transform: rotate(-5.6deg) rotateY(6deg); box-shadow: inset 0 0 0 1px #ead9ffc2,inset 0 0 0 5px #130d21dc,inset 0 0 0 6px #875cb485,inset 0 0 26px #963ed124,0 15px 18px #0008; filter: saturate(.84) contrast(.96) drop-shadow(0 0 9px #9f6be45c); }
.boulevard .billboard:nth-child(2)::before { animation-delay: -4s; }
.boulevard .billboard:nth-child(3) { clip-path: polygon(1% 4%,99% 0,100% 96%,0 100%); transform: rotate(-3.5deg) rotateY(7deg); filter: saturate(.78) contrast(.94) drop-shadow(0 0 7px #a66ddd52); }
.boulevard .billboard:nth-child(3)::before { animation-delay: -7s; }
.boulevard .billboard.is-standby .sample::before { background: #d8b8ff; box-shadow: 0 0 7px #b584ff; animation-duration: 4s; }
.boulevard .billboard.is-standby b { color: #ead9ff; }
.boulevard .billboard.is-offline { filter: saturate(.35) brightness(.72); }
.boulevard .billboard.is-offline .sample::before { background: #9c8ca2; box-shadow: none; animation: none; }
.club-sign { position: absolute; top: 210px; left: 3.5%; width: 16%; text-align: center; transform: rotate(-8deg); pointer-events: none; }
.club-sign strong { display: block; font: italic 42px/1.15 Georgia,serif; color: #ffe6f8; text-shadow: 0 0 3px #fff,0 0 9px #ff84dc,0 0 26px #f82fa7,0 0 55px #f524a8; animation: neon-voltage 13s ease-in-out infinite; }
.club-sign span { display: block; font-size: 8px; letter-spacing: .4em; color: #ffc7ed; margin-top: 9px; text-shadow: 0 0 10px #ee5bbd; }
.scene-chapter { display: flex; gap: 11px; align-items: center; color: #d2b1dd; font-size: 9px; letter-spacing: .22em; margin: 24px 0 0; }
.scene-chapter::before { content: '01'; border: 1px solid #c686e24d; padding: 5px; color: #e9c7ff; font-size: 10px; }
.scene-chapter::after { content: ''; height: 1px; width: 70px; background: linear-gradient(90deg,#c887e9,transparent); }
.underworld { padding: 42px 4% 48px; background: radial-gradient(ellipse at 50% 0%,#70398a16,transparent 65%),#09080e; border-top: 1px solid #c67fec28; }
.underworld-heading { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 24px; }
.underworld h2 { font: 30px/1.1 Georgia,serif; margin: 8px 0 0; }
.underworld-heading p { color: #b7a7c5; font-size: 12px; max-width: 285px; margin: 0; }
.dossiers { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.dossier { background: linear-gradient(140deg,#1d152280,#0e0b13); border: 1px solid #b080cb28; border-radius: 4px; overflow: hidden; transition: border-color .25s,background .25s; }
.dossier:hover,.dossier[open] { border-color: #ba7ed065; background: linear-gradient(140deg,#2b183680,#0e0b13); }
.dossier summary { list-style: none; cursor: pointer; padding: 24px; position: relative; }
.dossier summary::-webkit-details-marker { display: none; }
.dossier summary::after { content: '+'; position: absolute; right: 22px; top: 26px; color: #c38ce4; font: 24px Georgia,serif; }
.dossier[open] summary::after { content: '−'; }
.dossier small { display: block; font-size: 8px; color: #b698c9; letter-spacing: .2em; margin-bottom: 13px; }
.dossier strong { font: 22px Georgia,serif; }
.dossier p { padding: 0 24px 24px; margin: 0; font-size: 13px; color: #c1b2cc; line-height: 1.8; }
.reveal-once { animation: cinematic-enter .9s both; }
.auth.reveal-once { animation-delay: .12s; }
.pitch.reveal-once { animation-delay: .22s; }
@keyframes cinematic-enter { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@keyframes haze-drift { from { transform: translate3d(-4%,2%,0); opacity: .5; } to { transform: translate3d(5%,-2%,0); opacity: 1; } }
@keyframes passing-light { 0%,25%,100% { transform: translateX(-30%) rotate(-18deg); opacity: 0; } 40% { opacity: .9; } 65% { transform: translateX(25%) rotate(-18deg); opacity: 0; } }
@keyframes neon-breathe { from { opacity: .55; } to { opacity: .95; } }
@keyframes searchlight { from { transform: rotate(-12deg); } to { transform: rotate(15deg); } }
@keyframes display-scan { 0% { transform: translateY(0); opacity: 0; } 10% { opacity: .25; } 80% { opacity: .15; } 100% { transform: translateY(260px); opacity: 0; } }
@keyframes api-pulse { 0%,100% { opacity: .55; } 50% { opacity: 1; } }
/* Slow voltage variation, never a full on/off strobe. */
@keyframes neon-voltage { 0%,70%,100% { opacity: 1; } 76% { opacity: .76; } 84% { opacity: .93; } 90% { opacity: .82; } }
.motion-paused *, .motion-paused *::before, .motion-paused *::after { animation-play-state: paused !important; }
.motion-paused .reveal-once { animation: none; }
.motion-paused .scene-art { transform: none; }
@media (max-width:1000px) {
  .boulevard .scene-art { background-size: auto 950px; background-position: center top; }
  .club-sign { left: 3%; width: 14%; top: 255px; }
  .club-sign strong { font-size: 30px; }
}
@media (max-width:700px) {
  .preview-actions { gap: 12px; }
  .preview-note { font-size: 8px; letter-spacing: 0; }
  .preview-note>span { max-width: 135px; }
  .skyline { height: 185px; background-position: center 25%; }
  .city-location { display: none; }
  .boulevard .scene-art { background-size: auto 760px; background-position: 42% 40px; transform: none; }
  .club-sign { display: none; }
  .auth, .boulevard .auth { backdrop-filter: none; }
  .boulevard .billboards { z-index: 2; perspective: none; }
  .boulevard .billboard,.boulevard .billboard:nth-child(2),.boulevard .billboard:nth-child(3) { clip-path: none; transform: none; filter: none; box-shadow: inset 0 0 0 1px #e8c5f89c,inset 0 0 0 5px #170d20,0 0 12px #ec5beb4d; }
  .underworld { padding: 30px 5%; }
  .underworld-heading { display: block; }
  .underworld-heading p { margin-top: 14px; }
  .dossiers { grid-template-columns: 1fr; gap: 12px; }
  .dossier summary { padding: 20px; }
  .dossier p { padding: 0 20px 20px; }
  .city-haze { filter: none; }
  .neon-spill { mix-blend-mode: normal; }
  .scene-art { will-change: auto; }
}
@media (prefers-reduced-motion:reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .scene-art { transform: none !important; }
  .weather { display: none; }
}
