:root{--bg: #f6f8fb;--surface: #ffffff;--surface-soft: #f0f4f8;--surface-strong: #0e1828;--ink: #101828;--text: #1d2939;--text-muted: #667085;--muted: #667085;--line: #d9e2ec;--border: #d9e2ec;--border-soft: #edf2f7;--brand: #1455a0;--brand-2: #0f766e;--brand-3: #b7791f;--brand-light: #e9f2ff;--accent: #0f766e;--warning: #b7791f;--danger: #c2410c;--success: #0f766e;--shadow: 0 1px 2px rgba(16, 24, 40, .06), 0 8px 24px rgba(16, 24, 40, .06);--shadow-lg: 0 18px 48px rgba(16, 24, 40, .12);--radius: 8px;--radius-sm: 6px;--container: 1200px;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Microsoft YaHei", sans-serif;--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;--transition: .18s ease;--footer-bg: #0e1828;--footer-text: #cbd5e1;--cloud-blue: #006eff;--cloud-blue-dark: #0052d9;--cloud-navy: #071429;--cloud-panel: #0d2442}*{box-sizing:border-box}html,body,#app{min-height:100%}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-sans);font-size:15px;line-height:1.68;letter-spacing:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body::selection{background:#1455a029}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}img,svg{max-width:100%}code{padding:2px 6px;border:1px solid var(--border-soft);border-radius:var(--radius-sm);background:#f8fafc;color:#0f172a;font-family:var(--font-mono);font-size:.88em}.container{width:min(100% - 40px,var(--container));margin:0 auto}.page,.portal-page{min-height:64vh;padding:0 0 72px}.section{padding:72px 0}.section.alt,.section-muted{background:#eef3f8}.section-head{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:28px}.section-head.center{display:block;max-width:720px;margin:0 auto 32px;text-align:center}.eyebrow,.section-kicker{margin:0 0 8px;color:var(--accent);font-size:12px;font-weight:800;letter-spacing:0;text-transform:uppercase}.section-title,.page-title,.section-head h2{margin:0;color:var(--ink);font-size:32px;line-height:1.22;font-weight:800}.section-desc,.sub,.page-sub{margin:10px 0 0;color:var(--text-muted);font-size:15px;line-height:1.75}.text-muted{color:var(--text-muted)}.grid{display:grid;gap:20px}.cols2{grid-template-columns:repeat(2,minmax(0,1fr))}.cols3{grid-template-columns:repeat(3,minmax(0,1fr))}.cols4{grid-template-columns:repeat(4,minmax(0,1fr))}.card,.enterprise-card,.feature-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow)}.enterprise-card,.feature-card{padding:24px}.feature-card h3,.enterprise-card h3,.card h3{margin:0 0 10px;color:var(--ink);font-size:18px;line-height:1.35}.feature-card p,.enterprise-card p,.card p{margin:0;color:var(--text-muted)}.card-link{display:block;transition:transform var(--transition),border-color var(--transition),box-shadow var(--transition)}.card-link:hover{transform:translateY(-3px);border-color:#1455a06b;box-shadow:var(--shadow-lg)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 18px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--ink);font-size:14px;font-weight:700;line-height:1;transition:color var(--transition),background var(--transition),border-color var(--transition),box-shadow var(--transition),transform var(--transition)}.btn:hover{border-color:#1455a07a;color:var(--brand);box-shadow:0 8px 22px #10182814}.btn.primary,.btn-primary{border-color:#0f3f78;background:#0f3f78;color:#fff;box-shadow:0 10px 22px #0f3f782e}.btn.primary:hover,.btn-primary:hover{border-color:#1455a0;background:#1455a0;color:#fff}.btn.dark{border-color:#0e1828;background:#0e1828;color:#fff}.btn.ghost{background:transparent}.btn.soft{border-color:#dbe7f4;background:#eff6ff;color:#0f3f78}.btn svg{width:17px;height:17px;flex:0 0 auto}.input-wrap,.field,.search-input{width:100%;min-height:42px;padding:0 14px;border:1px solid var(--border);border-radius:var(--radius);background:#fff;color:var(--ink);outline:none;transition:border-color var(--transition),box-shadow var(--transition)}textarea.input-wrap,textarea.field{min-height:112px;padding-top:12px;resize:vertical}.input-wrap:focus,.field:focus,.search-input:focus{border-color:#1455a0b8;box-shadow:0 0 0 3px #1455a01f}.form-group{display:grid;gap:8px;margin-bottom:16px}.form-group label{color:var(--ink);font-size:13px;font-weight:800}.form-row{display:grid;gap:16px}.form-actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-top:18px}.form-hint,.form-msg{color:var(--text-muted);font-size:13px}.form-error{margin-top:14px;color:var(--danger);font-size:14px;font-weight:700}.pill-row,.tag-row{display:flex;flex-wrap:wrap;gap:10px}.pill,.tag,.status-pill{display:inline-flex;align-items:center;gap:6px;min-height:28px;padding:0 10px;border:1px solid #d7e3ef;border-radius:999px;background:#fff;color:#40566d;font-size:12px;font-weight:800}.status-pill.success{border-color:#0f766e38;background:#0f766e14;color:#0f766e}.status-pill.warning{border-color:#b7791f3d;background:#b7791f1a;color:#8a5a14}.metric-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.metric{padding:18px;border:1px solid var(--border);border-radius:var(--radius);background:#ffffffd1}.metric b{display:block;color:var(--ink);font-size:28px;line-height:1.1}.metric span{display:block;margin-top:8px;color:var(--text-muted);font-size:13px}.table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius);background:#fff}.table{width:100%;border-collapse:collapse;background:#fff}.table th,.table td{padding:14px 16px;border-bottom:1px solid var(--border-soft);text-align:left;vertical-align:top}.table th{color:#52677c;font-size:12px;font-weight:800;text-transform:uppercase}.table tr:last-child td{border-bottom:0}.prose{color:var(--text);line-height:1.84}.prose p{margin:0 0 14px}.prose h1,.prose h2,.prose h3{margin:26px 0 12px;color:var(--ink);line-height:1.3}.prose ul,.prose ol{padding-left:22px;margin:0 0 14px}.prose img{max-width:100%;border-radius:var(--radius)}.empty-state{padding:36px;border:1px dashed #cbd5e1;border-radius:var(--radius);background:#fff;color:var(--text-muted);text-align:center}.nav{position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(217,226,236,.88);background:#ffffffe6;-webkit-backdrop-filter:blur(18px) saturate(1.2);backdrop-filter:blur(18px) saturate(1.2)}.nav-utility{border-bottom:1px solid rgba(217,226,236,.72);background:#f7fafd;color:#52677c;font-size:12px}.nav-utility-inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px}.nav-utility-links{display:inline-flex;align-items:center;gap:18px}.nav-utility a:hover{color:var(--cloud-blue)}.nav-inner{min-height:68px;display:flex;align-items:center;gap:18px}.brand{display:inline-flex;align-items:center;gap:10px;flex:0 0 auto;color:var(--ink)}.brand-mark{width:34px;height:34px;border-radius:4px;display:inline-grid;place-items:center;background:linear-gradient(135deg,var(--cloud-blue),#00a4ff);color:#fff;font-weight:900;box-shadow:0 10px 22px #006eff3d}.brand-copy{display:grid;gap:1px}.brand-name{font-size:16px;font-weight:900;line-height:1.1}.brand-subtitle{color:var(--text-muted);font-size:11px;line-height:1.1}.nav-search-wrap{flex:0 1 230px;height:38px;display:flex;align-items:center;border:1px solid var(--border);border-radius:var(--radius);background:#fff;overflow:hidden}.nav-search-input{flex:1;min-width:0;height:100%;padding:0 12px;border:0;outline:0;color:var(--ink);background:transparent}.nav-search-btn{width:40px;height:100%;border:0;background:#f2f6fb;color:#52677c;display:inline-grid;place-items:center}.nav-search-icon{width:17px;height:17px}.nav-links{display:flex;align-items:center;gap:2px;min-width:0;flex:1}.nav-links a,.nav-links .nav-link{display:inline-flex;align-items:center;gap:4px;padding:9px 10px;border-radius:var(--radius-sm);border:0;background:transparent;color:#34495f;font-size:14px;font-weight:800;white-space:nowrap}.nav-link-button svg{width:13px;height:13px}.nav-links a:hover,.nav-links a.router-link-active,.nav-links .router-link-active{background:#eef5fc;color:var(--cloud-blue)}.nav-actions{display:flex;align-items:center;gap:10px;flex:0 0 auto}.nav-phone{color:#52677c;font-size:13px;font-weight:800;white-space:nowrap}.nav-user-wrap,.nav-download-wrap{position:relative}.nav-user-trigger{min-height:38px;padding:0 12px;border:1px solid var(--border);border-radius:var(--radius);background:#fff;color:var(--ink);font-weight:800}.nav-user-dropdown,.nav-download-dropdown,.mobile-dropdown{border:1px solid var(--border);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow-lg)}.nav-user-dropdown,.nav-download-dropdown{position:absolute;top:calc(100% + 10px);right:0;width:260px;padding:8px}.nav-download-dropdown{width:360px}.nav-user-dropdown-item,.nav-download-item,.dropdown-item{display:flex;align-items:center;gap:12px;width:100%;padding:12px;border:0;border-radius:var(--radius-sm);background:transparent;color:var(--text);text-align:left;font-weight:700}.nav-user-dropdown-item:hover,.nav-download-item:hover,.dropdown-item:hover{background:#f3f7fb}.nav-download-icon{width:38px;height:38px;border-radius:8px;display:inline-grid;place-items:center;background:#0e1828;color:#fff;font-size:12px;font-weight:900}.nav-download-info{min-width:0;flex:1;display:grid}.nav-download-title{color:var(--ink);font-weight:900}.nav-download-meta{color:var(--text-muted);font-size:12px}.nav-download-btn{width:34px;height:34px;display:inline-grid;place-items:center;border-radius:var(--radius-sm);background:#eef5fc;color:var(--brand)}.mobile-menu-btn{display:none;min-width:42px;padding:0}.mobile-dropdown{display:none;margin:0 auto 12px;padding:10px;width:min(100% - 32px,var(--container))}.mobile-divider{height:1px;margin:8px 0;background:var(--border-soft)}.nav-mega{position:absolute;left:0;right:0;top:102px;z-index:98;border-top:1px solid var(--border-soft);border-bottom:1px solid var(--border);background:#fffffffa;box-shadow:0 28px 60px #10182824}.nav-mega-inner{display:grid;grid-template-columns:300px minmax(0,1fr);gap:28px;padding:28px 0}.nav-mega-lead{padding:22px;border:1px solid #d9e6f5;border-radius:var(--radius);background:linear-gradient(135deg,#f7fbff,#edf6ff),#fff}.nav-mega-lead h3{margin:0 0 10px;color:var(--ink);font-size:24px}.nav-mega-lead p:not(.eyebrow){margin:0 0 18px;color:var(--text-muted)}.nav-mega-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.nav-mega-item{display:grid;gap:8px;min-height:142px;padding:18px;border:1px solid var(--border-soft);border-radius:var(--radius);background:#fff;transition:border-color var(--transition),box-shadow var(--transition),transform var(--transition)}.nav-mega-item:hover{transform:translateY(-2px);border-color:#006eff52;box-shadow:0 18px 36px #0052d91a}.nav-mega-item span{width:34px;height:34px;display:inline-grid;place-items:center;border-radius:4px;background:#eaf3ff;color:var(--cloud-blue);font-weight:900}.nav-mega-item b{color:var(--ink);font-size:16px}.nav-mega-item em{color:var(--text-muted);font-size:13px;font-style:normal;line-height:1.6}.footer{padding:48px 0 26px;background:var(--footer-bg);color:var(--footer-text)}.footer a{color:#dbeafe}.footer-quick{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-bottom:26px;border-bottom:1px solid rgba(203,213,225,.18)}.footer-quick-label,.footer-friend-label{color:#fff;font-weight:900}.footer-quick-links,.footer-friend-links{display:flex;flex-wrap:wrap;gap:14px 20px}.footer-cols{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:32px;padding:34px 0}.footer-brand{display:flex;align-items:center;gap:10px;color:#fff;font-size:18px;font-weight:900}.footer-desc{max-width:420px;color:#b7c4d4}.footer h4{margin:0 0 12px;color:#fff}.footer ul{display:grid;gap:8px;margin:0;padding:0;list-style:none}.footer-friend{display:flex;gap:18px;align-items:center;padding:20px 0;border-top:1px solid rgba(203,213,225,.18)}.footer-bottom{display:flex;justify-content:space-between;gap:16px;padding-top:18px;border-top:1px solid rgba(203,213,225,.18);color:#94a3b8;font-size:13px}.enterprise-hero{position:relative;overflow:hidden;padding:78px 0 62px;background:radial-gradient(circle at 82% 14%,rgba(0,164,255,.22),transparent 32%),linear-gradient(135deg,#071429,#0b1d35 52%,#0d2442);color:#fff}.enterprise-hero:after{content:"";position:absolute;inset:auto 0 0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent)}.enterprise-hero.light{background:linear-gradient(135deg,#fff,#f3f7fb 54%,#eef6f4),#fff;color:var(--ink)}.enterprise-hero.light .hero-lead,.enterprise-hero.light .hero-stat span{color:var(--text-muted)}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.04fr) minmax(360px,.96fr);gap:52px;align-items:center}.hero-copy{min-width:0}.hero-badge{display:inline-flex;align-items:center;gap:8px;min-height:32px;padding:0 12px;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:#006eff2e;color:#e6f2ff;font-size:12px;font-weight:900}.enterprise-hero.light .hero-badge{border-color:#dbe7f4;background:#fff;color:var(--brand)}.hero-title{margin:18px 0;font-size:50px;line-height:1.12;font-weight:900;color:inherit}.hero-lead{max-width:680px;margin:0 0 28px;color:#d7e4f2;font-size:17px;line-height:1.86}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.hero-actions .btn{min-height:46px}.hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:34px}.hero-stat{padding:16px;border:1px solid rgba(255,255,255,.14);border-radius:var(--radius);background:#ffffff0f}.enterprise-hero.light .hero-stat{border-color:var(--border);background:#fff}.hero-stat b{display:block;color:inherit;font-size:24px;line-height:1.1}.hero-stat span{display:block;margin-top:6px;color:#c7d7e7;font-size:12px}.product-visual{min-width:0}.console-mock{overflow:hidden;border:1px solid rgba(97,166,255,.2);border-radius:var(--radius);background:#071429;box-shadow:0 30px 90px #00000057}.enterprise-hero.light .console-mock,.console-mock.light{border-color:var(--border);background:#fff;box-shadow:var(--shadow-lg)}.console-top{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.1)}.enterprise-hero.light .console-top,.console-mock.light .console-top{border-bottom-color:var(--border-soft)}.console-dots{display:inline-flex;gap:6px}.console-dots i{width:9px;height:9px;border-radius:99px;background:#6b7b8d}.console-dots i:nth-child(1){background:#c2410c}.console-dots i:nth-child(2){background:#b7791f}.console-dots i:nth-child(3){background:#0f766e}.console-label{color:#cbd5e1;font-size:12px;font-weight:800}.console-mock.light .console-label,.enterprise-hero.light .console-label{color:var(--text-muted)}.console-body{display:grid;grid-template-columns:148px 1fr;min-height:360px}.console-side{padding:16px 12px;border-right:1px solid rgba(255,255,255,.1);background:#ffffff0a}.console-mock.light .console-side,.enterprise-hero.light .console-side{border-right-color:var(--border-soft);background:#f8fafc}.console-side span{display:block;padding:10px 11px;border-radius:var(--radius-sm);color:#9fb2c7;font-size:12px;font-weight:800}.console-side span.active{background:#006eff47;color:#fff}.console-mock.light .console-side span,.enterprise-hero.light .console-side span{color:#52677c}.console-mock.light .console-side span.active,.enterprise-hero.light .console-side span.active{background:#e9f2ff;color:var(--brand)}.console-main{display:grid;gap:14px;padding:18px}.console-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.console-card{min-height:86px;padding:16px;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);background:#ffffff0f}.console-mock.light .console-card,.enterprise-hero.light .console-card{border-color:var(--border-soft);background:#fff}.console-card b{display:block;color:#fff;font-size:22px}.console-card span,.console-card p{display:block;margin:6px 0 0;color:#9fb2c7;font-size:12px}.console-mock.light .console-card b,.enterprise-hero.light .console-card b{color:var(--ink)}.console-mock.light .console-card span,.enterprise-hero.light .console-card span,.console-mock.light .console-card p,.enterprise-hero.light .console-card p{color:var(--text-muted)}.console-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.console-flow div{padding:12px 10px;border-radius:var(--radius-sm);background:#006eff33;color:#e5f1ff;font-size:12px;font-weight:800;text-align:center}.console-mock.light .console-flow div,.enterprise-hero.light .console-flow div{background:#e9f7f5;color:#0f766e}.release-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius);background:var(--border)}.release-strip>div{padding:22px;background:#fff}.release-strip b{display:block;color:var(--ink);font-size:18px}.release-strip span{display:block;margin-top:8px;color:var(--text-muted);font-size:13px}.capability-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.capability-card{position:relative;min-height:210px;padding:24px;border:1px solid var(--border);border-radius:var(--radius);background:#fff;overflow:hidden;transition:transform var(--transition),box-shadow var(--transition),border-color var(--transition)}.capability-card:hover{transform:translateY(-3px);border-color:#006eff61;box-shadow:var(--shadow-lg)}.cloud-hero-shell{position:relative;overflow:hidden}.cloud-hero-shell:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:48px 48px;-webkit-mask-image:linear-gradient(90deg,#0003,#000 42%,#0006);mask-image:linear-gradient(90deg,#0003,#000 42%,#0006);pointer-events:none}.cloud-product-band{margin-top:-34px;position:relative;z-index:2}.cloud-product-panel{border:1px solid #d8e6f7;border-radius:var(--radius);background:#fff;box-shadow:0 22px 60px #1018281f;overflow:hidden}.cloud-home-panel{display:grid;grid-template-columns:310px minmax(0,1fr);border-color:#006eff2e}.cloud-home-aside{padding:30px 28px;background:radial-gradient(circle at 100% 0%,rgba(0,164,255,.25),transparent 38%),linear-gradient(160deg,#071429,#0b2342 64%,#0d315d);color:#fff}.cloud-home-aside .eyebrow{color:#8ec5ff}.cloud-home-aside h2{margin:0 0 12px;font-size:25px;line-height:1.28;color:#fff}.cloud-home-aside p{margin:0;color:#c9d8ea}.cloud-home-metrics{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:28px}.cloud-home-metrics div{padding:16px;border:1px solid rgba(255,255,255,.14);border-radius:var(--radius);background:#ffffff14}.cloud-home-metrics b{display:block;color:#fff;font-size:28px;line-height:1}.cloud-home-metrics span{display:block;margin-top:7px;color:#c9d8ea;font-size:12px}.cloud-home-main{padding:24px;background:linear-gradient(180deg,#fff,#f7fbff),#fff}.cloud-home-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.cloud-home-head h3{margin:0 0 6px;color:var(--ink);font-size:22px}.cloud-home-head p{margin:0;color:var(--text-muted)}.cloud-home-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.cloud-home-card{display:flex;align-items:flex-start;gap:14px;min-height:122px;padding:18px;border:1px solid #e3edf8;border-radius:var(--radius);background:#fff}.cloud-home-card:nth-child(4n){border-right:1px solid #e3edf8}.cloud-home-card h3{margin:0 0 7px;font-size:17px}.cloud-home-card p{font-size:13px;line-height:1.65}.cloud-home-card .cloud-icon{flex:0 0 auto}.cloud-home-card .cloud-icon svg{width:22px;height:22px}.cloud-product-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-bottom:1px solid var(--border-soft);background:#f7fafd}.cloud-product-tabs div{padding:18px 20px;border-right:1px solid var(--border-soft)}.cloud-product-tabs div:last-child{border-right:0}.cloud-product-tabs b{display:block;color:var(--ink);font-size:16px}.cloud-product-tabs span{display:block;margin-top:6px;color:var(--text-muted);font-size:13px}.cloud-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0}.cloud-product-card{min-height:190px;padding:24px;border-right:1px solid var(--border-soft);border-bottom:1px solid var(--border-soft);background:#fff;transition:background var(--transition),transform var(--transition)}.cloud-product-card:hover{background:#f7fbff;transform:translateY(-2px)}.cloud-product-card:nth-child(4n){border-right:0}.cloud-product-card h3{margin:14px 0 8px;color:var(--ink)}.cloud-product-card p{margin:0;color:var(--text-muted)}.cloud-icon{width:42px;height:42px;display:inline-grid;place-items:center;border-radius:4px;background:#eaf3ff;color:var(--cloud-blue);font-weight:900}.solution-band{background:linear-gradient(180deg,#f5f8fc,#fff)}.solution-grid{display:grid;grid-template-columns:1.05fr repeat(2,minmax(0,1fr));gap:18px}.solution-card{min-height:240px;padding:26px;border:1px solid var(--border);border-radius:var(--radius);background:linear-gradient(135deg,#fff,#f7fbff),#fff;box-shadow:var(--shadow)}.solution-card.primary{background:linear-gradient(135deg,#09203c,#0e3a66),#09203c;color:#fff}.solution-card.primary h3,.solution-card.primary p{color:#fff}.solution-card h3{margin:0 0 12px;color:var(--ink);font-size:24px}.solution-card p{margin:0 0 18px;color:var(--text-muted)}.cloud-service-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1px;border:1px solid var(--border);border-radius:var(--radius);background:var(--border);overflow:hidden}.cloud-service-row div{min-height:150px;padding:22px;background:#fff}.cloud-service-row b{display:block;color:var(--ink);font-size:17px}.cloud-service-row span{display:block;margin-top:10px;color:var(--text-muted);font-size:13px}.capability-icon,.icon-box{width:42px;height:42px;display:inline-grid;place-items:center;border-radius:var(--radius);background:#eef6f4;color:var(--accent);font-weight:900}.capability-card h3{margin:18px 0 10px;color:var(--ink);font-size:20px}.capability-card p{margin:0;color:var(--text-muted)}.market-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.market-card{display:flex;gap:16px;min-height:162px;padding:20px;border:1px solid var(--border);border-radius:var(--radius);background:#fff;color:inherit;transition:transform var(--transition),box-shadow var(--transition),border-color var(--transition)}.market-card:hover{transform:translateY(-3px);border-color:#1455a061;box-shadow:var(--shadow-lg)}.app-icon,.market-icon{width:56px;height:56px;flex:0 0 auto;display:inline-grid;place-items:center;overflow:hidden;border:1px solid var(--border-soft);border-radius:var(--radius);background:#f8fafc;color:var(--brand);font-size:20px;font-weight:900}.app-icon img,.market-icon img{width:100%;height:100%;object-fit:cover}.market-info{min-width:0;flex:1}.market-info h3{margin:0 0 8px;color:var(--ink);font-size:18px}.market-info p{min-height:48px;margin:0 0 12px;color:var(--text-muted);font-size:14px}.market-meta{display:flex;justify-content:space-between;gap:12px;color:#52677c;font-size:12px;font-weight:800}.layout-sidebar{display:grid;grid-template-columns:240px minmax(0,1fr);gap:26px;align-items:start}.sidebar-panel{position:sticky;top:92px;padding:18px;border:1px solid var(--border);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow)}.sidebar-title{margin:0 0 14px;color:var(--ink);font-size:15px;font-weight:900}.side-nav{display:grid;gap:6px}.side-nav a,.side-nav button,.side-nav .side-item{width:100%;padding:10px 12px;border:0;border-radius:var(--radius-sm);background:transparent;color:#52677c;font-size:14px;font-weight:800;text-align:left}.side-nav a:hover,.side-nav button:hover,.side-nav a.active,.side-nav button.active,.side-nav .router-link-active{background:#eef5fc;color:var(--brand)}.toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px;margin-bottom:20px;padding:14px;border:1px solid var(--border);border-radius:var(--radius);background:#fff}.toolbar-actions,.filter-tabs{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.filter-tabs button,.segmented button{min-height:36px;padding:0 13px;border:1px solid transparent;border-radius:var(--radius-sm);background:transparent;color:#52677c;font-size:13px;font-weight:800}.filter-tabs button.active,.segmented button.active{border-color:#dbe7f4;background:#eef5fc;color:var(--brand)}.page-hero{padding:60px 0 46px;background:linear-gradient(135deg,#fff,#f3f7fb 56%,#eef6f4),#fff;border-bottom:1px solid var(--border)}.page-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:36px;align-items:center}.page-hero h1{margin:0;color:var(--ink);font-size:42px;line-height:1.18}.page-hero p{max-width:720px}.hero-mini-panel{padding:22px;border:1px solid var(--border);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow)}.hero-mini-panel h3{margin:0 0 14px;color:var(--ink)}.mini-list{display:grid;gap:10px}.mini-list div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid var(--border-soft);color:var(--text-muted);font-size:13px}.mini-list div:last-child{border-bottom:0}.mini-list b{color:var(--ink)}.article-shell{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:28px;align-items:start}.article-card{padding:34px;border:1px solid var(--border);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow)}.article-title{margin:0 0 12px;color:var(--ink);font-size:34px;line-height:1.25}.article-meta{color:var(--text-muted);font-size:13px}.article-body{margin-top:26px}.auth-shell{min-height:calc(100vh - 220px);padding:64px 0;background:linear-gradient(135deg,#fff,#f4f7fb 60%,#eef6f4),var(--bg)}.auth-grid{display:grid;grid-template-columns:minmax(0,1fr) 460px;gap:44px;align-items:center}.auth-copy h1{margin:0 0 14px;color:var(--ink);font-size:42px;line-height:1.18}.auth-copy p{max-width:620px;color:var(--text-muted)}.auth-card{padding:28px;border:1px solid var(--border);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow-lg)}.auth-card h1{margin:0 0 8px;color:var(--ink);font-size:26px}.developer-shell{display:grid;grid-template-columns:minmax(0,1fr);gap:22px}.profile-grid,.developer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.community-layout{display:grid;grid-template-columns:230px minmax(0,1fr) 220px;gap:24px;align-items:start}.post-item{display:block;padding:20px 0;border-bottom:1px solid var(--border);color:inherit}.post-item:last-child{border-bottom:0}.post-item h3{margin:0 0 8px;color:var(--ink)}.post-item p{margin:0 0 12px;color:var(--text-muted)}.post-meta,.meta{display:flex;flex-wrap:wrap;gap:12px;color:var(--text-muted);font-size:13px}.download-list,.timeline-list{display:grid;gap:14px}.download-item,.timeline-item,.news-item{padding:20px;border:1px solid var(--border);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow)}.download-item,.timeline-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center}.news-list-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.news-item{display:flex;min-height:210px;flex-direction:column}.news-item h3{margin:0 0 10px;color:var(--ink);font-size:19px}.news-item p{flex:1;margin:0 0 16px;color:var(--text-muted)}.topic-hero{background:linear-gradient(135deg,#101828,#1f2937 50%,#0f766e),#101828;color:#fff}@media (max-width: 1120px){.nav-utility,.nav-links,.nav-phone,.nav-actions .desktop-only,.nav-mega{display:none}.mobile-menu-btn{display:inline-flex}.mobile-dropdown{display:grid}.hero-grid,.page-hero-grid,.auth-grid,.layout-sidebar,.article-shell,.community-layout{grid-template-columns:1fr}.sidebar-panel{position:static}}@media (max-width: 900px){.container{width:min(100% - 28px,var(--container))}.section{padding:52px 0}.section-head{display:block}.section-title,.section-head h2{font-size:26px}.hero-title,.page-hero h1,.auth-copy h1{font-size:34px}.hero-grid{gap:30px}.hero-stats,.metric-row,.release-strip,.capability-grid,.cloud-product-tabs,.cloud-product-grid,.solution-grid,.cloud-service-row,.market-grid,.news-list-grid,.cols2,.cols3,.cols4,.profile-grid,.developer-grid{grid-template-columns:1fr}.cloud-product-band{margin-top:0;padding-top:28px}.cloud-home-panel,.cloud-home-grid{grid-template-columns:1fr}.cloud-home-head{display:block}.cloud-home-head .btn{margin-top:14px}.cloud-product-card,.cloud-product-tabs div{border-right:0}.console-body{grid-template-columns:1fr}.console-side{display:none}.footer-quick,.footer-bottom,.footer-friend{align-items:flex-start;flex-direction:column}.footer-cols{grid-template-columns:1fr}}@media (max-width: 640px){body{font-size:14px}.nav-inner{min-height:62px}.brand-subtitle,.nav-search-wrap{display:none}.brand-mark{width:32px;height:32px}.page,.portal-page{padding-bottom:48px}.enterprise-hero,.page-hero,.auth-shell{padding:44px 0 38px}.hero-title,.page-hero h1,.auth-copy h1{font-size:30px}.hero-lead{font-size:15px}.hero-actions,.toolbar,.download-item,.timeline-item{align-items:stretch;flex-direction:column}.solution-card{min-height:auto}.download-item,.timeline-item{grid-template-columns:1fr}.btn{width:100%}.article-card,.auth-card,.enterprise-card,.feature-card{padding:20px}}:root{--cr-blue: #2a7efb;--cr-deep: #1358ef;--cr-cyan: #4dc8ff;--cr-ink: #1d2433;--cr-muted: #667085;--cr-soft: #f5f8ff;--cr-line: #e7edf8}.portal-page,.haioos-page{padding-bottom:0;background:#fff;color:var(--cr-ink)}.cr-container,.cr-nav-inner,.cr-mega-inner,.cr-hero-inner{width:min(1200px,calc(100% - 40px));margin:0 auto}.cr-nav{position:sticky;top:0;z-index:1000;background:#fff;box-shadow:0 3px 16px #05245214}.cr-nav-main{height:72px}.cr-nav-inner{height:72px;display:flex;align-items:center;justify-content:space-between;gap:18px}.cr-logo{display:inline-flex;align-items:center;gap:10px;flex:0 0 auto}.cr-logo-mark{width:38px;height:38px;border-radius:10px;display:inline-grid;place-items:center;color:#fff;font-weight:950;letter-spacing:-.02em;background:linear-gradient(135deg,#1d69ff,#6ed6ff);box-shadow:0 10px 22px #2a7efb3d}.cr-logo-text{display:grid;line-height:1.1}.cr-logo-text b{font-size:18px;font-weight:950;color:#1b2a44}.cr-logo-text em{margin-top:3px;font-size:11px;font-style:normal;color:#7a8798}.cr-menu{flex:1;display:flex;align-items:center;justify-content:center;gap:30px;min-width:0}.cr-menu a,.cr-menu button{border:0;background:transparent;padding:0;display:inline-flex;align-items:center;gap:5px;color:#333;font-size:16px;font-weight:500;white-space:nowrap;cursor:pointer}.cr-menu a:hover,.cr-menu a.router-link-active,.cr-menu button:hover,.cr-menu button.active{color:var(--cr-blue)}.cr-red-dot{min-width:18px;height:18px;padding:0 4px;border-radius:99px;display:inline-grid;place-items:center;background:#ff3d3d;color:#fff;font-style:normal;font-size:11px;line-height:18px}.cr-nav-actions{display:flex;align-items:center;gap:10px;flex:0 0 auto}.cr-ai{width:34px;height:34px;border:0;border-radius:50%;color:#fff;font-weight:900;background:linear-gradient(135deg,#2a7efb,#9b5cff)}.cr-download,.cr-demo{height:38px;padding:0 18px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}.cr-download{color:#fff;background:var(--cr-blue)}.cr-demo{color:var(--cr-blue);border:1px solid #bcd6ff;background:#eef6ff}.cr-login{color:#333;font-size:14px;font-weight:600;white-space:nowrap}.cr-mobile{display:none;border:0;background:#eef6ff;color:var(--cr-blue);width:40px;height:40px;border-radius:8px;font-size:20px}.cr-mega{position:absolute;top:72px;left:0;right:0;background:#fffffffa;border-top:1px solid #eef2f8;box-shadow:0 24px 60px #1f375826}.cr-mega-inner{display:grid;grid-template-columns:320px 1fr;gap:28px;padding:28px 0}.cr-mega-left{border-radius:18px;padding:28px;color:#fff;background:linear-gradient(135deg,#1867ff,#65caff)}.cr-mega-left p{margin:0 0 8px;color:#dcecff;font-size:12px;font-weight:900;text-transform:uppercase}.cr-mega-left h3{margin:0 0 12px;font-size:26px;line-height:1.25}.cr-mega-left span{color:#eef7ff;line-height:1.8}.cr-mega-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.cr-mega-card{min-height:146px;border:1px solid #e8eef7;border-radius:16px;padding:18px;display:grid;gap:8px;background:#fff;transition:.2s}.cr-mega-card:hover{transform:translateY(-3px);border-color:#b8d4ff;box-shadow:0 18px 36px #2a7efb1f}.cr-mega-icon{width:38px;height:38px;border-radius:12px;background:#edf5ff;color:var(--cr-blue);display:grid;place-items:center;font-size:12px;font-weight:900}.cr-mega-card strong{color:#172033;font-size:16px}.cr-mega-card em{color:#718096;font-size:13px;font-style:normal;line-height:1.6}.cr-mobile-panel{display:none;padding:10px 20px 18px;border-top:1px solid #edf2f7;background:#fff}.cr-mobile-panel a{display:block;padding:12px 0;color:#344054;font-weight:700}.cr-hero{position:relative;min-height:760px;padding-top:1px;overflow:hidden;background:url(/haioos/static/images/mer/dmdbanner_bg.jpg) center top/cover no-repeat}.cr-hero-inner{position:relative;height:690px;display:grid;grid-template-columns:1fr 585px;align-items:center}.cr-hero-copy{position:relative;z-index:2;padding-top:10px}.cr-title-ribbon{width:571px;max-width:100%;min-height:92px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:34px;font-weight:600;background:url(/haioos/static/images/mer/titlebg.png) center/contain no-repeat;transform:translate(-45px)}.cr-hero-kicker{margin:12px 0 0;color:#333;font-size:30px;font-weight:600}.cr-hero h1{margin:2px 0 0;padding-bottom:18px;color:#111a2c;font-size:47px;line-height:1.18;font-weight:950;border-bottom:1px solid rgba(25,42,65,.28)}.cr-hero-sub{margin:18px 0 0;color:#333;font-size:21px;line-height:1.65;font-weight:500}.cr-hero-sub b{color:#1c68fa;font-weight:800}.cr-hero-note{width:500px;max-width:100%;height:30px;line-height:30px;padding:0 16px;margin:18px 0 0;color:#fff;font-size:15px;font-weight:600;background:url(/haioos/static/images/mer/smaltitle-bg.png) center/contain no-repeat}.cr-hero-actions{display:flex;gap:16px;margin-top:32px}.cr-grad-btn,.cr-plain-btn{width:160px;height:50px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;font-size:16px;font-weight:800}.cr-grad-btn{color:#fff;background:url(/haioos/static/images/mer/btn1-bg.png) center/cover no-repeat;box-shadow:0 14px 28px #2a7efb40}.cr-plain-btn{color:#2a7efb;background:#d8f1ff}.cr-hero-art{position:relative;z-index:1;align-self:end;height:620px;display:flex;align-items:center;justify-content:flex-end}.cr-hero-art img{width:585px;max-width:none;filter:drop-shadow(0 22px 35px rgba(45,90,160,.18))}.cr-anchor-nav{position:absolute;left:50%;bottom:22px;transform:translate(-50%);z-index:4;width:min(1060px,calc(100% - 40px));min-height:61px;padding:8px;display:flex;align-items:center;justify-content:space-between;gap:8px;border-radius:200px;background:#ffffffb8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 30px #2a7efb1f}.cr-anchor-nav a{flex:1;height:45px;border-radius:183px;display:inline-flex;align-items:center;justify-content:center;color:#333;font-size:17px;font-weight:700}.cr-anchor-nav a:hover:first-child,.cr-anchor-nav a:hover{color:#fff;background:var(--cr-blue)}.cr-section{position:relative;padding:92px 0;overflow:hidden}.cr-section-head{text-align:center;margin-bottom:46px}.cr-section-head.left{text-align:left}.cr-section-head h2,.cr-center h2,.cr-split h2{margin:0;color:#1b2435;font-size:36px;line-height:1.28;font-weight:900}.cr-section-head p,.cr-center p,.cr-split p{max-width:760px;margin:14px auto 0;color:#667085;font-size:17px;line-height:1.9}.cr-section-head.left p{margin-left:0}.cr-section-head.light h2,.cr-section-head.light p{color:#fff}.cr-section-head.light p{opacity:.82}.cr-center{text-align:center}.cr-intro{background:#fff;padding-bottom:72px}.cr-intro-screen{margin:42px auto 0;max-width:980px;min-height:260px;border-radius:30px;display:grid;place-items:center;background:linear-gradient(180deg,#f4f8ff,#fff);box-shadow:0 24px 70px #2a7efb1f}.cr-intro-screen img{max-height:360px;object-fit:contain}.cr-mode{background:url(/haioos/static/images/mer_bg_3.png) center/cover no-repeat}.cr-mode-grid{display:grid;grid-template-columns:330px 1fr;gap:28px}.cr-mode-menu{display:grid;gap:14px;align-content:start}.cr-mode-menu button{min-height:72px;border:1px solid #dce9ff;border-radius:16px;padding:0 22px;background:#ffffffdb;color:#2c3a50;text-align:left;font-size:18px;font-weight:800;box-shadow:0 10px 24px #345ca012}.cr-mode-menu button span{margin-right:12px;color:#aac8fb;font-size:24px;font-weight:950}.cr-mode-menu button.active{color:#fff;border-color:transparent;background:linear-gradient(135deg,#2a7efb,#6bc8ff)}.cr-mode-menu button.active span{color:#ffffffb8}.cr-mode-card{min-height:430px;border-radius:28px;padding:34px;display:grid;grid-template-columns:1.05fr .95fr;gap:32px;align-items:center;background:#ffffffe6;box-shadow:0 28px 70px #2a7efb24}.cr-mode-card img{width:100%;max-height:360px;object-fit:contain}.cr-mode-card h3{margin:0 0 16px;font-size:30px}.cr-mode-card p{color:#667085;line-height:1.9;font-size:16px}.cr-mode-card ul{margin:20px 0 0;padding:0;display:grid;gap:12px;list-style:none}.cr-mode-card li{color:#344054;font-weight:700}.cr-mode-card li:before{content:"✓";color:#2a7efb;margin-right:9px;font-weight:900}.cr-process{background:linear-gradient(135deg,#042268e6,#2175f5c7),url(/haioos/static/images/mer_section14_bg.png) center/cover no-repeat}.cr-process:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 18%,rgba(101,202,255,.3),transparent 35%),linear-gradient(180deg,#010f3a3d,#031c5c9e);pointer-events:none}.cr-process .cr-container{position:relative;z-index:1}.cr-process .cr-section-head.light h2,.cr-process .cr-section-head.light p{color:#fff;opacity:1;text-shadow:0 2px 16px rgba(0,0,0,.32)}.cr-flow-row{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.cr-flow-card{min-height:220px;border:1px solid rgba(255,255,255,.26);border-radius:22px;padding:28px 22px;text-align:center;background:#05206266;color:#fff;box-shadow:0 18px 42px #00195a33;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.cr-flow-card img{height:54px;object-fit:contain;filter:drop-shadow(0 8px 16px rgba(0,0,0,.18))}.cr-flow-card h3{margin:18px 0 10px;font-size:21px;color:#fff}.cr-flow-card p{margin:0;color:#ffffffe0;line-height:1.7}.cr-profit{background:url(/haioos/static/images/mer_section4_bg.png) center top/cover no-repeat #f7fbff}.cr-profit-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.cr-profit-card{min-height:260px;border-radius:26px;padding:32px 20px;text-align:center;background:#ffffffe0;box-shadow:0 18px 42px #2a7efb17}.cr-profit-card img{height:58px;object-fit:contain}.cr-profit-card h3{margin:18px 0 12px;font-size:20px}.cr-profit-card p{margin:0;color:#667085;font-size:14px;line-height:1.75}.cr-industry{background:url(/haioos/static/images/mer_section5_bg.png) center/cover repeat #f7fbff}.cr-industry-grid{display:grid;grid-template-columns:430px 1fr;gap:42px;align-items:center}.cr-industry-tabs{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:32px}.cr-industry-tabs button{border:1px solid #dce9ff;border-radius:14px;min-height:56px;background:#fff;color:#344054;font-weight:800}.cr-industry-tabs button.active{color:#fff;background:#2a7efb;border-color:#2a7efb}.cr-industry-panel{border-radius:30px;padding:44px;background:#fff;box-shadow:0 24px 60px #2a7efb1f;text-align:center}.cr-industry-panel img{height:104px;object-fit:contain}.cr-industry-panel h3{font-size:30px;margin:22px 0 12px}.cr-industry-panel p{color:#667085;line-height:1.9;font-size:17px}.cr-live{background:url(/haioos/static/images/mer_section6_bg.png) center/cover no-repeat}.cr-split{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}.cr-split.reverse{grid-template-columns:.95fr 1.05fr}.cr-split>img{width:100%;max-height:520px;object-fit:contain}.cr-tag-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.cr-tag-row span{padding:10px 16px;border-radius:999px;color:#1f66e5;background:#eef6ff;font-weight:800}.cr-diy{background:url(/haioos/static/images/mer_section7_bg.png) center/cover no-repeat #f8fbff}.cr-diy-wrap{position:relative;border-radius:32px;padding:28px;background:#ffffffb8;box-shadow:0 28px 70px #2a7efb1f}.cr-diy-main{display:block;width:100%;border-radius:20px}.cr-diy-tools{margin-top:22px;display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.cr-diy-tools div{padding:18px 10px;border-radius:16px;text-align:center;background:#fff;box-shadow:0 10px 24px #2a7efb14}.cr-diy-tools img{height:40px;object-fit:contain;display:block;margin:0 auto 10px}.cr-diy-tools span{color:#344054;font-size:13px;font-weight:800}.cr-o2o{background:#fff}.cr-o2o-grid{margin-top:26px;display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.cr-o2o-grid div{min-height:132px;padding:20px;border:1px solid #e8eef7;border-radius:18px;background:#fbfdff}.cr-o2o-grid img{height:36px;object-fit:contain}.cr-o2o-grid b{display:block;margin:10px 0 5px;font-size:17px}.cr-o2o-grid span{color:#667085;font-size:13px}.cr-features{background:url(/haioos/static/images/mer_section9_bg.png) center/cover no-repeat #f6f9ff}.cr-feature-tabs{display:flex;justify-content:center;gap:14px;margin-bottom:32px}.cr-feature-tabs button{border:1px solid #cfe0ff;border-radius:999px;padding:0 30px;height:48px;background:#ffffffd1;color:#344054;font-weight:800}.cr-feature-tabs button.active{color:#fff;background:#2a7efb;border-color:#2a7efb}.cr-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.cr-feature-card{min-height:132px;border-radius:20px;display:grid;place-items:center;gap:10px;background:#fff;box-shadow:0 15px 34px #2a7efb17}.cr-feature-card img{height:38px;object-fit:contain}.cr-feature-card b{color:#344054}.cr-marketing{background:url(/haioos/static/images/mer_sec10_bg.png) center/cover no-repeat,linear-gradient(135deg,#125cf4,#72b8ff)}.cr-marketing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.cr-marketing-grid div{min-height:230px;border-radius:22px;padding:28px;background:#fffffff0;box-shadow:0 18px 42px #0a3c9629}.cr-marketing-grid img{height:48px;object-fit:contain}.cr-marketing-grid h3{margin:18px 0 10px;font-size:21px}.cr-marketing-grid p{color:#667085;line-height:1.75}.cr-tech{background:#fff}.cr-tech-grid{display:grid;grid-template-columns:1.35fr repeat(2,1fr);gap:18px}.cr-tech-card{min-height:210px;border:1px solid #e8eef7;border-radius:22px;padding:28px;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 12px 30px #2a7efb12}.cr-tech-card.main{grid-row:span 2;background:url(/haioos/static/images/mer/zs_bg.png) center/cover no-repeat,linear-gradient(135deg,#0f4eea,#62c4ff);color:#fff}.cr-tech-card h3{margin:0 0 12px;font-size:23px}.cr-tech-card p{margin:0;color:#667085;line-height:1.85}.cr-tech-card.main p{color:#ffffffd6}.cr-tech-icons{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:30px}.cr-tech-icons span{border-radius:16px;padding:16px;display:flex;align-items:center;gap:10px;background:#ffffff24;color:#fff;font-weight:800}.cr-tech-icons img{width:32px;height:32px;object-fit:contain}.cr-advantage{background:linear-gradient(135deg,#083091e0,#2a7efbd1),url(/haioos/static/images/mer_section2_bg.png) center/cover no-repeat}.cr-advantage:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 12% 20%,rgba(100,200,255,.28),transparent 34%),linear-gradient(180deg,#04164e47,#0523699e);pointer-events:none}.cr-advantage .cr-container{position:relative;z-index:1}.cr-advantage .cr-section-head.light h2,.cr-advantage .cr-section-head.light p{color:#fff;text-shadow:0 2px 14px rgba(0,0,0,.22)}.cr-adv-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.cr-adv-grid div{min-height:230px;border:1px solid rgba(255,255,255,.24);border-radius:22px;padding:28px;background:#051e5c61;color:#fff;box-shadow:0 18px 42px #00195a38;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.cr-adv-grid strong{color:#ffffff75;font-size:42px;line-height:1}.cr-adv-grid h3{margin:16px 0 10px;font-size:22px;color:#fff}.cr-adv-grid p{color:#ffffffdb;line-height:1.75}.cr-license{background:url(/haioos/static/images/criteria_section14_bg.png) center/cover no-repeat #f7fbff}.cr-license-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.cr-license-card{min-height:300px;border-radius:28px;padding:38px;background:#fff;box-shadow:0 24px 58px #2a7efb1f;position:relative;overflow:hidden}.cr-license-card:after{content:"";position:absolute;right:-28px;bottom:-34px;width:160px;height:160px;border-radius:50%;background:#edf5ff}.cr-license-card span{color:#2a7efb;font-weight:950;letter-spacing:.08em}.cr-license-card h3{margin:16px 0 12px;font-size:30px}.cr-license-card p{color:#667085;line-height:1.9}.cr-license-card a{display:inline-block;margin-top:18px;color:#2a7efb;font-weight:900}.cr-service{background:#fff}.cr-service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.cr-service-grid div{min-height:230px;border:1px solid #e8eef7;border-radius:22px;padding:28px 20px;text-align:center;background:#fff;box-shadow:0 14px 32px #2a7efb14}.cr-service-grid img{height:48px;object-fit:contain}.cr-service-grid h3{margin:18px 0 10px}.cr-service-grid p{color:#667085;line-height:1.7}.cr-demo-section{background:linear-gradient(135deg,#052a84e6,#1268efd1),url(/haioos/static/images/criteria_section16_bg.png) center/cover no-repeat}.cr-demo-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 0%,rgba(109,213,255,.34),transparent 34%),linear-gradient(180deg,#02144826,#0318588a);pointer-events:none}.cr-demo-section .cr-container{position:relative;z-index:1}.cr-demo-section .cr-section-head.light h2,.cr-demo-section .cr-section-head.light p{color:#fff;opacity:1;text-shadow:0 2px 16px rgba(0,0,0,.28)}.cr-demo-grid{display:grid;grid-template-columns:1.1fr repeat(3,1fr);gap:18px}.cr-demo-card{min-height:240px;border-radius:22px;padding:28px;background:#fffffff5;box-shadow:0 18px 42px #0a3c9626}.cr-demo-card.qr{text-align:center}.cr-demo-card.qr img{width:138px;height:138px;object-fit:cover;border-radius:12px}.cr-demo-card span{display:inline-flex;padding:6px 12px;border-radius:999px;color:#2a7efb;background:#edf5ff;font-weight:900}.cr-demo-card h3{margin:18px 0 10px;font-size:21px}.cr-demo-card p{color:#667085;word-break:break-all}.cr-demo-card div{margin-top:8px;color:#344054}.cr-footer{background:#101827;color:#c8d4e6}.cr-footer-top,.cr-footer-inner,.cr-friend,.cr-copyright{width:min(1200px,calc(100% - 40px));margin:0 auto}.cr-footer-top{min-height:106px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid rgba(255,255,255,.1)}.cr-footer-brand{display:flex;align-items:center;gap:14px}.cr-footer-brand b{color:#fff;font-size:22px}.cr-footer-brand p{margin:5px 0 0;color:#93a4bb}.cr-footer-hotline{text-align:right}.cr-footer-hotline span{display:block;color:#93a4bb}.cr-footer-hotline strong{color:#fff;font-size:28px}.cr-footer-inner{display:grid;grid-template-columns:1.7fr repeat(3,1fr) 150px;gap:34px;padding:42px 0}.cr-footer-cert h3{margin:0 0 12px;color:#fff;font-size:22px}.cr-footer-cert p{color:#93a4bb;line-height:1.8}.cr-cert-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.cr-cert-row span{padding:7px 10px;border-radius:999px;background:#ffffff14;color:#dbeafe;font-size:12px}.cr-footer-col h4{margin:0 0 16px;color:#fff}.cr-footer-col a{display:block;margin-top:9px;color:#aebdd0}.cr-footer-col a:hover,.cr-friend a:hover{color:#fff}.cr-footer-code{text-align:center}.cr-qr-box{width:112px;height:112px;padding:8px;border-radius:12px;background:#fff}.cr-qr-box img{width:100%;height:100%;object-fit:cover}.cr-footer-code span{display:block;margin-top:10px;color:#aebdd0;font-size:13px}.cr-friend{padding:18px 0;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-wrap:wrap;gap:14px;color:#7e8fa7}.cr-friend a{color:#aebdd0}.cr-copyright{padding:18px 0 26px;border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:space-between;gap:18px;color:#7e8fa7;font-size:13px}.cr-copyright a{color:#aebdd0}@media (max-width: 1180px){.cr-menu{gap:16px}.cr-demo,.cr-login{display:none}.cr-hero-inner{grid-template-columns:1fr 44%}.cr-hero-art img{width:520px}.cr-profit-grid{grid-template-columns:repeat(3,1fr)}.cr-demo-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 900px){.cr-menu,.cr-ai,.cr-download,.cr-demo,.cr-login{display:none}.cr-mobile{display:inline-grid;place-items:center}.cr-mobile-panel{display:block}.cr-mega{display:none}.cr-hero{min-height:auto;padding-bottom:28px}.cr-hero-inner{height:auto;padding:60px 0 140px;grid-template-columns:1fr}.cr-title-ribbon{transform:none;font-size:26px;justify-content:flex-start;padding-left:46px}.cr-hero h1{font-size:38px}.cr-hero-art{display:none}.cr-anchor-nav{overflow-x:auto;justify-content:flex-start;border-radius:18px}.cr-anchor-nav a{min-width:112px}.cr-mode-grid,.cr-mode-card,.cr-industry-grid,.cr-split,.cr-split.reverse,.cr-tech-grid{grid-template-columns:1fr}.cr-flow-row,.cr-feature-grid,.cr-service-grid,.cr-footer-inner,.cr-profit-grid,.cr-marketing-grid,.cr-adv-grid{grid-template-columns:repeat(2,1fr)}.cr-diy-tools{grid-template-columns:repeat(3,1fr)}.cr-license-grid{grid-template-columns:1fr}.cr-footer-cert{grid-column:1 / -1}}@media (max-width: 640px){.cr-container,.cr-nav-inner,.cr-mega-inner,.cr-hero-inner,.cr-footer-top,.cr-footer-inner,.cr-friend,.cr-copyright{width:min(100% - 28px,1200px)}.cr-logo-text em{display:none}.cr-hero h1{font-size:31px}.cr-hero-kicker{font-size:22px}.cr-hero-sub{font-size:17px}.cr-title-ribbon{min-height:64px;font-size:20px;padding-left:32px}.cr-section{padding:64px 0}.cr-section-head h2,.cr-center h2,.cr-split h2{font-size:28px}.cr-hero-actions,.cr-footer-top,.cr-copyright{flex-direction:column;align-items:stretch;text-align:left}.cr-grad-btn,.cr-plain-btn{width:100%}.cr-flow-row,.cr-profit-grid,.cr-feature-grid,.cr-marketing-grid,.cr-adv-grid,.cr-service-grid,.cr-demo-grid,.cr-footer-inner,.cr-o2o-grid{grid-template-columns:1fr}.cr-diy-tools{grid-template-columns:repeat(2,1fr)}.cr-feature-tabs{overflow-x:auto;justify-content:flex-start}.cr-feature-tabs button{flex:0 0 auto}}.crx-page{background:#fff;color:#1f2937}.crx-hero{position:relative;overflow:hidden;min-height:520px;display:flex;align-items:center;background:radial-gradient(circle at 78% 18%,rgba(96,165,250,.32),transparent 32%),linear-gradient(135deg,#eef6ff,#f8fbff,#eaf4ff)}.crx-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(42,126,251,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(42,126,251,.055) 1px,transparent 1px);background-size:56px 56px;pointer-events:none}.crx-hero.theme-service{background:linear-gradient(135deg,#0c3890eb,#2a7efbc7),url(/haioos/static/images/service_banner.png) center/cover no-repeat;color:#fff}.crx-hero.theme-about{background:linear-gradient(135deg,#071f52e6,#2a7efbb8),url(/haioos/static/images/about_haioos_pic.jpg) center/cover no-repeat;color:#fff}.crx-hero.theme-auth{background:linear-gradient(135deg,#eef6ff,#fff 52%,#e9f3ff)}.crx-hero.theme-contact{background:radial-gradient(circle at 78% 22%,rgba(99,210,255,.34),transparent 26%),radial-gradient(circle at 18% 82%,rgba(41,121,255,.42),transparent 30%),linear-gradient(135deg,#061b4d,#0a3d96 46%,#126dff);color:#fff}.crx-hero.theme-join{background:linear-gradient(135deg,#05256ec2,#2a7efb94),url(/haioos/static/images/join_banner.png) center/cover no-repeat;color:#fff}.crx-hero.theme-download{background:linear-gradient(135deg,#f5fbff,#eaf4ff)}.crx-hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 460px;gap:54px;align-items:center;padding:82px 0}.crx-hero h1{margin:10px 0 18px;font-size:52px;line-height:1.12;font-weight:950;color:inherit;letter-spacing:-.04em}.crx-hero p:not(.crx-kicker){max-width:650px;margin:0;color:#5e6b80;font-size:18px;line-height:1.9}.crx-hero.theme-service p:not(.crx-kicker),.crx-hero.theme-about p:not(.crx-kicker),.crx-hero.theme-contact p:not(.crx-kicker),.crx-hero.theme-join p:not(.crx-kicker){color:#ffffffdb}.crx-kicker{margin:0;color:#2a7efb;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.theme-service .crx-kicker,.theme-about .crx-kicker,.theme-contact .crx-kicker,.theme-join .crx-kicker{color:#a8d8ff}.crx-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:32px}.crx-hero-inner>img{width:100%;max-height:390px;object-fit:contain;filter:drop-shadow(0 28px 44px rgba(42,126,251,.16))}.theme-service .crx-hero-inner>img,.theme-about .crx-hero-inner>img,.theme-contact .crx-hero-inner>img,.theme-join .crx-hero-inner>img{filter:drop-shadow(0 26px 46px rgba(0,0,0,.25));border-radius:24px}.crx-section{position:relative;padding:92px 0;background:#fff;overflow:hidden}.crx-section.soft{background:linear-gradient(180deg,#f6faff,#fff)}.crx-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.crx-stat-grid div{min-height:148px;border-radius:24px;padding:28px;background:#fff;border:1px solid #e4edf9;box-shadow:0 16px 36px #2a7efb14;text-align:center}.crx-stat-grid b{display:block;color:#2a7efb;font-size:42px;line-height:1}.crx-stat-grid span{display:block;margin-top:12px;color:#667085;font-weight:800}.crx-screen{margin-top:42px;border-radius:30px;padding:30px;background:linear-gradient(180deg,#fff,#f4f9ff);box-shadow:0 26px 70px #2a7efb1f;text-align:center}.crx-screen img{max-height:430px;object-fit:contain}.crx-card-grid{display:grid;gap:18px}.crx-card-grid.four{grid-template-columns:repeat(4,1fr)}.crx-card-grid.three{grid-template-columns:repeat(3,1fr)}.crx-icon-card,.crx-big-card,.crx-download-card,.crx-job,.crx-contact-card,.crx-qr-wrap{border:1px solid #e5edf8;border-radius:24px;background:#fff;box-shadow:0 16px 38px #2a7efb14}.crx-icon-card{min-height:230px;padding:28px 22px;text-align:center;transition:.22s}.crx-icon-card:hover,.crx-big-card:hover,.crx-download-card:hover{transform:translateY(-4px);box-shadow:0 24px 58px #2a7efb24}.crx-icon-card img{height:52px;object-fit:contain;margin-bottom:18px}.crx-icon-card h3,.crx-big-card h3{margin:0 0 10px;color:#172033;font-size:20px}.crx-icon-card p,.crx-big-card p{margin:0;color:#667085;line-height:1.75}.crx-split{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}.crx-split>img{width:100%;max-height:460px;object-fit:contain;border-radius:24px}.crx-split h2,.crx-service-panel h2{margin:0 0 16px;color:#172033;font-size:38px;line-height:1.25;font-weight:950}.crx-split p,.crx-service-panel p{margin:0;color:#667085;font-size:17px;line-height:1.9}.crx-chip-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.crx-chip-row span{display:inline-flex;align-items:center;min-height:34px;padding:0 13px;border-radius:999px;color:#1d66ed;background:#edf5ff;font-weight:800;font-size:13px}.crx-service-panel{display:grid;grid-template-columns:1fr 420px;gap:38px;align-items:center;border-radius:32px;padding:44px;background:linear-gradient(135deg,#0a3e98,#2a7efb);color:#fff}.crx-service-panel h2,.crx-service-panel p{color:#fff}.crx-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.crx-list a{min-height:58px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:#ffffff24;color:#fff;font-weight:900}.crx-big-card{min-height:180px;padding:28px}.crx-big-card b{display:block;color:#2a7efb;font-size:24px;margin-bottom:12px}.crx-auth-box{max-width:820px;margin:0 auto 34px;display:flex;gap:12px;padding:10px;border:1px solid #d7e7ff;border-radius:18px;background:#fff;box-shadow:0 18px 42px #2a7efb1a}.crx-auth-box input{flex:1;min-height:54px;border:0;outline:0;padding:0 16px;font-size:16px}.crx-auth-box button{border:0;border-radius:12px;padding:0 30px;background:#2a7efb;color:#fff;font-weight:900}.crx-result{max-width:820px;margin:-14px auto 32px;padding:16px 18px;border-radius:14px;background:#eef6ff;color:#1d66ed;font-weight:800}.crx-contact-grid{display:grid;grid-template-columns:1fr 260px;gap:28px;align-items:stretch}.crx-contact-card{padding:42px;background:linear-gradient(180deg,#fff,#f7fbff)}.crx-contact-card h2{margin:0 0 20px;font-size:34px}.crx-contact-card p{color:#516072;font-size:17px;line-height:1.8}.crx-qr-wrap{padding:30px;text-align:center;display:grid;place-items:center;align-content:center;gap:16px}.crx-qr-wrap img{width:170px;height:170px;object-fit:cover;border-radius:14px}.crx-qr-wrap span{color:#172033;font-weight:900}.crx-job-list{display:grid;gap:20px}.crx-job{padding:30px}.crx-job h3{margin:0 0 12px;color:#172033;font-size:24px}.crx-job p{color:#667085}.crx-job ul{margin:18px 0;padding-left:20px;color:#344054;line-height:1.9}.crx-job b{color:#2a7efb}.crx-download-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.crx-download-card{padding:32px;min-height:250px}.crx-download-card h3{margin:0 0 12px;font-size:24px;color:#172033}.crx-download-card p{color:#667085;line-height:1.8}.crx-download-card a{display:inline-flex;margin-top:22px;min-height:42px;padding:0 18px;border-radius:10px;align-items:center;color:#fff;background:#2a7efb;font-weight:900}.page-hero{background:radial-gradient(circle at 78% 12%,rgba(95,180,255,.28),transparent 30%),linear-gradient(135deg,#f2f8ff,#fff 54%,#eef6ff)!important;border-bottom:1px solid #e7f0fb}.page-hero h1{letter-spacing:-.03em}.market-card,.article-card,.sidebar-panel,.enterprise-card,.feature-card{border-radius:18px!important;box-shadow:0 14px 34px #2a7efb12!important}.market-card:hover{transform:translateY(-4px);box-shadow:0 22px 54px #2a7efb24!important}@media (max-width: 980px){.crx-hero-inner,.crx-split,.crx-service-panel,.crx-contact-grid{grid-template-columns:1fr}.crx-hero-inner>img{max-height:300px}.crx-card-grid.four,.crx-card-grid.three,.crx-stat-grid{grid-template-columns:repeat(2,1fr)}.crx-download-grid{grid-template-columns:1fr}}@media (max-width: 640px){.crx-hero{min-height:auto}.crx-hero-inner{padding:58px 0}.crx-hero h1{font-size:36px}.crx-section{padding:62px 0}.crx-card-grid.four,.crx-card-grid.three,.crx-stat-grid,.crx-list{grid-template-columns:1fr}.crx-auth-box{display:grid}.crx-auth-box button{min-height:48px}}.bbs-page{background:#f5f6f8;min-height:70vh;color:#222}.bbs-top-banner{background:linear-gradient(135deg,#2369f6f0,#5baeffdb),url(/haioos/static/images/ad/fanliang.png) center/cover no-repeat;padding:44px 0;color:#fff}.bbs-banner-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.bbs-banner-inner p{margin:0 0 8px;font-weight:900;color:#cfe4ff;letter-spacing:.1em;text-transform:uppercase}.bbs-banner-inner h1{margin:0 0 12px;font-size:38px;line-height:1.2;font-weight:950}.bbs-banner-inner span{color:#ffffffdb;font-size:16px}.bbs-banner-inner button,.bbs-form-actions button,.bbs-reply-form button{border:0;min-height:44px;padding:0 22px;border-radius:8px;background:#fff;color:#2469f6;font-weight:900}.bbs-main-section{padding:28px 0 64px}.bbs-layout{display:grid;grid-template-columns:220px minmax(0,1fr) 280px;gap:18px;align-items:start}.bbs-card,.bbs-list-card,.bbs-notice-card,.bbs-category-strip,.bbs-board-head{border:1px solid #edf0f5;border-radius:8px;background:#fff;box-shadow:0 3px 12px #18274b0a}.bbs-left,.bbs-right{display:grid;gap:14px}.bbs-user-card{padding:20px;text-align:center}.bbs-user-card img{width:58px;height:58px;border-radius:50%;object-fit:cover}.bbs-user-card h3{margin:12px 0 6px}.bbs-user-card p{color:#888;font-size:13px;line-height:1.7}.bbs-user-card a{display:inline-flex;margin-top:10px;min-height:34px;padding:0 16px;align-items:center;border-radius:6px;color:#fff;background:#2469f6;font-weight:800}.bbs-board-card{padding:12px}.bbs-board-card h3,.bbs-rank-card h3{margin:6px 6px 12px;font-size:17px}.bbs-board-card button{width:100%;border:0;border-radius:7px;padding:10px 8px;display:grid;grid-template-columns:24px 1fr auto;gap:8px;align-items:center;background:transparent;color:#333;text-align:left}.bbs-board-card button:hover,.bbs-board-card button.active{background:#eef4ff;color:#2469f6}.bbs-board-card img{width:22px;height:22px;object-fit:contain}.bbs-board-card span{font-weight:800}.bbs-board-card em{color:#999;font-style:normal;font-size:12px}.bbs-center{display:grid;gap:14px;min-width:0}.bbs-notice-card{display:grid;grid-template-columns:96px 1fr;align-items:center;min-height:58px;padding:0 16px}.bbs-notice-title{display:flex;align-items:center;gap:8px;color:#e93323;font-weight:900}.bbs-notice-title img{width:22px}.bbs-notice-list{display:flex;gap:22px;overflow:hidden;white-space:nowrap}.bbs-notice-list a{color:#555;font-size:14px}.bbs-notice-list a:hover{color:#2469f6}.bbs-category-strip{min-height:62px;padding:10px;display:flex;align-items:center;gap:8px}.bbs-category-strip>button{border:0;border-radius:6px;min-height:38px;padding:0 16px;background:transparent;color:#555;font-weight:800}.bbs-category-strip>button.active{color:#fff;background:#2469f6}.bbs-search{margin-left:auto;display:flex;height:38px;border:1px solid #e6e9ef;border-radius:6px;overflow:hidden}.bbs-search input{width:220px;border:0;outline:0;padding:0 12px}.bbs-search button{border:0;padding:0 14px;color:#2469f6;background:#f4f7ff;font-weight:800}.bbs-board-head{display:grid;grid-template-columns:76px 1fr auto;gap:16px;align-items:center;padding:18px}.bbs-board-head img{width:64px;height:64px;border-radius:10px;object-fit:cover}.bbs-board-head h2{margin:0 0 6px;font-size:22px}.bbs-board-head p{margin:0;color:#888}.bbs-board-head button{border:0;border-radius:6px;min-height:38px;padding:0 16px;color:#fff;background:#2469f6;font-weight:900}.bbs-post-form{padding:18px}.bbs-form-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.bbs-form-head h3{margin:0}.bbs-form-head button{border:0;background:#f2f4f7;border-radius:6px;padding:7px 12px}.bbs-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:12px}.bbs-form-grid input,.bbs-reply-form textarea{border:1px solid #e5e9f0;border-radius:8px;outline:0;padding:0 12px;min-height:42px}.bbs-form-actions{display:flex;align-items:center;gap:12px;margin-top:14px}.bbs-form-actions button,.bbs-reply-form button{background:#2469f6;color:#fff}.bbs-form-actions span{color:#999;font-size:13px}.bbs-list-card{overflow:hidden}.bbs-thread-item{display:grid;grid-template-columns:48px minmax(0,1fr) 86px;gap:14px;padding:18px;border-bottom:1px solid #f0f2f5;transition:.18s}.bbs-thread-item:hover{background:#f8fbff}.bbs-avatar{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,#2469f6,#65c7ff);font-weight:950}.bbs-avatar.small{width:38px;height:38px}.bbs-thread-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:6px}.bbs-thread-tags span,.bbs-tag{display:inline-flex;align-items:center;min-height:22px;padding:0 7px;border-radius:4px;background:#eef2f7;color:#667085;font-size:12px;font-weight:800}.bbs-thread-tags .top,.bbs-tag.top{color:#fff;background:#ff8a00}.bbs-thread-tags .hot,.bbs-tag.hot{color:#fff;background:#e93323}.bbs-thread-main h3{margin:0;color:#222;font-size:17px;line-height:1.45}.bbs-thread-main p{margin:8px 0;color:#777;line-height:1.7;font-size:14px}.bbs-thread-meta{display:flex;gap:16px;color:#999;font-size:13px}.bbs-thread-stat{display:grid;grid-template-columns:1fr;place-items:center;align-content:center;color:#999;font-size:12px}.bbs-thread-stat b{color:#333;font-size:16px}.bbs-sign-card{padding:16px;display:grid;grid-template-columns:42px 1fr;gap:10px}.bbs-sign-card img{width:38px}.bbs-sign-card b{display:block}.bbs-sign-card span{color:#999;font-size:12px}.bbs-sign-card button{grid-column:1 / -1;border:0;border-radius:6px;min-height:36px;color:#fff;background:#2469f6;font-weight:900}.bbs-rank-card{padding:14px}.bbs-rank-card h3{display:flex;align-items:center;gap:8px}.bbs-rank-card h3 img{width:18px}.bbs-rank-card a{display:grid;grid-template-columns:24px 1fr;gap:8px;padding:9px 0;color:#555;border-top:1px solid #f3f4f6}.bbs-rank-card em{width:20px;height:20px;border-radius:4px;display:grid;place-items:center;background:#edf2f7;color:#777;font-style:normal;font-size:12px;font-weight:900}.bbs-rank-card a:nth-of-type(1) em{background:#e93323;color:#fff}.bbs-rank-card a:nth-of-type(2) em{background:#ff8a00;color:#fff}.bbs-rank-card a:nth-of-type(3) em{background:#2469f6;color:#fff}.bbs-qrcode-card{padding:20px;text-align:center}.bbs-qrcode-card img{width:132px;height:132px;object-fit:cover;border-radius:8px}.bbs-qrcode-card b{display:block;margin-top:12px}.bbs-qrcode-card span{display:block;color:#999;font-size:12px;margin-top:4px}.bbs-agent-card{padding:16px}.bbs-agent-card img{width:100%;border-radius:8px;max-height:120px;object-fit:cover}.bbs-agent-card h3{margin:12px 0 6px}.bbs-agent-card p{color:#888;font-size:13px}.bbs-agent-card a{color:#2469f6;font-weight:900}.bbs-detail-hero{padding:42px 0;color:#fff;background:linear-gradient(135deg,#0b3d98,#2469f6)}.bbs-back{color:#dcecff;font-weight:900}.bbs-detail-hero h1{margin:20px 0 12px;max-width:980px;font-size:34px;line-height:1.35}.bbs-detail-meta{display:flex;flex-wrap:wrap;gap:16px;color:#ffffffd1}.bbs-detail-layout{display:grid;grid-template-columns:160px minmax(0,1fr) 280px;gap:18px;align-items:start}.bbs-detail-left{display:grid;gap:12px;position:sticky;top:92px}.bbs-author-card{padding:18px;text-align:center}.bbs-author-avatar{width:62px;height:62px;border-radius:50%;margin:0 auto 10px;display:grid;place-items:center;color:#fff;font-size:24px;font-weight:950;background:linear-gradient(135deg,#2469f6,#65c7ff)}.bbs-author-card h3{margin:0 0 6px}.bbs-author-card p{margin:0 0 12px;color:#999}.bbs-author-card div{display:grid;gap:6px;color:#666;font-size:13px}.bbs-floor-nav{display:grid;gap:8px}.bbs-floor-nav a{min-height:36px;border-radius:6px;display:grid;place-items:center;background:#fff;color:#555;border:1px solid #edf0f5;font-weight:800}.bbs-detail-main{display:grid;gap:14px}.bbs-article{padding:28px}.bbs-article-head{display:flex;justify-content:space-between;gap:12px;align-items:center}.bbs-article-head>div{display:flex;gap:6px}.bbs-reward{border:1px solid #ffd1d1;color:#e93323;background:#fff5f5;border-radius:999px;padding:7px 14px;font-weight:900}.bbs-article h2{margin:18px 0;color:#222;font-size:28px;line-height:1.35}.bbs-article-content{color:#333;line-height:1.9;font-size:16px}.bbs-article-content h3{margin-top:28px}.bbs-article-content img{border-radius:8px}.bbs-article-actions{display:flex;justify-content:center;gap:12px;margin-top:30px;padding-top:24px;border-top:1px solid #f0f2f5}.bbs-article-actions button{border:1px solid #e4e8f0;border-radius:999px;background:#fff;padding:9px 18px;color:#555;font-weight:800}.bbs-reply-list,.bbs-reply-form{padding:22px}.bbs-reply-list h3,.bbs-reply-form h3{margin:0 0 16px}.bbs-reply-item{display:grid;grid-template-columns:38px 1fr;gap:12px;padding:16px 0;border-top:1px solid #f0f2f5}.bbs-reply-meta{display:flex;flex-wrap:wrap;gap:10px;color:#999;font-size:13px}.bbs-reply-meta b{color:#333}.bbs-reply-meta em{margin-left:auto;font-style:normal}.bbs-reply-item p{margin:8px 0 0;color:#444;line-height:1.8}.bbs-reply-form{display:grid;gap:12px}.bbs-reply-form textarea{min-height:120px;padding:12px;resize:vertical}.bbs-reply-form button{justify-self:start;min-width:130px}@media (max-width: 1100px){.bbs-layout,.bbs-detail-layout{grid-template-columns:1fr}.bbs-left,.bbs-right{grid-template-columns:repeat(2,1fr)}.bbs-detail-left{position:static;grid-template-columns:repeat(2,1fr)}}@media (max-width: 680px){.bbs-banner-inner{display:grid}.bbs-banner-inner h1{font-size:30px}.bbs-left,.bbs-right,.bbs-detail-left{grid-template-columns:1fr}.bbs-category-strip{flex-wrap:wrap}.bbs-search{width:100%;margin-left:0}.bbs-search input{flex:1;width:auto}.bbs-thread-item{grid-template-columns:42px 1fr}.bbs-thread-stat{grid-column:2;grid-template-columns:repeat(4,auto);justify-content:start;gap:6px}.bbs-form-grid{grid-template-columns:1fr}}.mk-page{background:#f5f7fb;color:#222}.mk-hero{background:linear-gradient(135deg,#eef6ff,#fff 48%,#eaf5ff);padding:54px 0 34px;overflow:hidden}.mk-hero-inner{display:grid;grid-template-columns:1fr 420px;gap:46px;align-items:center}.mk-hero p{margin:0 0 10px;color:#2469f6;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.mk-hero h1{margin:0 0 14px;font-size:44px;line-height:1.18;font-weight:950}.mk-hero span{color:#667085;font-size:17px;line-height:1.8}.mk-hero img{width:100%;border-radius:22px;filter:drop-shadow(0 22px 42px rgba(36,105,246,.16))}.mk-search{margin-top:28px;max-width:640px;height:54px;display:flex;border:2px solid #2469f6;border-radius:12px;overflow:hidden;background:#fff}.mk-search input{flex:1;border:0;outline:0;padding:0 18px;font-size:16px}.mk-search button{width:110px;border:0;color:#fff;background:#2469f6;font-weight:900}.mk-section{padding:26px 0 70px}.mk-news-bar{min-height:50px;margin-bottom:18px;padding:0 18px;border-radius:10px;display:flex;align-items:center;gap:22px;background:#fff;box-shadow:0 8px 24px #18274b0a;overflow:hidden;white-space:nowrap}.mk-news-bar b{color:#e93323}.mk-news-bar a{color:#555}.mk-layout{display:grid;grid-template-columns:210px minmax(0,1fr) 250px;gap:18px;align-items:start}.mk-card{border:1px solid #edf0f5;border-radius:10px;background:#fff;box-shadow:0 4px 16px #18274b0a}.mk-sidebar,.mk-right{display:grid;gap:14px}.mk-category{padding:14px}.mk-category h3,.mk-rank h3,.mk-login-card h3,.mk-question h3{margin:4px 6px 12px;font-size:17px}.mk-category button{width:100%;border:0;border-radius:8px;min-height:42px;padding:0 8px;display:grid;grid-template-columns:28px 1fr auto;gap:8px;align-items:center;background:transparent;color:#333;text-align:left;font-weight:800}.mk-category button.active,.mk-category button:hover{background:#eef4ff;color:#2469f6}.mk-category button span{width:24px;height:24px;border-radius:6px;display:grid;place-items:center;background:#edf2f7;font-size:12px}.mk-category button em{color:#999;font-style:normal;font-size:12px}.mk-service-mini,.mk-login-card,.mk-question,.mk-qrcode-card{padding:16px;text-align:center}.mk-service-mini img,.mk-login-card img,.mk-question img{width:100%;max-height:120px;object-fit:cover;border-radius:8px}.mk-service-mini p,.mk-login-card p{color:#777;font-size:13px;line-height:1.7}.mk-service-mini a,.mk-login-card a{display:inline-flex;min-height:34px;padding:0 16px;align-items:center;border-radius:6px;color:#fff;background:#2469f6;font-weight:900}.mk-main{display:grid;gap:18px;min-width:0}.mk-banner-grid{display:grid;grid-template-columns:1.45fr 1fr;gap:14px}.mk-promo{position:relative;min-height:140px;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 8px 24px #18274b0a}.mk-promo.big{grid-row:span 2;min-height:294px}.mk-promo img{width:100%;height:100%;object-fit:cover;display:block}.mk-promo:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.42))}.mk-promo div{position:absolute;left:18px;right:18px;bottom:16px;z-index:1;color:#fff}.mk-promo b{display:block;font-size:22px}.mk-promo span{font-size:13px;opacity:.9}.mk-rank-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.mk-rank{padding:14px}.mk-rank a{display:grid;grid-template-columns:24px 1fr auto;gap:8px;padding:10px 0;border-top:1px solid #f2f4f7;color:#333;align-items:center}.mk-rank em{width:20px;height:20px;border-radius:4px;display:grid;place-items:center;background:#edf2f7;color:#777;font-style:normal;font-size:12px;font-weight:900}.mk-rank a:nth-of-type(1) em{background:#e93323;color:#fff}.mk-rank a:nth-of-type(2) em{background:#ff8a00;color:#fff}.mk-rank a:nth-of-type(3) em{background:#2469f6;color:#fff}.mk-rank span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.mk-rank b{color:#e93323;font-size:13px}.mk-toolbar{min-height:54px;padding:8px 12px;display:flex;justify-content:space-between;align-items:center;border-radius:10px;background:#fff;border:1px solid #edf0f5}.mk-tabs{display:flex;gap:8px}.mk-tabs button{border:0;border-radius:7px;min-height:36px;padding:0 15px;background:transparent;color:#555;font-weight:800}.mk-tabs button.active{color:#fff;background:#2469f6}.mk-toolbar label{color:#666;font-weight:800}.mk-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.mk-grid.compact{grid-template-columns:repeat(2,1fr)}.mk-app-card{overflow:hidden;border:1px solid #edf0f5;border-radius:12px;background:#fff;box-shadow:0 6px 18px #18274b0a;transition:.18s}.mk-app-card:hover{transform:translateY(-4px);box-shadow:0 18px 42px #2469f61f}.mk-app-cover{height:150px;background:#f3f6fb}.mk-app-cover img{width:100%;height:100%;object-fit:cover}.mk-app-body{padding:14px}.mk-app-title{display:flex;align-items:center;gap:8px}.mk-app-title h3,.mk-app-body h3{flex:1;margin:0;color:#222;font-size:16px;line-height:1.4}.mk-app-title span{padding:2px 6px;border-radius:4px;background:#e9f6ee;color:#12a150;font-size:12px;font-weight:900}.mk-app-body p{height:44px;overflow:hidden;color:#777;font-size:13px;line-height:1.7}.mk-app-meta{display:flex;justify-content:space-between;color:#999;font-size:12px}.mk-app-meta b{color:#e93323;font-size:16px}.mk-question a{display:block;padding:9px 0;color:#555;border-top:1px solid #f2f4f7;text-align:left}.mk-qrcode-card img{width:132px;height:132px;object-fit:cover;border-radius:8px}.mk-qrcode-card b,.mk-qrcode-card span{display:block}.mk-qrcode-card span{color:#999;font-size:12px}.mk-detail-hero{padding:34px 0;background:linear-gradient(135deg,#eef6ff,#fff)}.mk-detail-head{display:grid;grid-template-columns:260px 1fr 250px;gap:24px;align-items:stretch}.mk-detail-cover,.mk-seller-card{border-radius:12px;background:#fff;border:1px solid #edf0f5;box-shadow:0 8px 24px #18274b0d;overflow:hidden}.mk-detail-cover img{width:100%;height:100%;min-height:230px;object-fit:cover}.mk-detail-info{padding:8px 0}.mk-breadcrumb{display:flex;gap:8px;color:#888;font-size:13px}.mk-breadcrumb a{color:#2469f6}.mk-detail-info h1{margin:14px 0;font-size:34px;line-height:1.3}.mk-detail-info p{color:#667085;line-height:1.8}.mk-detail-tags{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0}.mk-detail-tags span{padding:6px 10px;border-radius:999px;background:#eef4ff;color:#2469f6;font-weight:800;font-size:13px}.mk-detail-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.mk-detail-actions b{color:#e93323;font-size:28px;margin-right:8px}.mk-detail-actions button,.mk-detail-actions a,.mk-buy-card button{border:0;min-height:42px;padding:0 18px;border-radius:8px;color:#fff;background:#e93323;font-weight:900}.mk-detail-actions .ghost{color:#2469f6;background:#eef4ff}.mk-detail-actions a{background:#2469f6}.mk-seller-card{padding:20px;text-align:center}.mk-seller-card img{width:64px;height:64px;border-radius:50%}.mk-seller-card h3{font-size:17px}.mk-seller-card p{color:#777;font-size:13px}.mk-seller-card a{color:#2469f6;font-weight:900}.mk-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:18px;align-items:start}.mk-detail-main{display:grid;gap:0}.mk-detail-tabs{display:flex;gap:0;border:1px solid #edf0f5;border-radius:10px 10px 0 0;background:#fff;overflow:hidden}.mk-detail-tabs button{border:0;min-height:54px;padding:0 28px;background:#fff;color:#555;font-weight:900}.mk-detail-tabs button.active{color:#2469f6;border-bottom:3px solid #2469f6}.mk-detail-panel{padding:28px;background:#fff;border:1px solid #edf0f5;border-top:0;border-radius:0 0 10px 10px}.mk-detail-panel h2{margin:0 0 18px;font-size:24px}.mk-rich{color:#333;line-height:1.9}.mk-feature-grid,.mk-service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:24px}.mk-feature-grid div,.mk-service-grid div{padding:20px;border-radius:10px;background:#f8fbff;border:1px solid #edf0f5}.mk-feature-grid b{color:#2469f6;font-size:24px}.mk-feature-grid h3,.mk-service-grid h3{margin:8px 0}.mk-feature-grid p,.mk-service-grid p{color:#777;font-size:13px}.mk-param-table{width:100%;border-collapse:collapse}.mk-param-table th,.mk-param-table td{padding:16px;border:1px solid #edf0f5;text-align:left}.mk-param-table th{width:180px;background:#f8fbff}.mk-timeline div{padding:18px 0;border-bottom:1px solid #edf0f5}.mk-timeline b{color:#2469f6}.mk-timeline span{margin-left:12px;color:#999}.mk-detail-side{display:grid;gap:14px}.mk-buy-card{padding:18px}.mk-buy-card h3{margin:0 0 12px}.mk-buy-card div{display:flex;justify-content:space-between;padding:11px 0;border-top:1px solid #f2f4f7}.mk-buy-card button{width:100%;margin-top:12px;background:#e93323}.user-hero{background:linear-gradient(135deg,#0d3f98,#2469f6);padding:34px 0;color:#fff}.user-hero-inner{display:flex;align-items:center;gap:18px}.user-avatar{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;background:#ffffff2e;font-size:28px;font-weight:950}.user-hero h1{margin:0 0 6px}.user-hero p{margin:0;color:#ffffffd1}.user-hero a,.user-hero button{margin-left:auto;border:0;min-height:40px;padding:0 18px;border-radius:8px;background:#fff;color:#2469f6;font-weight:900}.user-layout{display:grid;grid-template-columns:220px 1fr;gap:18px}.user-menu{padding:12px}.user-menu button{width:100%;border:0;border-radius:8px;min-height:44px;display:flex;align-items:center;gap:10px;padding:0 12px;background:transparent;color:#333;font-weight:900}.user-menu button.active,.user-menu button:hover{background:#eef4ff;color:#2469f6}.user-menu span{width:24px;height:24px;border-radius:6px;display:grid;place-items:center;background:#edf2f7;font-size:12px}.user-main{padding:28px}.user-main h2{margin:0 0 18px}.user-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.user-info-grid div{padding:18px;border-radius:10px;background:#f8fbff;border:1px solid #edf0f5}.user-info-grid b,.user-info-grid span{display:block}.user-info-grid span{margin-top:8px;color:#667085}.user-table{border:1px solid #edf0f5;border-radius:10px;overflow:hidden}.user-table>div{display:grid;grid-template-columns:1fr 120px 120px 100px;gap:12px;padding:14px 16px;border-top:1px solid #edf0f5}.user-table .head{border-top:0;background:#f8fbff;font-weight:900}.user-empty{text-align:center;padding:60px 20px}.user-empty p,.user-dev-panel p{color:#667085}.user-empty a,.user-dev-panel a{display:inline-flex;min-height:42px;padding:0 18px;border-radius:8px;align-items:center;color:#fff;background:#2469f6;font-weight:900}@media (max-width: 1100px){.mk-layout,.mk-detail-head{grid-template-columns:1fr}.mk-right,.mk-sidebar{grid-template-columns:repeat(2,1fr);display:grid}.mk-rank-row,.mk-grid{grid-template-columns:repeat(2,1fr)}.mk-detail-layout,.user-layout{grid-template-columns:1fr}.mk-feature-grid,.mk-service-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 700px){.mk-hero-inner,.mk-banner-grid,.mk-rank-row,.mk-grid,.mk-right,.mk-sidebar,.mk-feature-grid,.mk-service-grid,.user-info-grid{grid-template-columns:1fr}.mk-hero h1{font-size:32px}.mk-news-bar{overflow:auto}.mk-toolbar{display:grid;gap:10px}.mk-tabs{overflow:auto}.user-hero-inner{display:grid}.user-hero a,.user-hero button{margin-left:0}.user-table>div{grid-template-columns:1fr}.mk-detail-tabs{overflow:auto}.mk-detail-tabs button{flex:0 0 auto}}.newsx-page{background:#f6f7fb;color:#222}.newsx-hero{height:330px;display:flex;align-items:center;color:#fff;background:linear-gradient(135deg,#092f82e6,#2469f6b8),url(/haioos/static/images/news_banner.png) center/cover no-repeat}.newsx-hero p{margin:0 0 10px;color:#bcd8ff;font-weight:950;letter-spacing:.1em}.newsx-hero h1{margin:0 0 14px;font-size:46px;line-height:1.15}.newsx-hero span{color:#ffffffdb;font-size:17px}.newsx-section{padding:40px 0 72px}.newsx-layout,.newsx-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:24px;align-items:start}.newsx-main{display:grid;gap:18px}.newsx-tabs{min-height:62px;padding:10px;display:flex;align-items:center;gap:8px;border:1px solid #edf0f5;border-radius:10px;background:#fff;box-shadow:0 6px 18px #18274b0a}.newsx-tabs button{border:0;min-height:40px;padding:0 18px;border-radius:7px;background:transparent;color:#555;font-weight:900}.newsx-tabs button.active{color:#fff;background:#2469f6}.newsx-search{margin-left:auto;height:40px;display:flex;border:1px solid #e4e8f0;border-radius:7px;overflow:hidden}.newsx-search input{border:0;outline:0;width:220px;padding:0 12px}.newsx-search button{border-radius:0;background:#f3f7ff;color:#2469f6}.newsx-item{display:grid;grid-template-columns:86px 230px 1fr;gap:18px;padding:18px;border:1px solid #edf0f5;border-radius:12px;background:#fff;box-shadow:0 6px 18px #18274b0a;transition:.18s}.newsx-item:hover{transform:translateY(-3px);box-shadow:0 18px 42px #2469f61f}.newsx-date{border-radius:10px;background:#f2f6ff;color:#2469f6;display:grid;place-items:center;align-content:center;min-height:100px}.newsx-date b{font-size:34px;line-height:1}.newsx-date span{font-size:13px;margin-top:6px}.newsx-cover{height:140px;border-radius:10px;overflow:hidden;background:#edf2f7}.newsx-cover img{width:100%;height:100%;object-fit:cover}.newsx-info span{color:#2469f6;font-weight:900;font-size:13px}.newsx-info h3{margin:8px 0 10px;color:#222;font-size:21px;line-height:1.4}.newsx-info p{margin:0;color:#667085;line-height:1.75}.newsx-info em{display:inline-block;margin-top:12px;color:#2469f6;font-style:normal;font-weight:900}.newsx-side{display:grid;gap:16px}.newsx-card{padding:18px;border:1px solid #edf0f5;border-radius:12px;background:#fff;box-shadow:0 6px 18px #18274b0a}.newsx-card h3{margin:0 0 12px;font-size:18px}.newsx-card a{display:block;padding:10px 0;border-top:1px solid #f1f3f6;color:#444;line-height:1.55}.newsx-card a:hover{color:#2469f6}.newsx-card.qrcode{text-align:center}.newsx-card.qrcode img{width:148px;height:148px;border-radius:10px;object-fit:cover}.newsx-card.qrcode b,.newsx-card.qrcode span{display:block}.newsx-card.qrcode b{margin-top:12px}.newsx-card.qrcode span{color:#999;font-size:13px;margin-top:4px}.newsx-detail-hero{padding:48px 0;color:#fff;background:linear-gradient(135deg,#0b3d98,#2469f6)}.newsx-detail-hero a{color:#cfe4ff;font-weight:900}.newsx-detail-hero h1{max-width:980px;margin:18px 0;font-size:38px;line-height:1.35}.newsx-detail-hero div div{display:flex;flex-wrap:wrap;gap:18px;color:#ffffffd1}.newsx-article{padding:34px;border:1px solid #edf0f5;border-radius:12px;background:#fff;box-shadow:0 6px 18px #18274b0a}.newsx-rich{color:#333;font-size:16px;line-height:2}.newsx-rich h2,.newsx-rich h3{color:#222;margin-top:28px}.newsx-rich img{max-width:100%;border-radius:10px}.newsx-rich a{color:#2469f6}.newsx-prevnext{display:grid;gap:12px;margin-top:34px;padding-top:24px;border-top:1px solid #edf0f5}.newsx-prevnext a{color:#555;font-weight:800}.newsx-prevnext a:hover{color:#2469f6}@media (max-width: 980px){.newsx-layout,.newsx-detail-layout{grid-template-columns:1fr}.newsx-side{grid-template-columns:repeat(2,1fr)}.newsx-item{grid-template-columns:74px 1fr}.newsx-cover{grid-column:1 / -1;order:-1}}@media (max-width: 640px){.newsx-hero h1,.newsx-detail-hero h1{font-size:30px}.newsx-tabs{flex-wrap:wrap}.newsx-search{width:100%;margin-left:0}.newsx-search input{flex:1;width:auto}.newsx-item{grid-template-columns:1fr}.newsx-date{min-height:72px}.newsx-side{grid-template-columns:1fr}}.docx-page{background:#f6f8fb;color:#1f2937}.docx-home-hero{min-height:390px;display:flex;align-items:center;text-align:center;background:linear-gradient(135deg,#0f3c92,#2469f6);color:#fff}.docx-home-hero h1{margin:0 0 14px;font-size:52px;line-height:1.1}.docx-home-hero p{margin:0 auto;max-width:760px;color:#ffffffd6;font-size:18px;line-height:1.8}.docx-search{width:min(720px,100%);height:56px;display:flex;margin:32px auto 0;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 18px 42px #00000024}.docx-search input{flex:1;border:0;outline:0;padding:0 18px;font-size:16px}.docx-search button{width:112px;border:0;background:#111827;color:#fff;font-weight:900}.docx-section{padding:72px 0}.docx-section.soft{background:#fff}.docx-head{text-align:center;margin-bottom:32px}.docx-head.left{text-align:left}.docx-head h2{margin:0 0 8px;font-size:34px}.docx-head p{margin:0;color:#667085}.docx-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.docx-product-grid a{min-height:230px;padding:28px;border:1px solid #e6ecf5;border-radius:16px;background:#fff;box-shadow:0 10px 26px #18274b0d;transition:.18s}.docx-product-grid a:hover{transform:translateY(-4px);box-shadow:0 22px 52px #2469f61f}.docx-product-grid img{height:42px;object-fit:contain}.docx-product-grid h3{margin:18px 0 10px;color:#172033}.docx-product-grid p{color:#667085;line-height:1.75}.docx-home-layout{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:24px;align-items:start}.docx-quick-list{display:grid;gap:12px}.docx-quick-list a{display:grid;grid-template-columns:1fr auto;gap:8px;padding:18px;border:1px solid #e6ecf5;border-radius:12px;background:#fff}.docx-quick-list b{color:#172033}.docx-quick-list span{grid-column:1;color:#667085}.docx-quick-list em{grid-column:2;grid-row:1 / span 2;align-self:center;color:#2469f6;font-style:normal;font-weight:900}.docx-help-card{padding:24px;border-radius:16px;background:#fff;border:1px solid #e6ecf5;text-align:center;box-shadow:0 10px 26px #18274b0d}.docx-help-card img{width:150px;height:150px;border-radius:10px}.docx-help-card h3{margin-bottom:8px}.docx-help-card p{color:#667085}.docx-help-card a{display:inline-flex;min-height:38px;padding:0 16px;border-radius:8px;align-items:center;color:#fff;background:#2469f6;font-weight:900}.docx-single-hero{padding:70px 0;text-align:center;background:linear-gradient(180deg,#fff,#eef6ff)}.docx-single-hero img{height:42px}.docx-single-hero h1{margin:20px 0 12px;font-size:44px}.docx-single-hero p{color:#667085;font-size:18px}.docx-single-layout{display:grid;grid-template-columns:300px 1fr;gap:24px;align-items:start}.docx-product-card{position:sticky;top:92px;padding:28px;border-radius:16px;color:#fff;background:linear-gradient(135deg,#0f3c92,#2469f6)}.docx-product-card h3{margin:0 0 12px;font-size:24px}.docx-product-card p{color:#ffffffd6;line-height:1.8}.docx-product-card a{display:inline-flex;min-height:40px;padding:0 16px;border-radius:8px;align-items:center;background:#fff;color:#2469f6;font-weight:900}.docx-catalog{padding:28px;border-radius:16px;background:#fff;border:1px solid #e6ecf5}.docx-catalog h2{margin:0 0 20px}.docx-catalog-grid{display:grid;gap:12px}.docx-catalog-grid a{display:grid;grid-template-columns:58px 1fr;gap:16px;padding:18px;border:1px solid #edf1f7;border-radius:12px}.docx-catalog-grid a:hover{border-color:#bcd6ff;background:#f7fbff}.docx-catalog-grid span{width:48px;height:48px;border-radius:12px;display:grid;place-items:center;color:#2469f6;background:#eef4ff;font-weight:950}.docx-catalog-grid b{color:#172033}.docx-catalog-grid p{margin:6px 0 0;color:#667085}.docx-reader{min-height:calc(100vh - 72px);display:grid;grid-template-columns:280px 1fr;background:#fff}.docx-reader-side{position:sticky;top:0;height:100vh;overflow:auto;border-right:1px solid #e6ecf5;background:#fff;padding:22px 16px}.docx-logo{display:flex;align-items:center;gap:10px;color:#172033;font-weight:950;font-size:18px}.docx-logo img{height:28px}.docx-version{margin:24px 0 12px;padding:10px 12px;border-radius:8px;background:#f2f6ff;color:#2469f6;font-weight:900}.docx-reader-side nav{display:grid;gap:4px}.docx-reader-side nav a{display:flex;gap:10px;align-items:center;min-height:40px;border-radius:8px;padding:0 10px;color:#4b5563;font-weight:800}.docx-reader-side nav a.active,.docx-reader-side nav a:hover{background:#eef4ff;color:#2469f6}.docx-reader-side nav span{color:#94a3b8;font-size:12px}.docx-content-wrap{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) 210px;grid-template-rows:58px 1fr}.docx-topbar{grid-column:1 / -1;position:sticky;top:0;z-index:5;height:58px;display:flex;align-items:center;justify-content:space-between;padding:0 28px;border-bottom:1px solid #e6ecf5;background:#fffffff0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.docx-topbar div{display:flex;gap:8px;color:#667085}.docx-topbar a{color:#2469f6;font-weight:900}.docx-article{max-width:900px;padding:48px 56px 90px}.docx-article h1{margin:0 0 12px;font-size:36px;line-height:1.25}.docx-meta{margin-bottom:32px;color:#94a3b8}.docx-rich{color:#2f3a4a;font-size:16px;line-height:2}.docx-rich h1,.docx-rich h2,.docx-rich h3{color:#172033;margin-top:30px}.docx-rich pre{padding:18px;border-radius:10px;overflow:auto;background:#0f172a;color:#e2e8f0}.docx-rich table{width:100%;border-collapse:collapse}.docx-rich th,.docx-rich td{border:1px solid #e6ecf5;padding:12px}.docx-rich img{max-width:100%;border-radius:10px}.docx-anchor{position:sticky;top:78px;align-self:start;padding:24px 18px;border-left:1px solid #f1f3f7}.docx-anchor h3{margin:0 0 12px;font-size:16px}.docx-anchor a{display:block;padding:7px 0;color:#667085;font-size:14px}.docx-anchor a:hover{color:#2469f6}@media (max-width: 1000px){.docx-product-grid{grid-template-columns:repeat(2,1fr)}.docx-home-layout,.docx-single-layout{grid-template-columns:1fr}.docx-product-card{position:static}.docx-reader{grid-template-columns:1fr}.docx-reader-side{position:static;height:auto}.docx-content-wrap{grid-template-columns:1fr}.docx-anchor{display:none}.docx-article{padding:36px 24px}}@media (max-width: 640px){.docx-home-hero h1,.docx-single-hero h1{font-size:34px}.docx-product-grid{grid-template-columns:1fr}.docx-search{height:auto;display:grid}.docx-search button{width:100%;min-height:46px}.docx-catalog-grid a{grid-template-columns:1fr}.docx-reader-side nav{grid-template-columns:1fr}.docx-topbar{padding:0 14px}.docx-article h1{font-size:28px}}.crx-hero.theme-contact:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(135deg,transparent 0 46%,rgba(255,255,255,.12) 47%,transparent 48% 100%);background-size:46px 46px,46px 46px,260px 260px;-webkit-mask-image:linear-gradient(90deg,#0000009e,#000 42%,#000c);mask-image:linear-gradient(90deg,#0000009e,#000 42%,#000c);pointer-events:none}.crx-hero.theme-contact .crx-hero-inner>img{width:min(320px,100%);max-height:320px;justify-self:center;padding:18px;border-radius:20px;background:#fff;object-fit:contain;filter:drop-shadow(0 26px 46px rgba(0,0,0,.28))}.haioos-doc-mark{width:30px;height:30px;border-radius:8px;display:inline-grid;place-items:center;color:#fff;background:linear-gradient(135deg,#2469f6,#68d4ff);font-weight:950}.haioos-doc-hero-logo{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border-radius:12px;color:#fff;background:linear-gradient(135deg,#2469f6,#68d4ff);font-size:20px;font-weight:950;letter-spacing:.08em;box-shadow:0 16px 32px #2469f638}.cr-auth-box{position:relative;min-width:132px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;background:#ffffffdb;border:1px solid rgba(36,105,246,.12);box-shadow:0 12px 30px #0a2b5c14}.cr-auth-box.signed{min-width:168px;background:linear-gradient(180deg,#fff,#f7fbff);border-color:#2469f638}.cr-login-trigger,.cr-user-trigger{width:100%;height:100%;border:0;background:transparent;display:inline-flex;align-items:center;gap:9px;padding:0 12px;cursor:pointer;color:#1f2a44;text-align:left}.cr-login-icon,.cr-user-avatar{width:30px;height:30px;flex:0 0 auto;border-radius:50%;display:inline-grid;place-items:center;color:#fff;font-weight:950;background:linear-gradient(135deg,#2469f6,#7c3cff);box-shadow:0 8px 18px #2469f640}.cr-login-trigger span:last-child,.cr-user-text{display:grid;min-width:0;line-height:1.15}.cr-login-trigger b,.cr-user-text b{font-size:14px;color:#172033;white-space:nowrap}.cr-login-trigger em,.cr-user-text em{margin-top:3px;font-style:normal;color:#7a8798;font-size:11px;display:inline-flex;align-items:center;gap:4px}.cr-user-text em i{width:6px;height:6px;border-radius:50%;background:#18c964;box-shadow:0 0 0 3px #18c9641f}.cr-user-trigger strong{margin-left:auto;color:#8aa0bd;font-size:13px}.cr-user-menu{position:absolute;top:calc(100% + 12px);right:0;width:188px;padding:8px;border-radius:16px;background:#fff;border:1px solid #e8eef8;box-shadow:0 24px 60px #091f4429;z-index:1010}.cr-user-menu:before{content:"";position:absolute;top:-6px;right:28px;width:12px;height:12px;background:#fff;border-left:1px solid #e8eef8;border-top:1px solid #e8eef8;transform:rotate(45deg)}.cr-user-menu a,.cr-user-menu button{width:100%;min-height:38px;padding:0 12px;border:0;border-radius:10px;background:transparent;display:flex;align-items:center;color:#334155;font-size:14px;font-weight:700;cursor:pointer}.cr-user-menu a:hover,.cr-user-menu button:hover{color:var(--cr-blue);background:#f2f7ff}.cr-auth-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:5000;display:grid;place-items:center;padding:24px;background:#040e208f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.cr-auth-modal{position:relative;width:min(900px,100%);min-height:540px;display:grid;grid-template-columns:.92fr 1fr;overflow:hidden;border-radius:28px;background:#fff;box-shadow:0 34px 100px #00000047}.cr-auth-close{position:absolute;top:18px;right:18px;z-index:2;width:34px;height:34px;border:0;border-radius:50%;background:#0f172a0f;color:#475569;font-size:24px;cursor:pointer}.cr-auth-visual{position:relative;padding:46px 38px;color:#fff;background:radial-gradient(circle at 20% 18%,rgba(125,211,252,.55),transparent 34%),radial-gradient(circle at 86% 82%,rgba(124,58,237,.45),transparent 38%),linear-gradient(135deg,#0b4fdc,#091f4e 72%)}.cr-auth-visual:after{content:"";position:absolute;inset:auto -80px -80px auto;width:260px;height:260px;border-radius:50%;background:#ffffff1f}.cr-auth-brand{width:54px;height:54px;border-radius:16px;display:inline-grid;place-items:center;color:#fff;font-size:24px;font-weight:950;background:linear-gradient(135deg,#53b8ff,#2a7efb);box-shadow:0 16px 36px #00000038}.cr-auth-visual h2{margin:34px 0 14px;font-size:34px;line-height:1.18}.cr-auth-visual p{color:#ffffffc7;line-height:1.85}.cr-auth-status-card{position:absolute;left:38px;right:38px;bottom:38px;padding:18px;border-radius:18px;background:#ffffff21;border:1px solid rgba(255,255,255,.22);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.cr-auth-status-card b,.cr-auth-status-card span{display:block}.cr-auth-status-card b{font-size:17px}.cr-auth-status-card span{margin-top:6px;color:#ffffffb8;font-size:13px}.cr-auth-form{padding:46px 46px 34px}.cr-auth-tabs{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;padding:6px;border-radius:14px;background:#f2f6ff;margin-bottom:28px}.cr-auth-tabs button{height:42px;border:0;border-radius:10px;background:transparent;color:#64748b;font-weight:900;cursor:pointer}.cr-auth-tabs button.active{color:var(--cr-blue);background:#fff;box-shadow:0 8px 20px #2469f61f}.cr-auth-form form{display:grid;gap:10px}.cr-auth-form label{margin-top:4px;color:#344054;font-size:13px;font-weight:800}.cr-auth-form input:not([type=checkbox]){height:46px;border-radius:12px;border:1px solid #dbe5f2;outline:none;padding:0 14px;font-size:14px;color:#172033;background:#fff;transition:border-color .18s ease,box-shadow .18s ease}.cr-auth-form input:focus{border-color:#2a7efb;box-shadow:0 0 0 4px #2a7efb1f}.cr-auth-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:2px;color:#64748b;font-size:13px}.cr-auth-row label{margin:0;display:inline-flex;align-items:center;gap:6px;color:#64748b;font-weight:600}.cr-auth-row a{color:var(--cr-blue);font-weight:800}.cr-auth-submit{height:48px;margin-top:10px;border:0;border-radius:13px;color:#fff;font-weight:950;font-size:15px;background:linear-gradient(135deg,#2469f6,#5aa8ff);box-shadow:0 16px 30px #2469f63d;cursor:pointer}.cr-auth-submit:disabled{opacity:.65;cursor:not-allowed}.cr-auth-msg{margin-top:14px;padding:10px 12px;border-radius:10px;font-size:13px;font-weight:700}.cr-auth-msg.ok{color:#087443;background:#ecfdf3}.cr-auth-msg.error{color:#b42318;background:#fff1f1}.cr-auth-tip{margin:16px 0 0;color:#94a3b8;font-size:12px;line-height:1.7}.cr-mobile-panel button{display:block;width:100%;padding:12px 16px;border:0;background:transparent;color:#334155;text-align:left;font-weight:700}@media (max-width: 1180px){.cr-auth-box{display:none}}@media (max-width: 760px){.cr-auth-modal{grid-template-columns:1fr;min-height:auto}.cr-auth-visual{display:none}.cr-auth-form{padding:34px 22px 24px}}.haio-home{--home-blue:#2f7bff;--home-deep:#1155e8;--home-cyan:#6bd7ff;--home-ink:#142033;--home-muted:#667085;--home-line:#e8eef8;background:#fff;color:var(--home-ink);overflow:hidden}.home-container{width:min(1200px,calc(100% - 40px));margin:0 auto}.home-hero{position:relative;min-height:760px;padding:1px 0 90px;overflow:hidden;background:linear-gradient(135deg,#f0f6ff,#fff 42%,#eaf4ff)}.home-hero-bg:before,.home-hero-bg:after{content:"";position:absolute;border-radius:999px;filter:blur(4px);pointer-events:none}.home-hero-bg:before{width:680px;height:680px;right:-160px;top:-180px;background:radial-gradient(circle,rgba(47,123,255,.22),transparent 62%)}.home-hero-bg:after{width:520px;height:520px;left:-180px;bottom:70px;background:radial-gradient(circle,rgba(107,215,255,.25),transparent 64%)}.home-hero{background-image:linear-gradient(rgba(47,123,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(47,123,255,.055) 1px,transparent 1px),linear-gradient(135deg,#f0f6ff,#fff 46%,#eaf4ff);background-size:58px 58px,58px 58px,auto}.home-hero-inner{position:relative;z-index:1;min-height:660px;display:grid;grid-template-columns:1fr 560px;gap:56px;align-items:center}.home-eyebrow{display:inline-flex;align-items:center;gap:10px;padding:7px 9px 7px 14px;border:1px solid rgba(47,123,255,.16);border-radius:999px;background:#ffffffc2;box-shadow:0 12px 32px #2f7bff14;color:var(--home-blue);font-weight:900;letter-spacing:.04em}.home-eyebrow i{padding:6px 12px;border-radius:999px;color:#fff;background:linear-gradient(135deg,var(--home-blue),var(--home-cyan));font-style:normal;font-size:12px}.home-hero h1{margin:26px 0 0;font-size:58px;line-height:1.1;letter-spacing:-.04em;font-weight:950;color:#101828}.home-hero h2{margin:12px 0 0;font-size:42px;line-height:1.2;color:var(--home-blue);font-weight:950}.home-hero-copy p{max-width:640px;margin:22px 0 0;color:#475467;font-size:18px;line-height:1.9}.home-actions{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin-top:34px}.home-primary,.home-secondary{min-width:142px;height:48px;padding:0 22px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;font-weight:900}.home-primary{color:#fff;background:linear-gradient(135deg,var(--home-blue),#69cfff);box-shadow:0 18px 34px #2f7bff40}.home-secondary{color:var(--home-blue);border:1px solid #bdd6ff;background:#fff}.home-text-link{color:#344054;font-weight:900}.home-hero-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;max-width:640px;margin-top:38px}.home-hero-stats div{padding:18px 14px;border:1px solid rgba(47,123,255,.12);border-radius:18px;background:#ffffffb8;box-shadow:0 14px 32px #2f7bff14}.home-hero-stats b{display:block;color:#101828;font-size:24px;font-weight:950}.home-hero-stats span{display:block;margin-top:4px;color:#667085;font-size:13px}.home-hero-art{position:relative;min-height:520px}.home-dashboard{position:absolute;inset:38px 0 auto auto;width:560px;border:1px solid rgba(47,123,255,.16);border-radius:28px;background:#ffffffd1;box-shadow:0 34px 80px #2f7bff2e;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);overflow:hidden;transform:perspective(900px) rotateY(-8deg) rotateX(3deg)}.home-dashboard-head{height:54px;display:flex;align-items:center;gap:8px;padding:0 18px;border-bottom:1px solid #eef2fb;background:linear-gradient(180deg,#fff,#f8fbff)}.home-dashboard-head span{width:10px;height:10px;border-radius:50%;background:#ff7a7a}.home-dashboard-head span:nth-child(2){background:#ffc85a}.home-dashboard-head span:nth-child(3){background:#2bd87f}.home-dashboard-head b{margin-left:auto;color:#98a2b3;font-size:13px}.home-dashboard-body{display:grid;grid-template-columns:76px 1fr;min-height:410px}.home-dashboard aside{padding:22px 16px;display:grid;gap:14px;align-content:start;background:#f6f9ff;border-right:1px solid #edf2fb}.home-dashboard aside i{height:38px;border-radius:12px;background:#e3edff}.home-dashboard aside i.active{background:linear-gradient(135deg,var(--home-blue),var(--home-cyan));box-shadow:0 10px 22px #2f7bff38}.home-dashboard section{padding:24px;display:grid;gap:16px}.home-chart-card{min-height:178px;border-radius:22px;padding:20px;background:linear-gradient(135deg,#1664f5,#6fd4ff);color:#fff;overflow:hidden}.home-chart-card strong{display:block;font-size:28px}.home-chart-card small{opacity:.82}.home-chart-card svg{width:100%;height:100px;margin-top:4px;overflow:visible}.home-chart-card path{fill:none;stroke:#fff;stroke-width:6;stroke-linecap:round}.home-chart-card path.area{stroke:0;fill:#ffffff2e}.home-mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.home-mini-grid div{padding:16px;border-radius:16px;background:#f7faff;border:1px solid #edf2fb}.home-mini-grid b{color:#667085;font-size:12px}.home-mini-grid strong{display:block;margin-top:8px;color:#101828;font-size:20px}.home-table-card{padding:16px;border-radius:18px;background:#fff;border:1px solid #edf2fb;display:grid;gap:12px}.home-table-card i{height:12px;border-radius:999px;background:linear-gradient(90deg,#dbeafe,#f5f8ff)}.home-float-card{position:absolute;z-index:2;width:190px;padding:18px;border-radius:18px;background:#ffffffeb;box-shadow:0 18px 44px #2f7bff29;border:1px solid rgba(47,123,255,.13)}.home-float-card b{display:block;color:#101828}.home-float-card span{display:block;margin-top:6px;color:#667085;font-size:13px}.home-float-card.one{left:-18px;top:98px}.home-float-card.two{right:-16px;bottom:70px}.home-anchor{position:absolute;left:50%;bottom:24px;z-index:4;transform:translate(-50%);width:min(980px,calc(100% - 40px));padding:8px;display:flex;gap:8px;border-radius:999px;background:#ffffffc7;box-shadow:0 14px 38px #2f7bff1f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.home-anchor a{flex:1;height:44px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#344054;font-weight:900}.home-anchor a:hover{color:#fff;background:var(--home-blue)}.home-section{position:relative;padding:96px 0;overflow:hidden}.home-section-head{text-align:center;margin-bottom:44px}.home-section-head.left{text-align:left}.home-section-head span,.home-service-copy span,.home-demo-box span{color:var(--home-blue);font-size:13px;font-weight:950;letter-spacing:.12em}.home-section-head h2,.home-service-copy h2,.home-demo-box h2{margin:10px 0 0;color:#101828;font-size:38px;line-height:1.28;font-weight:950;letter-spacing:-.02em}.home-section-head p,.home-service-copy p,.home-demo-box p{max-width:780px;margin:14px auto 0;color:#667085;font-size:17px;line-height:1.85}.home-section-head.left p{margin-left:0}.home-section-head.light span,.home-section-head.light h2,.home-section-head.light p{color:#fff}.home-section-head.light p{opacity:.84}.home-products{background:#fff}.home-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.home-product-card{min-height:306px;padding:28px;border:1px solid #e8eef8;border-radius:24px;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 18px 42px #2f7bff14;transition:.22s}.home-product-card:hover{transform:translateY(-6px);border-color:#bdd6ff;box-shadow:0 26px 56px #2f7bff24}.home-product-icon{width:62px;height:62px;border-radius:18px;display:grid;place-items:center;color:#fff;font-weight:950;font-size:14px;background:linear-gradient(135deg,var(--tone),color-mix(in srgb,var(--tone),#fff 42%));box-shadow:0 14px 26px color-mix(in srgb,var(--tone),transparent 72%)}.home-product-card h3{margin:20px 0 10px;color:#101828;font-size:22px}.home-product-card p{color:#667085;line-height:1.7}.home-product-card ul{margin:18px 0 0;padding:0;list-style:none;display:grid;gap:8px}.home-product-card li{color:#344054;font-weight:700;font-size:14px}.home-product-card li:before{content:"✓";color:var(--home-blue);margin-right:8px}.home-product-card em{display:inline-block;margin-top:20px;color:var(--home-blue);font-style:normal;font-weight:900}.home-solutions{background:linear-gradient(180deg,#f6f9ff,#fff)}.home-split{display:grid;grid-template-columns:440px 1fr;gap:56px;align-items:center}.home-solution-tabs{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:30px}.home-solution-tabs button{min-height:58px;border:1px solid #dbe8ff;border-radius:16px;background:#fff;color:#344054;font-weight:900}.home-solution-tabs button.active{color:#fff;background:linear-gradient(135deg,var(--home-blue),var(--home-cyan));border-color:transparent}.home-solution-panel{min-height:390px;border-radius:30px;padding:46px;background:#fff;box-shadow:0 28px 70px #2f7bff21;border:1px solid #edf2fb}.home-scene-icon{width:84px;height:84px;border-radius:26px;display:grid;place-items:center;color:#fff;font-size:34px;font-weight:950;background:linear-gradient(135deg,var(--home-blue),var(--home-cyan));box-shadow:0 18px 36px #2f7bff38}.home-solution-panel h3{margin:28px 0 14px;font-size:32px}.home-solution-panel p{color:#667085;line-height:1.9;font-size:17px}.home-scene-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.home-scene-tags span{padding:9px 13px;border-radius:999px;color:#1f66e5;background:#edf5ff;font-weight:800}.home-advantages{background:linear-gradient(135deg,#0a3296f0,#2f7bffdb),radial-gradient(circle at 80% 10%,rgba(107,215,255,.5),transparent 32%)}.home-adv-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.home-adv-grid div{min-height:224px;padding:28px;border:1px solid rgba(255,255,255,.22);border-radius:24px;background:#06206957;box-shadow:0 18px 44px #00195a2e;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.home-adv-grid strong{color:#ffffff6b;font-size:42px;line-height:1}.home-adv-grid h3{margin:18px 0 10px;color:#fff;font-size:22px}.home-adv-grid p{color:#ffffffd6;line-height:1.75}.home-ecosystem{background:#fff}.home-eco-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.home-eco-card{min-height:250px;padding:28px;border:1px solid #e8eef8;border-radius:24px;background:#fff;box-shadow:0 16px 38px #2f7bff14;transition:.22s}.home-eco-card:hover{transform:translateY(-5px);box-shadow:0 24px 54px #2f7bff24}.home-eco-card div{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;color:#fff;font-size:24px;font-weight:950;background:linear-gradient(135deg,var(--home-blue),var(--home-cyan))}.home-eco-card h3{margin:20px 0 10px;color:#101828;font-size:21px}.home-eco-card p{color:#667085;line-height:1.75}.home-eco-card span{display:inline-block;margin-top:16px;color:var(--home-blue);font-weight:900}.home-features{background:#f6f9ff}.home-feature-tabs{display:flex;justify-content:center;gap:14px;margin-bottom:30px}.home-feature-tabs button{height:48px;padding:0 28px;border:1px solid #cfe0ff;border-radius:999px;background:#fff;color:#344054;font-weight:900}.home-feature-tabs button.active{color:#fff;background:var(--home-blue);border-color:var(--home-blue)}.home-feature-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.home-feature-card{min-height:142px;border-radius:20px;display:grid;place-items:center;gap:10px;background:#fff;box-shadow:0 14px 34px #2f7bff14}.home-feature-card img{height:42px;object-fit:contain}.home-feature-card b{color:#344054}.home-service{background:#fff}.home-service-wrap{display:grid;grid-template-columns:410px 1fr;gap:50px;align-items:center}.home-service-copy a{display:inline-flex;margin-top:26px;color:var(--home-blue);font-weight:950}.home-service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.home-service-grid div{min-height:190px;padding:28px;border-radius:22px;background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid #e8eef8;box-shadow:0 16px 38px #2f7bff14}.home-service-grid b{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,var(--home-blue),var(--home-cyan));font-size:22px}.home-service-grid h3{margin:18px 0 9px}.home-service-grid p{color:#667085;line-height:1.75}.home-news{background:linear-gradient(180deg,#f8fbff,#fff)}.home-news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.home-news-card{min-height:220px;padding:28px;border-radius:22px;background:#fff;border:1px solid #e8eef8;box-shadow:0 16px 38px #2f7bff14}.home-news-card small{color:var(--home-blue);font-weight:950}.home-news-card h3{margin:16px 0 10px;color:#101828;font-size:21px;line-height:1.45}.home-news-card p{color:#667085;line-height:1.75}.home-news-card span{display:block;margin-top:18px;color:#98a2b3}.home-demo{padding-bottom:110px;background:#fff}.home-demo-box{padding:48px;border-radius:32px;display:grid;grid-template-columns:1fr 190px;gap:28px;align-items:center;color:#fff;background:linear-gradient(135deg,#125cf4,#6bd7ff);box-shadow:0 28px 70px #2f7bff33}.home-demo-box span,.home-demo-box h2,.home-demo-box p{color:#fff}.home-demo-box p{margin-left:0;opacity:.86}.home-demo-actions{display:flex;gap:14px;margin-top:28px}.home-demo-box .home-secondary{color:#fff;border-color:#ffffff73;background:#ffffff24}.home-demo-box .home-primary{background:#fff;color:#1f66e5;box-shadow:none}.home-demo-qr{padding:16px;border-radius:22px;text-align:center;background:#ffffff2e}.home-demo-qr img{width:142px;height:142px;object-fit:cover;border-radius:14px;background:#fff;padding:8px}.home-demo-qr b{display:block;margin-top:12px;color:#fff}@media (max-width:1180px){.home-hero-inner{grid-template-columns:1fr}.home-hero-art{display:none}.home-product-grid{grid-template-columns:repeat(2,1fr)}.home-feature-grid{grid-template-columns:repeat(3,1fr)}.home-eco-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.home-hero{min-height:auto}.home-hero-inner{min-height:auto;padding:80px 0 120px}.home-hero h1{font-size:44px}.home-hero h2{font-size:32px}.home-hero-stats{grid-template-columns:repeat(2,1fr)}.home-anchor{overflow:auto;border-radius:18px}.home-anchor a{min-width:112px}.home-split,.home-service-wrap,.home-demo-box{grid-template-columns:1fr}.home-adv-grid,.home-news-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.home-container{width:min(100% - 28px,1200px)}.home-hero h1{font-size:34px}.home-hero h2{font-size:26px}.home-section{padding:68px 0}.home-section-head h2,.home-service-copy h2,.home-demo-box h2{font-size:28px}.home-actions,.home-demo-actions{display:grid}.home-primary,.home-secondary{width:100%}.home-product-grid,.home-adv-grid,.home-eco-grid,.home-feature-grid,.home-service-grid,.home-news-grid,.home-solution-tabs{grid-template-columns:1fr}.home-demo-box{padding:28px}.home-demo-qr{max-width:190px}}.cr-logo-enterprise{min-width:220px;height:58px;gap:0}.cr-logo-enterprise img{width:220px;height:58px;display:block;object-fit:contain}.cr-footer-brand-logo{display:grid;gap:6px;align-items:center}.cr-footer-brand-logo img{width:220px;height:58px;object-fit:contain}.cr-footer-brand-logo p{margin:0;color:#93a4bb;padding-left:62px}@media (max-width: 640px){.cr-logo-enterprise{min-width:172px;height:46px}.cr-logo-enterprise img{width:172px;height:46px}.cr-footer-brand-logo img{width:190px;height:50px}.cr-footer-brand-logo p{padding-left:0}}.crx-hero.theme-merchant{background:radial-gradient(circle at 77% 35%,rgba(47,123,255,.24),transparent 34%),linear-gradient(105deg,#e9f7ff,#f7fcff 54%,#0d2748 54.2%,#1265d8)}.crx-hero.theme-merchant:before{opacity:.85}.crx-hero.theme-merchant .crx-hero-inner>img{max-width:610px;width:52vw;filter:drop-shadow(0 30px 54px rgba(18,92,220,.18))}@media (max-width: 900px){.crx-hero.theme-merchant{background:linear-gradient(135deg,#eef7ff,#fff 52%,#eaf4ff)}.crx-hero.theme-merchant .crx-hero-inner>img{width:100%;max-width:520px}}.home-hero-copy{max-width:660px}.home-hero h1{max-width:620px;margin-top:24px;font-size:50px;line-height:1.16;letter-spacing:-.035em;word-break:keep-all}.home-hero h2{max-width:620px;margin-top:14px;font-size:34px;line-height:1.22;letter-spacing:-.02em;word-break:keep-all}.home-hero-copy p{max-width:600px;margin-top:24px;font-size:17px;line-height:1.9}.home-eyebrow{font-size:14px}@media (max-width: 900px){.home-hero h1{max-width:100%;font-size:40px;line-height:1.18}.home-hero h2{max-width:100%;font-size:29px}}@media (max-width: 640px){.home-hero h1{font-size:31px;letter-spacing:-.02em}.home-hero h2{font-size:24px}.home-hero-copy p{font-size:16px}}.line-clamp-1,.l-single-hidden{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;word-break:break-all}.line-clamp-2,.l-multi-hidden{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;word-break:break-all}.l-text-ellipsis,.l-hiddenslh{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.l-hiddenslh-max{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.l-text-item{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.l-label-type{display:inline-flex;align-items:center;justify-content:center;padding:1px 6px;font-size:12px;color:#fff;text-align:center;border:2px solid #fff;border-top-left-radius:10px;border-bottom-right-radius:10px;background:linear-gradient(1turn,#06f,#008cff)}.l-label-type-2{display:inline-flex;align-items:center;justify-content:center;padding:1px 6px;font-size:12px;color:#fff;text-align:center;border:2px solid #fff;border-top-left-radius:10px;border-bottom-right-radius:10px;background:#0fba3f}.l-box-shadow{box-shadow:0 0 13px #001dff24}.l-bottom-show{box-shadow:0 -2px 4px #f7f9fa}.l-container-bg{background:linear-gradient(180deg,#d8deff,#f6f6f9 8%);position:relative;width:100%}.l-video-shadow{box-shadow:0 1px 8px #0000000a}.l-operate-style{background:linear-gradient(0deg,#f8fcfd,#e7effa);box-shadow:0 0 81px #6aa8ec33}.l-bg-color-gradient{background:linear-gradient(0deg,#125cf4,#a0befd)}.l-xzxg{background:linear-gradient(#e0efff00,#ffffff80);box-shadow:0 0 10px #2d6aff1a}.l-bg-bjs{background:linear-gradient(90deg,#fff9,#fffc)}.l-bg-right-top{background:linear-gradient(90deg,#b4cdff,#dbf4ff)}.l-dialog-header-border{border-bottom:1px solid #f1f2f5}.l-dialog-header-border-alt{border-bottom:1px solid #f1f1f1}.l-login-dialog-header{border-bottom:1px solid #f1f2f5}.l-dialog-footer .l-cancel-btn{background:#f5f5f5;border:none;color:#666}.l-header-border-line{background-color:#f1f1f1;display:block;height:1px;margin:10px -24px 0 -20px;width:calc(100% + 48px)}.l-content-wrapper{background-color:#fafafa}.l-purchase-dialog-content{margin-top:-30px;min-height:100px}.l-demo-dialog-radius,.l-qrcode-dialog-radius{border-radius:12px}.l-avatar-container{margin-right:10px}.l-avatar{border:1px solid #fff;border-radius:50%;height:30px;width:30px;margin-right:-8px;overflow:hidden}.l-avatar img{height:100%;width:100%;object-fit:cover}.l-more-avatars{border:1px dashed var(--border);border-radius:50%;color:var(--text-muted);cursor:pointer;height:30px;width:30px;display:inline-flex;align-items:center;justify-content:center;font-size:12px}.l-agreement-wrapper{line-height:1.8}.l-agreement-text{color:var(--text);font-size:14px;word-break:break-word}.l-agreement-text p{margin-bottom:12px}.l-agreement-text h1,.l-agreement-text h2,.l-agreement-text h3,.l-agreement-text h4{font-weight:600;margin-top:20px;margin-bottom:12px}.l-agreement-text ul,.l-agreement-text ol{margin-left:20px;margin-bottom:12px}.l-agreement-text li{margin-bottom:8px}.l-layout-header-no-padding,.l-layout-main-no-padding{padding:0}.l-layout-footer-no-padding{padding:0;height:auto}.l-header-container-visible{overflow:visible}.l-font-source{font-family:Source Han Sans CN,PingFang SC,Microsoft YaHei,sans-serif}.l-develop-page{position:relative}.l-total:after{content:"+";font-size:20px;font-weight:700;position:absolute;top:0}.l-total-left:after{right:-3px}.l-total-right:after{right:28px}.l-join-popup{border:2px solid #f2f2f2;padding:40px}.l-join-steps{display:flex;align-items:flex-start}.l-join-step{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}.l-join-step--link{cursor:pointer}.l-join-step__icon{display:flex;align-items:center;justify-content:center;width:100px;height:100px}.l-join-step__title{color:#333;font-size:16px}.l-join-step__connector{background-color:#dfe4ee;height:1px;width:180px;margin:50px 0 0;position:relative}.l-join-step__connector:after{content:"";position:absolute;right:-8px;top:50%;transform:translateY(-50%);border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:8px solid #dfe4ee}.l-banner-carousel-wrapper{position:absolute;left:0;right:0;top:0;height:640px;overflow:hidden;z-index:1}.l-banner-item-wrapper{position:relative;width:100%;height:100%;overflow:hidden;cursor:pointer}.l-banner-item-wrapper:hover{opacity:.95}.l-banner-item{width:100%;height:100%;background-color:#d8deff;background-position:50%;background-repeat:no-repeat;background-size:cover}.l-banner-gradient-overlay{position:absolute;left:0;right:0;bottom:0;height:128px;background:linear-gradient(180deg,transparent 0,#f6f6f9);pointer-events:none}.l-banner-carousel-prev,.l-banner-carousel-next{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:1000;transition:opacity .3s}.l-banner-carousel-prev:hover,.l-banner-carousel-next:hover{opacity:.8}.l-banner-carousel-prev{left:50px}.l-banner-carousel-next{right:50px}.l-jbs{background:linear-gradient(90deg,#00a758,#32da00);-webkit-background-clip:text;background-clip:text;color:transparent;font-size:30px}.l-search-bar{display:flex;align-items:center;gap:8px;margin:0;min-height:50px;padding-left:16px;padding-right:0;width:780px;max-width:100%;background:#fff;border-radius:40px;font-size:14px;overflow:visible}.l-search-bar .l-search-divider{background-color:#e0e0e0;width:1px;height:30px;margin:0 6px 0 2px}.l-search-bar .l-search-btn{display:flex;align-items:center;justify-content:center;height:50px;width:90px;margin-left:auto;background:linear-gradient(90deg,#1dbbff,#2d69ff);border-radius:38px;color:#fff;border:none;cursor:pointer}.l-application-grid{display:grid;grid-template-columns:repeat(4,284px);gap:18px}@media (max-width: 1200px){.l-application-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.l-application-grid{grid-template-columns:1fr}}.l-aside{right:30px;top:50%;border-radius:100px 100px 0 0;margin-top:-162px}.l-aside-to{right:30px;top:50%;margin-top:-22px}.l-backtop{display:block;position:relative;width:50px;height:50px;bottom:0;right:0;background-color:var(--brand);color:#fff;border-radius:0 0 100px 100px;overflow:hidden;cursor:pointer;align-items:center;justify-content:center}.l-selected{background-color:var(--brand-light)!important;color:var(--brand)!important}.l-guide{display:block;border-top:1px solid #eee}.l-title-icon{background-image:linear-gradient(to bottom right,#fff,var(--brand))}.l-product-title{background-image:linear-gradient(to bottom right,var(--brand),rgba(80,139,254,0))}.l-product-summary{border-right:1px solid #fff}.l-writing-mode{writing-mode:vertical-lr}.l-detail-content-right{width:calc(100% - 314px)}.l-main-container{width:100%;max-width:1428px;margin:0 auto}.l-app-name:hover{background-color:#eaedff80}.l-suoc{display:flex;align-items:center;justify-content:center;width:70px;height:40px;background:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer}.l-suoc span{color:#333;font-size:14px;margin-left:3px}.l-support-channel--shift{transform:translateY(4px)}.l-rating-buttons-wrapper{gap:6px}.l-rating-labels-wrapper{display:flex;align-items:center;height:20px;position:relative}.l-rich-editor{outline:none;white-space:pre-wrap}.l-rich-editor.empty:after{content:attr(data-placeholder);color:#8a919f;display:inline-block;position:absolute;top:5px;pointer-events:none;-webkit-user-select:none;user-select:none}.l-write-editor::-webkit-scrollbar{width:6px;height:4px}.l-write-editor::-webkit-scrollbar-thumb{background-color:#e4e6eb;border-radius:4px}.l-wrapper{border-top:1px solid var(--border);max-height:calc(80vh - 300px)}.l-wrapper .l-side-list::-webkit-scrollbar{display:none}.l-wrapper .l-item{color:var(--text-muted);cursor:pointer;line-height:48px;overflow:hidden;position:relative;text-align:center;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.l-wrapper .l-item.active{background-color:var(--brand-light);color:var(--brand)}.l-wrapper .l-item.active:after{content:"";position:absolute;right:0;top:14px;width:2px;height:20px;background:var(--brand)}.l-wrapper .l-right-content::-webkit-scrollbar{width:4px;background:#f6f6f6}.l-wrapper .l-right-content::-webkit-scrollbar-thumb{background:#c2c8d1;border-radius:4px}.l-notopic{background:#1e80ff0d;border:1px solid rgba(30,128,255,.3)}.l-fade-in,.l-fade-out{transition:opacity .3s}.l-fade-in{opacity:1}.l-fade-out{opacity:0}.l-expand-enter-active,.l-expand-leave-active{transition:opacity .25s ease,transform .3s ease}.l-expand-enter-from,.l-expand-leave-to{opacity:0;transform:translateY(30px)}.l-rounded-20{border-radius:20px;overflow:hidden}.l-rounded-20 img{border-radius:20px}
