/* Musonime: full-dark product system, shared by all public pages. */
@font-face { font-family:Manrope; font-style:normal; font-weight:200 800; font-display:swap; src:url('/site-assets/fonts/manrope-latin.woff2') format('woff2'); }
:root { color-scheme: dark; --bg:#09090b; --surface:#111113; --raised:#18181d; --line:#28282f; --text:#fafafa; --muted:#a1a1aa; --brand:#ff5c7a; --brand-hover:#ff4166; font-family:Manrope,"Segoe UI",-apple-system,BlinkMacSystemFont,ui-sans-serif,system-ui,sans-serif; font-synthesis:none; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; scroll-padding-top:112px; }
body { margin:0; background:var(--bg); color:var(--text); font-size:16px; line-height:1.7; }
[hidden] { display:none!important; }
::selection { background:var(--brand); color:#09090b; }
a { color:inherit; text-decoration:none; }
  button,input,select,textarea { font:inherit; }
button,a,summary { touch-action:manipulation; -webkit-tap-highlight-color:transparent; cursor:pointer; }
a,button,summary { transition:color .2s,background-color .2s,border-color .2s,box-shadow .2s; }
button,summary { cursor:pointer; }
button:disabled { opacity:.5; cursor:default; }
:focus-visible { outline:3px solid var(--brand); outline-offset:5px; }
img { display:block; max-width:100%; object-fit:contain; }
svg { vertical-align:middle; flex-shrink:0; }
figure,dl,dd,h1,h2,h3,p { margin:0; }
h1,h2,h3 { text-wrap:balance; }
h1 { font-size:clamp(2.65rem,4.8vw,4.4rem); line-height:1.1; font-weight:800; letter-spacing:-.055em; }
h2 { font-size:clamp(1.85rem,3.2vw,2.8rem); line-height:1.18; font-weight:750; letter-spacing:-.04em; }
h3 { font-size:19px; line-height:1.4; font-weight:650; letter-spacing:-.02em; }
h1 em,h2 em { color:var(--brand); font-style:normal; }
p { color:var(--muted); }
hr { border:0; border-top:1px solid var(--line); margin-block:28px; }
.container { width:min(1200px,calc(100% - 80px)); margin-inline:auto; }
.section { padding-block:80px; }
.small { font-size:12px; }
.muted { color:var(--muted); }
.eyebrow { font-size:10px; font-weight:700; letter-spacing:.16em; color:var(--brand); margin-bottom:18px; }
.button,.secondary-button { display:inline-flex; align-items:center; justify-content:center; gap:14px; min-height:54px; padding:15px 24px; font-size:14px; font-weight:700; line-height:1.5; border-radius:12px; border:1px solid transparent; }
.button { background:var(--brand); color:#111113; border-color:var(--brand); }
.button:hover { background:var(--brand-hover); border-color:var(--brand-hover); box-shadow:0 5px 26px #ff5c7a24; }
.button:active,.secondary-button:active { translate:0 1px; }
.button svg,.secondary-button svg { width:19px; height:19px; }
.button-small { min-height:46px; padding:11px 18px; font-size:13px; }
.button-wide { width:100%; justify-content:space-between; }
.secondary-button { background:#19191f; border-color:#32323a; color:var(--text); }
.secondary-button:hover { background:#222229; border-color:#535361; }
.text-link,.text-button { display:inline-flex; align-items:center; gap:12px; min-height:44px; font-size:13px; font-weight:600; color:#e1e1e6; }
.text-link:hover,.text-button:hover { color:var(--brand); }
.text-link svg,.text-button svg { width:17px; height:17px; transition:transform .2s; }
.text-link:hover svg { transform:translateX(3px); }
.text-button { border:0; background:transparent; padding:8px 0; }
.icon-button { display:inline-grid; place-items:center; min-width:44px; min-height:44px; border:0; border-radius:10px; padding:10px; background:transparent; color:inherit; }
.icon-button:hover { background:#ffffff0d; color:var(--brand); }
.icon-button svg { width:21px; height:21px; }
.notice { border:1px solid #ff5c7a40; border-radius:12px; background:#ff5c7a0b; padding:18px; font-size:14px; }

/* Navigation and enlarged logo */
.site-header { position:sticky; top:0; z-index:20; background:#09090bf5; border-bottom:1px solid #ffffff0a; backdrop-filter:blur(16px); }
.header-inner { display:flex; align-items:center; gap:32px; min-height:104px; }
.brand { display:inline-flex; align-items:center; gap:12px; flex-shrink:0; }
.brand-mark { width:76px; height:76px; }
.brand-name { font-size:21px; line-height:1.25; font-weight:850; letter-spacing:.02em; }
.brand-name small { display:block; color:#a1a1aa; font-size:7px; letter-spacing:.2em; font-weight:500; margin-top:6px; }
.primary-nav { margin-left:auto; display:flex; gap:8px; }
.primary-nav a { padding:10px 15px; font-size:13px; color:#aeafb9; border-radius:9px; }
.primary-nav a:hover { color:var(--text); background:#ffffff07; }
.primary-nav [aria-current] { color:var(--brand); background:#ff5c7a0c; }
.header-actions { display:flex; align-items:center; gap:8px; }
.menu-toggle,.mobile-nav { display:none; }
.site-header.is-scrolled { box-shadow:0 8px 32px #0004; border-color:#ffffff12; }
.site-footer { padding-top:58px; background:#0e0e11; border-top:1px solid var(--line); }
.footer-top { display:grid; grid-template-columns:1fr 1.6fr; gap:64px; padding-bottom:52px; }
.brand-footer .brand-mark { width:88px; height:88px; }
.footer-top>div>p { margin-top:18px; font-size:14px; line-height:1.9; }
.footer-links { display:grid; grid-template-columns:repeat(3,1fr); gap:30px; padding-top:17px; }
.footer-links h2 { font-size:13px; font-weight:650; letter-spacing:0; margin-bottom:18px; }
.footer-links a { display:block; color:#a1a1aa; font-size:12px; padding-block:8px; }
.footer-links a:hover { color:var(--brand); }
.footer-bottom { display:flex; align-items:center; justify-content:space-between; gap:20px; padding-block:20px; min-height:80px; border-top:1px solid var(--line); color:#92929e; font-size:11px; }
.footer-bottom a { display:inline-flex; align-items:center; gap:12px; min-height:44px; }
.footer-bottom svg { width:15px; height:15px; }
.skip-link { position:fixed; left:16px; top:-100px; z-index:100; padding:12px 20px; background:var(--brand); color:#09090b; }
.skip-link:focus { top:12px; }

/* Product hero */
.home-hero { display:grid; grid-template-columns:1.08fr 1fr; gap:60px; padding-block:54px 40px; align-items:center; }
.hero-copy { padding-block:20px 45px; }
.hero-kicker { display:inline-flex; align-items:center; gap:8px; font-size:11px; color:#f1c6d0; padding:8px 13px; border-radius:30px; border:1px solid #ff5c7a28; background:#ff5c7a07; margin-bottom:25px; }
.hero-kicker svg { width:14px; height:14px; color:var(--brand); }
.hero-copy h1 { font-size:clamp(2.7rem,4.6vw,4.2rem); line-height:1.11; }
.hero-description { max-width:465px; font-size:16px; line-height:1.85; margin-top:25px; }
.hero-actions { display:flex; align-items:center; gap:12px; flex-wrap:wrap; margin-top:30px; }
.hero-highlights { display:flex; gap:10px 18px; flex-wrap:wrap; margin-top:24px; }
.hero-highlights span { display:inline-flex; align-items:center; gap:6px; font-size:10px; color:#afafba; }
.hero-highlights svg { width:13px; height:13px; color:var(--brand); }
.experience-ribbon { display:grid; grid-template-columns:repeat(4,1fr); border-block:1px solid var(--line); padding-block:26px; gap:20px; }
.experience-ribbon>span { display:flex; align-items:center; justify-content:center; gap:12px; color:#b6b6c0; font-size:12px; }
.experience-ribbon svg { width:20px; height:20px; color:#ff8299; }

/* Interactive phone: readable proportions on desktop and mobile */
.app-showcase { position:relative; isolation:isolate; display:flex; align-items:center; flex-direction:column; padding:12px 0 4px; min-width:0; scroll-margin-top:115px; }
.showcase-aura { position:absolute; width:100%; height:70%; top:10%; z-index:-2; background:radial-gradient(ellipse,#ff5c7a1b,transparent 66%); pointer-events:none; }
.device-shell { position:relative; width:292px; border-radius:39px; border:6px solid #2b2b33; outline:1px solid #555560; background:#09090c; box-shadow:0 30px 65px #0009,inset 0 0 0 1px #060609; overflow:hidden; z-index:2; }
.device-shell::before { content:""; position:absolute; inset:0; border-radius:31px; border:1px solid #ffffff0a; pointer-events:none; z-index:5; }
.device-camera { position:absolute; top:9px; width:70px; height:19px; background:#030305; border-radius:18px; left:calc(50% - 35px); z-index:4; }
.device-status { height:37px; padding:11px 20px 0; display:flex; justify-content:space-between; font-size:9px; font-weight:700; line-height:1; color:#eeeef3; }
.battery-icon { display:inline-block; width:14px; height:7px; border:1px solid #d1d1d7; border-radius:2px; margin-left:4px; background:linear-gradient(90deg,#d1d1d7 70%,transparent 70%); }
.device-screen { height:488px; overflow:hidden; }
.preview-screen { padding:4px 13px 12px; height:100%; overflow:auto; scrollbar-width:none; }
.preview-screen::-webkit-scrollbar { display:none; }
.app-topbar { display:flex; align-items:center; justify-content:space-between; padding-block:8px 12px; font-size:15px; font-weight:750; letter-spacing:-.03em; }
.brand-period { color:var(--brand); }
.app-topbar svg { width:16px; height:16px; }
.app-greeting { margin-bottom:12px; }
.app-greeting>span { display:block; font-size:9px; color:#a1a1aa; margin-bottom:2px; }
.app-greeting strong { font-size:13px; font-weight:650; }
.app-featured { position:relative; height:184px; border-radius:13px; overflow:hidden; background:#191922; }
.app-featured>img { width:100%; height:100%; object-fit:cover; object-position:50% 27%; }
.app-featured-shade { position:absolute; inset:0; background:linear-gradient(0deg,#09090bfa 5%,#09090b8c 50%,#09090b05); }
.app-featured-copy { position:absolute; inset:auto 13px 12px; }
.app-featured-copy>span { font-size:6px; color:#ff9cb0; letter-spacing:1px; font-weight:700; }
.app-featured-copy h3 { font-size:17px; line-height:1.2; margin:4px 0; max-width:205px; }
.app-featured-copy p { font-size:8px; color:#c7c7d1; }
.app-featured-copy button { display:inline-flex; align-items:center; gap:5px; margin-top:8px; min-height:32px; border:0; border-radius:6px; background:var(--brand); color:#111113; padding:6px 10px; font-weight:700; font-size:9px; }
.app-featured-copy button svg { width:11px; height:11px; }
.app-section-title { display:flex; justify-content:space-between; font-size:10px; font-weight:650; margin:14px 0 8px; }
.app-section-title>span { color:#a1a1aa; font-weight:400; font-size:7px; }
.app-continue { width:100%; display:flex; align-items:center; gap:9px; padding:8px; border:1px solid #28282f; background:#17171d; color:#fafafa; text-align:left; border-radius:10px; }
.app-continue>img { width:35px; height:42px; border-radius:4px; object-fit:cover; }
.app-continue>span { flex:1; min-width:0; }
.app-continue strong { display:block; font-size:9px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.app-continue small { color:#ababba; font-size:7px; }
.app-continue i { display:block; height:2px; background:linear-gradient(90deg,#ff5c7a 23%,#3a3a44 23%); border-radius:4px; margin-top:4px; }
.app-continue>svg { width:16px; height:16px; color:var(--brand); }
.app-posters { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; }
.app-posters img { width:100%; aspect-ratio:2/2.8; height:auto; object-fit:cover; border-radius:7px; background:#202029; }
.app-posters span { display:block; font-size:7px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; margin-top:5px; }
.device-nav { height:44px; display:flex; justify-content:space-around; align-items:center; border-top:1px solid #23232a; background:#121216; }
.device-nav span { display:flex; flex-direction:column; align-items:center; gap:3px; color:#90909d; font-size:6px; }
.device-nav span:first-child { color:var(--brand); }
.device-nav svg { width:14px; height:14px; }
.device-home-indicator { width:76px; height:3px; background:#eeeef4; border-radius:8px; margin:8px auto 10px; }
.preview-tabs { display:flex; gap:5px; padding:5px; margin-top:25px; background:#18181d; border:1px solid #303039; border-radius:13px; z-index:3; }
.preview-tabs button { display:flex; align-items:center; gap:7px; min-height:42px; padding:10px 16px; border:0; border-radius:9px; background:none; color:#a9a9b7; font-size:11px; font-weight:650; }
.preview-tabs button svg { width:14px; height:14px; }
.preview-tabs button[aria-selected=true] { background:var(--brand); color:#111113; box-shadow:0 2px 12px #0003; }
.preview-tabs button:not([aria-selected=true]):hover { background:#25252e; color:#fff; }
.preview-disclaimer { font-size:9px; margin-top:12px; color:#9b9ba7; text-align:center; }
.poster-backplate { position:absolute; width:151px; height:223px; border:1px solid #ffffff1f; border-radius:13px; overflow:hidden; top:23%; z-index:-1; box-shadow:0 16px 32px #0005; }
.poster-backplate img { width:100%; height:100%; object-fit:cover; opacity:.65; }
.backplate-left { left:1%; transform:rotate(-13deg); }
.backplate-right { right:1%; top:41%; transform:rotate(13deg); }
.app-library-label { display:flex; justify-content:space-between; color:var(--brand); font-size:8px; margin:22px 0 12px; }
.app-library-label span { color:#a1a1aa; }
.app-library-item { display:flex; gap:10px; align-items:center; padding:12px 0; border-bottom:1px solid #27272f; }
.app-library-item>img { width:46px; height:65px; object-fit:cover; border-radius:6px; }
.app-library-item>div { min-width:0; flex:1; }
.app-library-item strong { font-size:10px; line-height:1.4; display:block; }
.app-library-item span,.app-library-item small { display:block; font-size:8px; color:#a1a1aa; margin-top:5px; }
.app-library-item>svg { width:15px; height:15px; color:var(--brand); }
.app-library-note { display:flex; gap:10px; padding:14px; margin-top:20px; background:#ff5c7a0c; border:1px solid #ff5c7a28; border-radius:10px; }
.app-library-note svg { width:17px; height:17px; color:var(--brand); }
.app-library-note p { font-size:9px; }
.mini-player { border:1px solid #2a2a33; border-radius:10px; overflow:hidden; margin-top:10px; }
.mini-video { position:relative; height:155px; overflow:hidden; }
.mini-video>img { width:100%; height:100%; object-fit:cover; object-position:50% 25%; filter:brightness(.65); }
.mini-play-symbol { position:absolute; top:50%; left:50%; translate:-50% -50%; display:grid; place-items:center; width:40px; height:40px; background:#09090b80; border:1px solid #ffffff60; border-radius:50%; }
.mini-play-symbol svg { width:20px; height:20px; }
.mini-resolution { position:absolute; right:8px; bottom:8px; background:#0009; padding:1px 5px; border-radius:4px; font-size:8px; }
.mini-player .demo-controls { padding:12px 9px 0; }
.mini-player .demo-toolbar { font-size:8px; margin-top:0; }
.mini-player .icon-button svg { width:17px; height:17px; }
.app-player-info { padding-block:18px; }
.app-player-info>span { color:var(--brand); font-size:7px; font-weight:700; letter-spacing:1px; }
.app-player-info h3 { font-size:16px; margin-block:7px 10px; }
.app-player-info p { font-size:10px; line-height:1.8; }
.app-player-options { display:flex; flex-direction:column; gap:8px; }
.app-player-options>span { background:#17171d; border:1px solid #292931; border-radius:8px; padding:9px 12px; font-size:10px; }
.app-player-options svg { width:14px; height:14px; color:#ff8299; margin-right:8px; }

/* Discovery and feature sections */
.catalog-section { padding-block:64px 72px; }
.section-bar { display:flex; justify-content:space-between; align-items:flex-end; gap:24px; margin-bottom:26px; }
.section-bar h2 { font-size:28px; }
.section-bar .eyebrow { margin-bottom:10px; }
.section-bar .text-link { flex-shrink:0; font-size:12px; }
.catalog-rail { display:grid; grid-template-columns:repeat(6,minmax(0,1fr)); gap:18px; }
.catalog-card { min-width:0; }
.catalog-poster { position:relative; border-radius:13px; overflow:hidden; border:1px solid #ffffff12; background:#191922; }
.catalog-poster>img { width:100%; height:auto; aspect-ratio:2/2.85; object-fit:cover; transition:transform .45s,filter .3s; }
.catalog-card:hover .catalog-poster>img { transform:scale(1.05); filter:brightness(.65); }
.poster-action { position:absolute; display:grid; place-items:center; inset:0; opacity:0; transition:opacity .25s; }
.poster-action svg { width:44px; height:44px; padding:10px; border-radius:50%; background:var(--brand); color:#09090b; }
.catalog-card:hover .poster-action,.catalog-card:focus-visible .poster-action { opacity:1; }
.poster-score { position:absolute; right:8px; top:8px; background:#09090be0; color:#f5d78b; font-size:10px; padding:4px 7px; border-radius:6px; }
.catalog-card h3 { font-size:13px; line-height:1.45; margin-top:12px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; text-wrap:auto; }
.catalog-card p { font-size:11px; margin-top:5px; }
.catalog-note { font-size:10px; margin-top:18px; }
.paper-section { background:#101014; padding-block:76px; border-block:1px solid #ffffff08; }
.split-section { display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:center; }
.split-section>* { min-width:0; }
.section-heading h2 { margin-bottom:20px; }
.section-heading>p:last-child:not(.eyebrow) { max-width:470px; font-size:14px; line-height:1.9; }
.section-heading+.text-link { margin-top:20px; }
.gesture-list { margin-block:28px 12px; }
.gesture-list>div { display:grid; grid-template-columns:100px 1fr; gap:20px; border-top:1px solid var(--line); padding-block:16px; }
.gesture-list dt { font-size:18px; font-weight:700; color:#ff8299; }
.gesture-list dd { font-size:13px; color:var(--muted); }
.feature-list { display:flex; flex-direction:column; gap:14px; }
.feature-row { position:relative; display:grid; grid-template-columns:1fr 28px; gap:20px; padding:24px; background:#141419; border:1px solid var(--line); border-radius:15px; transition:border-color .25s,transform .25s; }
.feature-row:hover { border-color:#ff5c7a50; background:#18181f; }
.feature-row .row-number { position:absolute; top:23px; left:22px; font-size:10px; color:var(--brand); }
.feature-row>div { padding-left:27px; }
.feature-row h3 { font-size:17px; }
.feature-row p { font-size:13px; margin-top:9px; }
.feature-row>svg { color:var(--brand); width:22px; height:22px; }
.row-number { color:var(--brand); font-size:11px; }
.start-section { border-top:1px solid var(--line); }
.steps { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; list-style:none; padding:0; margin:32px 0 0; }
.steps li { padding:26px; border:1px solid var(--line); background:#111116; border-radius:17px; }
.steps li>span { display:inline-grid; place-items:center; width:35px; height:35px; border-radius:10px; font-size:11px; color:#ff92a7; background:#ff5c7a13; margin-bottom:25px; }
.steps h3 { font-size:18px; margin-bottom:12px; }
.steps p { font-size:13px; }
.steps .text-link { font-size:12px; margin-top:16px; }
.support-strip { display:flex; align-items:center; justify-content:space-between; gap:25px; padding:26px 30px; border:1px solid #2b2b34; border-radius:16px; background:#15151a; margin-block:10px 60px; }
.support-strip>div { display:flex; align-items:center; gap:18px; }
.support-strip>div>svg { width:26px; height:26px; color:var(--brand); }
.support-strip h2 { font-size:19px; letter-spacing:-.02em; }
.support-strip p { font-size:13px; margin-top:6px; }
.support-strip .text-link { flex-shrink:0; }
.download-band { position:relative; overflow:hidden; display:grid; grid-template-columns:1.5fr .6fr; gap:32px; align-items:center; margin-bottom:80px; padding:50px 60px; border:1px solid #ff5c7a29; border-radius:25px; background:radial-gradient(ellipse at 100% 70%,#ff5c7a17,transparent 60%),#161218; }
.cta-brand { display:flex; align-items:center; gap:16px; margin-bottom:25px; }
.cta-brand>img { width:66px; height:66px; }
.cta-brand span { font-size:10px; color:#ff94a9; font-weight:600; letter-spacing:.11em; }
.download-band p { font-size:14px; margin-block:18px 25px; }
.download-band .button { margin-right:15px; }
.cta-caption { display:inline-block; font-size:10px; color:#b4aab3; margin-top:15px; }
.cta-mascot { width:250px; height:300px; object-fit:contain; justify-self:center; filter:drop-shadow(0 18px 18px #0004); }

/* Standalone player demonstration */
.player-demo { border:1px solid #303039; border-radius:18px; overflow:hidden; background:#09090d; box-shadow:0 20px 50px #0003; }
.demo-topline { display:flex; align-items:center; justify-content:space-between; gap:12px; padding:18px 20px; color:#ababba; font-size:8px; letter-spacing:1px; }
.demo-topline>span:first-child { color:#ededf3; display:flex; align-items:center; gap:8px; font-size:9px; font-weight:650; }
.demo-topline svg { color:var(--brand); width:14px; height:14px; }
.demo-picture { position:relative; aspect-ratio:16/10; overflow:hidden; }
.demo-picture>img { width:100%; height:100%; object-fit:cover; }
.demo-caption { position:absolute; left:24px; bottom:25px; font-size:27px; font-weight:750; letter-spacing:-.04em; text-shadow:0 2px 6px #0009; }
.demo-feedback { position:absolute; top:14px; right:14px; padding:7px 11px; font-size:12px; font-weight:650; border-radius:7px; background:#09090be8; color:#fafafa; }
.demo-feedback:empty { display:none; }
.demo-controls { padding:20px 20px 8px; }
.demo-track { height:3px; overflow:hidden; border-radius:3px; background:#33333d; }
.demo-track>span { display:block; width:8.611%; height:100%; background:var(--brand); transition:width .16s; }
.demo-toolbar { display:flex; align-items:center; justify-content:space-between; gap:12px; font-size:10px; font-variant-numeric:tabular-nums; margin-top:10px; }
.demo-toolbar>div { display:flex; align-items:center; gap:8px; }
.demo-play { display:grid; place-items:center; width:32px; height:32px; }
.demo-play svg { width:20px; height:20px; }
.demo-quality { font-size:9px; padding:1px 6px; border:1px solid #535361; border-radius:4px; }
.player-demo figcaption { font-size:10px; color:#a1a1b0; border-top:1px solid #23232c; padding:14px 20px; }

/* Shared subpage architecture */
.page-heading { max-width:900px; }
.page-emblem { display:inline-grid; place-items:center; width:48px; height:48px; margin-bottom:24px; border:1px solid #ff5c7a28; border-radius:14px; color:var(--brand); background:#ff5c7a0d; }
.page-emblem svg { width:22px; height:22px; }
.page-heading h1 { font-size:clamp(2.5rem,4.25vw,3.85rem); }
.page-intro { font-size:16px; max-width:620px; margin-top:24px; line-height:1.9; }
.features-hero { display:grid; grid-template-columns:1fr 1fr; gap:75px; align-items:center; padding-block:46px; }
.features-hero .button { margin-top:28px; }
.page-tabs { display:flex; justify-content:center; gap:8px; padding:6px; border:1px solid var(--line); background:#141419; border-radius:13px; margin:0 auto 48px; max-width:630px; }
.page-tabs a { padding:10px 24px; font-size:12px; border-radius:8px; text-align:center; }
.page-tabs a:hover { background:#ff5c7a14; color:var(--brand); }
.spec-list { margin-top:25px; border:1px solid var(--line); border-radius:13px; overflow:hidden; }
.spec-list>div { display:grid; grid-template-columns:140px 1fr; gap:18px; padding:17px 20px; background:#15151a; border-bottom:1px solid var(--line); }
.spec-list>div:last-child { border:0; }
.spec-list dt { font-size:13px; font-weight:650; }
.spec-list dd { font-size:13px; color:var(--muted); }
.service-notes { display:grid; gap:14px; }
.service-notes article { position:relative; padding:25px 25px 25px 63px; background:#17171d; border:1px solid #2c2c35; border-radius:14px; }
.service-notes article>svg { position:absolute; top:27px; left:23px; width:20px; height:20px; color:var(--brand); }
.service-notes h3 { font-size:17px; }
.service-notes p { font-size:13px; margin-top:9px; }

/* Download */
.download-heading { text-align:center; padding-bottom:48px; }
.download-heading .page-heading { margin-inline:auto; }
.download-heading .page-intro { margin-inline:auto; }
.download-compatibility { display:flex; gap:14px; flex-wrap:wrap; justify-content:center; align-items:center; color:#afafba; font-size:11px; margin-top:24px; }
.download-compatibility svg { width:17px; height:17px; color:var(--brand); }
.download-layout { display:grid; grid-template-columns:1fr 1.2fr; align-items:start; gap:65px; margin-bottom:65px; }
.download-card { position:relative; background:#15151b; border:1px solid #ff5c7a35; border-radius:22px; padding:32px; box-shadow:0 22px 50px #0003; min-width:0; }
.download-product { display:flex; gap:22px; align-items:center; padding-bottom:18px; }
.download-product>img { width:104px; height:104px; flex-shrink:0; }
.download-product h2 { font-size:29px; }
.download-product .eyebrow { margin-bottom:8px; font-size:9px; }
.download-product p:last-child { font-size:12px; margin-top:4px; }
.release-details { font-size:13px; margin-bottom:28px; }
.release-details>div { display:flex; justify-content:space-between; gap:16px; padding:14px 0; border-bottom:1px solid #2d2d37; }
.release-details dt { color:#a1a1af; }
.release-details dd { text-align:right; }
.availability { color:#81d9b3; font-size:12px; }
.availability::before { content:""; display:inline-block; width:6px; height:6px; border-radius:50%; background:currentColor; margin-right:6px; }
.download-fineprint { font-size:11px; margin-block:20px 24px; line-height:1.9; }
.download-fineprint a { text-decoration:underline; text-underline-offset:3px; }
.checksum-section { padding:5px 0; margin-bottom:18px; border-block:1px solid #30303a; }
.checksum-section summary { display:flex; align-items:center; justify-content:space-between; gap:14px; list-style:none; font-size:12px; min-height:48px; font-weight:600; }
summary::-webkit-details-marker { display:none; }
.checksum-section summary svg { width:17px; height:17px; }
.checksum-section[open] summary svg { transform:rotate(45deg); }
.checksum-section>p { font-size:12px; margin-bottom:12px; }
.checksum-section code { display:block; user-select:all; overflow-wrap:anywhere; background:#09090d; border:1px solid var(--line); border-radius:8px; padding:13px; font-size:11px; line-height:1.9; margin-bottom:10px; color:#d5d5e0; }
.checksum-actions { display:flex; gap:18px; flex-wrap:wrap; }
.checksum-actions .text-button { font-size:11px; gap:7px; }
.install-guide { padding-top:15px; }
.installation-steps { list-style:none; padding:0; margin:32px 0; }
.installation-steps li { display:grid; grid-template-columns:38px 1fr; gap:19px; position:relative; padding-bottom:30px; }
.installation-steps li>span { display:grid; place-items:center; align-self:start; min-height:38px; font-size:11px; font-weight:650; background:#ff5c7a10; color:#ff95aa; border:1px solid #ff5c7a24; border-radius:11px; }
.installation-steps h3 { font-size:18px; margin-top:4px; }
.installation-steps p { margin-top:9px; font-size:13px; line-height:1.85; }
.install-note { padding:23px; background:#141419; border:1px solid #30303a; border-radius:14px; }
.install-note h3 { font-size:16px; }
.install-note p { font-size:13px; margin-top:10px; }
.install-note .text-link { font-size:12px; margin-top:12px; }

/* Help center */
.help-hero { display:flex; flex-direction:column; align-items:center; text-align:center; gap:30px; padding-bottom:54px; }
.help-hero .page-intro { margin-inline:auto; }
.help-search { width:min(620px,100%); text-align:left; }
.help-search label { display:block; font-size:12px; margin-bottom:10px; color:#dadae4; }
.help-search>div { display:flex; align-items:center; gap:12px; padding:4px 15px; background:#1a1a22; border:1px solid #424250; border-radius:13px; box-shadow:0 8px 28px #0003; }
.help-search>div:focus-within { border-color:var(--brand); box-shadow:0 0 0 3px #ff5c7a14; }
.help-search>div>svg { width:20px; height:20px; color:var(--brand); }
.help-search input { width:100%; min-width:0; min-height:52px; background:transparent; border:0; outline:0; color:#fafafa; font-size:14px; }
.help-search input::placeholder { color:#a1a1b0; }
.help-search input::-webkit-search-cancel-button { -webkit-appearance:none; }
.help-search>p { font-size:11px; text-align:center; margin-top:12px; }
.help-layout { display:grid; grid-template-columns:.7fr 1.3fr; gap:60px; align-items:start; }
.help-layout aside { padding:26px; border:1px solid #2e2e39; border-radius:18px; background:#18181f; }
.help-layout aside h2 { font-size:28px; }
.help-layout aside>p:not(.eyebrow) { margin-top:20px; font-size:13px; }
.help-layout aside .text-link { margin-top:15px; color:var(--brand); }
.help-status { display:flex; align-items:center; gap:8px; margin-top:26px; padding-top:20px; border-top:1px solid #333340; font-size:11px; }
.help-status svg { width:15px; height:15px; }
.help-status svg:last-child { margin-left:auto; }
.faq-list { display:grid; gap:11px; }
.faq-item { border:1px solid #2d2d38; background:#16161c; border-radius:13px; overflow:hidden; transition:border-color .2s; }
.faq-item[open] { border-color:#ff5c7a55; }
.faq-item summary { list-style:none; display:flex; align-items:baseline; gap:14px; padding:20px 22px; }
.faq-item summary h3 { font-size:15px; line-height:1.6; flex:1; letter-spacing:0; text-wrap:auto; }
.faq-item summary:hover h3 { color:#ff94a9; }
.faq-number { font-size:10px; color:var(--brand); }
.faq-item summary>svg { width:18px; height:18px; align-self:center; transition:transform .25s; }
.faq-item[open] summary>svg { transform:rotate(45deg); color:var(--brand); }
.faq-answer { padding:0 22px 24px 49px; }
.faq-answer p { font-size:14px; line-height:1.9; }
.search-empty { padding:28px; background:#16161c; border:1px solid #30303a; border-radius:14px; }
.search-empty p { margin-block:14px; font-size:14px; }

/* About, contact, service status */
.about-hero { display:grid; grid-template-columns:1.5fr 1fr; gap:70px; align-items:center; }
.about-signature { display:flex; flex-direction:column; align-items:center; padding:38px 28px; background:radial-gradient(ellipse at 50% 25%,#ff5c7a0f,transparent 65%),#141418; border:1px solid #303037; border-radius:24px; text-align:center; }
.about-signature img { width:160px; height:160px; margin-bottom:30px; }
.about-signature span { color:#ff92a7; font-size:9px; font-weight:600; letter-spacing:.15em; }
.about-signature p { margin-top:18px; font-size:14px; }
.manifesto { display:grid; grid-template-columns:1fr 1fr; gap:0 80px; }
.manifesto>.eyebrow { grid-column:1/-1; }
.manifesto>div p { font-size:15px; line-height:1.9; }
.manifesto>div p+p { margin-top:20px; }
.about-principles { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.about-principles article { padding:29px; border:1px solid #2c2c35; border-radius:17px; background:#131318; }
.about-principles article>span { font-size:9px; color:var(--brand); letter-spacing:.08em; }
.about-principles h2 { font-size:28px; margin-block:23px 18px; }
.about-principles p { font-size:13px; }
.editorial-note { display:grid; grid-template-columns:270px 1fr; gap:55px; align-items:center; padding:32px 48px; margin-bottom:70px; border:1px solid #282831; background:#121217; border-radius:22px; }
.editorial-note>img { width:230px; height:260px; justify-self:center; }
.editorial-note p:not(.eyebrow) { margin-block:20px 12px; font-size:14px; }
.contact-layout { display:grid; grid-template-columns:1.1fr 1fr; gap:60px; align-items:start; }
.contact-method { display:flex; gap:17px; margin-top:15px; padding:23px; border:1px solid #2b2b35; background:#17171d; border-radius:14px; }
.contact-method:first-of-type { margin-top:30px; }
.contact-method>span { color:var(--brand); }
.contact-method svg { width:21px; height:21px; }
.contact-method h3 { font-size:16px; }
.contact-method p { margin-top:9px; font-size:13px; }
.contact-panel { background:#19191f; border:1px solid #ff5c7a33; border-radius:19px; padding:30px; }
.contact-panel h2 { font-size:27px; margin-bottom:22px; }
.contact-panel p { font-size:14px; }
.contact-panel h3 { font-size:16px; }
.contact-panel .small { font-size:12px; }
.contact-address { display:flex; align-items:center; gap:10px; padding:17px 0; margin-bottom:20px; border-block:1px solid var(--line); font-size:13px; }
.contact-address span { min-width:0; overflow-wrap:anywhere; }
.contact-address svg { width:17px; height:17px; color:var(--brand); }
.contact-address svg:last-child { margin-left:auto; }
.plain-list { padding-left:18px; font-size:13px; color:var(--muted); margin-block:17px; }
.plain-list li { padding-block:5px; }
.link-directory { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.link-directory>a { position:relative; padding:26px; background:#14141a; border:1px solid #2b2b35; border-radius:15px; }
.link-directory a:hover { border-color:#ff5c7a66; }
.link-directory a>span { font-size:9px; color:#a7a7b4; letter-spacing:.07em; }
.link-directory h2 { font-size:21px; line-height:1.4; margin-block:17px 23px; }
.link-directory svg { width:20px; height:20px; color:var(--brand); }
.status-card { background:#15151b; border:1px solid #35353f; border-radius:20px; margin-top:42px; overflow:hidden; }
.status-main { display:flex; align-items:flex-start; gap:25px; padding:36px; }
.status-indicator { display:grid; place-items:center; width:56px; height:56px; border:1px solid #78dcb945; background:#78dcb90a; color:#8bdcbc; border-radius:17px; flex-shrink:0; }
.status-indicator.maintenance { color:#edc393; background:#edc3930b; border-color:#edc39345; }
.status-main .eyebrow { color:#a5a5b4; font-size:9px; margin-bottom:10px; }
.status-main h2 { font-size:29px; }
.status-main p:last-child { margin-top:14px; font-size:14px; }
.status-bottom { display:flex; align-items:center; justify-content:space-between; gap:24px; padding:15px 36px; border-top:1px solid #2c2c35; background:#111115; }
.status-bottom>span { color:#a1a1af; font-size:11px; }
.status-bottom .text-button { font-size:11px; gap:8px; flex-shrink:0; }
.status-explanation { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; margin-top:26px; }
.status-explanation article { background:#121217; padding:26px; border:1px solid #26262f; border-radius:15px; }
.status-explanation h2 { font-size:17px; line-height:1.45; letter-spacing:-.02em; }
.status-explanation p { font-size:13px; margin-top:12px; }
.status-explanation .text-link { font-size:12px; margin-top:12px; }

/* Changelog and legal reading */
.release-entry { display:grid; grid-template-columns:240px 1fr; gap:60px; margin-top:50px; align-items:start; }
.release-entry aside { position:sticky; top:130px; border:1px solid #30303a; border-radius:16px; background:#15151b; padding:24px; }
.release-entry time { display:block; font-size:13px; font-weight:650; }
.release-label { display:inline-block; padding:5px 8px; margin-top:17px; border-radius:5px; background:#ff5c7a12; color:#ff95aa; font-size:8px; letter-spacing:.07em; }
.release-entry aside p { margin-top:16px; font-size:12px; }
.release-entry aside .text-link { margin-top:18px; font-size:12px; }
.release-entry article>h2 { margin-bottom:28px; }
.change-section { position:relative; margin-left:8px; padding:0 0 30px 30px; border-left:1px solid #373742; }
.change-section::before { content:""; position:absolute; left:-5px; top:7px; width:9px; height:9px; background:var(--brand); border-radius:50%; box-shadow:0 0 0 5px #ff5c7a0f; }
.change-category { display:inline-block; margin-bottom:11px; font-size:11px; color:var(--brand); }
.change-section h3 { font-size:20px; }
.change-section ul { color:var(--muted); padding-left:18px; margin-block:14px 0; }
.change-section li { font-size:14px; padding-block:4px; }
.legal-directory { display:grid; grid-template-columns:1fr 1fr; gap:20px; margin-top:40px; }
.legal-directory>a { display:grid; grid-template-columns:30px 1fr 24px; gap:16px; padding:27px; border:1px solid #30303a; background:#15151b; border-radius:17px; }
.legal-directory>a:hover { border-color:#ff5c7a55; background:#19191f; }
.legal-directory h2 { font-size:20px; line-height:1.35; }
.legal-directory p { font-size:13px; margin-top:11px; }
.legal-directory .row-number { padding-top:4px; }
.legal-directory>a>svg { width:18px; height:18px; align-self:center; color:var(--brand); }
.legal-heading { padding-block:25px 42px; }
.back-link { display:inline-flex; align-items:center; gap:10px; min-height:44px; margin-bottom:28px; color:#a1a1af; font-size:12px; }
.back-link svg { width:16px; height:16px; transform:rotate(180deg); }
.legal-heading h1 { font-size:clamp(2.25rem,4vw,3.5rem); }
.document-meta { display:flex; align-items:center; gap:24px; flex-wrap:wrap; font-size:11px; color:#a6a6b1; margin-top:28px; border-top:1px solid #292932; padding-top:18px; }
.document-meta .text-button { margin-left:auto; font-size:11px; gap:8px; }
.document-layout { display:grid; grid-template-columns:260px minmax(0,1fr); gap:48px; align-items:start; }
.document-sidebar { position:sticky; top:128px; padding:24px; background:#1a1a21; border:1px solid #303039; border-radius:16px; }
.document-sidebar nav { display:flex; flex-direction:column; }
.document-sidebar .eyebrow { font-size:9px; margin-bottom:15px; }
.document-sidebar nav>a { display:flex; align-items:baseline; gap:12px; padding:9px 0; font-size:11px; line-height:1.55; color:#b3b3c0; }
.document-sidebar nav>a>span { font-size:9px; color:#828293; }
.document-sidebar nav>a:hover,.document-sidebar nav>a[aria-current] { color:var(--brand); }
.document-help { display:flex; align-items:center; justify-content:space-between; gap:10px; border-top:1px solid #33333e; padding-top:16px; margin-top:17px; font-size:12px; }
.document-help svg { width:16px; height:16px; }
.document-body { padding:32px 38px; background:#15151b; border:1px solid #2d2d36; border-radius:19px; }
.document-body>section { padding-bottom:30px; margin-bottom:28px; border-bottom:1px solid #30303a; scroll-margin-top:130px; }
.document-section-number { color:var(--brand); font-size:10px; display:block; margin-bottom:10px; }
.document-body h2 { font-size:23px; margin-bottom:16px; line-height:1.4; }
.document-body p { color:#b8b8c4; font-size:15px; line-height:1.95; overflow-wrap:anywhere; }
.document-end { display:flex; align-items:center; justify-content:space-between; gap:24px; }
.document-end>span { font-size:9px; letter-spacing:.08em; color:#a1a1b0; }
.document-end .text-link { font-size:12px; }
.related-documents>div { display:grid; grid-template-columns:1fr 1fr; gap:15px; }
.related-documents .text-link { padding:18px 22px; justify-content:space-between; background:#141419; border:1px solid #2b2b35; border-radius:12px; font-size:12px; }
.empty-page { min-height:65vh; }
.empty-page .button { margin-top:28px; }

/* Finite motion; no-JS content is always visible. */
@keyframes hero-enter { from { opacity:0; transform:translateY(18px); } to { opacity:1; transform:translateY(0); } }
@keyframes screen-enter { from { opacity:.35; transform:translateX(12px); } to { opacity:1; transform:translateX(0); } }
@keyframes device-float { 0%,100% { transform:translateY(0); } 50% { transform:translateY(-7px); } }
.hero-copy,.page-heading { animation:hero-enter .45s ease-out both; }
.home-hero .app-showcase { animation:hero-enter .5s .08s ease-out both; }
.preview-screen.is-entering { animation:screen-enter .28s both; }
.device-shell.is-floating { animation:device-float 3.8s ease-in-out 1; }
.reveal-ready { opacity:0; transform:translateY(14px); transition:opacity .4s ease-out,transform .4s ease-out; }
.reveal-ready.is-visible { opacity:1; transform:translateY(0); }
.reveal-ready:focus-within { opacity:1; transform:none; }
.page-reading-progress { position:fixed; top:0; left:0; height:2px; z-index:30; background:var(--brand); width:100%; transform:scaleX(0); transform-origin:left; pointer-events:none; }

@media (max-width:1100px) {
  .container { width:calc(100% - 56px); }
  .header-inner { gap:22px; }
  .primary-nav a { padding-inline:11px; }
  .brand-name { font-size:18px; }
  .home-hero { gap:30px; }
  .hero-copy h1 { font-size:clamp(2.7rem,4.8vw,3.8rem); }
  .hero-description { font-size:15px; }
  .hero-actions .button,.hero-actions .secondary-button { padding-inline:18px; font-size:13px; }
  .poster-backplate { width:125px; height:183px; }
  .backplate-left { left:0; }
  .backplate-right { right:0; }
  .split-section,.features-hero,.manifesto { gap:45px; }
  .download-layout,.help-layout,.contact-layout { gap:38px; }
  .footer-top { gap:36px; grid-template-columns:1fr 1.6fr; }
  .brand-footer { gap:10px; }
  .footer-links { gap:22px; }
  .catalog-rail { gap:14px; }
  .document-layout { grid-template-columns:230px minmax(0,1fr); gap:28px; }
  .document-sidebar { padding:20px; }
  .document-body { padding:28px; }
}
@media (max-width:800px) {
  html { scroll-padding-top:102px; }
  .container { width:calc(100% - 40px); }
  .section,.paper-section { padding-block:55px; }
  .header-inner { min-height:88px; justify-content:space-between; gap:14px; }
  .brand-mark { width:60px; height:60px; }
  .primary-nav { display:none; }
  .js .menu-toggle { display:inline-grid; }
  .mobile-nav { display:grid; grid-template-columns:1fr 1fr; gap:3px 20px; padding-block:12px 24px; }
  .js .mobile-nav:not(.is-open) { display:none; }
  .mobile-nav.is-open { animation:hero-enter .2s both; }
  .mobile-nav a { font-size:13px; padding:12px; border-radius:8px; }
  .mobile-nav a[aria-current] { color:var(--brand); background:#ff5c7a10; }
  .home-hero { gap:30px; padding-block:36px; }
  .hero-copy { padding-bottom:18px; }
  .hero-copy h1 { font-size:38px; }
  .hero-kicker { font-size:9px; padding-inline:10px; }
  .hero-description { font-size:14px; }
  .hero-actions { margin-top:23px; }
  .hero-highlights { gap:7px 14px; }
  .hero-highlights span { font-size:9px; }
  .poster-backplate { display:none; }
  .device-shell { width:282px; }
  .device-screen { height:475px; }
  .preview-tabs button { padding-inline:12px; }
  .experience-ribbon { grid-template-columns:repeat(2,1fr); gap:18px; padding-block:23px; }
  .catalog-section { padding-block:46px; }
  .catalog-rail { display:flex; overflow-x:auto; gap:15px; padding-bottom:16px; scroll-snap-type:x mandatory; scrollbar-width:thin; scrollbar-color:#ff5c7a50 #17171d; }
  .catalog-card { flex:0 0 152px; scroll-snap-align:start; }
  .section-bar h2 { font-size:25px; }
  .section-bar .text-link { font-size:11px; }
  .split-section { grid-template-columns:1fr; gap:34px; }
  .player-demo { max-width:630px; width:100%; }
  .gesture-list>div { grid-template-columns:130px 1fr; }
  .steps { gap:15px; }
  .steps li { padding:22px; }
  .steps h3 { font-size:17px; }
  .support-strip { padding:24px; gap:20px; }
  .support-strip>div>svg { display:none; }
  .support-strip h2 { font-size:17px; }
  .support-strip p { font-size:12px; }
  .support-strip .text-link { font-size:12px; }
  .download-band { padding:36px; gap:20px; grid-template-columns:1.4fr .7fr; margin-bottom:55px; }
  .cta-mascot { height:230px; }
  .download-band h2 { font-size:32px; }
  .footer-top { grid-template-columns:1fr; gap:22px; padding-bottom:35px; }
  .footer-links { gap:35px; }
  .features-hero { gap:32px; padding-block:36px; }
  .features-hero .page-heading h1 { font-size:34px; }
  .features-hero .page-intro { font-size:14px; }
  .download-layout { gap:30px; grid-template-columns:1fr 1fr; }
  .download-card { padding:22px; }
  .download-product { flex-wrap:wrap; gap:14px; }
  .installation-steps { margin-top:25px; }
  .installation-steps li { grid-template-columns:30px 1fr; gap:14px; }
  .installation-steps li>span { min-height:32px; }
  .installation-steps h3 { font-size:16px; }
  .help-layout { grid-template-columns:1fr; gap:28px; }
  .help-layout aside h2 br { display:none; }
  .help-status { max-width:340px; }
  .about-hero { gap:35px; }
  .about-hero .page-heading h1 { font-size:37px; }
  .about-signature { padding:28px 20px; }
  .about-signature img { width:125px; height:125px; }
  .manifesto { gap:0 35px; }
  .manifesto h2 { font-size:30px; }
  .about-principles { gap:15px; }
  .about-principles article { padding:24px; }
  .about-principles h2 { font-size:25px; }
  .editorial-note { grid-template-columns:170px 1fr; padding:27px; gap:25px; }
  .editorial-note>img { width:165px; height:210px; }
  .contact-layout { gap:26px; }
  .contact-method { padding:19px; gap:12px; }
  .contact-panel { padding:24px; }
  .link-directory { gap:15px; }
  .link-directory>a { padding:22px; }
  .link-directory h2 { font-size:19px; }
  .status-explanation { gap:15px; }
  .status-explanation article { padding:23px; }
  .release-entry { grid-template-columns:195px 1fr; gap:35px; }
  .document-layout { grid-template-columns:195px minmax(0,1fr); gap:24px; }
  .document-sidebar { top:110px; padding:18px; }
  .document-body { padding:24px; }
  .document-body p { font-size:14px; }
  .document-body h2 { font-size:22px; }
  .document-end { flex-wrap:wrap; gap:12px; }
  .legal-directory>a { padding:23px; grid-template-columns:20px 1fr 20px; gap:12px; }
}
@media (max-width:600px) {
  h1 { font-size:39px; }
  h2 { font-size:29px; }
  .brand { gap:8px; }
  .brand-name { font-size:17px; }
  .brand-name small { font-size:6px; letter-spacing:.11em; }
  .header-actions { gap:2px; }
  .header-actions .button-small { min-height:42px; font-size:11px; padding:10px 12px; border-radius:9px; }
  .header-actions .button-small svg { display:none; }
  .header-actions .menu-toggle { min-width:38px; padding:8px; }
  .home-hero { grid-template-columns:1fr; gap:27px; padding-top:31px; }
  .hero-copy { text-align:center; padding-bottom:0; }
  .hero-copy h1 { font-size:clamp(37px,10vw,49px); }
  .hero-kicker { font-size:9px; margin-bottom:20px; }
  .hero-description { font-size:14px; margin:20px auto 0; max-width:390px; }
  .hero-actions { justify-content:center; gap:10px; }
  .hero-actions .button,.hero-actions .secondary-button { font-size:12px; min-height:49px; padding:12px 16px; gap:9px; }
  .hero-actions svg { width:17px; height:17px; }
  .hero-highlights { justify-content:center; margin-top:19px; gap:8px 13px; }
  .app-showcase { padding-top:10px; }
  .device-shell { width:min(292px,calc(100% - 8px)); }
  .device-screen { height:488px; }
  .preview-tabs { margin-top:21px; }
  .preview-tabs button { min-height:44px; padding-inline:15px; }
  .preview-disclaimer { font-size:8px; max-width:290px; }
  .experience-ribbon { gap:17px 9px; padding-block:22px; }
  .experience-ribbon>span { font-size:10px; gap:8px; justify-content:flex-start; }
  .experience-ribbon svg { width:17px; height:17px; }
  .section,.paper-section { padding-block:44px; }
  .catalog-section { padding-block:38px 42px; }
  .section-bar { display:block; margin-bottom:20px; }
  .section-bar h2 { font-size:25px; }
  .section-bar .text-link { margin-top:10px; min-height:35px; }
  .catalog-rail { gap:12px; }
  .catalog-card { flex-basis:133px; }
  .catalog-poster { border-radius:10px; }
  .catalog-card h3 { font-size:12px; margin-top:10px; }
  .catalog-note { font-size:9px; }
  .eyebrow { font-size:9px; margin-bottom:15px; }
  .section-heading h2 { margin-bottom:18px; }
  .gesture-list>div { grid-template-columns:85px 1fr; gap:16px; }
  .gesture-list dt { font-size:16px; }
  .gesture-list dd { font-size:12px; }
  .feature-row { padding:22px; gap:13px; }
  .feature-row>div { padding-left:24px; }
  .feature-row h3 { font-size:16px; }
  .feature-row p { font-size:12px; }
  .feature-row>svg { width:19px; height:19px; }
  .steps { grid-template-columns:1fr; gap:13px; margin-top:25px; }
  .steps li { padding:24px 24px 24px 73px; position:relative; }
  .steps li>span { position:absolute; left:22px; top:24px; }
  .steps h3 { font-size:18px; }
  .steps .text-link { margin-top:10px; }
  .support-strip { flex-direction:column; align-items:flex-start; gap:13px; margin-block:5px 40px; padding:23px; }
  .support-strip h2 { font-size:18px; line-height:1.4; }
  .support-strip p { font-size:12px; }
  .download-band { grid-template-columns:1fr; padding:28px; gap:14px; margin-bottom:40px; border-radius:19px; }
  .download-band h2 { font-size:31px; }
  .cta-brand { margin-bottom:18px; gap:12px; }
  .cta-brand>img { width:62px; height:62px; }
  .cta-brand span { font-size:8px; }
  .download-band .button { width:100%; justify-content:space-between; margin:0; }
  .cta-caption { font-size:9px; }
  .cta-mascot { height:185px; width:180px; margin:0 auto -28px; object-position:center top; }
  .site-footer { padding-top:36px; }
  .brand-footer .brand-name { font-size:20px; }
  .footer-top { gap:25px; padding-bottom:32px; }
  .footer-links { grid-template-columns:1fr 1fr; gap:28px 20px; }
  .footer-links>div:last-child { grid-column:1/-1; display:grid; grid-template-columns:1fr 1fr; gap:0 20px; }
  .footer-links>div:last-child h2 { grid-column:1/-1; }
  .footer-links a { font-size:11px; }
  .footer-bottom { flex-wrap:wrap; gap:10px 20px; font-size:10px; }
  .footer-bottom>span:nth-child(2) { display:none; }
  .player-demo { border-radius:14px; }
  .demo-topline { padding:14px; font-size:7px; }
  .demo-topline>span:first-child { font-size:8px; }
  .demo-controls { padding:16px 14px 6px; }
  .demo-toolbar { gap:6px; font-size:9px; }
  .demo-toolbar>div { gap:0; }
  .demo-caption { left:18px; bottom:20px; font-size:25px; }
  .player-demo figcaption { padding:12px 14px; font-size:9px; }
  .page-heading h1 { font-size:clamp(33px,9vw,43px); }
  .page-intro { font-size:14px; margin-top:20px; }
  .page-emblem { width:43px; height:43px; margin-bottom:20px; border-radius:12px; }
  .features-hero { grid-template-columns:1fr; gap:30px; }
  .features-hero>div:first-child { text-align:center; }
  .features-hero .page-intro { margin-inline:auto; }
  .features-hero .page-heading h1 { font-size:clamp(34px,9vw,44px); }
  .page-tabs { gap:3px; margin-bottom:34px; justify-content:space-between; }
  .page-tabs a { font-size:10px; padding:10px 9px; }
  .spec-list>div { grid-template-columns:105px 1fr; padding:15px; gap:13px; }
  .spec-list dt,.spec-list dd { font-size:12px; }
  .service-notes article { padding:22px 22px 22px 55px; }
  .service-notes article>svg { left:19px; top:24px; width:18px; height:18px; }
  .service-notes h3 { font-size:16px; }
  .download-heading { padding-bottom:30px; }
  .download-compatibility { font-size:9px; gap:8px; margin-top:20px; }
  .download-layout { grid-template-columns:1fr; gap:36px; margin-bottom:42px; }
  .download-card { padding:23px; }
  .download-product { flex-wrap:nowrap; gap:16px; }
  .download-product h2 { font-size:28px; }
  .download-product .eyebrow { font-size:8px; letter-spacing:.1em; }
  .download-product p:last-child { font-size:11px; }
  .release-details { font-size:12px; }
  .install-guide { padding-top:0; }
  .installation-steps li { grid-template-columns:34px 1fr; gap:16px; }
  .help-hero { gap:24px; }
  .help-search input { font-size:12px; }
  .help-search input::placeholder { font-size:11px; }
  .help-layout aside { padding:23px; }
  .help-layout aside h2 { font-size:25px; }
  .faq-item summary { padding:18px; gap:10px; }
  .faq-item summary h3 { font-size:14px; }
  .faq-answer { padding:0 18px 21px 40px; }
  .faq-answer p { font-size:13px; }
  .about-hero { grid-template-columns:1fr; gap:28px; }
  .about-hero .page-heading h1 { font-size:clamp(34px,9vw,44px); }
  .about-signature { padding:26px; }
  .about-signature img { width:120px; height:120px; margin-bottom:22px; }
  .manifesto { grid-template-columns:1fr; }
  .manifesto h2 { margin-bottom:24px; font-size:29px; }
  .manifesto>div p { font-size:14px; }
  .about-principles { grid-template-columns:1fr; gap:14px; }
  .about-principles article { padding:25px; }
  .about-principles h2 { font-size:27px; margin-block:17px 14px; }
  .about-principles h2 br { display:none; }
  .editorial-note { grid-template-columns:1fr; gap:17px; padding:25px; margin-bottom:40px; }
  .editorial-note>img { width:160px; height:185px; }
  .editorial-note h2 { font-size:27px; }
  .contact-layout { grid-template-columns:1fr; gap:26px; }
  .contact-method { padding:21px; gap:14px; }
  .contact-panel { padding:24px; }
  .link-directory { grid-template-columns:1fr; gap:13px; }
  .link-directory a { padding:23px 55px 23px 23px; }
  .link-directory h2 { margin:13px 0 0; }
  .link-directory svg { position:absolute; right:22px; top:50%; }
  .status-card { margin-top:30px; }
  .status-main { flex-direction:column; gap:20px; padding:26px; }
  .status-main h2 { font-size:26px; }
  .status-bottom { flex-direction:column; align-items:flex-start; gap:6px; padding:17px 26px; }
  .status-explanation { grid-template-columns:1fr; gap:13px; margin-top:20px; }
  .release-entry { grid-template-columns:1fr; gap:28px; margin-top:30px; }
  .release-entry aside { position:static; }
  .release-entry aside p { display:none; }
  .release-entry aside .text-link { display:flex; margin-top:13px; }
  .release-entry article>h2 { font-size:28px; }
  .change-section h3 { font-size:18px; }
  .change-section li { font-size:13px; }
  .legal-directory { grid-template-columns:1fr; margin-top:30px; gap:13px; }
  .legal-directory h2 { font-size:19px; }
  .legal-heading { padding-block:20px 30px; }
  .back-link { margin-bottom:20px; font-size:11px; }
  .legal-heading h1 { font-size:clamp(32px,8.5vw,42px); }
  .document-meta { gap:10px 17px; font-size:10px; margin-top:22px; }
  .document-meta .text-button { margin-left:0; }
  .document-layout { grid-template-columns:1fr; gap:24px; }
  .document-sidebar { position:static; padding:22px; }
  .document-sidebar nav { display:grid; grid-template-columns:1fr 1fr; gap:0 22px; }
  .document-sidebar nav>.eyebrow { grid-column:1/-1; }
  .document-sidebar nav>a { font-size:10px; gap:8px; padding-block:9px; }
  .document-body { padding:23px; border-radius:15px; }
  .document-body h2 { font-size:21px; }
  .document-body p { font-size:14px; }
  .related-documents>div { grid-template-columns:1fr; gap:11px; }
}
@media (max-width:360px) {
  .header-inner { gap:6px; }
  .header-inner .brand { gap:5px; }
  .header-inner .brand-name { font-size:14px; }
  .header-inner .brand-name small { font-size:5px; }
  .header-actions .button-small { padding-inline:9px; }
  .hero-actions { flex-direction:column; align-items:stretch; }
  .hero-actions .button,.hero-actions .secondary-button { width:100%; }
  .preview-tabs button { padding-inline:12px; }
  .device-shell { width:calc(100% - 4px); }
  .download-card { padding:20px; }
  .download-product { gap:10px; }
  .download-product h2 { font-size:25px; }
  .app-topbar { font-size:14px; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
  *,*::before,*::after { animation:none!important; transition:none!important; }
  .reveal-ready { opacity:1!important; transform:none!important; }
}
/* Refined global rhythm, readable secondary text and purpose-built controls. */
html { scrollbar-gutter:stable; }
html.dialog-open { overflow:hidden; }
.site-header { top:12px; width:min(1280px,calc(100% - 32px)); margin:12px auto 0; border:1px solid #ffffff12; border-radius:20px; background:#111115f5; box-shadow:0 8px 30px #0002; }
.header-inner { min-height:92px; width:calc(100% - 40px); }
.brand-mark { width:80px; height:80px; }
.primary-nav a { font-size:13px; }
.brand-name { font-weight:800; letter-spacing:.01em; }
.breadcrumbs { display:flex; gap:10px; align-items:center; flex-wrap:wrap; margin-top:28px; color:#92929f; font-size:12px; }
.breadcrumbs a { display:inline-flex; gap:7px; align-items:center; min-height:36px; }
.breadcrumbs a:hover { color:#ff92a7; }
.breadcrumbs svg { width:14px; height:14px; }
.breadcrumbs>[aria-current] { color:#d4d4dd; }
.breadcrumbs+.section { padding-top:45px; }
.home-hero { gap:65px; padding-top:58px; }
.hero-copy h1 { font-size:clamp(40px,4.3vw,63px); letter-spacing:-.05em; }
.hero-kicker { font-size:12px; letter-spacing:-.01em; }
.hero-highlights span,.catalog-note,.cta-caption,.download-compatibility,.footer-bottom,.status-bottom>span { font-size:12px; }
.eyebrow { font-size:11px; letter-spacing:.13em; }
.section-heading>p:last-child:not(.eyebrow),.feature-row p,.steps p,.service-notes p,.installation-steps p,.install-note p,.contact-method p,.about-principles p,.status-explanation p,.legal-directory p { font-size:15px; }
.feature-row { border-color:#30303a; padding:27px; }
.feature-row .row-number { top:28px; left:25px; }
.feature-row h3 { font-size:18px; }
.catalog-card h3 { font-size:14px; }
.catalog-card p { font-size:12px; }
.catalog-section { padding-block:70px 78px; }
.catalog-card:hover .catalog-poster>img { transform:none; }
.catalog-poster { transition:border-color .2s; }
.catalog-card:hover .catalog-poster { border-color:#ff5c7a80; }
.device-shell { box-shadow:0 32px 75px #000b,0 0 0 1px #22222a; }
.preview-tabs button { min-height:44px; }
.app-featured-copy button { min-height:44px; }
.preview-expand { color:#bfc0cd; font-size:12px; margin-top:8px; gap:8px; }
.preview-expand>svg { width:15px; height:15px; }
.preview-expand:hover { color:var(--brand); }
.home-questions { display:grid; grid-template-columns:.8fr 1.2fr; align-items:start; gap:65px; padding-block:48px 70px; }
.home-questions .faq-answer { padding-left:23px; }
.home-questions .section-heading+.text-link { margin-top:18px; }
.page-tabs { position:relative; border-color:#393945; margin-top:18px; padding:7px; }
.page-tabs a { min-height:44px; display:flex; align-items:center; justify-content:center; }
.page-tabs a[aria-current] { color:var(--brand); background:#ff5c7a12; }
.page-heading .page-intro { font-size:16px; }
.footer-links a { font-size:13px; min-height:38px; }
.footer-status { color:#b8b9c6; }
.footer-status>svg { color:var(--brand); }
.download-fineprint { font-size:12px; }
.download-product .eyebrow,.download-product p:last-child { font-size:12px; }
.download-feedback:not(:empty) { font-size:12px; color:#f3b1bf; border-left:2px solid var(--brand); padding-left:12px; margin-top:15px; }
.segmented-control { display:flex; padding:5px; gap:5px; border:1px solid #363640; border-radius:12px; background:#17171d; margin-top:24px; }
.segmented-control button { flex:1; min-height:44px; border:0; border-radius:8px; padding:9px 14px; background:transparent; color:#b5b5c2; font-size:13px; font-weight:650; }
.segmented-control button[aria-selected=true] { color:var(--text); background:#30303a; box-shadow:0 2px 8px #0003; }
.segmented-control button:hover { color:var(--text); }
.js .no-js-title { display:none; }
.filter-chips { display:flex; gap:8px; flex-wrap:wrap; justify-content:center; }
.filter-chips button { min-height:44px; padding:10px 17px; border:1px solid #34343f; border-radius:24px; background:#15151b; color:#b7b7c5; font-size:12px; font-weight:600; }
.filter-chips button:hover { border-color:#ff5c7a60; color:#fafafa; }
.filter-chips button[aria-pressed=true] { background:#ff5c7a14; border-color:#ff5c7a70; color:#ff97ac; }
.faq-item summary h3 { font-size:16px; font-weight:600; }
.faq-answer p { font-size:15px; }
.faq-item[id] { scroll-margin-top:140px; }
.question-permalink { display:inline-flex; align-items:center; gap:7px; min-height:44px; font-size:12px; color:#ff99ac; margin-top:10px; }
.question-permalink svg { width:14px; height:14px; }
.help-search input { font-size:16px; }
.help-search input::placeholder { font-size:14px; }
.help-search>p,.help-layout aside>p:not(.eyebrow) { font-size:13px; }
.support-template { display:grid; grid-template-columns:1fr 1fr; gap:65px; padding-top:70px; align-items:center; }
.support-template p:not(.eyebrow) { font-size:15px; margin-top:20px; }
.support-template .secondary-button { margin-top:22px; }
.support-template pre { margin:0; padding:30px; border:1px solid #33333e; background:#111116; border-radius:18px; font:13px/2.3 ui-monospace,Consolas,monospace; white-space:pre-wrap; color:#c4c5d3; }
.support-template .copy-feedback { font-size:12px!important; color:#8fe1bc; margin-top:12px!important; min-height:20px; }
.contact-method h3 { font-size:17px; }
.about-signature { border-radius:28px; background:radial-gradient(ellipse at 50% 10%,#ff5c7a18,transparent 65%),#141418; }
.about-signature p { font-size:16px; line-height:1.8; }
.about-principles article { border-top:2px solid #ff5c7a50; }
.about-principles article>span { font-size:11px; }
.about-principles h2 { font-size:30px; }
.status-card-caption { display:flex; justify-content:space-between; align-items:center; gap:14px; padding:19px 30px; border-bottom:1px solid #2f2f3a; font-size:10px; color:#bcbcc9; letter-spacing:.09em; }
.connection-badge { display:inline-flex; gap:7px; align-items:center; padding:5px 10px; background:#272730; border-radius:6px; font-size:11px; letter-spacing:0; }
.connection-badge::before { content:""; width:6px; height:6px; border-radius:50%; background:#d8ba86; }
.connection-badge[data-state=connected] { color:#8cddb9; background:#65d5a611; }
.connection-badge[data-state=connected]::before { background:#8cddb9; }
.connection-badge[data-state=offline] { color:#ff9baa; }
.connection-badge[data-state=offline]::before { background:#ff9baa; }
.release-filters { justify-content:flex-start; margin-top:32px; }
.release-entry { margin-top:36px; }
.release-label,.change-category { font-size:11px; }
.filter-count { font-size:12px; margin-bottom:20px; }
.filter-count:empty { display:none; }
.change-section { padding-bottom:38px; }
.change-section li { font-size:15px; }
.legal-directory>a { grid-template-columns:46px minmax(0,1fr) 20px; padding:28px; align-items:start; }
.legal-document-icon { display:grid; place-items:center; width:42px; height:42px; background:#ff5c7a0e; color:#ff91a6; border:1px solid #ff5c7a22; border-radius:12px; }
.legal-document-icon svg { width:20px; height:20px; }
.document-type { display:block; font-size:10px; color:#a4a5b5; letter-spacing:.09em; margin-bottom:12px; }
.document-read { display:block; margin-top:20px; font-size:12px; font-weight:600; color:#ff9bae; }
.document-actions { display:flex; align-items:center; gap:20px; margin-left:auto; }
.document-actions .text-button { margin-left:0; font-size:12px; }
.document-meta>span { font-size:12px; }
[data-document-share-result]:empty { display:none; }
[data-document-share-result] code { display:block; overflow-wrap:anywhere; }
.document-sidebar nav>a { min-height:40px; font-size:12px; }
.document-body p { font-size:16px; line-height:1.95; color:#c2c2ce; }
.document-body { padding:40px; }
.document-section-number { font-size:11px; }
.document-sidebar .eyebrow { font-size:10px; }
.document-body h2 { font-weight:700; }

/* Native dialogs: top-layer focus trapping and dark backdrop. */
dialog { color:var(--text); background:#111116; border:1px solid #41414c; border-radius:22px; padding:0; max-height:calc(100dvh - 32px); max-width:calc(100vw - 32px); box-shadow:0 30px 100px #000a; }
dialog::backdrop { background:#040407db; backdrop-filter:blur(6px); }
dialog[open] { animation:screen-enter .2s ease-out; }
.dialog-toolbar { position:sticky; top:0; z-index:6; display:flex; align-items:center; justify-content:space-between; gap:20px; padding:12px 20px; min-height:64px; background:#17171df5; border-bottom:1px solid #303039; }
.dialog-toolbar>span { color:#bdbdcc; font-size:10px; letter-spacing:.12em; }
.dialog-toolbar .text-button { padding-inline:12px; }
.catalog-dialog { width:800px; }
.catalog-dialog-content { display:grid; grid-template-columns:210px minmax(0,1fr); gap:32px; padding:32px; }
.catalog-dialog-content>img { width:210px; height:300px; object-fit:cover; border-radius:13px; background:#1c1c24; }
.catalog-dialog-content h2 { font-size:28px; line-height:1.25; }
.catalog-dialog-meta { font-size:12px; color:#ff9bb0; margin-top:16px; }
.catalog-dialog-synopsis { font-size:14px; line-height:1.9; margin-top:20px; max-height:250px; overflow-y:auto; padding-right:8px; }
.catalog-dialog-content .button { margin-top:24px; }
.catalog-dialog-content .small { margin-top:12px; font-size:11px; }
.preview-dialog { width:520px; }
.preview-dialog .app-showcase { padding:28px 28px 24px; }
.preview-dialog .poster-backplate { display:none; }
.preview-dialog .device-shell { width:340px; max-width:100%; animation:none; }
.preview-dialog .device-screen { height:540px; }
.preview-dialog .app-featured { height:210px; }
.preview-dialog .preview-disclaimer { font-size:10px; }
.preview-dialog .app-featured-copy>span { font-size:8px; }
.preview-dialog .app-featured-copy h3 { font-size:21px; }
.preview-dialog .app-topbar { font-size:18px; }
.preview-dialog .app-greeting strong { font-size:15px; }
.preview-dialog .app-section-title { font-size:12px; }
.preview-dialog .app-library-item strong { font-size:12px; }
.preview-dialog .app-player-info p { font-size:12px; }
.preview-dialog .app-player-info h3 { font-size:19px; }
.preview-dialog .app-player-options>span { font-size:12px; }
.preview-dialog .mini-video { height:190px; }

@media (max-width:1100px) {
  .primary-nav a { padding-inline:9px; }
  .header-inner { gap:16px; }
  .home-hero { gap:36px; }
  .home-questions,.support-template { gap:38px; }
  .legal-directory>a { padding:24px; grid-template-columns:40px minmax(0,1fr) 18px; gap:14px; }
  .document-body { padding:30px; }
}
@media (max-width:800px) {
  .site-header { width:calc(100% - 24px); top:8px; margin-top:8px; border-radius:16px; }
  .header-inner { width:calc(100% - 24px); min-height:84px; }
  .brand-mark { width:60px; height:60px; }
  .breadcrumbs { margin-top:20px; }
  .mobile-nav { max-height:calc(100dvh - 115px); overflow-y:auto; overscroll-behavior:contain; }
  .hero-copy h1 { font-size:37px; }
  .hero-highlights span { font-size:11px; }
  .hero-kicker { font-size:10px; }
  .home-questions { grid-template-columns:1fr; gap:26px; padding-block:35px 48px; }
  .home-questions .section-heading h2 br { display:none; }
  .support-template { gap:28px; }
  .download-product .eyebrow { font-size:10px; }
  .document-actions { margin-left:0; }
  .document-body { padding:26px; }
  .legal-directory>a { grid-template-columns:36px minmax(0,1fr); }
  .legal-directory>a>svg { display:none; }
  .legal-document-icon { width:34px; height:34px; border-radius:9px; }
}
@media (max-width:600px) {
  .header-inner .brand-name { font-size:16px; }
  .header-actions .button-small { min-height:44px; }
  .header-actions .menu-toggle { min-width:44px; min-height:44px; }
  .header-inner { gap:6px; }
  .hero-copy h1 { font-size:clamp(34px,9.4vw,46px); }
  .hero-description { font-size:15px; }
  .hero-highlights { gap:8px 15px; }
  .hero-actions .button,.hero-actions .secondary-button { font-size:13px; }
  .breadcrumbs { font-size:11px; gap:7px; }
  .breadcrumbs>[aria-current] { overflow-wrap:anywhere; }
  .breadcrumbs+.section { padding-top:30px; }
  .section-heading>p:last-child:not(.eyebrow),.feature-row p,.steps p,.service-notes p,.contact-method p,.installation-steps p,.status-explanation p,.about-principles p { font-size:14px; }
  .eyebrow { font-size:10px; }
  .feature-row { padding:23px; }
  .feature-row .row-number { top:25px; left:20px; }
  .feature-row h3 { font-size:17px; }
  .experience-ribbon>span { font-size:11px; }
  .catalog-card h3 { font-size:13px; }
  .catalog-note { font-size:11px; }
  .catalog-section { padding-block:40px 48px; }
  .footer-links a { min-height:44px; font-size:12px; }
  .footer-bottom .footer-status { width:auto; }
  .footer-bottom { gap:6px 15px; }
  .footer-top>div>p { font-size:14px; }
  .support-template { grid-template-columns:1fr; padding-top:45px; }
  .support-template pre { padding:23px; font-size:12px; }
  .support-template .secondary-button { width:100%; }
  .filter-chips { gap:7px; }
  .filter-chips button { padding-inline:14px; font-size:12px; }
  .help-search input { font-size:16px; }
  .help-search input::placeholder { font-size:12px; }
  .faq-item summary h3 { font-size:15px; }
  .faq-answer p { font-size:14px; }
  .page-tabs a { font-size:11px; min-height:44px; }
  .download-compatibility { font-size:11px; }
  .download-product { flex-wrap:wrap; }
  .download-product .eyebrow,.download-product p:last-child { font-size:11px; }
  .status-card-caption { padding:16px 20px; flex-wrap:wrap; gap:10px; }
  .status-main,.status-bottom { padding-inline:23px; }
  .status-explanation h2 { font-size:18px; }
  .document-actions { flex-wrap:wrap; gap:14px; }
  .document-body { padding:23px; }
  .document-body p { font-size:16px; }
  .document-meta>span { font-size:11px; }
  .document-sidebar nav>a { font-size:11px; min-height:40px; }
  .legal-directory>a { grid-template-columns:38px minmax(0,1fr); padding:23px; gap:14px; }
  .legal-directory h2 { font-size:20px; }
  .legal-directory p { font-size:14px; }
  .legal-document-icon { width:36px; height:36px; }
  .related-documents .text-link { font-size:13px; }
  dialog { max-width:calc(100vw - 20px); max-height:calc(100dvh - 20px); border-radius:17px; }
  .catalog-dialog-content { grid-template-columns:1fr; padding:23px; gap:23px; }
  .catalog-dialog-content>img { width:120px; height:168px; }
  .catalog-dialog-content h2 { font-size:25px; }
  .catalog-dialog-synopsis { max-height:none; overflow:visible; font-size:14px; }
  .catalog-dialog-content .button { width:100%; font-size:13px; }
  .preview-dialog .app-showcase { padding:22px 16px 18px; }
  .preview-dialog .device-shell { width:100%; max-width:340px; }
  .preview-dialog .device-screen { height:510px; }
  .preview-dialog .app-featured { height:190px; }
  .preview-dialog .preview-tabs { gap:2px; }
  .preview-dialog .preview-tabs button { padding-inline:12px; }
  .preview-dialog .app-topbar { font-size:16px; }
  .preview-dialog .app-featured-copy h3 { font-size:18px; }
}
@media (max-width:360px) {
  .header-inner .brand-name { font-size:13px; }
  .header-inner .brand-name small { display:none; }
  .header-actions .button-small { padding-inline:9px; font-size:11px; }
  .header-inner .brand { gap:4px; }
  .hero-kicker { font-size:9px; }
  .device-shell { max-width:100%; }
  .preview-dialog .app-showcase { padding-inline:10px; }
  .preview-dialog .preview-tabs button { padding-inline:10px; }
  .document-sidebar nav { grid-template-columns:1fr; }
  .legal-directory>a { padding:20px; grid-template-columns:32px minmax(0,1fr); }
}

/* A focused support form, shared with the lightweight in-app reader. */
.contact-heading { padding-bottom:42px; }
.contact-compose { display:grid; grid-template-columns:.8fr 1.2fr; gap:70px; align-items:start; padding-bottom:80px; }
.contact-intro { padding:12px 0; }
.contact-intro>img { width:190px; height:215px; margin-bottom:28px; object-position:left; }
.contact-intro h2 { font-size:32px; }
.contact-intro>p:not(.eyebrow) { margin-top:22px; max-width:380px; font-size:15px; }
.contact-note { display:flex; gap:12px; margin-block:26px 14px; padding:18px; border:1px solid var(--line); border-radius:12px; background:var(--surface); }
.contact-note svg { width:20px; color:var(--brand); }
.contact-note p { font-size:13px; }
.contact-form-card { min-width:0; padding:32px; border:1px solid #39323d; border-radius:22px; background:linear-gradient(140deg,#1b171f,#121216 45%); box-shadow:0 20px 55px #0003; }
.form-card-heading { display:flex; align-items:center; gap:16px; margin-bottom:28px; }
.form-card-heading .page-emblem { margin:0; }
.form-card-heading h2 { font-size:25px; }
.form-card-heading p { font-size:12px; margin-top:5px; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.form-field { min-width:0; margin-bottom:19px; }
.form-field label { display:block; margin-bottom:8px; font-size:13px; font-weight:650; color:#ececf2; }
.form-field input,.form-field textarea,.form-field select { display:block; width:100%; min-width:0; min-height:50px; border:1px solid #454550; border-radius:10px; background:#0e0e13; color:var(--text); padding:12px 14px; font-size:16px; line-height:1.6; transition:border-color .2s,box-shadow .2s; }
.form-field select { cursor:pointer; }
.form-field textarea { resize:vertical; min-height:170px; }
.form-field input::placeholder,.form-field textarea::placeholder { color:#92929f; font-size:14px; }
.form-field :is(input,select,textarea):focus { outline:2px solid var(--brand); outline-offset:2px; border-color:var(--brand); }
.form-field [aria-invalid=true] { border-color:#ff9bab; }
.field-error { display:block; color:#ff9bab; font-size:12px; margin-top:5px; }
.field-error:empty { display:none; }
.field-meta { display:flex; justify-content:space-between; flex-wrap:wrap; gap:8px; font-size:12px; color:var(--muted); margin-top:8px; }
.form-privacy { font-size:12px; line-height:1.85; margin:24px 0 20px; }
.form-privacy a { color:#ff9eb1; text-decoration:underline; text-underline-offset:3px; }
.form-caption { font-size:12px; text-align:center; margin-top:14px; }
.form-trap { position:absolute; left:-10000px; width:1px; height:1px; overflow:hidden; }
.contact-result { border:1px solid #555560; background:#24242c; padding:18px; margin-bottom:24px; font-size:14px; border-radius:12px; overflow-wrap:anywhere; }
.contact-result.is-success { border-color:#71cfaa66; background:#14241e; color:#a1e6c7; }
.contact-result.is-error { border-color:#ff9bab66; color:#ffb3c0; }
[data-new-contact] { width:100%; margin-top:20px; }
.app-reader { max-width:780px; margin:auto; padding:0 24px; }
.reader-brand { display:flex; align-items:center; gap:12px; padding:24px 0; border-bottom:1px solid var(--line); }
.reader-brand>span { font-size:15px; font-weight:800; letter-spacing:.04em; }
.reader-brand small { display:block; margin-top:4px; font-size:9px; font-weight:500; color:var(--muted); }
.reader-heading { padding:32px 0; }
.reader-heading h1 { font-size:clamp(28px,7vw,38px); line-height:1.2; letter-spacing:-.04em; }
.reader-heading>p { margin-top:16px; font-size:15px; }
.reader-heading>.small { font-size:12px; }
.reader-document section { padding:24px 0; border-top:1px solid var(--line); }
.reader-document h2 { font-size:21px; line-height:1.4; margin:10px 0; }
.reader-document p { font-size:16px; line-height:1.9; color:#c2c2ce; overflow-wrap:anywhere; }
.reader-footer { display:flex; flex-wrap:wrap; gap:8px 24px; padding:24px 0; margin-top:32px; border-top:1px solid var(--line); font-size:12px; color:var(--muted); }
.reader-footer a { min-height:44px; display:flex; align-items:center; }
.reader-footer a:hover { color:var(--brand); }
.reader-footer>span { width:100%; }
.app-reader .contact-form-card { padding:24px; }
.app-reader .form-row { grid-template-columns:1fr; gap:0; }
@media (max-width:800px) {
  .contact-compose { gap:32px; grid-template-columns:.7fr 1.3fr; }
  .contact-form-card { padding:24px; }
  .form-row { grid-template-columns:1fr; gap:0; }
}
@media (max-width:600px) {
  .contact-compose { grid-template-columns:1fr; gap:24px; padding-bottom:44px; }
  .contact-intro { display:none; }
  .contact-heading { padding-bottom:26px; }
  .contact-form-card { padding:23px; border-radius:17px; }
  .app-reader { padding-inline:20px; }
  .app-reader .contact-form-card { padding:20px; }
}

@media print {
  .reveal-ready { opacity:1!important; transform:none!important; }
  .site-header,.site-footer,.document-sidebar,.related-documents,.back-link,[data-print],.skip-link,.document-end,.page-reading-progress { display:none!important; }
  body,.paper-section,.document-body { background:white; color:black; border:0; box-shadow:none; }
  .container { width:100%; max-width:none; }
  .legal-heading,.paper-section { padding-block:16px; }
  .document-layout { display:block; }
  .document-body { padding:0; }
  .document-body>section { break-inside:avoid; }
  .document-body p,.page-intro { color:#222; font-size:11pt; }
  .document-body h2 { font-size:16pt; }
  h1 { font-size:28pt!important; }
}
