:root {
  --ink: #1b1c19;
  --ink-2: #30322d;
  --ink-soft: #666961;
  --paper: #f4f2ec;
  --paper-deep: #ebe7de;
  --surface: #fffefa;
  --surface-soft: #f8f6f1;
  --line: rgba(37, 39, 34, .12);
  --line-strong: rgba(37, 39, 34, .2);
  --accent: #c7f36a;
  --accent-dark: #9fcd3e;
  --sage: #536653;
  --terracotta: #b96343;
  --danger: #a93e3e;
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 30px;
  --shadow-sm: 0 8px 30px rgba(34, 35, 31, .06);
  --shadow: 0 24px 70px rgba(34, 35, 31, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: radial-gradient(circle at 15% 0, #fbfaf6 0, transparent 34%), var(--paper); font: 500 15px/1.65 Manrope, system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
::selection { color: var(--ink); background: var(--accent); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select { font: inherit; }
button { color: inherit; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid rgba(159, 205, 62, .55); outline-offset: 3px; }
.shell, .app-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.app-shell { min-height: calc(100vh - 180px); padding: 70px 0 100px; }

/* Navigation */
.site-header { position: sticky; z-index: 30; top: 14px; width: min(1180px, calc(100% - 32px)); height: 66px; margin: 14px auto 0; padding: 0 14px 0 18px; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(255,255,255,.82); border-radius: 22px; background: rgba(255,254,250,.88); box-shadow: 0 10px 40px rgba(31,32,28,.08); backdrop-filter: blur(18px); }
.brand { display: flex; gap: 11px; align-items: center; font-weight: 750; letter-spacing: -.4px; }
.brand b { font-family: "Playfair Display", serif; font-style: italic; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; color: var(--accent); background: var(--ink); border-radius: 12px; font: 800 16px/1 "Playfair Display", serif; transform: rotate(-3deg); }
.main-nav { display: flex; align-items: center; gap: 8px; font-size: 12px; }
.main-nav > a:not(.button) { position: relative; padding: 9px 12px; color: #52554e; border-radius: 10px; transition: color .2s, background .2s; }
.main-nav > a:not(.button):hover, .main-nav > a.active { color: var(--ink); background: var(--paper); }
.main-nav > a.active::after { content: ""; position: absolute; left: 12px; right: 12px; bottom: 4px; height: 2px; border-radius: 2px; background: var(--accent-dark); }
.nav-user { max-width: 148px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.nav-toggle { display: none; border: 0; background: transparent; cursor: pointer; }
.credit-pill { margin-inline: 4px; padding: 7px 12px; border-radius: 99px; background: #edf5dd; font-size: 11px; }
.credit-pill span { color: #75a51d; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 50px; padding: 0 23px; color: white; background: var(--ink); border: 1px solid var(--ink); border-radius: 999px; box-shadow: 0 8px 18px rgba(27,28,25,.12); font-weight: 750; cursor: pointer; transition: transform .22s, box-shadow .22s, background .22s; }
.button:hover { transform: translateY(-2px); background: #292b26; box-shadow: 0 13px 28px rgba(27,28,25,.2); }
.button:disabled { cursor: not-allowed; opacity: .42; transform: none; box-shadow: none; }
.button-small { min-height: 38px; padding: 0 17px; font-size: 11px; }
.button-block { width: 100%; }
.button-light { color: var(--ink); border-color: white; background: white; box-shadow: 0 10px 30px rgba(29,30,27,.16); }
.button-light:hover { background: #f9f8f3; }
.text-link, .back-link { font-weight: 700; text-decoration: underline; text-decoration-color: rgba(27,28,25,.35); text-underline-offset: 6px; }
.eyebrow { margin: 0 0 13px; color: #777970; font-size: 10px; font-weight: 800; letter-spacing: .2em; }
.eyebrow > span { display: inline-block; width: 24px; height: 1px; margin: 0 8px 3px 0; background: currentColor; }
.muted { color: var(--ink-soft); }
.flash { position: fixed; z-index: 50; top: 96px; right: 24px; max-width: 420px; padding: 14px 18px; color: white; background: var(--ink); border-radius: var(--radius-sm); box-shadow: var(--shadow); }
.flash-error { background: var(--danger); }

/* Landing */
.hero { min-height: 720px; display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(48px, 7vw, 90px); align-items: center; padding: 76px 0 88px; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { max-width: 590px; margin: 0; font-size: clamp(55px, 6vw, 86px); line-height: .98; letter-spacing: -.065em; }
.hero h1 em { display: block; margin-top: 6px; color: var(--terracotta); font-family: "Playfair Display", serif; font-weight: 600; letter-spacing: -.045em; }
.hero-lead { max-width: 560px; margin: 28px 0 0; color: var(--ink-soft); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.hero-actions .text-link { font-size: 12px; }
.trust-row { display: flex; gap: 0; margin-top: 54px; padding-top: 20px; border-top: 1px solid var(--line); }
.trust-row > span { min-width: 118px; padding-right: 24px; display: flex; flex-direction: column; }
.trust-row b { font: 600 24px/1.2 "Playfair Display", serif; }
.trust-row small { color: #82847d; font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
.hero-visual { position: relative; margin: 0; }
.hero-photo-frame { position: relative; aspect-ratio: 4/5; padding: 10px; border-radius: 36px; background: rgba(255,255,255,.75); box-shadow: var(--shadow); transform: rotate(1.2deg); }
.hero-photo-frame::before { content: ""; position: absolute; inset: -20px auto auto -26px; width: 130px; height: 130px; border-radius: 50%; background: var(--accent); filter: blur(1px); z-index: -1; }
.hero-photo-frame > img { width: 100%; height: 100%; object-fit: cover; object-position: center; border-radius: 28px; }
.photo-chip { position: absolute; display: flex; align-items: center; gap: 11px; padding: 11px 14px; border: 1px solid rgba(255,255,255,.75); border-radius: 17px; background: rgba(255,255,255,.88); box-shadow: 0 12px 35px rgba(38,39,34,.15); backdrop-filter: blur(16px); transform: rotate(-1.2deg); }
.photo-chip > span:not(.mini-preview) { display: flex; flex-direction: column; }
.photo-chip b { font-size: 11px; }
.photo-chip small { color: #74766e; font-size: 8px; letter-spacing: .06em; }
.photo-chip i { display: grid; place-items: center; width: 34px; height: 34px; color: var(--ink); border-radius: 11px; background: var(--accent); font-style: normal; }
.photo-chip-top { top: 24px; right: -28px; }
.photo-chip-bottom { left: -38px; bottom: 30px; }
.mini-preview { width: 44px; height: 44px; overflow: hidden; border-radius: 12px; }
.mini-preview img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.35); }
.hero-visual figcaption { margin: 16px 8px 0; display: flex; justify-content: space-between; color: #787a73; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.feature-strip { width: min(1240px, calc(100% - 32px)); margin: 0 auto; padding: 38px 28px; color: white; border-radius: var(--radius-lg); background: linear-gradient(120deg, #1c1e1a, #2b3028); box-shadow: var(--shadow); }
.feature-strip .shell { width: 100%; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.feature-grid article { min-height: 126px; padding: 22px; display: flex; gap: 18px; border: 1px solid rgba(255,255,255,.09); border-radius: var(--radius); background: rgba(255,255,255,.035); }
.feature-grid article > span { color: var(--accent); font: 600 20px "Playfair Display", serif; }
.feature-grid h3 { margin: 0 0 6px; font-size: 16px; }
.feature-grid p { margin: 0; color: #aeb2aa; font-size: 12px; }
.how-section { padding: 115px 0; }
.section-heading { max-width: 700px; }
.section-heading h2, .cta-section h2 { margin: 0; font: 600 clamp(40px,5vw,66px)/1.05 "Playfair Display", serif; letter-spacing: -.035em; }
.section-heading > p:last-child { max-width: 500px; margin: 20px 0 0; color: var(--ink-soft); }
.steps { margin: 64px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; list-style: none; }
.steps li { min-height: 228px; padding: 22px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(255,255,255,.72); border-radius: var(--radius); background: rgba(255,254,250,.72); box-shadow: var(--shadow-sm); transition: transform .22s, box-shadow .22s; }
.steps li:nth-child(even) { transform: translateY(18px); }
.steps li:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.steps li:nth-child(even):hover { transform: translateY(12px); }
.steps li > b { color: var(--terracotta); font: 600 20px "Playfair Display",serif; }
.steps h3 { margin: 0 0 5px; font-size: 16px; }
.steps p { margin: 0; color: var(--ink-soft); font-size: 12px; }
.cta-section { margin-bottom: 30px; padding: 76px; overflow: hidden; color: white; border-radius: 36px; background: radial-gradient(circle at 82% 0, rgba(199,243,106,.22), transparent 28%), linear-gradient(130deg,#445342,#20231f 70%); box-shadow: var(--shadow); }
.cta-inner { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.cta-section .eyebrow { color: var(--accent); }
.cta-action { max-width: 370px; }
.cta-action p { margin: 0 0 22px; color: #c7cbc3; font-size: 13px; }

/* Authentication */
.auth-shell { width: min(1180px, calc(100% - 48px)); min-height: calc(100vh - 150px); margin: 42px auto 70px; display: grid; grid-template-columns: 1.04fr .96fr; overflow: hidden; border: 1px solid rgba(255,255,255,.8); border-radius: 34px; background: var(--surface); box-shadow: var(--shadow); }
.auth-panel { min-height: 680px; padding: 64px; }
.auth-art { position: relative; overflow: hidden; color: white; background: #242720; }
.auth-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.auth-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15,16,14,.15), rgba(15,16,14,.78)); }
.auth-art-warm .auth-photo { filter: sepia(.12) saturate(.82); }
.auth-art-overlay { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; }
.auth-art h1 { max-width: 520px; margin: 0; font: 600 clamp(44px,5vw,68px)/1.03 "Playfair Display",serif; letter-spacing: -.035em; }
.auth-art .eyebrow { color: var(--accent); }
.auth-art blockquote { margin: auto 0 0; color: #e7e7e2; font-family: "Playfair Display",serif; font-size: 18px; font-style: italic; }
.signup-perk { margin: auto 0 0; padding: 15px 17px; display: flex; align-self: flex-start; flex-direction: column; border: 1px solid rgba(255,255,255,.28); border-radius: var(--radius-sm); background: rgba(22,23,20,.42); backdrop-filter: blur(12px); }
.signup-perk span { color: #e5e6e0; font-size: 11px; }
.auth-form-wrap { display: grid; place-items: center; background: var(--surface); }
.auth-form { width: min(420px, 100%); }
.auth-form .back-link { display: inline-block; margin-bottom: 50px; color: var(--ink-soft); font-size: 11px; }
.auth-form h2 { margin: 0; font: 600 44px/1.1 "Playfair Display",serif; letter-spacing: -.03em; }
.auth-form > .muted { margin: 10px 0 30px; }
.auth-form label { display: block; margin: 17px 0; color: #4c4f48; font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.auth-form input { width: 100%; height: 50px; margin-top: 7px; padding: 0 15px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--surface-soft); outline: 0; font-size: 14px; text-transform: none; transition: border .2s, box-shadow .2s, background .2s; }
.auth-form input:focus { border-color: #93988c; background: white; box-shadow: 0 0 0 4px rgba(83,102,83,.08); }
.auth-switch { color: var(--ink-soft); font-size: 11px; text-align: center; }
.auth-switch a { color: var(--ink); font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.form-error { margin: 16px 0; padding: 12px 14px; color: #7f2525; border: 1px solid #e8c1bd; border-radius: var(--radius-sm); background: #fff2f0; font-size: 12px; }

/* Application */
.page-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 42px; }
.page-heading.compact { align-items: center; }
.page-heading h1 { max-width: 790px; margin: 0; font: 600 clamp(40px,5vw,60px)/1.07 "Playfair Display",serif; letter-spacing: -.04em; }
.page-heading p:last-child { margin: 10px 0 0; color: var(--ink-soft); }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; }
.stat-card { position: relative; min-height: 186px; padding: 25px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid rgba(255,255,255,.82); border-radius: var(--radius); background: rgba(255,254,250,.82); box-shadow: var(--shadow-sm); }
.stat-card.highlight { color: white; border-color: #22241f; background: linear-gradient(145deg,#242620,#161714); }
.stat-card > span { color: #7b7d76; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.stat-card.highlight > span { color: #b3b7ae; }
.stat-card strong { margin-top: auto; font: 600 54px/1 "Playfair Display",serif; }
.stat-card small { margin-top: 9px; color: #858881; font-size: 9px; }
.stat-art { color: white; border: 0; background: radial-gradient(circle at 88% 5%, rgba(199,243,106,.32), transparent 35%), linear-gradient(145deg,#65755f,#394538); }
.stat-art > i { position: absolute; top: 18px; right: 20px; display: grid; place-items: center; width: 38px; height: 38px; color: var(--ink); border-radius: 12px; background: var(--accent); font-style: normal; }
.stat-art > span { color: #d9dfd5; }
.stat-art p { margin: auto 0 0; font: 600 16px/1.45 "Playfair Display",serif; }
.content-heading { margin: 68px 0 20px; display: flex; align-items: end; justify-content: space-between; }
.content-heading h2 { margin: 0; font: 600 35px "Playfair Display",serif; }
.content-heading a { font-size: 11px; font-weight: 700; text-decoration: underline; text-underline-offset: 5px; }
.job-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.job-card { overflow: hidden; border: 1px solid rgba(255,255,255,.85); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow-sm); transition: transform .22s, box-shadow .22s; }
.job-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.job-thumb { aspect-ratio: 4/3; overflow: hidden; background: #e5dfd4; }
.job-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.job-card:hover .job-thumb img { transform: scale(1.035); }
.job-placeholder { display: grid; place-items: center; background: radial-gradient(circle at 50% 30%,#f5eddb,#b9ad99); }
.job-placeholder span { display: grid; place-items: center; width: 68px; height: 68px; border: 1px solid rgba(20,20,25,.22); border-radius: 50%; background: rgba(255,255,255,.35); font: 600 17px "Playfair Display",serif; backdrop-filter: blur(6px); }
.job-meta { padding: 16px 17px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.job-meta div { min-width: 0; display: flex; flex-direction: column; }
.job-meta b { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 13px; }
.job-meta small { color: #777b72; font-size: 9px; }
.status { display: inline-flex; align-items: center; padding: 5px 9px; border-radius: 99px; background: #e7e5df; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.status-completed, .status-active { color: #315c34; background: #dcebd9; }
.status-processing, .status-queued, .status-pending { color: #6b5313; background: #f2e6bd; }
.status-failed, .status-cancelled, .status-locked { color: #842d2d; background: #f2d5d5; }
.empty-state { min-height: 370px; display: grid; place-content: center; justify-items: center; text-align: center; border: 1px dashed var(--line-strong); border-radius: var(--radius-lg); background: rgba(255,254,250,.45); }
.empty-state h3 { margin: 10px 0 0; font: 600 30px "Playfair Display",serif; }
.empty-state p { color: var(--ink-soft); }
.empty-icon { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 18px; background: var(--accent); transform: rotate(-4deg); }

/* Creation */
.credit-cost { padding: 9px 14px; border-radius: 99px; background: #edf5dd; font-size: 10px; }
.create-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 20px; align-items: start; }
.panel { padding: 28px; border: 1px solid rgba(255,255,255,.85); border-radius: var(--radius); background: rgba(255,254,250,.85); box-shadow: var(--shadow-sm); }
.upload-column { display: grid; gap: 20px; }
.panel-title { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 24px; }
.panel-title > span { display: grid; place-items: center; min-width: 31px; height: 31px; border-radius: 11px; background: var(--ink); color: var(--accent); font: 700 10px "Playfair Display",serif; transform: rotate(-3deg); }
.panel-title h2 { margin: 0; font: 600 23px "Playfair Display",serif; }
.panel-title h2 small { padding: 4px 7px; color: #74776f; border-radius: 99px; background: #eeece6; font: 700 8px Manrope; text-transform: uppercase; vertical-align: middle; }
.panel-title p { margin: 2px 0 0; color: #777b73; font-size: 10px; }
.drop-zone { position: relative; min-height: 420px; display: grid; place-items: center; overflow: hidden; border: 1.5px dashed #b6b7b0; border-radius: 18px; background: linear-gradient(145deg,#f7f5ef,#eeebe4); cursor: pointer; transition: border .2s, background .2s, transform .2s; }
.drop-zone:hover, .drop-zone.dragging { border-color: var(--sage); background: #eef2e7; transform: translateY(-2px); }
.drop-prompt { text-align: center; }
.drop-prompt h3 { margin: 12px 0 0; font: 600 25px "Playfair Display",serif; }
.drop-prompt p { margin: 3px 0 18px; color: #666a62; font-size: 11px; }
.drop-prompt small { color: #8a8d84; font-size: 8px; letter-spacing: .09em; }
.upload-icon { display: grid; place-items: center; width: 52px; height: 52px; margin: auto; color: white; border-radius: 17px; background: var(--sage); box-shadow: 0 10px 22px rgba(83,102,83,.22); font-size: 20px; }
.preview-wrap { position: absolute; inset: 0; display: grid; place-items: center; padding: 20px; background: #ebe8e1; }
.preview-wrap img { width: 100%; height: 100%; object-fit: contain; border-radius: 13px; }
.remove-preview { position: absolute; top: 13px; right: 13px; width: 34px; height: 34px; border: 0; border-radius: 12px; background: white; cursor: pointer; box-shadow: 0 5px 15px rgba(0,0,0,.13); }
.reference-drop { min-height: 88px; padding: 14px; display: flex; align-items: center; gap: 13px; border: 1px dashed #b7b8b1; border-radius: 16px; cursor: pointer; transition: background .2s, border .2s; }
.reference-drop:hover { border-color: var(--sage); background: #f3f5ef; }
.reference-drop > span { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 13px; background: #eceae4; }
.reference-drop div { display: flex; flex-direction: column; }
.reference-drop small { color: #888b83; font-size: 9px; }
.reference-drop img { margin-left: auto; width: 60px; height: 60px; object-fit: cover; border-radius: 12px; }
.settings-column { position: sticky; top: 96px; }
.control-group { margin: 0; padding: 21px 0; border: 0; border-top: 1px solid var(--line); }
.control-group legend { float: left; width: 100%; margin-bottom: 14px; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.control-group legend + * { clear: both; }
.preset-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 9px; max-height: 300px; overflow: auto; padding: 2px 5px 4px 2px; }
.preset-option { position: relative; cursor: pointer; }
.preset-option input { position: absolute; opacity: 0; }
.preset-option b { display: block; padding: 8px 3px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 8px; text-align: center; }
.preset-swatch { position: relative; display: block; height: 68px; overflow: hidden; border: 2px solid transparent; border-radius: 16px; background: linear-gradient(145deg,#f2f0eb,#c3b7a4); transition: transform .2s, box-shadow .2s; }
.preset-swatch::after { content: ""; position: absolute; width: 30px; height: 42px; left: 50%; bottom: -8px; border-radius: 8px 8px 3px 3px; background: rgba(255,255,255,.72); box-shadow: 0 12px 20px rgba(0,0,0,.12); transform: translateX(-50%); }
.preset-option:hover .preset-swatch { transform: translateY(-2px); }
.preset-option input:checked + .preset-swatch { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(27,28,25,.08); }
.swatch-2 { background: linear-gradient(145deg,#d8d8d6,#7c7d82); }.swatch-3 { background: radial-gradient(circle,#d7b36d,#36271d); }.swatch-4 { background: radial-gradient(circle,#62646d,#121319); }.swatch-5 { background: linear-gradient(145deg,#f0e8dc,#c9bba7); }.swatch-6 { background: linear-gradient(145deg,#dbe2cc,#718266); }.swatch-7 { background: linear-gradient(145deg,#f5f4f0,#ada9a1); }.swatch-8 { background: linear-gradient(145deg,#d8edf1,#3c7480); }
.settings-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.segmented { display: flex; gap: 5px; }
.segmented label { flex: 1; }
.segmented input { position: absolute; opacity: 0; }
.segmented span { min-height: 39px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 10px; background: #f5f3ee; cursor: pointer; font-size: 9px; transition: background .2s, transform .2s; }
.segmented input:checked + span { color: var(--accent); border-color: var(--ink); background: var(--ink); transform: translateY(-1px); }
.toggle-row { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 21px 0; border-top: 1px solid var(--line); cursor: pointer; }
.toggle-row div { display: flex; flex-direction: column; }
.toggle-row b { font-size: 11px; }.toggle-row small { color: #777a72; font-size: 9px; }
.toggle-row input { position: absolute; opacity: 0; }
.toggle { position: relative; width: 44px; height: 24px; background: #cccac4; border-radius: 99px; transition: background .2s; }
.toggle::after { content: ""; position: absolute; top: 3px; left: 3px; width: 18px; height: 18px; border-radius: 50%; background: white; transition: transform .2s; }
.toggle-row input:checked + .toggle { background: var(--ink); }.toggle-row input:checked + .toggle::after { transform: translateX(20px); background: var(--accent); }
.button-generate { margin-top: 8px; }.button-generate i { color: var(--accent); font-style: normal; }.button-generate.loading i { animation: spin 1s linear infinite; }
.secure-note { margin: 13px 0 0; color: #898c84; font-size: 8px; text-align: center; }
@keyframes spin { to { transform: rotate(360deg); } }

/* History and result */
.history-toolbar { padding: 13px 4px 18px; display: flex; justify-content: space-between; color: #777b72; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.status-legend { display: flex; align-items: center; gap: 8px; }.dot { width: 7px; height: 7px; border-radius: 50%; background: #aaa; }.dot.completed { background:#6a9c67 }.dot.processing { background:#d1a83c }.dot.failed { background:#b84b4b }
.history-list { display: grid; gap: 10px; }
.history-item { padding: 12px; display: grid; grid-template-columns: 104px 1fr auto 40px; gap: 20px; align-items: center; border: 1px solid rgba(255,255,255,.82); border-radius: 18px; background: rgba(255,254,250,.82); box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s; }
.history-item:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.history-thumb { width: 104px; height: 78px; display: grid; place-items: center; overflow: hidden; border-radius: 13px; background: #ded8cf; font-size: 10px; }
.history-thumb img { width: 100%; height: 100%; object-fit: cover; }
.history-main { display: flex; flex-direction: column; }.history-main small { color: #777b72; font-size: 9px; }
.icon-button { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 12px; background: var(--paper); transition: background .2s; }
.icon-button:hover { color: var(--accent); background: var(--ink); }
.result-page .back-link { display: block; margin-bottom: 16px; font-size: 10px; }
.processing-card { min-height: 170px; padding: 30px; display: flex; align-items: center; gap: 28px; color: white; border-radius: var(--radius); background: radial-gradient(circle at 90% 0,rgba(199,243,106,.17),transparent 35%),var(--ink); box-shadow: var(--shadow); }
.processing-orb { width: 76px; height: 76px; display: grid; place-items: center; flex: 0 0 auto; color: var(--accent); border: 1px solid #555950; border-radius: 24px; font-size: 22px; animation: pulse 2s ease-in-out infinite; }
.processing-copy { flex: 1; }.processing-copy b { font: 600 21px "Playfair Display",serif; }.processing-copy small { color: #a4a79f; font-size: 9px; }
.progress-track { height: 6px; margin: 18px 0 8px; overflow: hidden; border-radius: 99px; background: #3d4039; }.progress-track i { display: block; height: 100%; border-radius: inherit; background: var(--accent); transition: width .5s; }
@keyframes pulse { 50% { box-shadow: 0 0 0 15px rgba(199,243,106,.05); transform: scale(1.04); } }
.result-toolbar { margin: 38px 0 18px; display: flex; align-items: center; justify-content: space-between; }
.result-toolbar p { display: flex; flex-direction: column; margin: 0; }.result-toolbar span { color: #777b72; font-size: 9px; }
.results-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.result-card { overflow: hidden; border: 1px solid rgba(255,255,255,.85); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow-sm); }
.result-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; background: #ddd7ce; transition: transform .45s; }
.result-card:hover img { transform: scale(1.025); }
.result-card > div { padding: 14px 16px; display: flex; justify-content: space-between; font-size: 9px; }.result-card a { font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.result-actions { margin-top: 22px; display: flex; gap: 20px; justify-content: flex-end; }
.text-button { padding: 8px 0; border: 0; border-bottom: 1px solid; background: none; cursor: pointer; font-size: 10px; }.text-button.danger { color: var(--danger); }

/* Installer */
.install-body { min-height: 100vh; background: var(--ink); }
.install-shell { min-height: 100vh; display: grid; grid-template-columns: .8fr 1.2fr; }
.install-brand { position: relative; padding: 70px max(45px, calc((100vw - 1180px)/2)); overflow: hidden; color: white; background: radial-gradient(circle at 85% 80%, #60704c 0, #242820 35%, #171815 70%); }
.install-brand .brand-mark { margin-bottom: 75px; color: var(--ink); background: var(--accent); }
.install-brand .eyebrow { color: var(--accent); }
.install-brand h1 { margin: 0; font: 600 clamp(46px, 5vw, 72px)/1 "Playfair Display", Georgia, serif; }
.install-brand > p:not(.eyebrow) { max-width: 420px; color: #b5b9b0; }
.install-brand ol { position: absolute; left: max(45px, calc((100vw - 1180px)/2)); right: 45px; bottom: 55px; margin: 0; padding: 0; display: grid; gap: 12px; list-style: none; color: #c7cac2; font-size: 11px; }
.install-brand li { padding-top: 10px; border-top: 1px solid #41453e; }.install-brand li b { margin-right: 16px; color: var(--accent); }
.install-form-wrap { padding: 60px clamp(35px, 7vw, 110px); display: grid; place-items: center; background: var(--surface); }
.install-form, .install-complete { width: min(670px, 100%); }
.install-form h2, .install-complete h2 { margin: 0; font: 600 42px "Playfair Display", Georgia, serif; }
.install-form > .muted { margin: 5px 0 25px; }
.install-form label { display: block; margin: 14px 0; font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.install-form input:not([type="checkbox"]), .install-form select { width: 100%; height: 47px; margin-top: 6px; padding: 0 13px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: white; outline: 0; font-size: 12px; text-transform: none; }
.install-form input:focus, .install-form select:focus { border-color: var(--sage); box-shadow: 0 0 0 4px rgba(83,102,83,.08); }
.install-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; }
.install-form hr { margin: 25px 0; border: 0; border-top: 1px solid var(--line); }
.install-check { display: flex !important; align-items: center; gap: 10px; text-transform: none !important; letter-spacing: 0 !important; font-weight: 600 !important; }
.install-check input { width: 17px; height: 17px; accent-color: var(--ink); }
.install-form > small { display: block; margin-top: 10px; color: #888b83; text-align: center; }
.install-complete > span { display: grid; place-items: center; width: 64px; height: 64px; margin-bottom: 30px; border-radius: 20px; background: var(--accent); font-size: 24px; transform: rotate(-4deg); }
.install-complete > p:not(.eyebrow) { margin: 10px 0 28px; color: var(--ink-soft); }

/* Administration */
.admin-badge { padding: 8px 13px; color: var(--accent); border-radius: 99px; background: var(--ink); font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.admin-heading-actions { display: flex; align-items: center; gap: 10px; }.admin-heading-actions .button { white-space: nowrap; }
.nav-ai-settings { color: #31540c !important; border: 1px solid #cce49a; border-radius: 99px; background: #eaf9c9; }.nav-ai-settings span { color: #69a522; font-size: 8px; }
.admin-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.admin-stats article { min-height: 160px; padding: 23px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.82); border-radius: var(--radius); background: rgba(255,254,250,.82); box-shadow: var(--shadow-sm); }
.admin-stats article.lime { background: linear-gradient(145deg,#d8fa91,var(--accent)); border-color: transparent; }
.admin-stats span { color: #777b72; font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.admin-stats strong { margin-top: auto; font: 600 44px "Playfair Display", Georgia, serif; }
.admin-stats small { color: #777b72; font-size: 9px; }
.channel-grid { margin-top: 13px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.channel-grid article { padding: 17px; display: flex; align-items: center; gap: 12px; color: white; border-radius: 16px; background: linear-gradient(145deg,#2a2c27,#1b1c19); box-shadow: var(--shadow-sm); }
.channel-grid i { width: 40px; height: 40px; display: grid; place-items: center; flex: 0 0 auto; color: var(--accent); border: 1px solid #555950; border-radius: 13px; font-size: 8px; font-style: normal; font-weight: 800; }
.channel-grid div { display: flex; flex-direction: column; }.channel-grid span { color: #9da198; font-size: 8px; text-transform: uppercase; }.channel-grid strong { font-size: 12px; }
.provider-console { position: relative; margin-top: 24px; padding: 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 34px; border: 1px solid rgba(255,255,255,.85); border-radius: var(--radius); background: linear-gradient(135deg,rgba(255,254,250,.97),rgba(240,242,233,.92)); box-shadow: var(--shadow-sm); }
.provider-console:target { border-color: #98bd49; box-shadow: 0 0 0 5px rgba(152,189,73,.12),var(--shadow); }
.provider-anchor-label { display: inline-flex; margin-bottom: 13px; padding: 6px 9px; color: #36520f; border-radius: 99px; background: #e1f5b6; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.provider-intro { padding-right: 30px; border-right: 1px solid var(--line); }
.provider-title-row { display: flex; align-items: center; gap: 15px; }.provider-title-row .eyebrow { margin-bottom: 2px; }.provider-title-row h2 { margin: 0; font: 600 31px "Playfair Display",Georgia,serif; }
.provider-logo { width: 52px; height: 52px; display: grid; place-items: center; flex: 0 0 auto; color: var(--accent); border-radius: 17px; background: var(--ink); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.provider-intro > p { max-width: 580px; color: #62665e; font-size: 10px; line-height: 1.8; }.provider-intro code { padding: 2px 5px; border-radius: 5px; background: #e6e8df; font-size: 9px; }
.provider-state { margin: 18px 0; padding: 12px 14px; display: flex; align-items: center; gap: 10px; border-radius: 13px; background: #eceae4; }.provider-state > i { width: 9px; height: 9px; border-radius: 50%; background: #9a9b96; box-shadow: 0 0 0 5px rgba(154,155,150,.12); }.provider-state.is-ready { background: #e3eedb; }.provider-state.is-ready > i { background: #5c9352; box-shadow: 0 0 0 5px rgba(92,147,82,.13); }
.provider-state div { display: flex; flex-direction: column; }.provider-state span { font-size: 10px; font-weight: 800; }.provider-state small { color: #777b72; font-size: 8px; }
.provider-steps { margin: 0; padding: 0; display: grid; gap: 8px; list-style: none; }.provider-steps li { display: flex; align-items: center; gap: 10px; color: #62665e; font-size: 9px; }.provider-steps b { color: var(--sage); font-size: 8px; letter-spacing: .08em; }
.provider-doc-link { display: inline-block; margin-top: 15px; padding-bottom: 3px; border-bottom: 1px solid; font-size: 9px; font-weight: 800; }
.provider-form { align-self: center; }.provider-form > label,.provider-options label { display: block; color: #565a52; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.provider-form label small { display: block; margin-top: 6px; color: #888b83; font-size: 8px; font-weight: 500; letter-spacing: 0; line-height: 1.5; text-transform: none; }
.provider-form > label { margin-top: 16px; }.provider-form > label:first-of-type { margin-top: 0; }
.secret-field { position: relative; margin-top: 7px; }.secret-field input,.provider-options select,.provider-options input,.provider-form > label > input { width: 100%; height: 46px; padding: 0 13px; border: 1px solid var(--line); border-radius: 12px; background: white; outline: 0; font-size: 10px; }.provider-form > label > input { margin-top: 7px; }.secret-field input { padding-right: 125px; }.secret-field input:focus,.provider-options select:focus,.provider-options input:focus,.provider-form > label > input:focus { border-color: var(--sage); box-shadow: 0 0 0 4px rgba(83,102,83,.08); }.secret-field span { position: absolute; top: 50%; right: 12px; padding: 4px 7px; color: #74786f; border-radius: 7px; background: #efeee9; font-size: 8px; letter-spacing: 0; transform: translateY(-50%); text-transform: none; }
.provider-options { margin: 18px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.provider-options select,.provider-options input { margin-top: 7px; color: var(--ink); text-transform: none; }
.provider-warning { margin: 10px 0 0; color: #858880; font-size: 8px; line-height: 1.6; text-align: center; }
.provider-intro .provider-warning { padding: 10px 12px; color: #715d24; border: 1px solid #e4d9b7; border-radius: 11px; background: #fff8e5; text-align: left; }
.provider-pool { grid-column: 1 / -1; padding-top: 28px; border-top: 1px solid var(--line); }
.provider-pool-heading { margin-bottom: 15px; display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; }.provider-pool-heading h3 { margin: 0; font: 600 26px "Playfair Display",Georgia,serif; }
.provider-mode-form button,.provider-key-card button { min-height: 34px; padding: 0 12px; color: var(--ink); border: 1px solid var(--line); border-radius: 9px; background: white; cursor: pointer; font-size: 8px; font-weight: 800; }
.provider-legacy-import { margin-bottom: 14px; padding: 13px 15px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border: 1px solid #cfe3a5; border-radius: 12px; background: #f0f9de; }.provider-legacy-import > div { min-width: 0; display: flex; flex-direction: column; }.provider-legacy-import b { font-size: 9px; }.provider-legacy-import small { margin-top: 3px; color: #68705d; font-size: 8px; }.provider-legacy-import button { min-height: 34px; padding: 0 12px; white-space: nowrap; border: 0; border-radius: 9px; background: var(--ink); color: white; cursor: pointer; font-size: 8px; font-weight: 800; }
.provider-key-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.provider-key-card { min-width: 0; padding: 17px; border: 1px solid #deddd7; border-radius: 15px; background: rgba(255,255,255,.82); }.provider-key-card.status-error { border-color: #e9b3aa; background: #fff7f5; }.provider-key-card.status-disabled { opacity: .68; }
.provider-key-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; }.provider-key-priority { color: #6c7067; font-size: 8px; font-weight: 800; }
.provider-key-card h4 { margin: 12px 0 5px; font-size: 12px; }.provider-key-card > p { margin: 0; color: #757970; font-size: 9px; }.provider-key-card code { padding: 3px 6px; border-radius: 6px; background: #ebeae5; font-size: 8px; }
.provider-key-url { margin-top: 7px; display: block; overflow: hidden; color: #858880; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.provider-key-card dl { margin: 14px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }.provider-key-card dl div { min-width: 0; }.provider-key-card dt { color: #92958e; font-size: 7px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.provider-key-card dd { margin: 3px 0 0; overflow: hidden; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.provider-key-card .provider-key-error { margin: 0 0 12px; padding: 8px; color: #8b3327; border-radius: 8px; background: #fbe3df; font-size: 8px; line-height: 1.45; }
.provider-pool-empty { margin: 0; padding: 22px; color: #7c8077; border: 1px dashed #c9cac4; border-radius: 13px; text-align: center; font-size: 9px; }
.provider-disable { position: absolute; right: 30px; bottom: -31px; }.provider-disable button { padding: 7px 0; color: #777b72; border: 0; border-bottom: 1px solid #aaa; background: none; cursor: pointer; font-size: 8px; }
.admin-section-heading { margin: 62px 0 17px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.admin-section-heading h2 { margin: 0; font: 600 34px "Playfair Display", Georgia, serif; }.admin-section-heading > span { color: #777b72; font-size: 9px; }
.admin-search { display: flex; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: white; }
.admin-search input { width: 230px; height: 40px; padding: 0 12px; border: 0; background: transparent; outline: 0; }
.admin-search button { padding: 0 16px; color: white; border: 0; background: var(--ink); cursor: pointer; }
.admin-table-wrap { overflow-x: auto; border: 1px solid rgba(255,255,255,.84); border-radius: var(--radius); background: rgba(255,254,250,.85); box-shadow: var(--shadow-sm); }
.admin-table { width: 100%; min-width: 920px; border-collapse: collapse; font-size: 10px; }
.admin-table th { padding: 13px 15px; color: #777b72; border-bottom: 1px solid var(--line); background: #f1eee8; font-size: 8px; letter-spacing: .1em; text-align: left; text-transform: uppercase; }
.admin-table td { padding: 14px 15px; border-bottom: 1px solid #ece9e2; vertical-align: middle; }
.admin-table tbody tr:last-child td { border-bottom: 0; }.admin-table tbody tr:hover { background: #f8f6f1; }
.admin-table td > small, .admin-table td > b + small { display: block; color: #898c84; font-size: 8px; }
.table-pill, .source { display: inline-flex; padding: 4px 8px; border-radius: 99px; background: #e8e6e0; font-size: 8px; font-weight: 800; text-transform: uppercase; }.table-pill.dark { color: white; background: var(--ink); }
.source-website { color: #315c34; background: #dcebd9; }.source-windows { color: #39517b; background: #dae4f3; }.source-api { color: #6b5313; background: #f2e6bd; }
.admin-actions { display: flex; gap: 7px; align-items: center; }.admin-actions form { display: flex; gap: 4px; }
.admin-actions input[type="number"] { width: 82px; height: 32px; padding: 0 7px; border: 1px solid var(--line); border-radius: 9px; }
.admin-actions button { height: 32px; padding: 0 10px; border: 1px solid var(--line); border-radius: 9px; background: white; cursor: pointer; font-size: 8px; font-weight: 700; }.admin-actions .danger-link { color: var(--danger); }

.site-footer { width: min(1180px, calc(100% - 48px)); min-height: 108px; margin: 0 auto; padding: 26px 0; display: flex; align-items: center; justify-content: space-between; color: #858880; border-top: 1px solid var(--line); font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
.footer-brand { display: flex; align-items: center; gap: 12px; color: var(--ink); text-transform: none; }
.footer-brand div, .footer-meta { display: flex; flex-direction: column; }
.footer-brand b { font-size: 12px; }.footer-brand small { color: #858880; font-size: 9px; }
.footer-meta { align-items: flex-end; }

@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; }.hero-copy { padding-top: 20px; }.hero-visual { max-width: 660px; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }.create-layout { grid-template-columns: 1fr; }.settings-column { position: static; }
  .auth-shell { grid-template-columns: 1fr; max-width: 680px; }.auth-art { min-height: 420px; }.auth-panel { min-height: auto; padding: 58px 46px; }.auth-form .back-link { margin-bottom: 35px; }
  .preset-grid { grid-template-columns: repeat(4,1fr); }
  .install-shell { grid-template-columns: 1fr; }.install-brand { display: none; }
  .admin-stats, .channel-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2,1fr); }.steps li:nth-child(even) { transform: none; }.steps li:hover, .steps li:nth-child(even):hover { transform: translateY(-4px); }
}

@media (max-width: 720px) {
  .shell, .app-shell { width: min(100% - 28px, 1180px); }
  .site-header { top: 8px; width: calc(100% - 20px); height: 60px; margin-top: 8px; border-radius: 18px; }
  .brand { font-size: 12px; }.brand-mark { width: 31px; height: 31px; border-radius: 10px; }
  .nav-toggle { width: 40px; height: 40px; padding: 10px; display: flex; flex-direction: column; justify-content: center; gap: 4px; border-radius: 12px; background: var(--paper); }
  .nav-toggle span { width: 100%; height: 1.5px; background: var(--ink); }.nav-toggle b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .main-nav { position: absolute; top: 68px; left: 0; right: 0; padding: 13px; display: none; flex-direction: column; align-items: stretch; border: 1px solid rgba(255,255,255,.9); border-radius: 18px; background: rgba(255,254,250,.97); box-shadow: var(--shadow); }.main-nav.open { display: flex; }.main-nav > a.active::after { display: none; }.credit-pill { margin: 5px 0; text-align: center; }
  .hero { min-height: auto; padding: 64px 0 70px; gap: 48px; }.hero h1 { font-size: clamp(48px,14vw,63px); }.hero-actions { align-items: stretch; flex-direction: column; }.hero-actions .text-link { text-align: center; }.trust-row { gap: 16px; flex-wrap: wrap; }.trust-row > span { min-width: 92px; padding-right: 0; }.hero-photo-frame { border-radius: 26px; }.hero-photo-frame > img { border-radius: 19px; }.photo-chip-top { right: 8px; }.photo-chip-bottom { left: 8px; }.hero-visual figcaption { gap: 10px; flex-direction: column; }
  .feature-strip { width: calc(100% - 20px); padding: 18px; border-radius: 24px; }.feature-grid, .steps { grid-template-columns: 1fr; }.feature-grid article { min-height: auto; }.steps li { min-height: 180px; }.how-section { padding: 85px 0; }
  .cta-section { width: calc(100% - 28px); padding: 44px 26px; border-radius: 26px; }.cta-inner { align-items: stretch; flex-direction: column; }
  .auth-shell { width: calc(100% - 20px); margin: 28px auto 50px; border-radius: 24px; }.auth-art { min-height: 310px; }.auth-art h1 { font-size: 40px; }.auth-panel { padding: 40px 24px; }.auth-form h2 { font-size: 38px; }
  .app-shell { padding-top: 50px; }.page-heading, .page-heading.compact { align-items: stretch; flex-direction: column; }.page-heading .button { width: 100%; }.stats-grid, .job-grid, .results-grid { grid-template-columns: 1fr; }.stat-card { min-height: 150px; }
  .panel { padding: 19px; border-radius: 18px; }.drop-zone { min-height: 340px; }.preset-grid { grid-template-columns: repeat(3,1fr); }.settings-row { grid-template-columns: 1fr; }.segmented { flex-wrap: wrap; }.segmented label { min-width: 45px; }
  .history-toolbar { align-items: flex-start; gap: 10px; flex-direction: column; }.history-item { grid-template-columns: 78px 1fr auto; gap: 11px; }.history-thumb { width: 78px; height: 64px; }.history-item .status { display: none; }.icon-button { grid-column: 3; grid-row: 1; }
  .processing-card { align-items: flex-start; flex-direction: column; }.processing-orb { width: 54px; height: 54px; border-radius: 17px; }.result-toolbar { align-items: stretch; gap: 18px; flex-direction: column; }.result-actions { align-items: flex-end; flex-direction: column; }
  .install-form-wrap { padding: 42px 20px; }.install-grid { grid-template-columns: 1fr; }
  .admin-heading-actions { align-items: stretch; flex-direction: column-reverse; }.admin-heading-actions .admin-badge { align-self: flex-end; }.admin-stats, .channel-grid { grid-template-columns: 1fr; }.provider-console { padding: 22px; grid-template-columns: 1fr; gap: 24px; }.provider-intro { padding: 0 0 22px; border-right: 0; border-bottom: 1px solid var(--line); }.provider-options,.provider-key-grid { grid-template-columns: 1fr; }.provider-pool-heading,.provider-legacy-import { align-items: stretch; flex-direction: column; }.provider-mode-form button,.provider-legacy-import button { width: 100%; }.provider-disable { position: static; grid-column: 1; text-align: right; }.admin-section-heading { align-items: stretch; flex-direction: column; }.admin-search input { width: 100%; }.admin-search { width: 100%; }
  .site-footer { width: calc(100% - 28px); padding: 28px 0; gap: 18px; flex-direction: column; align-items: flex-start; }.footer-meta { align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
