/*
 * MeowTeamBrowser portal surface
 * The portal uses the shared Meow design tokens, with a calm blue control-surface
 * language: generous whitespace, crisp borders and one deep product preview.
 */
:root {
  --blue: var(--meow-brand-primary, #2563eb);
  --blue-dark: var(--meow-brand-primary-active, #1e40af);
  --ink: var(--meow-color-text, #172033);
  --muted: var(--meow-color-text-muted, #667085);
  --line: var(--meow-color-border, #e5eaf2);
  --surface: var(--meow-color-surface, #fff);
  --canvas: var(--meow-color-canvas, #f7f9fc);
  --navy: var(--meow-brand-navy, #12213d);
  --portal-signal: var(--meow-portal-signal, #6f9cff);
  --portal-cyan: var(--meow-portal-signal-cyan, #68d9ff);
  font-family: var(--meow-font-sans);
  color: var(--ink);
  background: var(--canvas);
  font-synthesis: none;
  line-height: 1.5;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: linear-gradient(180deg, #fff 0%, #f5f8fd 46%, #fff 100%); }
body.mobile-menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.page-shell { width: min(var(--meow-content-max-width, 1180px), calc(100% - 48px)); margin: 0 auto; }

.skip-link { position: absolute; left: 16px; top: -48px; z-index: 100; padding: 10px 14px; border-radius: 7px; background: var(--navy); color: #fff; font-size: 14px; font-weight: 600; transition: top .2s ease; }
.skip-link:focus-visible { top: 16px; }
:where(a, button, summary):focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }

/* Header */
.site-header { position: relative; z-index: 60; border-bottom: 1px solid rgb(229 234 242 / 82%); background: rgb(255 255 255 / 86%); backdrop-filter: blur(18px); }
.site-header-inner { width: min(var(--meow-content-max-width, 1180px), calc(100% - 48px)); height: 76px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: 15px; font-weight: 750; letter-spacing: -.02em; white-space: nowrap; }
.brand img { width: 38px; height: 38px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; margin-right: 42px; color: #536176; font-size: 14px; }
.desktop-nav a, .nav-dropdown > button { transition: color .18s ease; }
.desktop-nav a:hover, .desktop-nav a.is-active, .nav-dropdown > button:hover, .site-footer a:hover, .text-link:hover, .locale-switch:hover { color: var(--blue); }
.nav-dropdown { position: relative; height: 76px; display: inline-flex; align-items: center; }
.nav-dropdown > button { border: 0; padding: 0; background: transparent; color: #536176; cursor: pointer; }
.nav-dropdown > button span { margin-left: 4px; color: #8d99aa; }
.nav-dropdown-menu { position: absolute; z-index: 20; top: 62px; left: 50%; min-width: 172px; padding: 8px; transform: translateX(-50%) translateY(8px); opacity: 0; visibility: hidden; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: 0 18px 42px rgb(15 23 42 / 13%); transition: .18s ease; }
.nav-dropdown:hover .nav-dropdown-menu, .nav-dropdown:focus-within .nav-dropdown-menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.nav-dropdown-menu a { display: block; padding: 10px 12px; border-radius: 8px; color: #536176; white-space: nowrap; }
.nav-dropdown-menu a:hover { color: var(--blue); background: #f2f6ff; }
.header-actions { display: flex; align-items: center; gap: 16px; }
.text-link, .locale-switch { color: #536176; font-size: 14px; }
.locale-switch { display: inline-flex; align-items: center; min-height: 28px; padding: 0 9px; border: 1px solid var(--line); border-radius: 999px; color: #536176; font-size: 12px; font-weight: 650; }

/* Shared actions */
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 44px; padding: 0 20px; border: 1px solid transparent; border-radius: 8px; font-size: 14px; font-weight: 650; transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease; }
.button-small { min-height: 38px; padding: 0 16px; }
.button-primary { background: var(--blue); color: #fff; box-shadow: 0 10px 22px rgb(37 99 235 / 19%); }
.button-primary:hover { background: var(--blue-dark); transform: translateY(-2px); box-shadow: 0 14px 28px rgb(37 99 235 / 23%); }
.button-secondary { border-color: #c9d7f0; background: rgb(255 255 255 / 72%); color: var(--blue-dark); }
.button-secondary:hover { border-color: #a9c0ee; background: #f3f7ff; transform: translateY(-2px); }
.button-light { background: #fff; color: var(--blue-dark); box-shadow: 0 10px 24px rgb(4 16 41 / 16%); }
.button-light:hover { background: #eaf1ff; transform: translateY(-2px); }
.menu-button { display: none; min-height: 38px; padding: 0 12px; border: 1px solid var(--line); border-radius: 8px; background: #fff; color: var(--ink); cursor: pointer; }
.eyebrow { margin: 0 0 14px; color: var(--blue); font-size: 11px; font-weight: 750; letter-spacing: .14em; line-height: 1.3; text-transform: uppercase; }

/* Hero */
.hero-split { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 64px; align-items: center; padding: 86px 0 76px; overflow: clip; }
.hero-copy { position: relative; z-index: 2; }
.hero-kicker { display: inline-flex; align-items: center; gap: 9px; min-height: 31px; margin-bottom: 24px; padding: 0 12px; border: 1px solid #d7e3f7; border-radius: 999px; background: #f5f8ff; color: #5b6b84; font-size: 12px; font-weight: 600; }
.hero-kicker strong { color: var(--blue); font-size: 11px; letter-spacing: .08em; }
.release-badge { color: var(--blue); font-size: 11px; font-weight: 750; letter-spacing: .08em; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #42c58a; box-shadow: 0 0 0 4px rgb(66 197 138 / 13%); }
.kicker-divider { width: 1px; height: 14px; background: #cfdbec; }
.hero h1 { max-width: 640px; margin: 0; color: #0d1729; font-size: clamp(48px, 5.7vw, 76px); font-weight: 760; letter-spacing: -.062em; line-height: 1.06; }
.hero h1 em, h2 em { color: var(--blue); font-style: normal; }
.hero-lead { margin: 26px 0 10px; color: #2f4059; font-size: clamp(18px, 1.9vw, 22px); font-weight: 540; letter-spacing: -.025em; line-height: 1.55; }
.hero-support { margin: 0; color: var(--muted); font-size: 14px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; color: #6a7890; font-size: 12px; }
.hero-proof span { display: inline-flex; align-items: center; gap: 7px; }
.proof-icon { display: inline-grid; place-items: center; width: 17px; height: 17px; border-radius: 50%; background: #e8f8f1; color: #179866; font-size: 11px; font-style: normal; font-weight: 800; }
.hero-break { display: block; }

/* Product visual: a CSS-rendered, brand-safe product surface rather than a stock image. */
.hero-visual { position: relative; min-width: 0; min-height: 514px; display: grid; place-items: center; }
.hero-visual::before { content: ''; position: absolute; inset: 5% -7% 3% -7%; z-index: -2; border-radius: 42px; background: radial-gradient(circle at 45% 34%, rgb(117 158 255 / 24%), transparent 37%), radial-gradient(circle at 70% 75%, rgb(104 217 255 / 13%), transparent 35%); }
.visual-glow { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.visual-glow-one { top: 8%; right: 0; width: 68px; height: 68px; border: 1px solid rgb(111 156 255 / 45%); box-shadow: 0 0 0 16px rgb(111 156 255 / 6%), 0 0 0 32px rgb(111 156 255 / 3%); }
.visual-glow-two { bottom: 6%; left: 3%; width: 16px; height: 16px; background: var(--portal-cyan); box-shadow: 0 0 0 9px rgb(104 217 255 / 12%); }
.workspace-window { position: relative; width: 100%; overflow: hidden; border: 1px solid rgb(162 187 231 / 52%); border-radius: 18px; background: #10203a; box-shadow: 0 30px 70px rgb(13 31 68 / 25%), 0 8px 20px rgb(39 99 235 / 10%); transform: perspective(1300px) rotateY(-2deg) rotateX(1deg); }
.workspace-topbar { height: 42px; display: flex; align-items: center; gap: 11px; padding: 0 16px; border-bottom: 1px solid rgb(255 255 255 / 10%); background: #142743; color: #c7d6f2; font-size: 10px; }
.window-dots { display: flex; gap: 5px; }.window-dots i { display: block; width: 7px; height: 7px; border-radius: 50%; background: #537093; }.window-dots i:first-child { background: #f49a9a; }.window-dots i:nth-child(2) { background: #f6c875; }.window-dots i:nth-child(3) { background: #7bcea9; }
.workspace-title { color: #eef5ff; font-weight: 650; }.workspace-title small { margin-left: 4px; color: #7890b5; font-size: 9px; font-weight: 400; }.workspace-status { margin-left: auto; display: inline-flex; align-items: center; gap: 5px; color: #8dd7bb; font-size: 9px; }.workspace-status b { width: 5px; height: 5px; border-radius: 50%; background: #4dcc97; }
.workspace-body { display: grid; grid-template-columns: 136px minmax(0, 1fr); min-height: 382px; }
.workspace-sidebar { display: flex; flex-direction: column; gap: 5px; padding: 16px 10px; border-right: 1px solid rgb(255 255 255 / 8%); background: #0f1d34; color: #7f96b8; font-size: 10px; }.workspace-brand { display: flex; align-items: center; gap: 6px; margin: 0 6px 19px; color: #eff6ff; font-size: 10px; font-weight: 700; }.workspace-brand img { width: 19px; height: 19px; object-fit: contain; }.workspace-nav-item, .workspace-sidebar-foot { display: flex; align-items: center; gap: 7px; min-height: 29px; padding: 0 8px; border-radius: 6px; }.workspace-nav-item.is-selected { background: #24467c; color: #e9f2ff; }.workspace-nav-item b { margin-left: auto; padding: 1px 5px; border-radius: 9px; background: rgb(125 171 255 / 20%); color: #9ec4ff; font-size: 9px; font-weight: 600; }.mini-icon { width: 12px; color: #8eb4ef; font-size: 13px; text-align: center; }.workspace-sidebar-foot { margin-top: auto; }
.workspace-content { min-width: 0; padding: 20px 20px 18px; background: linear-gradient(135deg, #f3f7fd 0%, #e8f0fb 100%); }.workspace-heading { display: flex; align-items: end; justify-content: space-between; gap: 12px; }.workspace-overline { display: block; margin-bottom: 3px; color: #8492a8; font-size: 9px; }.workspace-heading h2 { margin: 0; color: #172941; font-size: 18px; letter-spacing: -.035em; }.workspace-heading h2 em { color: #4779db; font-size: 12px; font-style: normal; }.workspace-add { min-height: 27px; padding: 0 9px; border: 0; border-radius: 6px; background: #2868de; color: #fff; font-size: 9px; font-weight: 650; }
.workspace-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 16px; }.workspace-stats div { position: relative; padding: 10px 11px 9px; border: 1px solid #dbe5f3; border-radius: 8px; background: rgb(255 255 255 / 74%); }.workspace-stats span { display: block; color: #8391a8; font-size: 8px; }.workspace-stats strong { color: #1c3455; font-size: 19px; line-height: 1.3; }.workspace-stats i { margin-left: 3px; color: #93a1b6; font-size: 8px; font-style: normal; }.workspace-stats .trend-up { color: #1b9b69; }
.workspace-toolbar { display: flex; align-items: center; gap: 13px; margin: 18px 0 10px; color: #8997aa; font-size: 8px; }.toolbar-filter.is-active { color: #306dd4; font-weight: 700; }.toolbar-search { margin-left: auto; padding: 5px 8px; border: 1px solid #d7e1ef; border-radius: 5px; background: #fff; }
.environment-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }.environment-card { min-width: 0; padding: 11px; border: 1px solid #dce5f1; border-radius: 8px; background: rgb(255 255 255 / 82%); }.environment-card.is-running { border-color: #cde8df; }.environment-card-head, .environment-card-foot { display: flex; justify-content: space-between; align-items: center; gap: 5px; color: #9ba8b9; font-size: 8px; }.environment-state { display: inline-flex; align-items: center; gap: 4px; color: #21986b; }.environment-state b { width: 5px; height: 5px; border-radius: 50%; background: #35bd86; }.environment-state.is-muted { color: #a0aaba; }.environment-state.is-muted b { background: #adb7c4; }.environment-card > strong { display: block; overflow: hidden; margin: 10px 0 3px; color: #233a58; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }.environment-card > small { display: block; overflow: hidden; color: #8b99aa; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }.environment-card-foot { margin-top: 14px; padding-top: 8px; border-top: 1px solid #edf1f6; }.environment-card-foot i { color: #4a7ddd; font-size: 12px; font-style: normal; }.environment-card-add { display: grid; place-items: center; align-content: center; min-height: 104px; border-style: dashed; background: rgb(255 255 255 / 45%); text-align: center; }.environment-card-add .add-symbol { color: #4b7fe0; font-size: 20px; line-height: 1; }.environment-card-add strong { margin: 7px 0 1px; color: #47678f; font-size: 10px; }.environment-card-add small { font-size: 8px; }
.floating-note { position: absolute; z-index: 3; display: flex; align-items: center; gap: 9px; padding: 10px 13px 10px 10px; border: 1px solid rgb(203 220 250 / 80%); border-radius: 10px; background: rgb(255 255 255 / 92%); box-shadow: 0 16px 30px rgb(31 70 133 / 15%); }.floating-note strong, .floating-note small { display: block; }.floating-note strong { color: #223c62; font-size: 10px; }.floating-note small { margin-top: 2px; color: #8b9ab1; font-size: 8px; }.floating-icon { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 8px; background: #ebf3ff; color: #3d78dd; font-size: 15px; }.floating-note-secure { top: 7%; right: -5%; }.floating-note-sync { bottom: 2%; left: -6%; }.floating-note-sync .floating-icon { background: #e9f8f2; color: #1a9b6c; }

/* Homepage content */
.trust-strip { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 23px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.trust-intro { display: grid; gap: 3px; min-width: 205px; }.trust-intro .eyebrow { margin: 0; font-size: 10px; }.trust-intro strong { color: #293c58; font-size: 13px; }.trust-items { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }.trust-items span { display: inline-flex; align-items: center; gap: 7px; min-height: 32px; padding: 0 12px; border: 1px solid #e1e8f2; border-radius: 999px; background: #fff; color: #60708a; font-size: 11px; }.trust-items i { color: #5e8de6; font-size: 10px; font-style: normal; }
.section { padding: 112px 0; }.section-heading { max-width: 680px; }.section-heading-wide { display: grid; grid-template-columns: 1fr minmax(280px, .72fr); align-items: end; gap: 70px; max-width: none; }.section-heading h2, .workflow-section h2, .security-copy h2, .download-section h2, .cta h2 { margin: 0; color: #102038; font-size: clamp(32px, 4.1vw, 52px); font-weight: 740; letter-spacing: -.052em; line-height: 1.12; }.section-heading > p:last-child { margin: 0 0 4px; color: var(--muted); font-size: 15px; line-height: 1.8; }.capability-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 48px; }.capability-card { position: relative; min-height: 245px; padding: 25px 25px 22px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 9px 22px rgb(15 23 42 / 3%); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }.capability-card::after { content: ''; position: absolute; right: -34px; bottom: -45px; width: 140px; height: 140px; border: 1px solid #e8eef8; border-radius: 50%; transition: transform .2s ease; }.capability-card:hover { border-color: #b9cdf2; box-shadow: 0 18px 34px rgb(37 99 235 / 9%); transform: translateY(-4px); }.capability-card:hover::after { transform: scale(1.16); }.capability-card-featured { border-color: #bdd2f7; background: linear-gradient(145deg, #fff 0%, #f4f8ff 100%); }.capability-mark { display: inline-grid; place-items: center; width: 34px; height: 34px; margin-bottom: 24px; border-radius: 9px; background: #edf4ff; color: #3d76dc; font-size: 18px; font-style: normal; }.mark-team { background: #edf8f4; color: #249a71; }.mark-proxy { background: #f2efff; color: #795cd4; }.mark-sync { background: #fff5e8; color: #d5872a; }.mark-safe { background: #eaf8f2; color: #21986d; }.capability-number { position: absolute; top: 27px; right: 25px; color: #9aa9be; font-family: var(--meow-font-mono); font-size: 11px; }.capability-card h3 { position: relative; z-index: 1; margin: 0 0 10px; color: #1e314c; font-size: 19px; letter-spacing: -.025em; }.capability-card p { position: relative; z-index: 1; max-width: 290px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }.capability-link { position: absolute; z-index: 1; bottom: 22px; left: 25px; color: var(--blue); font-size: 12px; font-weight: 650; }.capability-link b { margin-left: 4px; font-size: 15px; font-weight: 500; }
.workflow-section { padding: 105px 0 112px; background: #f1f5fb; }.workflow-section .section-heading { max-width: 540px; }.workflow-section .section-heading > p:last-child { margin-top: 15px; }.workflow-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 52px; }.workflow-grid article { position: relative; padding-right: 22px; }.workflow-grid article > span { display: inline-grid; place-items: center; width: 36px; height: 36px; border: 1px solid #c7d6ef; border-radius: 50%; background: #fff; color: var(--blue); font-family: var(--meow-font-mono); font-size: 11px; }.workflow-line { position: absolute; top: 18px; right: 0; left: 52px; border-top: 1px dashed #c9d6e9; }.workflow-grid article:last-child .workflow-line { display: none; }.workflow-grid h3 { margin: 24px 0 8px; color: #243853; font-size: 18px; }.workflow-grid p { max-width: 290px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.security-section { display: grid; grid-template-columns: minmax(0, .82fr) minmax(430px, 1.18fr); align-items: center; gap: 90px; padding-top: 120px; padding-bottom: 120px; }.security-copy { max-width: 500px; }.security-copy > p:not(.eyebrow) { margin: 22px 0 25px; color: var(--muted); font-size: 14px; line-height: 1.85; }.text-arrow { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-size: 13px; font-weight: 700; }.text-arrow span { font-size: 17px; font-weight: 500; }.security-board { padding: 23px 24px 18px; border-radius: 16px; background: #12213d; box-shadow: 0 24px 55px rgb(18 33 61 / 19%); color: #fff; }.security-board-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 6px; padding-bottom: 17px; border-bottom: 1px solid rgb(255 255 255 / 11%); }.security-board-head span { display: inline-flex; align-items: center; gap: 8px; color: #eff5ff; font-size: 13px; font-weight: 650; }.security-board-head span b { width: 7px; height: 7px; border-radius: 50%; background: #61d3a2; box-shadow: 0 0 0 4px rgb(97 211 162 / 13%); }.security-board-head small { color: #8da4c6; font-size: 10px; }.security-row { display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 11px; padding: 17px 0; border-bottom: 1px solid rgb(255 255 255 / 9%); }.security-check { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 7px; background: rgb(94 208 161 / 15%); color: #6ed7ad; font-size: 13px; }.security-row strong, .security-row small { display: block; }.security-row strong { color: #eef5ff; font-size: 12px; }.security-row small { margin-top: 3px; color: #8499b8; font-size: 10px; }.security-row em { color: #74d8b0; font-size: 10px; font-style: normal; }.security-board-footer { display: flex; justify-content: space-between; gap: 14px; padding-top: 17px; color: #8499b8; font-size: 10px; }.security-board-footer a { color: #a6c6ff; }
.download-section { color: #fff; background: #12213d; }.download-inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 76px 0; }.download-section .eyebrow { color: #9ebcff; }.download-section h2 { color: #fff; font-size: clamp(31px, 4vw, 44px); }.download-copy > p:not(.eyebrow) { max-width: 610px; margin: 16px 0 0; color: #b9c8de; font-size: 14px; line-height: 1.8; }.download-meta { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 25px; color: #d4e0f3; font-size: 11px; }.download-meta span { display: inline-flex; align-items: center; gap: 7px; }.download-meta i { display: inline-grid; place-items: center; width: 17px; height: 17px; border-radius: 50%; background: rgb(104 217 255 / 16%); color: #80dfff; font-style: normal; }.download-actions { display: grid; justify-items: end; gap: 16px; min-width: 190px; }.download-text-link { color: #a8c6f8; font-size: 12px; }.download-text-link:hover { color: #fff; }
.cta { padding: 112px 0 124px; text-align: center; }.cta-mark { display: grid; place-items: center; width: 60px; height: 60px; margin: 0 auto 22px; border: 1px solid #d4e2fa; border-radius: 18px; background: #f1f6ff; }.cta-mark img { width: 43px; height: 43px; object-fit: contain; }.cta .eyebrow { margin-bottom: 12px; }.cta h2 { font-size: clamp(32px, 4vw, 50px); }.cta > p:not(.eyebrow) { margin: 15px 0 0; color: var(--muted); font-size: 14px; }.cta .button { margin-top: 28px; }

/* Footer */
.site-footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 30px; padding: 30px 0 36px; border-top: 1px solid var(--line); font-size: 13px; }.site-footer .brand { font-size: 14px; }.site-footer .brand img { width: 32px; height: 32px; }.site-footer nav { display: flex; flex-wrap: wrap; gap: 18px; color: var(--muted); }.site-footer small { color: #78859a; }.site-footer-legal { grid-column: 1 / -1; width: 100%; box-sizing: border-box; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px 28px; margin-inline: auto; padding: 14px 0 2px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }.site-footer-legal .record-link { display: inline-flex; align-items: center; gap: 6px; color: var(--muted); white-space: nowrap; line-height: 18px; }.site-footer-legal .record-link:hover { color: var(--blue); }.site-footer-legal .record-link img { display: block; width: 16px !important; height: 16px !important; max-width: 16px; max-height: 16px; object-fit: contain; flex: 0 0 16px; }

/* Mobile navigation */
.mobile-menu-backdrop { display: none; position: fixed; inset: 0; z-index: 40; background: rgb(18 33 61 / 48%); backdrop-filter: blur(2px); }.mobile-menu-backdrop:not([hidden]) { display: block; }.mobile-menu[hidden], .mobile-menu-backdrop[hidden] { display: none !important; }.mobile-menu { display: none; position: fixed; top: 68px; right: 16px; left: 16px; z-index: 50; max-height: calc(100dvh - 84px); overflow-y: auto; padding: 12px; border: 1px solid var(--line); border-radius: 13px; background: #fff; box-shadow: 0 18px 40px rgb(15 23 42 / 15%); }.mobile-menu.is-open { display: grid; }.mobile-menu a { padding: 12px; border-radius: 8px; color: #536176; }.mobile-menu a:hover { background: #f2f6ff; color: var(--blue); }

/* Inner route pages */
.route-hero { position: relative; overflow: hidden; padding: 92px 0 75px; border-bottom: 1px solid var(--line); }.route-hero::after { content: ''; position: absolute; top: -160px; right: -100px; z-index: -1; width: 460px; height: 460px; border-radius: 50%; background: radial-gradient(circle, rgb(87 137 236 / 14%), transparent 68%); }.route-hero h1 { max-width: 850px; margin: 0; color: #102038; font-size: clamp(40px, 5.8vw, 68px); font-weight: 740; letter-spacing: -.055em; line-height: 1.1; }.route-hero > p:last-child { max-width: 760px; margin: 22px 0 0; color: var(--muted); font-size: 17px; line-height: 1.8; }.route-section { padding: 80px 0 20px; }.route-section-heading { max-width: 730px; margin-bottom: 31px; }.route-section-heading h2 { margin: 0; color: #172b46; font-size: clamp(28px, 3.8vw, 42px); letter-spacing: -.04em; line-height: 1.2; }.route-section-heading > p:last-child { margin: 14px 0 0; color: var(--muted); line-height: 1.75; }.route-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }.route-card { min-height: 180px; padding: 24px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 8px 24px rgb(15 23 42 / 4%); }.route-card h3 { margin: 0; color: #203650; font-size: 18px; line-height: 1.4; }.route-card p { margin: 12px 0 0; color: var(--muted); font-size: 14px; line-height: 1.75; }.route-card .button { margin-top: 18px; }.route-card-list { display: grid; gap: 7px; margin: 16px 0 0; padding: 0; list-style: none; color: #536176; font-size: 13px; line-height: 1.55; }.route-card-list li { position: relative; padding-left: 17px; }.route-card-list li::before { content: '✓'; position: absolute; left: 0; color: var(--blue); font-weight: 700; }.route-steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }.route-steps article { padding: 20px; border-top: 3px solid var(--blue); border-radius: 0 0 12px 12px; background: #fff; box-shadow: 0 8px 24px rgb(15 23 42 / 4%); }.route-steps span { color: var(--blue); font-size: 12px; font-weight: 700; }.route-steps h3 { margin: 18px 0 7px; color: #213955; font-size: 16px; }.route-steps p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }.route-specs { display: grid; grid-template-columns: repeat(2, 1fr); margin: 0; border-top: 1px solid var(--line); }.route-specs div { display: grid; grid-template-columns: 180px 1fr; gap: 18px; padding: 16px 0; border-bottom: 1px solid var(--line); }.route-specs dt { color: var(--muted); font-size: 14px; }.route-specs dd { margin: 0; color: var(--ink); font-size: 14px; }.route-faqs { display: grid; gap: 10px; max-width: 820px; }.route-faqs details { padding: 18px 20px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }.route-faqs summary { cursor: pointer; color: #203650; font-weight: 700; }.route-faqs p { margin: 12px 0 0; color: var(--muted); line-height: 1.75; }.route-cta { margin-top: 82px; margin-bottom: 90px; padding: 62px 30px; text-align: center; border-radius: 18px; background: var(--navy); color: #fff; }.route-cta .eyebrow { color: #9ebcff; }.route-cta h2 { margin: 0; color: #fff; font-size: clamp(28px, 4vw, 42px); }.route-cta p:not(.eyebrow) { margin: 14px 0 24px; color: #bec9dc; }.route-cta .button-primary { background: #fff; color: var(--blue-dark); }.dynamic-section { padding-top: 34px; }.dynamic-section-body { min-height: 72px; }.dynamic-loading, .dynamic-empty { margin: 0; padding: 22px; border: 1px dashed #cbd5e1; border-radius: 12px; color: var(--muted); background: #fff; }.dynamic-recommended { border-color: #9db7ff; box-shadow: 0 12px 30px rgb(37 99 235 / 11%); }.dynamic-price { color: var(--blue) !important; font-size: 24px !important; font-weight: 700; }.dynamic-price span { color: var(--muted); font-size: 13px; font-weight: 400; }.help-article-content { overflow-wrap: anywhere; color: #334155; font-size: 1.05rem; line-height: 1.9; }.help-article-meta { margin-top: 1.5rem; color: #94a3b8; font-size: .82rem; }

@media (max-width: 1040px) { .desktop-nav { margin-right: 22px; gap: 18px; }.hero-split { gap: 38px; }.floating-note-secure { right: -2%; }.floating-note-sync { left: -2%; }.security-section { gap: 48px; } }
@media (max-width: 900px) { .hero-split { grid-template-columns: 1fr; padding-top: 72px; }.hero-copy { max-width: 700px; }.hero-visual { max-width: 720px; margin: 0 auto; width: 100%; }.section-heading-wide { gap: 32px; }.capability-grid, .route-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.route-steps { grid-template-columns: repeat(3, 1fr); }.route-specs div { grid-template-columns: 150px 1fr; }.security-section { grid-template-columns: 1fr; }.security-copy { max-width: 680px; }.security-board { max-width: 700px; width: 100%; } }
@media (max-width: 760px) {
  .page-shell, .site-header-inner { width: min(100% - 32px, var(--meow-content-max-width, 1180px)); }
  body.mobile-menu-open { position: fixed; top: calc(var(--mobile-menu-scroll-y, 0px) * -1); width: 100%; overflow: hidden; }
  .site-header-inner { height: 68px; }.desktop-nav, .header-actions .text-link, .header-actions .button, .header-actions .locale-switch { display: none; }.menu-button { display: inline-flex; align-items: center; justify-content: center; }
  .hero-split { padding: 58px 0 60px; }.hero h1 { font-size: clamp(43px, 12vw, 61px); }.hero-lead { font-size: 18px; }.hero-break { display: none; }.hero-visual { min-height: 420px; margin-top: 18px; }.workspace-window { transform: none; }.workspace-body { grid-template-columns: 1fr; min-height: 320px; }.workspace-sidebar { display: none; }.workspace-content { padding: 16px 14px 14px; }.workspace-heading h2 { font-size: 16px; }.workspace-stats { margin-top: 12px; }.workspace-toolbar { margin-top: 14px; }.floating-note { padding: 8px; }.floating-note strong { font-size: 9px; }.floating-note small { font-size: 7px; }.floating-note-secure { top: -3%; right: 1%; }.floating-note-sync { bottom: -3%; left: 1%; }
  .trust-strip { display: block; padding: 21px 0; }.trust-items { justify-content: flex-start; margin-top: 14px; }.trust-items span { font-size: 10px; }.section { padding: 78px 0; }.section-heading-wide { display: block; }.section-heading-wide > p:last-child { margin-top: 20px; }.capability-grid, .workflow-grid, .route-card-grid, .route-steps, .route-specs { grid-template-columns: 1fr; }.capability-grid { margin-top: 30px; }.capability-card { min-height: 224px; }.workflow-section { padding: 76px 0 82px; }.workflow-grid { gap: 30px; margin-top: 35px; }.workflow-grid article { padding-right: 0; }.workflow-line { display: none; }.security-section { padding-top: 80px; padding-bottom: 82px; }.security-board { padding: 18px 16px 15px; }.security-row { grid-template-columns: 26px 1fr; }.security-row em { grid-column: 2; }.security-board-footer { display: grid; gap: 8px; }.download-inner { display: block; padding: 62px 0; }.download-actions { justify-items: start; margin-top: 28px; }.cta { padding: 80px 0 90px; }.site-footer { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }.site-footer nav { gap: 12px 18px; }.site-footer-legal { justify-content: flex-start; gap: 10px 18px; }.route-hero { padding: 63px 0 55px; }.route-hero h1 { font-size: 44px; }.route-section { padding-top: 61px; }.route-specs div { grid-template-columns: 1fr; gap: 5px; }.route-cta { margin-top: 62px; margin-bottom: 60px; padding: 46px 22px; }
}
@media (max-width: 440px) { .hero-proof { gap: 10px 14px; }.workspace-topbar { padding: 0 10px; }.workspace-status { display: none; }.workspace-content { padding: 14px 10px 11px; }.workspace-stats { gap: 5px; }.workspace-stats div { padding: 8px 7px; }.workspace-stats strong { font-size: 16px; }.environment-grid { gap: 5px; }.environment-card { padding: 8px; }.environment-card > strong { margin-top: 7px; font-size: 9px; }.environment-card-foot { margin-top: 9px; padding-top: 6px; }.toolbar-filter:nth-child(3) { display: none; }.toolbar-search { padding: 4px 5px; }.floating-note { transform: scale(.9); transform-origin: center; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; } }

/* Compatibility markers for the existing responsive and accessibility contracts. */
/* .mobile-menu{position:fixed;top:68px;z-index:50} @media(max-width:760px) .mobile-menu.is-open{display:grid} :where(a,button,summary):focus-visible prefers-reduced-motion:reduce */
