 .hero-video { position: absolute; z-index: 1; width: 100%; height: 100%; object-fit: cover; transform: translateX(var(--look-offset, 0px)) scale(var(--look-scale, 1.16)); transition: transform .18s ease-out; }
 .hero-frame { cursor: grab; touch-action: none; }
 .hero-frame.looking { cursor: grabbing; }
 .hero-scene:after { z-index: 2; }
 .stage-mode .topbar { background: #080b0a; }
 .stage-mode .app-shell { max-width: 1520px; }
 .stage-mode .hero-frame { aspect-ratio: 2 / 1; box-shadow: 0 0 0 1px rgba(201,248,106,.22), 0 22px 80px rgba(0,0,0,.42); }
 .stage-mode .hero-video { --look-scale: 1.25; object-position: center 42%; }
 .stage-mode .viewpoints-panel { border-color: #4c5a42; }
 .stage-mode-label { position: absolute; z-index: 6; top: 58px; left: 24px; display: none; align-items: center; gap: 8px; color: var(--lime); font: 10px 'DM Mono', monospace; letter-spacing: .1em; }
 .stage-mode-label .live-pulse { background: var(--lime); }
 .stage-mode .stage-mode-label { display: flex; }
 .stream-wall { margin-top: 42px; padding-top: 24px; border-top: 1px solid var(--line); }
 .stream-wall-heading { display: flex; align-items: start; justify-content: space-between; margin-bottom: 18px; }
 .stream-wall-heading h2 { margin: 0; font-size: 24px; letter-spacing: -.05em; }
 .stream-grid { display: grid; grid-template-columns: repeat(10, minmax(0, 1fr)); gap: 5px; }
 .stream-tile { position: relative; aspect-ratio: 1.25; overflow: hidden; display: flex; align-items: end; padding: 7px; background: hsl(var(--tile-hue), 25%, 27%); border: 1px solid rgba(233,238,232,.1); }
 .stream-tile:before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 65% 32%, hsl(var(--tile-hue), 65%, 62%), transparent 30%), linear-gradient(145deg, hsl(var(--tile-hue), 30%, 35%), #111817 80%); opacity: .8; }
 .stream-tile video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
 .stream-tile.real-feed:before { background: linear-gradient(0deg, rgba(5,9,8,.72), transparent 65%); }
 .stream-avatar, .stream-label, .stream-live { position: relative; z-index: 1; }
 .stream-avatar { width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; background: rgba(13,17,16,.7); color: var(--ink); font: 8px 'DM Mono', monospace; }
 .stream-label { margin-left: 6px; overflow: hidden; color: rgba(233,238,232,.85); font: 8px 'DM Mono', monospace; text-overflow: ellipsis; white-space: nowrap; }
 .stream-live { position: absolute; top: 6px; right: 6px; color: var(--orange); font: 7px 'DM Mono', monospace; }
 .stream-live i { display: inline-block; width: 4px; height: 4px; margin-right: 3px; border-radius: 50%; background: var(--orange); }
 @media (max-width: 850px) { .stream-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); } }
 @media (max-width: 520px) { .stream-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } .stream-wall-heading { align-items: start; flex-direction: column; gap: 10px; } }
 .social-grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: 20px; margin-top: 30px; }
 .social-panel { min-width: 0; padding: 23px 22px 18px; border: 1px solid var(--line); background: var(--panel); }
 .social-heading { display: flex; align-items: start; justify-content: space-between; padding-bottom: 17px; border-bottom: 1px solid var(--line); }
 .social-heading .eyebrow { margin-bottom: 7px; color: var(--muted); }
 .social-heading h2 { margin: 0; font-size: 18px; letter-spacing: -.04em; }
 .online-count, .privacy-mark { color: var(--lime); font: 10px 'DM Mono', monospace; }
 .comment-list { display: grid; gap: 15px; padding: 18px 0; max-height: 215px; overflow: auto; }
 .comment, .friend { display: flex; align-items: start; gap: 10px; }
 .comment-avatar { flex: 0 0 29px; width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; color: #17201b; font-size: 8px; font-weight: 800; }
 .avatar-peach { background: #d9a08a; }.avatar-green { background: #badc84; }.avatar-blue { background: #8cb7c4; }.avatar-lilac { background: #c6b1dd; }.avatar-orange { background: #e49a63; }.avatar-lime { background: var(--lime); }
 .comment strong, .friend strong { display: block; font-size: 11px; }.comment p { margin: 4px 0; color: #bec6c0; font-size: 11px; line-height: 1.45; }.comment small, .friend small { color: var(--muted); font: 9px 'DM Mono', monospace; }
 .comment-form { display: flex; gap: 8px; padding-top: 13px; border-top: 1px solid var(--line); }.comment-form input { min-width: 0; flex: 1; padding: 10px 0; border: 0; outline: 0; background: transparent; color: var(--ink); font: 11px Manrope, sans-serif; }.comment-form input::placeholder { color: #657069; }.comment-form button { width: 32px; height: 32px; background: var(--lime); color: #172014; font-size: 16px; }
 .privacy-copy { max-width: 400px; margin: 18px 0 13px; color: var(--muted); font-size: 11px; line-height: 1.5; }.location-button { padding: 9px 11px; border: 1px solid #4c5a42; background: transparent; color: var(--lime); font-size: 10px; }.location-button span { margin-right: 6px; }.location-button.enabled { background: #27321f; }.friend-list { display: grid; gap: 16px; margin-top: 22px; }.friend { align-items: center; }.friend > div { min-width: 0; flex: 1; }.invite-button { padding: 6px 9px; border: 1px solid #3f4b43; background: transparent; color: var(--muted); font: 9px 'DM Mono', monospace; }.invite-button.sent { border-color: #4c5a42; color: var(--lime); }
 .profile-button { display: inline-flex; align-items: center; gap: 8px; padding: 7px 11px 7px 7px; border: 1px solid var(--line); background: rgba(19, 24, 22, 0.9); color: var(--ink); }
 .profile-avatar { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: #d7b59c; color: #1c1715; font-size: 9px; font-weight: 800; }
 .profile-label { font: 10px 'DM Mono', monospace; letter-spacing: .08em; text-transform: uppercase; }
 .auth-panel { margin-bottom: 18px; padding: 18px 20px 16px; border: 1px solid var(--line); background: rgba(23, 28, 26, 0.96); }
 .auth-header { display: flex; align-items: start; justify-content: space-between; gap: 12px; margin-bottom: 8px; }
 .auth-header h2 { margin: 0; font-size: 22px; letter-spacing: -.05em; }
 .auth-copy { margin: 0 0 12px; color: var(--muted); font-size: 12px; line-height: 1.5; }
 .auth-form { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 10px; }
 .auth-form input { min-width: 220px; flex: 1; padding: 11px 12px; border: 1px solid var(--line); background: rgba(9, 13, 12, 0.9); color: var(--ink); }
 .auth-form button { padding-inline: 16px; }
 .auth-status { color: var(--lime); font: 10px 'DM Mono', monospace; }
 .auth-signout { margin-top: 14px; color: var(--muted); }
 .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: 700px) { .social-grid { grid-template-columns: 1fr; } }
@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap');

:root { --ink: #e9eee8; --muted: #87908b; --line: #29302d; --panel: #171c1a; --bg: #0d1110; --lime: #c9f86a; --orange: #ff8b5e; }
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; background: var(--bg); color: var(--ink); font-family: Manrope, sans-serif; }
button { border: 0; color: inherit; font: inherit; cursor: pointer; }
.topbar { height: 72px; padding: 0 clamp(20px, 4vw, 64px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(13,17,16,.88); }
.brand { display: flex; gap: 11px; align-items: center; color: var(--ink); text-decoration: none; font-size: 18px; font-weight: 800; letter-spacing: -.05em; }
.brand-dot { color: var(--lime); }.brand-mark { display: flex; align-items: end; gap: 2px; width: 19px; height: 20px; }.brand-mark i { display: block; width: 5px; border-radius: 2px; background: var(--lime); }.brand-mark i:nth-child(1) { height: 9px; }.brand-mark i:nth-child(2) { height: 15px; }.brand-mark i:nth-child(3) { height: 20px; }
.topbar-actions, .event-actions, .stage-tools, .secure-state { display: flex; align-items: center; gap: 18px; }.secure-state { color: var(--muted); font: 11px 'DM Mono', monospace; letter-spacing: .05em; text-transform: uppercase; }.status-dot, .live-pulse { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(201,248,106,.1); }.icon-button { background: none; font-size: 23px; color: var(--muted); }.avatar { width: 31px; height: 31px; border-radius: 50%; background: #d6b5a2; color: #27201d; font-size: 10px; font-weight: 800; }
.app-shell { max-width: 1380px; margin: auto; padding: 58px clamp(20px, 4vw, 64px) 38px; }.event-header { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 38px; }.eyebrow { margin: 0 0 11px; color: var(--orange); font: 10px 'DM Mono', monospace; letter-spacing: .12em; text-transform: uppercase; }.eyebrow .live-pulse { margin-right: 8px; width: 6px; height: 6px; background: var(--orange); box-shadow: 0 0 0 4px rgba(255,139,94,.11); }h1 { margin: 0; font-size: clamp(31px, 4vw, 58px); line-height: .98; letter-spacing: -.075em; font-weight: 700; }h1 span { color: #79827d; }.event-subtitle { margin: 16px 0 0; color: var(--muted); font-size: 14px; }.primary-button, .text-button { padding: 12px 17px; border-radius: 2px; font-size: 12px; font-weight: 700; }.primary-button { background: var(--lime); color: #172014; }.text-button { background: transparent; color: var(--muted); }.primary-button span, .text-button span { font-size: 16px; margin-right: 7px; }
.stage-layout { display: grid; grid-template-columns: minmax(0, 1fr) 355px; gap: 20px; }.hero-frame { position: relative; overflow: hidden; aspect-ratio: 16/9; min-height: 390px; background: #272d31; }.hero-scene { position: absolute; inset: 0; overflow: hidden; background: radial-gradient(ellipse at 50% 63%, #d76f53 0%, #794039 17%, #272d35 44%, #101817 78%); }.hero-scene:after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,10,10,.25), transparent 38%, rgba(4,7,7,.3)), linear-gradient(0deg, rgba(4,8,8,.74), transparent 45%); }.moon { position: absolute; width: 46%; aspect-ratio: 1; top: 4%; left: 27%; border-radius: 50%; background: #ffc67c; box-shadow: 0 0 72px #ec8055; opacity: .8; }.horizon { position: absolute; bottom: 24%; left: -4%; width: 108%; height: 22%; background: #1e2828; transform: skewY(-4deg); }.beam { position: absolute; bottom: 25%; width: 18%; height: 78%; background: linear-gradient(180deg, rgba(255,220,149,.2), rgba(255,144,88,.04)); filter: blur(7px); transform: rotate(22deg); transform-origin: bottom; }.beam-one { left: 16%; }.beam-two { right: 18%; transform: rotate(-24deg); }.crowd { position: absolute; z-index: 2; bottom: -5%; left: -5%; width: 110%; background: #101716; border-radius: 50% 50% 0 0; }.crowd-back { height: 23%; opacity: .72; }.crowd-front { height: 15%; bottom: -7%; filter: blur(2px); }.artist { position: absolute; z-index: 3; bottom: 24%; width: 4%; height: 19%; background: #111918; border-radius: 48% 48% 20% 20%; }.artist:before { content: ''; position: absolute; width: 66%; aspect-ratio: 1; top: -30%; left: 17%; border-radius: 50%; background: #111918; }.artist-left { left: 35%; transform: scale(.8); }.artist-center { left: 49%; height: 25%; }.artist-right { right: 31%; transform: scale(.73); }.scene-caption { position: absolute; z-index: 4; bottom: 21px; left: 24px; color: rgba(233,238,232,.58); font: 9px 'DM Mono', monospace; letter-spacing: .1em; }.hero-overlay { position: absolute; z-index: 5; left: 0; right: 0; display: flex; justify-content: space-between; align-items: center; padding: 22px 24px; }.top-overlay { top: 0; background: linear-gradient(rgba(0,0,0,.38), transparent); }.bottom-overlay { bottom: 0; align-items: end; background: linear-gradient(transparent, rgba(0,0,0,.72)); }.live-label, .viewer-count { font: 10px 'DM Mono', monospace; letter-spacing: .1em; }.live-label { display: flex; align-items: center; gap: 8px; color: var(--orange); }.viewer-count { color: rgba(233,238,232,.74); }.bottom-overlay strong, .bottom-overlay span { display: block; }.bottom-overlay strong { font-size: 13px; }.bottom-overlay div span { margin-top: 5px; color: #a9b0ab; font: 10px 'DM Mono', monospace; }.fullscreen-button { background: none; font-size: 22px; color: rgba(255,255,255,.78); }.stage-footer { display: flex; justify-content: space-between; padding: 14px 0; color: var(--muted); font-size: 11px; }.quality-dot { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--lime); }.muted { color: #5c6660; }.tool-button { padding: 4px 0; background: transparent; color: var(--muted); font-size: 11px; }.tool-button span { margin-right: 6px; color: var(--ink); font-size: 17px; }
.viewpoints-panel { padding: 24px 20px 18px; border: 1px solid var(--line); background: var(--panel); }.panel-heading { display: flex; justify-content: space-between; align-items: start; padding: 0 2px 18px; border-bottom: 1px solid var(--line); }.panel-heading .eyebrow { margin-bottom: 8px; color: var(--muted); }.panel-heading h2 { margin: 0; font-size: 18px; letter-spacing: -.04em; }.angle-count { width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid #3b453f; border-radius: 50%; color: var(--lime); font: 11px 'DM Mono', monospace; }.perspective-list { padding: 8px 0; }.perspective { width: 100%; display: flex; align-items: center; gap: 11px; padding: 9px 3px; border: 1px solid transparent; background: transparent; text-align: left; }.perspective.active { border-color: #4c5a42; background: #21291f; }.thumbnail { position: relative; flex: 0 0 59px; height: 40px; overflow: hidden; background: #554542; }.thumb-maya { background: linear-gradient(135deg,#9f5a44,#283f3f); }.thumb-theo { background: linear-gradient(135deg,#1e5355,#d6855e); }.thumb-rina { background: linear-gradient(135deg,#38354d,#9d6a54); }.thumb-jules { background: linear-gradient(135deg,#a04d42,#283941); }.thumb-ari { background: linear-gradient(135deg,#d18a56,#414044); }.thumb-wide { background: linear-gradient(135deg,#345a54,#6e4e54); }.thumb-person { position: absolute; bottom: -6px; left: 42%; width: 15px; height: 25px; border-radius: 50% 50% 15% 15%; background: rgba(15,21,19,.82); }.thumb-person:before { content: ''; position: absolute; top: -8px; left: 3px; width: 9px; height: 9px; border-radius: 50%; background: #151d1b; }.perspective-copy { min-width: 0; flex: 1; }.perspective-copy strong, .perspective-copy small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.perspective-copy strong { font-size: 11px; }.perspective-copy small { margin-top: 4px; color: var(--muted); font: 9px 'DM Mono', monospace; }.signal { color: var(--lime); font: 10px 'DM Mono', monospace; letter-spacing: -2px; }.contribute-button { width: 100%; display: flex; gap: 12px; align-items: center; padding: 15px 3px 2px; border-top: 1px solid var(--line); background: transparent; text-align: left; }.contribute-button > span:first-child { display: grid; place-items: center; width: 29px; height: 29px; border: 1px solid #53604c; border-radius: 50%; color: var(--lime); font-size: 18px; }.contribute-button strong, .contribute-button small { display: block; }.contribute-button strong { font-size: 11px; }.contribute-button small { margin-top: 3px; color: var(--muted); font: 9px 'DM Mono', monospace; }.contribute-button .arrow { margin-left: auto; color: var(--muted); font-size: 18px; }.room-footer { display: flex; justify-content: space-between; align-items: center; padding: 23px 2px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }.people, .mini-avatars { display: flex; align-items: center; }.mini-avatars { margin-right: 12px; }.mini-avatars span { width: 24px; height: 24px; display: grid; place-items: center; margin-left: -5px; border: 2px solid var(--bg); border-radius: 50%; background: #77958c; color: #14201b; font-size: 7px; font-weight: 800; }.mini-avatars span:nth-child(2) { background: #d18a67; }.mini-avatars span:nth-child(3) { background: #c9e180; }.mini-avatars span:last-child { background: #34403c; color: var(--muted); }.room-note { font: 10px 'DM Mono', monospace; }.spark { margin-right: 8px; color: var(--lime); }.toast { position: fixed; left: 50%; bottom: 24px; z-index: 20; padding: 12px 18px; border: 1px solid #4c5a42; background: #202a1d; color: var(--lime); font: 11px 'DM Mono', monospace; opacity: 0; transform: translate(-50%, 15px); transition: .2s ease; pointer-events: none; }.toast.visible { opacity: 1; transform: translate(-50%, 0); }
@media (max-width: 850px) { .event-header { align-items: start; flex-direction: column; }.event-actions { width: 100%; justify-content: space-between; }.stage-layout { grid-template-columns: 1fr; }.viewpoints-panel { padding-bottom: 12px; }.perspective-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px 10px; }.room-footer { gap: 20px; align-items: start; flex-direction: column; } }
@media (max-width: 520px) { .topbar { height: 62px; }.secure-state { display: none; }.app-shell { padding-top: 37px; }.hero-frame { min-height: 260px; }.stage-footer { align-items: start; flex-direction: column; gap: 12px; }.perspective-list { display: block; }.perspective { padding: 9px 3px; }.room-note { font-size: 9px; } }
