/* vstavl.ai — shared identity, from the first screen to the workspace. */
:root {
  --bg: #f7f7f4;
  --ink: #1c1d25;
  --muted: #71737f;
  --line: #dedfe5;
  --accent: #4255ef;
  --accent-hover: #3143d5;
  --accent-soft: #edf0ff;
  --lime: #d9fa73;
  --surface: #fff;
}
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; }
::selection { background: var(--lime); color: var(--ink); }
button:focus-visible, a:focus-visible, input:focus-visible, summary:focus-visible {
  outline: 3px solid var(--accent); outline-offset: 4px;
}
.brand { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; color: var(--ink); }
.brand-mark { width: 34px; height: 34px; display: inline-flex; background: var(--accent); border-radius: 9px; flex-shrink: 0; }
.brand-mark svg { display: block; width: 100%; height: 100%; }
.brand .brand-wordmark { font-size: 29px; line-height: 1; font-weight: 800; letter-spacing: -1.6px; margin: 0; white-space: nowrap; }
.brand .brand-ai { color: var(--accent); font: inherit; letter-spacing: inherit; margin: 0; }
.brand .beta { font-size: 9px; letter-spacing: .9px; margin-left: 2px; font-weight: 600; }
.primary { background: var(--accent); color: white; font-weight: 650; border-radius: 10px; }
.primary:not(:disabled):hover { background: var(--accent-hover); filter: none; }
.secondary { background: var(--accent-soft); color: #3442ac; border-radius: 10px; font-weight: 600; }
.text-btn { color: #4c50a0; }
.language-switch { border: 1px solid var(--line); background: transparent; padding: 3px; border-radius: 9px; }
.language-switch button { color: var(--muted); padding: 7px 9px; font-size: 10px; }
.language-switch button[aria-pressed="true"] { background: var(--ink); color: white; box-shadow: none; }
.eyebrow { color: #646774; font-weight: 650; font-size: 10px; letter-spacing: 1.6px; }
body > header { height: auto; min-height: 90px; padding-top: 20px; padding-bottom: 20px; gap: 16px 20px; }
.nav.active { background: var(--accent-soft); color: var(--accent); }
.card { border-radius: 16px; }
.step { color: var(--accent); background: var(--accent-soft); }
.studio.selected { border-color: var(--accent); }
.studio.selected .studio-name { color: var(--accent); }
.summary { background: #eff1fa; border-color: #dce1f3; }
.summary .primary { min-height: 48px; }
.intro h1 span { color: var(--accent); }
.hero-scene { background: #e9edf8; aspect-ratio: 16/9; height: auto; }
.hero-scene img { inset: 0; width: 100%; height: 100%; object-fit: cover; padding: 0; }
.hero-scene .scene-tag, .hero-scene .scene-caption { z-index: 1; }
.hero-scene .scene-tag, .hero-scene .scene-caption { background: #ffffffe8; border-radius: 4px; padding: 3px 7px; }
.workspace-photo-credit { margin: -35px 0 32px; text-align: right; }
.hero-scene::before { display: none; }
.hero-scene .scene-tag { color: #535a80; }
.wallet-card { background: var(--ink); }
.wallet-card .gear-symbol, .wallet-total .gear-symbol { color: var(--lime); }
.wallet-card .eyebrow { color: #c4c6d2; }
.referral-banner { background: var(--accent-soft); border-color: #dbe0fa; }
footer .brand .brand-wordmark, .landing-footer .brand .brand-wordmark { font-size: 26px; }
footer .brand .brand-ai, .landing-footer .brand .brand-ai { font: inherit; letter-spacing: inherit; margin: 0; }
.site-credits { color: var(--muted); line-height: 1.7; }
.footer-brand { display: grid; gap: 10px; }
.footer-brand > .small { color: var(--muted); font-size: 11px; }
.auth-screen { padding-top: 25px; }
.auth-header { padding: 22px 0; border-bottom: 1px solid var(--line); }
.auth-layout { gap: 80px; min-height: 78vh; }
.auth-intro h1 { font-weight: 700; letter-spacing: -2.8px; }
.auth-intro h1 em { font-style: normal; color: var(--accent); }
.auth-intro > p { color: #686b78; }
.auth-points { gap: 0; max-width: 420px; border-top: 1px solid var(--line); }
.auth-points span { padding: 17px 0; border-bottom: 1px solid var(--line); color: #5c6072; }
.auth-card { box-shadow: 0 12px 50px #22264a06; }
.auth-card h2 { letter-spacing: -1px; font-weight: 650; }
.auth-tabs { padding: 4px; background: #f1f2f6; border-radius: 12px; gap: 4px; }
.auth-tabs button { background: transparent; color: #626575; }
.auth-tabs button[aria-pressed="true"] { color: var(--accent); background: white; box-shadow: 0 2px 5px #20244909; }
.auth-card .primary { min-height: 48px; }
@media (max-width: 800px) {
  .auth-layout { gap: 30px; }
  .auth-intro { padding-top: 24px; }
  .auth-intro h1 { margin-top: 16px; }
  .workspace-photo-credit { margin: -12px 0 28px; text-align: left; }
}
@media (max-width: 480px) {
  .brand .brand-wordmark { font-size: 25px; }
  .brand-mark { width: 30px; height: 30px; border-radius: 8px; }
  .brand { gap: 8px; }
  .brand .beta { display: none; }
  .auth-intro h1 { font-size: 41px; letter-spacing: -2px; }
  body > header { gap: 12px; padding-top: 18px; padding-bottom: 18px; }
  body > header > .brand { order: 0; flex: 1 0 calc(100% - 105px); }
  body > header > .language-switch { order: 1; }
  body > header > .wallet-button { order: 2; }
  body > header > .settings { order: 3; }
  body > header > .text-btn { order: 4; margin-left: auto; }
  body > header > .account-controls { order: 5; justify-content: flex-start; gap: 10px; padding: 3px 0; }
  body > header > nav { order: 6; }
  .account-controls > .secondary { padding: 10px; font-size: 10px; }
  .account-controls > .text-btn, .account-controls > .small { font-size: 10px; }
}
