/* The public site is editorial; account and connection controls keep the same
   product tokens as the desktop app. No animation runs in the remote canvas. */
:root {
  --site-blue-paper: #edf1f5;
  --site-blue-ink: #304457;
  --site-orbit: #d7dfe7;
  --site-orbit-deep: #b8c6d2;
  --site-preview-paper: #fbfcff;
  --site-preview-line: #e4e9f1;
  --site-preview-ink: #344354;
  --site-preview-secondary: #69778a;
}
html[data-theme='dark'] {
  --site-blue-paper: #242a31;
  --site-blue-ink: #d7e0e8;
  --site-orbit: #3b4650;
  --site-orbit-deep: #53616d;
  --site-preview-paper: #202d3b;
  --site-preview-line: #354250;
  --site-preview-ink: #e1e8f1;
  --site-preview-secondary: #a8b7c6;
}
.skip-link { position:fixed; z-index:100; top:12px; left:12px; padding:12px 20px; color:var(--ui-surface-solid); background:var(--ui-text); border-radius:10px; transform:translateY(-160%); }
.skip-link:focus-visible { transform:none; }
.in-session > .skip-link { display:none; }
#view-connect { background:var(--ui-bg-elevated); }
html[data-theme='dark'] #view-connect { background:var(--ui-bg-elevated); }
#view-connect .compact-site-header { min-height:76px; padding:14px max(24px,calc((100% - 1184px)/2)); border-bottom:1px solid var(--ui-line); background:color-mix(in srgb,var(--ui-surface-solid) 82%,transparent); backdrop-filter:blur(20px) saturate(120%); -webkit-backdrop-filter:blur(20px) saturate(120%); }
.compact-site-header .brand { font-size:16px; font-weight:650; gap:10px; }
.compact-site-header .brand-icon { width:30px; height:30px; flex-basis:30px; }
.compact-site-header .logo { box-shadow:none; }
.site-toolbar { gap:12px; }
.site-toolbar > a, .site-toolbar > button:not(.theme-toggle), .site-help summary { display:inline-flex; align-items:center; gap:12px; min-height:44px; padding:10px 14px; font-size:13px; color:var(--ui-text-secondary); border-radius:10px; }
.site-toolbar > a:hover, .site-toolbar > button:hover, .site-help summary:hover { color:var(--ui-text); background:var(--ui-surface-muted); }
.site-toolbar > .site-account-button { margin-left:8px; border:1px solid var(--ui-line-strong) !important; color:var(--ui-text) !important; background:var(--ui-surface-solid) !important; }
.site-toolbar .theme-toggle { width:40px; height:40px; flex-basis:40px; border:0; background:transparent; }
.site-help a { font-size:13px; }
.site-icon { width:20px; height:20px; flex-shrink:0; fill:none; stroke:currentColor; stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round; }
#view-connect .product-home { width:100%; max-width:1232px; padding:0 24px; margin:0 auto; }
#view-connect :is(h1,h2,h3) { text-wrap:balance; }
#view-connect p { text-wrap:pretty; }
#view-connect :is(section[id],main[id]) { scroll-margin-top:100px; }
.site-eyebrow { display:flex; align-items:center; gap:10px; color:var(--ui-text-secondary); font-size:12px; font-weight:550; line-height:1.6; margin:0 0 22px; }
.site-brand-line { width:24px; height:2px; background:var(--ui-accent); }
.site-hero { display:grid; grid-template-columns:.85fr 1.15fr; align-items:center; gap:42px; padding:104px 0 96px; }
.site-hero h1 { margin:0; color:var(--ui-text); font-size:clamp(48px,5.4vw,72px); line-height:1.2; font-weight:600; }
.site-hero h1 span { color:var(--ui-text-secondary); }
.site-lead { margin:26px 0 0; color:var(--ui-text-secondary); font-size:16px; line-height:1.95; }
.site-actions { display:flex; align-items:center; gap:12px; margin:30px 0 0; flex-wrap:wrap; }
.site-button { min-height:48px; display:inline-flex; align-items:center; justify-content:center; gap:22px; padding:13px 22px; border:1px solid transparent; border-radius:14px; font-size:14px; font-weight:550; transition:transform 120ms ease-out,background 160ms ease-out,border-color 160ms ease-out; }
.site-button-primary { background:var(--ui-accent); color:var(--ui-accent-foreground); }
.site-button-primary:hover { background:var(--ui-accent-hover); }
.site-button:active { transform:scale(.985); }
html[data-theme='dark'] .site-button-primary, html[data-theme='dark'] .guest-card .btn.primary { color:var(--ui-accent-foreground); background:var(--ui-accent); }
html[data-theme='dark'] .site-button-primary:hover { background:var(--ui-accent-hover); }
.site-button-secondary { background:var(--ui-surface-solid); color:var(--ui-text); border-color:var(--ui-line-strong); }
.site-button-secondary:hover { background:var(--ui-surface-muted); }
.site-hero-note { margin:20px 0 0; color:var(--ui-text-secondary); font-size:11px; line-height:1.7; }

/* A lightweight, explicitly illustrative product composition, not fake metrics. */
.product-preview { position:relative; min-width:0; margin:0; padding:18px 24px 0 0; }
.preview-desktop { position:relative; overflow:hidden; border:1px solid var(--ui-line-strong); border-radius:16px; background:var(--site-preview-paper); box-shadow:0 24px 48px -18px rgba(20,37,55,.28),0 1px 3px rgba(20,37,55,.08); }
.preview-top { height:40px; display:flex; align-items:center; justify-content:space-between; gap:12px; padding:0 14px; color:var(--site-preview-secondary); font-size:10px; }
.preview-top > .site-icon { width:13px; height:13px; }
.preview-dots { display:flex; gap:4px; }
.preview-dots i { width:6px; height:6px; border:1px solid var(--site-preview-secondary); border-radius:50%; opacity:.65; }
.preview-wallpaper { position:relative; height:334px; overflow:hidden; background:var(--site-blue-paper); isolation:isolate; }
.preview-orbit { position:absolute; z-index:-1; border:62px solid var(--site-orbit); border-radius:50%; pointer-events:none; }
.preview-orbit-one { width:570px; height:570px; top:-365px; left:-155px; }
.preview-orbit-two { width:580px; height:580px; bottom:-430px; right:-175px; border-width:90px; border-color:var(--site-orbit-deep); }
.preview-files { position:absolute; top:49px; left:28px; width:calc(100% - 64px); height:216px; display:grid; grid-template-columns:100px 1fr; overflow:hidden; color:var(--site-preview-ink); background:var(--site-preview-paper); border:1px solid var(--site-preview-line); border-radius:10px; box-shadow:0 16px 28px -16px rgba(20,37,55,.3); }
.preview-files-sidebar { padding:20px 10px; border-right:1px solid var(--site-preview-line); font-size:9px; }
.preview-files-sidebar > span { display:flex; align-items:center; gap:5px; margin-bottom:8px; padding:6px; color:var(--site-preview-secondary); }
.preview-files-sidebar .site-icon { width:12px; height:12px; }
.preview-files-sidebar .preview-sidebar-title { padding:0 6px; margin-bottom:18px; font-size:8px; }
.preview-files-sidebar .selected { background:var(--site-blue-paper); border-radius:5px; color:var(--site-blue-ink); }
.preview-files-content { min-width:0; padding:21px 18px; }
.preview-files-heading { display:flex; align-items:center; justify-content:space-between; font-size:12px; }
.preview-files-heading span { color:var(--site-preview-secondary); font-size:8px; }
.preview-folders { display:flex; justify-content:space-between; gap:8px; margin:22px 0 18px; }
.preview-folders > span { display:grid; justify-items:center; gap:5px; font-size:8px; white-space:nowrap; }
.preview-folders .site-icon { width:34px; height:30px; fill:var(--site-orbit); color:var(--site-orbit-deep); stroke-width:1; }
.preview-file-row { display:flex; align-items:center; gap:9px; padding-top:14px; border-top:1px solid var(--site-preview-line); font-size:9px; }
.preview-file-row small { display:block; margin-top:4px; color:var(--site-preview-secondary); font-size:8px; }
.preview-file-row > .site-icon { width:12px; height:12px; margin-left:auto; }
.preview-document { display:grid; place-items:center; width:25px; height:32px; border:1px solid var(--site-preview-line); border-radius:4px; font-family:Georgia,serif; }
.preview-pointer { position:absolute; z-index:2; top:218px; left:56%; display:flex; align-items:end; gap:4px; color:var(--ui-accent); }
.preview-pointer > svg { width:22px; height:27px; fill:currentColor; stroke:#fff; stroke-width:1.5; }
.preview-pointer > span { padding:5px 8px; border-radius:5px; color:var(--ui-accent-foreground); background:var(--ui-accent); font-size:8px; white-space:nowrap; }
.preview-dock { position:absolute; bottom:14px; left:50%; display:flex; gap:14px; transform:translateX(-50%); padding:8px 16px; border-radius:9px; color:var(--site-preview-ink); background:var(--site-preview-paper); border:1px solid var(--site-preview-line); box-shadow:0 3px 8px rgba(20,37,55,.06); }
.preview-dock span { display:flex; align-items:center; gap:5px; font-size:8px; white-space:nowrap; }
.preview-dock .site-icon { width:12px; height:12px; }
.preview-phone { position:absolute; right:0; bottom:0; width:114px; height:221px; padding:26px 10px 12px; color:var(--site-blue-ink); border:5px solid var(--site-preview-ink); border-radius:23px; background:var(--site-blue-paper); box-shadow:0 18px 28px -18px rgba(20,37,55,.5); transform:rotate(6deg); }
.preview-phone-island { position:absolute; top:6px; left:50%; transform:translateX(-50%); width:30px; height:7px; border-radius:8px; background:var(--site-preview-ink); }
.preview-phone-heading { font-size:11px; line-height:1.9; }
.preview-phone-heading strong { font-size:15px; font-weight:600; }
.preview-phone-screen { height:73px; display:grid; place-content:center; justify-items:center; gap:8px; margin-top:20px; background:var(--site-preview-paper); border-radius:7px; font-size:8px; }
.preview-phone-line { position:absolute; bottom:7px; left:35%; width:30%; height:3px; background:var(--site-preview-ink); border-radius:2px; }
.product-preview figcaption { display:flex; justify-content:space-between; gap:10px; padding:18px 110px 0 2px; color:var(--ui-text-secondary); font-size:10px; }
.product-preview figcaption small { font-size:9px; white-space:nowrap; }

/* The hero explains remote control at a glance: a real remote screen, a quiet
   session bar, and a companion touch surface. Keep it illustrative and calm;
   operational metrics belong in the control view, not the marketing art. */
.remote-preview { position:relative; overflow:visible; border:1px solid var(--ui-line-strong); border-radius:20px; background:var(--site-preview-paper); box-shadow:0 22px 44px -20px rgba(20,37,55,.22),0 1px 3px rgba(20,37,55,.08); }
.remote-preview-top { height:40px; display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:12px; padding:0 14px; color:var(--site-preview-secondary); font-size:10px; }
.remote-preview-title { justify-self:center; white-space:nowrap; }
.remote-preview-top-actions { display:flex; align-items:center; justify-content:flex-end; gap:10px; }
.remote-preview-top-actions > i { width:6px; height:6px; border-radius:50%; background:#35a36b; box-shadow:0 0 0 3px rgba(53,163,107,.12); }
.remote-preview-top-actions > .site-icon { width:13px; height:13px; }
.remote-preview-stage { position:relative; height:334px; overflow:hidden; background:var(--site-blue-paper); isolation:isolate; }
.remote-preview-backdrop { position:absolute; inset:0; overflow:hidden; }
.remote-preview-backdrop::before { content:""; position:absolute; z-index:-1; width:560px; height:560px; top:-365px; left:-145px; border:62px solid var(--site-orbit); border-radius:50%; }
.remote-preview-backdrop::after { content:""; position:absolute; z-index:-1; width:570px; height:570px; right:-175px; bottom:-430px; border:88px solid var(--site-orbit-deep); border-radius:50%; }
.remote-preview-window { position:absolute; display:block; border:1px solid rgba(52,67,84,.12); border-radius:10px; background:rgba(251,252,255,.54); box-shadow:0 14px 26px -18px rgba(20,37,55,.3); }
.remote-preview-window-one { top:42px; left:40px; width:34%; height:145px; }
.remote-preview-window-two { right:38px; bottom:52px; width:28%; height:118px; background:rgba(226,235,244,.75); }
.remote-preview-screen { position:absolute; z-index:1; top:45px; left:58px; width:calc(100% - 116px); height:204px; overflow:hidden; color:var(--site-preview-ink); background:var(--site-preview-paper); border:1px solid var(--site-preview-line); border-radius:11px; box-shadow:0 20px 30px -18px rgba(20,37,55,.34); }
.remote-preview-screenbar { height:34px; display:flex; align-items:center; justify-content:space-between; gap:10px; padding:0 15px; color:var(--site-preview-secondary); border-bottom:1px solid var(--site-preview-line); font-size:10px; }
.remote-preview-screenbar small { display:flex; align-items:center; gap:5px; color:var(--site-blue-ink); font-size:8px; white-space:nowrap; }
.remote-preview-screenbar small i, .remote-preview-status i, .remote-session-state i { display:inline-block; width:6px; height:6px; flex:none; border-radius:50%; background:#35a36b; }
.remote-preview-screenbody { position:relative; height:calc(100% - 35px); display:flex; align-items:center; gap:14px; padding:0 26px; background:var(--site-preview-paper); }
.remote-preview-screenbody::after { content:""; position:absolute; right:28px; bottom:24px; width:108px; height:1px; background:var(--site-preview-line); box-shadow:0 -9px 0 var(--site-preview-line),0 -18px 0 var(--site-preview-line); opacity:.8; }
.remote-preview-app-icon { display:grid; place-items:center; width:38px; height:38px; flex:none; color:var(--site-blue-ink); background:var(--site-blue-paper); border-radius:10px; }
.remote-preview-app-icon .site-icon { width:21px; height:21px; }
.remote-preview-screen-copy { display:grid; gap:7px; }
.remote-preview-screen-copy strong { font-size:14px; font-weight:600; }
.remote-preview-screen-copy span { color:var(--site-preview-secondary); font-size:9px; }
.remote-preview-screen-actions { position:absolute; right:27px; top:27px; display:flex; gap:5px; }
.remote-preview-screen-actions span { width:5px; height:5px; border-radius:50%; background:var(--site-orbit-deep); opacity:.6; }
.remote-preview-pointer { position:absolute; z-index:3; top:144px; left:59%; display:flex; color:var(--ui-accent); transform:rotate(-4deg); }
.remote-preview-pointer > svg { width:22px; height:27px; fill:currentColor; stroke:#fff; stroke-width:1.5; filter:drop-shadow(0 2px 2px rgba(20,37,55,.2)); }
.remote-preview-sessionbar { position:absolute; z-index:4; left:50%; bottom:14px; display:flex; align-items:center; gap:12px; transform:translateX(-50%); padding:8px 13px; color:var(--site-preview-ink); background:var(--site-preview-paper); border:1px solid var(--site-preview-line); border-radius:9px; box-shadow:0 5px 12px rgba(20,37,55,.1); }
.remote-preview-sessionbar > span { display:flex; align-items:center; gap:4px; font-size:8px; white-space:nowrap; }
.remote-preview-sessionbar .site-icon { width:11px; height:11px; }
.remote-preview-sessionbar .remote-session-state { color:var(--site-blue-ink); font-weight:600; }
.remote-preview-sessionbar .remote-session-state i { margin-right:2px; width:5px; height:5px; }
.remote-preview-status { position:absolute; z-index:4; top:15px; right:20px; display:flex; gap:12px; color:var(--site-preview-secondary); font-size:8px; }
.remote-preview-status > span { display:flex; align-items:center; gap:5px; white-space:nowrap; }
.remote-preview-phone { position:absolute; z-index:5; right:0; bottom:0; width:114px; height:222px; padding:27px 10px 12px; color:var(--site-blue-ink); border:4px solid var(--site-preview-ink); border-radius:23px; background:var(--site-blue-paper); box-shadow:0 18px 28px -18px rgba(20,37,55,.34); transform:rotate(3deg); }
.remote-phone-heading { font-size:11px; line-height:1.85; }
.remote-phone-heading strong { font-size:15px; font-weight:600; }
.remote-phone-track { height:52px; display:grid; grid-template-columns:repeat(3,1fr); align-items:end; gap:5px; margin-top:15px; padding:0 7px 8px; border-bottom:1px solid rgba(32,66,101,.18); }
.remote-phone-track span { display:block; height:19px; border-radius:7px; background:var(--site-orbit-deep); opacity:.48; }
.remote-phone-track span:nth-child(2) { height:30px; opacity:.74; }
.remote-phone-track span:nth-child(3) { height:24px; opacity:.58; }
.remote-phone-pad { display:grid; gap:5px; margin-top:13px; padding:9px 7px; color:var(--site-preview-ink); background:var(--site-preview-paper); border-radius:7px; font-size:8px; }
.remote-phone-pad span { display:flex; align-items:center; gap:5px; }
.remote-phone-pad .site-icon { width:11px; height:11px; }
.remote-preview-phone .preview-phone-line { bottom:7px; }
.remote-preview + .remote-preview-phone + figcaption { padding-right:110px; }
.site-platforms { display:flex; align-items:center; justify-content:space-between; gap:24px; padding:26px 0; border-top:1px solid var(--ui-line); border-bottom:1px solid var(--ui-line); color:var(--ui-text-secondary); font-size:12px; }
.site-platforms > div { display:flex; align-items:center; gap:34px; }
.site-platforms > div > span { display:flex; align-items:center; gap:9px; white-space:nowrap; }
.site-platforms .site-icon { width:19px; height:19px; }
.site-experience { display:grid; grid-template-columns:1fr 1fr; gap:90px; padding:100px 0; }
.site-section-heading h2, .connection-story h2, .site-faq h2 { margin:0; font-size:clamp(28px,3.1vw,40px); font-weight:550; line-height:1.4; color:var(--ui-text); }
.site-section-heading h2 span { color:var(--ui-text-secondary); }
.site-section-heading > p:not(.site-eyebrow) { margin:22px 0 0; color:var(--ui-text-secondary); font-size:14px; line-height:1.9; }
.site-benefits { display:grid; gap:30px; padding-top:6px; }
.site-benefits article { display:grid; grid-template-columns:30px 1fr; column-gap:18px; }
.site-benefits article > .site-icon { grid-row:1 / 3; margin-top:2px; width:24px; height:24px; color:var(--ui-text-secondary); }
.site-benefits h3 { margin:0 0 10px; font-size:16px; font-weight:600; }
.site-benefits p { margin:0; color:var(--ui-text-secondary); font-size:13px; line-height:1.85; }
#connect { border-top:1px solid var(--ui-line); padding:96px 0; grid-template-columns:1fr 430px; gap:100px; }
.connection-story .connection-description { margin:22px 0 28px; font-size:15px; line-height:1.9; }
.site-steps { margin:0 0 26px; padding:0; list-style:none; display:grid; gap:22px; }
.site-steps li { display:flex; gap:15px; }
.site-steps li > span { width:27px; height:27px; display:grid; place-items:center; flex-shrink:0; border:1px solid var(--ui-line-strong); border-radius:50%; color:var(--ui-text-secondary); font-size:10px; font-variant-numeric:tabular-nums; }
.site-steps h3 { margin:3px 0 7px; font-size:13px; font-weight:600; }
.site-steps p { margin:0; font-size:12px; color:var(--ui-text-secondary); line-height:1.7; }
.site-text-link { display:inline-flex; align-items:center; gap:12px; min-height:44px; font-size:12px; color:var(--ui-text); }
.site-text-link .site-icon { width:16px; height:16px; transition:transform 160ms ease-out; }
.site-text-link:hover .site-icon { transform:translateX(3px); }
.guest-card { padding:32px; border:1px solid var(--ui-line); border-radius:22px; background:var(--ui-surface-solid); box-shadow:var(--ui-shadow-md); }
.guest-card-heading { align-items:flex-start; }
.guest-card h3 { margin:0 0 6px; font-size:19px; font-weight:600; }
.guest-setup-link { min-height:32px; margin-top:4px; font-size:11px; color:var(--ui-text-secondary); }
.guest-setup-link .site-icon { width:14px; height:14px; }
.guest-mark { flex:0 0 42px; margin-top:1px; background:var(--ui-bg-elevated); }
.guest-mark .site-icon { width:22px; height:22px; }
.guest-card .field input { background:var(--ui-bg-elevated); border-color:var(--ui-line); }
.guest-card .field input[aria-invalid='true'] {
  border-color:var(--ui-danger);
  background:var(--ui-danger-soft);
  box-shadow:0 0 0 3px color-mix(in srgb,var(--ui-danger) 14%,transparent);
}
.guest-card .field input[aria-invalid='true']:focus {
  border-color:var(--ui-danger);
  box-shadow:0 0 0 4px var(--ui-danger-soft);
}
.field input[aria-invalid='true'] {
  border-color:var(--ui-danger);
  background:var(--ui-danger-soft);
  box-shadow:0 0 0 3px color-mix(in srgb,var(--ui-danger) 14%,transparent);
}
.field input[aria-invalid='true']:focus {
  border-color:var(--ui-danger);
  box-shadow:0 0 0 4px color-mix(in srgb,var(--ui-danger) 18%,transparent);
}
.guest-card #guest-code { height:64px; font-size:26px; }
.guest-card .btn.primary { height:48px; font-size:14px; background:var(--ui-accent); }
.guest-card .btn.primary[aria-busy='true'] { cursor:progress; opacity:.78; }
.guest-card .guest-trust-note { font-size:11px; }
.connection-preflight { margin-top:24px; padding-top:20px; border-top:1px solid var(--ui-line); }
.connection-preflight-head { display:flex; align-items:center; justify-content:space-between; gap:16px; }
.connection-preflight-head > div { min-width:0; display:grid; gap:5px; }
.connection-preflight-head strong { color:var(--ui-text); font-size:13px; font-weight:600; }
.connection-preflight[data-state='ok'] .connection-preflight-head strong { color:var(--ui-success); }
.connection-preflight[data-state='attention'] .connection-preflight-head strong { color:var(--ui-warning); }
.connection-preflight[data-state='blocked'] .connection-preflight-head strong { color:var(--ui-danger); }
.connection-preflight-list { display:grid; gap:8px; margin:14px 0 0; padding:0; list-style:none; }
.connection-preflight-item { display:grid; grid-template-columns:8px minmax(0,auto) minmax(0,1fr); align-items:baseline; gap:8px; color:var(--ui-text-secondary); font-size:11px; line-height:1.55; }
.connection-preflight-item::before { content:""; width:6px; height:6px; margin-top:4px; border-radius:50%; background:var(--ui-success); }
.connection-preflight-item[data-state='attention']::before { background:var(--ui-warning); }
.connection-preflight-item[data-state='blocked']::before { background:var(--ui-danger); }
.connection-preflight-item strong { color:var(--ui-text); font-size:11px; font-weight:550; white-space:nowrap; }
.connection-preflight-item span { min-width:0; text-align:right; }
.connection-preflight .btn.small[aria-busy='true'] { cursor:progress; opacity:.7; }
.site-downloads { padding:76px 40px 32px; background:color-mix(in srgb,var(--ui-surface-muted) 78%,var(--ui-bg)); border:1px solid var(--ui-line); border-radius:24px; }
.site-downloads .site-section-heading { text-align:center; }
.site-downloads .site-eyebrow { justify-content:center; }
.download-channel-picker { max-width:680px; display:flex; align-items:center; justify-content:space-between; gap:20px; margin:30px auto 0; padding:12px 13px 12px 17px; border:1px solid var(--ui-line); border-radius:14px; background:color-mix(in srgb,var(--ui-surface-solid) 82%,transparent); }
.download-channel-copy { min-width:0; display:grid; gap:4px; text-align:left; }
.download-channel-copy strong { color:var(--ui-text); font-size:12px; font-weight:600; }
.download-channel-copy small { color:var(--ui-text-secondary); font-size:10px; line-height:1.6; }
.download-channel-segment { display:inline-flex; flex:none; gap:2px; padding:3px; border-radius:9px; background:var(--ui-surface-muted); }
.download-channel-segment button { min-height:30px; padding:5px 12px; color:var(--ui-text-secondary); border:0; border-radius:7px; background:transparent; font:inherit; font-size:10px; cursor:pointer; transition:color 150ms ease,background 150ms ease,box-shadow 150ms ease; }
.download-channel-segment button:hover { color:var(--ui-text); }
.download-channel-segment button.active { color:var(--ui-text); background:var(--ui-surface-solid); box-shadow:0 2px 7px rgba(0,0,0,.12); }
.download-channel-segment button:focus-visible { outline:2px solid var(--ui-accent); outline-offset:2px; }
.download-channel-status { max-width:680px; margin:12px auto 0; padding:0 4px; color:var(--ui-text-secondary); font-size:10px; line-height:1.7; text-align:left; }
.download-channel-status[data-channel='preview'] { color:var(--ui-warning); }
.site-downloads[data-download-channel='preview'] .download-card { border-color:color-mix(in srgb,var(--ui-accent) 35%,var(--ui-line)); }
.site-downloads .download-grid { gap:16px; margin-top:40px; }
.site-downloads .download-card { display:flex; flex-direction:column; align-items:flex-start; gap:22px; padding:28px 24px 22px; border-radius:16px; background:var(--ui-surface-solid); border:1px solid var(--ui-line); box-shadow:none; transition:transform 180ms ease-out; }
.site-downloads .download-card:hover { transform:translateY(-2px); }
.site-downloads .download-icon { width:32px; height:32px; background:none; color:var(--ui-text); border-radius:0; }
.site-downloads .download-icon .site-icon { width:30px; height:30px; }
.site-downloads .download-copy strong { font-size:19px; font-weight:600; }
.site-downloads .download-copy span { margin-top:9px; font-size:11px; line-height:1.6; }
.site-downloads .download-copy small { color:var(--ui-text-secondary); font-size:10px; line-height:1.6; min-height:32px; }
.site-download-action { display:flex; align-items:center; justify-content:space-between; gap:12px; padding-top:20px; border-top:1px solid var(--ui-line); width:100%; color:var(--ui-accent); font-size:12px; }
.site-download-action .site-icon { width:16px; height:16px; }
.site-downloads .download-footnote { text-align:center; margin-top:26px; color:var(--ui-text-secondary); font-size:11px; line-height:1.8; }
.site-downloads .download-footnote a { text-decoration:underline; text-underline-offset:3px; }
.site-faq { display:grid; grid-template-columns:.85fr 1.15fr; gap:70px; padding:100px 0; }
.site-faq h2 { font-size:28px; margin-bottom:18px; }
.site-faq details { border-bottom:1px solid var(--ui-line); }
.site-faq details:first-child { border-top:1px solid var(--ui-line); }
.site-faq summary { min-height:68px; display:flex; align-items:center; justify-content:space-between; gap:20px; list-style:none; color:var(--ui-text); cursor:pointer; font-size:14px; font-weight:550; }
.site-faq summary::-webkit-details-marker { display:none; }
.site-faq summary > span { color:var(--ui-text-secondary); font-size:21px; font-weight:400; transition:transform 160ms ease-out; }
.site-faq details[open] summary > span { transform:rotate(45deg); }
.site-faq details p { margin:0 32px 22px 0; color:var(--ui-text-secondary); font-size:13px; line-height:1.9; }
.site-faq summary:focus-visible { outline:2px solid var(--ui-accent); outline-offset:3px; border-radius:6px; }
#view-connect .compact-footer { max-width:1184px; margin:0 auto; padding:34px 0 40px; border-top:1px solid var(--ui-line); align-items:flex-start; }
.footer-wordmark { font-size:16px; font-weight:650; color:var(--ui-text); }
.compact-footer p { margin:12px 0 25px; font-size:12px; }
.compact-footer small { font-size:10px; }
.compact-footer nav { gap:18px; flex-wrap:wrap; }
.compact-footer nav a { min-height:44px; display:inline-flex; align-items:center; font-size:12px; }
.site-dialog[open] { animation:site-dialog-in 180ms ease-out; }
.site-dialog .site-dialog-heading button { width:44px; height:44px; }
.site-dialog .device-heading-note { line-height:1.7; }
.reveal-pending { opacity:0; transform:translateY(16px); }
[data-reveal] { transition:opacity 400ms ease-out,transform 400ms ease-out; }
@keyframes site-dialog-in { from { opacity:0; transform:translateY(8px); } to { opacity:1; transform:none; } }
@media (max-width:1000px) {
  .site-toolbar { gap:4px; }
  .site-hero { grid-template-columns:.85fr 1.15fr; padding:78px 0; gap:28px; }
  .site-hero h1 { font-size:48px; }
  .site-lead { font-size:14px; }
  .preview-files { left:20px; width:calc(100% - 40px); grid-template-columns:76px 1fr; }
  .preview-files-sidebar { padding:20px 5px; }
  .preview-files-content { padding:21px 12px; }
  .preview-files-sidebar .selected .site-icon { display:none; }
  .product-preview figcaption { flex-direction:column; gap:5px; }
  .site-platforms > div { gap:18px; }
  .site-experience { gap:50px; }
  #connect { grid-template-columns:1fr 390px; gap:50px; }
  .site-downloads { padding:56px 24px 28px; }
}
@media (max-width:760px) {
  #view-connect .compact-site-header { min-height:64px; padding:10px 20px; flex-wrap:nowrap; gap:10px; }
  .compact-site-header .brand { font-size:14px; }
  .site-toolbar { gap:0; }
  .site-toolbar > a, .site-toolbar > button:not(.theme-toggle), .site-help summary { padding:8px 10px; font-size:12px; }
  .site-toolbar .site-nav-optional, .site-toolbar .site-help { display:none; }
  .site-toolbar > .site-account-button { margin-left:4px; }
  .site-account-button .site-icon { display:none; }
  #view-connect .product-home { padding:0 24px; }
  .site-hero { grid-template-columns:1fr; gap:46px; padding:52px 0 40px; }
  .site-hero h1 { font-size:clamp(42px,7vw,56px); }
  .site-hero-copy { max-width:540px; }
  .site-eyebrow { font-size:11px; margin-bottom:18px; }
  .site-lead { margin-top:20px; font-size:15px; }
  .site-actions { margin-top:25px; }
  .site-hero-note { margin-top:16px; }
  .product-preview { max-width:580px; width:100%; justify-self:center; padding:0 18px 0 0; }
  .preview-wallpaper { height:300px; }
  .preview-files { top:33px; height:204px; grid-template-columns:85px 1fr; }
  .preview-phone { width:99px; height:193px; padding-top:25px; }
  .preview-phone-screen { height:56px; margin-top:12px; }
  .preview-phone-heading strong { font-size:13px; }
  .preview-pointer { top:195px; left:52%; }
  .product-preview figcaption { flex-direction:row; font-size:9px; padding-right:93px; }
  .site-platforms { flex-direction:column; align-items:flex-start; gap:18px; padding:24px 0; font-size:11px; }
  .site-platforms > div { width:100%; flex-wrap:wrap; gap:16px 22px; }
  .site-platforms .site-icon { width:16px; height:16px; }
  .site-experience { grid-template-columns:1fr; padding:64px 0; gap:34px; }
  .site-section-heading h2,.connection-story h2 { font-size:32px; }
  .site-section-heading > p:not(.site-eyebrow) { margin-top:18px; font-size:13px; }
  .site-benefits { gap:26px; }
  #connect { grid-template-columns:1fr; padding:64px 0; gap:28px; }
  .connection-story .connection-description { margin:18px 0 22px; }
  .site-steps { display:none; }
  .guest-card { padding:24px; }
  .site-downloads { padding:44px 20px 24px; margin:0 -8px; border-radius:20px; }
  .site-downloads .site-section-heading { text-align:left; }
  .site-downloads .site-eyebrow { justify-content:flex-start; }
  .site-downloads .site-section-heading h2 { font-size:28px; }
  .download-channel-picker { align-items:stretch; flex-direction:column; gap:11px; margin-top:26px; padding:14px; }
  .download-channel-segment { width:100%; }
  .download-channel-segment button { flex:1; min-height:38px; }
  .download-channel-status { margin-top:10px; }
  .site-downloads .download-grid { grid-template-columns:1fr; gap:12px; margin-top:28px; }
  .site-downloads .download-card { display:grid; grid-template-columns:34px 1fr; gap:20px; padding:24px 20px 20px; }
  .site-downloads .download-icon { grid-column:1; }
  .site-downloads .download-copy { grid-column:2; }
  .site-downloads .download-copy small { min-height:0; }
  .site-downloads .site-download-action { grid-column:1 / -1; }
  .site-faq { grid-template-columns:1fr; gap:28px; padding:64px 0; }
  .site-faq h2 { font-size:28px; margin-bottom:10px; }
  #view-connect .compact-footer { margin:0 24px; width:auto; padding:30px 0 max(30px,env(safe-area-inset-bottom)); gap:20px; }
  .compact-footer nav { flex-direction:column; gap:0; }
  .compact-footer nav a { padding:8px 0; }
}
@media (max-width:420px) {
  #view-connect .compact-site-header { padding:10px 16px; }
  .compact-site-header .brand span { display:inline; font-size:12px; }
  .compact-site-header .brand { gap:7px; }
  .compact-site-header .brand-icon { width:26px; height:26px; flex-basis:26px; }
  .site-toolbar { margin-left:auto; }
  .product-preview figcaption { flex-direction:column; gap:4px; }
  .preview-files { grid-template-columns:64px 1fr; left:14px; width:calc(100% - 28px); }
  .preview-files-sidebar { font-size:8px; }
  .preview-files-content { padding:21px 10px; }
  .preview-folders { gap:6px; }
  .preview-folders .site-icon { width:27px; height:27px; }
  .preview-files-heading { font-size:11px; }
  .preview-file-row > .site-icon { display:none; }
  .site-platforms > div { display:grid; grid-template-columns:1fr 1fr; }
}
@media (max-width:360px) { .compact-site-header .brand span { display:none; } }
@media (prefers-reduced-motion:reduce) {
  [data-reveal], .reveal-pending { opacity:1; transform:none; transition:none; }
  .site-dialog[open] { animation:none; }
  .site-downloads .download-card:hover { transform:none; }
}
@media (prefers-reduced-transparency:reduce) {
  #view-connect .compact-site-header { background:var(--ui-surface-solid); backdrop-filter:none; -webkit-backdrop-filter:none; }
}

@media (pointer: coarse) {
  #view-connect .theme-toggle { width:44px; height:44px; min-width:44px; min-height:44px; }
  #view-connect .session-mode-segment { min-height:44px; }
  #view-connect .session-mode-segment button,
  #view-connect .session-mode-picker.compact .session-mode-segment button { min-height:44px; }
}

/* Public navigation: keep the promise visible, group the supporting material. */
#view-connect .site-help.site-more { position: relative; display: block; }
#view-connect .site-help.site-more > summary {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 44px;
  padding: 10px 14px;
  color: var(--ui-text-secondary);
  border-radius: 10px;
  cursor: pointer;
  list-style: none;
  transition: color 150ms ease, background 150ms ease;
}
#view-connect .site-help.site-more > summary::-webkit-details-marker { display: none; }
#view-connect .site-help.site-more > summary:hover { color: var(--ui-text); background: var(--ui-surface-muted); }
#view-connect .site-help.site-more > summary .site-icon { width: 14px; height: 14px; transition: transform 160ms ease; }
#view-connect .site-help.site-more[open] > summary .site-icon { transform: rotate(180deg); }
#view-connect .site-more-menu {
  position: absolute;
  z-index: 40;
  top: calc(100% + 8px);
  right: 0;
  width: 246px;
  display: grid;
  gap: 2px;
  padding: 8px;
  border: 1px solid var(--ui-line-strong);
  border-radius: 15px;
  background: color-mix(in srgb, var(--ui-bg-elevated) 96%, transparent);
  box-shadow: 0 18px 42px rgba(15, 23, 42, .16), var(--ui-shadow-md);
  -webkit-backdrop-filter: blur(22px) saturate(145%);
  backdrop-filter: blur(22px) saturate(145%);
}
#view-connect .site-menu-label { padding: 4px 9px 7px; color: var(--ui-text-tertiary); font-size: 9px; font-weight: 650; letter-spacing: .05em; }
#view-connect .site-more-menu a {
  min-height: 43px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  padding: 7px 9px;
  color: var(--ui-text);
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 11px;
  line-height: 1.25;
  transition: background 150ms ease, border-color 150ms ease;
}
#view-connect .site-more-menu a:hover { border-color: var(--ui-line); background: var(--ui-surface-muted); }
#view-connect .site-more-menu a small { color: var(--ui-text-tertiary); font-size: 9px; }
#view-connect .site-about {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  padding: 64px 0 20px;
  border-top: 1px solid var(--ui-line);
}
#view-connect .site-about-mark { width: 66px; height: 66px; }
#view-connect .site-about-icon, #view-connect .site-about-icon img { width: 100%; height: 100%; display: block; }
#view-connect .site-about-icon img { border-radius: 19px; box-shadow: var(--ui-shadow-sm); }
#view-connect .site-about-copy .site-eyebrow { margin-bottom: 9px; }
#view-connect .site-about-copy h2 { margin: 0; color: var(--ui-text); font-size: clamp(23px, 2.5vw, 32px); font-weight: 600; letter-spacing: -.045em; }
#view-connect .site-about-copy > p:not(.site-eyebrow) { max-width: 600px; margin: 12px 0 0; color: var(--ui-text-secondary); font-size: 12px; line-height: 1.8; }
#view-connect .site-about-links { display: grid; gap: 6px; min-width: 120px; }
#view-connect .site-about-links a { display: inline-flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 34px; padding: 6px 0; color: var(--ui-text-secondary); border-bottom: 1px solid var(--ui-line); font-size: 11px; }
#view-connect .site-about-links a:hover { color: var(--ui-accent); }
#view-connect .site-about-links .site-icon { width: 14px; height: 14px; transition: transform 150ms ease; }
#view-connect .site-about-links a:hover .site-icon { transform: translateX(3px); }

@media (max-width: 760px) {
  #view-connect .site-toolbar .site-help.site-more { display: block; }
  #view-connect .site-help.site-more > summary { padding: 8px 10px; font-size: 12px; }
  #view-connect .site-more-menu { right: -4px; width: min(246px, calc(100vw - 24px)); }
  #view-connect .site-about { grid-template-columns: 1fr; align-items: start; gap: 16px; padding: 52px 0 10px; }
  #view-connect .site-about-mark { width: 56px; height: 56px; }
  #view-connect .site-about-links { display: flex; gap: 18px; min-width: 0; }
  #view-connect .site-about-links a { flex: 1; }
}
@media (prefers-reduced-transparency: reduce) {
  #view-connect .site-more-menu { background: var(--ui-bg-elevated); -webkit-backdrop-filter: none; backdrop-filter: none; }
}

@media (max-width:1000px) {
  .remote-preview-screen { left:42px; width:calc(100% - 84px); }
  .remote-preview-window-one { left:28px; }
  .remote-preview-window-two { right:28px; }
  .remote-preview-sessionbar { gap:9px; padding-inline:11px; }
  .remote-preview-status { right:16px; gap:8px; }
}
@media (max-width:760px) {
  .remote-preview-stage { height:300px; }
  .remote-preview-screen { top:39px; left:24px; width:calc(100% - 48px); height:184px; }
  .remote-preview-screenbar { padding-inline:12px; }
  .remote-preview-screenbody { gap:10px; padding-inline:18px; }
  .remote-preview-screen-copy strong { font-size:12px; }
  .remote-preview-screen-copy span { font-size:8px; }
  .remote-preview-screenbody::after { right:18px; width:78px; }
  .remote-preview-screen-actions { right:18px; }
  .remote-preview-pointer { top:130px; left:57%; }
  .remote-preview-sessionbar { bottom:12px; gap:7px; padding:7px 9px; }
  .remote-preview-sessionbar > span { font-size:7px; }
  .remote-preview-sessionbar .site-icon { width:10px; height:10px; }
  .remote-preview-status { top:13px; right:13px; font-size:7px; }
  .remote-preview-phone { width:99px; height:193px; padding-top:25px; }
  .remote-phone-heading { font-size:10px; }
  .remote-phone-heading strong { font-size:13px; }
  .remote-phone-track { height:42px; margin-top:10px; padding-bottom:6px; }
  .remote-phone-track span { height:15px; }
  .remote-phone-track span:nth-child(2) { height:24px; }
  .remote-phone-track span:nth-child(3) { height:19px; }
  .remote-phone-pad { margin-top:9px; padding:7px 6px; font-size:7px; }
  .remote-preview + .remote-preview-phone + figcaption { padding-right:93px; }
}
@media (max-width:420px) {
  .remote-preview-top { padding-inline:10px; font-size:9px; }
  .remote-preview-title { max-width:150px; overflow:hidden; text-overflow:ellipsis; }
  .remote-preview-stage { height:284px; }
  .remote-preview-screen { top:37px; left:15px; width:calc(100% - 30px); height:172px; }
  .remote-preview-screenbar { padding-inline:10px; font-size:9px; }
  .remote-preview-screenbar small { font-size:7px; }
  .remote-preview-screenbody { gap:8px; padding-inline:12px; }
  .remote-preview-app-icon { width:30px; height:30px; border-radius:8px; }
  .remote-preview-app-icon .site-icon { width:17px; height:17px; }
  .remote-preview-screen-copy strong { font-size:11px; }
  .remote-preview-screen-copy span { max-width:110px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
  .remote-preview-screen-actions, .remote-preview-screenbody::after { display:none; }
  .remote-preview-pointer { top:119px; left:58%; }
  .remote-preview-pointer > svg { width:19px; height:24px; }
  .remote-preview-sessionbar { left:46%; gap:5px; padding:6px 7px; }
  .remote-preview-sessionbar > span { font-size:6px; }
  .remote-preview-sessionbar > span:nth-child(4) { display:none; }
  .remote-preview-sessionbar .site-icon { width:9px; height:9px; }
  .remote-preview-status { top:12px; right:10px; gap:5px; }
  .remote-preview-status > span:nth-child(2) { display:none; }
  .remote-preview-window-one { left:16px; width:39%; }
  .remote-preview-window-two { right:14px; width:30%; }
}

/* Management center: one stable dialog, three purposeful destinations, and
   a settings surface that remains comfortable on both desktop and touch. */
.site-dialog.account-dialog {
  width: min(720px, calc(100vw - 32px));
  height: fit-content;
  min-height: 0;
  max-height: calc(100dvh - 32px);
  display: none;
  flex-direction: column;
  gap: 0;
  padding: 0;
  overflow: hidden;
}
.site-dialog.account-dialog[open] { display: flex; }
.account-dialog .site-dialog-heading {
  flex: 0 0 auto;
  margin: 0;
  padding: 24px 28px 0;
}
.account-dialog .site-dialog-heading h2 { font-size: 25px; letter-spacing: -.045em; }
.account-dialog > .tabs {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3px;
  margin: 20px 28px 0;
  padding: 4px;
  border: 1px solid var(--ui-line);
  border-radius: 13px;
  background: var(--ui-surface-muted);
}
.account-dialog > .tabs .tab {
  min-width: 0;
  min-height: 42px;
  overflow: hidden;
  padding-inline: 8px;
  color: var(--ui-text-secondary);
  border: 0;
  border-radius: 9px;
  background: transparent;
  font-size: 11px;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.account-dialog > .tabs .tab.active {
  color: var(--ui-text);
  background: var(--ui-surface-solid);
  box-shadow: 0 3px 10px rgba(15, 23, 42, .08);
}
.account-dialog > .tabpane {
  min-height: 0;
  flex: 0 1 auto;
  max-height: calc(100dvh - 190px);
  overflow-y: auto;
  padding: 24px 28px 30px;
  scrollbar-width: thin;
}
.account-dialog #tab-account { display: block; }
.account-dialog #tab-account.hidden,
.account-dialog #tab-lan.hidden,
.account-dialog #tab-account-settings.hidden { display: none; }
.account-dialog #account-session { padding-bottom: 4px; }
.web-settings-intro { display: grid; gap: 6px; margin-bottom: 16px; }
.web-settings-intro h3 { margin: 0; color: var(--ui-text); font-size: 22px; font-weight: 680; letter-spacing: -.04em; }
.web-settings-intro p { margin: 0; color: var(--ui-text-secondary); font-size: 11px; line-height: 1.65; }
.web-settings-card {
  margin-top: 12px;
  padding: 18px;
  border: 1px solid var(--ui-line);
  border-radius: 16px;
  background: color-mix(in srgb, var(--ui-surface-muted) 64%, var(--ui-surface-solid));
}
.web-settings-card:first-of-type { margin-top: 0; }
.web-settings-card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.web-settings-card-head > div { min-width: 0; display: grid; gap: 4px; }
.web-settings-card-head strong { color: var(--ui-text); font-size: 14px; font-weight: 680; }
.web-settings-card-note { flex: 0 0 auto; color: var(--ui-text-tertiary); font-size: 9px; line-height: 1.5; text-align: right; }
.web-settings-list { margin-top: 12px; border-top: 1px solid var(--ui-line); }
.web-settings-row {
  min-height: 62px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 11px 0;
  border-bottom: 1px solid var(--ui-line);
}
.web-settings-row > div:first-child { min-width: 0; display: grid; gap: 4px; }
.web-settings-row strong { color: var(--ui-text); font-size: 11px; font-weight: 650; }
.web-settings-row span { color: var(--ui-text-tertiary); font-size: 9px; line-height: 1.45; }
.web-settings-control {
  width: 170px;
  min-height: 38px;
  padding: 0 10px;
  color: var(--ui-text);
  outline: none;
  border: 1px solid var(--ui-line-strong);
  border-radius: 9px;
  background: var(--ui-surface-solid);
  font: inherit;
  font-size: 10px;
}
.web-settings-control:focus-visible { border-color: var(--ui-accent); box-shadow: 0 0 0 3px var(--ui-accent-soft); }
.web-switch { display: inline-flex; align-items: center; gap: 8px; cursor: pointer; }
.web-switch input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.web-switch > span { position: relative; width: 38px; height: 23px; border-radius: 999px; background: var(--ui-line-strong); transition: background 150ms ease; }
.web-switch > span::after { content: ""; position: absolute; top: 3px; left: 3px; width: 17px; height: 17px; border-radius: 50%; background: var(--ui-surface-solid); box-shadow: 0 1px 3px rgba(15, 23, 42, .22); transition: transform 150ms ease; }
.web-switch input:checked + span { background: var(--ui-accent); }
.web-switch input:checked + span::after { transform: translateX(15px); }
.web-switch input:focus-visible + span { outline: 2px solid var(--ui-accent); outline-offset: 3px; }
.web-switch em { color: var(--ui-text-secondary); font-size: 10px; font-style: normal; }
.web-theme-segment { display: inline-flex; gap: 2px; padding: 3px; border-radius: 9px; background: var(--ui-surface-muted); }
.web-theme-segment button { min-height: 31px; padding: 5px 10px; color: var(--ui-text-secondary); border: 0; border-radius: 7px; background: transparent; font: inherit; font-size: 10px; cursor: pointer; }
.web-theme-segment button:not(.active) { color: var(--ui-text); }
.web-theme-segment button:hover:not(.active) { background: var(--ui-surface-hover); }
.web-theme-segment button.active { color: var(--ui-text); background: var(--ui-surface-solid); box-shadow: 0 2px 7px rgba(15, 23, 42, .12); }
.web-theme-segment button:focus-visible { outline: 2px solid var(--ui-accent); outline-offset: 2px; }
.web-settings-footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 42px; padding-top: 12px; }
.web-settings-status { min-height: 17px; margin: 0; color: var(--ui-text-tertiary); font-size: 10px; }
.web-settings-footer .btn { flex: 0 0 auto; min-height: 38px; }
.account-security-login-hint { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 4px 14px; margin-top: 14px; padding: 13px; border: 1px solid var(--ui-line); border-radius: 12px; background: var(--ui-surface-solid); }
.account-security-login-hint strong { color: var(--ui-text); font-size: 11px; }
.account-security-login-hint span { color: var(--ui-text-tertiary); font-size: 9px; line-height: 1.5; }
.account-security-login-hint .btn { grid-row: 1 / 3; grid-column: 2; }
.account-security-content { margin-top: 14px; }
.web-security-card .auth-sessions-panel,
.web-security-card .security-activity-panel,
.web-security-card .account-danger-zone { margin-top: 0; }
.web-security-card .security-activity-panel,
.web-security-card .account-danger-zone { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--ui-line); }

@media (max-width: 600px) {
  .site-dialog.account-dialog { width: calc(100vw - 20px); height: calc(100dvh - 20px); max-height: calc(100dvh - 20px); border-radius: 20px; }
  .account-dialog .site-dialog-heading { padding: 18px 18px 0; }
  .account-dialog > .tabs { margin: 16px 18px 0; }
  .account-dialog > .tabpane { flex: 1 1 auto; max-height: none; padding: 18px 18px 24px; }
  .web-settings-card { padding: 15px; border-radius: 14px; }
  .web-settings-card-head { display: grid; gap: 4px; }
  .web-settings-card-note { text-align: left; }
  .web-settings-row { grid-template-columns: 1fr; align-items: start; gap: 10px; padding: 13px 0; }
  .web-settings-control { width: 100%; }
  .web-switch, .web-theme-segment { justify-self: start; }
  .web-settings-footer { align-items: flex-start; flex-direction: column; gap: 8px; }
  .web-settings-footer .btn { width: 100%; }
  .account-security-login-hint { grid-template-columns: 1fr; }
  .account-security-login-hint .btn { grid-row: auto; grid-column: auto; justify-self: start; margin-top: 6px; }
}
