:root{--ink:#202337;--muted:#646c80;--brand:#5456e8;--line:#e2e5ee;--paper:#f7f8fc;--soft:#efefff}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;color:var(--ink);font-family:Inter,"Segoe UI","Microsoft YaHei",sans-serif;line-height:1.7;background:#fff}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}img{display:block;max-width:100%}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #6467f5;outline-offset:5px}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.3}h2{font-size:40px;letter-spacing:-1.5px}h3{font-size:22px}p{color:var(--muted)}.container{max-width:1240px;margin:0 auto;padding:0 28px}.header{position:sticky;top:0;background:#ffffffed;backdrop-filter:blur(16px);z-index:20;border-bottom:1px solid var(--line)}.nav-wrap{height:84px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:10px;font-size:25px;font-weight:750;letter-spacing:-1px;white-space:nowrap}.brand-accent{color:var(--brand)}.brand small{font-size:12px;color:var(--muted);font-weight:500;letter-spacing:1px;margin-left:12px;padding-left:12px;border-left:1px solid var(--line)}nav{display:flex;align-items:center;gap:30px;font-size:14px}nav>a:not(.button){color:var(--muted)}nav>a[aria-current],nav>a:hover{color:var(--brand)}.button{display:inline-flex;align-items:center;justify-content:center;gap:24px;border-radius:8px;padding:15px 24px;font-size:15px;font-weight:650;border:1px solid transparent;transition:background .2s,transform .2s;min-height:48px}.primary,.nav-cta{color:#fff;background:var(--brand);box-shadow:0 6px 16px #5456e81a}.button:hover{background:#4143cc;transform:translateY(-2px)}.nav-cta{padding:10px 16px;font-size:13px;min-height:42px}.menu-toggle{display:none}.hero{background:radial-gradient(ellipse at 80% 15%,#e9e8ff70,transparent 50%),linear-gradient(#fcfcff,#f7f8fc);padding:80px 0 0}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:46px;align-items:center}.eyebrow{font-size:11px;letter-spacing:2px;font-weight:700;color:var(--brand);display:flex;align-items:center;gap:9px}.status-dot{width:7px;height:7px;border-radius:50%;background:#7778f2;box-shadow:0 0 0 5px #ececfe}.hero h1{font-size:76px;line-height:1.2;letter-spacing:-4px;margin:25px 0}.hero h1 em{font-style:normal;color:var(--brand)}.hero-description{font-size:18px;line-height:1.9}.actions{display:flex;align-items:center;gap:22px;margin-top:30px;flex-wrap:wrap}.text-link{font-size:14px;font-weight:600}.text-link:hover{color:var(--brand)}.purchase-note{font-size:12px;margin:20px 0 0;color:#757b8e;line-height:1.8}.hero-visual{padding:28px;background:#fff;border:1px solid #dddff1;border-radius:14px;box-shadow:0 28px 65px #2923660d;transform:rotate(1deg)}.visual-label{display:flex;gap:8px;align-items:center;font-size:9px;letter-spacing:1.5px;color:#8b8ba5}.visual-label>span:last-child{margin-left:auto;white-space:nowrap}.tiny-square{width:6px;height:6px;background:#8581f5}.visual-heading{font-size:27px;line-height:1.6;margin:25px 0;font-weight:600;letter-spacing:-1px}.workflow-mini{display:flex;gap:7px;margin-bottom:22px}.workflow-mini>span{background:#f6f6fd;flex:1;padding:9px 0;text-align:center;font-size:11px;border-radius:5px;white-space:nowrap}.workflow-mini b{display:block;font-size:9px;color:#9594be}.hero-screen{border:1px solid #e5e7f3;border-radius:7px;overflow:hidden}.screen-top{display:flex;justify-content:space-between;align-items:center;padding:7px 12px;background:#f6f7fc;font-size:9px;color:#82869d}.screen-top>span:first-child{display:flex;gap:4px}.screen-top i{width:5px;height:5px;background:#c5c9da;border-radius:50%}.screenshot{display:block;width:100%;padding:0;border:0;background:#f5f7fc;position:relative;overflow:hidden;cursor:zoom-in}.screenshot img{width:100%;height:auto}.zoom-label{position:absolute;bottom:12px;right:12px;background:#202337dd;color:#fff;border-radius:5px;font-size:11px;padding:4px 10px;opacity:0;transition:opacity .2s}.screenshot:hover .zoom-label,.screenshot:focus-visible .zoom-label{opacity:1}.visual-foot{display:flex;justify-content:space-between;color:#9498ac;font-size:10px;margin-top:16px}.hero-facts{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);margin-top:65px;padding:28px 0;gap:24px}.hero-facts p{display:flex;flex-direction:column;font-size:12px;gap:3px}.hero-facts b{font-size:15px;color:var(--ink);font-weight:600}.hero-facts p+p{border-left:1px solid var(--line);padding-left:32px}.section{padding-top:88px;padding-bottom:88px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:38px}.section-heading .eyebrow{margin-bottom:16px}.section-heading>p{font-size:14px;max-width:440px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.feature-grid article{padding:28px 0 0;border-top:2px solid #dddff0}.feature-num{font-size:11px;letter-spacing:1px;color:var(--brand)}.feature-grid h3{margin:22px 0 14px}.feature-grid p{font-size:14px}.feature-grid a{display:inline-block;color:var(--brand);font-size:13px;margin-top:25px}.workspace-section{padding:76px 0;background:var(--paper)}.gallery-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}.gallery-tab{border:1px solid var(--line);background:#fff;padding:9px 20px;border-radius:6px;font-size:13px}.gallery-tab[aria-pressed=true]{background:var(--ink);color:white;border-color:var(--ink)}.gallery-frame{padding:8px;border-radius:12px;background:#fff;border:1px solid var(--line);box-shadow:0 12px 40px #2431560a;overflow:hidden}.gallery-frame .screenshot{border-radius:6px}.caption{text-align:center;font-size:12px;margin-top:20px}.steps{list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:28px;padding:0;margin:0}.steps li{border-top:1px solid var(--line);padding-top:24px}.steps li>span{font-size:36px;line-height:1;color:#b5b4d9;letter-spacing:-2px}.steps h3{font-size:18px;margin:20px 0 10px}.steps p{font-size:13px}.buy-section{background:#242640;color:#fff;padding:70px 0}.buy-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.buy-grid .eyebrow{color:#b4b4ff;margin-bottom:18px}.buy-grid h2{font-size:42px}.buy-grid p{color:#c1c2d3;font-size:14px;margin-top:22px}.buy-panel{border-left:1px solid #ffffff20;padding-left:50px}.buy-panel>span{font-size:10px;letter-spacing:1px;color:#b5b6d9}.buy-panel h3{margin-top:15px}.buy-panel .button{margin-top:25px}.buy-panel>a:last-child{display:block;font-size:12px;margin-top:18px;color:#c3c3fa}.footer{padding:48px 0 20px;background:#fafbfe}.footer-top{display:flex;justify-content:space-between;gap:36px}.footer-top p{font-size:12px;margin-top:12px}.footer-links{display:flex;gap:24px;flex-wrap:wrap;align-content:flex-start;padding-top:10px;font-size:13px}.footer-contact{display:flex;flex-direction:column;font-size:13px;gap:6px}.footer-contact span{font-size:11px;color:var(--muted)}.footer-bottom{border-top:1px solid var(--line);margin-top:35px;padding-top:18px;display:flex;justify-content:space-between;font-size:11px;color:#81879a}.skip-link{position:fixed;left:10px;top:-80px;z-index:99;background:#fff;padding:12px}.skip-link:focus{top:10px}dialog{border:1px solid var(--line);border-radius:12px;padding:16px;max-width:96vw;width:1600px;max-height:94vh;box-shadow:0 20px 80px #0004}dialog::backdrop{background:#11152dcc;backdrop-filter:blur(4px)}.dialog-top{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:12px}.dialog-top p{font-size:14px}.dialog-close{background:#f0f1f7;border:0;padding:8px 16px;border-radius:6px;flex-shrink:0}dialog>img{width:100%;max-height:80vh;object-fit:contain}.page-hero{padding:64px 0 44px;background:var(--paper);border-bottom:1px solid var(--line)}.page-hero h1{font-size:48px;letter-spacing:-2px;margin:15px 0}.page-hero p:last-child{max-width:720px}.content-layout{display:grid;grid-template-columns:220px 1fr;gap:64px;padding-top:48px;padding-bottom:80px}.side-index{position:sticky;top:112px;align-self:start;font-size:13px;display:flex;flex-direction:column;gap:14px}.side-index a{color:var(--muted)}.side-index a:hover{color:var(--brand)}.prose{min-width:0;max-width:830px}.prose h2{font-size:27px;letter-spacing:-.6px;margin:0 0 18px}.prose h3{font-size:18px;margin:22px 0 12px}.prose p,.prose li{font-size:15px;color:var(--muted);line-height:1.95}.prose p+p{margin-top:14px}.prose section{margin-bottom:48px;scroll-margin-top:110px}.prose a:not(.button){color:var(--brand);text-decoration:underline;text-underline-offset:4px}.prose ol,.prose ul{padding-left:24px}.notice{padding:18px 22px;border-left:3px solid #7778e9;background:#f4f4fe;margin:24px 0;font-size:14px;color:var(--muted)}.prose .screenshot{margin-top:24px;border:1px solid var(--line);border-radius:8px}.faq-list{max-width:900px;margin:auto}.faq-list details{border-bottom:1px solid var(--line);padding:22px 0}.faq-list summary{font-size:18px;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;gap:20px;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:'+';color:var(--brand)}.faq-list details[open] summary:after{content:'−'}.faq-list details p{padding-top:15px;max-width:800px;font-size:15px}.faq-list a{color:var(--brand);text-decoration:underline}.support-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px}.support-box{background:var(--paper);border:1px solid var(--line);border-radius:12px;padding:35px}.email{font-size:27px;overflow-wrap:anywhere;color:var(--brand);display:block;margin:20px 0}.secondary{background:#fff;border-color:var(--line);box-shadow:none}.secondary:hover{background:#f2f2ff}.feedback-status{font-size:13px;min-height:25px;margin-top:12px}.support-box p{font-size:14px}.support-grid h2{font-size:28px}.support-grid h3{font-size:18px;margin-top:25px;margin-bottom:10px}.support-grid ul{padding-left:20px;color:var(--muted);font-size:14px}.policy{max-width:850px;margin:auto}.policy h2{font-size:24px;margin:32px 0 14px}.policy p{font-size:14px;line-height:1.95;margin-bottom:12px;overflow-wrap:anywhere}.policy a{color:var(--brand)}.not-found{text-align:center;padding:100px 28px}.not-found h1{font-size:64px}.not-found p{margin:20px 0}.not-found .button{margin:10px}.page-tail{text-align:center;margin-top:48px}
@media(min-width:1600px){.hero{padding-top:105px}.hero-facts{margin-top:80px}.hero h1{font-size:84px}}@media(max-width:1000px){nav{gap:18px}.hero-grid{gap:28px}.hero h1{font-size:62px}.hero-visual{padding:20px}.visual-heading{font-size:24px}.buy-grid{gap:40px}.footer-top{flex-wrap:wrap}.content-layout{gap:35px;grid-template-columns:170px 1fr}.support-grid{gap:28px}}@media(max-width:760px){.container{padding-left:22px;padding-right:22px}.nav-wrap{height:72px}.brand{font-size:23px}.brand small{display:none}.menu-toggle{display:block;border:1px solid var(--line);background:#fff;padding:7px 12px;border-radius:6px;font-size:13px}.menu-toggle span{margin-left:10px}nav{display:none;position:absolute;left:0;right:0;top:72px;background:#fff;border-bottom:1px solid var(--line);padding:20px 24px;box-shadow:0 14px 20px #2222330a;flex-direction:column;align-items:stretch;gap:4px}nav.is-open{display:flex}nav>a{padding:10px}nav .button{margin-top:8px}.hero{padding-top:42px}.hero-grid{grid-template-columns:1fr;gap:36px}.hero h1{font-size:58px;letter-spacing:-3px;margin:22px 0}.hero-description{font-size:16px}.hero-visual{transform:none}.visual-heading{font-size:25px}.hero-facts{margin-top:38px;padding:22px 0;gap:15px}.hero-facts p{font-size:10px}.hero-facts b{font-size:12px}.hero-facts p+p{padding-left:14px}.section{padding-top:54px;padding-bottom:54px}h2{font-size:31px}.section-heading{flex-direction:column;align-items:flex-start;gap:18px}.section-heading>p{font-size:13px}.feature-grid{grid-template-columns:1fr;gap:24px}.feature-grid h3{margin-top:12px}.feature-grid a{margin-top:14px}.workspace-section{padding:48px 0}.gallery-tab{padding:8px 12px;font-size:12px}.gallery-frame{padding:4px}.steps{grid-template-columns:1fr 1fr;gap:25px}.steps h3{font-size:16px}.buy-grid{grid-template-columns:1fr;gap:30px}.buy-section{padding:45px 0}.buy-grid h2{font-size:32px}.buy-panel{border-left:0;border-top:1px solid #ffffff20;padding:25px 0 0}.footer-top{flex-direction:column;gap:25px}.footer-links{gap:20px;padding:0}.footer-bottom{flex-direction:column;gap:7px}.page-hero{padding:40px 0 32px}.page-hero h1{font-size:36px}.content-layout{grid-template-columns:1fr;gap:30px;padding-top:30px}.side-index{position:static;flex-direction:row;flex-wrap:wrap;gap:10px 20px;border-bottom:1px solid var(--line);padding-bottom:20px}.prose h2{font-size:24px}.support-grid{grid-template-columns:1fr}.support-box{padding:24px}.email{font-size:25px}.faq-list summary{font-size:16px}.dialog-top p{font-size:12px}.dialog-close{padding:6px 10px}.zoom-label{opacity:1;font-size:9px;bottom:6px;right:6px}.gallery-main .zoom-label{bottom:8px;right:8px}.hero-screen .zoom-label{display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}

.store-badge{display:inline-flex;flex-direction:column;align-items:flex-start;max-width:100%;flex-shrink:0}ms-store-badge{display:block;max-width:100%}ms-store-badge:not(:defined){display:none}ms-store-badge:defined+.store-fallback{display:none}.store-fallback{display:inline-block;padding:10px 14px;border:1px solid currentColor;border-radius:6px;font-size:14px}
ms-store-badge{zoom:.65}nav ms-store-badge{zoom:.45}.hero-copy,.hero-visual{min-width:0}@media(max-width:400px){ms-store-badge{zoom:.6}}
