:root {
  color-scheme: dark;
  --bg: #080b12;
  --bg-deep: #05070d;
  --surface: #10151f;
  --surface-2: #151c28;
  --surface-3: #1b2432;
  --line: rgba(185, 206, 226, .16);
  --line-strong: rgba(185, 206, 226, .28);
  --text: #f2f6fb;
  --muted: #98a7b9;
  --muted-strong: #c4d0dd;
  --cyan: #6be8ed;
  --cyan-deep: #1eaab8;
  --violet: #a487ff;
  --orange: #ffb567;
  --green: #8ee2bc;
  --danger: #ff899e;
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 11px;
  --shadow: 0 22px 70px rgba(0, 0, 0, .28);
  --container: 1180px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { min-width: 320px; background: var(--bg); scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--bg); color: var(--text); font-size: 16px; line-height: 1.55; }
body, button, input, textarea, select { font-family: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
button { color: inherit; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 3px solid rgba(107, 232, 237, .55);
  outline-offset: 3px;
}
.site-noise { position: fixed; inset: 0; pointer-events: none; opacity: .025; z-index: -1; background-image: radial-gradient(rgba(255,255,255,.9) .6px, transparent .6px); background-size: 5px 5px; }
.app-shell { min-height: 100vh; }
.container { width: min(var(--container), calc(100% - 48px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(185,206,226,.12); background: rgba(8,11,18,.88); backdrop-filter: blur(18px); }
.header-inner { min-height: 74px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; flex: 0 0 auto; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(107,232,237,.42); border-radius: 12px; background: #0d1521; box-shadow: 0 0 22px rgba(107,232,237,.12); }
.brand-mark img { width: 53px; height: 53px; object-fit: cover; opacity: .94; }
.brand-copy { display: grid; gap: 0; line-height: 1.05; }
.brand-name { letter-spacing: .14em; font-size: 15px; font-weight: 900; }
.brand-domain { color: var(--muted); font-size: 11px; letter-spacing: .09em; }
.nav-links { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.nav-link { padding: 9px 11px; border-radius: 9px; color: var(--muted-strong); text-decoration: none; font-size: 14px; transition: background .2s ease, color .2s ease; }
.nav-link:hover, .nav-link[aria-current="page"] { color: var(--text); background: rgba(255,255,255,.07); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.mobile-toggle { display: none; margin-left: auto; border: 1px solid var(--line); border-radius: 10px; background: transparent; padding: 9px 10px; cursor: pointer; }
.mobile-toggle span { display: block; width: 18px; height: 2px; margin: 4px 0; background: var(--text); }
.mobile-menu { display: none; padding: 0 0 14px; }
.mobile-menu.is-open { display: grid; gap: 2px; }
.mobile-menu a { padding: 11px 0; color: var(--muted-strong); text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.06); }
.button { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid transparent; border-radius: 10px; padding: 10px 15px; text-decoration: none; font-size: 14px; font-weight: 800; line-height: 1.2; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { color: #071016; background: var(--cyan); box-shadow: 0 10px 24px rgba(107,232,237,.13); }
.button-primary:hover { background: #92f3ed; }
.button-quiet { color: var(--muted-strong); background: rgba(255,255,255,.035); border-color: var(--line); }
.button-quiet:hover { background: rgba(255,255,255,.08); border-color: var(--line-strong); }
.button-ghost { min-height: 38px; color: var(--muted-strong); background: transparent; border-color: transparent; }
.button-danger { color: #ffdce2; background: rgba(255,137,158,.1); border-color: rgba(255,137,158,.3); }
.button[disabled] { opacity: .52; cursor: wait; transform: none; }
.page { padding: 72px 0 92px; }
.hero { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); align-items: center; gap: 64px; min-height: 560px; }
.eyebrow { color: var(--cyan); font-size: 12px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 22px; font-size: clamp(2.8rem, 7vw, 5.9rem); letter-spacing: -.055em; line-height: .98; }
h2 { margin-bottom: 12px; font-size: clamp(1.8rem, 4vw, 3rem); letter-spacing: -.035em; line-height: 1.05; }
h3 { margin-bottom: 8px; font-size: 1.15rem; line-height: 1.2; }
.lead { max-width: 620px; margin-bottom: 28px; color: var(--muted-strong); font-size: clamp(1.05rem, 2vw, 1.24rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 18px; color: var(--muted); font-size: 13px; }
.hero-meta span { display: inline-flex; align-items: center; gap: 8px; }
.live-dot { width: 8px; height: 8px; border-radius: 99px; background: var(--green); box-shadow: 0 0 13px rgba(142,226,188,.7); }
.hero-panel { position: relative; overflow: hidden; min-height: 470px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(145deg, rgba(25,34,48,.94), rgba(12,17,26,.98)); box-shadow: var(--shadow); }
.hero-panel::before { content: ""; position: absolute; width: 300px; height: 300px; right: -100px; top: -100px; border-radius: 50%; background: rgba(107,232,237,.11); filter: blur(5px); }
.hero-panel::after { content: ""; position: absolute; width: 240px; height: 240px; left: -80px; bottom: -110px; border-radius: 50%; background: rgba(164,135,255,.13); filter: blur(5px); }
.panel-top, .panel-title, .panel-grid, .panel-footer { position: relative; z-index: 1; }
.panel-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; color: var(--muted); font-size: 12px; }
.panel-badge { padding: 5px 8px; border: 1px solid rgba(142,226,188,.35); border-radius: 999px; color: var(--green); background: rgba(142,226,188,.08); font-size: 11px; font-weight: 800; }
.panel-title { margin: 86px 0 34px; }
.panel-title small { display: block; margin-bottom: 10px; color: var(--orange); font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.panel-title strong { display: block; font-size: clamp(2.3rem, 6vw, 4.6rem); letter-spacing: -.07em; line-height: .92; }
.panel-title p { max-width: 280px; margin: 14px 0 0; color: var(--muted); }
.panel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.metric { padding: 14px; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; background: rgba(255,255,255,.045); }
.metric span { display: block; margin-bottom: 6px; color: var(--muted); font-size: 11px; }
.metric strong { font-size: 1.15rem; }
.panel-footer { display: flex; justify-content: space-between; align-items: flex-end; gap: 14px; margin-top: 30px; color: var(--muted); font-size: 12px; }
.signal { display: flex; align-items: flex-end; gap: 3px; height: 24px; }
.signal i { width: 4px; border-radius: 4px; background: var(--cyan); opacity: .78; }
.signal i:nth-child(1) { height: 9px; } .signal i:nth-child(2) { height: 15px; } .signal i:nth-child(3) { height: 22px; } .signal i:nth-child(4) { height: 13px; } .signal i:nth-child(5) { height: 18px; }
.section { padding: 76px 0 0; }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 24px; }
.section-head p { max-width: 500px; margin-bottom: 0; color: var(--muted); }
.section-kicker { margin-bottom: 10px; color: var(--orange); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.grid { display: grid; gap: 16px; }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card { min-width: 0; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface); }
.card:hover { border-color: var(--line-strong); }
.card p { color: var(--muted); }
.product-card { display: grid; gap: 18px; min-height: 322px; }
.product-card.featured { grid-column: span 2; grid-template-columns: minmax(180px, .84fr) minmax(0, 1.16fr); align-items: stretch; padding: 0; overflow: hidden; }
.product-image { min-height: 260px; background: #101d2d; }
.product-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.product-copy { display: flex; flex-direction: column; align-items: flex-start; padding: 26px; }
.product-copy .button { margin-top: auto; }
.tag { display: inline-flex; width: fit-content; padding: 5px 8px; border: 1px solid rgba(107,232,237,.26); border-radius: 999px; color: var(--cyan); background: rgba(107,232,237,.07); font-size: 11px; font-weight: 800; }
.card-icon { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(164,135,255,.28); border-radius: 12px; color: var(--violet); background: rgba(164,135,255,.09); font-size: 20px; }
.card-link { color: var(--muted-strong); text-decoration: none; font-size: 14px; font-weight: 800; }
.card-link:hover { color: var(--cyan); }
.feature-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.feature-list li { display: flex; gap: 10px; color: var(--muted-strong); font-size: 14px; }
.feature-list li::before { content: "↗"; color: var(--cyan); font-weight: 900; }
.route-banner { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 30px; }
.route-banner h1 { max-width: 760px; margin-bottom: 12px; font-size: clamp(2.3rem, 5vw, 4.7rem); }
.route-banner p { max-width: 620px; margin-bottom: 0; color: var(--muted); }
.room-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 18px; }
.room-count { color: var(--muted); font-size: 13px; }
.room-card { display: flex; flex-direction: column; gap: 14px; min-height: 270px; }
.room-card .room-title { margin-bottom: 0; font-size: 1.36rem; }
.room-card .button { width: 100%; margin-top: auto; }
.room-status { display: inline-flex; align-items: center; gap: 7px; width: fit-content; padding: 5px 8px; border-radius: 999px; color: var(--muted-strong); background: rgba(255,255,255,.06); font-size: 12px; font-weight: 800; }
.room-status.live { color: var(--green); background: rgba(142,226,188,.09); }
.room-status.live::before { content: ""; width: 6px; height: 6px; border-radius: 99px; background: var(--green); }
.room-status.offline { color: var(--muted); }
.room-status.private { color: var(--orange); background: rgba(255,181,103,.09); }
.empty-state { padding: 44px 24px; border: 1px dashed var(--line-strong); border-radius: var(--radius-md); color: var(--muted); text-align: center; }
.flow-card { position: relative; min-height: 220px; }
.flow-number { display: block; margin-bottom: 42px; color: var(--orange); font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.flow-card:not(:last-child)::after { content: "→"; position: absolute; right: -22px; top: 45%; color: var(--line-strong); font-size: 28px; }
.footer { margin-top: 92px; padding: 28px 0 38px; border-top: 1px solid var(--line); }
.footer-inner { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.footer-copy { max-width: 360px; color: var(--muted); font-size: 13px; }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; color: var(--muted-strong); font-size: 13px; }
.footer-links a { text-decoration: none; } .footer-links a:hover { color: var(--cyan); }
.legal { margin-top: 22px; color: #6e7b8a; font-size: 12px; }
.auth-layout { display: grid; grid-template-columns: minmax(0, .86fr) minmax(360px, .74fr); gap: 68px; align-items: center; min-height: 660px; }
.auth-aside h1 { max-width: 610px; margin-bottom: 18px; font-size: clamp(2.4rem, 6vw, 4.9rem); }
.auth-aside p { max-width: 520px; color: var(--muted); }
.auth-notes { display: grid; gap: 12px; margin-top: 30px; }
.auth-note { display: flex; gap: 12px; color: var(--muted-strong); font-size: 14px; }
.auth-note strong { color: var(--cyan); }
.auth-card { padding: 30px; border: 1px solid var(--line-strong); border-radius: var(--radius-lg); background: var(--surface); box-shadow: var(--shadow); }
.auth-card h2 { font-size: 1.85rem; }
.auth-card > p { color: var(--muted); font-size: 14px; }
.form { display: grid; gap: 16px; }
.field { display: grid; gap: 7px; }
.field label { color: var(--muted-strong); font-size: 13px; font-weight: 800; }
.field input, .field textarea, .field select { width: 100%; min-height: 46px; border: 1px solid var(--line-strong); border-radius: 10px; padding: 11px 12px; color: var(--text); background: #0b1018; font-size: 16px; }
.field textarea { min-height: 120px; resize: vertical; }
.field-hint { min-height: 18px; color: var(--muted); font-size: 12px; }
.field-error { min-height: 18px; color: var(--danger); font-size: 12px; }
.form-note { padding: 10px 12px; border-radius: 10px; color: var(--muted-strong); background: rgba(107,232,237,.07); font-size: 13px; }
.form-actions { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.form-actions .button-primary { flex: 1 1 180px; }
.text-link { color: var(--cyan); font-size: 13px; text-decoration: none; } .text-link:hover { text-decoration: underline; }
.captcha { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; align-items: center; }
.captcha img { width: 180px; max-width: 100%; height: 56px; border: 1px solid var(--line-strong); border-radius: 9px; background: #0b1018; }
.account-shell { padding-top: 24px; }
.account-header { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 22px; }
.account-hero { display: flex; align-items: center; gap: 18px; }
.avatar { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 18px; color: #081218; background: var(--cyan); font-size: 1.35rem; font-weight: 900; }
.account-hero h1 { margin: 0 0 4px; font-size: clamp(2rem, 5vw, 3.4rem); }
.account-hero p { margin: 0; color: var(--muted); }
.account-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); gap: 16px; }
.account-card { min-height: 190px; }
.account-card h2 { font-size: 1.35rem; }
.data-row { display: flex; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.08); color: var(--muted); font-size: 14px; }
.data-row:last-child { border-bottom: 0; } .data-row strong { color: var(--text); text-align: right; overflow-wrap: anywhere; }
.license-placeholder { display: grid; gap: 8px; padding: 15px; border: 1px dashed var(--line-strong); border-radius: 12px; color: var(--muted); font-size: 14px; }
.license-placeholder strong { color: var(--muted-strong); }
.notice { padding: 14px 16px; border: 1px solid rgba(255,181,103,.25); border-radius: 12px; color: #f4d1ac; background: rgba(255,181,103,.07); font-size: 14px; }
.not-found { min-height: 620px; display: grid; place-items: center; text-align: center; }
.not-found h1 { margin: 0 auto 14px; font-size: clamp(4.5rem, 15vw, 10rem); color: var(--cyan); }
.noscript { width: min(680px, calc(100% - 48px)); margin: 100px auto; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); }
@media (max-width: 980px) {
  .header-inner { gap: 16px; }
  .nav-links { gap: 0; }
  .nav-link { padding-inline: 8px; }
  .hero, .auth-layout { grid-template-columns: 1fr; gap: 34px; }
  .hero { min-height: auto; }
  .hero-panel { min-height: 390px; }
  .auth-layout { min-height: auto; }
  .auth-aside { padding-top: 20px; }
}
@media (max-width: 760px) {
  .container { width: min(100% - 32px, var(--container)); }
  .page { padding-top: 42px; }
  .header-inner { min-height: 66px; }
  .nav-links, .header-actions { display: none; }
  .mobile-toggle { display: block; }
  .grid-3, .grid-2, .account-grid { grid-template-columns: 1fr; }
  .product-card.featured { grid-column: auto; grid-template-columns: 1fr; }
  .product-image { min-height: 190px; max-height: 230px; }
  .section-head, .route-banner, .account-header { align-items: flex-start; flex-direction: column; }
  .section { padding-top: 54px; }
  .flow-card:not(:last-child)::after { display: none; }
  .auth-card { padding: 22px; }
  .captcha { grid-template-columns: 1fr; }
  .captcha img { width: 100%; height: auto; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Reference direction: CUE•TONE editorial product interface. */
:root {
  --bg: #080a0b;
  --bg-deep: #050607;
  --surface: #101416;
  --surface-2: #151a1c;
  --surface-3: #1b2022;
  --line: rgba(205, 218, 213, .22);
  --line-strong: rgba(205, 218, 213, .42);
  --text: #e9ece8;
  --muted: #9ea9a6;
  --muted-strong: #c8cfcb;
  --cyan: #1bd8e4;
  --cyan-deep: #0a8491;
  --violet: #aa8af1;
  --orange: #ff6a52;
  --coral: #ff6952;
  --lime: #c9ef68;
  --green: #b9df5d;
  --danger: #ff8c7a;
  --radius-lg: 0px;
  --radius-md: 0px;
  --radius-sm: 0px;
  --shadow: none;
  --container: 1548px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html, body { background: var(--bg); }
.site-noise { display: none; }
.site-header { position: static; border: 0; background: transparent; backdrop-filter: none; }
.site-rail { position: fixed; inset: 0 auto 0 0; z-index: 30; width: 260px; padding: 40px 38px 34px; border-right: 1px solid var(--line); background: #090b0c; }
.site-rail .brand { display: flex; align-items: center; gap: 12px; }
.brand-mark { width: 34px; height: 34px; border-radius: 50%; border-color: var(--cyan); background: #0b1112; box-shadow: none; }
.brand-mark img { width: 48px; height: 48px; }
.brand-name { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 17px; letter-spacing: .11em; }
.brand-domain { color: var(--cyan); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 11px; letter-spacing: .1em; }
.rail-nav { position: absolute; top: 43%; left: 38px; right: 26px; display: grid; gap: 5px; }
.rail-link { display: grid; grid-template-columns: 32px 1fr; gap: 8px; align-items: center; padding: 7px 0; border: 0; color: var(--muted-strong); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 13px; text-decoration: none; }
.rail-link:hover, .rail-link[aria-current="page"] { color: var(--text); }
.rail-link[aria-current="page"] .rail-index { color: var(--coral); }
.rail-index { color: var(--cyan); font-size: 12px; }
.rail-note { position: absolute; right: 32px; bottom: 45px; left: 38px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.rail-note strong { color: var(--lime); font-size: 13px; }
.rail-note p { margin: 4px 0 0; }
.topbar { min-height: 104px; margin-left: 260px; padding: 0 clamp(32px, 5vw, 52px); display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.topbar-label { color: var(--muted-strong); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 12px; letter-spacing: .13em; text-transform: uppercase; }
.topbar .header-actions { margin-left: auto; }
.nav-links { display: none; }
.mobile-menu { display: none; }
.page { margin-left: 260px; padding: 112px clamp(32px, 5vw, 52px) 120px; }
.container { width: min(100%, var(--container)); }
.button { min-height: 46px; border-radius: 0; padding: 12px 22px; border-color: var(--line-strong); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 13px; letter-spacing: .01em; }
.button:hover { transform: translate(-1px, -1px); }
.button-primary, .button-coral { color: #090b0c; background: var(--coral); border-color: var(--coral); box-shadow: none; }
.button-primary:hover, .button-coral:hover { background: #ff806b; }
.button-lime { color: #090b0c; background: var(--lime); border-color: var(--lime); box-shadow: 6px 6px 0 var(--coral); }
.button-lime:hover { background: #d8fb7b; }
.button-quiet { color: var(--text); background: transparent; border-color: var(--line-strong); }
.button-quiet:hover { background: var(--surface-2); border-color: var(--text); }
.eyebrow, .section-kicker, .flow-number, .tag, .signal-label { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; text-transform: uppercase; }
.eyebrow { color: var(--cyan); letter-spacing: .14em; }
.section-index { display: inline-block; margin-right: 10px; color: var(--coral); }
h1, h2, h3 { font-weight: 800; }
h1 { max-width: 1000px; font-size: clamp(4.7rem, 10vw, 10.9rem); letter-spacing: -.095em; line-height: .82; }
h2 { font-size: clamp(2rem, 5vw, 5rem); letter-spacing: -.07em; }
h3 { letter-spacing: -.03em; }
.hero { min-height: 735px; grid-template-columns: minmax(0, 1fr) minmax(460px, .92fr); gap: clamp(46px, 6vw, 104px); align-items: center; }
.hero-title-soft, .hero-title-accent { display: block; }
.hero-title-soft { color: var(--text); }
.hero-title-accent { margin-left: clamp(20px, 4vw, 84px); color: var(--coral); }
.hero-copy .lead { max-width: 760px; margin: 44px 0 32px; color: var(--muted-strong); font-size: clamp(1.05rem, 1.5vw, 1.4rem); font-weight: 650; line-height: 1.65; }
.hero-actions { gap: 14px; }
.hero-meta { gap: 22px; color: var(--muted); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 12px; text-transform: uppercase; }
.hero-panel { min-height: 570px; padding: 20px 0 0; border: 0; border-top: 1px solid var(--line-strong); border-radius: 0; background: transparent; box-shadow: none; }
.hero-panel::before, .hero-panel::after { display: none; }
.panel-top { color: var(--muted-strong); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 11px; letter-spacing: .08em; }
.panel-badge { padding: 0; border: 0; border-radius: 0; color: var(--lime); background: transparent; font-family: inherit; font-size: 11px; }
.signal-label { margin: 62px 0 16px; color: var(--lime); font-size: 12px; letter-spacing: .12em; }
.hero-media { position: relative; min-height: 386px; border: 1px solid var(--line-strong); background: #0c1113; overflow: hidden; }
.hero-media::after { content: "CUE•TONE / PRODUCT SURFACE"; position: absolute; right: 14px; bottom: 12px; color: var(--cyan); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 10px; letter-spacing: .08em; }
.hero-media img { display: block; width: 100%; height: 100%; min-height: 386px; object-fit: cover; opacity: .94; }
.panel-footer { margin-top: 15px; padding-top: 13px; border-top: 1px solid var(--line); color: var(--muted-strong); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 11px; }
.panel-footer a { color: var(--cyan); text-decoration: none; }
.panel-footer a:hover { text-decoration: underline; }
.section { padding-top: 92px; border-top: 1px solid var(--line); }
.section-head { align-items: flex-start; margin-bottom: 32px; }
.section-head p { color: var(--muted-strong); }
.section-kicker { color: var(--lime); }
.card { padding: 26px; border-radius: 0; border-color: var(--line); background: var(--surface); }
.card:hover { border-color: var(--line-strong); }
.tag { padding: 0; border: 0; border-radius: 0; background: transparent; color: var(--cyan); font-size: 11px; letter-spacing: .08em; }
.product-card { min-height: 320px; }
.product-card.featured { border-radius: 0; }
.product-image { background: #0c1113; }
.product-copy { padding: 28px; }
.feature-list li::before { color: var(--coral); }
.card-link { color: var(--cyan); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 12px; text-transform: uppercase; }
.card-icon { border-radius: 0; color: var(--cyan); background: transparent; border-color: var(--line-strong); }
.flow-card { min-height: 230px; border-top: 2px solid var(--coral); }
.flow-number { color: var(--coral); }
.flow-card:not(:last-child)::after { color: var(--coral); }
.route-banner { padding-top: 20px; border-top: 1px solid var(--line-strong); }
.route-banner h1 { max-width: 900px; font-size: clamp(3.25rem, 6.5vw, 7rem); letter-spacing: -.045em; line-height: .94; }
.route-banner p { color: var(--muted-strong); font-size: 1.05rem; }
.room-status { border-radius: 0; color: var(--muted-strong); background: var(--surface-2); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.room-status.live { color: var(--lime); background: transparent; border: 1px solid var(--lime); }
.room-status.private { color: var(--orange); background: transparent; }
.empty-state { border-radius: 0; }
.footer { margin: 0 0 0 260px; padding: 32px clamp(32px, 5vw, 52px) 46px; border-top-color: var(--line); }
.footer .container { width: min(100%, var(--container)); }
.footer-links { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 11px; text-transform: uppercase; }
.legal { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.auth-layout { min-height: 700px; }
.auth-aside h1 { font-size: clamp(3.25rem, 6.5vw, 7rem); letter-spacing: -.045em; line-height: .94; }
.auth-card { border-radius: 0; background: var(--surface); box-shadow: none; }
.field input, .field textarea, .field select { border-radius: 0; background: #0b0f10; }
.form-note { border-radius: 0; background: transparent; border-left: 2px solid var(--cyan); }
.auth-social { display: grid; gap: 12px; margin-bottom: 22px; }
.auth-social-title { color: var(--muted-strong); font: 11px ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; text-transform: uppercase; letter-spacing: .08em; }
.auth-social-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.auth-social-grid .button { width: 100%; min-width: 0; }
.auth-social-mark { display: inline-grid; place-items: center; width: 22px; height: 22px; border: 1px solid currentColor; font: 700 12px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.auth-divider { display: flex; align-items: center; gap: 12px; color: var(--muted); font: 11px ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; text-transform: uppercase; }
.auth-divider::before, .auth-divider::after { content: ""; height: 1px; flex: 1; background: var(--line); }
.account-shell { padding-top: 20px; }
.account-header { border-top: 1px solid var(--line-strong); padding-top: 20px; }
.avatar { border-radius: 0; background: var(--lime); }
.license-placeholder { border-radius: 0; }
.not-found { min-height: 680px; }
.not-found h1 { color: var(--coral); }

@media (max-width: 980px) {
  .site-rail { width: 220px; padding-inline: 26px; }
  .rail-nav { left: 26px; }
  .rail-note { left: 26px; }
  .topbar, .page { margin-left: 220px; }
  .footer { margin-left: 220px; }
  .hero { grid-template-columns: 1fr; }
  .hero-panel { min-height: 500px; }
}

@media (max-width: 760px) {
  .site-header { position: relative; }
  .site-rail { position: relative; width: 100%; height: 72px; padding: 16px; border-right: 0; border-bottom: 1px solid var(--line); }
  .site-rail .brand { height: 40px; }
  .rail-nav, .rail-note { display: none; }
  .topbar { position: absolute; top: 0; right: 0; width: auto; min-height: 72px; margin-left: 0; padding: 0 16px; border-bottom: 0; }
  .topbar-label, .topbar .header-actions { display: none; }
  .mobile-toggle { display: block; border-radius: 0; border-color: var(--line-strong); }
  .mobile-menu { width: calc(100% - 32px); margin: 0 16px; padding: 0 0 16px; }
  .mobile-menu.is-open { display: grid; }
  .mobile-menu a { padding: 13px 0; color: var(--muted-strong); border-bottom-color: var(--line); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 13px; text-transform: uppercase; }
  .page { margin-left: 0; padding: 62px 16px 80px; }
  .footer { margin-left: 0; padding: 28px 16px 38px; }
  .hero { min-height: 0; padding: 0; }
  h1 { font-size: clamp(4.2rem, 18vw, 7.6rem); }
  .hero-title-accent { margin-left: 16px; }
  .hero-copy .lead { margin: 30px 0 26px; font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-meta { gap: 10px; font-size: 10px; }
  .hero-panel { min-height: 0; margin-top: 68px; }
  .signal-label { margin-top: 40px; }
  .hero-media, .hero-media img { min-height: 220px; }
  .section { padding-top: 66px; }
  .route-banner h1 { font-size: clamp(3rem, 12vw, 4.5rem); letter-spacing: -.035em; line-height: .96; }
  .route-banner { align-items: flex-start; }
  .auth-layout { min-height: 0; }
  .auth-aside h1 { font-size: clamp(3rem, 12vw, 4.5rem); letter-spacing: -.035em; line-height: .96; }
  .auth-card { padding: 22px 16px; }
  .auth-social-grid { grid-template-columns: 1fr; }
}

/* Approved blend: Direction 2 visual language + Direction 3 layout grammar. */
.site-header { position: static; }
.masthead { min-height: 92px; padding: 0 clamp(24px, 5vw, 58px); display: flex; align-items: center; justify-content: space-between; gap: 28px; border-bottom: 1px solid var(--line); }
.masthead .brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.masthead .brand-mark { width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--cyan); background: #0b1112; box-shadow: none; }
.masthead .brand-mark img { width: 49px; height: 49px; }
.masthead .brand-name { font: 800 17px ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; letter-spacing: .11em; }
.masthead .brand-domain { display: block; color: var(--cyan); font: 10px ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; letter-spacing: .09em; }
.masthead .nav-links { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.masthead .nav-link { padding: 0; border-radius: 0; color: var(--muted); font: 11px ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; text-decoration: none; text-transform: uppercase; }
.masthead .nav-link:hover, .masthead .nav-link[aria-current="page"] { color: var(--lime); background: transparent; }
.masthead .header-actions { display: flex; align-items: center; gap: 12px; }
.masthead .button { min-height: 42px; padding: 10px 16px; font-size: 11px; }
.masthead .button-quiet { border: 0; }
.masthead .mobile-toggle { display: none; margin-left: auto; border-radius: 0; }
.mobile-menu { margin: 0 auto; }
.page { margin-left: 0; padding: 46px clamp(24px, 5vw, 58px) 100px; }
.footer { margin-left: 0; padding-inline: clamp(24px, 5vw, 58px); }
.home-page { padding-top: 44px; }
.home-kicker { max-width: 1600px; margin-bottom: 44px; }
.lead-grid { max-width: 1600px; display: grid; grid-template-columns: 74px minmax(0, 1fr); gap: 34px; padding-top: 22px; }
.lead-index, .feature-index { color: var(--coral); font: 12px/1.35 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; text-transform: uppercase; }
.lead-content h1 { max-width: 1100px; margin: 0; font-size: clamp(4.4rem, 8.2vw, 8.8rem); letter-spacing: -.045em; line-height: .94; }
.lead-content h1 span { display: block; }
.lead-content h1 .hero-title-accent { margin-left: 0; color: var(--coral); }
.lead-content .lead { max-width: 620px; margin: 42px 0 28px; color: var(--muted-strong); font-size: clamp(1rem, 1.35vw, 1.25rem); font-weight: 650; line-height: 1.65; }
.lead-content .hero-actions { gap: 14px; }
.lead-content .hero-meta { margin-top: 28px; color: var(--muted); font: 11px ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; text-transform: uppercase; }
.feature-block { max-width: 1600px; display: grid; grid-template-columns: 74px minmax(0, 1fr) minmax(0, 1fr); gap: 34px; margin-top: 88px; padding-top: 24px; border-top: 1px solid var(--line); }
.feature-copy h2 { margin: 0; font-size: clamp(3rem, 5vw, 5rem); letter-spacing: -.08em; line-height: .9; }
.feature-copy h2 em { color: var(--coral); font-style: normal; }
.feature-copy p, .feature-note p { max-width: 560px; color: var(--muted-strong); font-size: 15px; line-height: 1.65; }
.feature-note { display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; }
.feature-surface { grid-column: 2 / 4; margin: 20px 0 0; border: 1px solid var(--line-strong); background: #0c1112; }
.feature-surface img { display: block; width: 100%; height: 370px; object-fit: cover; }
.feature-surface figcaption { display: flex; justify-content: space-between; gap: 20px; padding: 13px 14px; color: var(--cyan); font: 11px ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; text-transform: uppercase; }
.destination-index { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; max-width: 1600px; margin-top: 24px; }
.destination-index a { display: grid; gap: 22px; padding: 17px 0; border-top: 1px solid var(--line); color: var(--muted); font: 12px ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; text-decoration: none; }
.destination-index a b { color: var(--lime); font-weight: 400; }
.destination-index a:hover { color: var(--text); }
.account-strip { display: flex; align-items: center; justify-content: space-between; gap: 24px; max-width: 1600px; margin-top: 84px; padding-top: 24px; border-top: 1px solid var(--line); }
.account-strip h2 { margin: 10px 0 7px; font-size: clamp(2.2rem, 4vw, 4.2rem); }
.account-strip p { margin: 0; color: var(--muted); }

@media (max-width: 980px) {
  .masthead .nav-links { gap: 12px; }
  .masthead .header-actions .button-quiet { display: none; }
  .feature-block { grid-template-columns: 54px minmax(0, 1fr) minmax(0, 1fr); gap: 20px; }
}

@media (max-width: 760px) {
  .masthead { min-height: 72px; padding: 16px; }
  .masthead .nav-links, .masthead .header-actions { display: none; }
  .masthead .mobile-toggle { display: block; padding: 8px 10px; }
  .mobile-menu { width: calc(100% - 32px); margin-inline: 16px; padding-bottom: 16px; }
  .page { padding: 38px 16px 70px; }
  .footer { padding-inline: 16px; }
  .home-page { padding-top: 36px; }
  .home-kicker { margin-bottom: 38px; }
  .lead-grid { display: block; padding-top: 0; }
  .lead-index { margin-bottom: 22px; }
  .lead-content h1 { font-size: clamp(3.45rem, 14vw, 5.3rem); letter-spacing: -.035em; line-height: .94; }
  .lead-content .lead { margin-top: 30px; font-size: 1rem; }
  .lead-content .hero-actions { flex-direction: column; align-items: stretch; }
  .lead-content .hero-actions .button { width: 100%; }
  .feature-block { display: block; margin-top: 70px; }
  .feature-index { margin-bottom: 24px; }
  .feature-copy h2 { font-size: 3.6rem; }
  .feature-note { margin-top: 20px; gap: 20px; }
  .feature-surface { margin-top: 34px; }
  .feature-surface img { height: 220px; }
  .feature-surface figcaption { flex-direction: column; gap: 6px; font-size: 10px; }
  .destination-index { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .account-strip { align-items: flex-start; flex-direction: column; margin-top: 64px; }
  .account-strip .button { width: 100%; }
}

/* Requested revision: dark pink + warm yellow, with readable media surfaces. */
:root {
  --bg: #09080d;
  --bg-deep: #050509;
  --surface: #141118;
  --surface-2: #1b141d;
  --surface-3: #241a24;
  --line: rgba(255, 226, 231, .20);
  --line-strong: rgba(255, 226, 231, .40);
  --text: #fff8f5;
  --muted: #b7a9b0;
  --muted-strong: #e8d8dc;
  --cyan: #ff75ae;
  --cyan-deep: #b93272;
  --violet: #d9a0ff;
  --orange: #ffd36b;
  --coral: #ff5d91;
  --lime: #ffd965;
  --green: #ffb679;
  --danger: #ff9dbb;
}

.button-primary { color: #210913; background: var(--coral); box-shadow: 0 10px 24px rgba(255, 93, 145, .16); }
.button-primary:hover { background: #ff85ad; }
.button-lime { color: #241604; background: var(--lime); box-shadow: 6px 6px 0 var(--coral); }
.button-lime:hover { background: #ffe78e; }
.button-coral { color: #210913; background: var(--coral); border-color: var(--coral); }
.button-coral:hover { background: #ff85ad; }
.button-quiet:hover { background: var(--surface-2); border-color: var(--lime); }
.feature-copy h2 em, .not-found h1 { color: var(--coral); }
.section-kicker, .destination-index a b { color: var(--lime); }
.section-index, .lead-index, .feature-index, .flow-number { color: var(--coral); }
.eyebrow, .tag, .card-link, .text-link { color: var(--cyan); }
.product-card.featured { grid-template-columns: minmax(300px, .90fr) minmax(0, 1.10fr); }
.product-image { min-width: 0; min-height: 340px; display: grid; place-items: center; padding: 18px; overflow: hidden; background: #100c14; }
.product-image img { width: 100%; height: 100%; min-width: 0; min-height: 0; object-fit: contain; object-position: center; }
.product-copy { min-width: 0; }
.product-copy h3, .product-copy p { overflow-wrap: anywhere; }
.feature-copy .feature-list { margin-top: 22px; }
.resource-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; max-width: 1600px; margin-top: 72px; }
.resource-card { min-height: 280px; display: flex; flex-direction: column; align-items: flex-start; padding: 26px; border: 1px solid var(--line); border-top: 2px solid var(--lime); background: var(--surface); }
.resource-card.community-card { border-top-color: var(--coral); }
.resource-card h2 { max-width: 620px; margin: 30px 0 14px; font-size: clamp(2.4rem, 4vw, 4.7rem); line-height: .92; }
.resource-card p { max-width: 560px; color: var(--muted-strong); font-size: 15px; line-height: 1.65; }
.resource-card .button { margin-top: auto; }
.free-download-card { border-top: 2px solid var(--lime); }
.community-feature-card { border-top: 2px solid var(--coral); }

@media (max-width: 760px) {
  .product-card.featured { grid-template-columns: 1fr; }
  .product-image { min-height: 230px; max-height: none; padding: 12px; }
  .resource-grid { grid-template-columns: 1fr; margin-top: 58px; }
  .resource-card { min-height: 250px; }
  .resource-card h2 { font-size: 3.35rem; }
}

/* Readability fix: keep display titles clear without changing the visual language. */
.lead-content h1 { letter-spacing: -.045em; line-height: .94; }

/* Supplied CUE•TONE logo asset for the complete staging shell. */
.masthead .brand-mark { width: 42px; height: 42px; overflow: visible; border: 0; border-radius: 0; background: transparent; }
.masthead .brand-mark img { width: 42px; height: 42px; object-fit: contain; opacity: 1; }
