:root{color-scheme:light;--bg:#fff;--surface:#fff;--soft:#f7f8f9;--text:#101113;--muted:#626870;--subtle:#9399a0;--line:#e1e4e8;--line-strong:#d0d4d9;--green:#137a45;--shadow:0 22px 70px rgba(15,20,24,.08)}
:root[data-theme="dark"]{color-scheme:dark;--bg:#111214;--surface:#191b1e;--soft:#222529;--text:#f4f5f5;--muted:#a7adb3;--subtle:#7e858d;--line:#30343a;--line-strong:#4b5158;--green:#6acb91;--shadow:0 22px 70px rgba(0,0,0,.2)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,"Helvetica Neue",Arial,sans-serif;-webkit-font-smoothing:antialiased}button,a{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}svg{display:block}button:focus-visible,a:focus-visible{outline:2px solid var(--green);outline-offset:4px}.skip-link{position:absolute;left:12px;top:-60px;z-index:20;background:var(--text);color:var(--bg);padding:10px 15px}.skip-link:focus{top:12px}.wrap{width:min(1360px,calc(100% - 88px));margin-inline:auto}section{scroll-margin-top:86px}
.site-header{height:76px;border-bottom:1px solid var(--line);background:var(--bg);position:sticky;top:0;z-index:10}.header-inner{width:min(1440px,calc(100% - 88px));height:100%;margin:auto;display:flex;align-items:center;gap:72px}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:670;letter-spacing:-.045em;font-size:22px;white-space:nowrap}.brand strong{font-weight:750}.brand img{object-fit:contain;width:34px;height:34px;filter:grayscale(1) brightness(0)}:root[data-theme="dark"] .brand img{filter:grayscale(1) brightness(0) invert(1)}.site-nav{display:flex;align-items:center;gap:38px;font-size:14px;font-weight:570}.site-nav a{color:var(--muted);transition:color .2s}.site-nav a:hover{color:var(--text)}.theme-toggle{margin-left:auto;width:55px;height:32px;border:1px solid var(--line-strong);border-radius:30px;background:var(--soft);display:flex;align-items:center;justify-content:flex-start;padding:4px;color:var(--text);position:relative}.theme-toggle:before{content:"";position:absolute;width:22px;height:22px;border-radius:50%;background:var(--text);right:4px;transition:transform .22s}.theme-toggle .moon,.theme-toggle .sun{width:15px;height:15px;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}.theme-toggle .sun{display:none}:root[data-theme="dark"] .theme-toggle:before{transform:translateX(-23px)}:root[data-theme="dark"] .theme-toggle .moon{display:none}:root[data-theme="dark"] .theme-toggle .sun{display:block;margin-left:auto}
.hero{display:grid;grid-template-columns:minmax(370px,.82fr) minmax(630px,1.34fr);align-items:center;gap:54px;min-height:746px;padding-block:46px 74px}.hero-copy{max-width:515px;padding-bottom:10px}.hero h1{font-size:clamp(49px,4.4vw,72px);line-height:1.06;letter-spacing:-.067em;font-weight:730;margin:0 0 28px}.hero h1 span{white-space:nowrap}.hero-copy>p:not(.availability){font-size:20px;line-height:1.58;color:var(--muted);letter-spacing:-.018em;max-width:490px;margin:0}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:36px}.button{min-height:52px;padding:0 21px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:14px;font-weight:650;letter-spacing:-.01em;transition:transform .2s,background .2s,border-color .2s}.button:hover{transform:translateY(-2px)}.button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.button-primary{background:#111214;color:#fff;border:1px solid #111214;box-shadow:0 8px 22px rgba(0,0,0,.09)}.button-primary:hover{background:#303236}.button-secondary{border:1px solid var(--line-strong);color:var(--text);background:var(--surface)}.button-secondary:hover{border-color:var(--muted)}.availability{margin:21px 0 0;color:var(--subtle);font-size:12px;line-height:1.5}.availability span{padding-inline:4px}
.app-window{height:580px;border:1px solid var(--line-strong);border-radius:12px;overflow:hidden;background:var(--surface);box-shadow:var(--shadow);min-width:0}.app-titlebar{height:49px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 17px 0 20px}.app-title{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--text)}.app-title img{width:22px;height:22px;filter:grayscale(1) brightness(0)}:root[data-theme="dark"] .app-title img{filter:grayscale(1) brightness(0) invert(1)}.app-title strong{font-weight:750}.app-title span{color:var(--subtle);font-size:11px}.window-controls{display:flex;gap:10px;align-items:center}.window-controls i{display:block;width:8px;height:8px;border:1px solid var(--subtle);border-radius:50%;opacity:.7}.app-body{display:grid;grid-template-columns:134px minmax(0,1fr);height:calc(100% - 49px)}.app-sidebar{border-right:1px solid var(--line);padding:18px 10px;display:flex;flex-direction:column;gap:5px}.app-side-item,.app-side-bottom{display:flex;align-items:center;gap:9px;min-height:34px;padding:0 10px;color:var(--muted);border-radius:6px;font-size:10px;font-weight:600;white-space:nowrap}.app-side-item svg,.app-side-bottom svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linejoin:round;stroke-linecap:round;flex:none}.app-side-item.selected{background:var(--soft);color:var(--text)}.app-side-bottom{margin-top:auto;border-top:1px solid var(--line);border-radius:0;padding-top:12px}.app-main{padding:24px 23px 20px;min-width:0}.app-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:19px;gap:10px}.app-overline{font-size:9px;letter-spacing:.14em;font-weight:750;color:var(--subtle)}.app-heading h2{margin:6px 0 0;font-size:21px;line-height:1.1;letter-spacing:-.045em}.demo-tag{color:var(--subtle);font-size:9px;white-space:nowrap;margin-bottom:3px}.chart-card{border:1px solid var(--line);border-radius:9px;height:358px;padding:17px 18px 13px;overflow:hidden}.chart-top{display:flex;justify-content:space-between;align-items:start;gap:15px}.chart-top>div:first-child{display:flex;flex-direction:column;gap:6px}.chart-label{font-size:9px;color:var(--subtle);font-weight:650}.chart-top strong{font-size:15px;letter-spacing:-.03em}.chart-ranges{display:flex;gap:2px;border:1px solid var(--line);border-radius:6px;padding:2px}.chart-ranges button{border:0;background:transparent;color:var(--muted);font-size:9px;font-weight:650;border-radius:4px;padding:5px 7px}.chart-ranges button.active{background:var(--text);color:var(--bg)}.chart-area{position:relative;height:246px;margin-top:13px;padding-right:27px}.chart-grid{position:absolute;inset:0 27px 0 0;background:linear-gradient(to bottom,transparent calc(25% - .5px),var(--line) 25%,transparent calc(25% + .5px),transparent calc(50% - .5px),var(--line) 50%,transparent calc(50% + .5px),transparent calc(75% - .5px),var(--line) 75%,transparent calc(75% + .5px)),linear-gradient(to right,transparent calc(25% - .5px),var(--line) 25%,transparent calc(25% + .5px),transparent calc(50% - .5px),var(--line) 50%,transparent calc(50% + .5px),transparent calc(75% - .5px),var(--line) 75%,transparent calc(75% + .5px));opacity:.65}.chart-area svg{position:relative;z-index:1;width:100%;height:100%;overflow:visible}.chart-line{fill:none;stroke:var(--green);stroke-width:2;vector-effect:non-scaling-stroke;stroke-linecap:round;stroke-linejoin:round}.chart-fill{fill:var(--green);opacity:.055}.chart-y{position:absolute;right:0;top:-3px;bottom:0;display:flex;flex-direction:column;justify-content:space-between;color:var(--subtle);font-size:8px}.chart-x{display:flex;justify-content:space-between;color:var(--subtle);font-size:8px;padding-right:31px;margin-top:6px}.app-mini-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px}.app-mini-row>div{border:1px solid var(--line);border-radius:7px;min-height:58px;padding:11px}.app-mini-row span{display:block;font-size:8px;color:var(--subtle);margin-bottom:7px}.app-mini-row strong{display:flex;align-items:center;gap:5px;font-size:10px;font-weight:650}.green-dot{display:inline-block;background:var(--green);width:5px;height:5px;border-radius:50%}
.intro{border-top:1px solid var(--line);padding-block:112px 105px}.section-head{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:end;margin-bottom:65px}.section-head h2,.gallery-head h2,.download-copy h2{margin:0;font-size:clamp(36px,3.35vw,51px);line-height:1.1;letter-spacing:-.057em;font-weight:720}.section-head p{max-width:520px;margin:0;color:var(--muted);font-size:18px;line-height:1.56}.steps{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}.steps article{padding:32px 42px 8px 0;min-height:206px}.steps article+article{border-left:1px solid var(--line);padding-left:42px}.step-num{font-size:13px;color:var(--subtle);font-weight:650;font-variant-numeric:tabular-nums}.steps h3{font-size:23px;letter-spacing:-.04em;margin:20px 0 11px}.steps p{margin:0;color:var(--muted);line-height:1.55;font-size:15px;max-width:320px}.boundary-note{border-top:1px solid var(--line);padding-top:19px;color:var(--subtle);font-size:12px;margin:34px 0 0}
.gallery-section{background:var(--soft);padding-block:104px 112px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.gallery-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:32px}.gallery-head h2{font-size:clamp(34px,3vw,45px)}.gallery-head p{color:var(--muted);font-size:16px;margin:12px 0 0}.gallery-head>span{font-size:12px;color:var(--subtle);font-variant-numeric:tabular-nums}.gallery-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:28px}.screenshot-frame{min-width:0;background:var(--surface);border:1px solid var(--line-strong);border-radius:11px;overflow:hidden;box-shadow:var(--shadow)}.screenshot-toolbar{height:41px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:13px;padding:0 16px;font-size:10px}.screenshot-toolbar strong{font-size:11px;font-weight:650}.screenshot-toolbar>span:last-child{margin-left:auto;color:var(--subtle)}.shot-dots{display:flex;gap:5px}.shot-dots i{width:7px;height:7px;border:1px solid var(--line-strong);border-radius:50%}.screenshot-crop{position:relative;width:100%;aspect-ratio:1.57;overflow:hidden;background:#fff}.screenshot-crop img{position:absolute;width:116%;height:auto;max-width:none;left:-16%;top:-7%;display:block}.gallery-selector{display:flex;flex-direction:column;border-top:1px solid var(--line)}.gallery-option{position:relative;display:grid;grid-template-columns:28px 1fr;column-gap:8px;align-content:center;text-align:left;padding:17px 15px 16px 12px;min-height:116px;background:transparent;border:0;border-bottom:1px solid var(--line);color:var(--text);transition:background .2s}.gallery-option:hover{background:var(--surface)}.gallery-option.active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:var(--text)}.gallery-option span{grid-row:span 2;color:var(--subtle);font-size:11px;font-variant-numeric:tabular-nums;padding-top:2px}.gallery-option strong{font-size:17px;letter-spacing:-.035em}.gallery-option small{font-size:12px;line-height:1.4;color:var(--muted);margin-top:6px}
.download-section{background:#121416;color:#fff;padding-block:100px 64px}.download-inner{display:grid;grid-template-columns:.9fr 1.5fr;gap:70px}.download-copy h2{font-size:clamp(38px,3.6vw,55px);max-width:480px}.download-copy p{font-size:17px;line-height:1.55;color:#b4bac0;max-width:445px;margin:22px 0 0}.platforms{display:grid;grid-template-columns:repeat(3,1fr)}.platform{padding:8px 26px 4px;border-left:1px solid #383d42}.platform svg{width:28px;height:28px;fill:none;stroke:#fff;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round;margin-bottom:24px}.platform h3{font-size:23px;letter-spacing:-.04em;margin:0 0 7px}.platform p{font-size:12px;color:#a1a9af;margin:0 0 29px}.platform button{width:100%;min-height:43px;border:1px solid #4e5358;border-radius:7px;background:#272b2f;color:#c5c9cc;font-size:12px;font-weight:620;cursor:not-allowed}.platform button:not(:disabled){background:#fff;color:#121416;border-color:#fff;cursor:pointer}.platform button:not(:disabled):hover{background:#e8eaeb}.download-hint{grid-column:1/-1;color:#889199;font-size:12px;border-top:1px solid #383d42;padding-top:21px;margin:12px 0 0}.site-footer{background:var(--bg);border-top:1px solid var(--line)}.footer-inner{min-height:105px;display:flex;align-items:center;gap:35px}.footer-inner .brand{font-size:17px}.footer-inner .brand img{width:27px;height:27px}.footer-inner p{font-size:12px;color:var(--muted);margin:0}.footer-inner>span{font-size:12px;color:var(--subtle);margin-left:auto;white-space:nowrap}
@media(max-width:1180px){.hero{grid-template-columns:minmax(310px,.85fr) minmax(550px,1.15fr);gap:28px}.hero h1{font-size:53px}.app-window{height:550px}.app-main{padding:21px 17px}.chart-card{height:330px}.chart-area{height:220px}.app-mini-row{gap:6px}.app-mini-row>div{padding:8px}.download-inner{gap:28px}.platform{padding-inline:18px}}
@media(max-width:900px){.wrap,.header-inner{width:min(100% - 44px,720px)}.header-inner{gap:35px}.site-nav{gap:20px}.hero{display:flex;flex-direction:column;align-items:stretch;gap:45px;padding-top:75px;min-height:0}.hero-copy{max-width:680px}.hero h1{font-size:clamp(50px,8vw,68px)}.app-window{width:100%;height:560px}.section-head{grid-template-columns:1fr;gap:20px}.intro{padding-block:90px}.gallery-layout{grid-template-columns:1fr}.gallery-selector{display:grid;grid-template-columns:repeat(2,1fr);border-left:1px solid var(--line)}.gallery-option{border-right:1px solid var(--line)}.download-inner{grid-template-columns:1fr;gap:48px}.platforms{max-width:800px}}
@media(max-width:600px){.site-header{height:66px}.wrap,.header-inner{width:calc(100% - 32px)}.brand{font-size:19px}.brand img{width:29px;height:29px}.header-inner{gap:0}.site-nav{gap:13px;margin-left:auto;margin-right:13px;font-size:11px}.site-nav a:first-child{display:none}.theme-toggle{margin-left:0;flex:none;width:45px;height:28px}.theme-toggle:before{width:18px;height:18px}.theme-toggle .moon,.theme-toggle .sun{width:13px;height:13px}:root[data-theme="dark"] .theme-toggle:before{transform:translateX(-17px)}.hero{padding-top:55px;padding-bottom:72px;gap:38px}.hero h1{font-size:clamp(42px,10.7vw,60px);margin-bottom:22px}.hero-copy>p:not(.availability){font-size:17px}.hero-actions{gap:9px;margin-top:29px}.button{font-size:12px;min-height:48px;padding:0 15px}.availability{font-size:11px}.app-window{height:426px;border-radius:9px}.app-titlebar{height:40px;padding-inline:11px}.app-body{grid-template-columns:46px 1fr;height:calc(100% - 40px)}.app-sidebar{padding:11px 6px}.app-side-item,.app-side-bottom{font-size:0;justify-content:center;padding:0;min-height:35px}.app-side-item svg,.app-side-bottom svg{width:16px;height:16px}.app-title span{display:none}.app-main{padding:15px 10px}.app-heading{margin-bottom:12px}.app-heading h2{font-size:17px}.demo-tag{font-size:8px}.chart-card{padding:12px 10px;height:267px}.chart-top strong{font-size:13px}.chart-area{height:173px;margin-top:11px}.chart-ranges button{font-size:8px;padding:4px 5px}.app-mini-row{gap:4px;margin-top:8px}.app-mini-row>div{min-height:44px;padding:6px}.app-mini-row span{font-size:7px;margin-bottom:4px}.app-mini-row strong{font-size:7px;line-height:1.2}.intro{padding-block:72px}.section-head{margin-bottom:42px}.section-head h2,.gallery-head h2{font-size:38px}.section-head p{font-size:16px}.steps{grid-template-columns:1fr}.steps article,.steps article+article{border-left:0;border-bottom:1px solid var(--line);padding:24px 0;min-height:0}.steps h3{margin:12px 0 7px}.boundary-note{margin-top:22px}.gallery-section{padding-block:70px}.gallery-head{align-items:start}.gallery-head p{font-size:14px}.gallery-head>span{display:none}.screenshot-toolbar{height:35px}.gallery-selector{grid-template-columns:1fr}.gallery-option{min-height:77px;padding-block:12px}.gallery-option small{font-size:11px}.download-section{padding-block:70px 50px}.download-copy h2{font-size:42px}.download-copy p{font-size:15px}.platforms{grid-template-columns:1fr;gap:0}.platform{display:grid;grid-template-columns:35px 1fr auto;column-gap:12px;align-items:center;border-left:0;border-top:1px solid #383d42;padding:18px 0}.platform svg{grid-row:span 2;margin:0;width:26px;height:26px}.platform h3{font-size:19px;margin:0}.platform p{margin:4px 0 0;grid-column:2;font-size:11px}.platform button{grid-column:3;grid-row:1/span 2;width:120px;font-size:10px}.download-hint{margin-top:-20px}.footer-inner{flex-wrap:wrap;gap:9px 20px;padding-block:25px;min-height:0}.footer-inner p{order:3;width:100%}.footer-inner>span{margin-left:auto}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
:root[data-theme="dark"] .button-primary{background:#f4f5f5;color:#111214;border-color:#f4f5f5}
:root[data-theme="dark"] .button-primary:hover{background:#dfe2e3}
.footer-legal{display:flex;align-items:center;gap:20px;margin-left:auto;white-space:nowrap}.footer-legal a{font-size:12px;color:var(--muted);text-decoration:none}.footer-legal a:hover,.footer-legal a[aria-current="page"]{color:var(--text);text-decoration:underline;text-underline-offset:3px}.footer-inner>span{margin-left:0}.legal-page{max-width:860px;padding-block:78px 105px;min-height:calc(100vh - 182px)}.legal-back{display:inline-block;color:var(--muted);font-size:13px;margin-bottom:46px}.legal-back:hover{color:var(--text)}.legal-page h1{font-size:clamp(47px,5vw,68px);letter-spacing:-.065em;line-height:1.05;margin:0 0 20px}.legal-lead{font-size:18px;color:var(--muted);line-height:1.5;margin:0 0 39px}.legal-alert{border:1px solid var(--line-strong);border-left:3px solid var(--text);border-radius:6px;padding:18px 20px;font-size:14px;line-height:1.55;background:var(--soft);margin:0 0 48px}.legal-page section{border-top:1px solid var(--line);padding:27px 0 31px}.legal-page section h2{font-size:21px;letter-spacing:-.035em;margin:0 0 14px}.legal-page section p,.legal-page address{font-size:15px;line-height:1.7;color:var(--muted);font-style:normal;margin:0 0 11px}.legal-page section p:last-child{margin-bottom:0}.legal-page strong{color:var(--text);font-weight:650}.legal-page section a{text-decoration:underline;text-underline-offset:3px}.legal-page code{font-size:.9em;background:var(--soft);border:1px solid var(--line);padding:2px 4px;border-radius:3px}.legal-date{font-size:12px;color:var(--subtle);margin:24px 0 0}
@media(max-width:900px){.footer-inner{flex-wrap:wrap;padding-block:25px;gap:10px 22px}.footer-inner p{order:3;width:100%}.footer-legal{margin-left:auto}.footer-inner>span{margin-left:0}.legal-page{padding-block:62px 80px}}
@media(max-width:600px){.footer-legal{order:3;margin-left:0;width:100%;padding-top:9px}.footer-inner p{order:4}.footer-inner>span{margin-left:auto}.legal-page{padding-block:50px 70px}.legal-back{margin-bottom:33px}.legal-page h1{font-size:48px}.legal-lead{font-size:16px;margin-bottom:30px}.legal-alert{padding:15px;font-size:13px;margin-bottom:34px}.legal-page section h2{font-size:19px}.legal-page section p,.legal-page address{font-size:14px}}

.screenshot-crop img{inset:0;left:auto;top:auto;width:100%;height:100%;max-width:100%;object-fit:contain;object-position:center}
.shot-caption{margin:0;border-top:1px solid var(--line);padding:10px 16px;color:var(--muted);font-size:11px;line-height:1.4}
.shot-caption[hidden]{display:none}
