:root {
  color-scheme: light dark;
  --ink: #132b45;
  --ink-deep: #0e1b2a;
  --green: #087d56;
  --green-strong: #066a49;
  --green-surface: #087d56;
  --green-surface-hover: #066a49;
  --on-green: #ffffff;
  --slate: #4a6076;
  --grid: #c6d2de;
  --grid-light: #e6ecf3;
  --paper: #ffffff;
  --soft: #f4f7fa;
  --surface: #ffffff;
  --text: #132b45;
  --muted: #586d81;
  --border: #d7e0e8;
  --shadow: 0 24px 70px rgba(19, 43, 69, .12);
  --radius: 18px;
  --radius-small: 10px;
  --shell: 1180px;
  --header: 82px;
}

@media (prefers-color-scheme: dark) {
  :root {
    --paper: #0b1520;
    --soft: #101d2a;
    --surface: #132030;
    --text: #e7eef6;
    --muted: #9fb2c6;
    --border: #2b4054;
    --ink: #e7eef6;
    --ink-deep: #f4f8fb;
    --green: #2fbf87;
    --green-strong: #45cf99;
    --green-surface: #2fbf87;
    --green-surface-hover: #45cf99;
    --on-green: #0e1b2a;
    --grid-light: #26394b;
    --shadow: 0 24px 70px rgba(0, 0, 0, .32);
  }
}

html[data-theme="light"] {
  color-scheme: light;
  --paper: #ffffff; --soft: #f4f7fa; --surface: #ffffff; --text: #132b45; --muted: #586d81; --border: #d7e0e8; --ink: #132b45; --ink-deep: #0e1b2a; --green: #087d56; --green-strong: #066a49; --green-surface: #087d56; --green-surface-hover: #066a49; --on-green: #ffffff; --grid-light: #e6ecf3; --shadow: 0 24px 70px rgba(19, 43, 69, .12);
}

html[data-theme="dark"] {
  color-scheme: dark;
  --paper: #0b1520; --soft: #101d2a; --surface: #132030; --text: #e7eef6; --muted: #9fb2c6; --border: #2b4054; --ink: #e7eef6; --ink-deep: #f4f8fb; --green: #2fbf87; --green-strong: #45cf99; --green-surface: #2fbf87; --green-surface-hover: #45cf99; --on-green: #0e1b2a; --grid-light: #26394b; --shadow: 0 24px 70px rgba(0, 0, 0, .32);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--text); font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: 17px; line-height: 1.65; text-rendering: optimizeLegibility; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration-color: color-mix(in srgb, var(--green) 65%, transparent); text-underline-offset: .2em; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3 { color: var(--ink-deep); line-height: 1.08; letter-spacing: -.035em; margin: 0 0 .7em; hyphens: auto; -webkit-hyphens: auto; overflow-wrap: normal; }
h1 { font-size: clamp(3.1rem, 7vw, 6.8rem); font-weight: 720; }
h2 { font-size: clamp(2.25rem, 4vw, 4.1rem); font-weight: 700; }
h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); }
p { margin: 0 0 1.25em; }
.shell { width: min(var(--shell), calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 840px; }
.article-shell { max-width: 800px; }
.section { padding: clamp(78px, 10vw, 140px) 0; }
.lead { font-size: clamp(1.17rem, 2vw, 1.45rem); line-height: 1.65; color: var(--muted); }
.eyebrow { display: inline-block; color: var(--green); font-size: .77rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 20px; }
.section-index { display: block; color: var(--green); font-size: .76rem; font-weight: 850; letter-spacing: .14em; margin-bottom: 18px; }
.microcopy { color: var(--muted); font-size: .82rem; line-height: 1.5; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -80px; background: var(--ink-deep); color: var(--paper); padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 100; height: var(--header); border-bottom: 0; background: color-mix(in srgb, var(--paper) 90%, transparent); backdrop-filter: blur(18px); box-shadow: 0 10px 30px color-mix(in srgb, var(--ink-deep) 8%, transparent); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; text-decoration: none; }
.brand img { display: block; width: 224px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 27px; margin-left: auto; font-size: .91rem; font-weight: 650; }
.site-nav > a { white-space: nowrap; }
.site-nav > a:not(.button) { text-decoration: none; color: var(--muted); transition: color .2s; }
.site-nav > a:not(.button):hover { color: var(--green); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.nav-toggle { display: none; border: 1px solid var(--border); border-radius: 8px; background: var(--surface); color: var(--text); padding: 8px 12px; }
.theme-toggle { width: 38px; height: 38px; border: 1px solid var(--border); border-radius: 50%; background: var(--surface); color: var(--text); cursor: pointer; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 25px; border: 0; border-radius: 9px; background: var(--green-surface); color: var(--on-green); font-weight: 800; text-decoration: none; cursor: pointer; box-shadow: 0 7px 16px color-mix(in srgb, var(--green) 16%, transparent); transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); background: var(--green-surface-hover); color: var(--on-green); box-shadow: 0 9px 20px color-mix(in srgb, var(--green) 20%, transparent); }
.button-small { min-height: 42px; padding: 0 18px; font-size: .86rem; }
.button-light { color: #0e1b2a; background: #fff; box-shadow: none; }
.button-light:hover { background: #e7eef6; color: #0e1b2a; }
.text-link, .card-link { color: var(--green); font-weight: 800; text-decoration: none; }
.text-link:hover, .card-link:hover { text-decoration: underline; }

.hero { min-height: 0; display: block; overflow: hidden; padding: clamp(58px, 6vw, 88px) 0 0; background: radial-gradient(circle at 85% 15%, color-mix(in srgb, var(--green) 12%, transparent), transparent 32%); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(48px, 8vw, 110px); }
.hero h1 { max-width: 780px; font-size: clamp(3rem, 4.5vw, 4.35rem); text-wrap: balance; }
.hero-text { max-width: 680px; font-size: clamp(1.18rem, 1.8vw, 1.45rem); color: var(--muted); }
.hero-actions { display: flex; align-items: center; gap: 25px; margin: 34px 0 18px; flex-wrap: wrap; }
.product-stage { position: relative; border: 1px solid var(--border); border-radius: 20px; background: var(--surface); box-shadow: var(--shadow); transform: rotate(1.1deg); overflow: hidden; }
.window-bar { height: 49px; display: flex; align-items: center; gap: 7px; padding: 0 16px; border-bottom: 1px solid var(--border); background: var(--soft); font-size: .72rem; color: var(--muted); }
.window-bar span { width: 9px; height: 9px; border-radius: 50%; background: var(--border); }
.window-bar span:nth-child(3) { background: var(--green); }
.window-bar strong { margin-left: auto; margin-right: auto; font-weight: 700; }
.product-content { padding: clamp(20px, 4vw, 38px); }
.excel-sheet { border: 1px solid var(--border); border-radius: 8px; overflow: hidden; font-size: .72rem; }
.sheet-row { display: grid; grid-template-columns: .5fr 1.7fr .85fr 1fr; }
.sheet-row span { min-height: 39px; display: flex; align-items: center; padding: 8px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.sheet-row span:last-child { border-right: 0; justify-content: flex-end; }
.excel-sheet .sheet-head { background: #0e1b2a; color: #fff; font-weight: 750; }
.sheet-row.active { background: color-mix(in srgb, var(--green) 12%, var(--surface)); box-shadow: inset 3px 0 var(--green); }
.conversion-line { display: flex; align-items: center; gap: 12px; color: var(--green); font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; margin: 24px 0; }
.conversion-line span { height: 1px; background: var(--border); flex: 1; }
.result-card { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; padding: 16px; border: 1px solid var(--border); border-radius: 10px; background: var(--soft); }
.file-icon { width: 44px; height: 50px; border: 2px solid var(--ink); border-radius: 5px; font-size: .63rem; font-weight: 850; display: grid; place-content: center; }
.file-icon span { display: block; color: var(--green); font-size: .54rem; }
.result-card b, .result-card small { display: block; }
.result-card small { color: var(--muted); }
.check { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--green-surface); color: var(--on-green); font-weight: 900; }
.local-badge { position: absolute; right: 20px; bottom: 18px; padding: 10px 14px; border-radius: 999px; background: #0e1b2a; color: #fff; border: 1px solid #2b4054; font-size: .72rem; font-weight: 700; box-shadow: 0 10px 24px rgba(0,0,0,.18); }
.local-badge span { color: #45cf99; }
.trust-strip { border-block: 1px solid var(--border); background: var(--soft); }
.hero .trust-strip { width: 100%; margin-top: clamp(34px, 4vw, 54px); }
.trust-items { min-height: 66px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; gap: 20px; color: var(--muted); font-size: .82rem; font-weight: 750; text-align: center; }

.intro-section { text-align: center; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 48px; }
.section-heading h2 { max-width: 790px; margin-bottom: 0; }
.section-heading > p { max-width: 390px; color: var(--muted); margin-bottom: 8px; }
.feature-section { background: var(--soft); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--border); border-left: 1px solid var(--border); }
.feature-card { min-height: 290px; padding: 34px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--surface); transition: transform .2s, background .2s; }
.feature-card:hover { transform: translateY(-4px); background: color-mix(in srgb, var(--green) 5%, var(--surface)); }
.feature-card p { color: var(--muted); font-size: .94rem; }
.feature-number { display: block; color: var(--green); font-size: .76rem; font-weight: 850; margin-bottom: 60px; }
.workflow { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--border); }
.workflow li { display: grid; grid-template-columns: 110px 1fr; gap: 40px; padding: 42px 0; border-bottom: 1px solid var(--border); }
.workflow li > span { font-size: 3.1rem; line-height: 1; color: var(--green); font-weight: 300; text-align: center; }
.workflow h3 { font-size: 1.7rem; margin-bottom: .35em; }
.workflow p { max-width: none; color: var(--muted); margin: 0; }
.workflow-guide { display: inline-block; margin-top: 28px; }

@media (min-width: 1101px) {
  .workflow p { white-space: nowrap; }
}
.privacy-section { background: #0e1b2a; color: #dbe6f0; }
.privacy-section h2 { color: #fff; }
.privacy-section .lead { color: #b8c8d6; }
.privacy-section .text-link { color: #45cf99; }
.split-panel { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(55px, 9vw, 130px); }
.privacy-visual { min-height: 320px; border-radius: 22px; background: linear-gradient(145deg, #18334e, #0d2032); border: 1px solid #365169; display: flex; align-items: center; justify-content: center; gap: 30px; box-shadow: 0 24px 52px rgba(0,0,0,.22); }
.shield { display: grid; place-items: center; width: 108px; height: 108px; flex: 0 0 108px; border-radius: 50%; color: var(--on-green); background: var(--green-surface); font-size: 2rem; font-weight: 900; }
.privacy-visual span, .privacy-visual b { display: block; }
.privacy-visual span { color: #b8c8d6; font-size: 1rem; line-height: 1.4; margin-bottom: 5px; }
.privacy-visual b { font-size: 1.3rem; line-height: 1.3; }
.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(50px, 9vw, 130px); }
.story-word { display: grid; gap: 7px; font-size: clamp(2.2rem, 5vw, 5rem); color: var(--ink-deep); font-weight: 740; letter-spacing: -.06em; }
.story-word i { color: var(--green); font-style: normal; font-weight: 300; }
.story-grid > div:last-child > :last-child { margin-bottom: 0; }
.blog-teaser { background: var(--soft); }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.post-card { display: flex; flex-direction: column; min-height: 380px; padding: 30px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-small); }
.post-card h3 { margin-top: 32px; }
.post-card h3 a { text-decoration: none; }
.post-card p { color: var(--muted); font-size: .92rem; }
.post-card .card-link { margin-top: auto; }
.post-kicker { color: var(--green); font-size: .72rem; font-weight: 800; letter-spacing: .08em; }
.cta-panel { display: flex; justify-content: space-between; align-items: center; gap: 50px; padding: clamp(40px, 7vw, 78px); border-radius: 24px; background: var(--green-surface); color: var(--on-green); }
.cta-panel h2 { color: var(--on-green); max-width: 720px; }
.cta-panel p { max-width: 760px; margin-bottom: 0; color: var(--on-green); }
.cta-panel .eyebrow { color: var(--on-green); }

.page-hero { padding: clamp(85px, 12vw, 160px) 0 80px; border-bottom: 0; background: radial-gradient(circle at 78% 15%, color-mix(in srgb, var(--green) 10%, transparent), transparent 28%), linear-gradient(180deg, color-mix(in srgb, var(--soft) 76%, var(--paper)), var(--paper)); }
.page-hero.compact { padding: 78px 0 64px; }
.page-hero h1 { max-width: 1000px; font-size: clamp(2.8rem, 6vw, 5.9rem); }
.page-hero .lead { max-width: 820px; }
.form-section { background: var(--soft); }
.form-layout { display: grid; grid-template-columns: 320px 1fr; align-items: start; gap: clamp(40px, 8vw, 100px); }
.form-layout aside { position: sticky; top: 120px; }
.form-layout aside h2 { font-size: 1.8rem; }
.check-list { list-style: none; padding: 0; margin: 25px 0; }
.check-list li { position: relative; padding: 12px 0 12px 30px; border-bottom: 1px solid var(--border); color: var(--muted); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.tester-form, .login-card { background: var(--surface); border: 1px solid var(--border); border-radius: 16px; padding: clamp(26px, 5vw, 52px); box-shadow: var(--shadow); }
.tester-form > .button + .microcopy { margin-top: 14px; }
fieldset { border: 0; padding: 0; margin: 0 0 42px; }
legend { width: 100%; margin-bottom: 22px; padding-bottom: 10px; border-bottom: 1px solid var(--border); font-size: 1.25rem; font-weight: 800; color: var(--ink-deep); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label { display: grid; gap: 7px; color: var(--muted); font-size: .84rem; font-weight: 750; }
.span-2 { grid-column: span 2; }
input, select, textarea { width: 100%; border: 1px solid var(--border); border-radius: 8px; padding: 12px 13px; background: var(--paper); color: var(--text); outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px color-mix(in srgb, var(--green) 18%, transparent); }
textarea { resize: vertical; }
.consents { display: grid; gap: 15px; margin: 0 0 28px; }
.checkbox { display: flex; align-items: flex-start; gap: 12px; font-weight: 500; }
.checkbox input { width: 19px; height: 19px; margin-top: 3px; accent-color: var(--green); flex: 0 0 auto; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.success-page { min-height: 70vh; display: grid; align-items: center; text-align: center; }
.success-page .narrow { display: grid; justify-items: center; }
.success-mark { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 50%; background: var(--green-surface); color: var(--on-green); font-size: 1.7rem; margin-bottom: 25px; }

.post-list { display: grid; }
.blog-body { padding-top: 44px; padding-bottom: 110px; }
.blog-body .post-row:first-child { padding-top: 32px; }
.post-row { display: grid; grid-template-columns: 1fr; gap: 14px; padding: 48px 0; border-bottom: 1px solid var(--border); }
.post-row time { color: var(--green); font-weight: 800; }
.post-row h2 { font-size: clamp(1.8rem, 3vw, 2.7rem); }
.post-row h2 a { text-decoration: none; }
.post-row p { max-width: 760px; color: var(--muted); }
.article-header { padding: clamp(80px, 10vw, 140px) 0 65px; border-bottom: 0; background: radial-gradient(circle at 78% 15%, color-mix(in srgb, var(--green) 9%, transparent), transparent 28%), linear-gradient(180deg, color-mix(in srgb, var(--soft) 76%, var(--paper)), var(--paper)); }
.article-header h1 { font-size: clamp(2.7rem, 6vw, 5.7rem); margin-top: 24px; }
.back-link { display: block; width: max-content; color: var(--muted); text-decoration: none; margin-bottom: 45px; font-size: .86rem; font-weight: 700; }
.article-meta { display: flex; gap: 24px; flex-wrap: wrap; color: var(--muted); font-size: .8rem; }
.article-body { padding-top: 70px; padding-bottom: 110px; }
.legal-body { padding-top: 44px; padding-bottom: 110px; }
.legal-body > h2:first-child { margin-top: 0; }
.article-body h2, .legal-body h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); margin-top: 2.1em; }
.article-body h3, .legal-body h3 { margin-top: 2em; }
.article-body p, .article-body li, .legal-body p, .legal-body li { color: var(--muted); }
.article-body .lead, .legal-body .lead { color: var(--text); font-size: 1.28rem; }
.article-body li, .legal-body li { margin-bottom: .7em; }
.source-box { margin: 50px 0; padding: 26px; border-left: 4px solid var(--green); background: var(--soft); border-radius: 0 10px 10px 0; }
.source-box p { margin: 8px 0 0; }
.comparison { overflow-x: auto; margin: 40px 0; }
.comparison table { min-width: 650px; width: 100%; border-collapse: collapse; }
.comparison th, .comparison td { padding: 16px; border: 1px solid var(--border); text-align: left; vertical-align: top; }
.comparison th { background: #0e1b2a; color: #fff; }
.faq { margin-top: 80px; padding-top: 55px; border-top: 1px solid var(--border); }
.faq details { border-bottom: 1px solid var(--border); }
.faq summary { cursor: pointer; list-style: none; padding: 23px 44px 23px 0; font-weight: 800; color: var(--ink-deep); position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; color: var(--green); font-size: 1.5rem; font-weight: 400; }
.faq details[open] summary::after { content: "−"; }
.faq details p { padding: 0 30px 22px 0; }
.article-cta { margin-top: 80px; padding: 40px; background: #0e1b2a; color: #dbe6f0; border-radius: 16px; }
.article-cta h2 { margin-top: 0; color: #fff; }
.article-cta p { color: #dbe6f0; }

.notice { margin-top: 18px; padding: 14px 18px; border-radius: 8px; border: 1px solid var(--border); background: var(--soft); font-size: .9rem; overflow-wrap: anywhere; }
.notice-success { border-color: var(--green); }
.notice-error { border-color: #c2413a; background: color-mix(in srgb, #c2413a 8%, var(--surface)); }
.notice-warning { border-color: #d9992f; background: color-mix(in srgb, #d9992f 8%, var(--surface)); }
.site-footer { padding: 48px 0; border-top: 1px solid var(--border); background: var(--soft); font-size: .78rem; color: var(--muted); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; }
.footer-grid > div:first-child { display: flex; align-items: center; gap: 15px; }
.footer-grid p { margin: 0; }
.footer-grid nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 20px; }
.footer-grid nav a { text-decoration: none; }
.footer-contact { display: grid; justify-items: end; }

.admin-body { background: var(--soft); font-size: 15px; }
.login-wrap { min-height: 100vh; display: grid; place-items: center; padding: 20px; }
.login-card { width: min(430px, 100%); display: grid; gap: 20px; }
.login-card h1 { font-size: 2rem; margin: 0; }
.admin-header { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 12px 30px; border-bottom: 1px solid var(--border); background: var(--surface); position: sticky; top: 0; z-index: 30; }
.admin-header nav { display: flex; flex-wrap: wrap; gap: 20px; }
.admin-header a { text-decoration: none; font-weight: 700; }
.admin-header nav a[aria-current="page"] { color: var(--green); }
.admin-main { width: min(1460px, calc(100% - 40px)); margin: 40px auto 100px; }
.admin-title { display: flex; align-items: end; justify-content: space-between; margin-bottom: 30px; }
.admin-title h1 { font-size: 3rem; margin: 0; }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-bottom: 30px; }
.stat-grid div { display: grid; gap: 5px; padding: 24px; background: var(--surface); border: 1px solid var(--border); border-radius: 10px; }
.stat-grid strong { font-size: 2.3rem; color: var(--green); }
.stat-grid span { color: var(--muted); }
.admin-panel { scroll-margin-top: 95px; background: var(--surface); border: 1px solid var(--border); border-radius: 12px; padding: 26px; margin: 22px 0; }
.admin-panel h2 { font-size: 1.65rem; margin-bottom: 22px; }
.admin-panel h3 { margin-top: 36px; }
.admin-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.admin-panel-head h2 { margin-bottom: 0; }
.admin-dashboard-grid { display: grid; grid-template-columns: minmax(0, 2fr) minmax(280px, .75fr); gap: 22px; align-items: start; }
.admin-dashboard-side { display: grid; gap: 22px; }
.admin-dashboard-side .admin-panel { margin: 0; }
.admin-mini-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 20px 0; }
.admin-mini-stats div { display: grid; gap: 3px; padding: 14px; border: 1px solid var(--border); border-radius: 8px; background: var(--soft); }
.admin-mini-stats strong { color: var(--green); font-size: 1.5rem; }
.admin-mini-stats span { color: var(--muted); font-size: .76rem; }
.admin-release { display: grid; gap: 4px; }
.admin-release strong { color: var(--green); font-size: 2rem; }
.admin-release span { color: var(--muted); }
.admin-table-wrap { overflow-x: auto; }
.admin-table { width: 100%; border-collapse: collapse; min-width: 900px; }
.admin-table th, .admin-table td { padding: 12px 10px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--border); }
.admin-table th { color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .06em; }
.admin-long { max-width: 310px; }
.status { display: inline-flex; padding: 4px 8px; border-radius: 999px; background: var(--soft); font-size: .72rem; font-weight: 800; }
.status-active, .status-approved { color: var(--green); }
.status-revoked, .status-rejected { color: #c2413a; }
.status-pending { color: #b4740e; }
.inline-actions { display: flex; gap: 7px; flex-wrap: wrap; }
.mini-button { border: 0; border-radius: 7px; padding: 8px 11px; background: var(--green-surface); color: var(--on-green); font-weight: 750; cursor: pointer; }
.mini-button.danger { background: #c2413a; }
.admin-editor { border-top: 1px solid var(--border); }
.admin-editor summary { padding: 16px 4px; cursor: pointer; font-weight: 750; }
.admin-form { display: grid; gap: 15px; padding: 20px 0 28px; }
.row-form { grid-template-columns: 1fr 2fr; align-items: end; }
.code-area { font-family: Consolas, monospace; font-size: .82rem; line-height: 1.5; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  h1 { font-size: clamp(3rem, 10vw, 5rem); }
  .hero h1 { font-size: clamp(2.9rem, 7vw, 3.7rem); }
  .hero-grid, .split-panel, .story-grid, .form-layout { grid-template-columns: 1fr; }
  .product-stage { max-width: 620px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .post-grid { grid-template-columns: 1fr; }
  .post-card { min-height: 280px; }
  .form-layout aside { position: static; }
  .trust-items { grid-template-columns: repeat(2, 1fr); padding: 20px 0; }
  .section-heading { align-items: start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-grid > div:first-child { justify-content: center; flex-direction: column; text-align: center; gap: 10px; }
  .footer-contact { justify-items: center; }
  .stat-grid { grid-template-columns: repeat(2, 1fr); }
  .admin-dashboard-grid { grid-template-columns: 1fr; }
  .brand img { width: 205px; }
  .nav-wrap { gap: 14px; }
  .nav-toggle { display: block; }
  .site-nav { display: none; position: absolute; left: 14px; right: 14px; top: calc(var(--header) + 4px); margin-left: 0; padding: 18px; border: 1px solid var(--border); border-radius: 12px; background: var(--surface); box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .site-nav.is-open { display: flex; }
  .site-nav > a { white-space: nowrap; }
}

@media (max-width: 760px) {
  :root { --header: 70px; }
  body { font-size: 16px; }
  .shell { width: min(100% - 28px, var(--shell)); }
  .section { padding: 76px 0; }
  .brand img { width: 185px; }
  .hero { min-height: auto; padding-top: 70px; }
  .hero-grid { gap: 60px; }
  .local-badge { position: static; border-radius: 0; text-align: center; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 250px; }
  .feature-number { margin-bottom: 35px; }
  .workflow li { grid-template-columns: 55px 1fr; gap: 20px; }
  .privacy-visual { min-height: 240px; flex-direction: column; text-align: center; }
  .story-word { margin-bottom: 10px; }
  .cta-panel { align-items: flex-start; flex-direction: column; }
  .page-hero { padding-top: 70px; }
  .field-grid { grid-template-columns: 1fr; }
  .span-2 { grid-column: auto; }
  .post-row { grid-template-columns: 1fr; gap: 14px; }
  .article-body, .legal-body { padding-top: 45px; }
  .footer-grid nav { flex-direction: column; }
  .admin-header { align-items: flex-start; flex-direction: column; position: static; }
  .admin-header nav { gap: 12px; }
  .admin-title { align-items: flex-start; flex-direction: column; gap: 15px; }
  .stat-grid { grid-template-columns: 1fr 1fr; }
  .admin-panel-head { align-items: flex-start; flex-direction: column; }
  .admin-mini-stats { grid-template-columns: 1fr; }
  .row-form { grid-template-columns: 1fr; }
}

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