.hero { position: relative; isolation: isolate; height: 100svh; min-height: 680px; overflow: hidden; background: var(--ink-1000); }
.hero__media, .hero-video-layer, .hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__media { overflow: hidden; background: var(--ink-1000); }
.hero-video-layer { z-index: 0; overflow: hidden; opacity: 0; pointer-events: none; background: var(--ink-1000); }
.hero-video-layer.is-active { z-index: 2; opacity: 1; }
.hero-video-layer__media, .hero-poster-layer { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-video-layer__media { opacity: 0; }
.hero-poster-layer { opacity: 1; }
.hero-video-layer.is-active.is-first-frame-ready .hero-video-layer__media { opacity: 1; }
.hero-video-layer.is-active.is-first-frame-ready .hero-poster-layer { opacity: 0; }
.hero-video-layer.is-video-unavailable .hero-poster-layer { opacity: 1; }
.hero__shade { z-index: 1; background: radial-gradient(circle at 50% 42%, rgb(255 255 255 / 0.1), transparent 28%), linear-gradient(180deg, rgb(0 0 0 / 0.18), rgb(0 0 0 / 0.24) 48%, rgb(0 0 0 / 0.82)); }
.hero__audio-control { position: absolute; z-index: 4; top: calc(env(safe-area-inset-top, 0px) + 88px); right: clamp(14px, 2vw, 28px); filter: drop-shadow(0 6px 18px rgb(0 0 0 / 0.32)); }
.hero__audio-toggle { display: inline-grid; place-items: center; width: 34px; height: 34px; padding: 0; border: 1px solid rgb(255 255 255 / 0.28); border-radius: 999px; background: rgb(5 6 8 / 0.28); color: rgb(247 247 244 / 0.92); backdrop-filter: blur(10px); box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.06); cursor: pointer; }
.hero__audio-toggle:not(:disabled):hover, .hero__audio-toggle:not(:disabled):focus-visible { border-color: rgb(255 255 255 / 0.48); background: rgb(5 6 8 / 0.38); }
.hero__audio-toggle[aria-pressed="true"] { border-color: rgb(216 255 79 / 0.58); color: rgb(216 255 79 / 0.98); background: rgb(10 14 8 / 0.42); }
.hero__audio-toggle[data-audio-available="false"], .hero__audio-toggle:disabled { border-color: rgb(255 255 255 / 0.14); color: rgb(247 247 244 / 0.48); background: rgb(5 6 8 / 0.16); cursor: default; }
.hero__audio-toggle svg { width: 15px; height: 15px; }
.hero__content { position: absolute; z-index: 2; bottom: 8.5%; left: 50%; display: flex; flex-direction: column; align-items: center; width: min(820px, calc(100% - 320px)); max-width: 860px; transform: translateX(-50%); text-align: center; }
.hero__content h1 { max-width: 850px; margin-bottom: 10px; font-weight: 560; line-height: 0.98; }
.hero__intro { max-width: 680px; margin: 0 auto 22px; color: rgb(247 247 244 / 0.82); font-size: var(--text-lg); }
.prompt-bar { display: grid; grid-template-columns: auto 1px 38px minmax(0, 1fr) auto; align-items: center; gap: 10px; width: min(100%, 760px); min-height: 48px; padding: 5px 6px 5px 14px; border: 1px solid rgb(255 255 255 / 0.12); border-radius: var(--radius-pill); background: rgb(0 0 0 / 0.38); box-shadow: 0 16px 50px rgb(0 0 0 / 0.22), inset 0 1px 0 rgb(255 255 255 / 0.06); backdrop-filter: blur(20px); }
.prompt-bar__model { color: var(--accent); font-family: var(--font-mono); font-size: 0.68rem; text-transform: uppercase; white-space: nowrap; }
.prompt-bar__divider { width: 1px; height: 22px; background: rgb(255 255 255 / 0.18); }
.prompt-bar__thumb { width: 38px; height: 38px; aspect-ratio: 1 !important; border-radius: 50%; }
.prompt-bar p { margin: 0; color: var(--text); font-size: var(--text-sm); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align: left; }
.prompt-bar button { white-space: nowrap; }
.prompt-bar__action {
  position: relative;
  isolation: isolate;
  min-height: 38px;
  padding: 0 15px;
  border-color: rgb(255 255 255 / 0.2);
  background: #000000;
  color: rgb(248 248 244 / 0.96);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.08), 0 10px 24px rgb(0 0 0 / 0.18);
  backdrop-filter: blur(18px) saturate(115%);
  -webkit-backdrop-filter: blur(18px) saturate(115%);
  text-shadow: 0 1px 1px rgb(0 0 0 / 0.34);
}

.prompt-bar__action::before {
  content: "";
  position: absolute;
  inset: -14px -18px;
  z-index: -1;
  border-radius: calc(var(--radius-pill) + 18px);
  background: radial-gradient(circle at 50% 50%, rgb(0 0 0 / 0.54) 0%, rgb(0 0 0 / 0.34) 52%, transparent 78%);
  filter: blur(14px);
  opacity: 0.96;
  pointer-events: none;
}

.prompt-bar__action:hover,
.prompt-bar__action:focus-visible {
  border-color: rgb(255 255 255 / 0.34);
  color: rgb(252 252 247 / 1);
  background: #000000;
}
.hero__rail { position: absolute; z-index: 3; top: 50%; right: clamp(8px, 1.4vw, 22px); width: 118px; height: min(54vh, 480px); transform: translateY(-50%); perspective: 900px; }
.hero__rail::before { content: ""; position: absolute; top: 20%; right: 3px; width: 58px; height: 60%; border-right: 1px solid rgb(255 255 255 / 0.13); border-radius: 50%; opacity: 0.52; pointer-events: none; }
.hero__rail article { display: grid; grid-template-rows: auto minmax(1.4em, auto); justify-items: center; gap: 5px; width: 104px; min-height: 66px; padding: 0; border: 0; background: transparent; cursor: pointer; opacity: 0.58; transform-origin: center; }
.hero__rail article > div { width: 72px; height: 48px; aspect-ratio: 3 / 2; border-radius: 4px; box-shadow: 0 10px 28px rgb(0 0 0 / 0.3); }
.hero__rail article span { display: -webkit-box; width: 100%; min-height: 1.4em; overflow: hidden; color: rgb(247 247 244 / 0.66); font-size: 0.61rem; line-height: 1.2; text-align: center; overflow-wrap: anywhere; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.hero__rail[data-rail-ready="true"] article { position: absolute; top: 50%; right: 0; z-index: var(--rail-z, 1); transform: translate3d(var(--rail-x, 0), calc(-50% + var(--rail-y, 0px)), 0) scale(var(--rail-scale, 0.7)); opacity: var(--rail-opacity, 0.5); filter: blur(var(--rail-blur, 0)); }
.hero__rail[data-rail-ready="true"] article.is-wrapping { opacity: 0 !important; transition: none !important; }
.hero__rail article[aria-current="true"] > div { box-shadow: 0 0 0 1px rgb(216 255 79 / 0.62), 0 16px 38px rgb(0 0 0 / 0.42); }
.hero__rail article[aria-current="true"] span { color: var(--text); }
.hero__rail article[data-reserve-state="true"] { cursor: default; }
.hero__rail article[data-reserve-state="true"] > div { filter: saturate(0.76) contrast(0.94); }
.hero__rail article[data-reserve-state="true"]:hover > div, .hero__rail article[data-reserve-state="true"]:focus-visible > div { box-shadow: 0 0 0 1px rgb(255 255 255 / 0.36), 0 14px 32px rgb(0 0 0 / 0.38); filter: saturate(0.94) contrast(1); }
.hero__rail article[data-reserve-state="true"]:focus-visible { outline: 1px solid rgb(255 255 255 / 0.46); outline-offset: 3px; }
@media (max-width: 767px) {
  .hero .prompt-bar { min-height: 62px; }
  .hero .prompt-bar p { display: -webkit-box; max-height: 2.4em; overflow: hidden; white-space: normal !important; line-height: 1.2; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
}
.scene--seedance { background: var(--scene-black); }
.seedance-stage { position: relative; min-height: 680px; margin-bottom: 20px; }
.seedance-stage__media { width: 100%; height: 100%; min-height: 680px; aspect-ratio: 16 / 9; border-radius: var(--radius-md); }
.seedance-stage > section { position: absolute; top: 28px; left: 28px; width: min(420px, calc(100% - 56px)); padding: 18px; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgb(0 0 0 / 0.52); backdrop-filter: blur(12px); }
.seedance-stage > section h3, .seedance-stage > section p { margin-bottom: 6px; }
.input-strip { position: absolute; right: 28px; bottom: 28px; left: 28px; display: flex; align-items: stretch; justify-content: center; gap: 10px; min-height: 128px; padding: 10px; overflow-x: auto; border: 1px solid rgb(255 255 255 / 0.08); border-radius: var(--radius-md); background: rgb(0 0 0 / 0.58); backdrop-filter: blur(16px); }
.input-strip article { flex: 0 0 116px; display: grid; grid-template-rows: 1fr auto; gap: 7px; min-height: 104px; padding: 6px; border: 1px solid rgb(255 255 255 / 0.08); border-radius: var(--radius-sm); background: rgb(255 255 255 / 0.035); }
.input-strip article > div { min-height: 66px; aspect-ratio: 4 / 3; border-radius: 3px; }
.input-strip span { flex: 0 0 auto; padding: 0 2px; color: rgb(247 247 244 / 0.7); font-size: 0.66rem; text-transform: uppercase; }
.input-strip i { color: var(--text-muted); font-style: normal; }
.scene--toolkit { background: var(--scene-black); }
.capability-track { overflow: hidden; border: 1px solid rgb(255 255 255 / 0.08); border-radius: var(--radius-md); background: linear-gradient(120deg, rgb(255 255 255 / 0.035), rgb(255 255 255 / 0.01)); cursor: grab; mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); user-select: none; }
.capability-track[data-dragging="true"] { cursor: grabbing; }
.capability-track__lane { display: flex; width: max-content; min-width: 100%; gap: 10px; padding: 12px; }
.capability-track article { flex: 0 0 218px; min-height: 178px; padding: 20px; border: 1px solid rgb(255 255 255 / 0.08); border-radius: var(--radius-md); background: rgb(14 16 19 / 0.68); scroll-snap-align: start; }
.capability-track b, .reason-grid b { color: var(--accent); font-family: var(--font-mono); font-size: var(--text-xs); }
.capability-track h3 { margin-top: 34px; font-size: var(--text-base); }
.capability-track p { margin-bottom: 0; font-size: var(--text-sm); }
.scene--canvas { background: var(--scene-black); }
.canvas-app { position: relative; height: 720px; overflow: hidden; border: 1px solid rgb(255 255 255 / 0.12); border-radius: var(--radius-md); background-color: #020303; background-image: linear-gradient(rgb(255 255 255 / 0.035) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 0.025) 1px, transparent 1px), radial-gradient(circle at 50% 50%, rgb(216 255 79 / 0.035), transparent 38%); background-size: 34px 34px, 34px 34px, cover; cursor: grab; touch-action: none; }
.canvas-app[data-panning="true"] { cursor: grabbing; }
.canvas-toolbar { position: absolute; z-index: 5; top: 18px; right: 18px; display: flex; align-items: center; gap: 4px; padding: 4px; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgb(5 6 7 / 0.8); }
.canvas-toolbar button { display: grid; place-items: center; width: 44px; height: 44px; border: 0; border-radius: var(--radius-sm); background: transparent; }
.canvas-toolbar output { width: 52px; color: var(--text-muted); font-family: var(--font-mono); font-size: var(--text-xs); text-align: center; }
.canvas-surface { position: absolute; inset: 0; width: 100%; height: 100%; transform-origin: center; }
.canvas-lines { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.canvas-lines path { fill: none; stroke: rgb(107 216 228 / 0.28); stroke-width: 1.5; }
.canvas-lines path.is-related { stroke: var(--accent); stroke-width: 2.5; }
.canvas-surface article { position: absolute; z-index: 2; width: 190px; min-height: 168px; padding: 12px; border: 1px solid rgb(255 255 255 / 0.11); border-radius: var(--radius-md); background: rgb(0 0 0 / 0.72); cursor: pointer; box-shadow: 0 18px 54px rgb(0 0 0 / 0.32); }
.canvas-surface article:nth-of-type(1) { left: 7%; top: 14%; }.canvas-surface article:nth-of-type(2) { left: 34%; top: 7%; }.canvas-surface article:nth-of-type(3) { right: 8%; top: 18%; }.canvas-surface article:nth-of-type(4) { left: 12%; top: 59%; }.canvas-surface article:nth-of-type(5) { left: 43%; top: 37%; width: 230px; min-height: 140px; }.canvas-surface article:nth-of-type(6) { right: 12%; top: 57%; }.canvas-surface article:nth-of-type(7) { left: 38%; bottom: 5%; }.canvas-surface article:nth-of-type(8) { right: 31%; bottom: 3%; }
.canvas-node__media { margin: 8px 0 10px; aspect-ratio: 16 / 9; border-radius: 3px; }
.canvas-surface article span, .canvas-detail span { color: var(--cyan); font-family: var(--font-mono); font-size: 0.66rem; text-transform: uppercase; }
.canvas-surface article h3 { margin: 0 0 4px; font-size: var(--text-base); }
.canvas-surface article p { margin: 0; font-size: var(--text-xs); }
.canvas-surface article.is-selected { border-color: var(--accent); box-shadow: 0 0 0 1px var(--accent); }
.canvas-detail { position: absolute; z-index: 4; bottom: 18px; left: 18px; width: 270px; padding: 14px; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgb(0 0 0 / 0.82); pointer-events: none; }
.canvas-detail__media { margin-top: 10px; aspect-ratio: 16 / 9; border-radius: var(--radius-sm); }
.canvas-detail h3 { margin: 8px 0 2px; font-size: var(--text-base); }.canvas-detail p { margin: 0; font-size: var(--text-xs); }
.scene--prompt { background: var(--scene-black); }
.director-desk { display: grid; grid-template-columns: minmax(0, 1fr) 230px minmax(0, 1fr); min-height: 500px; border: 1px solid rgb(255 255 255 / 0.09); border-radius: var(--radius-md); background: linear-gradient(135deg, rgb(255 255 255 / 0.035), rgb(255 255 255 / 0.008)); }
.director-desk > div { padding: 30px; }
.director-desk__input, .analysis-stack { border-right: 1px solid var(--line); }
.director-desk article { padding: 30px; }
.director-desk__input p { margin-top: 34px; font-size: var(--text-xl); line-height: 1.35; }
.director-desk__input > span, .director-desk__output > span { color: var(--accent); font-family: var(--font-mono); font-size: var(--text-xs); text-transform: uppercase; }
.prompt-style-row { display: grid; gap: 7px; margin-bottom: 14px; }
.prompt-style-row button { min-height: 34px; border: 0; border-radius: var(--radius-pill); background: transparent; color: var(--text-muted); font-size: var(--text-xs); text-align: left; cursor: pointer; }
.prompt-style-row button[aria-pressed="true"] { color: var(--accent); }
.analysis-stack { display: flex; flex-direction: column; justify-content: center; gap: 9px; }
.analysis-stack > span { padding: 7px 10px; border: 1px solid var(--line); border-radius: var(--radius-pill); color: var(--text-muted); font-size: var(--text-xs); text-align: center; }
.analysis-stack > span.is-analyzed { color: var(--accent); border-color: rgb(216 255 79 / 0.4); background: rgb(216 255 79 / 0.05); }
.director-desk__output { display: flex; flex-direction: column; justify-content: center; }
.director-desk__output p { font-size: var(--text-lg); }
.scene--storyboard { background: var(--scene-black); }
.storyboard-stage { position: relative; height: min(68vw, 720px); min-height: 520px; }
.storyboard-stage__media { width: 100%; height: 100%; aspect-ratio: 16 / 9; border-radius: var(--radius-md); }
.shot-meta { position: absolute; top: 22px; right: 22px; display: grid; grid-template-columns: repeat(3, 1fr); width: min(520px, calc(100% - 44px)); margin: 0; padding: 12px; border: 1px solid rgb(255 255 255 / 0.1); border-radius: var(--radius-md); background: rgb(0 0 0 / 0.54); backdrop-filter: blur(12px); }
.shot-meta div { padding: 7px 12px; }.shot-meta dt { color: var(--text-muted); font-size: 0.65rem; text-transform: uppercase; }.shot-meta dd { font-size: var(--text-sm); }
.storyboard-rail { position: absolute; right: 22px; bottom: 22px; left: 22px; z-index: 3; display: grid; grid-template-columns: repeat(6, minmax(82px, 1fr)); gap: 8px; overflow-x: auto; padding: 8px; border: 1px solid rgb(255 255 255 / 0.1); border-radius: var(--radius-md); background: rgb(0 0 0 / 0.48); backdrop-filter: blur(14px); }
.storyboard-rail button { position: relative; min-width: 82px; padding: 3px; border: 1px solid transparent; border-radius: var(--radius-sm); background: transparent; }
.storyboard-rail button > span { display: block; aspect-ratio: 16 / 9; border-radius: var(--radius-sm); }.storyboard-rail button b { position: absolute; right: 10px; bottom: 8px; padding: 2px 6px; background: rgb(0 0 0 / 0.7); font-size: var(--text-xs); }.storyboard-rail button[aria-pressed="true"] { border-color: var(--accent); }
.scene--workflow { padding-top: 80px; padding-bottom: 80px; background: var(--scene-black); }
.workflow-line { position: relative; display: grid; grid-template-columns: repeat(7, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; }
.workflow-line::before { content: ""; position: absolute; top: 34px; right: 6%; left: 6%; height: 1px; background: linear-gradient(90deg, transparent, rgb(216 255 79 / 0.55), rgb(107 216 228 / 0.32), transparent); }
.workflow-line li { position: relative; min-height: 128px; padding: 60px 10px 20px; border-right: 0; text-align: center; cursor: pointer; }
.workflow-line li::before { content: ""; position: absolute; top: 27px; left: 50%; width: 14px; height: 14px; transform: translateX(-50%); border: 1px solid rgb(216 255 79 / 0.48); border-radius: 50%; background: #000; box-shadow: 0 0 0 5px rgb(216 255 79 / 0.05); }
.workflow-line li.is-selected::before { background: var(--accent); box-shadow: 0 0 24px rgb(216 255 79 / 0.45); }
.workflow-line b, .workflow-line span { display: block; }.workflow-line b { color: var(--accent); font-family: var(--font-mono); font-size: var(--text-xs); }.workflow-line span { margin-top: 10px; color: var(--text); }
.scene--enterprise { background: var(--scene-black); }
.enterprise-tabs { display: flex; gap: 6px; margin-bottom: 14px; overflow-x: auto; }
.enterprise-tabs button { flex: 0 0 auto; }
.enterprise-console { min-height: 720px; border: 1px solid rgb(255 255 255 / 0.1); border-radius: var(--radius-md); background: radial-gradient(circle at 70% 30%, rgb(107 216 228 / 0.08), transparent 28%), #000; box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.05); }
.enterprise-console > section { display: grid; grid-template-columns: minmax(230px, 0.52fr) minmax(0, 1.48fr); align-items: center; gap: 38px; min-height: 720px; padding: 48px; }
.console-copy { max-width: 430px; }.console-copy > span { color: var(--accent); font-family: var(--font-mono); font-size: var(--text-xs); text-transform: uppercase; }.console-copy h3 { margin-top: 22px; font-size: var(--text-2xl); }
.enterprise-console > #enterprise-team-panel { grid-template-columns: minmax(240px, 0.62fr) minmax(0, 1.38fr); gap: 38px; }
.enterprise-team { min-width: 0; }
.team-graph { position: relative; height: 430px; overflow: hidden; background-image: linear-gradient(rgb(255 255 255 / 0.025) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 0.02) 1px, transparent 1px), radial-gradient(circle at 50% 50%, rgb(107 216 228 / 0.08), transparent 42%); background-size: 28px 28px, 28px 28px, cover; }
.team-connections { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.team-connection { fill: none; stroke: rgb(107 216 228 / 0.22); stroke-width: 0.32; vector-effect: non-scaling-stroke; }
.team-connection--peer { stroke-dasharray: 1.2 1.6; }
.team-connection.is-active { stroke: var(--accent); stroke-width: 0.58; filter: drop-shadow(0 0 4px rgb(216 255 79 / 0.36)); }
.team-core, .team-node { --node-scale: 1; position: absolute; z-index: 2; left: calc(var(--node-x, 50) * 1%); top: calc(var(--node-y, 50) * 1%); transform: translate(-50%, -50%) scale(var(--node-scale)); border: 1px solid rgb(255 255 255 / 0.16); border-radius: var(--radius-sm); background: rgb(5 8 9 / 0.9); color: var(--text); cursor: pointer; box-shadow: 0 14px 34px rgb(0 0 0 / 0.28); }
.team-core[data-team-node="workspace"] { --node-x: 50; --node-y: 50; }.team-node[data-team-node="director"] { --node-x: 50; --node-y: 12; }.team-node[data-team-node="writer"] { --node-x: 16; --node-y: 28; }.team-node[data-team-node="producer"] { --node-x: 84; --node-y: 28; }.team-node[data-team-node="technical"] { --node-x: 16; --node-y: 72; }.team-node[data-team-node="reviewer"] { --node-x: 84; --node-y: 72; }.team-node[data-team-node="editor"] { --node-x: 50; --node-y: 88; }
.team-core { display: grid; gap: 4px; min-width: 154px; min-height: 76px; place-content: center; border-color: rgb(107 216 228 / 0.48); background: rgb(7 17 18 / 0.94); text-align: center; }
.team-core span { color: var(--text); font-size: var(--text-sm); font-weight: 750; }.team-core small { color: var(--cyan); font-family: var(--font-mono); font-size: 0.6rem; }
.team-node { min-width: 106px; min-height: 48px; padding: 0 12px 0 24px; font-size: var(--text-xs); text-align: left; }
.team-node::before { content: ""; position: absolute; top: 50%; left: 11px; width: 5px; height: 5px; transform: translateY(-50%); border-radius: 50%; background: var(--cyan); box-shadow: 0 0 8px rgb(107 216 228 / 0.6); }
.team-core.is-selected, .team-node.is-selected { --node-scale: 1.045; border-color: var(--accent); box-shadow: 0 0 0 1px rgb(216 255 79 / 0.22), 0 16px 40px rgb(0 0 0 / 0.38); }
.team-core.is-related, .team-node.is-related { border-color: rgb(107 216 228 / 0.42); }
.team-core.is-dimmed, .team-node.is-dimmed { opacity: 0.68; }
.team-node-detail { display: grid; grid-template-columns: minmax(90px, 0.45fr) minmax(0, 1.55fr); gap: 14px 24px; min-height: 126px; padding: 18px 0 0 18px; border-top: 1px solid rgb(255 255 255 / 0.1); border-left: 1px solid rgb(255 255 255 / 0.1); }
.team-node-detail > span { color: var(--accent); font-family: var(--font-mono); font-size: var(--text-xs); text-transform: uppercase; }
.team-node-detail dl { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 0; }
.team-node-detail dl div { min-width: 0; }.team-node-detail dt { color: var(--text-muted); font-size: 0.62rem; }.team-node-detail dd { margin: 5px 0 0; color: var(--text); font-size: var(--text-xs); line-height: 1.35; }
.team-node-detail ul { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 7px 16px; margin: 0; padding: 0; list-style: none; }.team-node-detail li { color: var(--text-soft); font-size: 0.65rem; }
.project-workbench { display: grid; grid-template-columns: minmax(250px, 0.86fr) minmax(270px, 1.14fr); min-width: 0; min-height: 520px; border-top: 1px solid rgb(255 255 255 / 0.1); border-bottom: 1px solid rgb(255 255 255 / 0.1); }
.project-tree { max-height: 540px; overflow: auto; padding: 18px 22px 18px 0; }
.project-tree ol { margin: 0; padding: 0; list-style: none; }.project-tree ol ol { margin-left: 17px; padding-left: 13px; border-left: 1px solid rgb(107 216 228 / 0.18); }
.project-tree li { position: relative; }.project-tree ol ol > li::before { content: ""; position: absolute; top: 24px; left: -13px; width: 10px; border-top: 1px solid rgb(107 216 228 / 0.18); }
.project-tree button { display: grid; grid-template-columns: 62px minmax(0, 1fr); gap: 8px; width: 100%; min-height: 42px; padding: 6px 8px; border: 0; border-radius: var(--radius-sm); background: transparent; color: var(--text-soft); text-align: left; cursor: pointer; }
.project-tree button span { color: var(--text-muted); font-family: var(--font-mono); font-size: 0.59rem; text-transform: uppercase; }.project-tree button b { overflow: hidden; font-size: var(--text-xs); font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.project-tree button.is-in-path { color: var(--text); }.project-tree button.is-in-path span { color: var(--cyan); }.project-tree button.is-selected { background: rgb(216 255 79 / 0.08); color: var(--accent); box-shadow: inset 2px 0 0 var(--accent); }
.project-index { min-width: 0; padding: 24px 0 24px 28px; border-left: 1px solid rgb(255 255 255 / 0.1); }
.project-index > span, .asset-index > span, .quota-consumption > span { color: var(--cyan); font-family: var(--font-mono); font-size: var(--text-xs); text-transform: uppercase; }.project-index h4, .asset-index h4 { margin: 8px 0 28px; font-size: var(--text-xl); }
.project-index dl, .asset-index dl, .quota-consumption dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 22px; margin: 0; }.project-index dl div:nth-last-child(-n + 2) { grid-column: 1 / -1; }
.project-index dt, .asset-index dt, .quota-consumption dt { color: var(--text-muted); font-size: 0.62rem; }.project-index dd, .asset-index dd, .quota-consumption dd { margin: 5px 0 0; color: var(--text); font-size: var(--text-xs); line-height: 1.42; }
.asset-workbench { display: grid; grid-template-columns: minmax(330px, 1.22fr) minmax(230px, 0.78fr); min-width: 0; border-top: 1px solid rgb(255 255 255 / 0.1); border-bottom: 1px solid rgb(255 255 255 / 0.1); }
.asset-network { position: relative; height: 480px; overflow: hidden; background-image: radial-gradient(circle at 50% 50%, rgb(216 255 79 / 0.065), transparent 38%), linear-gradient(rgb(255 255 255 / 0.022) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 0.018) 1px, transparent 1px); background-size: cover, 30px 30px, 30px 30px; }
.asset-connections { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }.asset-connection { fill: none; stroke: rgb(255 255 255 / 0.16); stroke-width: 0.3; vector-effect: non-scaling-stroke; }.asset-connection--appears-in, .asset-connection--used-by, .asset-connection--guides { stroke: rgb(107 216 228 / 0.25); stroke-dasharray: 1.2 1.5; }.asset-connection.is-active { stroke: var(--accent); stroke-width: 0.58; filter: drop-shadow(0 0 4px rgb(216 255 79 / 0.34)); }
.asset-core, .asset-node { --asset-scale: 1; position: absolute; z-index: 2; left: calc(var(--asset-x, 50) * 1%); top: calc(var(--asset-y, 50) * 1%); transform: translate(-50%, -50%) scale(var(--asset-scale)); min-height: 46px; border: 1px solid rgb(255 255 255 / 0.16); border-radius: var(--radius-sm); background: rgb(5 7 8 / 0.9); color: var(--text); cursor: pointer; box-shadow: 0 12px 30px rgb(0 0 0 / 0.28); }
.asset-core { min-width: 152px; min-height: 72px; padding: 0 16px; border-color: rgb(216 255 79 / 0.45); color: var(--accent); font-weight: 750; }.asset-node { min-width: 112px; max-width: 142px; padding: 0 12px 0 24px; color: var(--text-soft); font-size: 0.68rem; text-align: left; }.asset-node::before { content: ""; position: absolute; top: 50%; left: 10px; width: 6px; height: 6px; transform: translateY(-50%); border: 1px solid var(--cyan); background: transparent; }
.asset-core[data-asset-node="project-terminal"] { --asset-x: 50; --asset-y: 50; }.asset-node[data-asset-node="character-courier"] { --asset-x: 50; --asset-y: 10; }.asset-node[data-asset-node="scene-platform"] { --asset-x: 18; --asset-y: 28; }.asset-node[data-asset-node="prop-case"] { --asset-x: 18; --asset-y: 74; }.asset-node[data-asset-node="audio-rain"] { --asset-x: 50; --asset-y: 90; }.asset-node[data-asset-node="reference-neon"] { --asset-x: 82; --asset-y: 74; }.asset-node[data-asset-node="generated-reflection"] { --asset-x: 82; --asset-y: 28; }
.asset-core.is-selected, .asset-node.is-selected { --asset-scale: 1.045; border-color: var(--accent); box-shadow: 0 0 0 1px rgb(216 255 79 / 0.22), 0 15px 36px rgb(0 0 0 / 0.36); }.asset-core.is-related, .asset-node.is-related { border-color: rgb(107 216 228 / 0.42); }.asset-core.is-dimmed, .asset-node.is-dimmed { opacity: 0.68; }
.asset-index { min-width: 0; padding: 24px 0 24px 26px; border-left: 1px solid rgb(255 255 255 / 0.1); }.asset-index h4 { margin-bottom: 14px; }.asset-index > p { display: flex; justify-content: space-between; gap: 12px; margin: 0 0 24px; padding-bottom: 14px; border-bottom: 1px solid rgb(255 255 255 / 0.08); font-size: var(--text-xs); }.asset-index > p b { color: var(--text-muted); font-weight: 500; }.asset-index dl { grid-template-columns: 1fr; }.asset-index ul { display: grid; gap: 5px; margin: 20px 0 0; padding: 14px 0 0; border-top: 1px solid rgb(255 255 255 / 0.08); list-style: none; }.asset-index li { color: var(--text-soft); font-size: 0.64rem; }
.quota-flow { display: grid; grid-template-columns: minmax(360px, 1.2fr) minmax(220px, 0.8fr); min-width: 0; border-top: 1px solid rgb(255 255 255 / 0.1); border-bottom: 1px solid rgb(255 255 255 / 0.1); }
.quota-levels { display: grid; align-content: center; gap: 6px; min-height: 510px; margin: 0; padding: 22px 26px 22px 0; list-style: none; }.quota-levels li { --quota-depth: 0; position: relative; display: grid; grid-template-columns: 68px minmax(120px, 1fr) minmax(110px, 0.8fr); align-items: center; gap: 10px; min-height: 58px; margin-left: calc(var(--quota-depth) * 24px); padding: 8px 10px; border-left: 1px solid rgb(107 216 228 / 0.2); }.quota-levels li::before { content: ""; position: absolute; top: -7px; bottom: -7px; left: -1px; border-left: 1px solid rgb(107 216 228 / 0.2); }.quota-levels li::after { content: ""; position: absolute; top: 50%; left: -1px; width: 10px; border-top: 1px solid rgb(107 216 228 / 0.35); }.quota-levels li.is-focused { border-left-color: var(--accent); background: linear-gradient(90deg, rgb(216 255 79 / 0.07), transparent); }
.quota-levels li > span { color: var(--cyan); font-family: var(--font-mono); font-size: 0.58rem; text-transform: uppercase; }.quota-levels li > b { min-width: 0; overflow: hidden; font-size: var(--text-xs); text-overflow: ellipsis; white-space: nowrap; }.quota-levels li > small { grid-column: 3; color: var(--text-muted); font-size: 0.6rem; text-align: right; }.quota-levels progress, .operation-row progress { grid-column: 1 / -1; width: 100%; height: 3px; border: 0; background: rgb(255 255 255 / 0.08); appearance: none; }.quota-levels progress::-webkit-progress-bar, .operation-row progress::-webkit-progress-bar { background: rgb(255 255 255 / 0.08); }.quota-levels progress::-webkit-progress-value { background: linear-gradient(90deg, var(--cyan), var(--accent)); }.quota-levels progress::-moz-progress-bar { background: var(--accent); }
.quota-consumption { align-self: stretch; padding: 32px 0 32px 28px; border-left: 1px solid rgb(255 255 255 / 0.1); }.quota-consumption > span { display: block; margin-bottom: 28px; }.quota-consumption dl { grid-template-columns: 1fr; }.quota-consumption dd { font-family: var(--font-mono); font-size: var(--text-sm); }
.analytics-operations { min-width: 0; border-top: 1px solid rgb(255 255 255 / 0.1); border-bottom: 1px solid rgb(255 255 255 / 0.1); }
.operations-summary { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-bottom: 1px solid rgb(255 255 255 / 0.1); }.operations-summary > div { min-width: 0; padding: 14px 16px; border-right: 1px solid rgb(255 255 255 / 0.08); }.operations-summary > div:last-child { border-right: 0; }.operations-summary span, .operations-grid h4 { display: block; color: var(--text-muted); font-size: 0.61rem; font-weight: 500; }.operations-summary strong { display: block; margin-top: 7px; overflow: hidden; color: var(--text); font-family: var(--font-mono); font-size: var(--text-base); text-overflow: ellipsis; white-space: nowrap; }
.operations-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }.operations-grid > section { min-width: 0; min-height: 158px; padding: 16px; border-right: 1px solid rgb(255 255 255 / 0.08); border-bottom: 1px solid rgb(255 255 255 / 0.08); }.operations-grid > section:nth-child(even) { border-right: 0; }.operations-grid h4 { margin: 0 0 10px; color: var(--cyan); font-family: var(--font-mono); text-transform: uppercase; }
.operation-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 3px 12px; align-items: center; min-height: 36px; padding: 5px 0; border-top: 1px solid rgb(255 255 255 / 0.055); }.operation-row:first-child { border-top: 0; }.operation-row b { overflow: hidden; color: var(--text); font-size: 0.65rem; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }.operation-row > span { color: var(--text-soft); font-size: 0.6rem; text-align: right; }.operation-row small { grid-column: 1; color: var(--text-muted); font-size: 0.58rem; }.operation-row progress { grid-column: 1 / -1; }.operation-row progress::-webkit-progress-value { background: var(--cyan); }.operation-row progress::-moz-progress-bar { background: var(--cyan); }.operations-blocker .operation-row { border-left: 2px solid var(--danger); padding-left: 9px; }.operations-blocker .operation-row[data-severity="medium"] { border-left-color: #ffd36a; }
.scene--why { background: var(--scene-black); }
.reason-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.reason-grid article { padding: 32px; border-right: 1px solid var(--line); }.reason-grid article:last-child { border: 0; }.reason-grid h3 { margin-top: 42px; }
.perspective-wall { position: relative; height: 620px; margin-top: 70px; perspective: 900px; transform: rotateX(3deg); }.perspective-wall > div { position: absolute; width: 34%; aspect-ratio: 16 / 10; border-radius: var(--radius-md); box-shadow: 0 28px 70px rgb(0 0 0 / 0.4); }.perspective-wall > div:nth-child(1) { left: 2%; top: 4%; transform: rotate(-5deg); }.perspective-wall > div:nth-child(2) { left: 34%; top: 20%; z-index: 2; width: 38%; transform: rotate(2deg); }.perspective-wall > div:nth-child(3) { right: 1%; top: 1%; transform: rotate(5deg); }.perspective-wall > div:nth-child(4) { left: 13%; bottom: 2%; transform: rotate(4deg); }.perspective-wall > div:nth-child(5) { right: 11%; bottom: 1%; transform: rotate(-4deg); }
.scene--templates { min-height: 980px; background: var(--scene-black); }.templates-center { position: relative; z-index: 2; max-width: 560px; margin: 260px auto 0; text-align: center; }.templates-center h2 { margin-bottom: 18px; }.template-cloud { position: absolute; inset: 0; width: min(100%, 1500px); height: 100%; margin: auto; pointer-events: none; }.template-cloud article { position: absolute; width: 214px; padding: 7px; border: 1px solid rgb(255 255 255 / 0.08); border-radius: var(--radius-md); background: rgb(0 0 0 / 0.62); box-shadow: 0 22px 72px rgb(0 0 0 / 0.34); pointer-events: auto; }.template-cloud article.is-selected { border-color: rgb(216 255 79 / 0.34); box-shadow: 0 26px 84px rgb(216 255 79 / 0.08); }.template-cloud article > div { aspect-ratio: 4 / 3; border-radius: var(--radius-sm); }.template-cloud article > div:nth-child(2) { display: none; }.template-cloud article:hover > div:first-child, .template-cloud article:focus-within > div:first-child, .template-cloud article.is-selected > div:first-child { display: none; }.template-cloud article:hover > div:nth-child(2), .template-cloud article:focus-within > div:nth-child(2), .template-cloud article.is-selected > div:nth-child(2) { display: block; }.template-cloud h3 { margin: 9px 4px 4px; font-size: var(--text-sm); }.template-cloud article:nth-child(1) { left: 5%; top: 10%; transform: rotate(-4deg); }.template-cloud article:nth-child(2) { left: 30%; top: 5%; width: 190px; transform: rotate(3deg); }.template-cloud article:nth-child(3) { right: 30%; top: 8%; width: 198px; transform: rotate(-2deg); }.template-cloud article:nth-child(4) { right: 6%; top: 12%; transform: rotate(5deg); }.template-cloud article:nth-child(5) { left: 3%; bottom: 16%; width: 198px; transform: rotate(3deg); }.template-cloud article:nth-child(6) { left: 22%; bottom: 5%; transform: rotate(-5deg); }.template-cloud article:nth-child(7) { right: 25%; bottom: 7%; transform: rotate(4deg); }.template-cloud article:nth-child(8) { right: 5%; bottom: 18%; width: 196px; transform: rotate(-5deg); }.template-cloud article:nth-child(9) { left: 15%; top: 39%; width: 170px; transform: rotate(-2deg); }.template-cloud article:nth-child(10) { right: 16%; top: 42%; width: 174px; transform: rotate(2deg); }
.scene--showcase { background: var(--scene-black); }.showcase-filters { display: flex; justify-content: center; gap: 4px; margin-bottom: 30px; overflow-x: auto; }.showcase-carousel { position: relative; display: flex; align-items: center; gap: 20px; width: 100%; overflow: hidden; }.showcase-carousel article { flex: 0 0 72%; opacity: 0.26; filter: blur(2px) saturate(0.72); transform: scale(0.92); cursor: pointer; }.showcase-carousel article.is-showcase-selected, .showcase-carousel article.is-selected { opacity: 1; filter: none; transform: scale(1); }.showcase-carousel article > div { aspect-ratio: 16 / 9; border-radius: var(--radius-md); }.showcase-carousel article > span { display: block; margin-top: 16px; color: var(--accent); font-family: var(--font-mono); font-size: var(--text-xs); text-transform: uppercase; }.showcase-carousel h3 { margin: 6px 0; }.showcase-carousel p { margin-bottom: 8px; }.showcase-carousel article button { min-height: 44px; padding: 0; border: 0; background: transparent; color: var(--text); text-decoration: underline; text-underline-offset: 4px; }.carousel-arrow { display: none; }
.scene--community { min-height: 900px; background: radial-gradient(circle at calc(42% + var(--community-x, 0px)) calc(38% + var(--community-y, 0px)), rgb(216 255 79 / 0.12), transparent 28%), radial-gradient(circle at calc(66% - var(--community-x, 0px)) calc(62% - var(--community-y, 0px)), rgb(107 216 228 / 0.14), transparent 34%), linear-gradient(145deg, #000 0%, #050207 46%, #000 100%); }.community-center { position: relative; z-index: 3; max-width: 600px; margin: 280px auto 0; text-align: center; }.community-center h2 { text-align: center; }.community-join { position: relative; display: inline-flex; justify-content: center; }.community-qr-popover { position: absolute; z-index: 8; top: calc(100% + 14px); left: 50%; width: 224px; padding: 14px; transform: translate(-50%, -6px); border: 1px solid rgb(255 255 255 / 0.12); border-radius: var(--radius-md); background: rgb(8 9 11 / 0.88); box-shadow: 0 26px 80px rgb(0 0 0 / 0.48); opacity: 0; pointer-events: none; backdrop-filter: blur(18px); }.community-join[data-open="true"] .community-qr-popover { transform: translate(-50%, 0); opacity: 1; pointer-events: auto; }.community-join--footer .community-qr-popover { top: auto; bottom: calc(100% + 12px); }.community-join--footer[data-open="true"] .community-qr-popover { transform: translate(-50%, 0); }.community-qr { display: grid; place-items: center; aspect-ratio: 1; border-radius: var(--radius-sm); background-color: #f2f3ed; background-image: linear-gradient(90deg, #111 10px, transparent 10px 18px, #111 18px 24px, transparent 24px), linear-gradient(#111 10px, transparent 10px 18px, #111 18px 24px, transparent 24px); background-size: 34px 34px; color: #111; }.community-qr span { padding: 4px 6px; background: #f2f3ed; font-size: 0.62rem; font-weight: 800; }.community-qr-popover p { margin: 10px 0 0; color: var(--text-soft); font-size: var(--text-xs); }.community-cloud { position: absolute; inset: 0; width: min(100%, 1450px); height: 100%; margin: auto; transform: translate3d(var(--community-x, 0), var(--community-y, 0), 0); pointer-events: none; }.community-cloud article { position: absolute; width: 210px; padding: 7px; border: 1px solid rgb(255 255 255 / 0.055); border-radius: var(--radius-md); background: rgb(0 0 0 / 0.38); box-shadow: 0 22px 70px rgb(0 0 0 / 0.28); pointer-events: auto; backdrop-filter: blur(8px); }.community-cloud article div { aspect-ratio: 4 / 3; border-radius: var(--radius-sm); }.community-cloud h3 { margin: 8px 4px 2px; font-size: var(--text-sm); text-align: center; }.community-cloud article:nth-child(1) { left: 4%; top: 10%; }.community-cloud article:nth-child(2) { left: 35%; top: 5%; }.community-cloud article:nth-child(3) { right: 4%; top: 13%; }.community-cloud article:nth-child(4) { left: 8%; bottom: 8%; }.community-cloud article:nth-child(5) { left: 40%; bottom: 4%; }.community-cloud article:nth-child(6) { right: 6%; bottom: 9%; }.community-cloud article:nth-child(7) { left: 22%; top: 25%; width: 170px; }.community-cloud article:nth-child(8) { right: 22%; bottom: 24%; width: 170px; }
.scene--testimonials { background: var(--scene-black); }.quote-mark { display: block; height: 50px; color: var(--accent); font-family: Georgia, serif; font-size: 5rem; line-height: 1; }.testimonial-track { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: none; scrollbar-width: none; user-select: none; will-change: scroll-position; }.testimonial-track::-webkit-scrollbar { display: none; }.testimonial-track figure { flex: 0 0 390px; min-height: 276px; margin: 0; padding: 28px; border: 1px solid rgb(255 255 255 / 0.09); border-radius: var(--radius-md); background: linear-gradient(145deg, rgb(255 255 255 / 0.055), rgb(255 255 255 / 0.018)); }.testimonial-track blockquote { min-height: 132px; margin-left: 0; font-size: var(--text-lg); }.testimonial-track figcaption { display: grid; grid-template-columns: 44px 1fr; }.testimonial-track figcaption > span { grid-row: 1 / 3; width: 36px; height: 36px; border-radius: 50%; }.testimonial-track b, .testimonial-track small { display: block; }
.scene--faq { display: grid; grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr); gap: 80px; background: var(--scene-black); }.faq-intro, .faq-list { width: 100%; }.faq-intro { position: sticky; top: 110px; align-self: start; }.faq-intro h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 520; }.faq-list { display: grid; gap: 12px; }.faq-item { overflow: hidden; border: 1px solid rgb(255 255 255 / 0.1); border-radius: var(--radius-md); background: rgb(14 16 19 / 0.72); }.faq-item h3 { margin: 0; font-size: var(--text-base); }.faq-item button { display: flex; align-items: center; justify-content: space-between; gap: 18px; width: 100%; min-height: 72px; padding: 20px 22px; border: 0; background: transparent; color: var(--text); text-align: left; cursor: pointer; }.faq-item button > span { position: relative; flex: 0 0 22px; width: 22px; height: 22px; border: 1px solid rgb(255 255 255 / 0.2); border-radius: 50%; }.faq-item button > span::before, .faq-item button > span::after { content: ""; position: absolute; top: 50%; left: 50%; width: 10px; height: 1px; transform: translate(-50%, -50%); background: var(--text); }.faq-item button > span::after { transform: translate(-50%, -50%) rotate(90deg); }.faq-item.is-open button > span { border-color: rgb(216 255 79 / 0.45); transform: rotate(45deg); }.faq-panel { overflow: hidden; max-height: 0; opacity: 0; }.faq-panel p { max-width: 650px; margin: 0; padding: 0 58px 24px 22px; color: rgb(247 247 244 / 0.82); font-family: Georgia, "Times New Roman", serif; font-size: var(--text-lg); line-height: 1.62; }.faq-item.is-open .faq-panel { max-height: var(--faq-panel-height, 260px); opacity: 1; }
.final-cta { position: relative; isolation: isolate; display: grid; min-height: 82svh; place-items: center; overflow: hidden; }.final-cta__media, .final-cta__shade { position: absolute; inset: 0; width: 100%; height: 100%; }.final-cta__media { aspect-ratio: auto !important; }.final-cta__shade { z-index: 1; background: rgb(0 0 0 / 0.6); }.final-cta__content { position: relative; z-index: 2; max-width: 880px; padding: 32px; text-align: center; }.final-cta__content h2 { font-size: var(--text-4xl); }.final-cta__content > div { display: flex; justify-content: center; gap: 10px; }
