*{margin:0;padding:0;box-sizing:border-box}:root{--ws-bg: #0a0a0f;--ws-bg-elev: #0e0e16;--ws-ambient: rgba(124, 110, 240, .1);--ws-ambient-soft: rgba(124, 110, 240, .06);--ws-text-primary: #f5f5f8;--ws-text-secondary: #c8c8d0;--ws-text-muted: #8a8a96;--ws-accent: #7c6ef0;--ws-accent-soft: #8b7ed0;--ws-accent-silver: #a8b4d8;--ws-border-hero: rgba(255, 255, 255, .1);--ws-border-feature: rgba(255, 255, 255, .07);--ws-border-card: rgba(255, 255, 255, .05);--ws-border-active: rgba(124, 110, 240, .32);--ws-radius-hero: 22px;--ws-radius-feature: 20px;--ws-radius-card: 18px;--ws-shadow-hero: 0 12px 40px rgba(0, 0, 0, .35);--ws-shadow-feature: 0 6px 20px rgba(0, 0, 0, .25);--ws-inner-highlight: inset 0 1px 0 rgba(255, 255, 255, .05)}html{scroll-behavior:smooth}html,body,#root{width:100%;min-height:100%}html,body,#root,.ws-shell{max-width:100%;overflow-x:clip}body{font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0a0a0f;color:#e0e0e0;line-height:1.6}a{color:inherit;text-decoration:none}ul{list-style:none}.ws-shell{display:flex;flex-direction:column;min-height:100vh;background:radial-gradient(ellipse at 50% -10%,rgba(108,92,231,.1) 0%,transparent 55%),radial-gradient(ellipse at 90% 100%,rgba(0,184,212,.05) 0%,transparent 50%),#0a0a0f}.ws-main{flex:1 0 auto}.ws-container{width:100%;max-width:1120px;margin:0 auto;padding:0 24px}.ws-section{padding:72px 0}.ws-header{position:sticky;top:0;z-index:50;background:#0a0a0fd1;backdrop-filter:saturate(140%) blur(12px);-webkit-backdrop-filter:saturate(140%) blur(12px);border-bottom:1px solid rgba(255,255,255,.05)}.ws-header-inner{max-width:1120px;margin:0 auto;padding:0 24px;height:64px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px}.ws-brand{display:inline-flex;align-items:center;gap:10px;justify-self:start}.ws-brand-mark{width:32px;height:32px;border-radius:8px;background:linear-gradient(135deg,#6c5ce7,#00b8d4);display:inline-flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:#fff;flex:none}.ws-brand-name{font-size:18px;font-weight:700;color:#fff;letter-spacing:.4px}.ws-nav{display:flex;align-items:center;gap:4px;justify-self:center}.ws-nav-link{position:relative;padding:8px 12px;border-radius:8px;font-size:14px;color:#aaa;transition:color .15s,background .15s;white-space:nowrap}.ws-nav-link:hover{color:#fff;background:#ffffff0a}.ws-nav-link-active{color:#fff;background:transparent}.ws-nav-link-active:after{content:"";position:absolute;left:12px;right:12px;bottom:2px;height:1px;background:linear-gradient(90deg,transparent,rgba(0,184,212,.85),transparent)}.ws-header-actions{justify-self:end;display:inline-flex;align-items:center;gap:14px}.ws-header-action-link{font-size:14px;color:#aaa;transition:color .15s;white-space:nowrap}.ws-header-action-link:hover{color:#fff}.ws-header-menu-btn{display:none;width:36px;height:36px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:transparent;cursor:pointer;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:0}.ws-header-menu-bar{display:block;width:16px;height:1.5px;background:#ccc;border-radius:1px}.ws-header-mobile-panel{display:none}.ws-mobile-nav{display:flex;flex-direction:column;gap:4px;padding:12px 24px 16px}.ws-mobile-nav-link{padding:10px 12px;border-radius:8px;font-size:14px;color:#ccc;transition:color .15s,background .15s}.ws-mobile-nav-link:hover{color:#fff;background:#ffffff0a}.ws-mobile-nav-link-active{color:#fff;background:#6c5ce71f}.ws-heading{margin-bottom:40px}.ws-heading-center{text-align:center}.ws-heading-eyebrow{display:inline-block;font-size:12px;letter-spacing:1.5px;text-transform:uppercase;color:var(--ws-accent);margin-bottom:12px}.ws-heading-title{font-size:32px;font-weight:700;color:#fff;letter-spacing:.5px;line-height:1.25}.ws-heading-subtitle{margin-top:12px;font-size:15px;color:#999;max-width:640px}.ws-heading-center .ws-heading-subtitle{margin-left:auto;margin-right:auto}#ws-home-capabilities .ws-heading{margin-bottom:48px}#ws-home-capabilities .ws-heading-subtitle{margin-top:16px;color:var(--ws-text-muted);opacity:.9}.ws-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 22px;border:1px solid transparent;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:background .18s,border-color .18s,opacity .18s,transform .05s;white-space:nowrap;text-decoration:none}.ws-btn:active:not(:disabled){transform:translateY(1px)}.ws-btn-primary{background:linear-gradient(135deg,var(--ws-accent),var(--ws-accent-soft));color:#fff;box-shadow:0 4px 14px #7c6ef038}.ws-btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#8a7ff2,var(--ws-accent));box-shadow:0 6px 20px #7c6ef052}.ws-btn-outline{background:transparent;border-color:#ffffff1f;color:#c8c8d0}.ws-btn-outline:hover:not(:disabled){border-color:#ffffff38;color:#fff}.ws-btn-ghost{background:transparent;color:#aaa}.ws-btn-ghost:hover:not(:disabled){color:#fff;background:#ffffff0a}.ws-btn:disabled{opacity:.5;cursor:not-allowed}.ws-btn-block{width:100%}.ws-keep{white-space:nowrap}.ws-hero{padding:24px 0 48px;text-align:center}.ws-hero-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border:1px solid var(--ws-border-feature);border-radius:999px;font-size:12px;color:var(--ws-accent);background:var(--ws-ambient-soft);margin-bottom:24px}.ws-hero-title{max-width:860px;margin-inline:auto;font-size:clamp(46px,3.8vw,68px);font-weight:800;color:#f3f3f6;line-height:1.04;letter-spacing:-.035em}.ws-hero-title-line{display:block}.ws-hero-title-line+.ws-hero-title-line{margin-top:6px}.ws-hero-title .ws-accent{background:linear-gradient(90deg,#d0d1dc,#b6b8ce 48%,#9295c3);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.ws-hero-subtitle{margin:24px auto 0;max-width:740px;font-size:16px;color:var(--ws-text-secondary);line-height:1.7}.ws-hero-actions{margin-top:30px;display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.ws-prose{font-size:15px;color:#bbb;line-height:1.8}.ws-prose p{margin-bottom:16px}.ws-prose h3{font-size:18px;color:#fff;margin:28px 0 12px}.ws-card-panel{padding:32px;background:#16161e99;border:1px solid rgba(255,255,255,.06);border-radius:14px}.ws-card-panel-title{font-size:18px;font-weight:600;color:#fff;margin-bottom:12px}.ws-price-hero{padding:64px 0 40px;text-align:center}.ws-price-hero-title{max-width:820px;margin:0 auto;font-size:clamp(34px,3.4vw,52px);font-weight:800;color:#f3f3f6;line-height:1.1;letter-spacing:-.02em}.ws-price-hero-subtitle{max-width:680px;margin:20px auto 0;font-size:16px;color:var(--ws-text-secondary);line-height:1.7}.ws-price-toggle{margin:36px auto 0;display:inline-flex;padding:4px;border:1px solid var(--ws-border-card);border-radius:999px;background:#16161e80}.ws-price-toggle-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;padding:9px 24px;border-radius:999px;font-size:14px;font-weight:600;color:var(--ws-text-muted);cursor:pointer;transition:color .18s,background .18s;white-space:nowrap}.ws-price-toggle-btn:hover{color:var(--ws-text-secondary)}.ws-price-toggle-btn.is-active{color:#fff;background:linear-gradient(135deg,var(--ws-accent),var(--ws-accent-soft));box-shadow:0 2px 8px #7c6ef040}.ws-price-toggle-note{margin:14px auto 0;font-size:13px;color:var(--ws-text-muted);opacity:.85}.ws-price-hero-notice{max-width:680px;margin:28px auto 0;text-align:left}.ws-price-preparing{max-width:760px;margin:0 auto;text-align:center}.ws-price-preparing-title{font-size:26px;font-weight:700;color:#f3f3f6;margin:0 0 16px}.ws-price-preparing-desc{font-size:15px;color:var(--ws-text-secondary);line-height:1.8;margin:0 0 12px}.ws-price-preparing-aux{font-size:14px;color:var(--ws-text-muted);line-height:1.7;margin:0}.ws-home-payment-notice{padding:0 0 24px}.ws-price-section{padding:64px 0}.ws-price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;align-items:stretch}.ws-price-card{display:flex;flex-direction:column;padding:32px 30px;min-height:580px;background:#16161e99;border:1px solid var(--ws-border-card);border-radius:20px;box-shadow:var(--ws-shadow-feature);transition:border-color .18s,transform .18s}.ws-price-card.is-highlight{border-color:#7c6ef073;box-shadow:0 0 0 1px #7c6ef026,0 10px 32px #00000047}.ws-price-card-preview{align-self:flex-start;font-size:11px;letter-spacing:.5px;padding:3px 10px;border-radius:999px;border:1px solid var(--ws-border-card);background:#ffffff08;color:var(--ws-text-muted);margin-bottom:18px}.ws-price-card-name{font-size:22px;font-weight:700;color:#fff;letter-spacing:.2px}.ws-price-card-audience{margin-top:6px;font-size:13px;color:var(--ws-text-muted)}.ws-price-card-credits{margin-top:22px;padding:14px 16px;border:1px solid var(--ws-border-card);border-radius:12px;background:#ffffff05;display:flex;flex-direction:column;gap:4px}.ws-price-card-credits-label{font-size:12px;color:var(--ws-text-muted);letter-spacing:.3px}.ws-price-card-credits-value{font-size:18px;font-weight:700;color:var(--ws-text-primary)}.ws-price-card-price-block{margin-top:20px;display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.ws-price-card-price{font-size:32px;font-weight:800;color:#fff;letter-spacing:-.01em;line-height:1}.ws-price-card-price-tag{font-size:12px;color:var(--ws-text-muted)}.ws-price-card-benefits{margin:22px 0 0;padding:0;display:flex;flex-direction:column;gap:10px;flex:1}.ws-price-card-benefits li{position:relative;padding-left:22px;font-size:14px;color:var(--ws-text-secondary);line-height:1.6}.ws-price-card-benefits li:before{content:"";position:absolute;left:0;top:9px;width:12px;height:6px;border-left:1.5px solid var(--ws-accent-soft);border-bottom:1.5px solid var(--ws-accent-soft);transform:rotate(-45deg);opacity:.8}.ws-price-card-btn{margin-top:24px;width:100%;opacity:.45;cursor:not-allowed}.ws-price-card-btn:disabled{border-color:#ffffff14;color:var(--ws-text-muted)}.ws-price-compare-table-wrap{width:100%;overflow-x:clip}.ws-price-compare-table{width:100%;border-collapse:separate;border-spacing:0;border:1px solid var(--ws-border-card);border-radius:16px;overflow:hidden;background:#16161e66}.ws-price-compare-table th,.ws-price-compare-table td{padding:16px 20px;text-align:left;font-size:14px;border-bottom:1px solid var(--ws-border-card)}.ws-price-compare-table thead th{background:#7c6ef00f;color:var(--ws-text-secondary);font-weight:600;font-size:13px;letter-spacing:.3px}.ws-price-compare-table tbody tr:last-child td{border-bottom:none}.ws-price-compare-table tbody tr:nth-child(2n) td{background:#ffffff04}.ws-price-compare-plan{font-weight:700;color:#fff}.ws-price-compare-table td:not(.ws-price-compare-plan):not(.ws-price-compare-status){color:var(--ws-text-secondary)}.ws-price-compare-status{color:var(--ws-text-muted);font-size:13px}.ws-price-compare-cards{display:none}.ws-price-compare-card{padding:22px 24px;border:1px solid var(--ws-border-card);border-radius:14px;background:#16161e80}.ws-price-compare-card+.ws-price-compare-card{margin-top:12px}.ws-price-compare-card-plan{font-size:17px;font-weight:700;color:#fff;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid var(--ws-border-card)}.ws-price-compare-card-list{margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:10px 16px}.ws-price-compare-card-list dt{font-size:12px;color:var(--ws-text-muted);margin-bottom:2px}.ws-price-compare-card-list dd{margin:0;font-size:14px;color:var(--ws-text-secondary)}.ws-price-faq{max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:10px}.ws-price-faq-item{border:1px solid var(--ws-border-card);border-radius:12px;background:#16161e66;overflow:hidden;transition:border-color .18s}.ws-price-faq-item.is-open{border-color:#7c6ef047}.ws-price-faq-q{width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;padding:18px 22px;display:flex;align-items:center;justify-content:space-between;gap:16px;text-align:left;font-size:15px;font-weight:600;color:var(--ws-text-primary);cursor:pointer}.ws-price-faq-q span:first-child{flex:1}.ws-price-faq-icon{position:relative;width:16px;height:16px;flex:none;transition:transform .2s}.ws-price-faq-icon:before,.ws-price-faq-icon:after{content:"";position:absolute;top:50%;left:50%;width:12px;height:1.5px;background:var(--ws-text-muted);transform:translate(-50%,-50%)}.ws-price-faq-icon:after{transform:translate(-50%,-50%) rotate(90deg)}.ws-price-faq-item.is-open .ws-price-faq-icon{transform:rotate(45deg)}.ws-price-faq-item.is-open .ws-price-faq-icon:before,.ws-price-faq-item.is-open .ws-price-faq-icon:after{background:var(--ws-accent-soft)}.ws-price-faq-a{display:none;padding:0 22px 18px}.ws-price-faq-item.is-open .ws-price-faq-a{display:block}.ws-price-faq-a p{font-size:14px;color:var(--ws-text-secondary);line-height:1.75}.ws-price-cta{padding:64px 0;background:radial-gradient(ellipse at 50% 0%,rgba(124,110,240,.08) 0%,transparent 60%),#16161e4d;border-top:1px solid var(--ws-border-card);border-bottom:1px solid var(--ws-border-card);text-align:center}.ws-price-cta-inner{display:flex;flex-direction:column;align-items:center}.ws-price-cta-title{font-size:clamp(26px,2.6vw,36px);font-weight:800;color:#f3f3f6;letter-spacing:-.02em}.ws-price-cta-subtitle{max-width:620px;margin:16px auto 0;font-size:15px;color:var(--ws-text-secondary);line-height:1.7}.ws-price-cta-buttons{margin-top:30px;display:flex;gap:14px;flex-wrap:wrap;justify-content:center}.ws-price-cta-btn{min-width:160px}@media (max-width: 1024px){.ws-price-card{padding:28px 24px;min-height:560px}}@media (max-width: 768px){.ws-price-hero{padding:40px 0 24px}.ws-price-section{padding:48px 0}.ws-price-grid{grid-template-columns:1fr;gap:14px}.ws-price-card{min-height:auto;padding:26px 22px}.ws-price-compare-table-wrap{display:none}.ws-price-compare-cards{display:block}.ws-price-cta{padding:48px 0}.ws-price-cta-buttons{flex-direction:column;align-items:stretch}.ws-price-cta-btn{width:100%;min-width:0}}@media (max-width: 375px){.ws-price-hero-title{font-size:30px}.ws-price-card-price{font-size:28px}.ws-price-compare-card-list{grid-template-columns:1fr}}.ws-shero{padding:132px 0;text-align:center}.ws-shero-title{max-width:900px;margin:0 auto;font-size:clamp(40px,4.2vw,62px);font-weight:800;color:#f3f3f6;line-height:1.1;letter-spacing:-.025em}.ws-shero-title .ws-accent{background:linear-gradient(90deg,#d0d1dc,#b6b8ce 48%,#9295c3);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.ws-shero-subtitle{max-width:680px;margin:26px auto 0;font-size:18px;color:var(--ws-text-secondary);line-height:1.7}.ws-dl-section{padding:96px 0}.ws-dl-section-title{text-align:center;font-size:28px;font-weight:700;color:#fff;letter-spacing:.2px;margin-bottom:48px}.ws-dl-platform-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;max-width:880px;margin:0 auto}.ws-dl-platform-card{min-height:205px;padding:32px 24px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#16161e99;border:1px solid var(--ws-border-card);border-radius:18px}.ws-dl-platform-name{font-size:22px;font-weight:700;color:#fff;margin-bottom:14px;letter-spacing:.3px}.ws-dl-platform-status{font-size:15px;font-weight:600;color:var(--ws-text-secondary);margin-bottom:6px}.ws-dl-platform-note{font-size:13px;color:var(--ws-text-muted)}.ws-dl-steps{list-style:none;display:grid;grid-template-columns:repeat(3,1fr);max-width:980px;margin:0 auto}.ws-dl-step{display:flex;align-items:flex-start;gap:16px;padding:8px 28px;border-left:1px solid var(--ws-border-card)}.ws-dl-step:first-child{border-left:none;padding-left:0}.ws-dl-step:last-child{padding-right:0}.ws-dl-step-no{font-size:22px;font-weight:800;color:var(--ws-accent-soft);letter-spacing:.5px;flex:none;line-height:1.2}.ws-dl-step-body{flex:1}.ws-dl-step-title{font-size:16px;font-weight:600;color:#fff;margin-bottom:6px}.ws-dl-step-desc{font-size:14px;color:var(--ws-text-muted);line-height:1.6}.ws-dl-step-note{max-width:760px;margin:44px auto 0;text-align:center;font-size:13px;color:var(--ws-text-muted);line-height:1.7}.ws-dl-step-note-link{color:var(--ws-accent-soft);border-bottom:1px solid rgba(139,126,208,.3);transition:color .15s,border-color .15s}.ws-dl-step-note-link:hover{color:var(--ws-accent);border-bottom-color:var(--ws-accent)}.ws-account-page{display:flex;justify-content:center;padding:56px 16px 80px}.ws-card{width:100%;max-width:420px;padding:40px 36px;background:#16161ee6;border:1px solid rgba(255,255,255,.06);border-radius:12px;box-shadow:0 4px 24px #0006}.ws-card-logo{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:24px}.ws-card-logo-icon{width:36px;height:36px;background:linear-gradient(135deg,#6c5ce7,#00b8d4);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:#fff}.ws-card-logo-text{font-size:20px;font-weight:700;color:#fff;letter-spacing:.5px}.ws-card-title{font-size:20px;font-weight:600;color:#fff;text-align:center;margin-bottom:8px}.ws-card-desc{font-size:14px;color:#999;text-align:center;margin-bottom:24px;line-height:1.6}.ws-card-footer{text-align:center;margin-top:20px;font-size:13px;color:#777}.ws-card-footer a{color:#6c5ce7;font-weight:500}.ws-card-footer a:hover{text-decoration:underline}.ws-field{margin-bottom:16px}.ws-field-label{display:block;margin-bottom:6px;font-size:13px;color:#aaa}.ws-field-input{width:100%;padding:12px 14px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:8px;font-size:14px;color:#e0e0e0;outline:none;transition:border-color .2s,background .2s;box-sizing:border-box}.ws-field-input:focus{border-color:#6c5ce7;background:#6c5ce70f}.ws-field-input::placeholder{color:#555}.ws-field-input-error{border-color:#e74c3c}.ws-field-error{color:#e74c3c;font-size:12px;margin-top:4px}.ws-pwd-wrap{position:relative}.ws-pwd-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;color:#777;cursor:pointer;font-size:13px;padding:4px}.ws-pwd-toggle:hover{color:#aaa}.ws-tips{margin-top:16px;font-size:12px;color:#666;line-height:1.8;text-align:center}.ws-notice{padding:14px 16px;border-radius:8px;font-size:14px;line-height:1.6;margin-bottom:16px}.ws-notice-success{background:#00b8941a;border:1px solid rgba(0,184,148,.2);color:#55efc4}.ws-notice-error{background:#e74c3c1a;border:1px solid rgba(231,76,60,.2);color:#fab1a0}.ws-notice-warning{background:#fdcb6e1a;border:1px solid rgba(253,203,110,.2);color:#ffeaa7}.ws-notice-info{background:#6c5ce71a;border:1px solid rgba(108,92,231,.2);color:#a594ff}.ws-status-section{padding:96px 0}.ws-status{text-align:center;max-width:560px;margin:0 auto}.ws-status-code{font-size:72px;font-weight:800;background:linear-gradient(135deg,#6c5ce7,#00b8d4);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;line-height:1;margin-bottom:16px}.ws-status-title{font-size:26px;font-weight:700;color:#fff;margin-bottom:12px}.ws-status-desc{font-size:15px;color:#999;margin-bottom:28px}.ws-status-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.ws-flash{margin-bottom:24px}.ws-footer{flex:none;border-top:none;background:#08080c99;padding:30px 24px 22px}.ws-footer-minimal{width:min(1120px,100%);margin-inline:auto;display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}.ws-footer-legal{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:4px 6px;font-size:13px;color:#888}.ws-footer-link-item{display:inline-flex;align-items:center;gap:6px}.ws-footer-sep{color:#555;font-size:12px;-webkit-user-select:none;user-select:none}.ws-footer-link{font-size:13px;color:#888;transition:color .15s;white-space:nowrap}.ws-footer-link:hover{color:#fff}.ws-footer-filings{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:4px 6px;font-size:12px;color:#777}.ws-filings-link{font-size:12px;color:#777;transition:color .15s;white-space:nowrap}.ws-filings-link:hover{color:#bbb}.ws-footer-copyright{font-size:12px;color:#666}@media (max-width: 1024px){.ws-header-inner{grid-template-columns:auto 1fr auto}.ws-nav{display:none}.ws-header-menu-btn{display:inline-flex}.ws-header-mobile-panel.is-open{display:block;border-top:1px solid rgba(255,255,255,.05);background:#08080cf5;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}}@media (max-width: 640px){.ws-section{padding:56px 0}.ws-hero{padding:24px 0 32px}.ws-hero-stage{padding:24px 16px 32px;border-radius:0}.ws-hero-title{font-size:32px}.ws-heading-title{font-size:26px}.ws-container{padding:0 16px}.ws-card{padding:32px 22px}.ws-footer{padding:22px 16px 18px}.ws-footer-minimal{gap:8px}}.ws-split{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.ws-split-text{min-width:0}.ws-split-reverse .ws-split-text{order:2}.ws-split-reverse .ws-split-visual{order:1}.ws-split-title{font-size:26px;font-weight:700;color:#fff;margin:0 0 20px;line-height:1.3}.ws-split-visual{display:flex;justify-content:center;min-width:0}.ws-demo-win{width:100%;max-width:520px;background:#12121ae6;border:1px solid rgba(255,255,255,.08);border-radius:12px;overflow:hidden;box-shadow:0 10px 40px #0006}.ws-demo-titlebar{display:flex;align-items:center;gap:6px;padding:10px 14px;background:#ffffff08;border-bottom:1px solid rgba(255,255,255,.05)}.ws-demo-dot{width:10px;height:10px;border-radius:50%;background:#ffffff2e}.ws-demo-title{margin-left:10px;font-size:12px;color:#888}.ws-demo-body{display:flex;min-height:220px}.ws-demo-toolbar{display:flex;flex-direction:column;gap:10px;padding:14px 10px;background:#ffffff05;border-right:1px solid rgba(255,255,255,.05);flex:none}.ws-demo-tool{width:22px;height:22px;border-radius:5px;background:#6c5ce72e}.ws-demo-tool:nth-child(odd){background:#00b8d424}.ws-demo-canvas{flex:1;padding:16px;display:flex;flex-direction:column;gap:12px}.ws-demo-canvas-row{display:flex;gap:10px}.ws-demo-canvas-row-2{flex:1}.ws-demo-block{flex:1;border-radius:6px;background:linear-gradient(135deg,#6c5ce71f,#00b8d414);border:1px solid rgba(255,255,255,.05);min-height:50px}.ws-demo-block-wide{min-height:70px}.ws-ph{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:28px 18px;border:1px dashed rgba(255,255,255,.14);border-radius:12px;background:#16161e66;min-height:160px;text-align:center}.ws-ph-inner{width:100%;display:flex;align-items:center;justify-content:center}.ws-ph-label{font-size:14px;font-weight:600;color:#ccc}.ws-ph-hint{font-size:12px;color:#666}.ws-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.ws-step{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;padding:20px 14px;background:#16161e80;border:1px solid rgba(255,255,255,.06);border-radius:12px}.ws-step-no{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#6c5ce7,#00b8d4);color:#fff;font-size:14px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.ws-step-title{font-size:14px;font-weight:600;color:#fff}.ws-step-desc{font-size:12px;color:#888;line-height:1.5}.ws-screens{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.ws-screen-cell{aspect-ratio:3 / 4;border-radius:8px;background:linear-gradient(135deg,#6c5ce724,#00b8d414);border:1px solid rgba(255,255,255,.06);display:flex;align-items:flex-end;justify-content:flex-end;padding:6px}.ws-screen-no{font-size:11px;color:#aaa;background:#0006;padding:2px 6px;border-radius:4px}.ws-ct-section{padding:88px 0}.ws-ct-panel{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:42fr 58fr;border:1px solid var(--ws-border-card);border-radius:20px;background:#16161e66;overflow:hidden}.ws-ct-panel-left,.ws-ct-panel-right{padding:44px;display:flex;flex-direction:column;justify-content:center}.ws-ct-panel-right{border-left:1px solid var(--ws-border-card)}.ws-ct-panel-title{font-size:18px;font-weight:700;color:#fff;margin-bottom:26px;letter-spacing:.3px}.ws-ct-channel{margin-bottom:22px}.ws-ct-channel:last-child{margin-bottom:0}.ws-ct-channel-label{font-size:13px;color:var(--ws-text-muted);margin-bottom:4px;letter-spacing:.3px}.ws-ct-channel-desc{font-size:14px;color:var(--ws-text-secondary);line-height:1.6}.ws-ct-qr-placeholder{margin-top:12px;width:108px;height:108px;border-radius:10px;border:1px dashed rgba(255,255,255,.12);background:#ffffff05}.ws-ct-consult-list{list-style:none;display:flex;flex-direction:column;gap:20px}.ws-ct-consult-item{padding-left:16px;border-left:2px solid var(--ws-accent-soft)}.ws-ct-consult-title{font-size:15px;font-weight:600;color:#fff;margin-bottom:4px}.ws-ct-consult-desc{font-size:13px;color:var(--ws-text-muted);line-height:1.6}.ws-ct-panel-note{max-width:1120px;margin:24px auto 0;text-align:center;font-size:13px;color:var(--ws-text-muted);line-height:1.7}.ws-ct-faq-head{text-align:center;margin-bottom:44px}.ws-ct-faq-title{font-size:28px;font-weight:700;color:#fff;letter-spacing:.2px}.ws-ct-faq-subtitle{margin-top:12px;font-size:15px;color:var(--ws-text-muted)}.ws-ct-faq{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:10px}.ws-ct-faq-item{border:1px solid var(--ws-border-card);border-radius:12px;background:#16161e66;overflow:hidden;transition:border-color .18s}.ws-ct-faq-item.is-open{border-color:#7c6ef047}.ws-ct-faq-q{width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;padding:18px 22px;display:flex;align-items:center;justify-content:space-between;gap:16px;text-align:left;font-size:15px;font-weight:600;color:var(--ws-text-primary);cursor:pointer}.ws-ct-faq-q span:first-child{flex:1}.ws-ct-faq-icon{position:relative;width:16px;height:16px;flex:none;transition:transform .2s}.ws-ct-faq-icon:before,.ws-ct-faq-icon:after{content:"";position:absolute;top:50%;left:50%;width:12px;height:1.5px;background:var(--ws-text-muted);transform:translate(-50%,-50%)}.ws-ct-faq-icon:after{transform:translate(-50%,-50%) rotate(90deg)}.ws-ct-faq-item.is-open .ws-ct-faq-icon{transform:rotate(45deg)}.ws-ct-faq-item.is-open .ws-ct-faq-icon:before,.ws-ct-faq-item.is-open .ws-ct-faq-icon:after{background:var(--ws-accent-soft)}.ws-ct-faq-a{display:none;padding:0 22px 18px}.ws-ct-faq-item.is-open .ws-ct-faq-a{display:block}.ws-ct-faq-a p{font-size:14px;color:var(--ws-text-secondary);line-height:1.75}@media (max-width: 768px){.ws-shero{padding:72px 0}.ws-shero-title{font-size:clamp(30px,7vw,42px)}.ws-shero-subtitle{font-size:16px;margin-top:20px}.ws-dl-section{padding:64px 0}.ws-ct-section{padding:56px 0}.ws-dl-section-title,.ws-ct-faq-title{font-size:24px;margin-bottom:36px}.ws-dl-platform-grid{grid-template-columns:1fr}.ws-dl-steps{grid-template-columns:1fr;gap:20px}.ws-dl-step{border-left:none;padding:0}.ws-ct-panel{grid-template-columns:1fr}.ws-ct-panel-right{border-left:none;border-top:1px solid var(--ws-border-card)}.ws-ct-panel-left,.ws-ct-panel-right{padding:28px 24px}.ws-ct-qr-placeholder{width:96px;height:96px}}@media (max-width: 375px){.ws-shero-title{font-size:28px}}@media (max-width: 900px){.ws-split{grid-template-columns:1fr;gap:28px}.ws-split-reverse .ws-split-text,.ws-split-reverse .ws-split-visual{order:0}.ws-steps{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.ws-split-title{font-size:22px}.ws-steps{grid-template-columns:1fr}.ws-screens{grid-template-columns:repeat(2,1fr)}.ws-demo-body{min-height:180px}}.ws-hero-head{position:relative;z-index:2;max-width:880px;margin:0 auto}.ws-hero-stage{position:relative;width:100%;max-width:100%;min-width:0;margin:0 auto;padding:24px 40px 40px;background:none;border:none;border-radius:0;overflow:clip}.ws-hero-stage-glow{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 58% 46% at 50% 34%,var(--ws-ambient) 0%,transparent 70%);pointer-events:none;z-index:0}.ws-hero-visual{position:relative;z-index:2;margin:32px auto 0;max-width:1040px;width:min(1040px,calc(100vw - 240px))}.ws-hero-visual .ws-media{aspect-ratio:16 / 9}.ws-frame-hero{background:var(--ws-bg-elev);border:1px solid var(--ws-border-hero);border-radius:var(--ws-radius-hero);box-shadow:var(--ws-inner-highlight),var(--ws-shadow-hero)}.ws-frame-hero .ws-frame-body{border-radius:calc(var(--ws-radius-hero) - 1px);overflow:hidden}.ws-frame-hero .ws-media{aspect-ratio:16 / 9}.ws-frame-feature{background:var(--ws-bg-elev);border:1px solid var(--ws-border-feature);border-radius:var(--ws-radius-feature);box-shadow:var(--ws-inner-highlight),var(--ws-shadow-feature)}.ws-frame-feature .ws-frame-body{border-radius:calc(var(--ws-radius-feature) - 1px);overflow:hidden}.ws-media-base{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 50% at 50% 45%,var(--ws-ambient) 0%,transparent 70%),linear-gradient(135deg,var(--ws-bg-elev) 0%,var(--ws-bg) 50%,var(--ws-bg-elev) 100%)}.ws-media-base:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:36px 36px;-webkit-mask-image:radial-gradient(ellipse 60% 50% at 50% 50%,#000 20%,transparent 80%);mask-image:radial-gradient(ellipse 60% 50% at 50% 50%,#000 20%,transparent 80%)}.ws-media{position:relative;width:100%;overflow:hidden;background:#ffffff05}.ws-media-img,.ws-media-poster,.ws-media-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:var(--ws-object-fit, cover);object-position:var(--ws-object-position, center);display:block}.ws-media-img,.ws-media-poster{z-index:1}.ws-media-video{z-index:2;background:transparent}.ws-frame{width:100%;background:#12121ae6;border:1px solid rgba(255,255,255,.08);border-radius:12px;overflow:hidden;box-shadow:0 10px 40px #0006}.ws-frame-bar{display:flex;align-items:center;gap:6px;padding:10px 14px;background:#ffffff08;border-bottom:1px solid rgba(255,255,255,.05)}.ws-frame-dot{width:10px;height:10px;border-radius:50%;flex:none}.ws-frame-dot-red{background:#ff5f57}.ws-frame-dot-yellow{background:#febc2e}.ws-frame-dot-green{background:#28c840}.ws-frame-title{margin-left:10px;font-size:12px;color:#888;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ws-frame-body{position:relative}.ws-split-visual .ws-frame{width:100%;max-width:560px}.ws-split-visual .ws-media{aspect-ratio:4 / 3}.ws-points{display:flex;flex-direction:column;gap:10px;margin-top:4px;padding:0;list-style:none}.ws-points-item{display:flex;align-items:flex-start;gap:12px;font-size:14px;color:#bbb;line-height:1.6}.ws-points-marker{flex:none;width:6px;height:6px;margin-top:9px;border-radius:50%;background:linear-gradient(135deg,var(--ws-accent),var(--ws-accent-soft))}.ws-accordion{display:flex;width:100%;max-width:100%;min-width:0;gap:12px;height:480px}.ws-accordion-item{position:relative;overflow:hidden;border:1px solid var(--ws-border-feature);border-radius:var(--ws-radius-feature);background:var(--ws-bg-elev);cursor:pointer;padding:0;margin:0;text-align:left;color:inherit;font:inherit;-moz-appearance:none;appearance:none;-webkit-appearance:none;flex:1.5 1 0;min-width:0;max-width:100%;transition:flex-grow var(--ws-acc-transition, .7s cubic-bezier(.22, 1, .36, 1)),filter var(--ws-acc-transition, .7s cubic-bezier(.22, 1, .36, 1)),border-color .25s ease}.ws-accordion-item:focus-visible{outline:2px solid var(--ws-accent);outline-offset:-2px}.ws-accordion-item.is-active{flex-grow:7;border-color:var(--ws-border-active)}.ws-accordion-item:not(.is-active){filter:saturate(.55) brightness(.62)}.ws-accordion-media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;min-width:0;max-width:100%;overflow:hidden}.ws-accordion-media .ws-media{height:100%;max-width:100%}.ws-accordion-rail{position:absolute;left:0;right:0;bottom:0;z-index:3;padding:20px 22px;display:flex;flex-direction:column;gap:6px;background:linear-gradient(to top,rgba(10,10,15,.92) 0%,rgba(10,10,15,.6) 60%,transparent 100%);color:#fff;min-width:0;max-width:100%;overflow:hidden}.ws-accordion-index{font-size:12px;color:var(--ws-accent);letter-spacing:1px}.ws-accordion-title{font-size:18px;font-weight:700;color:#fff}.ws-accordion-tags{font-size:12px;color:#aaa}.ws-accordion-desc{position:absolute;right:22px;bottom:22px;z-index:4;max-width:300px;padding:14px 16px;background:#0a0a0fb8;border:1px solid rgba(255,255,255,.08);border-radius:10px;color:#ccc;font-size:13px;line-height:1.6;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.ws-accordion-mobile{display:none}.ws-accordion-card{padding:16px;background:var(--ws-bg-elev);border:1px solid var(--ws-border-feature);border-radius:var(--ws-radius-feature);display:flex;flex-direction:column;gap:10px}.ws-accordion-card-head{display:flex;align-items:center;gap:10px}.ws-accordion-card-head .ws-accordion-title{font-size:16px}.ws-accordion-card-tags{font-size:12px;color:#888}.ws-accordion-card-media{aspect-ratio:4 / 3;border-radius:8px;overflow:hidden}.ws-accordion-card-desc{font-size:13px;color:#bbb;line-height:1.6}.ws-final-cta{position:relative;width:100%;padding:88px 24px 92px;background:radial-gradient(circle at 50% 20%,rgba(119,105,220,.16),transparent 56%),linear-gradient(90deg,#0d111b,#151426,#0d111b);text-align:center}.ws-final-cta-inner{width:min(1120px,calc(100% - 48px));margin-inline:auto;display:flex;flex-direction:column;align-items:center;gap:18px}.ws-final-cta-title{max-width:760px;margin:0;font-size:clamp(22px,2.4vw,30px);font-weight:700;color:#f0f0f4;line-height:1.3;letter-spacing:-.01em}.ws-final-cta-desc{max-width:620px;margin:0;font-size:15px;color:var(--ws-text-secondary);line-height:1.7}.ws-final-cta-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-top:4px}.ws-final-cta-aux-link{margin-top:6px;font-size:13px;color:#888;text-decoration:none;transition:color .15s}.ws-final-cta-aux-link:hover{color:#c8c8d0;text-decoration:underline;text-underline-offset:3px}@media (max-width: 768px){.ws-accordion{display:none}.ws-accordion-mobile{display:flex;flex-direction:column;gap:14px}.ws-accordion-desc{display:none}.ws-hero-visual .ws-media{aspect-ratio:16 / 10}.ws-hero-visual{width:100%}.ws-final-cta-title{font-size:22px}.ws-final-cta{padding:64px 20px 68px}.ws-final-cta-inner{gap:14px}}@media (max-width: 640px){.ws-hero-visual{margin-top:32px}.ws-split-visual .ws-media,.ws-hero-visual .ws-media,.ws-accordion-card-media{aspect-ratio:4 / 3}.ws-final-cta-title{font-size:20px}.ws-final-cta{padding:52px 16px 56px}.ws-final-cta-actions{flex-direction:column;align-items:stretch;width:100%;max-width:320px}.ws-final-cta-actions .ws-btn{width:100%}}@media (max-width: 375px){.ws-container{padding:0 16px}.ws-hero-actions,.ws-final-cta-actions{flex-direction:column;align-items:stretch}.ws-hero-actions .ws-btn,.ws-final-cta-actions .ws-btn{width:100%}.ws-final-cta{padding:40px 16px 44px}.ws-final-cta-inner{width:100%}}@media (prefers-reduced-motion: reduce){.ws-accordion-item{transition:none}html{scroll-behavior:auto}}.ws-feat-section{padding:110px 0}.ws-feat-section.ws-feat-section-overview{padding:96px 0}.ws-feat-head{text-align:center;max-width:780px;margin:0 auto 44px}.ws-feat-head-left{text-align:left;margin:0 0 28px;max-width:none}.ws-feat-title{font-size:clamp(30px,2.8vw,42px);font-weight:700;color:var(--ws-text-primary);letter-spacing:-.02em;line-height:1.2}.ws-feat-section-overview .ws-feat-title{font-size:clamp(36px,3.4vw,50px)}.ws-feat-subtitle{margin-top:16px;font-size:clamp(16px,1.15vw,18px);color:var(--ws-text-secondary);line-height:1.7}.ws-feat-demo-win{max-width:1040px;margin:0 auto;background:#12121c;border:1px solid var(--ws-border-feature);border-radius:20px;box-shadow:var(--ws-shadow-feature),var(--ws-inner-highlight);overflow:hidden}.ws-feat-demo-wide{border-color:#ffffff1a;box-shadow:0 10px 32px #00000052,var(--ws-inner-highlight)}.ws-feat-demo-titlebar{display:flex;align-items:center;gap:8px;padding:12px 18px;border-bottom:1px solid var(--ws-border-card);background:#ffffff06}.ws-feat-demo-dot{width:11px;height:11px;border-radius:50%;background:#ffffff24;flex:none}.ws-feat-demo-title{margin-left:12px;font-size:12px;color:var(--ws-text-muted);letter-spacing:.4px}.ws-feat-demo-body{display:flex;height:400px;padding:20px;gap:16px}.ws-feat-demo-body-padded{padding:24px}.ws-feat-demo-sidebar{width:56px;display:flex;flex-direction:column;gap:8px;padding:10px 8px;border-right:1px solid var(--ws-border-card);flex:none}.ws-feat-demo-side-item{width:36px;height:36px;border-radius:8px;background:#ffffff0b;border:1px solid var(--ws-border-card)}.ws-feat-demo-side-item.is-active{background:#7c69ff2e;border-color:#7c69ff52}.ws-feat-demo-panel{width:130px;display:flex;flex-direction:column;gap:10px;padding:12px;border-left:1px solid var(--ws-border-card);flex:none}.ws-feat-demo-panel-bar{height:8px;border-radius:4px;background:#ffffff12}.ws-feat-demo-panel-bar-short{width:60%}.ws-feat-tengrid{flex:1;display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(2,1fr);gap:14px;min-height:0}.ws-feat-tengrid-cell{position:relative;overflow:hidden;display:flex;align-items:flex-end;padding:10px;background:#ffffff0b;border:1px solid var(--ws-border-card);border-radius:10px}.ws-feat-tengrid-thumb{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(255,255,255,.04) 0%,transparent 55%),#ffffff05}.ws-feat-tengrid-cell:nth-child(3),.ws-feat-tengrid-cell:nth-child(6),.ws-feat-tengrid-cell:nth-child(10){background:#ffffff13}.ws-feat-tengrid-cell:nth-child(3) .ws-feat-tengrid-thumb,.ws-feat-tengrid-cell:nth-child(6) .ws-feat-tengrid-thumb,.ws-feat-tengrid-cell:nth-child(10) .ws-feat-tengrid-thumb{background:linear-gradient(180deg,rgba(75,190,255,.12) 0%,transparent 55%),#ffffff06}.ws-feat-tengrid-cell:nth-child(1),.ws-feat-tengrid-cell:nth-child(5),.ws-feat-tengrid-cell:nth-child(8){background:#7c69ff2e;border-color:#7c69ff57}.ws-feat-tengrid-cell:nth-child(1) .ws-feat-tengrid-thumb,.ws-feat-tengrid-cell:nth-child(5) .ws-feat-tengrid-thumb,.ws-feat-tengrid-cell:nth-child(8) .ws-feat-tengrid-thumb{background:linear-gradient(180deg,rgba(124,105,255,.14) 0%,transparent 60%),#7c69ff0f}.ws-feat-tengrid-label{position:relative;z-index:1;font-size:11px;color:var(--ws-text-muted);background:#0a0a0fa6;padding:2px 8px;border-radius:4px;border:1px solid var(--ws-border-card)}.ws-feat-demo-canvas-area{flex:1;min-width:0;position:relative;background:radial-gradient(circle at 30% 25%,rgba(124,105,255,.06) 0%,transparent 55%),#ffffff05;border:1px solid var(--ws-border-card);border-radius:12px;padding:18px;display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:82px;gap:12px;align-content:center}.ws-feat-demo-canvas-result{background:#ffffff0d;border:1px solid var(--ws-border-card);border-radius:8px}.ws-feat-demo-canvas-result.is-large{grid-column:span 2;grid-row:span 2;background:linear-gradient(135deg,#7c69ff24,#4bbeff12),#ffffff0a}.ws-feat-demo-canvas-result.is-wide{grid-column:span 3;background:linear-gradient(180deg,#ffffff0f,#ffffff08)}.ws-feat-demo-canvas-result.is-selected{border-color:#7c69ff70;box-shadow:inset 0 0 0 1px #7c69ff33}.ws-feat-canvas-grid{display:grid;grid-template-columns:36fr 64fr;gap:48px;align-items:center;max-width:1040px;margin:0 auto}.ws-feat-canvas-title{font-size:clamp(28px,2.5vw,36px);font-weight:700;color:var(--ws-text-primary);letter-spacing:-.02em;line-height:1.22}.ws-feat-canvas-subtitle{margin-top:22px;font-size:clamp(15px,1.05vw,17px);color:var(--ws-text-secondary);line-height:1.7}.ws-feat-canvas-points{display:flex;flex-direction:column;gap:20px;margin-top:30px}.ws-feat-canvas-point-title{font-size:clamp(17px,1.2vw,19px);font-weight:600;color:var(--ws-text-primary);margin-bottom:6px}.ws-feat-canvas-point-desc{font-size:clamp(14px,1vw,15px);color:var(--ws-text-secondary);line-height:1.7}.ws-feat-canvas-split .ws-feat-demo-body{height:480px}.ws-feat-tools{max-width:1040px;margin:0 auto}.ws-feat-tools-tabs{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:22px}.ws-feat-tools-tab{padding:10px 18px;font-size:14px;color:var(--ws-text-secondary);background:transparent;border:1px solid var(--ws-border-card);border-radius:999px;cursor:pointer;transition:color .15s,border-color .15s,background .15s;white-space:nowrap;font-family:inherit}.ws-feat-tools-tab:hover{color:var(--ws-text-primary);border-color:#ffffff24}.ws-feat-tools-tab.is-active{color:#fff;background:#7c69ff29;border-color:#7c69ff57}.ws-feat-tools-display{background:#12121c;border:1px solid var(--ws-border-feature);border-radius:20px;box-shadow:var(--ws-shadow-feature),var(--ws-inner-highlight);padding:36px 32px 30px;text-align:center}.ws-feat-tools-display-demo{display:flex;align-items:center;justify-content:center;gap:32px;margin-bottom:24px}.ws-feat-tools-display-block{position:relative;width:260px;height:280px;border-radius:12px;background:linear-gradient(180deg,#ffffff0d,#ffffff06);border:1px solid var(--ws-border-card);flex:none}.ws-feat-tools-display-block.is-result{background:linear-gradient(135deg,#7c69ff29,#4bbeff14),#ffffff0a;border-color:#7c69ff57}.ws-feat-tools-display-tag{position:absolute;top:12px;left:12px;font-size:11px;color:var(--ws-text-muted);background:#0a0a0f99;padding:3px 8px;border-radius:4px;border:1px solid var(--ws-border-card);letter-spacing:.5px}.ws-feat-tools-display-arrow{font-size:22px;color:var(--ws-accent);flex:none}.ws-feat-tools-display-desc{font-size:clamp(14px,1vw,15px);color:var(--ws-text-secondary);line-height:1.7;max-width:540px;margin:0 auto}.ws-feat-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1040px;margin:40px auto 0}.ws-feat-section-overview .ws-feat-summary{grid-template-columns:repeat(4,1fr);margin-top:0}.ws-feat-summary-card{padding:24px 22px;background:#16161e80;border:1px solid var(--ws-border-card);border-radius:var(--ws-radius-card);min-height:130px;transition:border-color .18s,transform .18s}.ws-feat-summary-card:hover{border-color:var(--ws-border-active);transform:translateY(-2px)}.ws-feat-summary-card-title{font-size:clamp(17px,1.2vw,19px);font-weight:600;color:var(--ws-text-primary);margin-bottom:8px}.ws-feat-summary-card-desc{font-size:clamp(14px,1vw,15px);color:var(--ws-text-secondary);line-height:1.65}@media (max-width: 1024px){.ws-feat-demo-win,.ws-feat-tools{max-width:940px}.ws-feat-demo-body{height:380px}.ws-feat-canvas-split .ws-feat-demo-body{height:420px}.ws-feat-canvas-grid{gap:36px}.ws-feat-section-overview .ws-feat-summary{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.ws-feat-section{padding:80px 0}.ws-feat-section.ws-feat-section-overview{padding:72px 0}.ws-feat-demo-win,.ws-feat-tools{max-width:100%}.ws-feat-demo-body{height:320px;padding:16px;gap:12px}.ws-feat-canvas-split .ws-feat-demo-body{height:320px}.ws-feat-demo-sidebar{width:48px}.ws-feat-demo-side-item{width:30px;height:30px}.ws-feat-demo-panel{width:100px}.ws-feat-tengrid{gap:10px}.ws-feat-canvas-grid{grid-template-columns:1fr;gap:36px}.ws-feat-tools-display{padding:28px 20px 24px}.ws-feat-tools-display-demo{gap:20px}.ws-feat-tools-display-block{width:170px;height:180px}.ws-feat-summary,.ws-feat-section-overview .ws-feat-summary{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.ws-feat-section{padding:64px 0}.ws-feat-demo-body{height:280px;padding:12px;gap:10px}.ws-feat-canvas-split .ws-feat-demo-body{height:280px}.ws-feat-demo-panel{display:none}.ws-feat-demo-sidebar{width:40px}.ws-feat-demo-side-item{width:26px;height:26px}.ws-feat-tools-display-demo{flex-direction:column;gap:12px}.ws-feat-tools-display-arrow{transform:rotate(90deg)}.ws-feat-tools-display-block{width:100%;max-width:240px;height:160px}.ws-feat-summary,.ws-feat-section-overview .ws-feat-summary{grid-template-columns:1fr}.ws-feat-demo-canvas-area{grid-template-columns:repeat(2,1fr)}.ws-feat-demo-canvas-result.is-wide{grid-column:span 2}}.ws-cs-section{padding:88px 0}.ws-cs-hero{position:relative;padding:80px 24px 64px;text-align:center;background:radial-gradient(ellipse at 50% 0%,rgba(119,105,220,.1) 0%,transparent 60%),transparent;min-height:560px;display:flex;align-items:center;justify-content:center}.ws-cs-hero-inner{width:min(1000px,100%);margin-inline:auto}.ws-cs-hero-title{font-size:clamp(44px,4.4vw,66px);font-weight:800;color:#f3f3f6;line-height:1.12;letter-spacing:-.035em;margin:0}.ws-cs-hero-line{display:block}.ws-cs-hero-line+.ws-cs-hero-line{margin-top:6px}.ws-cs-hero-title .ws-accent{background:linear-gradient(90deg,#d0d1dc,#b6b8ce 48%,#9295c3);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.ws-cs-hero-subtitle{margin:30px auto 0;max-width:820px;font-size:clamp(15px,1.1vw,17px);color:var(--ws-text-secondary);line-height:1.7}.ws-cs-section .ws-heading{margin-bottom:44px}.ws-cs-section .ws-heading-title{font-size:clamp(28px,2.6vw,38px)}.ws-cs-section .ws-heading-subtitle{font-size:clamp(15px,1.05vw,17px)}.ws-cs-problems .ws-heading-subtitle{max-width:920px;word-break:keep-all}.ws-cs-problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.ws-cs-problem-card{display:flex;flex-direction:column;justify-content:center;gap:12px;padding:32px 30px;background:#16161e8c;border:1px solid rgba(255,255,255,.06);border-radius:18px;min-height:228px}.ws-cs-problem-title{font-size:clamp(17px,1.2vw,19px);font-weight:600;color:var(--ws-text-primary);margin:0}.ws-cs-problem-desc{font-size:clamp(14px,1vw,15px);color:var(--ws-text-secondary);line-height:1.7;margin:0}.ws-cs-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.ws-cs-service-card{display:flex;align-items:center;gap:16px;padding:34px 32px;background:#16161e8c;border:1px solid rgba(255,255,255,.07);border-radius:18px;min-height:230px}.ws-cs-service-no{width:32px;height:32px;border-radius:50%;background:#7c6ef029;border:1px solid rgba(124,110,240,.32);color:var(--ws-accent-soft);font-size:14px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;flex:none}.ws-cs-service-body{flex:1;min-width:0}.ws-cs-service-title{font-size:clamp(17px,1.2vw,19px);font-weight:600;color:var(--ws-text-primary);margin:0 0 8px}.ws-cs-service-desc{font-size:clamp(14px,1vw,15px);color:var(--ws-text-secondary);line-height:1.7;margin:0}.ws-cs-delivery-panel{display:flex;align-items:stretch;gap:0;padding:32px 28px;background:#16161e8c;border:1px solid rgba(255,255,255,.07);border-radius:18px}.ws-cs-delivery-item{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;padding:8px 16px;position:relative;min-width:0}.ws-cs-delivery-no{width:28px;height:28px;border-radius:50%;background:#7c6ef024;border:1px solid rgba(124,110,240,.28);color:var(--ws-accent-soft);font-size:12px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.ws-cs-delivery-label{font-size:clamp(14px,1vw,15px);color:var(--ws-text-primary);font-weight:500;line-height:1.5}.ws-cs-delivery-connector{position:absolute;top:21px;right:-16px;width:32px;height:1px;background:linear-gradient(90deg,#7c6ef052,#7c6ef014)}.ws-cs-value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.ws-cs-value-card{padding:28px 26px;background:#16161e8c;border:1px solid rgba(255,255,255,.07);border-radius:18px;min-height:168px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:14px}.ws-cs-value-number{font-size:clamp(28px,2.2vw,34px);font-weight:700;color:#8cb6e0f2;letter-spacing:-.01em;line-height:1.15;text-align:center}.ws-cs-value-title{font-size:clamp(15px,1.1vw,17px);font-weight:600;color:var(--ws-text-primary);line-height:1.5;text-align:center}.ws-cs-timeline{display:flex;align-items:stretch;gap:0;list-style:none;margin:0;padding:0}.ws-cs-timeline-node{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;padding:8px 12px;position:relative;min-width:0}.ws-cs-timeline-no{width:40px;height:40px;border-radius:50%;background:#7c6ef01f;border:1px solid rgba(124,110,240,.3);color:var(--ws-accent-soft);font-size:13px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;letter-spacing:.5px}.ws-cs-timeline-body{display:flex;flex-direction:column;gap:4px}.ws-cs-timeline-title{font-size:clamp(15px,1.05vw,16px);font-weight:600;color:var(--ws-text-primary)}.ws-cs-timeline-desc{font-size:clamp(13px,.9vw,14px);color:var(--ws-text-secondary);line-height:1.6}.ws-cs-timeline-line{position:absolute;top:27px;right:-12px;width:24px;height:1px;background:linear-gradient(90deg,#7c6ef047,#7c6ef00f)}.ws-cs-fit-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.ws-cs-fit-col{padding:32px 28px;background:#16161e80;border:1px solid rgba(255,255,255,.06);border-radius:18px}.ws-cs-fit-title{font-size:clamp(17px,1.2vw,19px);font-weight:600;color:var(--ws-text-primary);margin:0 0 16px}.ws-cs-fit-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.ws-cs-fit-list li{font-size:clamp(14px,1vw,15px);color:var(--ws-text-secondary);line-height:1.7;padding-left:18px;position:relative}.ws-cs-fit-list li:before{content:"";position:absolute;left:0;top:10px;width:5px;height:5px;border-radius:50%;background:#7c6ef066}.ws-cs-cta{position:relative;width:100%;padding:72px 24px 80px;text-align:center;background:radial-gradient(circle at 50% 20%,rgba(119,105,220,.14),transparent 56%),linear-gradient(90deg,#0d111b,#151426,#0d111b)}.ws-cs-cta-inner{width:min(720px,calc(100% - 48px));margin-inline:auto;display:flex;flex-direction:column;align-items:center;gap:16px}.ws-cs-cta-title{margin:0;font-size:clamp(24px,2.4vw,32px);font-weight:700;color:#f0f0f4;line-height:1.3;letter-spacing:-.01em}.ws-cs-cta-desc{margin:0;max-width:540px;font-size:clamp(14px,1vw,15px);color:var(--ws-text-secondary);line-height:1.7}.ws-cs-cta-btn{margin-top:4px}@media (max-width: 1024px){.ws-cs-section{padding:76px 0}.ws-cs-section .ws-heading{margin-bottom:36px}}@media (max-width: 768px){.ws-cs-hero{min-height:420px;padding:64px 24px 56px}.ws-cs-hero-title{font-size:clamp(34px,8vw,46px)}.ws-cs-hero-subtitle{margin-top:22px;font-size:15px}.ws-cs-section{padding:64px 0}.ws-cs-section .ws-heading{margin-bottom:36px}.ws-cs-problem-grid,.ws-cs-service-grid{grid-template-columns:1fr}.ws-cs-problem-card,.ws-cs-service-card{min-height:0}.ws-cs-delivery-panel{flex-direction:column;gap:0;padding:24px 20px}.ws-cs-delivery-item{flex-direction:row;text-align:left;padding:14px 0}.ws-cs-delivery-connector{display:none}.ws-cs-value-grid{grid-template-columns:1fr}.ws-cs-value-card{min-height:0;padding:22px 20px}.ws-cs-timeline{flex-direction:column;gap:0}.ws-cs-timeline-node{flex-direction:row;align-items:flex-start;text-align:left;gap:16px;padding:14px 0}.ws-cs-timeline-body{flex:1}.ws-cs-timeline-line{top:auto;bottom:-1px;left:20px;right:auto;width:1px;height:14px;background:linear-gradient(180deg,#7c6ef047,#7c6ef00f)}.ws-cs-fit-grid{grid-template-columns:1fr}.ws-cs-cta{padding:56px 24px 64px}}@media (max-width: 480px){.ws-cs-hero{min-height:420px;padding:56px 20px}.ws-cs-hero-title{font-size:clamp(30px,9vw,38px);line-height:1.16}.ws-cs-hero-line+.ws-cs-hero-line{margin-top:4px}.ws-cs-hero-subtitle{margin-top:18px;font-size:14px}.ws-cs-section{padding:56px 0}.ws-cs-cta{padding:44px 20px 52px}.ws-cs-cta-btn{width:100%}}
