:root {
  --blue: #2563eb;
  --blue-dark: #1749bb;
  --blue-pale: #eff6ff;
  --navy: #0f172a;
  --ink: #172033;
  --muted: #64748b;
  --line: #dce4ef;
  --surface: #f8fafc;
  --white: #ffffff;
  --amber: #f59e0b;
  --rose: #e11d48;
  --font: Geist, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font); line-height: 1.5; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; padding: 10px 14px; border-radius: 6px; background: var(--navy); color: var(--white); }
.skip-link:focus { top: 16px; }

.site-header { min-height: 72px; padding: 0 clamp(20px, 5vw, 80px); display: flex; align-items: center; gap: 28px; border-bottom: 1px solid rgba(220, 228, 239, .82); background: rgba(255, 255, 255, .93); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(12px); }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: max-content; font-size: 21px; font-weight: 760; color: var(--navy); letter-spacing: 0; }
.brand-mark { width: 32px; height: 32px; border-radius: 8px; display: inline-block; background: var(--blue) url("assets/mmmail-brand-reference.png") 12% 9% / 350px auto no-repeat; box-shadow: inset 0 0 0 1px rgba(255,255,255,.2); }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 24px; font-size: 14px; color: #475569; }
.main-nav a, .footer-links button, .footer-links a, .text-button { transition: color .16s ease; }
.main-nav a:hover, .footer-links button:hover, .footer-links a:hover, .text-button:hover { color: var(--blue); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.language-switch { display: inline-flex; padding: 2px; border: 1px solid var(--line); border-radius: 6px; background: var(--white); }
.language-button { width: 31px; height: 27px; padding: 0; border: 0; border-radius: 4px; color: var(--muted); background: transparent; font-size: 11px; font-weight: 750; }
.language-button.is-active { color: var(--white); background: var(--navy); }
.text-button { border: 0; color: #334155; background: transparent; font-size: 14px; font-weight: 650; }

.button { min-height: 42px; padding: 10px 16px; border: 1px solid transparent; border-radius: 6px; display: inline-flex; justify-content: center; align-items: center; gap: 8px; font-size: 14px; font-weight: 720; letter-spacing: 0; transition: transform .16s ease, background .16s ease, border-color .16s ease, color .16s ease, box-shadow .16s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { color: var(--white); background: var(--blue); box-shadow: 0 7px 16px rgba(37, 99, 235, .18); }
.button-primary:hover { background: var(--blue-dark); }
.button-quiet { color: #1e3a8a; border-color: #bfd3ff; background: var(--white); }
.button-quiet:hover { color: var(--white); border-color: var(--blue); background: var(--blue); }
.button-small { min-height: 36px; padding: 8px 12px; font-size: 13px; }
.button-full { width: 100%; margin-top: 6px; }
.button-disabled { cursor: default; color: #475569; background: #eef2f7; border-color: #eef2f7; box-shadow: none; }
.button-disabled:hover { transform: none; }

.section { padding: 104px clamp(20px, 8vw, 140px); }
.hero { min-height: 660px; overflow: hidden; position: relative; padding: clamp(54px, 8vw, 120px) clamp(20px, 8vw, 140px) 74px; color: var(--white); background: var(--navy); }
.hero::after { width: 540px; height: 540px; position: absolute; right: -270px; bottom: -290px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; content: ""; }
.hero-grid { max-width: 1240px; min-height: 515px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr); align-items: center; gap: 56px; position: relative; z-index: 1; }
.eyebrow { margin: 0 0 12px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: 1.1px; text-transform: uppercase; }
.hero .eyebrow { color: #91b6ff; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 4px; font-size: clamp(52px, 7.5vw, 94px); line-height: .98; letter-spacing: 0; }
h2 { margin-bottom: 16px; font-size: clamp(30px, 4vw, 48px); line-height: 1.04; letter-spacing: 0; }
h3 { font-size: 18px; line-height: 1.2; letter-spacing: 0; }
.hero-tagline { margin-bottom: 24px; color: #bcd2ff; font-size: 20px; font-weight: 680; }
.hero-lead { max-width: 530px; margin-bottom: 30px; color: #d4def2; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero .button-quiet { color: #d8e5ff; border-color: rgba(191,211,255,.48); background: rgba(255,255,255,.05); }
.hero .button-quiet:hover { color: var(--white); border-color: var(--blue); background: var(--blue); }
.founder-note { max-width: 470px; margin: 30px 0 0; color: #b9c8e4; font-size: 13px; }
.founder-note strong { color: var(--white); }

.composer-visual { width: 100%; min-height: 390px; overflow: hidden; border: 1px solid #26344d; border-radius: 8px; color: var(--ink); background: #f7f9fc; box-shadow: 24px 28px 0 rgba(9, 18, 37, .35); transform: rotate(1.5deg); }
.composer-topline { height: 40px; display: flex; align-items: center; gap: 6px; padding: 0 14px; border-bottom: 1px solid #dce4ef; background: var(--white); }
.window-dot { width: 8px; height: 8px; border-radius: 50%; background: #cbd5e1; }
.window-dot:first-child { background: #8ab0ff; }
.visual-title { margin-left: 8px; font-size: 12px; font-weight: 720; color: #475569; }
.composer-tabs { height: 45px; display: flex; align-items: end; gap: 4px; padding: 0 12px; border-bottom: 1px solid #dce4ef; background: #f1f5f9; }
.composer-tabs span { max-width: 210px; padding: 11px 14px 10px; overflow: hidden; border-radius: 6px 6px 0 0; white-space: nowrap; text-overflow: ellipsis; font-size: 12px; }
.tab-active { color: var(--navy); background: var(--white); font-weight: 750; }
.tab-muted { color: #64748b; }
.composer-body { min-height: 302px; display: grid; grid-template-columns: 150px 1fr; }
.composer-sidebar { padding: 15px 12px; display: flex; flex-direction: column; gap: 8px; border-right: 1px solid #dce4ef; background: #f8fafc; }
.mini-heading { margin: 1px 0 3px; color: #64748b; font-size: 10px; font-weight: 800; letter-spacing: .7px; text-transform: uppercase; }
.conditions-heading { margin-top: 12px; }
.variable-chip, .condition-chip, .inline-condition { display: inline-flex; align-items: center; width: fit-content; max-width: 100%; padding: 5px 7px; overflow: hidden; border-radius: 4px; white-space: nowrap; text-overflow: ellipsis; font-size: 11px; font-weight: 700; }
.chip-blue { color: #1d4ed8; background: #dbeafe; }.chip-amber { color: #a16207; background: #fef3c7; }.chip-rose { color: #be123c; background: #ffe4e6; }
.condition-chip, .inline-condition { color: #475569; background: #e2e8f0; }
.mail-preview { padding: 14px 18px; background: var(--white); }
.mail-line { min-height: 33px; display: flex; justify-content: space-between; gap: 16px; align-items: center; border-bottom: 1px solid #edf1f7; color: #64748b; font-size: 11px; }
.mail-line b { color: #1e293b; font-weight: 650; }.mail-line i { color: #1d4ed8; font-style: normal; }
.mail-message { padding: 16px 0 10px; color: #475569; font-size: 12px; line-height: 1.35; }.mail-message p { margin-bottom: 10px; }.mail-message i { padding: 2px 4px; color: #a16207; border-radius: 3px; background: #fef3c7; font-style: normal; }
.send-row { padding-top: 12px; display: flex; align-items: center; justify-content: space-between; color: #64748b; font-size: 11px; }.send-row button { padding: 7px 13px; border: 0; border-radius: 4px; color: white; background: var(--blue); font-weight: 700; }

.plans-section { padding-top: 86px; background: var(--surface); }
.section-heading { max-width: 760px; margin: 0 auto 52px; }.section-heading > p:not(.eyebrow) { margin-bottom: 0; color: var(--muted); font-size: 17px; line-height: 1.65; }.compact-heading { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 32px; }.compact-heading > p { max-width: 410px; }
.pricing-grid { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.price-card { min-height: 356px; padding: 26px; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }.price-card .button { margin-top: auto; width: 100%; }
.price-card h3 { margin-bottom: 22px; font-size: 20px; }.plan-kicker { margin-bottom: 14px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .9px; text-transform: uppercase; }.price { margin-bottom: 18px; color: var(--navy); font-size: 35px; line-height: 1; font-weight: 800; }.price small { font-size: 13px; font-weight: 650; }.price-card > p:not(.price) { margin-bottom: 24px; color: var(--muted); font-size: 14px; line-height: 1.5; }.founder-card { border-color: #bcd2ff; background: #f7faff; }.recommended-card { border-color: var(--blue); box-shadow: 0 12px 28px rgba(37,99,235,.1); }
.founder-availability { margin-top: -9px !important; margin-bottom: 20px !important; color: #1d4ed8 !important; font-size: 12px !important; font-weight: 700; }.founder-availability strong { font-size: 17px; font-variant-numeric: tabular-nums; }

.feature-section { border-top: 1px solid #edf1f7; }.feature-grid { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.feature-item { min-height: 252px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.feature-number { display: block; margin-bottom: 52px; color: var(--blue); font-size: 13px; font-weight: 800; }.feature-item h3 { margin-bottom: 11px; }.feature-item p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

.workflow-section { display: grid; grid-template-columns: .75fr 1.25fr; align-items: start; gap: 64px; color: var(--white); background: var(--navy); }.workflow-section .eyebrow { color: #91b6ff; }.workflow-list { margin: 0; padding: 0; list-style: none; }.workflow-list li { min-height: 103px; display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 20px 0; border-top: 1px solid #2b3a54; }.workflow-list li:last-child { border-bottom: 1px solid #2b3a54; }.workflow-list strong { color: #91b6ff; font-size: 14px; }.workflow-list b, .workflow-list small { display: block; }.workflow-list b { margin-bottom: 5px; font-size: 17px; }.workflow-list small { color: #b8c5da; font-size: 14px; }

.install-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .82fr); align-items: center; gap: clamp(40px, 7vw, 100px); }.install-art { min-height: 370px; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #f5f8fc; }.install-art img { width: 100%; height: 100%; min-height: 370px; display: block; object-fit: cover; object-position: 36% 50%; }.install-copy { max-width: 480px; }.install-copy > p:not(.eyebrow):not(.form-note) { margin-bottom: 28px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }

.community-section { background: var(--surface); }.community-heading { max-width: none; display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 16px; }.sample-notice { max-width: 690px; margin: 0 auto 30px 0; padding: 12px 14px; border-left: 3px solid var(--amber); color: #7c5b13; background: #fffbeb; font-size: 13px; }.review-grid { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }.review-card { min-height: 210px; padding: 23px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }.review-meta { display: flex; align-items: center; gap: 10px; }.review-meta > span:nth-child(2) { display: flex; flex-direction: column; }.review-meta b { font-size: 14px; }.review-meta small { color: var(--muted); font-size: 11px; }.avatar { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: #1d4ed8; background: #dbeafe; font-size: 11px; font-weight: 800; }.avatar-amber { color: #a16207; background: #fef3c7; }.avatar-rose { color: #be123c; background: #ffe4e6; }.avatar-large { width: 54px; height: 54px; font-size: 16px; }.rating { margin-left: auto; color: #15803d; font-size: 13px; }.rating-low { color: var(--rose); }.review-card > p { margin: 25px 0 0; color: #475569; font-size: 15px; line-height: 1.6; }

.account-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .65fr); align-items: center; gap: clamp(42px, 11vw, 180px); }.account-copy { max-width: 670px; }.account-copy > p:not(.eyebrow) { margin-bottom: 28px; color: var(--muted); font-size: 17px; line-height: 1.65; }.profile-card { min-height: 310px; padding: 28px; border: 1px solid #bdd2ff; border-radius: 8px; background: #f7faff; box-shadow: 16px 16px 0 #e8f0ff; }.profile-top { display: flex; align-items: start; justify-content: space-between; }.profile-status { padding: 5px 8px; border: 1px solid #bfd3ff; border-radius: 4px; color: #1d4ed8; font-size: 11px; font-weight: 700; }.profile-card h3 { margin: 17px 0 2px; font-size: 24px; }.profile-plan { margin: 0 0 25px; color: var(--blue); font-size: 13px; font-weight: 740; }.milestone-row { display: flex; align-items: baseline; gap: 9px; padding: 14px 0; border-top: 1px solid #d6e5ff; border-bottom: 1px solid #d6e5ff; }.milestone-row span { font-size: 26px; font-weight: 800; }.milestone-row small { color: var(--muted); font-size: 12px; }.badge-row { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }.badge { padding: 5px 8px; border: 1px solid #cbd5e1; border-radius: 4px; color: #475569; background: var(--white); font-size: 11px; font-weight: 720; }.badge-blue { border-color: #bfd3ff; color: #1d4ed8; background: #eff6ff; }

.updates-section { background: var(--surface); }.text-link { color: var(--blue); font-size: 14px; font-weight: 740; }.text-link:hover { text-decoration: underline; }.update-list { max-width: 1240px; margin: 0 auto; border-top: 1px solid var(--line); }.update-list article { display: grid; grid-template-columns: 100px 1fr; gap: 26px; padding: 25px 0; border-bottom: 1px solid var(--line); }.update-list article > span { color: var(--blue); font-size: 13px; font-weight: 800; }.update-list h3 { margin: 0 0 7px; }.update-list p { margin: 0; color: var(--muted); font-size: 14px; }

.site-footer { padding: 44px clamp(20px, 8vw, 140px) 26px; color: #c2cfdf; background: var(--navy); }.site-footer .brand { color: var(--white); }.footer-top { max-width: 1240px; margin: 0 auto 35px; display: flex; align-items: center; gap: 18px; }.footer-top > p { margin: 0; color: #92a4c0; font-size: 14px; }.footer-mail { margin-left: auto; color: #c2cfdf; font-size: 14px; }.footer-mail:hover { color: #fff; }.footer-bottom { max-width: 1240px; margin: 0 auto; padding-top: 20px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid #2b3a54; }.footer-bottom > p { margin: 0; font-size: 12px; }.footer-links { display: flex; gap: 17px; }.footer-links button, .footer-links a { padding: 0; border: 0; color: #c2cfdf; background: transparent; font-size: 12px; }.footer-links a:hover { color: #fff; }.admin-preview-link { opacity: .6; }

.modal { width: min(520px, calc(100vw - 32px)); padding: 0; border: 0; border-radius: 8px; color: var(--ink); background: transparent; box-shadow: 0 28px 72px rgba(15, 23, 42, .24); }.modal::backdrop { background: rgba(15, 23, 42, .62); backdrop-filter: blur(3px); }.modal-content { padding: 32px; position: relative; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }.modal-content h2 { margin-bottom: 14px; font-size: 30px; }.modal-content > p:not(.eyebrow):not(.form-note) { color: var(--muted); line-height: 1.6; }.modal-content label { display: block; margin: 22px 0 7px; color: #334155; font-size: 13px; font-weight: 720; }.modal-content input { width: 100%; height: 43px; padding: 0 11px; outline: none; border: 1px solid #bdcbe0; border-radius: 5px; color: var(--ink); background: var(--white); }.modal-content input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(37,99,235,.12); }.modal-close { width: 32px; height: 32px; padding: 0; position: absolute; top: 12px; right: 12px; border: 0; border-radius: 4px; color: #64748b; background: transparent; font-size: 24px; line-height: 1; }.modal-close:hover { color: var(--blue); background: #eff6ff; }.legal-modal .modal-content { max-height: min(610px, calc(100vh - 38px)); overflow: auto; }

.admin-panel { width: min(1240px, calc(100% - 40px)); margin: 0 auto 70px; padding: 34px; border: 1px solid var(--line); border-radius: 8px; background: #f8fafc; }.admin-header { display: flex; align-items: start; justify-content: space-between; gap: 20px; }.admin-header h2 { margin: 0; font-size: 32px; }.admin-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 28px 0; }.admin-stats article { padding: 18px; border: 1px solid var(--line); border-radius: 6px; background: var(--white); }.admin-stats small, .admin-stats span { display: block; color: var(--muted); font-size: 12px; }.admin-stats strong { display: block; margin: 7px 0; color: var(--navy); font-size: 25px; }.admin-table-wrap { overflow: auto; border: 1px solid var(--line); border-radius: 6px; background: var(--white); }.admin-table-wrap table { width: 100%; border-collapse: collapse; min-width: 680px; text-align: left; }.admin-table-wrap th, .admin-table-wrap td { padding: 14px 16px; border-bottom: 1px solid #e7edf5; font-size: 13px; }.admin-table-wrap th { color: #64748b; font-size: 11px; text-transform: uppercase; letter-spacing: .6px; }.admin-table-wrap tr:last-child td { border-bottom: 0; }.trust { padding: 4px 6px; border-radius: 4px; font-size: 11px; font-weight: 800; }.trust-good { color: #166534; background: #dcfce7; }.trust-watch { color: #a16207; background: #fef3c7; }.trust-alert { color: #be123c; background: #ffe4e6; }.table-action { padding: 5px 8px; border: 1px solid #bfd3ff; border-radius: 4px; color: #1d4ed8; background: #eff6ff; font-size: 12px; font-weight: 700; }.admin-note { margin: 17px 0 0; color: var(--muted); font-size: 12px; }

.subpage-main { min-height: calc(100vh - 72px); }.subpage-hero { width: 100%; padding: clamp(70px, 10vw, 142px) clamp(20px, 8vw, 140px); color: var(--white); background: var(--navy); }.subpage-hero h1 { max-width: 820px; font-size: clamp(44px, 7vw, 80px); }.subpage-hero > p:not(.eyebrow) { max-width: 680px; margin: 22px 0 0; color: #c6d4eb; font-size: 18px; line-height: 1.65; }.subpage-hero .eyebrow { color: #91b6ff; }.community-roadmap { padding: 72px clamp(20px, 8vw, 140px); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }.community-roadmap article, .prelaunch-card, .admin-empty-state { padding: 30px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }.community-roadmap h2, .prelaunch-card h2, .admin-empty-state h2 { font-size: 28px; }.community-roadmap p, .prelaunch-card p, .admin-empty-state p { margin: 0; color: var(--muted); line-height: 1.65; }.prelaunch-card, .admin-empty-state { margin: 0 clamp(20px, 8vw, 140px) 96px; max-width: 900px; background: var(--surface); }.compact-subpage-hero { min-height: 470px; }.admin-access-note { max-width: 500px; display: grid; gap: 3px; margin-top: 28px; padding: 14px; border: 1px solid rgba(145, 182, 255, .45); border-radius: 7px; color: #e7efff; background: rgba(255,255,255,.06); }.admin-access-note span { color: #a9c7ff; font-weight: 700; }.admin-access-note small { color: #bdcbe3; font-size: 12px; }

.faq-layout { padding: 72px clamp(20px, 8vw, 140px); display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 34px; background: var(--surface); }
.faq-toc { position: sticky; top: 96px; align-self: start; display: grid; gap: 7px; padding: 16px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.faq-toc a { padding: 8px 10px; border-radius: 6px; color: #475569; font-size: 13px; font-weight: 720; }
.faq-toc a:hover { color: var(--blue); background: var(--blue-pale); }
.faq-content { display: grid; gap: 22px; }
.faq-content section { padding: 26px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.faq-content h2 { margin-bottom: 14px; color: var(--navy); font-size: 30px; }
.faq-content details { border-top: 1px solid #e7edf5; }
.faq-content details:first-of-type { border-top: 0; }
.faq-content summary { cursor: pointer; padding: 15px 0; color: var(--ink); font-weight: 780; }
.faq-content details[open] summary { color: var(--blue); }
.faq-content p { max-width: 820px; margin: 0 0 13px; color: var(--muted); line-height: 1.7; }
.faq-content code { padding: 2px 5px; border-radius: 4px; color: #1d4ed8; background: #eaf2ff; font-size: .94em; }
.faq-content a { color: var(--blue); font-weight: 720; }

@media (max-width: 1060px) {
  .main-nav { display: none; }.hero-grid { grid-template-columns: 1fr; }.hero { min-height: auto; }.composer-visual { max-width: 680px; transform: none; }.pricing-grid { grid-template-columns: repeat(2, 1fr); }.feature-grid { grid-template-columns: repeat(2, 1fr); }.install-section, .account-section { grid-template-columns: 1fr; }.install-copy { max-width: 680px; }.admin-stats { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 700px) {
  .site-header { min-height: 62px; padding: 0 16px; gap: 10px; }.brand { font-size: 19px; }.brand-mark { width: 29px; height: 29px; }.header-actions { margin-left: auto; gap: 8px; }.text-button { display: none; }.header-actions .button { min-height: 34px; padding: 7px 9px; font-size: 12px; }.language-switch { display: none; }.section { padding: 72px 20px; }.hero { padding: 58px 20px 65px; }.hero-grid { gap: 38px; }.hero-lead { font-size: 16px; }.composer-visual { min-height: 335px; }.composer-body { grid-template-columns: 112px 1fr; }.composer-sidebar { padding: 12px 8px; }.composer-tabs span { max-width: 165px; }.mail-preview { padding: 12px; }.pricing-grid, .feature-grid, .review-grid { grid-template-columns: 1fr; }.compact-heading, .community-heading, .footer-top, .footer-bottom { align-items: start; flex-direction: column; }.section-heading { margin-bottom: 35px; }.feature-item { min-height: 195px; }.feature-number { margin-bottom: 34px; }.workflow-section { grid-template-columns: 1fr; gap: 28px; }.install-art { min-height: 240px; }.install-art img { min-height: 240px; }.profile-card { box-shadow: 9px 9px 0 #e8f0ff; }.footer-mail { margin-left: 0; }.footer-links { flex-wrap: wrap; }.admin-panel { width: calc(100% - 24px); padding: 20px; }.admin-stats { grid-template-columns: 1fr 1fr; }.admin-header h2 { font-size: 28px; }
  .community-roadmap { grid-template-columns: 1fr; padding: 48px 20px; }.prelaunch-card, .admin-empty-state { margin: 0 20px 64px; }.subpage-hero { padding: 66px 20px; }
  .faq-layout { grid-template-columns: 1fr; padding: 48px 20px; }
  .faq-toc { position: static; }
}
