:root{color-scheme:light dark;--accent: #6155f5;--accent-soft: rgba(97, 85, 245, .12);--accent-strong: rgba(97, 85, 245, .22);--bg: #f6f7fb;--bg-elevated: rgba(255, 255, 255, .5);--bg-elevated-secondary: rgba(255, 255, 255, .4);--surface: rgba(255, 255, 255, .8);--surface-strong: #ffffff;--surface-muted: #eef1f8;--line: rgba(13, 16, 33, .08);--line-strong: rgba(13, 16, 33, .14);--text: #0d1021;--muted: #5d667d;--shadow: 0 24px 60px rgba(19, 28, 45, .12);--card-rounded-radius: 32px;--background-blur-filter: saturate(140%) blur(20px);--text-error:#832335;--coming-soon-gradient-start: #0d1021;--coming-soon-gradient-end: #44518d}@media(prefers-color-scheme:dark){:root{--accent: #6b5dff;--accent-soft: rgba(107, 93, 255, .14);--accent-strong: rgba(107, 93, 255, .24);--bg: #05060a;--bg-elevated: rgba(16, 18, 26, .5);--bg-elevated-secondary: rgba(24, 29, 49, .8);--surface: rgba(17, 19, 27, .78);--surface-strong: #11131b;--surface-muted: #171923;--line: rgba(255, 255, 255, .08);--line-strong: rgba(255, 255, 255, .12);--text: #f5f7fb;--muted: #a7adbf;--shadow: 0 28px 70px rgba(0, 0, 0, .42);--text-error:#d9b6c5;--coming-soon-gradient-start: #f5f7fb;--coming-soon-gradient-end: #bec6f6}}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}*{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body{margin:0;min-width:320px;font-family:-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,sans-serif;color:var(--text);background:radial-gradient(circle at top left,var(--accent-soft),transparent 28%),radial-gradient(circle at top right,rgba(120,170,255,.08),transparent 22%),var(--bg)}a{color:inherit;text-decoration:none}img,.asset-picture{display:block;width:100%}#app{min-height:100vh}.theme-dark,.theme-dark.asset-picture{display:none}@media(prefers-color-scheme:dark){.theme-light{display:none}.theme-dark{display:block}.theme-light.asset-picture{display:none}.theme-dark.asset-picture{display:block}}.page-shell{position:relative;overflow:clip}.page-glow,.page-lines{pointer-events:none;position:absolute;inset:0}.page-glow{filter:blur(70px)}.page-glow-left{inset:-20rem auto auto -18rem;width:36rem;height:36rem;background:var(--accent-soft)}.page-glow-right{inset:8rem -16rem auto auto;width:30rem;height:30rem;background:#82c5ff14}.page-lines{background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:120px 120px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.3),transparent 90%);mask-image:linear-gradient(180deg,rgba(0,0,0,.3),transparent 90%);opacity:.3}@media(prefers-color-scheme:light){.page-lines{background-image:linear-gradient(rgba(13,16,33,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(13,16,33,.04) 1px,transparent 1px);opacity:.4}}.topbar,.site-main{position:relative;z-index:1}.topbar{width:min(1240px,calc(100% - 2rem));margin:0 auto;padding:1.4rem 0 0;display:flex;align-items:center;justify-content:space-between}.brand{display:inline-flex;align-items:center;gap:.9rem;font-weight:600;letter-spacing:-.015em}.brand-icon-frame,.hero-product-icon{flex:none;display:block}.brand-icon-frame{width:2.75rem;height:2.75rem}.brand-icon-frame>.asset-picture,.hero-product-icon>.asset-picture{height:100%}.brand-text{font-size:1.05rem}.topnav{display:inline-flex;align-items:center;gap:.5rem;padding:.45rem;border-radius:999px;background:var(--bg-elevated);border:1px solid var(--line);box-shadow:0 8px 22px #0000000d}.topnav a{padding:.7rem 1rem;border-radius:999px;color:var(--muted);font-size:.95rem;font-weight:500;transition:background-color .16s ease}.topnav a:hover{background:var(--accent-soft);color:var(--text)}.site-main{padding:0 0 6rem}.site-footer,.coming-soon-footer{position:relative;z-index:1;padding-top:1.5rem;border-top:1px solid var(--line);--legal-footer-text: var(--muted);--legal-footer-link: var(--text);--legal-footer-link-hover: var(--accent);--legal-footer-divider: var(--line-strong)}.site-footer{margin:0 auto 3rem}.coming-soon-shell{position:relative;z-index:1;min-height:100vh;display:flex;flex-direction:column;padding:2rem}.coming-soon-center{flex:1;display:grid;place-items:center}.coming-soon-mark{display:grid;justify-items:center;gap:1.5rem;text-align:center}.coming-soon-footer{width:min(1240px,calc(100% - 2rem));margin:0 auto}.coming-soon-icon{width:clamp(5.5rem,14vw,7.5rem);height:clamp(5.5rem,14vw,7.5rem);border-radius:1.75rem;overflow:hidden;box-shadow:var(--shadow)}.coming-soon-icon>.asset-picture{height:100%}.coming-soon-title{margin:0;display:inline-block;font-size:clamp(4rem,13vw,8.5rem);font-weight:800;letter-spacing:-.08em;line-height:1;padding-inline:.06em;padding-bottom:.08em;color:var(--text);text-wrap:balance}@supports ((-webkit-background-clip: text) or (background-clip: text)){.coming-soon-title{background:linear-gradient(180deg,var(--coming-soon-gradient-start) 0%,var(--coming-soon-gradient-end) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}}.site-inner{width:min(1240px,calc(100% - 2rem));margin:0 auto}.hero{padding:8rem 0 8rem 4rem;position:relative;overflow:hidden;margin:0 0 6rem}.hero-video .asset,.hero-video video,.hero-video img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.hero-scrim{position:absolute;inset:0;background:linear-gradient(90deg,rgba(202,214,255,.7),transparent 60%);pointer-events:none;mix-blend-mode:hard-light}@media(prefers-color-scheme:dark){.hero-scrim{background:linear-gradient(90deg,rgba(6,7,12,.6),transparent 60%)}}.hero-product{display:inline-flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.hero-copy{position:relative;z-index:1000}.hero .hero-copy .lead{color:#fff;mix-blend-mode:hard-light;text-shadow:rgba(0,0,0,.5) 0px 0px 4px}.hero-product-icon{width:4rem;height:4rem}.brand-icon-frame img,.hero-product-icon img{height:100%;object-fit:contain}.eyebrow,.section-kicker{margin:0 0 .5rem;font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.product-name{margin:.25rem 0 0;font-size:1.2rem;color:var(--accent);font-weight:500}.version-number-hero{font-size:1.3rem;font-weight:600}.hero h1,.section-copy h2,.pricing-copy h2,.closing-cta h2{margin:0;font-family:-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,sans-serif;font-weight:700;letter-spacing:-.035em;line-height:1.01;text-wrap:balance}.accent-color{color:var(--accent)}.hero h1{max-width:8ch;font-size:clamp(3.9rem,8vw,6.5rem)}.lead,.section-body,.editorial-card p,.step-card p,.pricing-label,.pricing-detail,.availability-note{color:var(--muted);line-height:1.65}.lead{max-width:34rem;margin:1.35rem 0 0;font-size:1.04rem}.hero-actions,.pricing-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.9rem;margin-top:1.8rem}.button{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font:inherit;min-height:3.35rem;padding:.9rem 1.35rem;border-radius:999px;border:none;position:relative;isolation:isolate;font-weight:650;letter-spacing:-.005em;transition:transform .16s ease,border-color .16s ease,background-color .16s ease}.button:before{content:"";position:absolute;inset:0;border-radius:inherit;border:1px solid transparent;background:linear-gradient(5deg,#fff,#fff3 40%,#fff,#fff3) border-box;mask:linear-gradient(#000 0 0) padding-box,linear-gradient(#000 0 0);mask-composite:exclude;-webkit-mask:linear-gradient(#000 0 0) padding-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;pointer-events:none;opacity:.15;mix-blend-mode:hard-light}.button:disabled{cursor:not-allowed;opacity:.6;transform:none}.button:hover{transform:scale(105%)}.button-primary{color:#fff;background:var(--accent);box-shadow:0 16px 30px var(--accent-soft)}.button-secondary{background:var(--bg-elevated);-webkit-backdrop-filter:var(--background-blur-filter);backdrop-filter:var(--background-blur-filter)}.card-rounded{border-radius:var(--card-rounded-radius)}.highlight-card,.editorial-card,.step-card,.pricing-card{box-shadow:var(--shadow)}.editorial-card h3,.step-card h3{margin:0;font-size:1.18rem;font-weight:600;letter-spacing:-.02em;line-height:1.15}.showcase-panel{position:relative;border-radius:2.4rem;overflow:hidden;border:1px solid var(--line);background:radial-gradient(circle at top left,var(--accent-soft),transparent 26%),linear-gradient(180deg,var(--surface-strong),var(--surface));box-shadow:var(--shadow)}.hero-panel{min-height:46rem}.hero-shot,.overview-dashboard,.overview-menu,.overview-hud,.widget-shot,.now-playing-shot,.battery-shot,.battery-mini-hud{position:absolute;box-shadow:0 24px 55px #0003}.hero-shot img,.overview-dashboard img,.overview-menu img,.overview-hud img,.widget-shot img,.now-playing-shot img,.battery-shot img,.battery-mini-hud img{border-radius:inherit}.hero-dashboard{top:2.5rem;left:1.5rem;width:62%;border-radius:1.8rem}.hero-hud{top:10.2rem;right:-1.5rem;width:63%;border-radius:1.8rem}.hero-hud-small{right:9%;bottom:2rem;width:36%;border-radius:1.5rem}.highlights-showcase{padding:.5rem 0 4rem}.highlights-label{margin:0 0 1.4rem;font-size:2rem;font-weight:600}.highlights-grid{display:grid;gap:1rem}.highlights-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.highlight-card{position:relative;overflow:hidden}.highlight-card:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,7,12,.16),transparent 54%);pointer-events:none}.highlight-card>.asset-picture{height:100%}.highlight-card img{object-fit:cover}.highlight-card-wide{aspect-ratio:2478 / 1108}.highlight-card-action-copy,.highlight-card-action-visual{aspect-ratio:1200 / 1108}.highlight-card-action-visual:after{display:none}.highlight-overlay{position:absolute;top:2rem;left:2rem;z-index:1}.highlight-overlay-wide{max-width:16.5rem}.highlight-overlay h3{margin:0;font-size:1.5rem;font-weight:700;letter-spacing:-.025em;line-height:1.12;color:#fff}.highlight-overlay p{margin:.35rem 0 0;color:#f5f7fbdb;font-size:1.2rem;line-height:1.38}.highlight-card-action-copy img,.highlight-card-action-visual img{object-fit:contain}.content-section{padding:2.5rem 0 4rem}.section-split{display:grid;grid-template-columns:minmax(0,420px) minmax(0,1fr);gap:3rem;align-items:center}.section-split-reverse{grid-template-columns:minmax(0,1fr) minmax(0,420px)}.section-copy h2,.pricing-copy h2,.closing-cta h2{font-size:clamp(2.45rem,4.7vw,4.15rem)}.section-copy h2{max-width:9ch}.section-body{max-width:38rem;margin:1rem 0 0;font-size:1.02rem;line-height:1.72;text-wrap:pretty}.section-copy-wide{max-width:54rem}.section-copy-wide h2{max-width:12ch}.bullet-list{margin:1.4rem 0 0;padding-left:1.2rem;color:var(--muted);line-height:1.7}.bullet-list li+li{margin-top:.85rem}.section-visual{min-width:0}.overview-panel{min-height:40rem}.overview-dashboard{top:1.8rem;left:0;width:72%;border-radius:1.8rem}.overview-menu{top:-.2rem;right:0;width:44%;border-radius:1.6rem}.overview-hud{right:1rem;bottom:0;width:50%;border-radius:1.7rem}.widgets-panel{min-height:30rem}.widget-shot-medium{left:6%;bottom:14%;width:34%;border-radius:1.8rem}.widget-shot-large{right:6%;top:18%;width:42%;border-radius:2rem}.now-playing-panel{min-height:24rem}.now-playing-shot{inset:12% 10%;width:80%;border-radius:1.9rem}.personalization-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.1rem;margin-top:2rem}.editorial-card{padding:1rem}.editorial-card:nth-child(5){grid-column:1 / -1}.crop-media{height:14rem;margin-bottom:1rem;border-radius:1.35rem;overflow:hidden;background:var(--surface-muted)}.crop-media>.asset-picture{height:100%}.crop-media img{height:100%;object-fit:cover;object-position:top center}.crop-action-hud img{object-position:center 22%}.crop-events img{object-position:center 18%}.crop-shortcuts img{object-position:center 28%}.crop-audio img{object-position:center 31%}.crop-general img{object-position:center 42%}.editorial-card h3,.step-card h3{font-size:1.35rem}.editorial-card p,.step-card p{margin:.55rem 0 0}.steps-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.1rem;margin-top:2rem}.step-card{padding:1rem}.step-card figure{margin:0 0 1rem;border-radius:1.35rem;overflow:hidden}.battery-panel{min-height:38rem}.battery-shot{top:-5%;right:-2%;width:72%;border-radius:2rem}.battery-mini-hud{right:12%;bottom:4%;width:18%;border-radius:1.4rem}.pricing-shell{padding-top:1rem}.pricing-panel{padding:3rem;border-radius:2.5rem;border:1px solid var(--line);background:radial-gradient(circle at top center,var(--accent-soft),transparent 70%),linear-gradient(180deg,var(--surface-strong),var(--surface));box-shadow:var(--shadow)}.pricing-copy{text-align:center;margin:0 auto}.pricing-copy h2{max-width:10ch;margin-left:auto;margin-right:auto}.pricing-copy .section-body{max-width:40rem;margin-left:auto;margin-right:auto}.pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:2rem}.pricing-grid.pricing-grid-headers{margin-bottom:-1.5rem}.pricing-no-upgrade,.pricing-upgrade{display:flex;padding:0 0 0 1.5rem;color:var(--muted);font-size:.95rem;font-weight:500;text-align:center}.pricing-upgrade{grid-column:span 2}.pricing-card{display:flex;flex-direction:column;align-items:flex-start;min-height:12rem;padding:1.5rem;background:var(--bg-elevated-secondary);border:1px solid var(--line);border-radius:24px}.pricing-label{margin:0;font-size:.96rem;line-height:1.45;font-weight:700}.pricing-value{margin:1rem 0 0;max-width:10ch;font-size:clamp(2rem,3.2vw,3rem);font-weight:600;letter-spacing:-.03em;line-height:1.08;text-wrap:balance}.pricing-card:nth-child(1) .pricing-value{font-weight:400}.pricing-detail{margin:auto 0 0}.pricing-actions{margin-top:1.6rem;justify-content:flex-start}.availability-note{margin:0;max-width:38rem}.closing-cta{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:2rem;padding:1.5rem 0 0}.closing-cta>div{max-width:54rem}.closing-cta h2{max-width:11ch}.closing-cta .section-body{max-width:35rem}.show-on-small-screen{display:none}@media(max-width:1100px){.hero,.section-split,.section-split-reverse{grid-template-columns:1fr}.hero{gap:2rem}.hero h1{max-width:10ch}.highlights-row,.pricing-grid,.steps-grid,.personalization-grid{grid-template-columns:1fr}.editorial-card:nth-child(5){grid-column:auto}.hero-panel,.overview-panel,.widgets-panel,.now-playing-panel,.battery-panel{min-height:auto;padding:1.2rem;display:grid;gap:1rem}.highlight-card-wide,.highlight-card-action-copy,.highlight-card-action-visual{aspect-ratio:auto;min-height:14rem}.hero-shot,.overview-dashboard,.overview-menu,.overview-hud,.widget-shot,.now-playing-shot,.battery-shot,.battery-mini-hud{position:static;width:100%;inset:auto}.hero-dashboard,.overview-dashboard,.widget-shot-large,.now-playing-shot,.battery-shot{border-radius:1.6rem}.battery-mini-hud{width:42%;justify-self:end}.closing-cta{grid-template-columns:1fr;align-items:flex-start}}@media(max-width:940px){.hide-on-small-screen{display:none}.show-on-small-screen{display:block}}@media(max-width:720px){.topbar{flex-direction:column;gap:1rem}.topnav{width:100%;justify-content:center}.site-main{padding-top:2.5rem}.hero{padding-top:2rem}.hero h1{font-size:clamp(3.3rem,18vw,5.1rem)}.pricing-panel{padding:1.5rem}.highlight-card,.editorial-card,.step-card,.pricing-card{border-radius:1.5rem}}
