:root{--color-primary-50:#eef2ff;--color-primary-100:#e0e7ff;--color-primary-200:#c7d2fe;--color-primary-300:#a5b4fc;--color-primary-400:#818cf8;--color-primary-500:#6366f1;--color-primary-600:#4f46e5;--color-primary-700:#4338ca;--color-primary-800:#312e81;--color-primary-900:#1e1b4b;--color-gold-400:#fbbf24;--color-gold-500:#f59e0b;--color-gold-600:#d97706;--color-gray-50:#f8fafc;--color-gray-100:#f1f5f9;--color-gray-200:#e2e8f0;--color-gray-300:#cbd5e1;--color-gray-400:#94a3b8;--color-gray-500:#64748b;--color-gray-600:#475569;--color-gray-700:#334155;--color-gray-800:#1e293b;--color-gray-900:#0f172a;--color-success:#22c55e;--color-danger:#ef4444;--font-heading:"Plus Jakarta Sans", "Noto Sans SC", sans-serif;--font-body:"Noto Sans SC", "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;--section-padding:100px 0;--container-max:1200px}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;overflow-y:auto!important}body{font-family:var(--font-body);color:var(--color-gray-800);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;overflow-x:hidden;height:auto!important;overflow-y:auto!important}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2}.container{max-width:var(--container-max);margin:0 auto;padding:0 24px}.hero-gradient{background:linear-gradient(135deg,#1e1b4b 0%,#312e81 40%,#4338ca 100%);position:relative;overflow:hidden}.hero-side-img,.hero-stardust,.star-dot{pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.grain-overlay:before{content:"";opacity:.03;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px;position:absolute;inset:0}.orb{filter:blur(80px);opacity:.3;pointer-events:none;border-radius:50%;position:absolute}.orb-1{background:radial-gradient(circle,#818cf8,#0000);width:400px;height:400px;animation:8s ease-in-out infinite float-orb-1;top:-100px;right:-100px}.orb-2{background:radial-gradient(circle,#f59e0b,#0000);width:300px;height:300px;animation:10s ease-in-out infinite float-orb-2;bottom:-50px;left:-50px}.orb-3{background:radial-gradient(circle,#6366f1,#0000);width:250px;height:250px;animation:12s ease-in-out infinite float-orb-3;top:40%;left:50%}@keyframes float-orb-1{0%,to{transform:translate(0)}33%{transform:translate(-30px,20px)}66%{transform:translate(20px,-30px)}}@keyframes float-orb-2{0%,to{transform:translate(0)}33%{transform:translate(40px,-20px)}66%{transform:translate(-20px,30px)}}@keyframes float-orb-3{0%,to{transform:translate(0)}50%{transform:translate(-40px,-40px)}}.glass-card{-webkit-backdrop-filter:blur(16px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:16px}.glass-card-light{-webkit-backdrop-filter:blur(16px);background:#ffffffd9;border:1px solid #ffffff80;border-radius:16px;box-shadow:0 4px 24px #0000000f}.btn-gold{color:#fff!important;background:linear-gradient(135deg,#f59e0b,#d97706)!important;border:none!important;border-radius:12px!important;height:48px!important;padding:0 32px!important;font-size:16px!important;font-weight:600!important;transition:all .3s!important;box-shadow:0 4px 24px #f59e0b59!important}.btn-gold:hover{transform:translateY(-2px)!important;box-shadow:0 8px 32px #f59e0b80!important}.btn-outline-light{color:#fff!important;background:0 0!important;border:2px solid #fff6!important;border-radius:12px!important;height:48px!important;padding:0 32px!important;font-size:16px!important;font-weight:500!important;transition:all .3s!important}.btn-outline-light:hover{color:#fff!important;background:#ffffff1a!important;border-color:#fffc!important}.fade-in-section{opacity:0;transition:opacity .8s,transform .8s;transform:translateY(30px)}.fade-in-section.visible{opacity:1;transform:translateY(0)}.feature-card{border:1px solid var(--color-gray-200);cursor:default;background:#fff;border-radius:16px;padding:32px;transition:all .3s}.feature-card:hover{border-color:var(--color-primary-200);transform:translateY(-6px);box-shadow:0 12px 40px #6366f11f}.feature-card .feature-icon{background:var(--color-primary-50);border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:20px;font-size:28px;display:flex}.feature-card h3{color:var(--color-gray-900);margin:0 0 8px;font-size:18px}.feature-card p{color:var(--color-gray-500);margin:0;font-size:14px;line-height:1.6}.pricing-card{border:2px solid var(--color-gray-200);text-align:center;background:#fff;border-radius:20px;padding:40px 32px;transition:all .3s;position:relative}.pricing-card.featured{border-color:var(--color-gold-500);transform:scale(1.02);box-shadow:0 8px 40px #f59e0b26}.pricing-card.featured:before{content:"推荐";color:#fff;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:20px;padding:4px 16px;font-size:13px;font-weight:600;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.pricing-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000014}.pricing-card.featured:hover{transform:scale(1.02)translateY(-4px);box-shadow:0 12px 40px #f59e0b33}.pricing-card .price{font-family:var(--font-heading);color:var(--color-gray-900);margin:16px 0 4px;font-size:48px;font-weight:800;line-height:1}.pricing-card .price-unit{color:var(--color-gray-500);font-size:16px;font-weight:400}.pricing-card .feature-list{text-align:left;margin:24px 0;padding:0;list-style:none}.pricing-card .feature-list li{color:var(--color-gray-600);align-items:center;gap:8px;padding:8px 0;font-size:14px;display:flex}.pricing-card .feature-list li .check{color:var(--color-success);font-weight:700}.step-card{text-align:center;padding:32px 24px}.step-card .step-number{background:linear-gradient(135deg, var(--color-primary-600), var(--color-primary-700));color:#fff;width:56px;height:56px;font-family:var(--font-heading);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 16px;font-size:24px;font-weight:800;display:flex}.step-card h3{margin:0 0 8px;font-size:18px}.step-card p{color:var(--color-gray-500);margin:0;font-size:14px;line-height:1.6}.section{padding:var(--section-padding)}.section-title{text-align:center;color:var(--color-gray-900);margin-bottom:16px;font-size:36px;font-weight:800}.section-subtitle{text-align:center;color:var(--color-gray-500);max-width:600px;margin-bottom:56px;margin-left:auto;margin-right:auto;font-size:16px}.site-navbar{z-index:1000;padding:16px 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.site-navbar.scrolled{-webkit-backdrop-filter:blur(16px);background:#1e1b4bd9;padding:10px 0;box-shadow:0 4px 24px #00000026}.site-navbar .nav-inner{max-width:var(--container-max);justify-content:space-between;align-items:center;margin:0 auto;padding:0 24px;display:flex}.site-navbar .logo{font-family:var(--font-heading);color:#fff;letter-spacing:-.5px;font-size:24px;font-weight:800;text-decoration:none}.site-navbar .logo span{color:var(--color-gold-500)}.site-navbar .nav-links{align-items:center;gap:32px;margin:0;padding:0;list-style:none;display:flex}.site-navbar .nav-links a{color:#ffffffbf;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s}.site-navbar .nav-links a:hover{color:#fff}.site-navbar .nav-actions{align-items:center;gap:12px;display:flex}.site-footer{background:var(--color-gray-900);color:var(--color-gray-400);padding:48px 0 32px}.site-footer a{color:var(--color-gray-400);text-decoration:none;transition:color .2s}.site-footer a:hover{color:#fff}.auth-page{min-height:100vh}.auth-page-pro{--auth-ink:#0c1424;--auth-muted:#667085;--auth-line:#d9e1ea;--auth-cyan:#0ea5b7;--auth-emerald:#0f9f6e;--auth-gold:#b7791f;color:#fff;background:linear-gradient(115deg,#09111ffa 0%,#0e2736f5 54%,#194135f0 100%),linear-gradient(0deg,#ffffff0a 1px,#0000 1px) 0 0/42px 42px,linear-gradient(90deg,#ffffff0a 1px,#0000 1px) 0 0/42px 42px;justify-content:center;align-items:center;padding:42px 24px;display:flex;position:relative;overflow:auto}.auth-hero-art{opacity:.92;pointer-events:none;background-image:linear-gradient(90deg,#08111ff5 0%,#08111fc2 40%,#08111f59 72%,#08111f33 100%),url(/home/hero-workflow.png);background-position:50%;background-repeat:no-repeat;background-size:cover;position:fixed;inset:0}.auth-hero-art:after{content:"";background:linear-gradient(#08111f14,#08111fd1);position:absolute;inset:0}.auth-shell{z-index:1;grid-template-columns:minmax(0,1fr) minmax(380px,430px);align-items:stretch;gap:28px;width:min(1160px,100%);display:grid;position:relative}.auth-brand-panel{-webkit-backdrop-filter:blur(14px);background:#ffffff0f;border:1px solid #ffffff1f;border-radius:8px;flex-direction:column;justify-content:center;min-height:630px;padding:44px;display:flex;box-shadow:0 24px 60px #050c1847}.auth-logo{color:#fff;width:fit-content;font-family:var(--font-heading);letter-spacing:0;align-items:center;gap:10px;font-size:23px;font-weight:800;text-decoration:none;display:inline-flex}.auth-logo img{background:#fff;border-radius:8px;width:34px;height:34px;padding:3px}.auth-logo span span{color:#f4b64c}.auth-eyebrow{color:#74d7df;background:#74d7df14;border:1px solid #74d7df4d;border-radius:999px;align-items:center;width:fit-content;margin-top:42px;padding:8px 12px;font-size:13px;font-weight:800;display:inline-flex}.auth-brand-panel h2{color:#fff;letter-spacing:0;max-width:650px;margin:22px 0 18px;font-size:clamp(34px,4.6vw,54px);line-height:1.08}.auth-brand-panel p{color:#ffffffbd;max-width:640px;margin:0;font-size:17px;line-height:1.8}.auth-proof-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:28px;display:grid}.auth-proof-grid div{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:8px;min-width:0;padding:14px 13px}.auth-proof-grid strong,.auth-proof-grid span{display:block}.auth-proof-grid strong{color:#fff;font-size:22px;line-height:1.1}.auth-proof-grid div:first-child strong{color:#f4b64c}.auth-proof-grid span{color:#ffffff9e;margin-top:7px;font-size:12px;line-height:1.45}.auth-brand-list{gap:12px;margin:28px 0 0;padding:0;list-style:none;display:grid}.auth-brand-list li{color:#ffffffc7;align-items:flex-start;gap:10px;font-size:14px;line-height:1.65;display:flex}.auth-brand-list svg{color:#27d3bd;flex:none;margin-top:3px}.auth-card{-webkit-backdrop-filter:blur(20px);background:#fffffff5;border:1px solid #d9e1eae6;border-radius:8px;align-self:center;width:100%;max-width:440px;padding:34px 32px;box-shadow:0 26px 70px #050c1859}.auth-card-tools{justify-content:space-between;align-items:center;gap:12px;margin-bottom:28px;display:flex}.auth-back-home{color:var(--auth-muted);align-items:center;gap:6px;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex}.auth-back-home:hover{color:var(--auth-emerald)}.auth-card h1{color:var(--auth-ink);letter-spacing:0;margin:0 0 9px;font-size:28px;line-height:1.2}.auth-card .auth-subtitle{color:var(--auth-muted);margin:0 0 24px;font-size:14px;line-height:1.6}.auth-hint{color:var(--auth-muted);margin:-8px 0 20px;font-size:13px;line-height:1.75}.auth-form .ant-form-item{margin-bottom:17px}.auth-form .ant-input-affix-wrapper,.auth-form .ant-input{border-color:#dbe3ec;border-radius:8px;min-height:46px;font-size:15px}.auth-form .ant-input-affix-wrapper:hover,.auth-form .ant-input:hover{border-color:var(--auth-cyan)}.auth-form .ant-input-affix-wrapper-focused,.auth-form .ant-input:focus{border-color:var(--auth-emerald)!important;box-shadow:0 0 0 3px #0f9f6e1f!important}.auth-form .ant-input-prefix{color:#8a98aa}.auth-submit-btn{height:48px!important;box-shadow:none!important;background:linear-gradient(135deg,#16a085,#0f9f6e)!important;border:none!important;border-radius:8px!important;font-weight:800!important}.auth-submit-btn:hover{background:linear-gradient(135deg,#12836d,#0b8159)!important}.auth-link-row,.auth-single-link{color:var(--auth-muted);align-items:center;gap:8px;font-size:14px;display:flex}.auth-link-row{justify-content:space-between}.auth-single-link{justify-content:center}.auth-link-row a,.auth-single-link a{color:var(--auth-muted);text-decoration:none}.auth-strong-link{margin-left:4px;font-weight:800;color:var(--auth-emerald)!important}.auth-code-button{color:var(--auth-emerald)!important;padding:0!important;font-size:13px!important;font-weight:800!important}.auth-wechat-row{justify-content:center;display:flex}.auth-wechat-button{color:#057d41;cursor:pointer;background:#07c16014;border:1px solid #07c16040;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-width:148px;height:42px;padding:0 16px;font-size:14px;font-weight:800;transition:background .2s,border-color .2s,color .2s;display:inline-flex}.auth-wechat-button:hover{color:#046737;background:#07c16024;border-color:#07c16073}.auth-wechat-button:disabled{cursor:wait;opacity:.7}.auth-wechat-button svg{font-size:19px}.auth-card .ant-divider{border-color:#e3e9f0}.auth-card .ant-divider-inner-text{color:#8a98aa}.user-pro-layout{background:radial-gradient(900px 420px at 20% -10%,#0ea5b729,#0000 62%),radial-gradient(700px 360px at 85% 0,#b7791f21,#0000 58%),#f4f7fa;min-height:100vh}.user-pro-sider{z-index:100;border-right:1px solid #ffffff14;height:100vh;inset:0 auto 0 0;box-shadow:12px 0 32px #0c14241f;background:#0c1424!important;position:fixed!important}.user-pro-logo{color:#fff;height:72px;font-family:var(--font-heading);cursor:pointer;align-items:center;gap:10px;padding:0 20px;font-size:21px;font-weight:800;display:flex}.user-pro-logo img{background:#fff;border-radius:8px;width:30px;height:30px;padding:3px}.user-pro-logo span span{color:#f4b64c}.user-pro-menu{padding:8px 10px 0;background:0 0!important;border:none!important}.user-pro-menu .ant-menu-item,.user-pro-menu .ant-menu-submenu-title{font-weight:700;color:#ffffffad!important;border-radius:8px!important;height:42px!important;margin:4px 0!important}.user-pro-menu .ant-menu-item:hover,.user-pro-menu .ant-menu-submenu-title:hover{color:#fff!important;background:#ffffff14!important}.user-pro-menu .ant-menu-item-selected{color:#fff!important;background:linear-gradient(135deg,#16a085,#0f9f6e)!important}.user-pro-menu .ant-menu-item-divider{border-color:#ffffff1a!important;margin:12px 0!important}.user-pro-sider-note{color:#ffffffb8;background:#74d7df14;border:1px solid #74d7df38;border-radius:8px;grid-template-columns:22px 1fr;gap:8px;padding:12px;font-size:12px;line-height:1.55;display:grid;position:absolute;bottom:16px;left:14px;right:14px}.user-pro-sider-note svg{color:#74d7df;margin-top:2px;font-size:18px}.user-pro-body{background:0 0;min-height:100vh;margin-left:200px}.user-pro-header{z-index:50;-webkit-backdrop-filter:blur(16px);border-bottom:1px solid #d9e1eacc;align-items:center;gap:18px;height:68px;display:flex;position:sticky;top:0;background:#ffffffd1!important;padding:0 28px!important}.user-pro-header>div:first-child{flex-direction:column;flex:1;justify-content:center;min-width:0;line-height:1.3;display:flex}.user-pro-header strong{color:#0c1424;font-size:16px}.user-pro-header span{color:#667085;font-size:12px}.user-pro-header-actions{align-items:center;gap:12px;display:flex}.user-pro-download{color:#fff;background:#0c1424;border-radius:8px;align-items:center;gap:6px;min-height:36px;padding:0 13px;font-size:13px;font-weight:800;text-decoration:none;display:inline-flex}.user-pro-download:hover{color:#fff;background:#162235}.user-pro-content-wrap{grid-template-columns:minmax(0,1fr) 260px;gap:24px;min-height:calc(100vh - 68px);padding:28px;display:grid}.user-pro-content{min-width:0}.user-support-rail{flex-direction:column;align-self:start;gap:14px;display:flex;position:sticky;top:92px}.user-support-card,.user-support-link{background:#ffffffeb;border:1px solid #d9e1ea;border-radius:8px;box-shadow:0 16px 36px #0c142412}.user-support-card{padding:16px}.user-support-card.primary{background:linear-gradient(#fff,#f4fbfa)}.user-support-icon{color:#0f9f6e;background:#0f9f6e1a;border-radius:8px;place-items:center;width:42px;height:42px;margin-bottom:12px;font-size:22px;display:grid}.user-support-card strong{color:#0c1424;font-size:15px;display:block}.user-support-card span{color:#667085;margin-top:6px;font-size:12px;line-height:1.6;display:block}.user-support-card a{color:#fff;background:linear-gradient(135deg,#16a085,#0f9f6e);border-radius:8px;justify-content:center;align-items:center;width:100%;height:38px;margin-top:14px;font-weight:800;text-decoration:none;display:inline-flex}.user-support-card.qr{text-align:center}.user-support-card.qr img{object-fit:contain;background:#fff;border:1px solid #e5eaf0;border-radius:8px;width:112px;height:112px;margin-bottom:10px;padding:4px}.user-support-link{color:#0c1424;align-items:center;gap:8px;min-height:46px;padding:0 15px;font-size:13px;font-weight:800;text-decoration:none;display:flex}.user-support-button{appearance:none;cursor:pointer;width:100%;font-family:inherit}.user-support-link:hover{color:#0f9f6e;border-color:#0f9f6e5c}.account-page-pro{flex-direction:column;gap:22px;max-width:980px;display:flex}.account-hero-card{color:#fff;background:linear-gradient(115deg,#0c1424f5,#0e2736eb),url(/home/knowledge-workflow.png) 50%/cover no-repeat;border-radius:8px;grid-template-columns:minmax(0,1fr) 260px;gap:22px;padding:30px;display:grid;overflow:hidden;box-shadow:0 22px 52px #0c14242e}.account-kicker{color:#74d7df;background:#74d7df14;border:1px solid #74d7df4d;border-radius:999px;width:fit-content;padding:7px 11px;font-size:13px;font-weight:800;display:inline-flex}.account-hero-copy h1{color:#fff;letter-spacing:0;margin:16px 0 12px;font-size:clamp(30px,4vw,42px);line-height:1.12}.account-hero-copy p{color:#ffffffbd;max-width:620px;margin:0;font-size:15px;line-height:1.8}.account-hero-tags{flex-wrap:wrap;gap:8px;margin-top:20px;display:flex}.account-hero-tags span{color:#ffffffb8;background:#ffffff14;border:1px solid #ffffff29;border-radius:999px;align-items:center;min-height:28px;padding:0 10px;font-size:12px;display:inline-flex}.account-balance-card{-webkit-backdrop-filter:blur(12px);background:#ffffff1a;border:1px solid #ffffff29;border-radius:8px;flex-direction:column;justify-content:center;align-self:stretch;padding:20px;display:flex}.account-balance-card>span{color:#ffffffad;font-size:13px;font-weight:700}.account-balance-card strong{color:#f4b64c;margin-top:8px;font-size:34px;line-height:1.1;display:block}.account-balance-card p{color:#ffffffad;margin:10px 0 18px;font-size:12px;line-height:1.6}.account-balance-card .ant-btn{background:linear-gradient(135deg,#16a085,#0f9f6e);border:none;border-radius:8px;height:42px;font-weight:800}.account-action-grid{grid-template-columns:repeat(auto-fit,minmax(148px,1fr));gap:12px;display:grid}.account-action-grid button{text-align:left;color:#0c1424;cursor:pointer;background:#ffffffeb;border:1px solid #d9e1ea;border-radius:8px;min-height:132px;padding:16px;transition:transform .2s,border-color .2s,box-shadow .2s;position:relative;box-shadow:0 14px 32px #0c14240f}.account-action-grid button:hover{border-color:#0f9f6e61;transform:translateY(-2px);box-shadow:0 18px 40px #0c14241a}.account-action-grid button>svg:first-child{color:#0f9f6e;background:#0f9f6e1a;border-radius:8px;width:34px;height:34px;margin-bottom:13px;padding:8px}.account-action-grid strong,.account-action-grid span{display:block}.account-action-grid strong{font-size:15px;line-height:1.3}.account-action-grid span{color:#667085;margin-top:7px;font-size:12px;line-height:1.5}.account-action-grid button>svg:last-child{color:#98a2b3;position:absolute;bottom:14px;right:14px}.account-key-guide-card{background:linear-gradient(135deg,#ecfdf5eb,#eff6fff0);border:1px solid #0ea5b747;border-radius:8px;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:16px;padding:18px;display:grid;box-shadow:0 14px 32px #0c14240f}.account-key-guide-icon{color:#0f9f6e;background:#0f9f6e1a;border-radius:8px;place-items:center;width:46px;height:46px;font-size:23px;display:grid}.account-key-guide-card strong{color:#0c1424;font-size:15px;display:block}.account-key-guide-card p{color:#526172;margin:6px 0 0;font-size:13px;line-height:1.75}.account-key-guide-actions{align-items:center;gap:10px;display:flex}.account-key-guide-actions .ant-btn{border-radius:8px;height:38px;font-weight:800}.account-key-guide-actions .ant-btn-primary{background:linear-gradient(135deg,#16a085,#0f9f6e);border:none}.purchase-page-pro{flex-direction:column;gap:22px;max-width:1100px;display:flex}.purchase-hero-card{color:#fff;background:linear-gradient(115deg,#0c1424f5,#1a323be6),url(/home/source-trace.png) 50%/cover no-repeat;border-radius:8px;grid-template-columns:minmax(0,1fr) 230px;align-items:stretch;gap:22px;padding:30px;display:grid;box-shadow:0 22px 52px #0c14242e}.purchase-hero-card h1{color:#fff;letter-spacing:0;max-width:680px;margin:16px 0 12px;font-size:clamp(30px,4vw,42px);line-height:1.12}.purchase-hero-card p{color:#ffffffbd;max-width:700px;margin:0;font-size:15px;line-height:1.8}.purchase-current-card{-webkit-backdrop-filter:blur(12px);background:#ffffff1a;border:1px solid #ffffff29;border-radius:8px;padding:18px}.purchase-current-card span,.purchase-current-card small{color:#ffffffad;font-size:12px;line-height:1.55;display:block}.purchase-current-card strong{color:#f4b64c;margin:8px 0;font-size:26px;line-height:1.15;display:block}.purchase-plan-grid{grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:16px;display:grid}@media (width<=1180px){.user-pro-content-wrap{grid-template-columns:minmax(0,1fr)}.user-support-rail{grid-template-columns:repeat(3,minmax(0,1fr));display:grid;position:static}.account-action-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=920px){.user-pro-sider{display:none}.user-pro-body{margin-left:0}.user-pro-header{padding:0 16px!important}.user-pro-header>div:first-child span,.user-pro-download{display:none}.user-pro-content-wrap{padding:18px}.account-hero-card{grid-template-columns:1fr;padding:24px}.account-action-grid,.user-support-rail,.purchase-hero-card,.account-key-guide-card{grid-template-columns:1fr}.account-key-guide-actions{flex-wrap:wrap}}.admin-sidebar{background:linear-gradient(#1e1b4b 0%,#312e81 100%)!important}.admin-sidebar .ant-menu{background:0 0!important}.stats-card{overflow:hidden;border:1px solid var(--color-gray-200)!important;border-radius:16px!important}.stats-card .ant-card-body{padding:24px!important}@media (width<=768px){:root{--section-padding:60px 0}.section-title{font-size:28px}.site-navbar .nav-links{display:none}.pricing-card.featured{transform:none}.pricing-card.featured:hover{transform:translateY(-4px)}.auth-page-pro{align-items:flex-start;padding:18px}.auth-shell{grid-template-columns:1fr;gap:16px}.auth-brand-panel{min-height:auto;padding:26px}.auth-logo{font-size:21px}.auth-eyebrow{margin-top:28px}.auth-brand-panel h2{font-size:31px}.auth-brand-panel p{font-size:15px}.auth-card{max-width:none}}@media (width<=480px){.auth-page-pro{padding:12px}.auth-brand-panel{padding:22px 18px}.auth-proof-grid{grid-template-columns:1fr}.auth-card{margin:0;padding:26px 18px}.auth-card-tools,.auth-link-row{flex-direction:column;align-items:flex-start}.auth-card-tools{gap:14px}.auth-link-row{gap:10px}}.mobile-auth-page{-webkit-tap-highlight-color:transparent;background:#f8fafc;width:100%;min-height:100dvh;position:relative;overflow-x:hidden}.mobile-auth-bg{z-index:0;pointer-events:none;background:radial-gradient(1200px 600px at 10% -10%,#6366f140,#0000 60%),radial-gradient(900px 500px at 100% 0,#d977062e,#0000 60%),linear-gradient(#1e1b4b 0%,#312e81 45%,#f8fafc 100%);position:absolute;inset:0}.mobile-auth-container{z-index:1;box-sizing:border-box;flex-direction:column;max-width:480px;min-height:100dvh;margin:0 auto;padding:48px 20px 32px;display:flex;position:relative}.mobile-auth-header{text-align:center;color:#fff;margin-bottom:28px}.mobile-auth-logo{letter-spacing:-.5px;font-size:32px;font-weight:800;font-family:var(--font-heading);color:#fff;margin:0 0 6px}.mobile-auth-sub{color:#ffffffd9;margin:0;font-size:15px}.mobile-auth-hint{color:#ffffffbf;margin-top:10px;font-size:12px;line-height:1.6}.mobile-auth-form{background:#fff;border-radius:20px;padding:24px 18px 18px;box-shadow:0 20px 50px #0f172a38}.mobile-auth-form .ant-input-affix-wrapper,.mobile-auth-form .ant-input{border-radius:12px;height:50px;font-size:16px}.mobile-auth-form .ant-input-affix-wrapper .ant-input{height:auto}.mobile-auth-submit{background:linear-gradient(135deg,#4f46e5,#4338ca)!important;border:none!important;border-radius:12px!important;height:50px!important;font-size:16px!important;font-weight:600!important}.mobile-auth-links{justify-content:space-between;gap:8px;margin-top:4px;font-size:14px;display:flex}.mobile-auth-links a{color:var(--color-primary-600);font-weight:500;text-decoration:none}.mobile-auth-divider{text-align:center;color:#ffffffbf;margin:24px 0 16px;font-size:12px;position:relative}.mobile-auth-divider:before,.mobile-auth-divider:after{content:"";background:#ffffff4d;width:calc(50% - 56px);height:1px;position:absolute;top:50%}.mobile-auth-divider:before{left:0}.mobile-auth-divider:after{right:0}.mobile-auth-wechat{color:#fff;cursor:pointer;background:#07c160;border:none;border-radius:12px;justify-content:center;align-items:center;width:100%;height:50px;font-size:16px;font-weight:600;transition:opacity .2s;display:flex}.mobile-auth-wechat:active{opacity:.85}.mobile-auth-wechat:disabled{opacity:.6;cursor:wait}@keyframes a4p-arrow-bounce{0%,to{transform:translate(0)}50%{transform:translate(6px)}}.a4p-copy-hint{color:#cf1322;white-space:nowrap;-webkit-user-select:none;user-select:none;background:#fff1f0;border:1px solid #ffa39e;border-radius:12px;align-items:center;gap:4px;padding:2px 8px;font-size:11px;font-weight:600;animation:1.1s ease-in-out infinite a4p-arrow-bounce;display:inline-flex}.a4p-copy-hint:after{content:"→";font-size:13px;font-weight:700}.home-pro{--home-ink:#0c1424;--home-ink-soft:#223149;--home-muted:#667085;--home-line:#d9e1ea;--home-paper:#fff;--home-mist:#f5f7f9;--home-cyan:#0ea5b7;--home-emerald:#0f9f6e;--home-gold:#b7791f;--home-red:#d4473f;background:var(--home-mist);color:var(--home-ink);min-height:100vh}.home-pro a{color:inherit;text-decoration:none}.home-pro .section{padding:96px 0}.home-pro-nav{z-index:50;color:#fff;border-bottom:1px solid #ffffff14;transition:background .25s,box-shadow .25s,border-color .25s;position:fixed;top:0;left:0;right:0}.home-pro-nav.scrolled{-webkit-backdrop-filter:blur(18px);background:#0c1424eb;border-color:#ffffff24;box-shadow:0 16px 36px #0c142438}.home-pro-nav-inner{justify-content:space-between;align-items:center;gap:22px;max-width:1248px;height:72px;margin:0 auto;padding:0 24px;display:flex}.home-pro-logo,.home-pro-footer-logo{font-family:var(--font-heading);letter-spacing:0;align-items:center;gap:10px;font-size:22px;font-weight:800;display:inline-flex}.home-pro-logo img{background:#fff;border-radius:8px;width:32px;height:32px;padding:3px}.home-pro-logo span span,.home-pro-footer-logo span{color:#f4b64c}.home-pro-links{color:#ffffffc7;align-items:center;gap:22px;margin:0;padding:0;font-size:14px;list-style:none;display:flex}.home-pro-links a:hover{color:#fff}.home-pro-actions{align-items:center;gap:12px;min-width:0;display:flex}.home-pro-hero{color:#fff;background:#0b1525;min-height:min(640px,100svh - 40px);padding:94px 0 28px;position:relative;overflow:hidden}.home-pro-hero-bg{background:linear-gradient(115deg,#09111ffa 0%,#0e2736f5 54%,#194135f0 100%),linear-gradient(0deg,#ffffff0a 1px,#0000 1px) 0 0/42px 42px,linear-gradient(90deg,#ffffff0a 1px,#0000 1px) 0 0/42px 42px;position:absolute;inset:0}.home-pro-hero-art{opacity:.96;background-image:-webkit-linear-gradient(#08111f14 0%,#08111f3d 42%,#08111fc7 67%,#08111ff5 100%),-webkit-image-set(url(/home/hero-workflow.webp) 1x type("image/webp"),url(/home/hero-workflow.png) 1x type("image/png"));background-image:linear-gradient(90deg,#08111ff5 0%,#08111fc7 33%,#08111f3d 58%,#08111f14 100%),image-set("/home/hero-workflow.webp" 1x type("image/webp"),"/home/hero-workflow.png" 1x type("image/png"));background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.home-pro-hero-art:after{content:"";background:linear-gradient(180deg, #f5f7f900, var(--home-mist));height:210px;position:absolute;bottom:0;left:0;right:0}.home-pro-hero-bg:after{content:"";background:linear-gradient(180deg, transparent, var(--home-mist));height:180px;position:absolute;bottom:0;left:0;right:0}.home-pro-hero-grid{z-index:1;grid-template-columns:minmax(0,1fr) minmax(420px,.86fr);align-items:center;gap:54px;display:grid;position:relative}.home-pro-hero-copy h1{letter-spacing:0;max-width:740px;margin:16px 0 18px;font-size:clamp(40px,4.7vw,56px);line-height:1.06}.home-pro-hero-copy p{color:#ffffffc2;max-width:650px;margin:0;font-size:18px;line-height:1.7}.home-pro-eyebrow,.home-pro-section-head>span,.home-pro-kicker{color:var(--home-cyan);letter-spacing:0;align-items:center;font-size:13px;font-weight:800;display:inline-flex}.home-pro-eyebrow{color:#74d7df;background:#74d7df14;border:1px solid #74d7df4d;border-radius:999px;padding:8px 12px}.home-pro-cta-row{flex-wrap:wrap;gap:14px;margin-top:28px;display:flex}.home-pro-primary-btn,.home-pro-secondary-btn,.home-pro-price-btn{height:48px!important;box-shadow:none!important;border-radius:8px!important;padding:0 24px!important;font-weight:800!important}.home-pro-primary-btn{color:#fff!important;background:linear-gradient(135deg,#16a085,#0f9f6e)!important;border-color:#0000!important}.home-pro-primary-btn:hover{color:#fff!important;background:linear-gradient(135deg,#12836d,#0b8159)!important}.home-pro-secondary-btn{color:#fff!important;background:#ffffff14!important;border:1px solid #ffffff47!important}.home-pro-secondary-btn:hover{color:#fff!important;background:#ffffff29!important;border-color:#ffffff80!important}.home-pro-price-btn{border-color:var(--home-line)!important;color:var(--home-ink)!important;background:#fff!important}.home-pro-price-btn:hover{border-color:var(--home-emerald)!important;color:var(--home-emerald)!important}.home-pro-hero-note{color:#fff9;margin-top:14px;font-size:14px}.home-pro-capability-strip{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:20px;display:grid}.home-pro-capability-strip div{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:8px;min-width:0;padding:12px}.home-pro-capability-strip strong{color:#fff;font-size:15px;line-height:1.25;display:block}.home-pro-capability-strip div:first-child strong{color:#f4b64c;font-size:26px;line-height:1}.home-pro-capability-strip span{color:#ffffff9e;margin-top:6px;font-size:11.5px;line-height:1.48;display:block}.home-pro-hero-visual{min-width:0}.home-empty-visual{background:linear-gradient(145deg,#fffffff5,#e6eef4e0),repeating-linear-gradient(0deg,#0000,#0000 23px,#0f172a0a 24px);border:1px solid #94a3b847;border-radius:8px;width:100%;min-height:390px;padding:16px;position:relative;overflow:hidden;box-shadow:0 24px 80px #060f1e47}.home-empty-visual:before{content:"";pointer-events:none;background:linear-gradient(130deg,#ffffff42,#0000 45%,#0ea5b71a);position:absolute;inset:0}.home-empty-toolbar{z-index:1;background:#ffffffb3;border:1px solid #94a3b847;border-radius:8px;align-items:center;gap:8px;height:34px;padding:0 10px;display:flex;position:relative}.home-empty-toolbar span{background:#d0d7de;border-radius:50%;width:9px;height:9px}.home-empty-toolbar span:first-child{background:#ef6a62}.home-empty-toolbar span:nth-child(2){background:#e1a72d}.home-empty-toolbar span:nth-child(3){background:#28a86b}.home-empty-visual-grid{z-index:1;grid-template-columns:.78fr 1.5fr .9fr;gap:12px;min-height:314px;margin-top:14px;display:grid;position:relative}.home-empty-sidebar,.home-empty-main,.home-empty-panel{background:#ffffffad;border:1px solid #94a3b842;border-radius:8px;padding:14px}.home-empty-sidebar i,.home-empty-panel i,.home-empty-main b{background:#dce4eb;border-radius:999px;height:12px;margin-bottom:12px;display:block}.home-empty-sidebar i:first-child{background:#0f9f6e2e;width:78%}.home-empty-sidebar i:nth-child(2){width:54%}.home-empty-sidebar i:nth-child(3){width:72%}.home-empty-sidebar i:nth-child(4){width:42%}.home-empty-main b{height:17px;margin-bottom:14px}.home-empty-main b:first-child{background:#0ea5b72e;width:82%}.home-empty-main b:nth-child(2){width:62%}.home-empty-main b:nth-child(3){width:92%}.home-empty-panel i:first-child{background:#b7791f33;width:86%}.home-empty-panel i:nth-child(2){width:62%}.home-empty-panel i:nth-child(3){width:74%}.home-empty-chart{background:linear-gradient(#f5f7f9c7,#ffffffe6);border-radius:8px;grid-template-columns:repeat(4,1fr);align-items:end;gap:10px;height:162px;margin-top:34px;padding:0 10px 8px;display:grid}.home-empty-chart em{background:linear-gradient(#0f9f6ea6,#0ea5b759);border-radius:8px 8px 3px 3px;display:block}.home-empty-chart em:first-child{height:42%}.home-empty-chart em:nth-child(2){height:72%}.home-empty-chart em:nth-child(3){background:linear-gradient(#b7791fb3,#b7791f3d);height:56%}.home-empty-chart em:nth-child(4){height:84%}.home-empty-visual-search .home-empty-sidebar,.home-empty-visual-search .home-empty-panel{opacity:.65}.home-empty-visual-search .home-empty-chart em{background:linear-gradient(#b7791fbf,#0ea5b738)}.home-empty-visual-knowledge .home-empty-chart em{background:linear-gradient(#0f9f6eb8,#0c142429)}.home-empty-visual-mobile{background:#eef4f7;border-radius:32px;width:min(360px,100%);min-height:560px;margin:0 auto;padding:18px}.home-empty-visual-mobile .home-empty-visual-grid{grid-template-columns:1fr;min-height:484px}.home-empty-visual-mobile .home-empty-sidebar,.home-empty-visual-mobile .home-empty-panel{display:none}.home-empty-visual-mobile .home-empty-main{padding:22px}.home-empty-visual-mobile .home-empty-chart{height:260px}.home-pro-section-head{text-align:center;max-width:780px;margin:0 auto 44px}.home-pro-section-head.left{text-align:left;margin-left:0;margin-right:0}.home-pro-section-head h2,.home-pro-feature-copy h2{color:var(--home-ink);letter-spacing:0;margin:12px 0 16px;font-size:clamp(30px,4vw,50px);line-height:1.12}.home-pro-section-head p,.home-pro-feature-copy p{color:var(--home-muted);margin:0;font-size:17px;line-height:1.82}.home-pro-proof{background:var(--home-mist)}.home-pro-winner-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.home-pro-winner-card,.home-pro-workflow-card,.home-pro-price-card{border:1px solid var(--home-line);background:#fff;border-radius:8px;height:100%;box-shadow:0 12px 34px #0c14240f}.home-pro-winner-card{padding:24px}.home-pro-winner-top{justify-content:space-between;align-items:center;display:flex}.home-pro-winner-top>span{color:#0c142452;font-size:14px;font-weight:900}.home-pro-winner-top>div{width:46px;height:46px;color:var(--home-emerald);background:#e7f6f2;border-radius:8px;place-items:center;font-size:23px;display:grid}.home-pro-winner-card h3{color:var(--home-ink);margin:22px 0 14px;font-size:23px}.home-pro-metric{align-items:baseline;gap:8px;margin-bottom:16px;display:flex}.home-pro-metric strong{color:var(--home-gold);font-size:34px;line-height:1}.home-pro-metric span{color:var(--home-muted);font-size:13px}.home-pro-winner-card p,.home-pro-workflow-card p,.home-pro-price-card li,.home-pro-credit-bar p{color:var(--home-muted);line-height:1.75}.home-pro-workflow{background:#fff}.home-pro-workflow-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.home-pro-workflow-card{padding:24px}.home-pro-workflow-card>div{width:44px;height:44px;color:var(--home-cyan);background:#eef7f7;border-radius:8px;place-items:center;font-size:22px;display:grid}.home-pro-workflow-card h3{color:var(--home-ink);margin:22px 0 10px;font-size:26px}.home-pro-feature-section{background:var(--home-mist)}.home-pro-feature-section:nth-of-type(2n){background:#fff}.home-pro-feature-row,.home-pro-browser-grid,.home-pro-mini-grid{grid-template-columns:minmax(0,.92fr) minmax(420px,1fr);align-items:center;gap:56px;display:grid}.home-pro-feature-row.reverse>.home-pro-feature-copy{order:2}.home-pro-feature-copy{min-width:0}.home-pro-picture{width:100%;min-width:0;display:block}.home-pro-feature-art-img{aspect-ratio:16/10;object-fit:cover;background:#0d1828;border:1px solid #94a3b842;border-radius:8px;width:100%;display:block;box-shadow:0 24px 70px #0c142433}.home-pro-check-list,.home-pro-price-card ul{margin:26px 0 0;padding:0;list-style:none}.home-pro-check-list li{color:var(--home-ink-soft);align-items:flex-start;gap:10px;margin-bottom:12px;font-size:16px;line-height:1.65;display:flex}.home-pro-check-list svg,.home-pro-price-card li svg{color:var(--home-emerald);flex:none;margin-top:5px}.home-pro-browser{background:#edf5f3}.home-pro-store-row,.home-pro-mini-actions{flex-wrap:wrap;gap:10px;margin-top:26px;display:flex}.home-pro-store-row a,.home-pro-mini-actions a{border:1px solid var(--home-line);min-height:44px;color:var(--home-ink);background:#fff;border-radius:8px;align-items:center;gap:8px;padding:0 16px;font-weight:800;display:inline-flex}.home-pro-store-row a:hover,.home-pro-mini-actions a:hover{border-color:var(--home-cyan);color:var(--home-cyan)}.home-pro-mini{color:#fff;background:#0d1828}.home-pro-mini .home-pro-section-head h2,.home-pro-mini .home-pro-section-head p{color:#fff}.home-pro-mini .home-pro-section-head p{color:#ffffffb8}.home-pro-mini-actions a{color:#fff;background:#ffffff14;border-color:#ffffff29}.home-pro-mini-visual{min-width:0}.home-pro-mini-art-img{aspect-ratio:16/10;object-fit:cover;background:#07111f;border:1px solid #74d7df38;border-radius:8px;width:100%;display:block;box-shadow:0 28px 90px #00000057}.home-pro-mini-qr-card{background:#ffffff14;border:1px solid #ffffff24;border-radius:8px;align-items:center;gap:16px;margin-top:16px;padding:14px;display:flex}.home-pro-mini-qr-card img{object-fit:cover;background:#fff;border-radius:6px;flex:none;width:92px;height:92px}.home-pro-mini-qr-card strong,.home-pro-mini-qr-card span{display:block}.home-pro-mini-qr-card strong{color:#fff;margin-bottom:6px;font-size:17px}.home-pro-mini-qr-card span{color:#ffffffa8;line-height:1.65}.home-pro-pricing{background:#fff}.home-pro-pricing-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.home-pro-billing-split{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:-18px 0 22px;display:grid}.home-pro-billing-split div{border:1px solid var(--home-line);background:#f8fafb;border-radius:8px;padding:18px}.home-pro-billing-split strong{color:var(--home-ink);margin-bottom:6px;font-size:18px;display:block}.home-pro-billing-split p{color:var(--home-muted);margin:0;line-height:1.75}.home-pro-price-card{padding:24px;position:relative;overflow:hidden}.home-pro-price-card.featured{background:linear-gradient(#f0fbf6 0%,#fff 58%);border-color:#0f9f6e80}.home-pro-price-card>span{color:var(--home-gold);background:#f4efe7;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:800;display:inline-flex}.home-pro-price-card.featured>span{color:var(--home-emerald);background:#dcf8ed}.home-pro-price-card h3{color:var(--home-ink);margin:18px 0 10px;font-size:22px}.home-pro-price{align-items:baseline;gap:8px;margin-bottom:4px;display:flex}.home-pro-price b{color:var(--home-ink);font-size:42px;line-height:1}.home-pro-price small,.home-pro-price-card del{color:var(--home-muted)}.home-pro-price-card ul{margin-bottom:24px}.home-pro-price-card li{align-items:flex-start;gap:8px;margin-bottom:9px;font-size:14px;display:flex}.home-pro-credit-bar{border:1px solid var(--home-line);background:#f8fafb;border-radius:8px;justify-content:space-between;align-items:center;gap:20px;margin-top:18px;padding:22px;display:flex}.home-pro-credit-bar strong{color:var(--home-ink);margin-bottom:4px;font-size:20px;display:block}.home-pro-credit-bar p{margin:0}.home-pro-faq{background:var(--home-mist)}.home-pro-collapse{max-width:900px;margin:0 auto;background:0 0!important}.home-pro-collapse .ant-collapse-item{background:#fff;margin-bottom:10px;overflow:hidden;border:1px solid var(--home-line)!important;border-radius:8px!important}.home-pro-collapse .ant-collapse-header{font-weight:800;color:var(--home-ink)!important;padding:18px 20px!important}.home-pro-collapse .ant-collapse-content-box{color:var(--home-muted);line-height:1.8;padding:0 20px 20px!important}.home-pro-footer{color:#fff;background:#08111f;padding:64px 0}.home-pro-footer-grid{grid-template-columns:minmax(0,1.2fr) .6fr minmax(300px,.9fr);align-items:start;gap:42px;display:grid}.home-pro-footer-logo{font-size:26px}.home-pro-footer p,.home-pro-footer a,.home-pro-qr-grid span{color:#ffffffa8}.home-pro-footer a:hover{color:#fff}.home-pro-footer-links{gap:12px;display:grid}.home-pro-qr-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.home-pro-qr-grid div{text-align:center;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:8px;padding:10px}.home-pro-qr-grid img{aspect-ratio:1;object-fit:cover;background:#fff;border-radius:6px;width:100%;display:block}.home-pro-qr-grid span{margin-top:8px;font-size:12px;display:block}@media (width<=1080px){.home-pro-hero-grid,.home-pro-feature-row,.home-pro-browser-grid,.home-pro-mini-grid{grid-template-columns:1fr}.home-pro-feature-row.reverse>.home-pro-feature-copy{order:0}.home-pro-winner-grid,.home-pro-pricing-grid,.home-pro-workflow-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-pro-footer-grid{grid-template-columns:1fr}}@media (width<=760px){.home-pro .section{padding:68px 0}.home-pro-nav-inner{height:64px;padding:0 16px}.home-pro-logo{font-size:19px}.home-pro-actions{gap:8px}.home-pro-hero{min-height:auto;padding:104px 0 66px}.home-pro-hero-grid{gap:36px}.home-pro-hero-copy h1{font-size:42px}.home-pro-hero-copy p,.home-pro-section-head p,.home-pro-feature-copy p{font-size:16px}.home-pro-cta-row{grid-template-columns:1fr;display:grid}.home-pro-primary-btn,.home-pro-secondary-btn{width:100%}.home-pro-capability-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.home-empty-visual{min-height:320px;padding:12px}.home-empty-visual-grid{grid-template-columns:1fr;min-height:250px}.home-empty-sidebar,.home-empty-panel{display:none}.home-empty-chart{height:148px}.home-pro-section-head h2,.home-pro-feature-copy h2{font-size:32px}.home-pro-winner-grid,.home-pro-workflow-grid,.home-pro-pricing-grid{grid-template-columns:1fr}.home-pro-credit-bar{display:block}.home-pro-billing-split{grid-template-columns:1fr;margin-top:-10px}.home-pro-credit-bar .ant-btn{width:100%;margin-top:16px}.home-pro-qr-grid{grid-template-columns:repeat(3,minmax(82px,1fr))}.home-pro-mini-qr-card{align-items:flex-start}}@media (width<=420px){.home-pro-hero-copy h1{font-size:36px}.home-pro-capability-strip{grid-template-columns:1fr}.home-pro-store-row a,.home-pro-mini-actions a{justify-content:center;width:100%}.home-pro-qr-grid{grid-template-columns:1fr}.home-pro-mini-qr-card{display:block}.home-pro-mini-qr-card img{margin-bottom:12px}}@media (width<=760px){.home-pro{background:#f6f8fa;overflow-x:hidden}.home-pro .container{width:100%;padding-left:18px;padding-right:18px}.home-pro .section{padding:58px 0}.home-pro-nav{display:none}.home-pro-nav-inner{gap:10px;height:62px;padding:0 14px}.home-pro-logo{flex:none;gap:8px;font-size:18px}.home-pro-logo img{border-radius:7px;width:30px;height:30px}.home-pro-actions{justify-content:flex-end;gap:6px}.home-pro-nav .ant-space{gap:6px!important}.home-pro-nav .ant-btn{border-radius:8px;height:34px;padding:0 11px}.home-pro-nav .ant-avatar{width:30px;height:30px;line-height:30px}.home-pro-nav .ant-dropdown-trigger>.ant-space-item:last-child{display:none}.home-pro-hero{background:#07111f;min-height:auto;padding:30px 0 36px}.home-pro-hero-bg{background:linear-gradient(#07111f85 0%,#07111fe6 58%,#07111ffa 100%),linear-gradient(0deg,#ffffff0a 1px,#0000 1px) 0 0/34px 34px,linear-gradient(90deg,#ffffff0a 1px,#0000 1px) 0 0/34px 34px}.home-pro-hero-art{opacity:.72;background-image:-webkit-linear-gradient(270deg,#07111f24 0%,#07111fbd 54%,#07111ffa 100%),-webkit-image-set(url(/home/hero-workflow.webp) 1x type("image/webp"),url(/home/hero-workflow.png) 1x type("image/png"));background-image:linear-gradient(#07111f24 0%,#07111fbd 54%,#07111ffa 100%),image-set("/home/hero-workflow.webp" 1x type("image/webp"),"/home/hero-workflow.png" 1x type("image/png"));background-position:58% 0}.home-pro-hero-art:after,.home-pro-hero-bg:after{height:110px}.home-pro-hero-grid,.home-pro-hero-copy{width:100%!important;min-width:0!important;max-width:none!important;display:block!important}.home-pro-eyebrow{writing-mode:horizontal-tb;word-break:keep-all;border-radius:8px;width:auto;max-width:100%;padding:7px 10px;font-size:12px;line-height:1.45}.home-pro-hero-copy h1{word-break:keep-all;overflow-wrap:normal;margin:18px 0 16px;font-size:34px;line-height:1.12;width:100%!important;max-width:100%!important}.home-pro-hero-copy p{color:#ffffffc7;width:100%;max-width:100%;font-size:15.5px;line-height:1.72}.home-pro-cta-row{grid-template-columns:1fr;gap:12px;margin-top:26px}.home-pro-primary-btn,.home-pro-secondary-btn,.home-pro-price-btn{border-radius:8px!important;height:46px!important;padding:0 18px!important;font-size:15px!important}.home-pro-hero-note{color:#ffffff9e;margin-top:14px;font-size:13px;line-height:1.58}.home-pro-mobile-shortcuts{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:18px;display:grid}.home-pro-mobile-shortcuts a{color:#ffffffdb;text-align:center;background:#ffffff14;border:1px solid #ffffff24;border-radius:8px;min-width:0;padding:9px 6px;font-size:13px;font-weight:800}.home-pro-capability-strip{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:12px;margin:22px -18px 0;padding:0 18px 8px;display:flex;overflow-x:auto}.home-pro-capability-strip::-webkit-scrollbar{display:none}.home-pro-capability-strip div{scroll-snap-align:start;background:#ffffff14;flex:0 0 min(78vw,300px);padding:16px}.home-pro-capability-strip div:first-child{flex-basis:min(64vw,250px)}.home-pro-capability-strip strong{font-size:15px}.home-pro-capability-strip div:first-child strong{font-size:26px}.home-pro-capability-strip span{font-size:12.5px;line-height:1.55}.home-pro-section-head,.home-pro-section-head.left{text-align:left;max-width:none;margin:0 0 26px}.home-pro-section-head>span,.home-pro-kicker{font-size:12px}.home-pro-section-head h2,.home-pro-feature-copy h2{margin:10px 0 12px;font-size:27px;line-height:1.18}.home-pro-section-head p,.home-pro-feature-copy p{font-size:15.5px;line-height:1.72}.home-pro-winner-grid,.home-pro-workflow-grid,.home-pro-pricing-grid,.home-pro-billing-split{grid-template-columns:1fr;gap:12px}.home-pro-winner-card,.home-pro-workflow-card,.home-pro-price-card{padding:18px;box-shadow:0 10px 24px #0c14240f}.home-pro-winner-card h3,.home-pro-workflow-card h3,.home-pro-price-card h3{font-size:20px}.home-pro-winner-card h3{margin:18px 0 10px}.home-pro-workflow-card h3{margin:16px 0 8px}.home-pro-feature-row,.home-pro-browser-grid,.home-pro-mini-grid{grid-template-columns:1fr;gap:26px}.home-pro-feature-row.reverse>.home-pro-feature-copy{order:0}.home-pro-feature-art-img,.home-pro-mini-art-img{aspect-ratio:auto;object-fit:contain;background:#101b2a;max-height:360px;box-shadow:0 14px 34px #0c142429}.home-pro-feature-art-img{background:#fff}.home-pro-check-list{margin-top:18px}.home-pro-check-list li{margin-bottom:10px;font-size:15px;line-height:1.55}.home-pro-store-row,.home-pro-mini-actions{grid-template-columns:1fr;gap:10px;margin-top:20px;display:grid}.home-pro-store-row a,.home-pro-mini-actions a{justify-content:center;min-height:44px}.home-pro-mini{background:linear-gradient(#0d1828fa,#07111f)}.home-pro-mini-qr-card{grid-template-columns:82px minmax(0,1fr);align-items:center;gap:14px;padding:12px;display:grid}.home-pro-mini-qr-card img{width:82px;height:82px;margin-bottom:0}.home-pro-mini-qr-card strong{font-size:15px}.home-pro-mini-qr-card span{font-size:13px;line-height:1.5}.home-pro-billing-split{margin:-8px 0 18px}.home-pro-billing-split div,.home-pro-credit-bar{padding:16px}.home-pro-price{align-items:flex-end}.home-pro-price b{font-size:36px}.home-pro-price-card ul{margin-top:18px;margin-bottom:18px}.home-pro-credit-bar{gap:14px;display:grid}.home-pro-credit-bar .ant-btn{width:100%;height:42px}.home-pro-collapse .ant-collapse-header{padding:15px 16px!important;line-height:1.45!important}.home-pro-collapse .ant-collapse-content-box{font-size:14px;padding:0 16px 16px!important}.home-pro-footer{padding:44px 0 36px}.home-pro-footer-grid{gap:26px}.home-pro-footer p{margin:10px 0;line-height:1.65}.home-pro-footer-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px}.home-pro-qr-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.home-pro-qr-grid div{padding:8px}.home-pro-qr-grid span{font-size:11px;line-height:1.35}}@media (width<=380px){.home-pro-logo{font-size:17px}.home-pro-nav .ant-btn{padding:0 9px}.home-pro-hero-copy h1{font-size:31px}.home-pro-mobile-shortcuts{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){html.a4p-miniprogram-embed .home-pro-nav{display:none}html.a4p-miniprogram-embed .home-pro-hero{min-height:auto;padding:30px 0 36px}html.a4p-miniprogram-embed .home-pro-hero-grid,html.a4p-miniprogram-embed .home-pro-hero-copy{width:100%!important;min-width:0!important;max-width:none!important;display:block!important}html.a4p-miniprogram-embed .home-pro-hero-copy h1{word-break:keep-all;overflow-wrap:normal;font-size:34px;line-height:1.12;width:100%!important;max-width:100%!important}html.a4p-miniprogram-embed .home-pro-hero-copy p{width:100%;max-width:100%}html.a4p-miniprogram-embed .home-pro-eyebrow{writing-mode:horizontal-tb;max-width:100%}}
