:root { color-scheme:dark; --background:#0f172a; --surface:#151f35; --surface-strong:#1c2841; --primary:#ec4899; --primary-hover:#f472b6; --accent:#2563eb; --accent-hover:#1d4ed8; --foreground:#fff; --muted:#a7b1c5; --border:rgba(255,255,255,.16); --control-border:rgba(255,255,255,.36); --danger:#f87171; --success:#4ade80; --focus:#f9a8d4; --radius-sm:10px; --radius-md:16px; --radius-lg:24px; font-family:"DM Sans","Segoe UI",system-ui,-apple-system,sans-serif; }
 * { box-sizing:border-box; } html { scroll-behavior:smooth; scroll-padding-top:20px; } body { margin:0; min-width:320px; min-height:100dvh; overflow-x:hidden; background:var(--background); color:var(--foreground); line-height:1.55; } button,input,select { font:inherit; } button,select { cursor:pointer; } a { color:inherit; } svg { width:22px; height:22px; fill:currentColor; flex:0 0 auto; }
.skip-link { position:fixed; z-index:1000; top:8px; left:8px; padding:10px 14px; background:var(--foreground); color:var(--background); transform:translateY(-150%); } .skip-link:focus { transform:translateY(0); } .sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; } :focus-visible { outline:3px solid var(--focus); outline-offset:3px; }
.noscript-notice { max-width:1060px; margin:16px auto; padding:14px 18px; border:1px solid var(--control-border); border-radius:var(--radius-sm); background:var(--surface); color:#dbe5f7; } .noscript-notice a { color:#bfdbfe; font-weight:700; }
.site-header { min-height:72px; max-width:1200px; margin:auto; padding:12px 20px; display:flex; align-items:center; justify-content:space-between; gap:16px; border-bottom:1px solid var(--border); } .brand { flex:0 0 auto; display:inline-flex; align-items:center; gap:10px; text-decoration:none; font-size:19px; font-weight:700; } .brand-mark { width:38px; height:38px; display:grid; place-items:center; border-radius:var(--radius-sm); background:var(--primary); } .brand-mark svg { width:24px; height:24px; } .site-nav { min-width:0; display:flex; align-items:center; justify-content:center; gap:4px; } .site-nav a { min-height:44px; padding:0 11px; display:inline-flex; align-items:center; border-radius:8px; color:#d8deea; text-decoration:none; font-size:14px; font-weight:600; transition:background-color 180ms ease,color 180ms ease; } .site-nav a:hover { background:var(--surface-strong); color:var(--foreground); } .header-actions { min-width:0; display:flex; align-items:center; gap:10px; } #account-button { min-width:0; max-width:260px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.language-select,select,input { min-height:48px; border:1px solid var(--control-border); border-radius:var(--radius-sm); background:var(--surface-strong); color:var(--foreground); padding:0 14px; }
.button { min-height:48px; border:1px solid transparent; border-radius:var(--radius-sm); padding:0 18px; display:inline-flex; align-items:center; justify-content:center; gap:9px; color:var(--foreground); font-weight:700; transition:background-color 180ms ease,border-color 180ms ease,opacity 180ms ease; } .button:disabled { cursor:not-allowed; opacity:.5; } .button-primary { background:var(--accent); } .button-primary:hover:not(:disabled) { background:var(--accent-hover); } .button-secondary { background:transparent; border-color:var(--control-border); } .button-secondary:hover:not(:disabled) { background:var(--surface-strong); } .button-wide { width:100%; }
.hero { max-width:1060px; margin:0 auto; padding:88px 20px 56px; text-align:center; } .eyebrow { display:inline-flex; align-items:center; gap:8px; color:#d8deea; font-size:14px; font-weight:600; } .status-dot { width:8px; height:8px; border-radius:50%; background:var(--success); } h1 { max-width:960px; margin:22px auto 18px; font-size:clamp(38px,6vw,68px); line-height:1.03; letter-spacing:-.045em; text-wrap:balance; } .accent { color:var(--primary); } .hero-copy { max-width:680px; margin:0 auto 38px; color:var(--muted); font-size:clamp(17px,2vw,20px); }
.companion-availability { max-width:1020px; margin:0 auto 20px; padding:14px 16px; display:grid; grid-template-columns:40px minmax(220px,.7fr) minmax(0,1.8fr); align-items:center; gap:14px; border:1px solid rgba(96,165,250,.32); border-radius:var(--radius-md); background:rgba(37,99,235,.08); }
.companion-availability-icon { width:40px; height:40px; display:grid; place-items:center; border-radius:12px; background:rgba(37,99,235,.18); color:#93c5fd; }
.companion-availability-icon svg { width:23px; height:23px; fill:none; stroke:currentColor; stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round; }
.companion-availability-copy { min-width:0; display:grid; gap:2px; }
.companion-availability-copy strong { font-size:14px; }
.companion-availability-copy span { color:#b8c4da; font-size:13px; line-height:1.45; }
.companion-download-options { min-width:0; display:flex; flex-wrap:wrap; justify-content:flex-end; gap:8px; }
.companion-download-link { min-height:44px; text-decoration:none; white-space:nowrap; }
.mac-install-note { min-width:0; flex:1 0 100%; overflow-wrap:anywhere; color:#93a4c7; font-size:11px; line-height:1.45; text-align:right; }
.companion-install .mac-install-note { display:block; margin-top:10px; text-align:left; }
.platform-badge { display:none; padding:2px 6px; border-radius:999px; background:rgba(255,255,255,.16); font-size:10px; line-height:1.4; }
[data-platform].is-recommended { border-color:rgba(96,165,250,.72); background:var(--accent); }
[data-platform].is-recommended:hover { background:var(--accent-hover); }
[data-platform].is-recommended .platform-badge { display:inline-flex; }
.download-card { position:relative; display:grid; grid-template-columns:minmax(0,1fr) 160px auto; gap:16px; align-items:end; padding:20px; border:1px solid var(--border); border-radius:var(--radius-lg); background:var(--surface); text-align:left; } .download-card label,.auth-panel label { display:block; margin:0 0 8px; font-size:14px; font-weight:600; } .url-control { position:relative; } .url-control svg { position:absolute; left:14px; top:13px; color:var(--muted); } .url-control input { width:100%; padding-left:46px; } .helper { margin:8px 0 0; color:var(--muted); font-size:13px; } .resolution-field select { width:100%; } .form-status { grid-column:1/-1; min-height:24px; margin:0; color:var(--muted); font-size:14px; } .form-status.error { color:var(--danger); } .form-status.success { color:var(--success); } .quota { min-height:24px; color:var(--muted); font-size:14px; }
.feature-strip { max-width:1060px; margin:0 auto; padding:28px 20px 80px; display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--border); } .feature-strip article { display:flex; flex-direction:column; gap:2px; text-align:center; } .feature-strip strong { font-size:24px; } .feature-strip span { color:var(--muted); }
.pricing-section { max-width:1060px; margin:0 auto 80px; padding:48px; display:grid; grid-template-columns:1fr 380px; gap:64px; align-items:center; background:var(--surface); border:1px solid var(--border); border-radius:var(--radius-lg); } .section-kicker { margin:0 0 10px; color:var(--primary); font-size:13px; font-weight:700; letter-spacing:.12em; } h2 { margin:0 0 14px; font-size:clamp(28px,4vw,44px); line-height:1.12; } .section-copy { max-width:560px; color:var(--muted); } .price-card { padding:28px; border:1px solid var(--border); border-radius:var(--radius-md); background:var(--surface-strong); } .price-card>div:first-child { display:grid; gap:3px; } .price { white-space:nowrap; font-size:clamp(34px,3.6vw,42px); font-weight:700; letter-spacing:-.04em; font-variant-numeric:tabular-nums; } #price-suffix { display:block; color:#d8deea; font-size:16px; font-weight:600; } .price-card ul { padding-left:22px; margin:22px 0; color:#d8deea; } .price-card li { margin:9px 0; }
.free-rule { max-width:560px; margin:18px 0 0; padding:12px 14px; border-left:3px solid var(--primary); border-radius:0 var(--radius-sm) var(--radius-sm) 0; background:rgba(236,72,153,.08); color:#dbe5f7; font-size:14px; }
.price-status { min-height:22px; margin-top:12px; }
.workflow { max-width:1060px; margin:0 auto 28px; padding:0 20px; display:grid; gap:20px; } .workflow-panel { padding:34px; border:1px solid var(--border); border-radius:var(--radius-lg); background:var(--surface); text-align:left; } .panel-heading { display:flex; align-items:center; gap:14px; margin-bottom:28px; } .panel-heading .step { width:42px; height:42px; display:grid; place-items:center; border:1px solid rgba(129,140,248,.5); border-radius:12px; background:rgba(99,102,241,.12); color:#c7d2fe; font:600 12px/1 ui-monospace,SFMono-Regular,Consolas,monospace; } .panel-heading h2 { margin:0; font-size:22px; } .panel-heading p { margin:1px 0 0; color:var(--muted); font-size:13px; } .source-row { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:12px; align-items:end; } .source-row label,.field-stack>span { display:block; margin-bottom:8px; font-size:14px; font-weight:600; } .source-row .button { min-width:154px; } .media-preview { min-height:148px; margin-top:22px; padding:12px; display:grid; grid-template-columns:220px minmax(0,1fr); gap:20px; align-items:center; border:1px solid var(--border); border-radius:var(--radius-md); background:var(--surface-strong); } .media-preview img { width:220px; aspect-ratio:16/9; object-fit:cover; border-radius:12px; background:#080d19; } .media-meta { min-width:0; } .media-source { margin:0 0 5px; color:var(--muted); font-size:13px; } .media-meta h3 { margin:0 0 14px; overflow-wrap:anywhere; font-size:18px; line-height:1.35; } .media-badges { display:flex; flex-wrap:wrap; align-items:center; gap:10px; } .verified,.media-duration { min-height:30px; padding:5px 10px; display:inline-flex; align-items:center; gap:5px; border-radius:999px; font-size:12px; font-weight:600; } .verified { background:rgba(74,222,128,.12); color:#86efac; } .verified svg { width:15px; height:15px; fill:none; stroke:currentColor; stroke-width:2; } .media-duration { background:rgba(255,255,255,.07); color:#d8deea; }
.workflow fieldset { min-width:0; padding:0; margin:0; border:0; } .workflow fieldset:disabled { opacity:.56; } .output-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; } .field-stack { min-width:0; display:block; } .field-stack select,.field-stack input { width:100%; } .delivery-card { min-height:48px; padding:8px 13px; display:flex; align-items:center; gap:11px; border:1px solid var(--border); border-radius:var(--radius-sm); background:var(--surface-strong); } .delivery-card svg { color:#93a4c7; fill:none; stroke:currentColor; stroke-width:1.7; } .delivery-card span { min-width:0; display:grid; } .delivery-card strong { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:14px; } .delivery-card small { color:var(--muted); font-size:11px; } .advanced-settings { margin:22px 0; border:1px solid var(--border); border-radius:var(--radius-md); background:rgba(9,14,27,.24); } .advanced-settings summary { min-height:64px; padding:13px 16px; display:flex; align-items:center; justify-content:space-between; gap:16px; cursor:pointer; list-style:none; } .advanced-settings summary::-webkit-details-marker { display:none; } .advanced-settings summary span { display:grid; } .advanced-settings summary strong { font-size:14px; } .advanced-settings summary small { color:var(--muted); font-size:12px; } .advanced-settings summary>svg { transition:transform 180ms ease; } .advanced-settings[open] summary>svg { transform:rotate(180deg); } .advanced-grid { padding:0 16px 18px; display:grid; grid-template-columns:1fr 1fr; gap:16px; } .advanced-grid .full { grid-column:1/-1; } .toggle-group { padding:13px; display:grid; gap:10px; align-content:start; border:1px solid var(--border); border-radius:var(--radius-sm); } .toggle-group label { display:flex; align-items:flex-start; gap:9px; font-size:13px; } .toggle-group input { width:18px; height:18px; accent-color:var(--accent); } .download-cta { margin-top:4px; } .download-progress { height:4px; margin-top:18px; overflow:hidden; border-radius:999px; background:rgba(255,255,255,.08); } .download-progress span { width:34%; height:100%; display:block; border-radius:inherit; background:var(--accent); animation:indeterminate 1.1s ease-in-out infinite alternate; } .legal-note { margin:8px 0 0; color:#7f8aa0; font-size:12px; text-align:center; } .hidden { display:none!important; } @keyframes indeterminate { from { transform:translateX(-100%); } to { transform:translateX(295%); } }
.delivery-card.local { border-color:rgba(74,222,128,.45); background:rgba(74,222,128,.08); }
.delivery-card.local svg { color:#86efac; }
.status-action { min-height:38px; margin:8px 0 0 8px; padding-inline:14px; }
.companion-install { margin-top:18px; padding:22px; display:grid; grid-template-columns:52px minmax(0,1fr); gap:18px; border:1px solid rgba(96,165,250,.42); border-radius:var(--radius-md); background:linear-gradient(135deg,rgba(37,99,235,.12),rgba(15,23,42,.34)); }
.companion-install-icon { width:52px; height:52px; display:grid; place-items:center; border-radius:14px; background:rgba(37,99,235,.18); color:#93c5fd; }
.companion-install-icon svg { width:28px; height:28px; fill:none; stroke:currentColor; stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round; }
.companion-install-content h3 { margin:3px 0 8px; font-size:19px; line-height:1.35; }
.companion-install-content>p:not(.section-kicker) { max-width:760px; margin:0; color:#c5d0e6; font-size:14px; line-height:1.6; }
.companion-steps { margin:14px 0 18px; padding-left:22px; color:#dbe5f7; font-size:13px; line-height:1.8; }
.companion-actions { display:flex; flex-wrap:wrap; align-items:center; gap:10px; }
.companion-actions .button { min-height:44px; }
.companion-actions .text-button { min-height:44px; padding:0 10px; }
footer { max-width:1200px; margin:auto; min-height:84px; padding:24px 20px; border-top:1px solid var(--border); display:flex; flex-wrap:wrap; align-items:flex-start; justify-content:space-between; gap:16px 24px; color:var(--muted); } footer a:hover { color:var(--foreground); } .footer-links { max-width:620px; display:flex; flex-wrap:wrap; justify-content:center; gap:8px 16px; } .footer-links a { min-height:44px; display:inline-flex; align-items:center; }
dialog { width:min(460px,calc(100% - 32px)); padding:0; border:1px solid var(--border); border-radius:var(--radius-lg); background:var(--surface); color:var(--foreground); } dialog::backdrop { background:rgba(2,6,23,.72); } .auth-panel { position:relative; display:grid; gap:14px; padding:30px; } .auth-panel h2 { font-size:32px; } .auth-panel input { width:100%; } .icon-button { position:absolute; top:16px; right:16px; width:48px; height:48px; display:grid; place-items:center; border:0; border-radius:50%; background:transparent; color:var(--foreground); } .icon-button:hover { background:var(--surface-strong); } .text-button { min-height:44px; border:0; background:transparent; color:#93c5fd; } .text-button:hover { text-decoration:underline; }
@media (max-width:960px) { .site-header { flex-wrap:wrap; } .site-nav { order:3; width:100%; justify-content:flex-start; overflow-x:auto; scrollbar-width:thin; } }
@media (max-width:760px) { .site-header { align-items:center; } .header-actions { width:100%; justify-content:space-between; } .language-select { flex:0 0 132px; max-width:132px; } #account-button { flex:1 1 auto; max-width:calc(100% - 142px); } .site-nav { gap:0; } .site-nav a { flex:1 0 auto; justify-content:center; padding-inline:9px; } .hero { padding-top:56px; } .companion-availability { margin-inline:16px; grid-template-columns:40px minmax(0,1fr); } .companion-download-options { grid-column:1/-1; display:grid; width:100%; } .companion-download-link { width:100%; white-space:normal; text-align:center; } .mac-install-note { text-align:left; } .download-card { grid-template-columns:1fr; } .download-card .button { width:100%; } .workflow { padding-inline:16px; } .workflow-panel { padding:24px 18px; } .source-row,.output-grid,.advanced-grid { grid-template-columns:1fr; } .source-row .button { width:100%; } .advanced-grid .full { grid-column:auto; } .media-preview { grid-template-columns:1fr; } .media-preview img { width:100%; } .companion-install { grid-template-columns:1fr; padding:18px; } .companion-actions { display:grid; } .companion-actions .button,.companion-actions .text-button { width:100%; white-space:normal; text-align:center; } .feature-strip { grid-template-columns:1fr; gap:28px; } .pricing-section { margin-inline:16px; padding:28px 20px; grid-template-columns:1fr; gap:28px; } footer { flex-direction:column; } .footer-links { justify-content:flex-start; } }
@media (max-width:380px) { .site-header { padding-inline:14px; } .brand { font-size:17px; } .brand-mark { width:34px; height:34px; } .site-nav { margin-inline:-4px; } .site-nav a { font-size:13px; } .price-card { padding:22px 18px; } .price { font-size:32px; } }
@media (prefers-reduced-motion:reduce) { *,*::before,*::after { scroll-behavior:auto!important; animation:none!important; transition-duration:.01ms!important; } }
