:root {
  color-scheme: light;
  --ink: #17211b;
  --muted: #657268;
  --line: #dce4de;
  --line-strong: #bdcac1;
  --surface: #ffffff;
  --surface-soft: #f6f8f6;
  --canvas: #eef2ef;
  --brand: #176b49;
  --brand-dark: #0e4c34;
  --brand-soft: #e2f2e9;
  --danger: #a43a35;
  --danger-soft: #fbeae8;
  --warning: #8a5b12;
  --warning-soft: #fff3d8;
  --info: #265f87;
  --info-soft: #e7f1f8;
  --shadow: 0 1px 2px rgba(23, 33, 27, .06), 0 12px 32px rgba(23, 33, 27, .05);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { min-width: 320px; background: var(--canvas); }
body { margin: 0; min-height: 100vh; color: var(--ink); background: var(--canvas); }
body.nav-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
a { color: var(--brand); }
a:hover { color: var(--brand-dark); }
[hidden] { display: none !important; }

.app-shell { min-height: 100vh; display: grid; grid-template-columns: 244px minmax(0, 1fr); }
.sidebar { position: sticky; top: 0; height: 100vh; z-index: 40; display: flex; flex-direction: column; padding: 22px 14px 14px; color: #edf6f0; background: #153f31; }
.brand { display: flex; align-items: center; gap: 11px; min-height: 42px; padding: 0 10px 20px; color: white; text-decoration: none; }
.brand-mark { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 11px; background: #fff; color: var(--brand-dark); font-weight: 850; box-shadow: 0 6px 18px rgba(0,0,0,.14); }
.brand-copy { line-height: 1.05; }
.brand-copy strong { display: block; font-size: 15px; letter-spacing: -.01em; }
.brand-copy span { color: #adcec0; font-size: 11px; }
.nav-group { margin-top: 12px; }
.nav-label { margin: 0 10px 6px; color: #91b7a7; font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.nav-link { display: flex; align-items: center; gap: 10px; min-height: 38px; margin: 2px 0; padding: 8px 10px; border-radius: 9px; color: #dcebe4; font-size: 13px; font-weight: 600; text-decoration: none; }
.nav-link:hover { color: white; background: rgba(255,255,255,.08); }
.nav-link.active { color: #123c2e; background: #f2f7f4; box-shadow: 0 3px 12px rgba(0,0,0,.14); }
.nav-icon { width: 19px; color: currentColor; text-align: center; font-size: 15px; }
.sidebar-footer { margin-top: auto; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.12); }
.owner-name { display: block; padding: 0 10px 8px; color: #b9d5c9; font-size: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.logout-button { width: 100%; min-height: 36px; margin: 0; padding: 7px 10px; border: 0; color: #dcebe4; background: transparent; text-align: left; box-shadow: none; }
.logout-button:hover { color: white; background: rgba(255,255,255,.08); }

.app-main { min-width: 0; }
.topbar { position: sticky; top: 0; z-index: 30; display: flex; align-items: center; gap: 12px; min-height: 62px; padding: 0 28px; border-bottom: 1px solid rgba(209,220,212,.9); background: rgba(250,252,250,.92); backdrop-filter: blur(12px); }
.menu-button { display: none; width: 38px; height: 38px; padding: 0; margin: 0; border: 1px solid var(--line); color: var(--ink); background: white; }
.crumbs { display: flex; align-items: center; gap: 8px; min-width: 0; color: var(--muted); font-size: 13px; }
.crumbs a { color: var(--muted); text-decoration: none; }
.crumb-current { overflow: hidden; color: var(--ink); font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.topbar-status { margin-left: auto; display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 12px; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #2a9b67; box-shadow: 0 0 0 4px rgba(42,155,103,.11); }
.page { width: min(1440px, 100%); margin: 0 auto; padding: 30px 34px 64px; }
.page-head { display: flex; align-items: flex-start; gap: 20px; margin-bottom: 24px; }
.page-head-copy { min-width: 0; }
.page-head h1 { margin: 0; font-size: clamp(25px, 3vw, 34px); line-height: 1.16; letter-spacing: -.035em; }
.page-head p { max-width: 740px; margin: 7px 0 0; color: var(--muted); line-height: 1.55; }
.page-actions { margin-left: auto; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; }

.card { margin-bottom: 18px; padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); box-shadow: var(--shadow); }
.card.flush { padding: 0; overflow: hidden; }
.card-head { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 17px; }
.card-head h2, .card h2 { margin: 0; font-size: 18px; letter-spacing: -.015em; }
.card-head p { margin: 4px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.card-head .actions { margin-left: auto; }
.section-title { margin: 26px 0 10px; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 16px; }
.grid > * { grid-column: span 6; }
.grid .span-12 { grid-column: 1 / -1; }
.grid .span-8 { grid-column: span 8; }
.grid .span-4 { grid-column: span 4; }
.grid .span-3 { grid-column: span 3; }
.grid .span-2 { grid-column: span 2; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.metrics { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; margin-bottom: 20px; }
.metric-card { padding: 18px; border: 1px solid var(--line); border-radius: 13px; background: white; box-shadow: 0 1px 2px rgba(23,33,27,.04); }
.metric { margin-bottom: 3px; font-size: 31px; font-weight: 790; letter-spacing: -.04em; }
.metric-label { color: var(--muted); font-size: 13px; }

label, .field-label { display: block; margin: 0 0 6px; color: #2c3931; font-size: 13px; font-weight: 700; }
.field { margin-bottom: 16px; }
.field-help { margin: 6px 0 0; color: var(--muted); font-size: 12px; line-height: 1.45; }
.required::after { content: " *"; color: var(--danger); }
input, select, textarea { width: 100%; min-height: 42px; padding: 9px 11px; border: 1px solid var(--line-strong); border-radius: 8px; color: var(--ink); background: #fff; outline: 0; transition: border-color .15s, box-shadow .15s; }
textarea { min-height: 112px; resize: vertical; line-height: 1.5; }
textarea.code { font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 12px; tab-size: 2; }
input:focus, select:focus, textarea:focus, button:focus-visible, a:focus-visible, summary:focus-visible { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(23,107,73,.14); outline: 0; }
input[readonly] { color: var(--muted); background: var(--surface-soft); }
input[type="checkbox"], input[type="radio"] { width: 17px; min-height: 17px; accent-color: var(--brand); }
.check { display: flex; align-items: flex-start; gap: 9px; font-weight: 600; }
.check span { padding-top: 1px; }
.field-error { display: block; margin-top: 5px; color: var(--danger); font-size: 12px; }

button, .button { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 40px; padding: 9px 14px; border: 1px solid transparent; border-radius: 8px; color: #fff; background: var(--brand); font-weight: 720; font-size: 13px; text-decoration: none; cursor: pointer; box-shadow: 0 1px 2px rgba(15,67,46,.12); }
button:hover, .button:hover { color: #fff; background: var(--brand-dark); }
button.secondary, .button.secondary { border-color: var(--line-strong); color: var(--ink); background: #fff; box-shadow: none; }
button.secondary:hover, .button.secondary:hover { border-color: #96a89c; background: var(--surface-soft); }
button.quiet, .button.quiet { color: var(--brand); background: transparent; box-shadow: none; }
button.danger, .button.danger { color: #fff; background: var(--danger); }
button.danger.secondary, .button.danger.secondary { border-color: #e6beba; color: var(--danger); background: #fff; }
button.small, .button.small { min-height: 32px; padding: 6px 9px; font-size: 12px; }
button:disabled { opacity: .48; cursor: not-allowed; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; }
.button-row.end { justify-content: flex-end; }
.sticky-actions { position: sticky; bottom: 14px; z-index: 20; display: flex; align-items: center; gap: 10px; margin-top: 20px; padding: 12px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.94); box-shadow: 0 10px 30px rgba(23,33,27,.14); backdrop-filter: blur(10px); }
.sticky-actions .muted { margin-right: auto; }

.alert { display: flex; align-items: flex-start; gap: 10px; margin: 0 0 18px; padding: 12px 14px; border: 1px solid; border-radius: 10px; font-size: 13px; line-height: 1.5; }
.alert.success { border-color: #b8dfc7; color: #14593c; background: #eaf7ef; }
.alert.error { border-color: #edc0bc; color: #7f2a26; background: var(--danger-soft); }
.alert.warning { border-color: #ead399; color: #71490d; background: var(--warning-soft); }
.alert.info { border-color: #bbd6e7; color: #20516f; background: var(--info-soft); }
.alert ul { margin: 4px 0 0; padding-left: 18px; }
.muted { color: var(--muted); }
.hint { color: var(--muted); font-size: 12px; }
.pill { display: inline-flex; align-items: center; gap: 5px; min-height: 24px; padding: 3px 8px; border-radius: 999px; background: #e8eeea; color: #435047; font-size: 11px; font-weight: 760; text-transform: capitalize; }
.pill.success, .pill.published, .pill.configured { color: #17613f; background: #e1f3e8; }
.pill.warning, .pill.scheduled, .pill.retry, .pill.draft { color: #765012; background: #fff0cf; }
.pill.danger, .pill.cancelled, .pill.error, .pill.unconfigured { color: #8a332e; background: #f9e4e2; }
.tag { display: inline-flex; padding: 3px 7px; border: 1px solid var(--line); border-radius: 6px; color: var(--muted); background: var(--surface-soft); font-size: 11px; }

.toolbar { display: flex; flex-wrap: wrap; align-items: flex-end; gap: 10px; }
.toolbar .search-field { flex: 1 1 260px; }
.toolbar .filter-field { flex: 0 1 170px; }
.toolbar label { margin-bottom: 5px; font-size: 11px; }
.toolbar input, .toolbar select { min-height: 38px; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; }
th { padding: 10px 14px; color: var(--muted); background: var(--surface-soft); font-size: 11px; font-weight: 800; letter-spacing: .055em; text-align: left; text-transform: uppercase; white-space: nowrap; }
td { padding: 14px; border-top: 1px solid #e7ece8; vertical-align: top; font-size: 13px; line-height: 1.5; }
tbody tr:hover { background: #fbfcfb; }
.record-title { display: block; color: var(--ink); font-size: 14px; font-weight: 730; text-decoration: none; }
.record-subtitle { color: var(--muted); font-size: 12px; }
.record-copy { max-width: 580px; white-space: pre-line; }
.row-actions { display: flex; flex-wrap: wrap; gap: 7px; justify-content: flex-end; }
.row-actions form { display: inline; }
.empty { padding: 52px 20px; text-align: center; }
.empty-icon { display: grid; width: 44px; height: 44px; margin: 0 auto 12px; place-items: center; border-radius: 50%; color: var(--brand); background: var(--brand-soft); font-size: 20px; }
.empty h3 { margin: 0 0 5px; font-size: 16px; }
.empty p { max-width: 450px; margin: 0 auto; color: var(--muted); font-size: 13px; }
.pagination { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 16px; color: var(--muted); font-size: 12px; }
.pagination-links { display: flex; gap: 5px; }
.pagination a, .pagination span { display: grid; min-width: 34px; height: 34px; place-items: center; border: 1px solid var(--line); border-radius: 7px; color: var(--ink); background: white; text-decoration: none; }
.pagination span.current { border-color: var(--brand); color: white; background: var(--brand); }

details.disclosure { border: 1px solid var(--line); border-radius: 10px; background: #fff; }
details.disclosure + details.disclosure { margin-top: 10px; }
details.disclosure > summary { padding: 12px 14px; list-style: none; cursor: pointer; font-size: 13px; font-weight: 720; }
details.disclosure > summary::-webkit-details-marker { display: none; }
details.disclosure > summary::after { content: "+"; float: right; color: var(--muted); font-size: 18px; line-height: 14px; }
details.disclosure[open] > summary::after { content: "−"; }
.disclosure-body { padding: 0 14px 14px; border-top: 1px solid var(--line); }

.repeat-list { display: grid; gap: 9px; }
.repeat-row { display: grid; grid-template-columns: minmax(120px, .7fr) minmax(180px, 1.4fr) minmax(150px, 1fr) auto; gap: 8px; align-items: start; padding: 10px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface-soft); }
.repeat-row > * { margin: 0; }
.repeat-row .drag { width: 30px; min-height: 38px; padding: 0; color: var(--muted); background: transparent; box-shadow: none; cursor: grab; }
.repeat-row .remove { width: 34px; min-height: 38px; padding: 0; border-color: #e5c3c0; color: var(--danger); background: white; box-shadow: none; }
.rule-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.rule-actions { display: flex; grid-column: 1 / -1; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.chip-row { display: flex; flex-wrap: wrap; gap: 6px; margin: 7px 0 0; }
.chip { min-height: 28px; padding: 4px 8px; border: 1px solid var(--line); color: var(--brand); background: var(--surface-soft); box-shadow: none; font-size: 11px; }

.studio-status { display: flex; align-items: center; gap: 8px; }
.studio { display: grid; grid-template-columns: 300px minmax(450px, 1fr) minmax(280px, 360px); gap: 14px; align-items: start; }
.studio-panel { min-width: 0; border: 1px solid var(--line); border-radius: 13px; background: white; box-shadow: var(--shadow); overflow: hidden; }
.studio-panel-head { padding: 14px; border-bottom: 1px solid var(--line); background: #fbfcfb; }
.studio-panel-head h2 { margin: 0; font-size: 15px; }
.studio-panel-body { padding: 14px; }
.outline-panel { position: sticky; top: 76px; max-height: calc(100vh - 95px); }
.outline-panel .studio-panel-body { max-height: calc(100vh - 202px); padding: 8px; overflow-y: auto; }
.outline-search { margin-top: 10px; }
.outline-section { margin: 10px 4px 4px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.outline-item { display: grid; grid-template-columns: 29px minmax(0,1fr); gap: 8px; width: 100%; min-height: 48px; margin: 2px 0; padding: 7px 8px; border: 1px solid transparent; border-radius: 9px; color: var(--ink); background: transparent; box-shadow: none; text-align: left; }
.outline-item:hover { color: var(--ink); background: var(--surface-soft); }
.outline-item.active { border-color: #a9d2bd; color: var(--brand-dark); background: var(--brand-soft); }
.outline-number { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 7px; color: var(--muted); background: #e8eeea; font-size: 10px; }
.outline-item.active .outline-number { color: white; background: var(--brand); }
.outline-copy { min-width: 0; }
.outline-title { display: block; overflow: hidden; font-size: 12px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.outline-meta { display: block; margin-top: 2px; color: var(--muted); font-size: 10px; }
.editor-panel .studio-panel-body { padding: 18px; }
.editor-tabs { display: flex; gap: 2px; padding: 0 16px; border-bottom: 1px solid var(--line); background: #fbfcfb; overflow-x: auto; }
.editor-tab { min-height: 43px; padding: 9px 11px; border: 0; border-bottom: 2px solid transparent; border-radius: 0; color: var(--muted); background: transparent; box-shadow: none; white-space: nowrap; }
.editor-tab:hover { color: var(--ink); background: transparent; }
.editor-tab.active { border-bottom-color: var(--brand); color: var(--brand); }
.tab-pane { display: none; }
.tab-pane.active { display: block; }
.preview-panel { position: sticky; top: 76px; }
.phone-preview { padding: 25px 18px; border: 7px solid #243129; border-radius: 28px; background: #f7faf8; min-height: 480px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.25); }
.preview-progress { height: 4px; margin-bottom: 32px; border-radius: 99px; background: #d9e4dd; overflow: hidden; }
.preview-progress span { display: block; width: 35%; height: 100%; background: var(--brand); }
.preview-asset { display: grid; min-height: 92px; margin-bottom: 20px; place-items: center; border-radius: 16px; color: #719181; background: #e7f0eb; font-size: 12px; }
.preview-asset img { width: 100%; height: 150px; object-fit: contain; }
.asset-choice-preview { display: flex; align-items: center; gap: 10px; min-height: 58px; margin-top: 8px; padding: 7px 10px; border: 1px solid var(--line); border-radius: 9px; color: var(--muted); background: var(--surface-soft); font-size: 12px; }
.asset-choice-preview img { width: 64px; height: 48px; object-fit: contain; border-radius: 7px; background: white; }
.outline-toggle { display: none; }
.preview-title { margin: 0; font-size: 23px; line-height: 1.18; letter-spacing: -.03em; }
.preview-body { margin: 9px 0 20px; color: var(--muted); font-size: 13px; line-height: 1.5; white-space: pre-line; }
.preview-option { display: block; margin: 7px 0; padding: 10px 12px; border: 1px solid #cedbd2; border-radius: 9px; background: white; font-size: 12px; }
.preview-cta { display: block; width: 100%; margin-top: 18px; }
.route-impact { margin-top: 12px; padding: 10px; border-radius: 9px; color: #68460d; background: var(--warning-soft); font-size: 12px; line-height: 1.45; }
.walkthrough-log { max-height: 210px; overflow-y: auto; }
.walkthrough-step { padding: 8px 0; border-top: 1px solid var(--line); font-size: 12px; }

.integration-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 10px; }
.integration { display: flex; align-items: center; gap: 11px; padding: 12px; border: 1px solid var(--line); border-radius: 10px; }
.integration-icon { display: grid; width: 34px; height: 34px; flex: 0 0 auto; place-items: center; border-radius: 9px; color: var(--brand); background: var(--brand-soft); font-weight: 800; }
.integration strong { display: block; font-size: 13px; }
.integration span { color: var(--muted); font-size: 11px; }
.message-preview { max-width: 380px; margin: 10px auto; padding: 16px; border: 1px solid var(--line); border-radius: 14px; background: #f7faf8; }
.message-preview strong { display: block; margin-bottom: 4px; }
.message-preview p { margin: 0; white-space: pre-line; }

.modal { position: fixed; inset: 0; z-index: 100; display: grid; padding: 20px; place-items: center; background: rgba(16,28,21,.48); }
.modal-card { width: min(480px, 100%); max-height: calc(100vh - 40px); padding: 20px; overflow-y: auto; border-radius: 14px; background: white; box-shadow: 0 25px 70px rgba(0,0,0,.25); }
.modal-card h2 { margin: 0 0 8px; }
.modal-card p { color: var(--muted); line-height: 1.5; }
.nav-scrim { display: none; }

.login-page { display: grid; min-height: 100vh; padding: 24px; place-items: center; background: radial-gradient(circle at 20% 15%, #e3f1e9 0, transparent 34%), var(--canvas); }
.login-shell { display: grid; grid-template-columns: 1fr 420px; width: min(920px, 100%); min-height: 520px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: 0 30px 80px rgba(23,63,50,.14); }
.login-aside { display: flex; flex-direction: column; justify-content: flex-end; padding: 42px; color: white; background: linear-gradient(145deg, #103b2c, #1c7250); }
.login-aside h1 { margin: 0; font-size: 42px; line-height: 1.04; letter-spacing: -.05em; }
.login-aside p { max-width: 440px; margin: 14px 0 0; color: #c8e0d5; line-height: 1.6; }
.login-form { display: flex; flex-direction: column; justify-content: center; padding: 42px; }
.login-form h2 { margin: 0; font-size: 25px; letter-spacing: -.03em; }
.login-form > p { margin: 8px 0 24px; color: var(--muted); line-height: 1.5; }

@media (max-width: 1500px) {
  .studio { grid-template-columns: 270px minmax(0,1fr); }
  .preview-panel { position: static; grid-column: 1 / -1; }
  .preview-panel .studio-panel-body { display: grid; grid-template-columns: minmax(260px, 360px) 1fr; gap: 18px; }
  .integration-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 860px) {
  .app-shell { display: block; }
  .sidebar { position: fixed; left: 0; transform: translateX(-105%); width: 260px; transition: transform .18s ease; box-shadow: 20px 0 60px rgba(0,0,0,.2); }
  body.nav-open .sidebar { transform: translateX(0); }
  .nav-scrim { position: fixed; inset: 0; z-index: 35; background: rgba(9,20,14,.42); }
  body.nav-open .nav-scrim { display: block; }
  .menu-button { display: inline-grid; place-items: center; }
  .topbar { padding: 0 18px; }
  .page { padding: 24px 20px 54px; }
  .metrics { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .studio { display: block; }
  .studio-panel { margin-bottom: 14px; }
  .outline-panel { position: static; max-height: none; }
  .outline-panel .studio-panel-body { max-height: 280px; }
  .outline-toggle { display: inline-flex; }
  .outline-panel.compact .outline-search, .outline-panel.compact .outline-list { display: none; }
  .grid .span-8, .grid .span-4, .grid .span-3, .grid .span-2 { grid-column: span 6; }
  .login-shell { grid-template-columns: 1fr; width: min(500px, 100%); min-height: 0; }
  .login-aside { min-height: 210px; padding: 28px; }
  .login-aside h1 { font-size: 32px; }
}

@media (max-width: 600px) {
  .topbar { min-height: 56px; padding: 0 12px; }
  .topbar-status { display: none; }
  .page { padding: 20px 12px 48px; }
  .page-head { display: block; }
  .page-actions { justify-content: flex-start; margin: 14px 0 0; }
  .page-actions .button { flex: 1 1 auto; }
  .metrics { grid-template-columns: 1fr 1fr; gap: 8px; }
  .metric-card { padding: 14px; }
  .metric { font-size: 25px; }
  .card { padding: 15px; border-radius: 11px; }
  .grid { gap: 0 12px; }
  .grid > *, .grid .span-8, .grid .span-4, .grid .span-3, .grid .span-2 { grid-column: 1 / -1; }
  .toolbar > * { flex: 1 1 100% !important; }
  .toolbar button { width: 100%; }
  .repeat-row { grid-template-columns: 1fr; }
  .repeat-row .remove { width: 100%; }
  .preview-panel .studio-panel-body { display: block; }
  .phone-preview { min-height: 400px; border-width: 5px; border-radius: 22px; }
  .sticky-actions { bottom: 7px; flex-wrap: wrap; }
  .sticky-actions .muted { width: 100%; }
  .sticky-actions button { flex: 1; }
  .integration-grid { grid-template-columns: 1fr; }
  .login-page { padding: 10px; }
  .login-aside, .login-form { padding: 24px; }
  .login-aside { min-height: 170px; }
  .login-aside h1 { font-size: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
