:root {
  color-scheme: dark;
  --ink: #0b100d;
  --ink-soft: #101712;
  --panel: #151f18;
  --panel-2: #1b2820;
  --paper: #edf3e6;
  --muted: #9aa99b;
  --line: #3b5142;
  --line-soft: rgb(237 243 230 / .13);
  --accent: #d8f36a;
  --accent-ink: #131b0d;
  --danger: #ff9e7a;
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --mono: "Courier New", Courier, monospace;
}

* { box-sizing: border-box; }
html { min-width: 320px; background: var(--ink); scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; overflow-x: hidden; color: var(--paper); background: radial-gradient(circle at 86% 3%, rgb(66 102 75 / .28), transparent 34rem), var(--ink); font-family: var(--mono); line-height: 1.5; }
button, textarea, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { max-width: 100%; }
h1, h2, h3, p, figure, dl, dd { margin-top: 0; }

.page-grid { position: fixed; inset: 0; z-index: -2; pointer-events: none; opacity: .22; background-image: linear-gradient(90deg, transparent 31px, rgb(216 243 106 / .06) 32px), linear-gradient(transparent 31px, rgb(216 243 106 / .05) 32px); background-size: 32px 32px; mask-image: linear-gradient(to bottom, #000, transparent 78%); }
.page-grid::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, transparent 0 62%, rgb(11 16 13 / .7) 62% 100%); }

.site-header { position: relative; z-index: 10; min-height: 78px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; max-width: 1440px; margin: auto; padding: 0 36px; border-bottom: 1px solid var(--line-soft); }
.wordmark { display: inline-flex; align-items: center; gap: 12px; width: max-content; font-family: var(--display); font-size: 23px; letter-spacing: .055em; text-decoration: none; }
.mark { position: relative; width: 14px; height: 14px; background: var(--accent); box-shadow: 9px 0 0 #6d8a4d, 0 9px 0 #6d8a4d; }
nav { display: flex; align-items: center; gap: 26px; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
nav a, .header-link, .footer-links a { color: var(--muted); text-decoration: none; }
nav a:hover, .header-link:hover, .footer-links a:hover { color: var(--accent); }
.account-actions { justify-self: end; display: flex; align-items: center; gap: 10px; min-width: 0; }
.header-link { padding: 9px 0; color: var(--muted); background: transparent; border: 0; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; cursor: pointer; }
.account-create, .account-promo-button { min-height: 38px; padding: 0 13px; color: var(--accent-ink); background: var(--accent); border: 1px solid var(--accent); font-size: 10px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; cursor: pointer; }
.account-create:hover, .account-promo-button:hover { background: #e8ff82; }
.account-email { max-width: 220px; overflow: hidden; color: var(--paper); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.account-credits { color: var(--accent); font-size: 10px; white-space: nowrap; }

main, footer { max-width: 1440px; margin: auto; padding-inline: 36px; }
.hero { min-height: min(900px, calc(100dvh - 78px)); display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(420px, .96fr); align-items: center; gap: clamp(44px, 7vw, 110px); padding: 64px 0 80px; }
.hero-copy { position: relative; z-index: 1; }
.kicker { margin-bottom: 16px; color: var(--accent); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--display); font-weight: 400; text-transform: uppercase; }
h1 { max-width: 790px; margin-bottom: 22px; font-size: clamp(64px, 5.5vw, 94px); line-height: .84; letter-spacing: -.025em; }
h2 { margin-bottom: 0; font-size: clamp(46px, 6vw, 82px); line-height: .88; letter-spacing: -.015em; }
h3 { margin-bottom: 0; font-size: 25px; line-height: .95; letter-spacing: .01em; }
.hero-summary { max-width: 620px; margin-bottom: 34px; color: var(--muted); font-size: 16px; }

.composer { position: relative; max-width: 730px; padding: 22px; background: rgb(21 31 24 / .96); border: 1px solid var(--line); box-shadow: 10px 10px 0 #060906; }
.composer::before { content: ""; position: absolute; top: -1px; left: -1px; width: 112px; height: 4px; background: var(--accent); }
.composer-topline { display: flex; justify-content: space-between; gap: 18px; margin-bottom: 10px; }
.composer-topline label, .composer-topline span, legend { margin: 0; color: var(--paper); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.composer-topline span { color: var(--muted); font-weight: 400; }
textarea { display: block; width: 100%; min-height: 116px; resize: vertical; padding: 15px 16px; color: var(--paper); background: #0d140f; border: 1px solid var(--line); border-radius: 0; outline: none; font-size: 14px; line-height: 1.55; }
textarea::placeholder, #auth-form input::placeholder { color: #718174; }
textarea:focus, #auth-form input:focus { border-color: var(--accent); box-shadow: 4px 4px 0 rgb(216 243 106 / .16); }
.composer-controls { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-top: 15px; }
fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
legend { margin-bottom: 8px; color: var(--muted); }
.aspect-options { display: flex; gap: 6px; }
.aspect-options label { margin: 0; cursor: pointer; }
.aspect-options input { position: absolute; opacity: 0; }
.aspect-options span { display: block; min-width: 42px; padding: 8px 9px; color: var(--muted); border: 1px solid var(--line); font-size: 10px; text-align: center; }
.aspect-options input:checked + span { color: var(--accent-ink); background: var(--accent); border-color: var(--accent); }
.aspect-options input:focus-visible + span { outline: 2px solid var(--paper); outline-offset: 2px; }
.generate-button, .download-link { min-height: 48px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 0 15px 0 18px; color: var(--accent-ink); background: var(--accent); border: 0; border-radius: 0; font-size: 10px; font-weight: 700; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.generate-button:hover, .download-link:hover { background: #e8ff82; }
.generate-button:active, .download-link:active, .account-create:active, .account-promo-button:active { transform: translate(2px, 2px); }
.generate-button:disabled { color: #7b8d67; background: #354331; cursor: wait; }
.button-arrow { font-size: 20px; line-height: 1; }
.form-note { min-height: 17px; margin: 12px 0 0; color: var(--muted); font-size: 10px; }
.form-note[data-state="error"], .payment-note[data-state="error"], .auth-note[data-state="error"] { color: var(--danger); }

.hero-gallery { position: relative; width: 100%; max-width: 620px; min-height: 650px; justify-self: end; }
.hero-frame { position: absolute; margin: 0; background: var(--panel); border: 1px solid var(--line); box-shadow: 13px 13px 0 #070b08; }
.hero-frame::after, .direction-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: repeating-linear-gradient(0deg, transparent 0 5px, rgb(216 243 106 / .04) 5px 6px); mix-blend-mode: screen; }
.hero-frame-main { top: 0; right: 3%; width: 72%; z-index: 2; }
.hero-frame-main img { aspect-ratio: 4 / 5; }
.hero-frame-side { left: 0; bottom: 1%; width: 48%; z-index: 3; }
.hero-frame-side img { aspect-ratio: 4 / 3; }
.hero-frame img { display: block; width: 100%; object-fit: cover; filter: saturate(.62) contrast(1.08); }
.hero-frame figcaption { display: flex; justify-content: space-between; gap: 12px; padding: 10px 12px; color: var(--muted); background: var(--ink-soft); font-size: 9px; text-transform: uppercase; }
.hero-index { position: absolute; right: -6px; bottom: 2%; z-index: 1; display: grid; gap: 7px; font-family: var(--display); font-size: 68px; line-height: .65; color: rgb(216 243 106 / .14); }

.signal-rail { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.signal-rail div { min-width: 0; padding: 20px 24px; border-right: 1px solid var(--line-soft); }
.signal-rail div:first-child { padding-left: 0; }
.signal-rail div:last-child { border-right: 0; }
.signal-rail span, .signal-rail strong { display: block; }
.signal-rail span { margin-bottom: 7px; color: var(--muted); font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.signal-rail strong { overflow: hidden; font-size: 10px; letter-spacing: .06em; text-overflow: ellipsis; white-space: nowrap; }

.directions { padding: 116px 0 98px; }
.section-intro { max-width: 840px; margin-bottom: 48px; }
.section-intro > p:last-child { max-width: 610px; margin: 22px 0 0; color: var(--muted); }
.direction-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-template-rows: 420px 370px; gap: 16px; }
.direction-card { position: relative; min-width: 0; overflow: hidden; background: var(--panel); border: 1px solid var(--line); }
.direction-tall { grid-column: 1 / 6; grid-row: 1 / 3; }
.direction-wide { grid-column: 6 / 13; grid-row: 1; }
.direction-square { grid-column: 6 / 10; grid-row: 2; }
.direction-small { grid-column: 10 / 13; grid-row: 2; }
.direction-card img { display: block; width: 100%; height: 100%; object-fit: cover; filter: saturate(.65) contrast(1.08); transition: transform .45s cubic-bezier(.16, 1, .3, 1), filter .45s ease; }
.direction-card:hover img { transform: scale(1.025); filter: saturate(.9) contrast(1.05); }
.direction-copy { position: absolute; inset: auto 0 0; z-index: 2; padding: 20px; background: linear-gradient(transparent, rgb(5 9 6 / .94) 30%); }
.direction-copy > span { color: var(--accent); font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.direction-copy h3 { max-width: 460px; margin-top: 9px; }
.direction-copy p { max-width: 420px; margin: 10px 0 0; color: #bcc8bb; font-size: 10px; }
.direction-copy button { margin-top: 14px; padding: 8px 0; color: var(--paper); background: transparent; border: 0; border-bottom: 1px solid var(--accent); font-size: 9px; text-transform: uppercase; cursor: pointer; }
.direction-copy button:hover { color: var(--accent); }
.direction-small .direction-copy h3 { font-size: 20px; }
.reference-note { margin: 16px 0 0; color: var(--muted); font-size: 9px; }

.result-stage { margin: 0 0 98px; padding: clamp(22px, 4vw, 42px); background: var(--panel); border: 1px solid var(--line); box-shadow: 12px 12px 0 #060906; }
.result-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 26px; }
.result-heading h2 { font-size: clamp(38px, 5vw, 64px); }
.result-heading > p { margin: 0; color: var(--muted); font-size: 10px; }
figure { margin: 0; }
#result-figure img { display: block; width: 100%; max-height: 780px; object-fit: contain; background: #080c09; }
#result-figure figcaption { padding-top: 12px; color: var(--muted); font-size: 10px; }
.rendering { min-height: 340px; display: grid; grid-template-columns: repeat(4, 1fr); align-content: center; gap: 8px; padding: 32px; background: #080c09; }
.rendering span { height: 96px; background: var(--panel-2); }
.rendering span:nth-child(2), .rendering span:nth-child(3) { background: #3e5637; }
.rendering p { grid-column: 1 / -1; margin: 18px 0 0; color: var(--muted); font-size: 10px; text-align: center; }
.download-link { margin-top: 20px; }

.engine { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(54px, 9vw, 140px); padding: 90px 0 104px; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.engine-copy > p:last-child { max-width: 470px; margin: 24px 0 0; color: var(--muted); }
.engine dl { margin: 0; }
.engine dl div { display: grid; grid-template-columns: 92px 1fr; gap: 18px; padding: 17px 0; border-bottom: 1px solid var(--line-soft); }
.engine dt { color: var(--accent); font-size: 9px; font-weight: 700; text-transform: uppercase; }
.engine dd { color: var(--muted); font-size: 11px; }

.gallery-section { padding: 108px 0; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 36px; }
.section-heading > p { max-width: 380px; margin-bottom: 0; color: var(--muted); font-size: 11px; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gallery-item { min-width: 0; margin: 0; background: var(--panel); border: 1px solid var(--line); }
.gallery-item a { display: block; overflow: hidden; background: #070b08; }
.gallery-item img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; transition: transform .35s cubic-bezier(.16, 1, .3, 1); }
.gallery-item:hover img { transform: scale(1.025); }
.gallery-item p { display: -webkit-box; overflow: hidden; margin: 0; padding: 13px; color: var(--muted); font-size: 10px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.empty-gallery { grid-column: 1 / -1; min-height: 260px; display: grid; place-items: center; align-content: center; padding: 34px; color: var(--muted); text-align: center; background: var(--ink-soft); border: 1px dashed var(--line); }
.empty-gallery span { width: 48px; height: 48px; background: linear-gradient(90deg, var(--accent) 50%, transparent 50%), linear-gradient(var(--accent) 50%, transparent 50%); background-size: 12px 12px; }
.empty-gallery h3 { margin: 18px 0 7px; color: var(--paper); font-size: 25px; }
.empty-gallery p { margin-bottom: 12px; font-size: 10px; }
.empty-gallery a { color: var(--accent); font-size: 9px; text-transform: uppercase; }

.credits { display: grid; grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr); gap: 34px 66px; padding: 98px 0; border-top: 1px solid var(--line-soft); }
.credits-copy > p:not(.kicker) { max-width: 560px; margin: 22px 0 0; color: var(--muted); }
.credit-balance { color: var(--accent) !important; font-size: 11px; }
.credit-packages { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; align-self: end; }
.credit-package { min-height: 164px; display: flex; flex-direction: column; padding: 17px; color: var(--paper); text-align: left; background: var(--panel); border: 1px solid var(--line); cursor: pointer; }
.credit-package:hover { color: var(--accent-ink); background: var(--accent); border-color: var(--accent); }
.credit-package:disabled { opacity: .5; cursor: not-allowed; }
.credit-package strong, .credit-package span, .credit-package em { display: block; }
.credit-package strong { font-family: var(--display); font-size: 24px; font-weight: 400; text-transform: uppercase; }
.credit-package span { margin-top: auto; color: var(--muted); font-size: 9px; }
.credit-package:hover span { color: var(--accent-ink); }
.credit-package em { margin-top: 5px; font-style: normal; font-size: 22px; }
.payment-note { grid-column: 1 / -1; margin: 0; color: var(--muted); font-size: 9px; }

.account-promo { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; margin-bottom: 110px; padding: clamp(32px, 5vw, 70px); background: var(--accent); color: var(--accent-ink); box-shadow: 14px 14px 0 #38502f; }
.account-promo .kicker { color: #455b28; }
.account-promo p { max-width: 490px; margin-bottom: 22px; }
.account-promo-button { color: var(--paper); background: var(--accent-ink); border-color: var(--accent-ink); }
.account-promo-button:hover { color: var(--accent-ink); background: var(--paper); }

footer { display: grid; grid-template-columns: 1fr 1fr auto; gap: 48px; padding-top: 36px; padding-bottom: 48px; border-top: 1px solid var(--line-soft); }
footer .wordmark { font-size: 19px; }
footer strong { font-size: 10px; text-transform: uppercase; }
footer p { max-width: 330px; margin: 14px 0 0; color: var(--muted); font-size: 9px; }
.footer-links { display: flex; flex-wrap: wrap; align-items: start; justify-content: end; gap: 20px; font-size: 10px; }

.auth-dialog { width: min(570px, calc(100% - 32px)); max-height: calc(100dvh - 32px); padding: 0; color: var(--paper); background: var(--panel); border: 1px solid var(--accent); border-radius: 0; box-shadow: 12px 12px 0 #060906; }
.auth-dialog::backdrop { background: rgb(4 7 5 / .86); backdrop-filter: blur(5px); }
.auth-shell { position: relative; padding: 36px; }
.auth-close { position: absolute; top: 14px; right: 14px; padding: 7px; color: var(--muted); background: transparent; border: 0; font-size: 9px; text-transform: uppercase; cursor: pointer; }
.auth-close:hover { color: var(--accent); }
.auth-tabs { display: flex; gap: 6px; margin: 0 72px 36px 0; }
.auth-tabs button { padding: 9px 12px; color: var(--muted); background: #0d140f; border: 1px solid var(--line); font-size: 9px; text-transform: uppercase; cursor: pointer; }
.auth-tabs button[aria-selected="true"] { color: var(--accent-ink); background: var(--accent); border-color: var(--accent); }
.auth-copy > p:not(.kicker) { margin: 17px 0 27px; color: var(--muted); font-size: 11px; }
.auth-copy h2 { font-size: clamp(42px, 8vw, 62px); }
#auth-form label { display: block; margin-bottom: 8px; color: var(--paper); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
#auth-form label:not(:first-child) { margin-top: 18px; }
#auth-form input { display: block; width: 100%; min-height: 50px; padding: 12px 14px; color: var(--paper); background: #0d140f; border: 1px solid var(--line); border-radius: 0; outline: none; }
.auth-submit { width: 100%; min-height: 50px; margin-top: 24px; color: var(--accent-ink); background: var(--accent); border: 0; font-size: 10px; font-weight: 700; text-transform: uppercase; cursor: pointer; }
.auth-submit:hover { background: #e8ff82; }
.auth-submit:disabled { color: #7b8d67; background: #354331; cursor: wait; }
.auth-note { min-height: 18px; margin: 12px 0 0; color: var(--muted); font-size: 9px; }

.legal { max-width: 840px; min-height: 100dvh; padding-top: 56px; padding-bottom: 100px; }
.legal h1 { margin-top: 100px; margin-bottom: 38px; font-size: clamp(68px, 11vw, 118px); }
.legal p { max-width: 680px; color: var(--muted); font-size: 14px; }
.legal p:last-child { margin-top: 44px; color: var(--paper); font-size: 11px; }

@media (prefers-reduced-motion: no-preference) {
  .hero-copy { animation: reveal .7s cubic-bezier(.16, 1, .3, 1) both; }
  .hero-frame-main { animation: reveal-frame .8s .08s cubic-bezier(.16, 1, .3, 1) both; }
  .hero-frame-side { animation: reveal-frame .8s .2s cubic-bezier(.16, 1, .3, 1) both; }
  .rendering span { animation: render 1.2s steps(2, end) infinite; }
  .rendering span:nth-child(2) { animation-delay: .15s; }
  .rendering span:nth-child(3) { animation-delay: .3s; }
  .rendering span:nth-child(4) { animation-delay: .45s; }
}
@keyframes reveal { from { opacity: 0; transform: translateY(18px); } }
@keyframes reveal-frame { from { opacity: 0; transform: translateY(24px) scale(.985); } }
@keyframes render { 50% { background: var(--accent); } }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: minmax(0, 1fr) minmax(340px, .75fr); gap: 48px; }
  .hero-gallery { min-height: 590px; }
  .signal-rail { grid-template-columns: repeat(2, 1fr); }
  .signal-rail div:nth-child(2) { border-right: 0; }
  .signal-rail div:nth-child(-n + 2) { border-bottom: 1px solid var(--line-soft); }
  .signal-rail div:nth-child(3) { padding-left: 0; }
  .direction-grid { grid-template-rows: 390px 340px; }
  .direction-tall { grid-column: 1 / 7; }
  .direction-wide { grid-column: 7 / 13; }
  .direction-square { grid-column: 7 / 13; }
  .direction-small { display: none; }
  .engine { gap: 54px; }
  .credits { grid-template-columns: 1fr; }
}

@media (max-width: 780px) {
  .site-header, main, footer { padding-inline: 20px; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding: 62px 0 78px; }
  .hero-gallery { width: min(100%, 560px); min-height: 590px; justify-self: start; }
  .direction-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 540px 360px; }
  .direction-tall { grid-column: 1 / 2; grid-row: 1; }
  .direction-wide { grid-column: 2 / 3; grid-row: 1; }
  .direction-square { grid-column: 1 / 3; grid-row: 2; }
  .engine { grid-template-columns: 1fr; gap: 32px; }
  .engine-copy, .engine dl { position: relative; max-width: 560px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .account-promo { grid-template-columns: 1fr; gap: 28px; align-items: start; }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: 1 / -1; justify-content: start; }
}

@media (max-width: 560px) {
  .site-header, main, footer { padding-inline: 17px; }
  .site-header { min-height: 70px; gap: 10px; }
  .wordmark { font-size: 18px; }
  .mark { display: none; }
  .account-actions { gap: 7px; }
  .header-link, .account-create { font-size: 8px; }
  .account-create { min-height: 32px; padding-inline: 8px; }
  .account-email { max-width: 108px; }
  .account-credits { display: none; }
  .hero { padding-top: 48px; gap: 48px; }
  h1 { font-size: clamp(54px, 16vw, 72px); }
  h2 { font-size: clamp(42px, 13vw, 58px); }
  .hero-summary { font-size: 13px; }
  .composer { padding: 17px; box-shadow: 7px 7px 0 #060906; }
  .composer-topline span { display: none; }
  .composer-controls { display: block; }
  .generate-button { width: 100%; margin-top: 16px; }
  .hero-gallery { min-height: 450px; }
  .hero-frame-main { width: 78%; }
  .hero-frame-side { width: 54%; }
  .hero-index { font-size: 46px; }
  .signal-rail div { padding: 16px 12px; }
  .signal-rail div:nth-child(odd) { padding-left: 0; }
  .directions { padding: 82px 0 72px; }
  .direction-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(3, 430px); }
  .direction-tall, .direction-wide, .direction-square { grid-column: 1; }
  .direction-tall { grid-row: 1; }
  .direction-wide { grid-row: 2; }
  .direction-square { grid-row: 3; }
  .direction-copy h3 { font-size: 25px; }
  .result-heading, .section-heading { display: block; }
  .result-heading > p, .section-heading > p { margin-top: 16px; }
  .result-stage { margin-bottom: 72px; box-shadow: 8px 8px 0 #060906; }
  .rendering { min-height: 250px; padding: 18px; }
  .rendering span { height: 70px; }
  .engine { padding: 72px 0 78px; }
  .engine dl div { grid-template-columns: 72px 1fr; }
  .gallery-section { padding: 78px 0; }
  .gallery-grid { grid-template-columns: 1fr; }
  .credits { padding: 78px 0; }
  .credit-packages { grid-template-columns: 1fr; }
  .credit-package { min-height: 116px; }
  .account-promo { margin-bottom: 80px; padding: 30px 23px; box-shadow: 9px 9px 0 #38502f; }
  footer { grid-template-columns: 1fr; }
  .footer-links { grid-column: auto; }
  .auth-shell { padding: 29px 22px; }
  .auth-tabs { margin-bottom: 26px; }
}
