:root{color-scheme:light;font-family:Inter,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;color:#0f1724;background:#f8fbff;scroll-behavior:smooth}*{box-sizing:border-box}body,html{margin:0;padding:0}body{min-height:100vh}button{cursor:pointer;font:inherit}a{text-decoration:none;color:inherit}.page-shell{display:flex;flex-direction:column;min-height:100vh}.page-main{flex:1 1}.download-page,.help-page,.home-page{width:100%}.container{width:min(1100px,100% - 40px);margin:0 auto}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(15,23,36,.08)}.header-inner{justify-content:space-between;padding:12px 0}.brand,.header-inner{display:flex;align-items:center;gap:12px}.brand{min-width:0}.brand-icon{width:40px;height:40px;background:linear-gradient(135deg,#1e90ff,#2ea0f7);border-radius:10px;display:grid;place-items:center;color:#ffffff;font-weight:800;flex-shrink:0}.brand-name{font-weight:700;font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brand-tag{color:#475569;font-size:12px;white-space:nowrap}.header-actions{display:flex;gap:8px;align-items:center;flex-shrink:0;flex-wrap:wrap}.hamburger{display:none;background:none;border:none;padding:8px;cursor:pointer;flex-shrink:0}.hamburger-icon{display:flex;flex-direction:column;gap:5px;width:22px}.hamburger-icon span{display:block;height:2px;background:#0f1724;border-radius:2px;transition:transform .22s ease,opacity .22s ease;transform-origin:center}.hamburger-icon.open span:first-child{transform:translateY(7px) rotate(45deg)}.hamburger-icon.open span:nth-child(2){opacity:0}.hamburger-icon.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{border-top:1px solid rgba(15,23,36,.08);background:rgba(255,255,255,.98);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.mobile-menu-inner{display:flex;flex-direction:column;gap:4px;padding:12px 0 16px}.mobile-nav-link{display:block;padding:12px 16px;border-radius:12px;color:#0f1724;font-weight:600;transition:background .18s ease,color .18s ease}.mobile-nav-link:hover{background:rgba(30,144,255,.08);color:#1e90ff}.mobile-nav-link.active{background:rgba(30,144,255,.1);color:#1e90ff}.button{border:none;border-radius:999px;padding:12px 20px;font-weight:700;display:inline-block;transition:opacity .18s ease,transform .18s ease,box-shadow .18s ease;cursor:pointer}.button.primary{background:linear-gradient(90deg,#1e90ff,#2ea0f7);color:#ffffff}.button.primary:hover{opacity:.88;transform:translateY(-1px);box-shadow:0 6px 20px rgba(30,144,255,.32)}.button.primary:active{opacity:1;transform:translateY(0);box-shadow:none}.button.secondary{background:rgba(30,144,255,.08);color:#1e90ff}.button.secondary:hover{background:rgba(30,144,255,.16);transform:translateY(-1px)}.button.secondary:active{transform:translateY(0)}.button.ghost{background:transparent;color:#1e90ff;border:1px solid rgba(30,144,255,.25);padding:12px 18px;font-weight:600;display:inline-flex;align-items:center;gap:4px}.button.ghost:hover{background:rgba(30,144,255,.06);border-color:rgba(30,144,255,.45);transform:translateY(-1px)}.button.ghost:active{transform:translateY(0)}.hero-section{padding:84px 0 60px}.hero-inner{display:grid;grid-template-columns:1.3fr 1fr;align-items:center;grid-gap:48px;gap:48px}.eyebrow{margin:0 0 14px;font-size:13px;font-weight:700;color:#1e90ff;letter-spacing:.08em}h1{margin:0;font-size:clamp(2.6rem,4vw,4rem);line-height:1.03}.hero-text{max-width:620px;margin:18px 0 30px;color:#475569;font-size:1.05rem;line-height:1.8}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.hero-visual{display:grid;grid-gap:20px;gap:20px}.hero-card{background:white;border-radius:24px;padding:28px;box-shadow:0 22px 60px rgba(15,23,36,.08)}.card-pill{display:inline-flex;padding:8px 14px;border-radius:999px;background:rgba(30,144,255,.08);color:#1e90ff;font-weight:700;font-size:12px}.hero-card h2{margin:16px 0 10px;font-size:1.55rem}.hero-card p{margin:0;color:#475569}.platform-icons{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.platform-item{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 10px);min-width:140px;display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:999px;background:#eef6ff;color:#1e3a8a;font-weight:700;font-size:.95rem}.platform-icon{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:#ffffff;box-shadow:0 10px 24px rgba(30,144,255,.12)}.hero-chart{display:flex;align-items:center;justify-content:center;padding:24px}.chart-item,.hero-chart{border-radius:22px;background:linear-gradient(180deg,#e9f3ff,#f5fbff)}.chart-item{min-height:90px}.chart-item-1{height:108px}.chart-item-2{height:72px}.chart-item-3{height:132px}.content-section{padding:40px 0}.content-section.download-section{padding:24px 0 48px}.section-alt{background:linear-gradient(180deg,#f8fbff,#edf7ff)}.section-header{max-width:840px;margin-bottom:28px}.section-header h2{margin:12px 0 16px;font-size:clamp(2rem,2.5vw,3rem)}.section-header p{margin:0;color:#475569;font-size:1.05rem}.grid.cards-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.card{background:white;border-radius:20px;padding:24px;box-shadow:0 18px 42px rgba(15,23,36,.06);transition:transform .2s ease,box-shadow .2s ease}.card:hover{transform:translateY(-3px);box-shadow:0 24px 52px rgba(15,23,36,.1)}.card-number{width:44px;height:44px;border-radius:14px;background:rgba(30,144,255,.1);color:#1e90ff;display:grid;place-items:center;font-weight:700;margin-bottom:20px}.card h3{margin:0 0 10px}.card p{margin:0;color:#475569;line-height:1.8}.note{margin-top:16px;color:#475569;font-size:.95rem}.download-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.download-grid-2col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:20px;gap:20px}.home-download-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.download-card{padding:28px;background:white;border-radius:22px;border:1px solid rgba(15,23,36,.08);transition:transform .2s ease,box-shadow .2s ease}.download-card:hover{transform:translateY(-3px);box-shadow:0 18px 42px rgba(15,23,36,.1)}.download-card h3{margin-top:0}.download-card p{color:#475569;margin:14px 0 20px}.download-note{margin-top:20px;color:#475569}.download-card-header{display:flex;align-items:center;gap:14px;margin-bottom:4px}.download-card-header h3{margin:0;font-size:1.2rem}.download-platform-icon{width:36px;height:36px;object-fit:contain;flex-shrink:0}.page-intro{padding:32px 0 8px}.page-intro .section-header{margin-bottom:0}.site-footer{margin-top:auto;padding:26px 0 32px}.footer-inner{display:flex;justify-content:space-between;gap:18px;align-items:center}.footer-links{display:flex;gap:18px;flex-wrap:wrap}.footer-links a{color:#475569;transition:color .18s ease}.footer-links a:hover{color:#1e90ff}.docs-shell{background:#f4f7fb}.docs-layout{display:grid;grid-template-columns:minmax(240px,280px) minmax(0,1fr);grid-gap:32px;gap:32px;padding:32px 0 60px}.docs-sidebar{position:-webkit-sticky;position:sticky;top:20px;align-self:start;background:#ffffff;border:1px solid rgba(15,23,36,.08);border-radius:24px;padding:24px;box-shadow:0 24px 60px rgba(15,23,36,.06)}.sidebar-header{font-size:.95rem;font-weight:700;margin-bottom:18px;color:#1e293b}.sidebar-nav{display:grid;grid-gap:10px;gap:10px;margin-bottom:30px}.sidebar-link{display:block;padding:12px 16px;border-radius:14px;color:#0f1724;background:#f8fbff;transition:background .2s ease,transform .2s ease}.sidebar-link:hover{background:#e2efff;transform:translateX(2px)}.sidebar-section{border-top:1px solid rgba(15,23,36,.08);padding-top:20px}.sidebar-title{font-size:.9rem;font-weight:700;margin-bottom:12px;color:#475569}.related-links{display:grid;grid-gap:10px;gap:10px}.related-link{display:block;padding:12px 14px;border-radius:14px;background:#f8fbff;color:#1e3a8a}.docs-content{background:#ffffff;border-radius:28px;padding:36px 44px;box-shadow:0 24px 60px rgba(15,23,36,.06)}.article-meta{font-size:.9rem;color:#64748b;margin-bottom:10px}.docs-content h1{margin-top:0;font-size:clamp(2.6rem,4vw,3.8rem)}.article-lead{max-width:760px;margin:18px 0 32px;color:#475569;font-size:1.1rem;line-height:1.8}.article-section{margin-bottom:42px}.article-section h2{margin-bottom:18px;font-size:clamp(1.8rem,2.2vw,2.4rem)}.article-section li,.article-section p{color:#475569;line-height:1.8}.feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.feature-card,.tip-block{padding:22px;border-radius:20px;border:1px solid rgba(15,23,36,.08);background:#f8fbff;margin-bottom:16px}.feature-title{margin:0 0 14px;font-weight:700}.scenario-list{list-style:disc inside;padding-left:0}.scenario-list li{margin-bottom:14px}.faq-list{display:grid;grid-gap:16px;gap:16px}.faq-item{padding:20px;border-radius:18px;border:1px solid rgba(15,23,36,.08);background:#f8fbff}.faq-question{font-weight:700;margin-bottom:10px}.faq-answer{color:#475569}.home-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.feature-highlights{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.highlight-card{display:flex;gap:18px;align-items:flex-start;background:#ffffff;border-radius:20px;padding:24px;border:1px solid rgba(15,23,36,.07);box-shadow:0 12px 32px rgba(15,23,36,.05);transition:transform .2s ease,box-shadow .2s ease}.highlight-card:hover{transform:translateY(-3px);box-shadow:0 20px 44px rgba(15,23,36,.09)}.highlight-icon{font-size:2rem;line-height:1;flex-shrink:0;width:52px;height:52px;display:grid;place-items:center;background:rgba(30,144,255,.07);border-radius:14px}.highlight-title{font-weight:700;font-size:1.05rem;margin-bottom:8px;color:#0f1724}.highlight-desc{margin:0;color:#475569;line-height:1.75;font-size:.95rem}.cta-block{text-align:center;max-width:620px}.cta-block h2{margin:0 0 14px;font-size:clamp(2rem,2.5vw,2.8rem)}.cta-block p{margin:0;color:#475569;font-size:1.05rem}.help-page .docs-content{width:100%;padding:36px 44px}.help-page .article-meta{margin-bottom:20px}.help-page .feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.help-page .faq-item,.help-page .feature-card,.help-page .tip-block{background:#f8fbff}.help-page-wrap{background:#f4f7fb;min-height:calc(100vh - 64px);padding:40px 0 80px}.help-two-col{width:min(1200px,100% - 40px);margin:0 auto;display:grid;grid-template-columns:220px minmax(0,1fr) 180px;grid-gap:32px;gap:32px;align-items:start}.help-sidebar{position:-webkit-sticky;position:sticky;top:80px;background:#fff;border-radius:20px;padding:22px 18px;box-shadow:0 8px 32px rgba(15,23,36,.07);border:1px solid rgba(15,23,36,.07)}.help-sidebar-toggle{display:none;width:100%;background:none;border:none;padding:0;cursor:pointer;align-items:center;justify-content:space-between}.help-sidebar-toggle-label{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#94a3b8}.help-sidebar-arrow{display:flex;color:#94a3b8;transition:transform .22s ease}.help-sidebar-arrow.up{transform:rotate(180deg)}.help-sidebar-label{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#94a3b8;margin-bottom:14px;padding:0 4px}.help-sidebar-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.help-sidebar-link{display:block;padding:9px 12px;border-radius:10px;color:#334155;font-size:.92rem;font-weight:500;transition:background .18s,color .18s}.help-sidebar-link:hover{background:#eef5ff;color:#1e90ff}.help-body{background:#fff;border-radius:24px;padding:44px 48px;box-shadow:0 8px 40px rgba(15,23,36,.07);border:1px solid rgba(15,23,36,.06)}.help-article-section{padding-bottom:48px;margin-bottom:48px;border-bottom:1px solid rgba(15,23,36,.07)}.help-article-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.help-article-section h2{font-size:clamp(1.4rem,2vw,1.9rem);margin:0 0 12px;color:#0f1724}.help-section-lead{color:#475569;line-height:1.8;margin:0 0 24px;font-size:1rem}.help-steps{display:flex;flex-direction:column;gap:14px}.help-step-card{display:flex;gap:18px;align-items:flex-start;padding:20px 22px;border-radius:16px;background:#f8fbff;border:1px solid rgba(30,144,255,.12)}.help-step-num{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#1e90ff,#2ea0f7);color:#fff;font-weight:800;font-size:.85rem;display:grid;place-items:center;flex-shrink:0}.help-step-title{font-weight:700;margin-bottom:6px;color:#0f1724}.help-step-desc{margin:0;color:#475569;line-height:1.75;font-size:.95rem}.help-platform-header{display:flex;align-items:center;gap:12px;margin-bottom:10px}.help-platform-icon{width:40px;height:40px;border-radius:10px;background:#f1f5f9;display:grid;place-items:center;flex-shrink:0}.help-block-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:14px;gap:14px}.help-block-card{padding:18px 20px;border-radius:14px;background:#f8fbff;border:1px solid rgba(15,23,36,.07)}.help-block-title{font-weight:700;font-size:.92rem;color:#0f1724;margin-bottom:8px}.help-block-desc{margin:0;color:#475569;font-size:.92rem;line-height:1.75}.help-faq-list{display:flex;flex-direction:column;gap:12px}.help-faq-item{padding:18px 20px;border-radius:14px;background:#f8fbff;border:1px solid rgba(15,23,36,.07)}.help-faq-q{font-weight:700;color:#0f1724;margin-bottom:8px}.help-faq-a{color:#475569;line-height:1.75;font-size:.95rem}.help-back-to-top{display:none;position:fixed;bottom:32px;right:24px;z-index:100;width:44px;height:44px;border-radius:50%;border:none;background:linear-gradient(135deg,#1e90ff,#2ea0f7);color:#fff;align-items:center;justify-content:center;box-shadow:0 4px 16px rgba(30,144,255,.35);cursor:pointer;transition:opacity .25s ease,transform .25s ease;opacity:0;pointer-events:none}.help-back-to-top.visible{opacity:1;pointer-events:auto}.help-back-to-top:hover{transform:translateY(-3px);box-shadow:0 6px 24px rgba(30,144,255,.45)}.help-back-to-top:active{transform:translateY(0)}.help-toc{position:-webkit-sticky;position:sticky;top:80px}.help-toc-label{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#94a3b8;margin-bottom:14px}.help-toc-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px;border-left:2px solid rgba(15,23,36,.08)}.help-toc-link{display:block;padding:6px 12px;font-size:.88rem;color:#64748b;transition:color .18s,border-color .18s;border-left:2px solid transparent;margin-left:-2px}.help-toc-link:hover{color:#1e90ff}.help-toc-link.active{color:#1e90ff;font-weight:600;border-left-color:#1e90ff}@media (max-width:980px){.help-two-col{grid-template-columns:1fr}.help-toc{display:none}.help-sidebar{position:relative;top:0}.help-sidebar-toggle{display:flex}.help-sidebar-nav{display:none}.help-sidebar.is-open .help-sidebar-nav{display:block}.help-body{padding:28px 24px}.help-back-to-top{display:flex}.hero-inner{grid-template-columns:1fr}.header-inner{flex-wrap:wrap;justify-content:space-between;gap:16px}.header-actions{justify-content:flex-end}.footer-links,.site-nav{justify-content:center}.docs-layout,.download-grid,.feature-grid,.feature-highlights,.grid.cards-grid,.home-card-grid,.home-download-grid{grid-template-columns:1fr}.cta-block{max-width:100%}.docs-sidebar{position:relative;top:0;margin-bottom:24px}}@media (max-width:720px){.header-inner{flex-wrap:nowrap;align-items:center}.desktop-nav{display:none}.hamburger{display:flex;align-items:center;justify-content:center}.hero-inner{flex-direction:column;align-items:stretch}.button{padding:10px 14px;font-size:.95rem}.feature-grid{grid-template-columns:1fr}}.demo-overlay{position:fixed;inset:0;z-index:999;display:flex;align-items:center;justify-content:center;background:rgba(15,23,36,.45);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.demo-modal-card{width:min(480px,calc(100% - 32px));background:#ffffff;border-radius:16px;box-shadow:0 32px 80px rgba(15,23,36,.2);overflow:hidden}.demo-titlebar{display:flex;align-items:center;gap:10px;padding:14px 18px;background:#f1f5f9;border-bottom:1px solid rgba(15,23,36,.06);-webkit-user-select:none;-moz-user-select:none;user-select:none}.demo-titlebar-dots{display:flex;gap:7px}.demo-dot{width:12px;height:12px;border-radius:50%;display:block}.demo-dot-red{background:#ef4444}.demo-dot-yellow{background:#eab308}.demo-dot-green{background:#22c55e}.demo-titlebar-text{font-size:13px;font-weight:600;color:#475569}.demo-titlebar-spacer{flex:1 1}.demo-body{padding:28px 24px 24px}.demo-input-wrap{display:flex;align-items:center;gap:12px;padding:14px 18px;border-radius:12px;border:1.5px solid rgba(30,144,255,.2);background:#f8fbff;transition:border-color .2s ease,box-shadow .2s ease}.demo-input-wrap:focus-within{border-color:#1e90ff;box-shadow:0 0 0 3px rgba(30,144,255,.12)}.demo-input-icon{color:#94a3b8;flex-shrink:0;display:flex}.demo-input{flex:1 1;border:none;background:transparent;font-size:15px;font-weight:500;color:#0f1724;outline:none;min-width:0}.demo-input::placeholder{color:#94a3b8;font-weight:400}.demo-input:disabled{opacity:.5}.demo-hint{margin:14px 0 0;font-size:12px;color:#94a3b8;text-align:center}.demo-toast{position:fixed;top:24px;left:50%;transform:translateX(-50%);z-index:1000;display:flex;align-items:center;gap:10px;padding:14px 24px;border-radius:12px;background:#065f46;color:#ffffff;font-weight:600;font-size:14px;box-shadow:0 8px 32px rgba(6,95,70,.3);white-space:nowrap}.demo-toast-icon{width:22px;height:22px;border-radius:50%;background:rgba(255,255,255,.2);display:grid;place-items:center;font-size:12px;flex-shrink:0}@media (max-width:520px){.demo-modal-card{width:calc(100% - 24px);border-radius:14px}.demo-body{padding:20px 16px 18px}.demo-toast{font-size:13px;padding:12px 18px;white-space:normal;max-width:calc(100% - 32px)}}