/* 365PocketAI website design system */
:root {
  --primary: #1768ac;
  --primary-strong: #0d4f89;
  --primary-dark: #082f55;
  --primary-soft: #eaf4ff;
  --primary-soft-2: #f5f9ff;
  --cyan: #3eb8e5;
  --violet: #7b75dc;
  --ink: #102a43;
  --ink-2: #334e68;
  --muted: #6c8095;
  --line: #dce8f3;
  --white: #fff;
  --radius-sm: 12px;
  --radius: 18px;
  --radius-lg: 28px;
  --shadow-sm: 0 8px 24px rgba(19, 79, 127, .08);
  --shadow: 0 20px 60px rgba(19, 79, 127, .13);
  --font: "Segoe UI", "Microsoft YaHei UI", "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, sans-serif;
  --maxw: 1180px;
}

* { box-sizing: border-box; }
html [hidden] { display: none !important; }
html { scroll-behavior: smooth; }
html, body { margin: 0; min-width: 320px; }
body {
  color: var(--ink);
  background: #fff;
  font-family: var(--font);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
.container { width: min(100%, var(--maxw)); margin: 0 auto; padding: 0 26px; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.18; letter-spacing: -.025em; }
.h-hero { margin: 0 0 24px; font-size: clamp(42px, 5vw, 62px); font-weight: 760; }
.h-2 { margin: 0 0 18px; font-size: clamp(30px, 4vw, 46px); font-weight: 740; }
.lead { color: var(--muted); font-size: clamp(16px, 1.7vw, 19px); line-height: 1.75; }
.kicker { display: block; margin-bottom: 12px; color: var(--primary); font-size: 13px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.kicker.light { color: #bde2ff; }
.accent { color: var(--primary); }
.section { padding: 96px 0; }
.section.soft { background: linear-gradient(180deg, #f7fbff, #eef6ff); }
.section-head { max-width: 760px; margin: 0 auto 50px; text-align: center; }
.section-head .lead { margin-bottom: 0; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 11px 20px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--primary), #247fc8); box-shadow: 0 12px 30px rgba(23, 104, 172, .24); }
.btn-primary:hover { background: linear-gradient(135deg, var(--primary-strong), var(--primary)); box-shadow: 0 16px 34px rgba(23, 104, 172, .30); }
.btn-ghost { color: var(--primary-strong); background: rgba(255,255,255,.92); border-color: var(--line); }
.btn-ghost:hover { border-color: #a8c9e7; box-shadow: var(--shadow-sm); }
.btn-large { min-height: 52px; padding: 14px 24px; border-radius: 14px; font-size: 15px; }
.btn-white { color: var(--primary-strong); background: #fff; box-shadow: 0 12px 30px rgba(0,0,0,.16); }
.btn-outline-light { color: #fff; border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.07); }
.btn-outline-light:hover { border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.12); }

.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(213, 228, 242, .88);
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(18px) saturate(1.2);
}
.nav-inner { height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--primary-dark); font-weight: 760; }
.brand img { width: 38px; height: 38px; flex: 0 0 auto; }
.brand .name { font-size: 19px; letter-spacing: -.02em; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links > a:not(.btn) { color: var(--ink-2); font-size: 14px; font-weight: 600; }
.nav-links > a:not(.btn):hover { color: var(--primary); }
.nav-download { min-height: 42px; padding: 10px 18px; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 0;
  background:
    radial-gradient(circle at 9% 15%, rgba(62,184,229,.15), transparent 30%),
    radial-gradient(circle at 88% 10%, rgba(123,117,220,.12), transparent 34%),
    linear-gradient(180deg, #f9fcff 0%, #edf6ff 100%);
}
.hero::before, .hero::after { content: ""; position: absolute; border: 1px solid rgba(23,104,172,.08); border-radius: 50%; pointer-events: none; }
.hero::before { width: 520px; height: 520px; left: -360px; top: 70px; }
.hero::after { width: 660px; height: 660px; right: -480px; top: -250px; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: 48px; }
.hero-copy { min-width: 0; padding-bottom: 68px; }
.hero-copy .lead { max-width: 590px; margin-bottom: 30px; }
.badge { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 20px; padding: 7px 13px; border: 1px solid #cce3f7; border-radius: 999px; color: var(--primary-strong); background: rgba(255,255,255,.8); font-size: 13px; font-weight: 700; }
.badge i { width: 8px; height: 8px; border-radius: 50%; background: #2aa878; box-shadow: 0 0 0 5px rgba(42,168,120,.12); }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; }
.download-meta { margin: 16px 0 0; color: #7a8ea2; font-size: 13px; }
.product-window { min-width: 0; overflow: hidden; align-self: end; border: 1px solid #d2e4f4; border-bottom: 0; border-radius: 24px 24px 0 0; background: #fff; box-shadow: 0 34px 80px rgba(21, 82, 132, .22); transform: perspective(1500px) rotateY(-2deg); transform-origin: bottom center; }
.product-window > img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: top left; }
.window-bar { height: 40px; display: flex; align-items: center; gap: 7px; padding: 0 14px; color: #7790a5; background: #f8fbfe; border-bottom: 1px solid #e3edf6; font-size: 12px; }
.window-bar span { width: 9px; height: 9px; border-radius: 50%; background: #bfd1df; }
.window-bar span:first-child { background: #6fc5e5; }
.window-bar b { margin-left: 7px; font-weight: 650; }
.trust-row { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; padding-top: 0; padding-bottom: 0; border: 1px solid var(--line); border-bottom: 0; border-radius: 18px 18px 0 0; background: rgba(255,255,255,.9); box-shadow: var(--shadow-sm); }
.trust-row span { padding: 18px 20px; color: var(--muted); text-align: center; font-size: 13px; }
.trust-row span + span { border-left: 1px solid var(--line); }
.trust-row b { margin-right: 5px; color: var(--ink); }

.feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.feature-card { min-width: 0; padding: 26px; border: 1px solid #dceaf6; border-radius: var(--radius); background: rgba(255,255,255,.92); box-shadow: 0 6px 20px rgba(28,84,126,.05); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.feature-card:hover { transform: translateY(-4px); border-color: #b7d6ee; box-shadow: var(--shadow-sm); }
.feature-wide { grid-column: span 2; display: flex; align-items: flex-start; gap: 20px; }
.line-icon { width: 48px; height: 48px; flex: 0 0 auto; display: grid; place-items: center; margin-bottom: 18px; border: 1px solid #cbe1f5; border-radius: 14px; color: var(--primary); background: linear-gradient(145deg, #fff, #eaf4ff); }
.feature-wide .line-icon { margin-bottom: 0; }
.line-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.feature-card h3 { margin-bottom: 9px; font-size: 19px; }
.feature-card p { margin-bottom: 0; color: var(--muted); font-size: 14px; }

.showcase-grid { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); align-items: center; gap: 72px; }
.showcase-copy .lead { margin-bottom: 28px; }
.check-list { display: grid; gap: 13px; margin: 0 0 30px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 30px; color: var(--ink-2); }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--primary); font-size: 12px; font-weight: 800; }
.text-link { color: var(--primary); font-weight: 730; }
.text-link span { display: inline-block; margin-left: 5px; transition: transform .18s ease; }
.text-link:hover span { transform: translateX(4px); }
.shot-stack { position: relative; min-height: 500px; }
.app-shot { position: absolute; overflow: hidden; margin: 0; border: 1px solid #d6e5f2; border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
.app-shot img { width: 100%; height: 100%; object-fit: cover; object-position: top left; }
.shot-main { inset: 0 5% 12% 0; }
.shot-float { width: 58%; height: 46%; right: 0; bottom: 0; border: 7px solid #fff; }

.skill-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.skill { min-width: 0; padding: 24px 18px; border: 1px solid #dce9f4; border-radius: 18px; background: #fff; text-align: center; box-shadow: 0 8px 24px rgba(25,82,125,.05); }
.skill-mark { width: 46px; height: 46px; display: grid; place-items: center; margin: 0 auto 14px; border: 1px solid #bcdaf1; border-radius: 14px; color: var(--primary); background: linear-gradient(145deg, #fafdff, #deeeff); font-size: 16px; font-weight: 800; }
.skill:nth-child(3n+2) .skill-mark { color: #635cc5; border-color: #d9d4fa; background: linear-gradient(145deg, #fbfaff, #eeeafd); }
.skill:nth-child(3n) .skill-mark { color: #147a75; border-color: #c5e8e5; background: linear-gradient(145deg, #fbffff, #e2f6f4); }
.skill .logo-mark { padding: 7px; background: #fff; }
.skill .logo-mark img { width: 100%; height: 100%; }
.skill b { display: block; margin-bottom: 3px; font-size: 15px; }
.skill small { color: var(--muted); font-size: 12px; }

.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.step { position: relative; padding: 32px 26px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; text-align: left; }
.step:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; right: -18px; top: 44px; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--primary); background: #fff; font-weight: 800; }
.step .num { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 20px; border-radius: 13px; color: #fff; background: linear-gradient(145deg, var(--primary), #3b91d3); box-shadow: 0 9px 20px rgba(23,104,172,.2); font-weight: 800; }
.step h3 { margin-bottom: 8px; font-size: 19px; }
.step p { margin: 0; color: var(--muted); font-size: 14px; }

.download-section { padding-top: 34px; padding-bottom: 34px; }
.download-card { position: relative; overflow: hidden; display: flex; align-items: center; gap: 36px; padding: 50px; border-radius: 30px; color: #fff; background: radial-gradient(circle at 90% 15%, rgba(90,199,239,.34), transparent 28%), linear-gradient(135deg, #08365f, #1768ac 60%, #2589ca); box-shadow: 0 30px 70px rgba(13,79,137,.24); }
.download-card::after { content: ""; position: absolute; width: 360px; height: 360px; right: -210px; bottom: -250px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.download-logo { width: 112px; height: 112px; flex: 0 0 auto; display: grid; place-items: center; padding: 14px; border: 1px solid rgba(255,255,255,.28); border-radius: 30px; background: rgba(255,255,255,.12); backdrop-filter: blur(8px); }
.download-logo img { width: 100%; height: 100%; }
.download-copy { position: relative; z-index: 1; min-width: 0; }
.download-copy h2 { margin: 0 0 10px; color: #fff; font-size: clamp(30px, 4vw, 44px); }
.download-copy > p { max-width: 720px; margin-bottom: 22px; color: #d5eaff; }
.download-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.download-copy .sign-note { margin: 18px 0 0; color: #b9d8f3; font-size: 12px; }

.release-state { margin: 14px 0 0; color: #805300; font-size: 13px; }
a[aria-disabled="true"] { pointer-events: none; opacity: .58; cursor: not-allowed; }

.footer { padding: 58px 0 34px; color: #c4d4e3; background: #071f35; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 80px; }
.footer-brand { color: #fff; }
.footer-slogan { margin: 15px 0 4px; color: #aec7dc; }
.footer .small { color: #829caf; font-size: 12px; }
.footer-links { display: flex; gap: 68px; }
.footer-links > div { display: grid; align-content: start; gap: 8px; min-width: 118px; }
.footer-links b { margin-bottom: 4px; color: #fff; font-size: 14px; }
.footer-links a { color: #a9bfd1; font-size: 13px; }
.footer-links a:hover { color: #fff; }
.footer-legal { display: grid; gap: 5px; margin-top: 34px; padding-top: 22px; border-top: 1px solid rgba(196,212,227,.16); color: #8fa8bb; font-size: 12px; line-height: 1.75; }
.footer-legal p { margin: 0; }
.footer-legal a { color: #b9cddd; }
.footer-legal a:hover { color: #fff; }

/* Support pages */
.page-hero { padding: 76px 0 54px; background: linear-gradient(180deg, #f5faff, #eaf4ff); border-bottom: 1px solid var(--line); }
.page-hero .lead { max-width: 720px; margin-bottom: 0; }
.breadcrumbs { margin-bottom: 18px; color: var(--primary); font-size: 13px; font-weight: 700; }
.breadcrumbs a:hover { text-decoration: underline; }
.page-main { padding: 62px 0 90px; }
.doc-layout { display: grid; grid-template-columns: 230px minmax(0, 1fr); align-items: start; gap: 48px; }
.doc-nav { position: sticky; top: 96px; display: grid; gap: 5px; padding: 14px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow-sm); }
.doc-nav a { padding: 9px 11px; border-radius: 9px; color: var(--ink-2); font-size: 13px; }
.doc-nav a:hover { color: var(--primary); background: var(--primary-soft); }
.doc-content { min-width: 0; }
.doc-section { scroll-margin-top: 96px; margin-bottom: 46px; }
.doc-section h2 { margin-bottom: 18px; font-size: 27px; }
.doc-section h3 { margin: 26px 0 10px; font-size: 18px; }
.doc-section p, .doc-section li { color: var(--ink-2); }
.doc-section ol, .doc-section ul { padding-left: 24px; }
.doc-section li + li { margin-top: 8px; }
.doc-card { padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: #fafdff; }
.notice { padding: 17px 18px; border-left: 4px solid var(--primary); border-radius: 10px; color: var(--ink-2); background: var(--primary-soft); }
.code-value { overflow-wrap: anywhere; padding: 14px 16px; border: 1px solid #cfe0ef; border-radius: 10px; color: var(--primary-dark); background: #f4f8fc; font-family: Consolas, "Cascadia Code", monospace; font-size: 13px; }
.support-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.support-card { padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow-sm); }
.support-card h3 { margin-bottom: 10px; font-size: 19px; }
.support-card p { color: var(--muted); }
.version-card { display: grid; grid-template-columns: 120px minmax(0,1fr); gap: 24px; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow-sm); }
.version-badge { width: 94px; height: 94px; display: grid; place-items: center; border-radius: 24px; color: #fff; background: linear-gradient(145deg, var(--primary), #3c93d5); font-size: 20px; font-weight: 800; }
.version-card h2 { margin-bottom: 8px; }
.version-card time { color: var(--muted); font-size: 13px; }
.version-card ul { padding-left: 20px; color: var(--ink-2); }

/* Public membership pricing */
.pricing-hero { padding: 78px 0 46px; text-align: center; background: linear-gradient(180deg, #f7fbff, #fff); }
.pricing-hero-inner { max-width: 820px; }
.pricing-hero .lead { max-width: 760px; margin: 0 auto; }
.pricing-cycle { width: max-content; max-width: 100%; display: flex; gap: 5px; margin: 28px auto 0; padding: 5px; border: 1px solid var(--line); border-radius: 13px; background: #f2f6f9; }
.pricing-cycle button { min-width: 118px; padding: 9px 15px; border: 0; border-radius: 9px; color: var(--muted); background: transparent; cursor: pointer; font-weight: 720; }
.pricing-cycle button.active { color: var(--primary-dark); background: #fff; box-shadow: 0 4px 14px rgba(20,70,110,.08); }
.pricing-main { padding: 24px 0 88px; }
.public-plan-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; align-items: stretch; }
.public-plan-card { position: relative; min-width: 0; display: flex; flex-direction: column; gap: 20px; padding: 26px 22px 22px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.public-plan-card.recommended { border-color: #84bbe4; box-shadow: 0 15px 34px rgba(23,104,172,.10); }
.plan-ribbon { position: absolute; top: 16px; right: 16px; padding: 4px 9px; border-radius: 999px; color: #fff; background: var(--primary); font-size: 11px; font-weight: 760; }
.public-plan-head h2 { margin-bottom: 8px; font-size: 23px; }
.public-plan-head p { min-height: 67px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.public-plan-price { min-height: 58px; display: flex; flex-wrap: wrap; align-items: baseline; gap: 5px; }
.public-plan-price strong { color: var(--primary-dark); font-size: 34px; letter-spacing: -.04em; }
.public-plan-price > span { color: var(--muted); font-size: 13px; }
.public-plan-price .annual-effective { flex-basis: 100%; color: #178062; font-weight: 700; }
.public-plan-quota { display: grid; gap: 4px; padding: 14px; border-radius: 13px; background: var(--primary-soft-2); }
.public-plan-quota strong { color: var(--primary-dark); }
.public-plan-quota span { color: var(--muted); font-size: 12px; }
.public-plan-card ul { flex: 1; margin: 0; padding-left: 20px; color: var(--ink-2); font-size: 13px; line-height: 1.8; }
.public-plan-card .btn { width: 100%; }
.pricing-note-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; margin-top: 24px; }
.pricing-note-grid article { padding: 18px 20px; border: 1px solid var(--line); border-radius: 16px; background: #f9fbfd; }
.pricing-note-grid strong { display: block; margin-bottom: 5px; }
.pricing-note-grid p { margin: 0; color: var(--muted); font-size: 13px; }
.pricing-legal { margin: 24px 0 0; color: var(--muted); text-align: center; font-size: 12px; }
.pricing-legal a { color: var(--primary); font-weight: 700; }

@media (max-width: 1020px) {
  .nav-links { gap: 18px; }
  .nav-links > a:not(.btn):nth-child(2), .nav-links > a:not(.btn):nth-child(3) { display: none; }
  .hero { padding-top: 72px; }
  .hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .hero-copy { max-width: 760px; margin: 0 auto; padding-bottom: 18px; text-align: center; }
  .hero-copy .lead { margin-left: auto; margin-right: auto; }
  .hero-cta { justify-content: center; }
  .product-window { width: min(100%, 900px); margin: 0 auto; transform: none; }
  .feature-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .showcase-grid { grid-template-columns: 1fr; gap: 48px; }
  .showcase-copy { max-width: 760px; }
  .shot-stack { min-height: 540px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .public-plan-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 760px) {
  .container { padding-left: 18px; padding-right: 18px; }
  .section { padding: 72px 0; }
  .nav-inner { height: 64px; }
  .brand .name { font-size: 17px; }
  .brand img { width: 34px; height: 34px; }
  .nav-links > a:not(.btn) { display: none !important; }
  .nav-download { padding: 10px 13px; font-size: 13px; }
  .hero { padding-top: 58px; }
  .h-hero { font-size: clamp(38px, 11vw, 52px); }
  .hero-copy { padding-bottom: 6px; }
  .product-window { border-radius: 16px 16px 0 0; }
  .trust-row { grid-template-columns: repeat(2,1fr); }
  .trust-row span:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .trust-row span:nth-child(4) { border-top: 1px solid var(--line); }
  .feature-grid, .skill-grid, .steps, .support-grid { grid-template-columns: 1fr; }
  .public-plan-grid, .pricing-note-grid { grid-template-columns: 1fr; }
  .pricing-hero { padding: 58px 0 34px; }
  .pricing-main { padding-top: 12px; }
  .public-plan-head p { min-height: 0; }
  .feature-wide { grid-column: span 1; }
  .step:not(:last-child)::after { display: none; }
  .shot-stack { min-height: 380px; }
  .shot-main { inset: 0 0 16% 0; }
  .shot-float { width: 62%; height: 44%; }
  .download-card { align-items: flex-start; padding: 34px 26px; }
  .download-logo { width: 80px; height: 80px; border-radius: 22px; }
  .footer-links { flex-wrap: wrap; gap: 32px 48px; }
  .footer-legal { margin-top: 28px; }
  .doc-layout { grid-template-columns: 1fr; gap: 28px; }
  .doc-nav { position: static; grid-template-columns: repeat(2, minmax(0,1fr)); }
  .version-card { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .nav-download { display: none; }
  .nav-inner { gap: 10px; }
  .h-hero { font-size: clamp(36px, 10vw, 42px); }
  .hero-cta, .hero-cta .btn, .download-actions, .download-actions .btn { width: 100%; }
  .trust-row { padding-left: 0; padding-right: 0; }
  .feature-card, .step { padding: 24px 21px; }
  .feature-wide { display: block; }
  .feature-wide .line-icon { margin-bottom: 18px; }
  .shot-stack { min-height: 285px; }
  .app-shot { border-radius: 12px; }
  .download-card { flex-direction: column; }
  .footer-links { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); }
  .doc-nav { grid-template-columns: 1fr; }
}

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