/* ============================================================
   Prisma · tema all-dark cinematográfico (Claude Design)
   Fundo azul-noite + âmbar/teal · Playfair Display + Mulish
   ============================================================ */
:root {
  --bg:        #070C16;
  --ink:       #ECE5D6;
  --ink-2:     #C4CAD6;
  --ink-3:     #9AA3B5;
  --ink-4:     #7E879B;
  --amber:     #E7A53E;
  --amber-2:   #F0C271;
  --amber-3:   #D98A28;
  --teal:      #28C0A8;
  --line:      rgba(255,255,255,.07);
  --line-amber: rgba(231,165,62,.16);
  --card:      linear-gradient(160deg, rgba(22,35,60,.60), rgba(11,20,38,.74));
  --card-solid: linear-gradient(180deg, #0c1526, #0a1120);
  --shadow:    0 24px 56px -36px rgba(0,0,0,.85);
  --font-d:    "Playfair Display", Georgia, serif;
  --font-ui:   "Mulish", system-ui, -apple-system, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { font-size: 16px; }
body {
  margin: 0;
  zoom: 1.25;
  min-height: 80vh;
  font-family: var(--font-ui);
  color: var(--ink);
  background:
    radial-gradient(1100px 700px at 78% -8%, rgba(231,165,62,.16), transparent 60%),
    radial-gradient(900px 600px at 8% 108%, rgba(40,192,168,.12), transparent 58%),
    var(--bg);
  -webkit-font-smoothing: antialiased;
}
h1,h2,h3,h4,p { margin: 0; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
a { text-decoration: none; color: inherit; }
::selection { background: rgba(231,165,62,.3); color: #fff; }
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: rgba(231,165,62,.28); border-radius: 8px; border: 3px solid transparent; background-clip: content-box; }

/* ─── Shell ─────────────────────────────────────────────────── */
.shell { position: relative; display: flex; min-height: 80vh; overflow: hidden; }
.shell-deco { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; opacity: .5; z-index: 0; }

/* ─── Sidebar ───────────────────────────────────────────────── */
.rail {
  position: sticky; top: 0; z-index: 2;
  width: 272px; flex: 0 0 272px; height: 80vh;
  display: flex; flex-direction: column;
  padding: 22px 18px;
  background: linear-gradient(180deg, rgba(13,22,40,.80), rgba(8,13,24,.84));
  border-right: 1px solid var(--line-amber);
  overflow-y: auto;
}
.rail-eyebrow { font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-4); font-weight: 700; }

.rail-brand { display: flex; align-items: center; gap: 12px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.rail-logo {
  width: 52px; height: 52px; flex: 0 0 52px;
  display: flex; align-items: center; justify-content: center;
}
.rail-logo img { width: 100%; height: 100%; display: block; }
.rail-brand-text { display: flex; flex-direction: column; line-height: 1.2; }
.rail-brand-name { font-family: var(--font-d); font-size: 20px; font-weight: 600; color: #F4ECDB; }
.rail-brand { text-decoration: none; transition: opacity .15s; }
.rail-brand:hover { opacity: .85; }

.rail-back { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 14px; padding: 10px 14px; border-radius: 12px; background: rgba(231,165,62,.08); border: 1px solid rgba(231,165,62,.28); color: var(--amber-2); font-size: 13px; font-weight: 800; text-decoration: none; transition: background .15s, border-color .15s; }
.rail-back:hover { background: rgba(231,165,62,.16); border-color: rgba(231,165,62,.5); }
.rail-back-ico { font-size: 15px; }

.rail-project {
  margin-top: 18px; width: 100%;
  display: flex; align-items: center; gap: 11px;
  background: rgba(255,255,255,.04); border: 1px solid var(--line-amber);
  border-radius: 13px; padding: 12px 14px; text-align: left;
  transition: border-color .15s, background .15s;
}
.rail-project:hover { border-color: rgba(231,165,62,.4); background: rgba(255,255,255,.06); }
.rail-project-text { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.rail-project-name { font-family: var(--font-d); font-size: 18px; color: #F4ECDB; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.rail-project-initial {
  width: 36px; height: 36px; flex: 0 0 36px; border-radius: 10px;
  background: linear-gradient(150deg, #2a2117, #0c0a07);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-d); font-size: 18px; color: var(--amber);
  border: 1px solid rgba(231,165,62,.3);
}

.rail-progress { margin-top: 20px; }
.rail-progress-top { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 8px; }
.rail-progress-top span:first-child { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-4); font-weight: 700; }
#progressPct { font-size: 11px; color: var(--amber-2); font-weight: 800; }
.rail-progress-track { height: 5px; border-radius: 99px; background: rgba(255,255,255,.07); overflow: hidden; }
.rail-progress-fill { height: 100%; width: 0%; border-radius: 99px; background: linear-gradient(90deg, var(--amber), var(--teal)); box-shadow: 0 0 12px rgba(231,165,62,.6); transition: width .4s ease; }

.rail-nav { display: flex; flex-direction: column; gap: 3px; flex: 1; margin: 16px -6px 0; padding: 0 6px; overflow-y: auto; }
.rail-step {
  display: flex; align-items: center; gap: 12px; width: 100%;
  padding: 9px 11px; border-radius: 13px; border: 1px solid transparent;
  background: transparent; text-align: left; transition: background .14s, border-color .14s;
}
.rail-step:hover { background: rgba(255,255,255,.04); }
.rail-step.is-active { background: linear-gradient(135deg, rgba(231,165,62,.2), rgba(231,165,62,.06)); border-color: rgba(231,165,62,.4); }
.rail-step-badge {
  flex: 0 0 30px; width: 30px; height: 30px; border-radius: 9px; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
  border: 1px solid rgba(255,255,255,.1);
  font-size: 11px; font-weight: 800; color: #8A93A6;
}
.rail-step-badge.is-cur { background: var(--amber); color: #1a1206; border: none; box-shadow: 0 0 16px -2px rgba(231,165,62,.8); }
.rail-step.is-done .rail-step-badge { border-color: rgba(40,192,168,.4); }
.rail-step-label { flex: 1; font-size: 13.5px; font-weight: 600; color: var(--ink-3); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.rail-step.is-active .rail-step-label { color: #F6EEDD; font-weight: 700; }
.rail-step.is-done .rail-step-label { color: var(--ink-2); }
.rail-step-check { color: var(--teal); font-size: 13px; font-weight: 900; }
.rail-step-opt { flex-shrink: 0; font-size: 9px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; color: var(--amber-2); background: rgba(231,165,62,.12); border: 1px solid rgba(231,165,62,.28); border-radius: 5px; padding: 2px 5px; opacity: .85; }

.rail-copilot {
  margin-top: 14px; display: flex; flex-direction: column; gap: 10px;
  border-radius: 15px; padding: 14px 15px;
  background: linear-gradient(135deg, rgba(231,165,62,.14), rgba(40,192,168,.08));
  border: 1px solid rgba(231,165,62,.22);
}
.rail-copilot-head { display: flex; align-items: center; gap: 10px; }
.rail-copilot-img { width: 38px; height: 38px; flex: 0 0 38px; border-radius: 50%; object-fit: cover; border: 1.5px solid rgba(231,165,62,.5); box-shadow: 0 0 16px -2px rgba(231,165,62,.6); }
.rail-copilot-tip { margin: 0; font-size: 13px; line-height: 1.45; color: #E8E2D2; }

.rail-user { margin-top: 13px; padding-top: 13px; border-top: 1px solid var(--line); display: flex; align-items: center; gap: 10px; }
.rail-user-av { width: 32px; height: 32px; border-radius: 50%; background: #1a2336; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 13px; color: var(--amber); border: 1px solid rgba(231,165,62,.3); }
.rail-user-text { flex: 1; line-height: 1.3; display: flex; flex-direction: column; }
.rail-user-name { font-size: 13px; font-weight: 700; color: var(--ink); }
.rail-user-links { font-size: 11px; color: var(--ink-4); }
.rail-user-links a:hover { color: var(--amber-2); }

/* ─── Workbench ─────────────────────────────────────────────── */
.work { position: relative; z-index: 2; flex: 1; min-width: 0; display: flex; flex-direction: column; height: 80vh; overflow-y: auto; }

/* Hero */
.hero { position: relative; margin: 20px 26px 0; border-radius: 22px; overflow: hidden; border: 1px solid rgba(231,165,62,.2); min-height: 180px; flex-shrink: 0; display: flex; align-items: center; background: var(--card-solid); }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: 78% 36%; opacity: .85; }
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, #070C16 26%, rgba(7,12,22,.74) 48%, rgba(7,12,22,.14) 76%, transparent 98%); }
.hero-glow { position: absolute; inset: 0; }
.hero-inner { position: relative; width: 100%; padding: 24px 30px; display: flex; flex-direction: column; gap: 14px; }
.hero-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.hero-eyebrow { display: flex; align-items: center; gap: 11px; }
#heroStep { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--amber-2); font-weight: 800; }
.hero-dash { width: 26px; height: 1px; background: rgba(231,165,62,.5); }
#heroEyebrow { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); font-weight: 600; white-space: nowrap; }
.hero-actions { display: flex; gap: 10px; flex-shrink: 0; }
.hero-titles { max-width: 600px; }
.hero-title { font-family: var(--font-d); font-size: clamp(40px, 4.8vw, 64px); line-height: 1; font-weight: 700; letter-spacing: -.01em; color: #F6EEDD; text-shadow: 0 2px 30px rgba(0,0,0,.6); margin-bottom: 10px; }
.hero-sub { font-size: 15.5px; color: var(--ink-2); max-width: 540px; line-height: 1.5; }

/* Dica do copiloto (faixa no topo do guia) */
.guide-dica { display: flex; align-items: center; gap: 14px; padding: 14px 18px; border-radius: 14px; background: linear-gradient(135deg, rgba(231,165,62,.16), rgba(40,192,168,.08)); border: 1px solid rgba(231,165,62,.3); }
.guide-dica-ico { width: 42px; height: 42px; flex: 0 0 42px; border-radius: 50%; overflow: hidden; border: 1.5px solid rgba(231,165,62,.5); box-shadow: 0 0 14px -2px rgba(231,165,62,.5); }
.guide-dica-ico img { width: 100%; height: 100%; object-fit: cover; display: block; }
.guide-dica-txt { margin: 0; font-size: 15.5px; line-height: 1.45; color: #EAE3D2; }
.guide-dica-txt strong { color: var(--amber-2); font-weight: 800; }

/* Botões */
.btn-amber { padding: 11px 20px; border-radius: 12px; background: linear-gradient(135deg, #F0C271, #D98A28); border: none; color: #1a1206; font-weight: 800; font-size: 14px; white-space: nowrap; box-shadow: 0 10px 26px -10px rgba(231,165,62,.8); transition: filter .15s, transform .08s; }
.btn-amber:hover { filter: brightness(1.06); }
.btn-amber:active { transform: scale(.98); }
.btn-amber:disabled { opacity: .4; pointer-events: none; }
.btn-ghost-d { padding: 11px 18px; border-radius: 12px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.16); color: var(--ink); font-weight: 700; font-size: 14px; white-space: nowrap; transition: background .15s; }
.btn-ghost-d:hover { background: rgba(255,255,255,.12); }
.btn-ghost-d:disabled { opacity: .35; pointer-events: none; }
.btn-chip { padding: 8px 14px; border-radius: 10px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); color: var(--ink-2); font-weight: 600; font-size: 13px; transition: background .15s; }
.btn-chip:hover { background: rgba(255,255,255,.1); color: var(--ink); }
.btn-chip-danger { color: #E5928F; }
.btn-chip-danger:hover { background: rgba(184,64,64,.14); border-color: rgba(184,64,64,.4); color: #F0999A; }

.work-body { padding: 22px 26px 36px; }

/* ─── Passo 00: formulário ──────────────────────────────────── */
.form-view { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start; }
.panel-d { background: var(--card); border: 1px solid var(--line-amber); border-radius: 20px; box-shadow: inset 0 1px 0 rgba(255,255,255,.06), var(--shadow); padding: 24px; }
.panel-d-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.panel-d-title { font-size: 13px; letter-spacing: .04em; text-transform: uppercase; color: var(--ink-3); font-weight: 800; }
.btn-row { display: flex; gap: 6px; flex-wrap: wrap; }

.form-subnav { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 20px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.subnav-btn { padding: 6px 14px; border-radius: 999px; background: rgba(255,255,255,.04); border: 1px solid var(--line); color: var(--ink-3); font-size: 13px; font-weight: 600; transition: all .14s; }
.subnav-btn:hover { color: var(--ink); border-color: rgba(255,255,255,.2); }
.subnav-btn.is-active { background: var(--amber); border-color: var(--amber); color: #1a1206; }
.subnav-btn.is-done { border-color: rgba(40,192,168,.4); color: var(--teal); }

.field-grid { display: grid; gap: 18px; }
.field { display: grid; gap: 8px; }
.field-label, .field label { font-size: 13.5px; font-weight: 700; color: var(--ink); }
.field-hint { font-size: 12.5px; color: var(--ink-4); line-height: 1.45; margin-top: -4px; }
.field input, .field textarea {
  width: 100%; border: 1px solid var(--line-amber); border-radius: 12px;
  padding: 12px 14px; background: rgba(255,255,255,.03); color: var(--ink);
  font-size: 14.5px; line-height: 1.5; outline: none; transition: border-color .15s, background .15s;
}
.field input:focus, .field textarea:focus { border-color: var(--amber); background: rgba(255,255,255,.06); box-shadow: 0 0 0 3px rgba(231,165,62,.14); }
.field input::placeholder, .field textarea::placeholder { color: var(--ink-4); }
.field textarea { min-height: 92px; resize: vertical; }

.chip-group { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { padding: 8px 15px; border-radius: 999px; border: 1px solid var(--line-amber); background: rgba(255,255,255,.03); color: var(--ink-3); font-size: 13.5px; font-weight: 600; transition: all .13s; }
.chip:hover { color: var(--ink); border-color: rgba(231,165,62,.4); }
.chip.is-selected { background: rgba(231,165,62,.16); border-color: var(--amber); color: var(--amber-2); }

.form-nav-bottom { display: flex; justify-content: space-between; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); }
/* compat: botões gerados com classes antigas no form */
.btn-primary { padding: 11px 20px; border-radius: 12px; background: linear-gradient(135deg, #F0C271, #D98A28); border: none; color: #1a1206; font-weight: 800; font-size: 14px; box-shadow: 0 10px 26px -10px rgba(231,165,62,.8); }
.btn-primary:hover { filter: brightness(1.06); }
.btn-ghost { padding: 11px 18px; border-radius: 12px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.16); color: var(--ink); font-weight: 700; font-size: 14px; }
.btn-ghost:disabled { opacity: .35; pointer-events: none; }

.output-empty { text-align: center; padding: 48px 24px; color: var(--ink-4); font-size: 14px; line-height: 1.6; }
.output-doc { margin: 0; font-family: inherit; font-size: 14px; line-height: 1.8; color: var(--ink-2); white-space: pre-wrap; word-break: break-word; overflow-y: auto; max-height: calc(80vh - 256px); }
.output-doc:empty { display: none; }

/* ─── Guia (Passos 01 a 07) ─────────────────────────────────── */
.guide-view { display: block; }
#guideContent { display: flex; flex-direction: column; gap: 20px; }

.guide-flag { display: flex; flex-direction: column; gap: 8px; padding: 14px 16px; background: rgba(231,165,62,.1); border: 1px solid rgba(231,165,62,.3); border-radius: 14px; }
.step-tag { display: inline-flex; align-self: flex-start; padding: 3px 11px; background: var(--amber); color: #1a1206; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; border-radius: 999px; }
.skip-note { font-size: 14px; color: var(--ink-2); line-height: 1.5; }

/* Tool card: foto do GPT à esquerda + conteúdo à direita */
.tool-card { position: relative; display: grid; grid-template-columns: 40% 1fr; min-height: 360px; border-radius: 22px; overflow: hidden; border: 1px solid rgba(231,165,62,.24); background: var(--card-solid); }
.tool-card::before, .tool-card::after { content: ""; position: absolute; width: 20px; height: 20px; border-color: var(--amber); border-style: solid; z-index: 4; pointer-events: none; opacity: .85; }
.tool-card::before { top: 15px; left: 15px; border-width: 2px 0 0 2px; border-top-left-radius: 4px; }
.tool-card::after  { bottom: 15px; right: 15px; border-width: 0 2px 2px 0; border-bottom-right-radius: 4px; }
.tool-photo { position: relative; overflow: hidden; background: var(--ag-cor, #0c1526); }
.tool-photo-sigla { position: absolute; inset: 0; z-index: 0; display: grid; place-items: center; font-family: var(--font-d); font-size: 3.4rem; font-weight: 800; color: rgba(255,255,255,.4); }
.tool-photo-img { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.tool-photo-fade { position: absolute; inset: 0; z-index: 2; background: linear-gradient(90deg, rgba(7,12,22,.10) 0%, rgba(7,12,22,.26) 58%, rgba(10,17,32,.9) 88%, #0a1120 100%); }
.tool-card-body { display: flex; flex-direction: column; justify-content: center; padding: 34px 40px; }
.tool-tag { display: inline-flex; align-self: flex-start; align-items: center; gap: 8px; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: #1a1206; background: rgba(240,194,113,.92); border-radius: 8px; padding: 5px 12px; font-weight: 800; margin-bottom: 16px; }
.tool-name { font-family: var(--font-d); font-size: clamp(32px, 3.4vw, 52px); line-height: 1.03; font-weight: 700; color: #F6EEDD; margin-bottom: 14px; }
.tool-desc { font-size: 17.5px; color: var(--ink-2); line-height: 1.55; max-width: 580px; margin-bottom: 22px; }
.tool-deliver { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; flex-wrap: wrap; }
.tool-deliver-tag { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--teal); font-weight: 800; }
.tool-deliver-val { font-size: 16px; color: #D7DCE6; }
.tool-btn { display: inline-flex; align-self: flex-start; align-items: center; gap: 10px; padding: 18px 38px; border-radius: 14px; background: linear-gradient(135deg, #F0C271, #D98A28); border: none; color: #1a1206; font-weight: 800; font-size: 17.5px; box-shadow: 0 14px 34px -10px rgba(231,165,62,.8); transition: filter .15s, transform .08s; }
.tool-btn:hover { filter: brightness(1.06); transform: translateY(-1px); }
.tool-btn.is-missing { background: rgba(184,64,64,.22); color: #F0999A; box-shadow: none; cursor: default; }

/* Número do passo + ícone de linha (estilo Academia dos Posts) */
.ico { width: 100%; height: 100%; display: block; }
.tool-step-row { display: flex; align-items: center; gap: 18px; margin-bottom: 20px; }
.tool-step-num { font-family: var(--font-d); font-size: 64px; font-weight: 800; line-height: .8; color: var(--amber); letter-spacing: -.02em; }
.tool-step-ico { width: 52px; height: 52px; flex: 0 0 52px; color: var(--amber-2); opacity: .92; }

/* Helper cards */
.helper-grid { display: grid; grid-template-columns: 1fr 1.25fr; gap: 20px; align-items: start; }
.helper-card { background: var(--card); border-radius: 18px; box-shadow: inset 0 1px 0 rgba(255,255,255,.06), var(--shadow); padding: 28px 30px; }
.helper-card.is-teal { border: 1px solid rgba(40,192,168,.22); }
.helper-card.is-amber { border: 1px solid rgba(231,165,62,.18); }
.helper-head { display: flex; align-items: center; gap: 13px; margin-bottom: 18px; }
.helper-ico { width: 40px; height: 40px; flex: 0 0 40px; display: grid; place-items: center; border-radius: 12px; padding: 9px; }
.helper-ico.is-teal { color: var(--teal); background: rgba(40,192,168,.14); border: 1px solid rgba(40,192,168,.38); }
.helper-ico.is-amber { color: var(--amber-2); background: rgba(231,165,62,.14); border: 1px solid rgba(231,165,62,.38); }
.helper-title { margin: 0; font-size: 14px; letter-spacing: .09em; text-transform: uppercase; font-weight: 800; color: var(--ink-3); }
.helper-empty { font-size: 14px; color: var(--ink-4); line-height: 1.5; }

.upload-list { display: flex; flex-direction: column; gap: 10px; }
.check-item { display: flex; align-items: center; gap: 12px; padding: 13px 15px; border-radius: 13px; background: rgba(40,192,168,.08); border: 1px solid rgba(40,192,168,.22); cursor: pointer; transition: border-color .15s; }
.check-item:hover { border-color: rgba(40,192,168,.45); }
.check-input { width: 20px; height: 20px; flex: 0 0 20px; accent-color: var(--teal); cursor: pointer; }
.check-text { flex: 1; font-size: 16px; font-weight: 600; color: #E6E0D2; }
.check-badge { font-size: 10px; letter-spacing: .08em; text-transform: uppercase; font-weight: 800; border-radius: 6px; padding: 3px 7px; white-space: nowrap; }
.check-badge.is-req { color: var(--amber-2); background: rgba(231,165,62,.14); border: 1px solid rgba(231,165,62,.3); }
.check-badge.is-opt { color: var(--ink-4); background: rgba(255,255,255,.04); border: 1px solid var(--line); }

.howto-list { display: flex; flex-direction: column; gap: 9px; }
.howto-item { display: flex; align-items: flex-start; gap: 11px; cursor: pointer; padding: 5px 6px; margin: -1px -6px; border-radius: 10px; transition: background .12s; }
.howto-item:hover { background: rgba(255,255,255,.035); }
.howto-check { width: 18px; height: 18px; flex: 0 0 18px; margin-top: 5px; accent-color: var(--teal); cursor: pointer; }
.howto-n { flex: 0 0 28px; width: 28px; height: 28px; border-radius: 50%; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); display: flex; align-items: center; justify-content: center; font-size: 13.5px; font-weight: 800; color: var(--ink-2); margin-top: 1px; transition: background .15s, color .15s, border-color .15s; }
.howto-t { font-size: 16px; color: #D7DCE6; line-height: 1.5; }
.howto-item.is-done .howto-t { text-decoration: line-through; color: var(--ink-4); }
.howto-item.is-done .howto-n { background: rgba(40,192,168,.18); border-color: rgba(40,192,168,.5); color: var(--teal); }

/* Exemplo do resultado esperado */
.exemplo-box { background: linear-gradient(180deg, rgba(231,165,62,.06), rgba(231,165,62,.015)); border: 1px solid rgba(231,165,62,.26); border-radius: 18px; padding: 22px 24px; }
.exemplo-head { display: flex; align-items: flex-start; gap: 13px; margin-bottom: 18px; }
.exemplo-ico { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; border-radius: 12px; padding: 9px; color: var(--amber); background: rgba(231,165,62,.14); border: 1px solid rgba(231,165,62,.42); }
.exemplo-title { margin: 0 0 3px; font-size: 18px; font-weight: 800; color: #F4ECDB; }
.exemplo-sub { margin: 0; font-size: 14.5px; color: var(--ink-2); line-height: 1.5; }
.exemplo-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 16px; }
.exemplo-item { margin: 0; }
.exemplo-item a { display: block; border-radius: 13px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); background: rgba(0,0,0,.25); transition: border-color .15s, transform .15s; }
.exemplo-item a:hover { border-color: rgba(231,165,62,.5); transform: translateY(-2px); }
.exemplo-item img { display: block; width: 100%; height: auto; }
.exemplo-item figcaption { margin: 9px 2px 0; font-size: 13.5px; color: var(--ink-3); text-align: center; line-height: 1.4; }

.guide-note { display: flex; align-items: flex-start; gap: 11px; padding: 14px 18px; background: rgba(231,165,62,.08); border: 1px solid rgba(231,165,62,.3); border-radius: 14px; }
.guide-note-icon { flex-shrink: 0; font-size: 16px; }
.guide-note > span:last-child { font-size: 14px; color: var(--ink-2); line-height: 1.55; }
.guide-tip { display: flex; align-items: flex-start; gap: 11px; padding: 14px 18px; background: rgba(40,192,168,.08); border: 1px solid rgba(40,192,168,.3); border-radius: 14px; }
.guide-tip-icon { flex-shrink: 0; font-size: 16px; }
.guide-tip > span:last-child { font-size: 14px; color: var(--ink-2); line-height: 1.55; }

.guide-prompt { background: var(--card); border: 1px solid rgba(231,165,62,.18); border-radius: 20px; box-shadow: var(--shadow); overflow: hidden; }
.guide-prompt-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 20px; border-bottom: 1px solid var(--line); }
.guide-prompt-label { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; font-weight: 800; color: var(--amber-2); }
.btn-copy-prompt { padding: 7px 14px; border-radius: 9px; background: rgba(231,165,62,.14); border: 1px solid rgba(231,165,62,.3); color: var(--amber-2); font-size: 12.5px; font-weight: 800; transition: background .14s; }
.btn-copy-prompt:hover { background: rgba(231,165,62,.24); }
.prompt-box { margin: 0; padding: 20px 22px; font-family: inherit; font-size: 15.5px; line-height: 1.7; color: var(--ink-2); white-space: pre-wrap; word-break: break-word; background: rgba(0,0,0,.18); }

.guide-footer { display: flex; justify-content: flex-end; }
.btn-done { display: inline-flex; align-items: center; gap: 9px; padding: 16px 30px; border-radius: 13px; background: rgba(40,192,168,.14); border: 1px solid rgba(40,192,168,.45); color: #7FD9C6; font-weight: 800; font-size: 16px; transition: background .15s; }
.btn-done:hover { background: rgba(40,192,168,.22); }
.btn-done.is-done { background: rgba(40,192,168,.22); color: #9DE7D8; }

/* Resultado do passo (hub da marca) */
.result-box { background: linear-gradient(180deg, rgba(40,192,168,.07), rgba(40,192,168,.02)); border: 1px solid rgba(40,192,168,.28); border-radius: 18px; padding: 24px 26px; }
.result-box.has-result { border-color: rgba(40,192,168,.55); }
.result-head { display: flex; align-items: flex-start; gap: 15px; margin-bottom: 16px; }
.result-ico { width: 44px; height: 44px; flex: 0 0 44px; display: grid; place-items: center; border-radius: 12px; padding: 10px; color: var(--teal); background: rgba(40,192,168,.14); border: 1px solid rgba(40,192,168,.4); }
.result-head-text { flex: 1; min-width: 0; }
.result-title { margin: 0 0 4px; font-size: 18px; font-weight: 800; color: #EAF5F2; }
.result-sub { margin: 0; font-size: 15px; color: var(--ink-2); line-height: 1.5; }
.result-sub strong { color: var(--teal); font-weight: 700; }
.result-saved { flex: 0 0 auto; align-self: center; display: none; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--teal); background: rgba(40,192,168,.14); border: 1px solid rgba(40,192,168,.4); border-radius: 999px; padding: 6px 13px; }
.result-box.has-result .result-saved { display: inline-block; }
.result-input { width: 100%; box-sizing: border-box; resize: vertical; min-height: 80px; padding: 15px 17px; border-radius: 12px; background: rgba(0,0,0,.22); border: 1px solid rgba(255,255,255,.12); color: #EAEFF2; font-family: inherit; font-size: 16px; line-height: 1.55; }
.result-input:focus { outline: none; border-color: rgba(40,192,168,.6); box-shadow: 0 0 0 3px rgba(40,192,168,.16); }
.result-input::placeholder { color: rgba(200,210,220,.4); }

/* Tela de conclusão da jornada */
.conclusao { position: relative; overflow: hidden; border-radius: 22px; border: 1px solid rgba(231,165,62,.4); background: linear-gradient(160deg, #14101f, #0c1424); }
.conclusao-glow { position: absolute; top: -40%; left: 50%; transform: translateX(-50%); width: 70%; height: 120%; background: radial-gradient(closest-side, rgba(231,165,62,.22), transparent 70%); pointer-events: none; }
.conclusao-body { position: relative; padding: 42px 44px; text-align: center; display: flex; flex-direction: column; align-items: center; }
.conclusao-ico { width: 66px; height: 66px; display: grid; place-items: center; border-radius: 18px; color: var(--amber); background: rgba(231,165,62,.14); border: 1px solid rgba(231,165,62,.5); padding: 15px; margin-bottom: 18px; box-shadow: 0 0 40px -8px rgba(231,165,62,.6); }
.conclusao-title { font-family: var(--font-d); font-size: clamp(34px, 4vw, 54px); font-weight: 700; color: #F6EEDD; margin: 0 0 10px; }
.conclusao-sub { font-size: 17px; color: var(--ink-2); line-height: 1.55; max-width: 540px; margin: 0 0 28px; }
.done-list { list-style: none; margin: 0 0 30px; padding: 0; width: 100%; max-width: 620px; display: flex; flex-direction: column; gap: 8px; }
.done-row { display: flex; align-items: center; gap: 14px; padding: 13px 18px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.09); border-radius: 13px; text-align: left; }
.done-row-num { font-family: var(--font-d); font-size: 20px; font-weight: 800; color: var(--amber); flex: 0 0 auto; min-width: 30px; }
.done-row-name { flex: 1; font-size: 16px; font-weight: 600; color: #E6E0D2; }
.done-link { font-size: 14px; font-weight: 800; color: var(--teal); text-decoration: none; }
.done-link:hover { text-decoration: underline; }
.done-has { font-size: 13px; font-weight: 700; color: var(--teal); }
.done-empty { font-size: 13px; color: var(--ink-3); }
.conclusao-btn { display: inline-flex; align-items: center; gap: 9px; padding: 18px 40px; border-radius: 14px; background: linear-gradient(135deg, #F0C271, #D98A28); color: #1a1206; font-weight: 800; font-size: 17px; text-decoration: none; box-shadow: 0 14px 34px -10px rgba(231,165,62,.8); transition: filter .15s, transform .08s; }
.conclusao-btn:hover { filter: brightness(1.06); transform: translateY(-1px); }
.conclusao-link { margin-top: 16px; background: none; border: none; color: var(--ink-3); font-size: 14px; font-weight: 600; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.conclusao-link:hover { color: var(--ink); }

/* Materiais do curso */
.rail-materiais { margin-top: 14px; display: flex; align-items: center; gap: 10px; padding: 12px 14px; border-radius: 13px; background: rgba(40,192,168,.1); border: 1px solid rgba(40,192,168,.32); color: #A9E6DC; font-size: 13.5px; font-weight: 700; text-decoration: none; cursor: pointer; transition: background .15s; }
.rail-materiais:hover { background: rgba(40,192,168,.18); }
.rail-materiais-ico { font-size: 17px; }
.mat-box { background: linear-gradient(180deg, rgba(40,192,168,.07), rgba(40,192,168,.02)); border: 1px solid rgba(40,192,168,.28); border-radius: 18px; padding: 22px 24px; }
.mat-head { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.mat-ico { width: 40px; height: 40px; flex: 0 0 40px; display: grid; place-items: center; border-radius: 12px; padding: 9px; color: var(--teal); background: rgba(40,192,168,.14); border: 1px solid rgba(40,192,168,.4); }
.mat-title { margin: 0; font-size: 14px; letter-spacing: .09em; text-transform: uppercase; font-weight: 800; color: var(--ink-3); }
.mat-list { display: flex; flex-direction: column; gap: 9px; }
.mat-item { display: flex; align-items: center; gap: 12px; padding: 13px 16px; border-radius: 12px; background: rgba(0,0,0,.2); border: 1px solid rgba(255,255,255,.1); color: #E6E0D2; font-weight: 600; font-size: 15px; text-decoration: none; transition: border-color .15s, background .15s; }
.mat-item:hover { border-color: rgba(40,192,168,.5); background: rgba(40,192,168,.08); }
.mat-item-ico { color: var(--teal); font-size: 16px; flex: 0 0 auto; }
.mat-item-nome { flex: 1; }
/* Página de materiais (materiais.php) */
.mat-voltar { display: inline-flex; align-items: center; gap: 7px; color: var(--ink-3); text-decoration: none; font-weight: 600; font-size: 14px; margin-bottom: 20px; }
.mat-voltar:hover { color: var(--ink); }
.mat-pagina { display: flex; flex-direction: column; gap: 32px; max-width: 760px; }
.mat-secao-titulo { margin: 0 0 14px; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; font-weight: 800; color: var(--amber-2); }
.mat-vazio { text-align: center; padding: 56px 24px; color: var(--ink-3); max-width: 520px; }
.mat-vazio-ico { font-size: 44px; margin-bottom: 14px; opacity: .85; }
.mat-vazio p { font-size: 16px; line-height: 1.55; margin: 0; }

/* ─── Modal ─────────────────────────────────────────────────── */
dialog.modal { margin: auto; border: 1px solid var(--line-amber); border-radius: 20px; padding: 0; max-width: 440px; width: 90%; background: #0c1526; color: var(--ink); box-shadow: 0 40px 90px rgba(0,0,0,.6); }
dialog.modal::backdrop { background: rgba(7,12,22,.6); backdrop-filter: blur(4px); }
.modal-inner { padding: 26px; display: flex; flex-direction: column; gap: 18px; }
.modal-title { font-family: var(--font-d); font-size: 22px; font-weight: 700; color: #F4ECDB; }
.modal-actions { display: flex; justify-content: flex-end; gap: 10px; }
.modal .field input { width: 100%; }

/* ─── Toast / Save status ───────────────────────────────────── */
.toast { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%) translateY(12px); padding: 12px 22px; border-radius: 999px; background: #0c1526; border: 1px solid rgba(231,165,62,.35); color: var(--ink); font-size: 14px; font-weight: 600; box-shadow: 0 16px 40px rgba(0,0,0,.5); opacity: 0; pointer-events: none; transition: opacity .2s, transform .2s; z-index: 999; white-space: nowrap; }
.toast.is-visible { opacity: 1; transform: translateX(-50%) translateY(0); }
.save-status { position: fixed; bottom: 24px; right: 24px; padding: 8px 14px; border-radius: 999px; background: #0c1526; border: 1px solid var(--line-amber); color: var(--ink-3); font-size: 12.5px; font-weight: 600; box-shadow: var(--shadow); opacity: 0; transform: translateY(6px); pointer-events: none; transition: opacity .16s, transform .16s; z-index: 90; }
.save-status.is-visible { opacity: 1; transform: translateY(0); }
.save-status.is-error { color: #F0999A; border-color: rgba(184,64,64,.4); }

/* ─── Responsivo ────────────────────────────────────────────── */
@media (max-width: 1080px) {
  .form-view { grid-template-columns: 1fr; }
  .helper-grid { grid-template-columns: 1fr; }
  .tool-card-body { width: 72%; }
}
@media (max-width: 860px) {
  .shell { flex-direction: column; }
  .rail { width: 100%; flex: none; height: auto; position: static; flex-direction: row; flex-wrap: wrap; align-items: center; gap: 14px; }
  .rail-nav, .rail-progress, .rail-copilot { display: none; }
  .rail-brand { border: none; padding: 0; }
  .rail-project { margin: 0; width: auto; flex: 1; }
  .rail-user { margin: 0; padding: 0; border: none; }
  .work { height: auto; }
}
@media (max-width: 760px) {
  .hero { margin: 14px; }
  .hero-title { font-size: 30px; }
  .tool-card { grid-template-columns: 1fr; }
  .tool-photo { height: 150px; }
  .tool-card-body { padding: 22px; }
  .work-body { padding: 16px; }
  .hero-actions { width: 100%; }
  .hero-actions .btn-amber, .hero-actions .btn-ghost-d { flex: 1; text-align: center; }
}

/* ═══════════════════════════════════════════════════════════
   Login (split-screen cinematográfico)
   ═══════════════════════════════════════════════════════════ */
.auth-shell { position: relative; display: flex; min-height: 80vh; overflow: hidden; }
.auth-cinema { position: relative; flex: 1; min-width: 0; overflow: hidden; border-right: 1px solid var(--line-amber); }
.auth-cinema-bg { position: absolute; inset: 0; background-size: cover; background-position: 38% 30%; }
.auth-cinema-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,12,22,.45), rgba(7,12,22,.82) 78%, #070C16 100%); }
.auth-cinema-glow { position: absolute; inset: 0; background: radial-gradient(500px 400px at 60% 40%, rgba(231,165,62,.18), transparent 70%); }
.auth-cinema-text { position: absolute; left: 54px; bottom: 60px; right: 54px; }
.auth-cinema-eyebrow { font-size: 12px; letter-spacing: .22em; text-transform: uppercase; color: var(--amber-2); font-weight: 800; margin-bottom: 16px; }
.auth-cinema-title { font-family: var(--font-d); font-size: clamp(30px, 3.5vw, 42px); line-height: 1.05; font-weight: 700; margin: 0 0 14px; color: #F6EEDD; max-width: 520px; text-shadow: 0 2px 24px rgba(0,0,0,.6); }
.auth-cinema-sub { font-size: 16px; color: var(--ink-2); max-width: 440px; line-height: 1.55; }
.auth-side { position: relative; z-index: 2; width: 100%; max-width: 520px; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 40px 36px; margin: 0 auto; }
.auth-logo { height: 72px; display: flex; align-items: center; margin-bottom: 20px; }
.auth-logo img { height: 100%; width: auto; display: block; }
.auth-brand-name { font-family: var(--font-d); font-size: 34px; font-weight: 700; background: linear-gradient(100deg, #F0C271, #28C0A8); -webkit-background-clip: text; background-clip: text; color: transparent; }
.auth-tagline { margin: 8px 0 0; font-size: 14px; color: var(--ink-3); }
.auth-tagline strong { color: var(--amber-2); font-weight: 700; }
.auth-card { width: 100%; max-width: 420px; background: var(--card); border: 1px solid var(--line-amber); border-radius: 22px; box-shadow: inset 0 1px 0 rgba(255,255,255,.07), 0 30px 70px -40px rgba(0,0,0,.85); padding: 8px 8px 28px; margin-top: 26px; }
.auth-tabs { display: flex; gap: 4px; padding: 6px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.06); border-radius: 14px; margin-bottom: 22px; }
.auth-tab { flex: 1; padding: 11px 6px; border-radius: 11px; border: none; cursor: pointer; font-family: var(--font-ui); font-size: 13.5px; font-weight: 600; background: transparent; color: #8A93A6; }
.auth-tab.is-active { background: rgba(231,165,62,.18); color: #F3C883; font-weight: 800; box-shadow: inset 0 0 0 1px rgba(231,165,62,.4); }
.auth-form { padding: 0 20px; }
.auth-form.hidden { display: none; }
.auth-form label { display: block; font-size: 12px; font-weight: 700; letter-spacing: .04em; color: #9aa3b5; margin-bottom: 8px; }
.auth-form input { width: 100%; padding: 13px 15px; border-radius: 13px; border: 1px solid rgba(255,255,255,.1); background: rgba(7,12,22,.6); color: var(--ink); font-size: 14.5px; outline: none; margin-bottom: 16px; transition: border-color .15s, background .15s; }
.auth-form input:focus { border-color: rgba(231,165,62,.6); background: rgba(7,12,22,.9); }
.auth-note-info { font-size: 12.5px; color: var(--ink-3); margin: 0 0 14px; }
.auth-note-info strong { color: var(--amber-2); }
.auth-btn { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; padding: 14px; border-radius: 13px; background: linear-gradient(135deg, #F0C271, #D98A28); color: #1a1206; font-weight: 800; font-size: 15px; border: none; cursor: pointer; box-shadow: 0 12px 28px -10px rgba(231,165,62,.8); }
.auth-btn:hover { filter: brightness(1.06); }
.auth-erro { margin: 0 20px 16px; padding: 12px 14px; border-radius: 12px; background: rgba(184,64,64,.12); border: 1px solid rgba(184,64,64,.3); color: #F0999A; font-size: 13.5px; }
.auth-erro a { color: var(--amber-2); }
.auth-foot { margin: 22px 0 0; font-size: 12.5px; color: #6b7488; text-align: center; }

/* ═══════════════════════════════════════════════════════════
   Dashboard / Projetos
   ═══════════════════════════════════════════════════════════ */
.dash-nav { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; padding: 18px 40px; border-bottom: 1px solid var(--line-amber); background: linear-gradient(180deg, rgba(11,19,34,.7), rgba(11,19,34,.2)); }
.dash-nav-brand { display: flex; align-items: center; gap: 12px; }
.dash-nav-logo { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; }
.dash-nav-logo img { width: 100%; height: 100%; }
.dash-nav-name { font-family: var(--font-d); font-size: 22px; font-weight: 700; background: linear-gradient(100deg, #F0C271, #28C0A8); -webkit-background-clip: text; background-clip: text; color: transparent; }
.dash-nav-links { display: flex; align-items: center; gap: 22px; font-size: 13.5px; font-weight: 600; color: #9aa3b5; }
.dash-nav-links .who { color: var(--ink); }
.dash-nav-links a { color: #9aa3b5; }
.dash-nav-links a:hover { color: var(--amber-2); }
.dash-main { position: relative; z-index: 2; max-width: 1120px; margin: 0 auto; padding: 46px 40px 60px; }
.dash-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 34px; flex-wrap: wrap; }
.dash-title { font-family: var(--font-d); font-size: clamp(34px, 4vw, 46px); font-weight: 700; margin: 0 0 8px; letter-spacing: -.01em; color: #F6EEDD; }
.dash-sub { margin: 0; font-size: 15.5px; color: #9aa3b5; }
.dash-new-btn { display: inline-flex; align-items: center; gap: 9px; padding: 13px 22px; border-radius: 13px; background: linear-gradient(135deg, #F0C271, #D98A28); border: none; color: #1a1206; font-weight: 800; font-size: 14.5px; cursor: pointer; box-shadow: 0 12px 28px -10px rgba(231,165,62,.8); }
.dash-new-btn:hover { filter: brightness(1.06); }
.dash-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 22px; }
.dash-card { display: flex; flex-direction: column; background: var(--card); border: 1px solid var(--line-amber); border-radius: 20px; overflow: hidden; box-shadow: inset 0 1px 0 rgba(255,255,255,.06), var(--shadow); transition: transform .15s, border-color .15s; }
.dash-card:hover { transform: translateY(-4px); border-color: rgba(231,165,62,.4); }
.dash-cover { position: relative; display: block; height: 148px; overflow: hidden; }
.dash-cover-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.dash-cover-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,12,22,.32), rgba(7,12,22,.8)); }
.dash-cover-glow { position: absolute; inset: 0; background: radial-gradient(220px 160px at 80% 30%, rgba(231,165,62,.28), transparent 70%); }
.dash-cover-initial { position: absolute; left: 20px; top: 50%; transform: translateY(-50%); font-family: var(--font-d); font-size: 58px; font-weight: 700; color: #F6EEDD; text-shadow: 0 3px 24px rgba(0,0,0,.7); }
.dash-cover-badge { position: absolute; top: 14px; right: 14px; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; font-weight: 800; color: #1a1206; background: rgba(240,194,113,.92); border-radius: 7px; padding: 4px 9px; }
.dash-card-body { padding: 18px 20px 20px; display: flex; flex-direction: column; flex: 1; }
.dash-card-eyebrow { font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--amber-2); font-weight: 800; margin-bottom: 5px; }
.dash-card-name { font-family: var(--font-d); font-size: 24px; font-weight: 600; color: #F4ECDB; margin-bottom: 4px; }
.dash-card-date { font-size: 12.5px; color: var(--ink-4); margin-bottom: 14px; }
.dash-card-actions { display: flex; gap: 10px; margin-top: auto; }
.dash-card-open { flex: 1; text-align: center; padding: 11px; border-radius: 11px; background: linear-gradient(135deg, #F0C271, #D98A28); color: #1a1206; font-weight: 800; font-size: 13.5px; text-decoration: none; }
.dash-card-open:hover { filter: brightness(1.06); }
.dash-card-del { padding: 11px 16px; border-radius: 11px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.12); color: #9aa3b5; font-weight: 700; font-size: 13.5px; cursor: pointer; }
.dash-card-del:hover { border-color: rgba(217,138,120,.5); color: #D98A78; }
.dash-new-tile { min-height: 300px; border-radius: 20px; border: 1.5px dashed rgba(231,165,62,.28); background: rgba(231,165,62,.04); color: #9aa3b5; cursor: pointer; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; }
.dash-new-tile:hover { background: rgba(231,165,62,.09); border-color: rgba(231,165,62,.5); color: var(--amber-2); }
.dash-new-tile-icon { width: 52px; height: 52px; border-radius: 50%; background: rgba(231,165,62,.14); border: 1px solid rgba(231,165,62,.34); display: flex; align-items: center; justify-content: center; font-size: 26px; color: var(--amber-2); }
.dash-flag { display: inline-block; margin-bottom: 22px; padding: 6px 14px; border-radius: 999px; background: rgba(231,165,62,.1); border: 1px solid rgba(231,165,62,.3); color: var(--amber-2); font-size: 12px; font-weight: 700; }

@media (max-width: 820px) {
  .auth-cinema { display: none; }
  .auth-side { max-width: 100%; }
  .dash-nav { padding: 16px 20px; }
  .dash-main { padding: 32px 20px 48px; }
}
