:root{color-scheme:light;--color-bg: #f5f6f1;--color-surface: #ffffff;--color-soft: #edf4ec;--color-text: #101814;--color-muted: #5a655e;--color-border: #d9dfd6;--color-ink: #061811;--color-green: #00a36c;--color-green-dark: #006b49;--color-teal: #0b8fa5;--color-sand: #f2efe5;--color-coral: #c65a3d;--shadow-menu: 0 24px 60px rgba(16, 24, 20, .14);--radius-small: 6px;--radius: 8px;--max-width: 1180px;--header-height: 72px;--font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif}*{box-sizing:border-box}html{background:var(--color-bg);color:var(--color-text);font-family:var(--font-sans);line-height:1.5;text-rendering:optimizeLegibility}body{margin:0;min-width:320px}a{color:inherit;text-decoration:none}summary{cursor:pointer;list-style:none}summary::-webkit-details-marker{display:none}:focus-visible{outline:3px solid rgba(0,163,108,.45);outline-offset:3px}.skip-link{background:var(--color-ink);color:#fff;left:16px;padding:10px 14px;position:fixed;top:12px;transform:translateY(-180%);z-index:1000}.skip-link:focus{transform:translateY(0)}.site-header{background:#030c14f0;border-bottom:1px solid rgba(255,255,255,.09);position:sticky;top:0;z-index:100;backdrop-filter:blur(18px)}.header-shell,.footer-shell,.section-shell,.hero-shell{margin:0 auto;max-width:var(--max-width);padding:0 24px}.header-shell{align-items:center;display:grid;gap:20px;grid-template-columns:auto 1fr auto auto;min-height:var(--header-height)}.brand{align-items:center;display:inline-flex;gap:10px;min-width:max-content}.brand-mark{aspect-ratio:1 / 1;border-radius:var(--radius-small);display:block;height:32px;object-fit:contain;width:32px}.brand-text{color:#fff;font-size:17px;font-weight:780;letter-spacing:0}.desktop-nav,.header-actions{align-items:center;display:flex;gap:8px}.desktop-nav{justify-content:center}.desktop-nav>a,.product-menu>summary,.mobile-nav>summary{border-radius:var(--radius-small);color:#ffffffbd;display:inline-flex;font-size:14px;font-weight:680;padding:10px 12px}.desktop-nav>a:hover,.product-menu[open]>summary,.product-menu>summary:hover,.mobile-nav>summary:hover{background:#ffffff14;color:#fff}.product-menu{position:relative}.product-menu:not([open])>.product-menu__panel,.language-switcher:not([open])>.language-switcher__menu,.mobile-nav:not([open])>.mobile-nav__panel{display:none}.product-menu__panel{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-menu);display:grid;gap:30px;grid-template-columns:280px 1fr;left:50%;padding:30px;position:absolute;top:calc(100% + 12px);transform:translate(-35%);width:min(1040px,calc(100vw - 48px));z-index:200}.product-menu__intro{border-right:1px solid var(--color-border);padding-right:26px}.product-menu__intro h2{font-size:25px;letter-spacing:0;line-height:1.08;margin:10px 0 14px}.product-menu__intro p{color:var(--color-muted);margin:0}.product-menu__grid{display:grid;column-gap:30px;row-gap:28px;grid-template-columns:repeat(2,minmax(0,1fr))}.product-menu__group{min-width:0}.product-menu__group--wide,.product-menu__group--ecosystem{grid-column:1 / -1}.product-menu__group--ecosystem{border-top:1px solid var(--color-border);padding-top:18px}.product-menu__eyebrow,.eyebrow{color:var(--color-green-dark);font-size:12px;font-weight:850;letter-spacing:0;margin:0;text-transform:uppercase}:lang(zh-CN) .product-menu__eyebrow,:lang(zh-CN) .eyebrow{text-transform:none}.product-menu__group h3{border-bottom:1px solid var(--color-border);font-size:16px;margin:6px 0 10px;padding-bottom:10px}.product-menu__group ul{display:grid;gap:0;list-style:none;margin:0;padding:0}.product-menu__group--wide ul{column-gap:28px;grid-template-columns:repeat(2,minmax(0,1fr))}.product-menu__group--ecosystem ul{column-gap:24px;grid-template-columns:repeat(3,minmax(0,1fr))}.product-menu__group a{display:grid;gap:3px;padding:10px 0}.product-menu__group a:hover span{color:var(--color-green-dark)}.product-menu__group span{font-size:14px;font-weight:760}.product-menu__group small{color:var(--color-muted);font-size:12px;line-height:1.45}.language-switcher{display:inline-block;position:relative}.language-switcher>summary{align-items:center;border:1px solid rgba(255,255,255,.18);border-radius:var(--radius-small);color:#ffffffc7;display:inline-flex;font-size:12px;font-weight:820;gap:8px;min-height:34px;min-width:58px;padding:6px 10px}.language-switcher>summary:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid currentColor;content:"";height:0;width:0}.language-switcher[open]>summary{background:#ffffff1a;color:#fff}.language-switcher__menu{background:#fff;border:1px solid var(--color-border);border-radius:8px;box-shadow:var(--shadow-menu);display:grid;gap:2px;min-width:156px;padding:8px;position:absolute;right:0;top:calc(100% + 8px);z-index:250}.language-link{border-radius:4px;color:#3d4842;display:block;font-size:12px;font-weight:780;min-width:0;padding:8px 10px;text-align:left}.language-link:hover,.language-link.is-active{background:#edf4ec;color:#061811}.button{align-items:center;background:var(--color-ink);border:1px solid var(--color-ink);border-radius:var(--radius-small);color:#fff;display:inline-flex;font-size:15px;font-weight:780;justify-content:center;min-height:48px;padding:12px 18px}.button:hover{background:var(--color-green-dark);border-color:var(--color-green-dark)}.button--secondary{background:transparent;border-color:var(--color-text);color:var(--color-text)}.button--secondary:hover{background:var(--color-text);border-color:var(--color-text);color:#fff}.button--small{font-size:14px;min-height:38px;padding:8px 12px}.button--ghost{background:transparent;border-color:#ffffff52;color:#fff}.button--ghost:hover{background:#ffffff14;border-color:#ffffff85}.button--accent{background:linear-gradient(135deg,#ff9c22,#f06a00);border-color:#ff9c22;color:#fff}.button--accent:hover{background:linear-gradient(135deg,#ffb04a,#f07914);border-color:#ffb04a}.button--disabled{background:#dfe5dc;border-color:#dfe5dc;color:#7d887f;cursor:not-allowed}.mobile-nav{display:none}.hero{background:linear-gradient(90deg,#edf4ecfa 0% 58%,#dcebdd 58% 100%);border-bottom:1px solid var(--color-border)}.hero-shell{display:grid;gap:52px;grid-template-columns:minmax(0,.95fr) minmax(360px,1.05fr);min-height:calc(100vh - var(--header-height));padding-bottom:60px;padding-top:70px}.hero-copy{align-self:center}.hero h1{font-size:clamp(46px,6.4vw,82px);letter-spacing:0;line-height:.96;margin:18px 0 24px;max-width:820px}:lang(zh-CN) .hero h1{line-height:1.08}.hero-lead,.section-lead{color:var(--color-muted);font-size:19px;line-height:1.72;margin:0;max-width:760px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.proof-list{display:flex;flex-wrap:wrap;gap:18px;list-style:none;margin:30px 0 0;padding:0}.proof-list li{border-bottom:2px solid rgba(0,163,108,.35);color:var(--color-ink);font-size:13px;font-weight:780;padding:0 0 7px}.platform-visual{align-self:center;background:var(--color-ink);color:#fff;display:grid;gap:0;overflow:hidden;padding:0}.visual-topbar{align-items:center;border-bottom:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;padding:18px 20px}.visual-dots{display:inline-flex;gap:6px}.visual-dots span{background:#fff6;border-radius:99px;height:8px;width:8px}.visual-status{color:#8ce7bc;font-size:12px;font-weight:850}.visual-grid{display:grid;gap:0;grid-template-columns:1.08fr .92fr}.visual-panel{border-bottom:1px solid rgba(255,255,255,.12);border-right:1px solid rgba(255,255,255,.12);min-height:150px;padding:22px}.visual-panel h2,.visual-panel h3{font-size:13px;margin:0 0 18px}.chart-lines{display:grid;gap:10px}.chart-lines span{background:linear-gradient(90deg,#8ce7bc,#13bed4);display:block;height:9px}.chart-lines span:nth-child(2){background:linear-gradient(90deg,#f0b28b,#f4d477);width:76%}.chart-lines span:nth-child(3){width:88%}.module-list{display:grid;gap:10px}.module-row{align-items:center;display:flex;gap:10px}.module-row:before{background:#8ce7bc;border-radius:99px;content:"";height:8px;width:8px}.module-row span{color:#ffffffb8;font-size:12px}.visual-panel--wide{grid-column:1 / -1}.architecture-flow{display:grid;gap:0;grid-template-columns:repeat(3,minmax(0,1fr))}.architecture-node{background:#ffffff0d;border-right:1px solid rgba(255,255,255,.1);min-height:96px;padding:16px}.architecture-node strong{display:block;font-size:12px;margin-bottom:8px}.architecture-node small{color:#ffffffa3;display:block;font-size:11px;line-height:1.45}.section{padding:96px 0}.section--surface{background:var(--color-surface);border-bottom:1px solid var(--color-border);border-top:1px solid var(--color-border)}.section-heading{display:grid;gap:16px;margin-bottom:38px;max-width:820px}.section-heading--sticky{align-self:start;position:sticky;top:calc(var(--header-height) + 28px)}.section-heading h2{font-size:clamp(34px,4.6vw,58px);letter-spacing:0;line-height:1.03;margin:0}.product-system{background:#fff}.product-system__layout{display:grid;gap:72px;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr)}.product-lines,.page-lines{border-top:1px solid var(--color-border)}.product-line,.page-line{border-bottom:1px solid var(--color-border);display:grid;gap:26px;grid-template-columns:64px 1fr;padding:28px 0}.product-line>span,.page-line>span{color:var(--color-green-dark);font-size:13px;font-weight:850;padding-top:4px}.product-line h3,.page-line h2{font-size:26px;letter-spacing:0;line-height:1.12;margin:0 0 10px}.product-line p,.page-line p,.page-line li{color:var(--color-muted);margin:0}.deployment-section{background:var(--color-ink);color:#fff;padding:96px 0}.deployment-section .eyebrow{color:#8ce7bc}.deployment-section .section-lead,.deployment-option p,.deployment-option li{color:#ffffffad}.deployment-layout{display:grid;gap:52px;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr)}.deployment-options{border-top:1px solid rgba(255,255,255,.18)}.deployment-option{border-bottom:1px solid rgba(255,255,255,.18);display:grid;gap:16px;grid-template-columns:64px 1fr;padding:32px 0}.deployment-option__index{color:#8ce7bc;font-size:13px;font-weight:850;padding-top:6px}.deployment-option h3{font-size:30px;line-height:1.08;margin:0}.deployment-option p{margin:0}.deployment-option ul{display:flex;flex-wrap:wrap;gap:10px 20px;grid-column:2;list-style:none;margin:0;padding:0}.deployment-option li{border-bottom:1px solid rgba(140,231,188,.35);padding-bottom:6px}.split-section{align-items:start;display:grid;gap:72px;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr)}.layer-stack{border-top:1px solid var(--color-border);display:grid}.layer{border-bottom:1px solid var(--color-border);display:grid;gap:24px;grid-template-columns:64px 1fr;padding:28px 0}.layer-index{color:var(--color-green-dark);font-size:13px;font-weight:850;padding-top:5px}.layer h3{font-size:24px;margin:0 0 8px}.layer p{color:var(--color-muted);margin:0}.developer-section{background:#fff}.developer-list{border-top:1px solid var(--color-border);display:grid;list-style:none;margin:0;padding:0}.developer-list li{align-items:center;border-bottom:1px solid var(--color-border);display:flex;font-size:22px;font-weight:760;gap:14px;padding:24px 0}.developer-list li:before{background:var(--color-green);content:"";height:10px;width:10px}.boundary-section{background:var(--color-sand)}.boundary-list{border-top:1px solid rgba(198,90,61,.24);display:grid;list-style:none;margin:0;padding:0}.boundary-list li{border-bottom:1px solid rgba(198,90,61,.24);color:var(--color-text);font-size:18px;font-weight:680;padding:22px 0}.final-cta{background:#fff;border-top:1px solid var(--color-border);padding:82px 0}.final-cta .section-shell{align-items:end;display:grid;gap:28px;grid-template-columns:1fr auto}.final-cta h2{font-size:clamp(34px,4.8vw,62px);line-height:1.02;margin:0 0 16px;max-width:840px}.final-cta p{color:var(--color-muted);margin:0;max-width:720px}.page-hero{background:var(--color-soft);border-bottom:1px solid var(--color-border);padding:84px 0 64px}.page-hero h1{font-size:clamp(40px,5.4vw,74px);letter-spacing:0;line-height:1.02;margin:16px 0 20px;max-width:900px}.page-detail{background:#fff}.sign-in-hero__layout{align-items:start;display:grid;gap:48px;grid-template-columns:minmax(0,1fr) minmax(320px,420px)}.sign-in-panel{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow-menu);display:grid;gap:18px;padding:28px}.sign-in-panel h2{font-size:22px;letter-spacing:0;line-height:1.12;margin:0}.sign-in-panel p,.sign-in-boundary{color:var(--color-muted);margin:0}.sign-in-boundary{border-left:3px solid var(--color-green);max-width:760px;padding-left:18px}.page-line{grid-template-columns:64px minmax(0,1fr) minmax(240px,.72fr)}.page-line ul{display:grid;gap:8px;margin:4px 0 0;padding-left:18px}.site-footer{background:var(--color-ink);color:#fff}.footer-shell{display:grid;gap:36px;grid-template-columns:1.15fr .75fr .85fr .75fr 1fr;padding-bottom:52px;padding-top:58px}.footer-brand p,.footer-note p{color:#ffffffa3;margin:16px 0}.footer-column,.footer-note{align-content:start;display:grid;gap:10px}.footer-column h2,.footer-note h2{font-size:14px;margin:0 0 4px}.footer-column a{color:#ffffffa3;font-size:14px}.footer-column a:hover{color:#8ce7bc}.site-footer .language-switcher__menu{left:0;right:auto}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);color:#ffffff94;display:flex;flex-wrap:wrap;font-size:13px;gap:12px 24px;justify-content:space-between;margin:0 auto;max-width:var(--max-width);padding:18px 24px}.footer-bottom p{margin:0}.footer-legal{display:flex;flex-wrap:wrap;gap:10px 18px}.footer-legal a{color:#ffffffa3}.footer-legal a:hover{color:#8ce7bc}.legal-hero{background:radial-gradient(circle at 12% 18%,rgba(18,171,111,.12),transparent 32%),linear-gradient(180deg,#f5fbf8,#fff)}.legal-updated{color:var(--color-muted);font-size:14px;margin:22px 0 0}.legal-intro{margin-top:14px}.legal-detail{background:#fff}.legal-shell{align-items:start;display:grid;gap:28px;grid-template-columns:minmax(220px,.32fr) 1fr}.legal-summary{background:#f8fbf9;border:1px solid var(--color-border);border-radius:8px;display:grid;gap:10px;padding:22px;position:sticky;top:92px}.legal-summary span{color:var(--color-primary);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.legal-summary strong{color:var(--color-ink);font-size:20px}.legal-summary p{color:var(--color-muted);margin:4px 0 0}.legal-summary a{color:var(--color-primary);font-weight:700}.legal-sections{display:grid;gap:16px}.legal-section{border:1px solid var(--color-border);border-radius:8px;display:grid;gap:20px;grid-template-columns:44px 1fr;padding:26px}.legal-section>span{align-items:center;background:#eef8f3;border-radius:999px;color:var(--color-primary);display:inline-flex;font-size:13px;font-weight:800;height:36px;justify-content:center;width:36px}.legal-section h2{color:var(--color-ink);font-size:clamp(22px,3vw,30px);margin:0 0 10px}.legal-section p{color:var(--color-muted);margin:0}.legal-section p+p{margin-top:12px}.legal-section ul{display:grid;gap:8px;margin:18px 0 0;padding-left:20px}.legal-section li{color:#33423b}.home-showcase{background:#fff}.fm-shell{margin:0 auto;max-width:1180px;padding:0 24px}.fm-hero{background:radial-gradient(circle at 86% 18%,rgba(255,145,27,.22),transparent 24%),radial-gradient(circle at 92% 68%,rgba(23,125,155,.18),transparent 28%),linear-gradient(135deg,#06101c,#08121f 56%,#040a12);color:#fff;margin-top:calc(var(--header-height) * -1);overflow:hidden;padding:calc(var(--header-height) + 58px) 0 54px;position:relative}.fm-hero:before{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:34px 34px;content:"";inset:0;mask-image:linear-gradient(180deg,#000 0%,transparent 82%);pointer-events:none;position:absolute}.fm-hero__grid{align-items:center;display:grid;gap:42px;grid-template-columns:minmax(0,.92fr) minmax(430px,.98fr);position:relative}.fm-hero__copy{min-width:0}.fm-kicker{color:#ff9c22;font-size:13px;font-weight:820;letter-spacing:0;margin:0 0 16px}.fm-hero h1{font-size:clamp(34px,4.9vw,56px);letter-spacing:0;line-height:1.02;margin:0 0 18px;max-width:680px}:lang(zh-CN) .fm-hero h1{line-height:1.12}.fm-hero__copy>p:not(.fm-kicker){color:#ffffffb8;font-size:16px;line-height:1.72;margin:0;max-width:610px}.fm-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.fm-btn{align-items:center;border:1px solid transparent;border-radius:7px;display:inline-flex;font-size:14px;font-weight:780;gap:12px;justify-content:center;min-height:46px;min-width:146px;padding:12px 18px}.fm-btn--primary{background:linear-gradient(135deg,#ff9c22,#f16600);color:#fff}.fm-btn--dark{background:#030c148a;border-color:#ffffff47;color:#fff}.fm-flow{align-items:center;display:grid;gap:18px;grid-template-columns:minmax(0,1fr) auto minmax(120px,.72fr);margin-top:38px;max-width:640px}.fm-flow__sources,.fm-flow__outputs{display:grid;gap:10px}.fm-flow span,.fm-connect__top span,.fm-connect__bottom span,.fm-mobile__cards span{background:#ffffff14;border:1px solid rgba(255,255,255,.14);border-radius:7px;color:#ffffffd1;display:block;font-size:12px;font-weight:760;padding:10px 12px}.fm-node,.fm-system-card,.fm-module-card{align-items:center;display:flex!important;gap:10px}.fm-node i,.fm-system-card i,.fm-module-card i,.fm-card-icon,.fm-copy-block li i{align-items:center;border-radius:999px;display:inline-flex;flex:0 0 auto;height:34px;justify-content:center;overflow:hidden;width:34px}.fm-node i svg,.fm-system-card i svg,.fm-module-card i svg,.fm-card-icon svg,.fm-copy-block li i svg,.fm-feature-icon svg{height:22px;width:22px}.fm-integration-icon{border-radius:999px;display:block;height:100%;object-fit:cover;width:100%}.fm-node em,.fm-system-card em,.fm-module-card em,.fm-mobile__cards em{font-style:normal}.fm-node--orange i,.fm-system-card--orange i{background:transparent;color:#ffb52a}.fm-node--orange i svg{height:36px;width:36px}.fm-system-card--orange i svg{height:44px;width:44px}.fm-node--slate i,.fm-system-card--slate i{background:#94a3b826;color:#d8e1ea}.fm-node--green i,.fm-system-card--green i{background:#27ae6029;color:#72d98a}.fm-node--outline i{background:#487eb52e;color:#9ecbff}.fm-flow__core{align-items:center;background:#07121deb;border:1px solid rgba(255,156,34,.58);border-radius:12px;box-shadow:0 0 0 8px #ff9c2214,0 18px 40px #00000047;display:grid;justify-items:center;min-height:104px;padding:16px;width:116px}.fm-flow__core img{align-items:center;aspect-ratio:1 / 1;border-radius:8px;display:block;height:52px;object-fit:contain;width:52px}.fm-flow__core span{background:transparent;border:0;color:#fff;font-size:12px;line-height:1.2;padding:8px 0 0;text-align:center}.fm-hero__visual{min-height:500px;position:relative}.fm-dashboard{background:#091421;border:1px solid rgba(255,255,255,.14);border-radius:20px;box-shadow:0 32px 80px #00000075;overflow:hidden;padding:0;position:relative;transform:perspective(1200px) rotateY(-6deg) rotateX(3deg)}.fm-windowbar{align-items:center;border-bottom:1px solid rgba(255,255,255,.09);display:flex;gap:8px;padding:14px 16px}.fm-windowbar img{border-radius:4px;height:22px;width:22px}.fm-windowbar span{color:#ffffffc2;font-size:12px;font-weight:800;margin-right:auto}.fm-windowbar i{background:#fff3;border-radius:99px;height:8px;width:8px}.fm-dashboard__body{display:grid;grid-template-columns:132px minmax(0,1fr);min-height:410px}.fm-dashboard aside{background:#ffffff09;border-right:1px solid rgba(255,255,255,.08);display:grid;gap:8px;padding:20px 14px}.fm-dashboard aside span{color:#ffffff8f;font-size:12px;font-weight:720;padding:9px 10px}.fm-dashboard main{padding:24px}.fm-dashboard h2,.fm-phone h3,.fm-report h3{font-size:14px;margin:0}.fm-metrics,.fm-stat-row{display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr));margin:20px 0}.fm-metrics span,.fm-stat-row span{background:#ffffff0e;border:1px solid rgba(255,255,255,.08);border-radius:8px;display:grid;gap:5px;padding:14px}.fm-metrics strong,.fm-stat-row strong{color:#fff;font-size:22px}.fm-metrics small,.fm-stat-row small{color:#ffffff7a;font-size:11px}.fm-chart,.fm-line-chart{background:linear-gradient(135deg,transparent 15%,rgba(42,160,228,.32) 16%,transparent 17%),linear-gradient(22deg,transparent 42%,rgba(255,156,34,.38) 43%,transparent 44%),repeating-linear-gradient(0deg,rgba(255,255,255,.045) 0 1px,transparent 1px 36px);border:1px solid rgba(255,255,255,.08);border-radius:8px;height:150px}.fm-tiles{display:grid;gap:10px;grid-template-columns:.9fr 1.1fr;margin-top:14px}.fm-tiles span{background:linear-gradient(135deg,#ff9c2242,#177d9b2e);border-radius:8px;height:90px}.fm-phone{background:#07111d;border:1px solid rgba(255,255,255,.18);border-radius:28px;box-shadow:0 30px 70px #0000006b;color:#fff;padding:22px 16px 18px;position:absolute;right:-4px;top:130px;width:178px}.fm-phone__bar{background:#ffffff3d;border-radius:99px;display:block;height:5px;margin:0 auto 14px;width:54px}.fm-phone__card,.fm-phone__list span{background:#ffffff14;border-radius:8px;color:#ffffffb8;display:grid;font-size:10px;gap:5px;margin-top:10px;padding:11px}.fm-phone__card strong,.fm-phone__list strong{color:#fff;font-size:16px}.fm-phone__card--orange{background:linear-gradient(135deg,#f58117,#b85007);color:#fff}.fm-phone__card--green{background:linear-gradient(135deg,#00995e,#096240);color:#fff}.fm-phone ul{color:#ffffff94;font-size:10px;line-height:1.5;margin:14px 0 0;padding-left:16px}.fm-section{padding:72px 0}.fm-section--intro{padding-top:34px}.fm-section--soft{background:#f7f8f5;border-bottom:1px solid #e9ede6;border-top:1px solid #e9ede6}.fm-heading--center{margin:0 auto 34px;max-width:720px;text-align:center}.fm-heading h2,.fm-copy-block h2,.fm-final h2{font-size:clamp(30px,4vw,44px);letter-spacing:0;line-height:1.1;margin:0 0 12px}.fm-heading p,.fm-copy-block p,.fm-final p,.fm-feature-grid p{color:#66706a;margin:0}.fm-feature-grid{display:grid;gap:18px;grid-template-columns:repeat(4,minmax(0,1fr))}.fm-feature-grid article{background:#fff;border:1px solid #e5e9e3;border-radius:8px;box-shadow:0 16px 34px #0e16120d;min-height:220px;padding:28px 22px;text-align:center}.fm-feature-icon{align-items:center;background:#245aaf;border-radius:999px;color:#fff;display:inline-flex;height:68px;justify-content:center;margin-bottom:20px;width:68px}.fm-feature-icon svg{height:30px;width:30px}.fm-feature-icon--2{background:#f29a22}.fm-feature-icon--3{background:#1fa65d}.fm-feature-icon--4{background:#5a43b8}.fm-feature-grid h3{font-size:17px;line-height:1.2;margin:0 0 12px}.fm-feature-grid p{font-size:13px;line-height:1.55}.fm-connect,.fm-mobile,.fm-analytics{align-items:center;display:grid;gap:56px;grid-template-columns:.82fr 1.18fr}.fm-copy-block{max-width:440px}.fm-connect__diagram{display:grid;gap:28px;justify-items:center}.fm-connect__top,.fm-connect__bottom{display:grid;gap:16px;grid-template-columns:repeat(4,minmax(0,1fr));width:100%}.fm-connect__bottom{grid-template-columns:repeat(5,minmax(0,1fr))}.fm-connect__top span,.fm-connect__bottom span,.fm-mobile__cards span{background:#fff;border-color:#e5e9e3;box-shadow:0 10px 24px #0e16120f;color:#17201c;min-height:62px;text-align:center}.fm-system-card i{height:42px;width:42px}.fm-system-card i svg{height:25px;width:25px}.fm-system-card .fm-integration-icon{height:100%;width:100%}.fm-connect__top .fm-system-card i{height:52px;width:52px}.fm-connect__top .fm-system-card i svg,.fm-connect__top .fm-system-card .fm-integration-icon{height:52px;width:52px}.fm-system-card--slate i{color:#4d5c6a}.fm-system-card--green i{background:#1fa65d1f;color:#1fa65d}.fm-connect__diagram>strong{align-items:center;background:#07111d;border-radius:8px;box-shadow:0 14px 38px #07111d3d;color:#fff;display:inline-flex;font-size:21px;gap:12px;padding:18px 48px}.fm-connect__diagram>strong img{aspect-ratio:1 / 1;border-radius:6px;height:38px;object-fit:contain;width:38px}.fm-module-card{align-items:center;flex-direction:column;gap:8px;justify-content:center}.fm-module-card i{background:#f7fafc;border:1px solid #dfe6ee;color:#5a6672;height:48px;width:48px}.fm-module-card i svg{height:27px;width:27px}.fm-mobile__board{align-items:center;display:grid;gap:24px;grid-template-columns:minmax(0,1fr) 190px minmax(0,1fr)}.fm-mobile__cards{display:grid;gap:18px}.fm-mobile__cards span{align-items:center;display:grid!important;gap:2px 12px;grid-template-columns:auto 1fr;text-align:left}.fm-card-icon{grid-row:span 2;height:52px;width:52px}.fm-card-icon svg{height:30px;width:30px}.fm-card-icon--orange{background:#f5811721;color:#f58117}.fm-card-icon--purple{background:#5d4bbe21;color:#5d4bbe}.fm-card-icon--blue{background:#2f83c521;color:#2f83c5}.fm-card-icon--green{background:#1fa65d21;color:#1fa65d}.fm-mobile__cards small{color:#717b74;display:block;font-size:11px;font-weight:520;margin-top:6px}.fm-phone--center{position:relative;right:auto;top:auto;width:190px}.fm-phone__list{display:grid;gap:0;margin-top:14px}.fm-phone__list span{align-items:center;display:flex;justify-content:space-between}.fm-analytics{align-items:start;grid-template-columns:.64fr 1.36fr}.fm-copy-block ul{display:grid;gap:16px;list-style:none;margin:26px 0 0;padding:0}.fm-copy-block li{align-items:center;border-left:0;color:#17201c;display:flex;gap:12px;font-weight:760;padding-left:0}.fm-copy-block li i{background:#fff;border:1px solid #dfe6ee;color:#6a747d;height:50px;width:50px}.fm-copy-block li i svg{height:28px;width:28px}.fm-analytics__panel{background:#fff;border:1px solid #e5e9e3;border-radius:10px;box-shadow:0 18px 44px #0e161214;padding:18px}.fm-analytics__panel .fm-stat-row{grid-template-columns:repeat(4,minmax(0,1fr));margin:0 0 16px}.fm-analytics__panel .fm-stat-row span{background:#fbfcfa;border-color:#e9ede6}.fm-analytics__panel .fm-stat-row strong,.fm-report h3{color:#17201c}.fm-analytics__panel .fm-stat-row small{color:#68736d}.fm-report-grid{display:grid;gap:14px;grid-template-columns:repeat(3,minmax(0,1fr))}.fm-report{background:#fbfcfa;border:1px solid #e9ede6;border-radius:8px;min-height:158px;padding:16px}.fm-report--wide{grid-column:span 2}.fm-chart-frame{background:linear-gradient(180deg,#fff,#f7fafc);border:1px solid #dfe8ef;border-radius:8px;margin-top:14px;overflow:hidden}.fm-line-chart{display:block;height:auto;width:100%}.fm-chart-grid line{stroke:#e6edf3;stroke-width:1}.fm-chart-axis line{stroke:#d6e0e8;stroke-width:1.2}.fm-line-chart__shadow,.fm-line-chart__primary,.fm-line-chart__secondary{fill:none;stroke-linecap:round;stroke-linejoin:round}.fm-line-chart__shadow{filter:blur(5px);opacity:.24;stroke:#2f83c5;stroke-width:9}.fm-line-chart__primary{stroke:#2f83c5;stroke-width:4}.fm-line-chart__secondary{opacity:.7;stroke:#f2a934;stroke-dasharray:7 8;stroke-width:3}.fm-line-chart__dot{fill:#fff;stroke:#2f83c5;stroke-width:3}.fm-chart-labels text{fill:#7a858d;font-size:11px;font-weight:650;text-anchor:middle}.fm-bar-chart{align-items:end;background:linear-gradient(#e7edf2 1px,transparent 1px) 0 0 / 100% 32px,linear-gradient(90deg,#edf2f6 1px,transparent 1px) 0 0 / 25% 100%;border-bottom:1px solid #d6e0e8;display:grid;gap:12px;grid-template-columns:repeat(4,minmax(0,1fr));height:142px;margin-top:14px;padding:18px 0 0}.fm-bar-chart span{align-items:center;align-self:stretch;display:grid;grid-template-rows:1fr auto auto;justify-items:center;min-width:0}.fm-bar-chart i{align-self:end;background:linear-gradient(180deg,#46a0dd,#2f83c5);border-radius:6px 6px 0 0;box-shadow:inset 0 1px #ffffff52;height:var(--bar-height);width:min(100%,58px)}.fm-bar-chart em,.fm-bar-chart small{color:#68736d;font-size:10px;font-style:normal;font-weight:720;line-height:1.4;margin-top:5px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fm-bar-chart small{color:#8a948d;font-weight:620}.fm-alert-list{display:grid;gap:10px;list-style:none;margin:18px 0 0;padding:0}.fm-alert-list li{align-items:center;background:#fff;border:1px solid #e7ece8;border-radius:7px;color:#34403a;display:grid;font-size:12px;font-weight:690;gap:10px;grid-template-columns:1fr auto;min-height:34px;padding:7px 8px 7px 26px;position:relative}.fm-alert-list li:before{border-radius:999px;content:"";height:8px;left:10px;position:absolute;top:50%;transform:translateY(-50%);width:8px}.fm-alert-list__item--high:before{background:#e85f4a}.fm-alert-list__item--medium:before{background:#f0c94d}.fm-alert-list__item--low:before{background:#2f83c5}.fm-alert-list time{color:#8a948d;font-size:10px;font-weight:720}.fm-heatmap{background:#fff;border:1px solid #e3e9e4;border-radius:8px;display:grid;gap:7px;grid-template-columns:repeat(8,minmax(0,1fr));margin-top:16px;padding:12px}.fm-heatmap i{border-radius:6px;box-shadow:inset 0 1px #ffffff73;height:24px}.fm-heatmap__cell--low{background:#80d18a}.fm-heatmap__cell--medium{background:#f0cf4f}.fm-heatmap__cell--high{background:#ef7654}.fm-status-chart{align-items:center;display:grid;gap:14px;grid-template-columns:auto 1fr;margin-top:16px}.fm-status-chart ul{display:grid;gap:8px;list-style:none;margin:0;padding:0}.fm-status-chart li{align-items:center;color:#68736d;display:grid;font-size:11px;gap:7px;grid-template-columns:auto 1fr auto}.fm-status-chart li span{background:#2f83c5;border-radius:999px;height:8px;width:8px}.fm-status-chart li:nth-child(2) span{background:#1fa65d}.fm-status-chart li:nth-child(3) span{background:#f0d35f}.fm-status-chart li em{color:#17201c;font-style:normal;font-weight:780}.fm-donut{align-items:center;background:conic-gradient(#2f83c5 0 62%,#1fa65d 62% 84%,#f0d35f 84% 98%,#e7ece8 98%);border-radius:999px;display:grid;height:104px;justify-items:center;position:relative;width:104px}.fm-donut:after{background:#fbfcfa;border-radius:999px;content:"";height:66px;position:absolute;width:66px}.fm-donut strong{color:#17201c;font-size:14px;font-weight:850;position:relative;z-index:1}.fm-final{background:#fff;padding:42px 0 0}.fm-final__inner{align-items:center;background:radial-gradient(circle at 94% 18%,rgba(255,156,34,.34),transparent 24%),linear-gradient(135deg,#07111d,#0c1521);border-radius:10px 10px 0 0;color:#fff;display:grid;gap:28px;grid-template-columns:1fr auto;min-height:170px;padding-bottom:30px;padding-top:30px}.fm-final__inner>div:first-child{align-items:center;display:grid;gap:0 22px;grid-template-columns:auto 1fr}.fm-final__mark{aspect-ratio:1 / 1;border-radius:12px;grid-row:span 2;height:82px;object-fit:contain;width:82px}.fm-final h2{font-size:clamp(26px,3.4vw,36px);margin-bottom:8px}.fm-final p{color:#ffffffb3}@media(max-width:980px){.header-shell{grid-template-columns:auto 1fr auto}.desktop-nav,.header-actions{display:none}.mobile-nav{display:block;justify-self:end;position:static}.mobile-nav__panel{background:var(--color-surface);border:0;border-right:1px solid var(--color-border);box-shadow:var(--shadow-menu);display:grid;align-content:start;gap:8px;height:100dvh;left:0;overflow-y:auto;padding:92px 18px 22px;position:fixed;top:0;width:min(78vw,390px);z-index:300}.mobile-nav__panel>a{border-bottom:1px solid var(--color-border);color:var(--color-muted);font-weight:720;padding:13px 0}.mobile-nav__panel .language-switcher{display:block;margin-top:8px}.mobile-nav__panel .language-switcher>summary{border-color:var(--color-border);color:var(--color-muted);justify-content:space-between;width:100%}.mobile-nav__panel .language-switcher__menu{border:1px solid var(--color-border);box-shadow:none;margin-top:8px;min-width:0;position:static;width:100%}.mobile-nav__panel .language-link.is-active{background:var(--color-ink);color:#fff}.product-menu--compact{position:static;width:100%}.product-menu--compact>summary{border-bottom:1px solid var(--color-border);color:var(--color-muted);display:flex;min-height:48px;padding:13px 0}.mobile-nav__panel .product-menu--compact>summary:hover,.mobile-nav__panel .product-menu--compact>summary:active,.mobile-nav__panel .product-menu--compact>summary:focus{background:#edf4ec;color:var(--color-ink)}.mobile-nav__panel .product-menu--compact[open]>summary{background:#edf4ec;color:var(--color-ink);padding-left:10px;padding-right:10px}.mobile-nav__panel .product-menu--compact:not([open])>summary{background:transparent;color:var(--color-muted);padding-left:0;padding-right:0}.mobile-nav__panel .product-menu--compact:not([open])>summary:hover,.mobile-nav__panel .product-menu--compact:not([open])>summary:active,.mobile-nav__panel .product-menu--compact:not([open])>summary:focus{background:#edf4ec;color:var(--color-ink);padding-left:10px;padding-right:10px}.product-menu--compact .product-menu__panel{border:0;box-shadow:none;grid-template-columns:1fr;margin-top:8px;padding:0 0 10px;position:static;transform:none;width:100%}.product-menu--compact:not([open])>.product-menu__panel{display:none}.product-menu--compact .product-menu__intro{display:none}.product-menu--compact .product-menu__grid{grid-template-columns:1fr;row-gap:18px}.product-menu--compact .product-menu__group--wide ul,.product-menu--compact .product-menu__group--ecosystem ul{grid-template-columns:1fr}.hero{background:var(--color-soft)}.hero-shell,.product-system__layout,.deployment-layout,.split-section,.final-cta .section-shell,.footer-shell,.legal-shell{grid-template-columns:1fr}.legal-summary{position:static}.hero-shell{min-height:0}.fm-hero__grid,.fm-connect,.fm-mobile,.fm-analytics,.fm-final__inner{grid-template-columns:1fr}.fm-hero__visual{min-height:430px}.fm-dashboard{transform:none}.fm-feature-grid,.fm-connect__top,.fm-connect__bottom{grid-template-columns:repeat(2,minmax(0,1fr))}.fm-mobile__board{grid-template-columns:1fr;justify-items:stretch}.fm-phone--center{justify-self:center}.fm-final__inner{align-items:start}.section-heading--sticky{position:static}.page-line{grid-template-columns:64px 1fr}.page-line ul{grid-column:2}}@media(max-width:680px){.header-shell,.footer-shell,.section-shell,.hero-shell{padding-left:18px;padding-right:18px}.brand-text{font-size:15px}.site-footer .language-switcher__menu{max-width:calc(100vw - 36px);width:220px}.footer-bottom{align-items:flex-start;flex-direction:column}.hero-shell{gap:34px;padding-bottom:46px;padding-top:46px}.hero h1{font-size:40px}:lang(zh-CN) .hero h1{font-size:38px}.hero-lead,.section-lead{font-size:17px}.visual-grid,.architecture-flow{grid-template-columns:1fr}.visual-panel,.architecture-node{border-right:0}.section,.deployment-section{padding:66px 0}.section-heading h2,.final-cta h2,.page-hero h1{font-size:33px}:lang(zh-CN) .section-heading h2,:lang(zh-CN) .final-cta h2,:lang(zh-CN) .page-hero h1{line-height:1.16}.hero-actions,.final-cta .hero-actions{align-items:stretch;flex-direction:column}.button{width:100%}.legal-section{gap:14px;grid-template-columns:1fr;padding:22px}.platform-visual{margin-left:-18px;margin-right:-18px}.sign-in-hero__layout{gap:28px;grid-template-columns:1fr}.sign-in-panel{padding:22px}.product-line,.deployment-option,.layer,.page-line{gap:16px;grid-template-columns:42px 1fr;padding:24px 0}.product-line h3,.deployment-option h3,.layer h3,.page-line h2{font-size:22px}.deployment-option ul,.page-line ul{grid-column:2}.developer-list li,.boundary-list li{font-size:17px}.fm-shell{padding-left:18px;padding-right:18px}.fm-hero{padding-bottom:42px;padding-top:calc(var(--header-height) + 38px)}.fm-hero__grid,.fm-hero__copy,.fm-actions,.fm-flow,.fm-heading--center{max-width:calc(100vw - 36px);min-width:0;width:100%}.fm-hero h1{font-size:28px;max-width:calc(100vw - 36px);overflow-wrap:anywhere;text-wrap:auto;word-break:normal}:lang(zh-CN) .fm-hero h1{font-size:30px}.fm-hero__copy>p:not(.fm-kicker),.fm-heading p{max-width:calc(100vw - 36px);overflow-wrap:break-word}.fm-heading h2{font-size:26px;max-width:calc(100vw - 36px);overflow-wrap:anywhere;text-wrap:auto;word-break:normal}.fm-actions,.fm-final .fm-actions{align-items:stretch;flex-direction:column}.fm-btn{width:100%}.fm-flow{grid-template-columns:1fr;max-width:100%;min-width:0;width:100%}.fm-flow__sources,.fm-flow__outputs,.fm-node{min-width:0;width:100%}.fm-node em{min-width:0;overflow-wrap:anywhere}.fm-flow__core{justify-self:center}.fm-hero__visual{min-height:660px}.fm-dashboard__body{grid-template-columns:1fr}.fm-dashboard aside{display:none}.fm-dashboard main{padding:18px}.fm-metrics,.fm-analytics__panel .fm-stat-row,.fm-report-grid,.fm-feature-grid{grid-template-columns:1fr}.fm-phone{left:50%;right:auto;top:390px;transform:translate(-50%)}.fm-phone--center{left:auto;top:auto;transform:none}.fm-section{padding:54px 0}.fm-section--intro{padding-top:30px}.fm-feature-grid article{min-height:0}.fm-connect__top,.fm-connect__bottom{grid-template-columns:1fr}.fm-report--wide{grid-column:span 1}.fm-final{padding-top:24px}.fm-final__inner>div:first-child{grid-template-columns:1fr}.fm-final__mark{grid-row:auto;margin-bottom:18px}}.kyc-page{background:#fff;color:#121922}.kyc-shell{margin:0 auto;max-width:1180px;padding:0 24px}.kyc-hero{background:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),radial-gradient(circle at 78% 8%,rgba(22,96,140,.24),transparent 30%),linear-gradient(135deg,#061018,#091824 48%,#07101a);background-size:72px 72px,72px 72px,auto,auto;color:#fff;overflow:hidden;padding:22px 0 0}.kyc-breadcrumb{align-items:center;color:#ffffffbd;display:flex;flex-wrap:wrap;font-size:13px;font-weight:650;gap:10px;margin-bottom:44px}.kyc-breadcrumb a{color:#fff}.kyc-hero__grid{align-items:center;display:grid;gap:38px;grid-template-columns:minmax(0,.82fr) minmax(560px,1fr);min-height:520px}.kyc-hero__copy{padding-bottom:58px}.kyc-pill{align-items:center;background:#f477211f;border:1px solid rgba(244,119,33,.35);border-radius:999px;color:#ff9d4a;display:inline-flex;font-size:12px;font-weight:800;gap:6px;margin:0 0 24px;padding:7px 11px}.kyc-pill span{color:#ffb36c}.kyc-hero h1{color:#fff;font-size:clamp(34px,4.7vw,56px);letter-spacing:0;line-height:1.04;margin:0;max-width:660px}.kyc-hero__copy>p:not(.kyc-pill):not(.kyc-url){color:#ffffffd1;font-size:17px;line-height:1.72;margin:22px 0 0;max-width:610px}.kyc-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.kyc-button{align-items:center;background:#ffffff08;border:1px solid rgba(255,255,255,.7);border-radius:6px;color:#fff;display:inline-flex;font-size:14px;font-weight:800;gap:9px;justify-content:center;min-height:54px;padding:0 24px}.kyc-button--primary{background:linear-gradient(180deg,#ff9f28,#ff7214);border-color:transparent;box-shadow:0 16px 28px #ff731447}.kyc-url{color:#ffffffdb;font-size:14px;margin:8px 0 0 318px}.kyc-product{align-self:center;aspect-ratio:1.28 / 1;min-height:0;position:relative}.kyc-console{background:#111b28;border:1px solid rgba(122,142,165,.34);border-radius:24px;box-shadow:0 24px 70px #00000061;color:#ffffffd1;margin-left:14px;min-height:clamp(360px,34vw,430px);overflow:hidden}.kyc-console__top{align-items:center;background:#101927;border-bottom:1px solid rgba(255,255,255,.08);display:grid;gap:14px;grid-template-columns:170px 1fr 24px 28px 32px;height:62px;padding:0 24px}.kyc-console__top span{align-items:center;color:#fff;display:inline-flex;font-size:12px;font-weight:800;gap:7px}.kyc-console__top img{border-radius:4px;height:18px;width:18px}.kyc-console__top i{background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:12px;color:#ffffff75;display:block;font-size:11px;font-style:normal;height:34px;line-height:34px;overflow:hidden;padding:0 18px;text-overflow:ellipsis;white-space:nowrap}.kyc-console__top b,.kyc-console__top em,.kyc-console__top strong{align-items:center;display:inline-flex;justify-content:center}.kyc-console__top b{display:none}.kyc-console__top em{color:#ffffffc7;font-size:15px;font-style:normal;position:relative}.kyc-console__top em:after{background:#ef4444;border-radius:999px;content:"3";font-size:7px;font-weight:900;height:12px;line-height:12px;position:absolute;right:-2px;text-align:center;top:6px;width:12px}.kyc-console__top strong{background:linear-gradient(135deg,#f1bd72,#5fb895);border-radius:999px;height:24px;font-size:16px;width:24px}.kyc-console__body{display:grid;grid-template-columns:190px 1fr}.kyc-console aside{background:#0003;border-right:1px solid rgba(255,255,255,.07);display:flex;flex-direction:column;gap:3px;min-height:clamp(298px,29vw,368px);padding:20px 14px}.kyc-console aside span,.kyc-console aside strong,.kyc-console aside small,.kyc-console aside mark{align-items:center;border-radius:5px;color:#ffffff94;display:flex;font-size:11px;gap:9px;padding:8px 9px}.kyc-console aside strong{border-left:2px solid #4189ff;background:#3057ff3d;color:#fff}.kyc-console aside i{color:#ffffffa8;font-style:normal;width:15px}.kyc-console aside small{color:#ffffffb8;font-weight:720;margin-left:29px;padding-bottom:6px;padding-top:6px}.kyc-console aside small.is-active{color:#74a4ff}.kyc-console aside mark{background:#ffffff05;color:#ffffff9e;margin-top:auto}.kyc-console section{min-width:0;padding:28px 28px 18px}.kyc-console h2{color:#fff;font-size:22px;line-height:1.2;margin:0}.kyc-console__heading{align-items:center;display:flex;justify-content:space-between;margin-bottom:18px}.kyc-console__heading button{align-items:center;background:#ffffff0a;border:1px solid rgba(255,255,255,.07);border-radius:7px;color:#ffffffdb;display:inline-flex;font:inherit;font-size:12px;font-weight:800;gap:8px;min-height:34px;padding:0 14px}.kyc-tabs{align-items:center;border-bottom:1px solid rgba(255,255,255,.07);display:flex;gap:26px;margin-bottom:0;overflow:hidden;padding:0 0 14px;white-space:nowrap}.kyc-tabs span{color:#ffffff8c;font-size:11px}.kyc-tabs span:first-child{color:#fff;position:relative}.kyc-tabs span:first-child:after{background:#4c82ff;border-radius:999px;bottom:-15px;content:"";height:2px;left:0;position:absolute;width:42px}.kyc-console table{border-collapse:collapse;font-size:11.2px;width:100%}.kyc-console th,.kyc-console td{border-bottom:1px solid rgba(255,255,255,.06);padding:13px 10px;text-align:left;white-space:nowrap}.kyc-console th{color:#ffffff73;font-weight:700}.kyc-console b{background:#3057ff47;border-radius:4px;color:#8ba3ff;font-size:10px;padding:4px 7px}.kyc-console b.pending{background:#ff9f2833;color:#ffb65a}.kyc-console b.approved{background:#26c6942e;color:#63e4b4}.kyc-console b.submitted{background:#6070823d;color:#ffffffb8}.kyc-console__footer{align-items:center;color:#ffffffb8;display:flex;font-size:12px;justify-content:space-between;padding:16px 0 0}.kyc-console__footer p{margin:0}.kyc-console__footer nav{align-items:center;display:flex;gap:14px}.kyc-console__footer span,.kyc-console__footer strong{align-items:center;border-radius:5px;display:inline-flex;height:28px;justify-content:center;min-width:28px}.kyc-console__footer strong{background:#3e7fff;color:#fff}.kyc-phone{background:#07111b;border:5px solid #1b2330;border-radius:52px;bottom:10px;box-shadow:inset 0 0 0 2px #ffffff1f,0 24px 60px #00000080;color:#fff;padding:20px 18px 18px;position:absolute;right:-18px;width:clamp(238px,22vw,258px)}.kyc-phone:before{background:#05090f;border-radius:999px;content:"";height:20px;left:50%;position:absolute;top:16px;transform:translate(-50%);width:74px}.kyc-phone__status{align-items:center;display:flex;font-size:11px;font-weight:800;justify-content:space-between;margin-bottom:26px}.kyc-phone__status i{display:block;width:82px}.kyc-phone__status em{color:#ffffffe6;font-style:normal;font-size:9px}.kyc-phone__nav{align-items:center;display:grid;grid-template-columns:22px 1fr 20px 24px;gap:8px;margin-bottom:24px}.kyc-phone__nav span{color:#fff;font-size:26px;line-height:1}.kyc-phone__nav strong{color:#fff;font-size:14px;line-height:1.1;text-align:center}.kyc-phone__nav i{font-style:normal;font-size:14px}.kyc-phone__nav em{background:linear-gradient(135deg,#b5c4d4,#f3c38e);border-radius:999px;display:block;height:24px;width:24px}.kyc-phone__profile{align-items:center;background:#ffffff0e;border:1px solid rgba(255,255,255,.08);border-radius:10px;display:grid;gap:12px;grid-template-columns:42px minmax(0,1fr);padding:18px 14px}.kyc-phone__profile span{background:linear-gradient(135deg,#0b6aa8,#124f83);border-radius:999px;height:42px;position:relative}.kyc-phone__profile span:after{color:#fff;content:"♙";font-size:23px;left:9px;position:absolute;top:5px}.kyc-phone__profile p{color:#fff;font-size:15px;font-weight:800;line-height:1.2;margin:0;min-width:0}.kyc-phone__profile small{color:#ffffff9e;display:block;font-size:12px;font-weight:650;margin-top:4px}.kyc-phone__profile em{background:#3a69ff1f;border:1px solid rgba(75,122,255,.5);border-radius:4px;color:#6a95ff;font-size:9px;font-style:normal;font-weight:800;grid-column:2;justify-self:start;margin-top:-6px;padding:5px 6px;white-space:nowrap}.kyc-phone dl{background:#ffffff0e;border:1px solid rgba(255,255,255,.08);border-radius:10px;display:grid;gap:0;margin:16px 0 72px;overflow:hidden}.kyc-phone dl div{align-items:center;border-bottom:1px solid rgba(255,255,255,.07);display:grid;gap:8px;grid-template-columns:1fr auto 14px;min-height:48px;padding:0 14px}.kyc-phone dl div:last-child{border-bottom:0}.kyc-phone dt,.kyc-phone dd{font-size:11px;margin:0}.kyc-phone dt{color:#fff;font-weight:720}.kyc-phone dd{color:#4f82ff;font-weight:800}.kyc-phone dd.complete{color:#64d5ad}.kyc-phone dd.muted{color:#ffffff9e}.kyc-phone dl span{color:#ffffff7a;font-size:22px;line-height:1}.kyc-phone button{background:linear-gradient(180deg,#2e7dff,#1d55ef);border:0;border-radius:8px;bottom:36px;color:#fff;font-size:13px;font-weight:800;left:20px;min-height:40px;position:absolute;right:20px}.kyc-phone__home{background:#fff;border-radius:999px;bottom:16px;height:3px;left:50%;position:absolute;transform:translate(-50%);width:72px}.kyc-section{padding:42px 0 34px}.kyc-centered{text-align:center}.kyc-centered>h2,.kyc-team-title{color:#151d27;font-size:clamp(25px,3vw,34px);letter-spacing:0;line-height:1.18;margin:0}.kyc-centered>p{color:#313d4a;font-size:15px;line-height:1.72;margin:16px auto 30px;max-width:760px}.kyc-card-grid{display:grid;gap:24px;text-align:left}.kyc-card-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}.kyc-card-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.kyc-card,.kyc-method-card{background:#fff;border:1px solid #dfe5ec;border-radius:6px;box-shadow:0 16px 34px #111b270a;min-width:0;padding:26px 24px}.kyc-card h3,.kyc-method-card h3,.kyc-team-grid h3{color:#151d27;font-size:18px;line-height:1.25;margin:16px 0 10px}.kyc-card p,.kyc-method-card p,.kyc-team-grid p{color:#344151;font-size:14px;line-height:1.62;margin:0}.kyc-icon{align-items:center;border-radius:6px;color:#fff;display:inline-flex;height:38px;justify-content:center;width:38px}.kyc-icon svg{height:22px;width:22px}.kyc-icon--blue{background:linear-gradient(135deg,#246dff,#3488ff)}.kyc-icon--green{background:linear-gradient(135deg,#22bfa6,#59d7bb)}.kyc-icon--orange{background:linear-gradient(135deg,#ff8b23,#ffad3d)}.kyc-icon--purple{background:linear-gradient(135deg,#6c54d9,#8b6cf0)}.kyc-methods{background:#f2f6fb;margin:0 32px;padding:42px 0 34px}.kyc-method-card{border-color:#dfe8f2;box-shadow:0 18px 38px #15273d14;min-height:236px;overflow:hidden;padding:24px 24px 96px;position:relative}.kyc-method-card__head{align-items:center;display:grid;gap:13px;grid-template-columns:42px 1fr auto}.kyc-method-card .kyc-icon{height:36px;width:36px}.kyc-method-card .kyc-icon svg{height:20px;width:20px}.kyc-method-card__head h3{color:#111927;font-size:16px;font-weight:840;margin:0}.kyc-method-card__head em{background:#edf3ff;border-radius:999px;color:#325a9d;font-size:11px;font-style:normal;font-weight:800;padding:5px 9px}.kyc-method-card:nth-child(2) .kyc-method-card__head em{background:#e9faf6;color:#238a7f}.kyc-method-card:nth-child(3) .kyc-method-card__head em{background:#f0edff;color:#6651c7}.kyc-method-card p{color:#172131;font-size:13px;line-height:1.58;margin-top:18px;max-width:280px}.kyc-method-visual{bottom:14px;height:72px;position:absolute;right:18px;width:166px}.kyc-method-visual i,.kyc-method-visual b,.kyc-method-visual span{display:block;position:absolute}.kyc-method-visual--1 i{background:linear-gradient(90deg,#7e9ab5 0 12px,transparent 12px),linear-gradient(#d8e3ef,#d8e3ef) 48px 18px / 44px 4px no-repeat,linear-gradient(#e8eef5,#e8eef5) 48px 29px / 54px 4px no-repeat,linear-gradient(#edf3f8,#edf3f8) 48px 40px / 42px 4px no-repeat,#fbfdff;border:1px solid #d8e2ec;border-radius:5px;bottom:8px;box-shadow:0 8px 18px #2a4a6a1f;height:48px;left:36px;width:100px;z-index:2}.kyc-method-visual--1 i:before{background:#96a9bd;border-radius:999px;content:"";height:12px;left:20px;position:absolute;top:14px;width:12px}.kyc-method-visual--1 i:after{background:#d8e3ef;border-radius:999px 999px 2px 2px;content:"";height:8px;left:16px;position:absolute;top:30px;width:20px}.kyc-method-visual--1 b{background:linear-gradient(#dbe5ef,#dbe5ef) 18px 15px / 46px 4px no-repeat,linear-gradient(#eaf0f6,#eaf0f6) 18px 27px / 58px 4px no-repeat,#f8fbff;border:1px solid #e1e8f0;border-radius:4px;bottom:20px;height:42px;left:76px;opacity:.72;width:92px;z-index:1}.kyc-method-visual--1 span{background:#2f7cff;border-radius:999px;bottom:0;box-shadow:0 8px 14px #2f7cff47;height:26px;right:0;width:26px;z-index:3}.kyc-method-visual--1 span:after{color:#fff;content:"✓";font-size:15px;font-weight:920;left:7px;position:absolute;top:2px}.kyc-method-visual--2 i{background:linear-gradient(#c6d7e7,#c6d7e7) 16px 16px / 58px 4px no-repeat,linear-gradient(#deebf4,#deebf4) 16px 28px / 68px 4px no-repeat,linear-gradient(#deebf4,#deebf4) 16px 40px / 52px 4px no-repeat,#fbfdff;border:1px solid #d8e4ef;border-radius:5px;bottom:0;box-shadow:0 8px 18px #2a4a6a1f;height:62px;left:24px;width:88px}.kyc-method-visual--2 b{background:#e7fcf9db;border:1px dashed #47c9bd;border-radius:5px;bottom:10px;height:46px;right:24px;width:74px}.kyc-method-visual--2 span{background:#effffb;border:1px solid #bbece5;border-radius:4px;bottom:2px;box-shadow:0 8px 16px #249b9124;color:#1f9d91;font-size:10px;font-weight:900;height:34px;line-height:34px;right:4px;text-align:center;width:42px}.kyc-method-visual--2 span:after{content:"OCR"}.kyc-method-visual--3 i{background:radial-gradient(circle at 28px 24px,rgba(225,193,99,.7) 0 12px,transparent 13px),linear-gradient(#d8a448,#d8a448) 18px 44px / 38px 3px no-repeat,linear-gradient(#426ab7,#426ab7) 18px 54px / 48px 3px no-repeat,linear-gradient(135deg,#10234f,#1e438c 62%,#17306a);border-radius:6px;bottom:4px;box-shadow:0 9px 18px #14254a38;height:62px;left:28px;width:78px}.kyc-method-visual--3 b{background:linear-gradient(#dce5ee,#dce5ee) 12px 22px / 30px 3px no-repeat,linear-gradient(#eef3f8,#eef3f8) 12px 34px / 36px 3px no-repeat,linear-gradient(#eef3f8,#eef3f8) 12px 46px / 26px 3px no-repeat,#f9fbff;border:4px solid #132033;border-radius:15px 15px 4px 4px;bottom:0;box-shadow:0 8px 18px #1220332e;height:68px;right:10px;width:54px}.kyc-method-visual--3 b:before{background:#132033;border-radius:999px;content:"";height:4px;left:17px;position:absolute;top:5px;width:12px}.kyc-method-visual--3 span{background:#2f7cff;border-radius:999px;bottom:21px;box-shadow:0 8px 16px #2f7cff38;height:26px;left:82px;width:26px}.kyc-method-visual--3 span:after{color:#fff;content:"⌁";font-size:15px;font-weight:900;left:7px;position:absolute;top:2px}.kyc-button--visit{background:transparent;border-color:#2864c8;color:#2864c8;margin-top:28px;min-height:48px;min-width:240px}.kyc-url--light{color:#2864c8;margin:7px 0 0}.kyc-section--teams{padding-top:36px}.kyc-team-title{margin-bottom:28px;text-align:center}.kyc-team-grid{display:grid;gap:18px;grid-template-columns:repeat(4,minmax(0,1fr))}.kyc-team-grid article{border-left:1px solid #dfe5ec;min-width:0;padding:0 18px}.kyc-team-grid span{color:#2f7cff;display:inline-flex;height:30px;width:30px}.kyc-team-grid svg{height:30px;width:30px}.kyc-team-grid h3{font-size:15px;margin:10px 0 8px}.kyc-team-grid p{color:#4b5966;font-size:13px}.kyc-disclaimer{align-items:start;background:#f2f3f5;border-radius:6px;color:#303b47;display:grid;gap:16px;grid-template-columns:24px 1fr;margin-top:28px;padding:18px 22px}.kyc-disclaimer strong{align-items:center;background:#8b94a0;border-radius:999px;color:#fff;display:inline-flex;font-size:14px;height:24px;justify-content:center;width:24px}.kyc-disclaimer p{color:#344151;font-size:13px;line-height:1.55;margin:0}@media(max-width:980px){.kyc-hero__grid{grid-template-columns:1fr}.kyc-product{aspect-ratio:1.6 / 1;min-height:0}.kyc-console{margin-left:0}.kyc-console__body{grid-template-columns:118px 1fr}.kyc-console table{min-width:620px}.kyc-console section{overflow:hidden}.kyc-card-grid--four,.kyc-team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.kyc-card-grid--three{grid-template-columns:1fr}.kyc-methods{margin:0}}@media(max-width:640px){body{overflow-x:hidden}.kyc-page,.kyc-hero,.kyc-shell,.kyc-hero__grid,.kyc-hero__copy,.kyc-section,.kyc-methods{max-width:100%;min-width:0;overflow-x:hidden}.kyc-shell{padding:0 18px}.kyc-hero{padding-top:16px}.kyc-hero__grid{display:grid;grid-template-columns:minmax(0,1fr);width:100%}.kyc-breadcrumb{display:none}.kyc-hero__copy{max-width:min(300px,100%);padding-bottom:26px;width:min(300px,100%)}.kyc-hero h1{font-size:21px;line-height:1.15;max-width:min(300px,100%);overflow-wrap:break-word;text-wrap:auto;word-break:break-word}.kyc-hero__copy>p:not(.kyc-pill):not(.kyc-url){font-size:13px;line-height:1.6;max-width:min(300px,100%);overflow-wrap:break-word;word-break:break-word}.kyc-actions{display:grid}.kyc-button{width:100%}.kyc-url{margin-left:0;text-align:center}.kyc-product{aspect-ratio:auto;display:grid;gap:18px;margin:6px 0 0;min-height:0;overflow:visible;width:100%}.kyc-console{display:none}.kyc-phone{bottom:auto;justify-self:center;margin-top:8px;position:relative;right:auto;width:min(300px,calc(100vw - 56px))}.kyc-phone__profile{grid-template-columns:42px minmax(0,1fr)}.kyc-phone__profile em{grid-column:2}.kyc-section,.kyc-methods{padding:34px 0}.kyc-centered>h2,.kyc-team-title{font-size:21px;line-height:1.2;margin-left:auto;margin-right:auto;max-width:min(320px,100%);overflow-wrap:anywhere;text-wrap:balance;word-break:break-word}.kyc-centered>p{font-size:14px;margin-left:auto;margin-right:auto;max-width:min(320px,100%)}.kyc-card-grid--four,.kyc-team-grid{grid-template-columns:1fr}.kyc-card,.kyc-method-card{padding:22px}.kyc-method-card{min-height:292px;padding:22px 22px 100px}.kyc-method-visual{opacity:.92;right:14px;transform:scale(.94);transform-origin:right bottom}.kyc-team-grid article{border-left:0;border-top:1px solid #dfe5ec;padding:18px 0 0}}@media(max-width:760px){html,body{max-width:100%;overflow-x:hidden}.kyc-page{max-width:100%;overflow-x:clip;width:100%}.kyc-page .kyc-shell,.kyc-page .kyc-hero__grid,.kyc-page .kyc-hero__copy,.kyc-page .kyc-centered,.kyc-page .kyc-card-grid,.kyc-page .kyc-team-grid,.kyc-page .kyc-disclaimer{box-sizing:border-box;max-width:100%;min-width:0;width:100%}.kyc-page .kyc-hero h1,.kyc-page .kyc-hero__copy>p,.kyc-page .kyc-centered>h2,.kyc-page .kyc-centered>p{box-sizing:border-box;max-width:100%;min-width:0;overflow-wrap:anywhere;white-space:normal;width:100%;word-break:normal}.kyc-page .kyc-hero h1{font-size:clamp(21px,6vw,24px);line-height:1.14;text-wrap:auto}.kyc-page .kyc-phone{max-width:300px}.kyc-page .kyc-hero__copy,.kyc-page .kyc-hero h1,.kyc-page .kyc-hero__copy>p:not(.kyc-pill):not(.kyc-url),.kyc-page .kyc-centered,.kyc-page .kyc-centered>h2,.kyc-page .kyc-centered>p{max-width:min(300px,calc(100vw - 36px));width:min(300px,calc(100vw - 36px))}.kyc-page .kyc-hero h1{font-size:21px}}.fm-hero__visual{align-self:center;aspect-ratio:1.48 / 1;isolation:isolate;justify-self:center;min-height:0;perspective:1400px;width:min(100%,620px)}.fm-hero__visual:after{background:radial-gradient(circle,rgba(255,135,22,.38),transparent 62%);bottom:24px;content:"";height:190px;pointer-events:none;position:absolute;right:-42px;width:220px;z-index:-1}.fm-hero__visual .fm-dashboard{background:linear-gradient(135deg,#0a1421fa,#060f1bfa);border:1px solid rgba(255,150,37,.58);border-radius:18px;box-shadow:0 0 0 1px #ff96252e,0 0 34px #ff7b143d,0 34px 90px #0000007a;display:grid;grid-template-columns:136px minmax(0,1fr);min-height:clamp(320px,27vw,372px);overflow:hidden;transform:rotateY(-6deg) rotateX(1.5deg);transform-origin:44% 50%}.fm-dashboard__rail{background:#040d18b8;border-right:1px solid rgba(255,255,255,.08);display:grid;grid-template-rows:auto 1fr;min-width:0;padding:14px 10px}.fm-dashboard__brand{align-items:center;color:#fff;display:flex;font-size:12px;font-weight:820;gap:8px;margin-bottom:14px;min-width:0}.fm-dashboard__brand img{border-radius:5px;height:24px;width:24px}.fm-dashboard__brand span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fm-dashboard__rail nav{display:grid;gap:4px}.fm-dashboard__rail nav span{align-items:center;border-radius:6px;color:#ffffff9e;display:flex;font-size:10px;font-weight:720;gap:8px;min-height:24px;padding:0 8px}.fm-dashboard__rail nav span.is-active{background:#ff911b29;box-shadow:inset 2px 0 #ff8a1d;color:#fff}.fm-dashboard__rail nav i{border:1px solid currentColor;border-radius:4px;height:11px;opacity:.72;width:11px}.fm-dashboard__workspace{min-width:0}.fm-hero__visual .fm-windowbar{align-items:center;background:#060e19c7;border-bottom:1px solid rgba(255,255,255,.08);display:grid;gap:10px;grid-template-columns:22px 1fr auto auto auto;min-height:42px;padding:0 14px}.fm-hero__visual .fm-windowbar>i{height:16px;position:relative;width:16px}.fm-hero__visual .fm-windowbar>i:before,.fm-hero__visual .fm-windowbar>i:after{background:#ffffff8f;border-radius:999px;content:"";height:2px;left:1px;position:absolute;width:14px}.fm-hero__visual .fm-windowbar>i:before{top:4px}.fm-hero__visual .fm-windowbar>i:after{top:10px}.fm-hero__visual .fm-windowbar>span{background:#ffffff09;border-radius:999px;display:block;height:22px;margin:0}.fm-hero__visual .fm-windowbar b,.fm-hero__visual .fm-windowbar strong{color:#ffffffc7;font-size:12px;font-style:normal}.fm-hero__visual .fm-windowbar strong{color:#fff;font-weight:780}.fm-hero__visual .fm-dashboard main{padding:12px}.fm-dashboard__heading{align-items:end;display:flex;gap:18px;justify-content:space-between;margin-bottom:8px}.fm-dashboard__heading h2{color:#fff;font-size:18px;line-height:1.1;margin:0 0 4px}.fm-dashboard__heading p{color:#ffffff8c;font-size:10px;margin:0}.fm-dashboard__heading button{background:#ffffff0b;border:1px solid rgba(255,255,255,.08);border-radius:7px;color:#ffffffb8;font:inherit;font-size:10px;font-weight:760;min-height:26px;padding:0 10px}.fm-hero__visual .fm-metrics{display:grid;gap:7px;grid-template-columns:repeat(4,minmax(0,1fr));margin:0 0 7px}.fm-hero__visual .fm-metrics span{background:#ffffff0b;border:1px solid rgba(255,255,255,.08);border-radius:8px;display:grid;gap:4px;min-height:52px;padding:8px 9px}.fm-hero__visual .fm-metrics small{color:#ffffff8c;font-size:9px}.fm-hero__visual .fm-metrics strong{color:#fff;font-size:16px}.fm-hero__visual .fm-metrics em{color:#5be47f;font-size:9px;font-style:normal;font-weight:780}.fm-dashboard__grid{display:grid;gap:8px;grid-template-columns:1.3fr .72fr .72fr}.fm-panel{background:#ffffff0b;border:1px solid rgba(255,255,255,.08);border-radius:8px;min-width:0;padding:8px}.fm-panel header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.fm-panel h3{color:#fff;font-size:12px;line-height:1.2;margin:0}.fm-panel header span,.fm-panel small{color:#ffffff80;font-size:9px}.fm-panel--trend{grid-column:span 2}.fm-panel--trend svg{display:block;height:78px;overflow:visible;width:100%}.fm-panel--trend path{fill:none;stroke:#ffffff0f;stroke-width:1}.fm-panel--trend polyline{fill:none;filter:drop-shadow(0 0 8px rgba(45,117,255,.45));stroke:#2f7cff;stroke-linecap:round;stroke-linejoin:round;stroke-width:4}.fm-panel--trend circle{fill:#2f7cff;stroke:#0d1a2b;stroke-width:2}.fm-panel--alerts p,.fm-panel--health p{align-items:center;color:#ffffffb8;display:grid;font-size:9px;gap:7px;grid-template-columns:14px 1fr auto;margin:8px 0 0}.fm-panel--alerts p i,.fm-panel--health p i{border-radius:4px;height:14px;width:14px}.fm-panel .tone-1{background:#e8443f}.fm-panel .tone-2{background:#f3841d}.fm-panel .tone-3{background:#2f7cff}.fm-panel .tone-4{background:#f2b938}.fm-panel--alerts p strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fm-panel--alerts header span{color:#ff9b35}.fm-panel--health{grid-row:span 2}.fm-panel--health header span,.fm-panel--health small{color:#5be47f}.fm-panel--health div{align-items:center;border:1px solid rgba(91,228,127,.2);border-radius:999px;display:grid;height:54px;justify-items:center;margin:6px auto;width:54px}.fm-panel--health div strong{align-items:center;background:#5be47f29;border:2px solid rgba(91,228,127,.6);border-radius:999px;color:#7cff98;display:inline-flex;height:32px;justify-content:center;width:32px}.fm-panel--health p{grid-template-columns:8px 1fr auto}.fm-panel--health p i{background:#3ddb63;border-radius:999px;height:7px;width:7px}.fm-panel--donut,.fm-panel--bars,.fm-panel--accounts{min-height:74px}.fm-panel--donut{display:grid;gap:8px 10px;grid-template-columns:auto 1fr}.fm-panel--donut h3{grid-column:1 / -1}.fm-preview-donut{background:conic-gradient(#ff9b19 0 38%,#2f7cff 38% 62%,#7c48e5 62% 78%,#28b869 78% 100%);border-radius:999px;height:54px;position:relative;width:54px}.fm-preview-donut:after{background:#0d1928;border-radius:999px;content:"";height:30px;left:12px;position:absolute;top:12px;width:30px}.fm-panel--donut ul{color:#ffffffa3;display:grid;font-size:9px;gap:6px;list-style:none;margin:0;padding:0}.fm-panel--donut li{display:flex;justify-content:space-between}.fm-panel--bars{grid-column:span 1}.fm-panel--bars>div{align-items:end;display:grid;gap:8px;grid-template-columns:repeat(7,minmax(0,1fr));height:52px;margin-top:8px}.fm-panel--bars span{align-items:end;display:grid;gap:3px;grid-template-rows:1fr auto;height:100%}.fm-panel--bars i,.fm-panel--bars b{align-self:end;border-radius:3px 3px 0 0;display:block;height:var(--bar)}.fm-panel--bars i{background:#41c56f}.fm-panel--bars b{background:#f05a4c;height:calc(var(--bar) * .42)}.fm-panel--accounts{align-items:center;display:grid;justify-items:center}.fm-panel--accounts h3{justify-self:start}.fm-preview-donut--small{display:grid;height:54px;place-items:center;width:54px}.fm-preview-donut--small strong{color:#fff;font-size:13px;position:relative;z-index:1}.fm-hero__visual>.fm-phone{aspect-ratio:9 / 19.5;background:#06101b;border:4px solid #2c3440;border-radius:38px;box-shadow:inset 0 0 0 2px #ffffff24,0 26px 60px #00000094,0 0 34px #ff871629;color:#fff;height:auto;max-height:300px;overflow:hidden;padding:14px 12px 12px;position:absolute;bottom:12px;right:-6px;top:auto;transform:rotateY(-2deg) rotateX(1deg);transform-origin:center bottom;width:138px;z-index:2}.fm-hero__visual>.fm-phone .fm-phone__bar{background:#02060b;border-radius:999px;height:13px;left:50%;margin:0;position:absolute;top:10px;transform:translate(-50%);width:44px}.fm-phone__status,.fm-phone__brand,.fm-phone__alerts header,.fm-hero__visual>.fm-phone nav{align-items:center;display:flex;justify-content:space-between}.fm-phone__status{font-size:8px;margin:0 0 12px}.fm-phone__status em{color:#ffffffdb;font-style:normal;font-size:7px}.fm-phone__brand{gap:6px;justify-content:start;margin-bottom:10px}.fm-phone__brand img{border-radius:6px;height:22px;width:22px}.fm-phone__brand span{color:#fff;font-size:10px;font-weight:820;margin-right:auto}.fm-phone__brand i{color:#ffffffb8;font-style:normal}.fm-hero__visual>.fm-phone h3{color:#fff;font-size:18px;line-height:1;margin:0 0 5px}.fm-phone__hello{color:#ffffff9e;font-size:9px;margin:0 0 9px}.fm-hero__visual>.fm-phone .fm-phone__card{border:1px solid rgba(255,255,255,.08);border-radius:10px;display:grid;gap:4px;margin-top:6px;min-height:46px;padding:8px}.fm-hero__visual>.fm-phone .fm-phone__card span{color:#fff;font-size:9px;font-weight:720}.fm-hero__visual>.fm-phone .fm-phone__card strong{color:#fff;font-size:18px;line-height:1}.fm-hero__visual>.fm-phone .fm-phone__card em{color:#62e181;font-size:7px;font-style:normal}.fm-hero__visual>.fm-phone .fm-phone__card--orange{background:linear-gradient(135deg,#f98a16,#783308)}.fm-hero__visual>.fm-phone .fm-phone__card:not(.fm-phone__card--orange):not(.fm-phone__card--green){background:linear-gradient(135deg,#0b3264,#071b31)}.fm-hero__visual>.fm-phone .fm-phone__card--green{background:linear-gradient(135deg,#087844,#06341f)}.fm-phone__alerts{margin-top:8px}.fm-phone__alerts header strong{color:#fff;font-size:10px}.fm-phone__alerts header span{color:#ff9b35;font-size:8px}.fm-phone__alerts p{align-items:center;background:#ffffff0e;border-bottom:1px solid rgba(255,255,255,.06);display:grid;gap:8px;grid-template-columns:14px 1fr auto;margin:0;padding:5px 0}.fm-phone__alerts i{align-items:center;border-radius:999px;color:#fff;display:inline-flex;font-size:8px;font-style:normal;font-weight:900;height:14px;justify-content:center;width:14px}.fm-phone__alerts .tone-1{background:#ef3f38}.fm-phone__alerts .tone-2{background:#ff921d}.fm-phone__alerts p span{color:#fff;font-size:8px;font-weight:760;line-height:1.2}.fm-phone__alerts small{color:#ffffff8c;display:block;font-size:7px;font-weight:500;margin-top:2px}.fm-phone__alerts p em{color:#ffffffa6;font-size:7px;font-style:normal}.fm-hero__visual>.fm-phone nav{border-top:1px solid rgba(255,255,255,.08);color:#ffffff80;font-size:7px;gap:5px;margin-top:8px;padding-top:8px}.fm-hero__visual>.fm-phone nav span:first-child{color:#ff9b35}@media(max-width:1120px){.fm-hero__visual .fm-dashboard{grid-template-columns:132px minmax(0,1fr)}.fm-dashboard__grid{grid-template-columns:1fr .74fr}.fm-panel--health{display:none}.fm-panel--trend{grid-column:span 2}}@media(max-width:980px){.fm-hero__visual .fm-dashboard{transform:none}}@media(max-width:680px){.fm-hero__visual{aspect-ratio:auto;margin-left:-18px;margin-right:-18px;min-height:356px;overflow:hidden;padding:0 18px;width:auto}.fm-hero__visual .fm-dashboard{grid-template-columns:112px minmax(0,1fr);margin:0;min-height:312px;transform:scale(.56) rotateY(-6deg) rotateX(1.5deg);transform-origin:left top;width:560px}.fm-dashboard__rail{display:grid;padding:12px 9px}.fm-dashboard__brand{font-size:10px;margin-bottom:12px}.fm-dashboard__brand img{height:22px;width:22px}.fm-dashboard__rail nav span{font-size:9px;min-height:24px;padding:0 7px}.fm-hero__visual .fm-windowbar{grid-template-columns:20px 1fr auto auto;min-height:40px}.fm-hero__visual .fm-windowbar strong{display:none}.fm-hero__visual .fm-dashboard main{padding:11px}.fm-dashboard__heading{align-items:start}.fm-dashboard__heading button{display:none}.fm-hero__visual .fm-metrics{grid-template-columns:repeat(4,minmax(0,1fr))}.fm-dashboard__grid{grid-template-columns:1.3fr .72fr .72fr}.fm-panel--trend,.fm-panel--bars{grid-column:span 2}.fm-panel--bars,.fm-panel--accounts{display:none}.fm-hero__visual>.fm-phone{inset:auto 24px 8px auto;max-height:286px;transform:none;width:min(132px,calc(100vw - 210px))}}@media(min-width:381px)and (max-width:680px){.fm-hero__visual{min-height:384px}.fm-hero__visual .fm-dashboard{transform:scale(.62) rotateY(-6deg) rotateX(1.5deg)}.fm-hero__visual>.fm-phone{max-height:308px;right:28px;width:142px}}.fm-hero__visual{align-items:center;aspect-ratio:1.55 / 1;display:grid;isolation:isolate;justify-items:center;min-height:0;overflow:visible;perspective:1400px;position:relative;width:min(100%,660px)}.fm-hero__desktop-shot,.fm-hero__mobile-shot{display:block;height:auto;max-width:none;object-fit:contain;user-select:none}.fm-hero__desktop-shot{aspect-ratio:4 / 3;filter:drop-shadow(0 32px 54px rgba(0,0,0,.46));transform:rotateY(-7deg) rotateX(1.5deg);transform-origin:46% 50%;width:min(100%,640px);z-index:1}.fm-hero__mobile-shot{aspect-ratio:430 / 932;bottom:1%;filter:drop-shadow(0 24px 34px rgba(0,0,0,.56));position:absolute;right:-1%;width:clamp(116px,21vw,162px);z-index:2}@media(max-width:980px){.fm-hero__visual{width:min(100%,720px)}}@media(max-width:680px){.fm-hero__visual{aspect-ratio:1.1 / 1;margin:6px auto 0;max-width:430px;min-height:0;overflow:visible;padding:0;width:100%}.fm-hero__desktop-shot{transform:rotateY(-5deg) rotateX(1deg);width:96%}.fm-hero__mobile-shot{bottom:6%;right:7%;width:clamp(84px,27vw,118px)}}@media(max-width:380px){.fm-hero__desktop-shot{width:96%}.fm-hero__mobile-shot{right:7%;width:clamp(78px,26vw,100px)}}.ca-page{background:#fff;color:#101914}.ca-shell{margin:0 auto;max-width:1180px;padding:0 24px}.ca-hero{background:radial-gradient(circle at 28% 8%,rgba(37,163,115,.09),transparent 28%),radial-gradient(circle at 80% 18%,rgba(54,113,185,.08),transparent 30%),linear-gradient(135deg,#f2f8f4,#eef6f1 52%,#f7fbf8);border-bottom:1px solid #e5ece7;overflow:hidden;padding:58px 0 46px}.ca-hero__grid{align-items:center;display:grid;gap:54px;grid-template-columns:minmax(0,.86fr) minmax(520px,1.14fr)}.ca-eyebrow{color:#097454;font-size:13px;font-weight:860;letter-spacing:0;margin:0 0 16px;text-transform:uppercase}:lang(zh-CN) .ca-eyebrow{text-transform:none}.ca-hero h1{color:#080f0c;font-size:clamp(44px,5vw,62px);letter-spacing:0;line-height:.98;margin:0 0 18px}:lang(zh-CN) .ca-hero h1{line-height:1.08}.ca-hero__copy>p:not(.ca-eyebrow){color:#3b4742;font-size:19px;line-height:1.72;margin:0;max-width:560px}.ca-badges{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.ca-badges span{align-items:center;background:#ffffffc7;border:1px solid #d9e5df;border-radius:8px;box-shadow:0 10px 22px #203e300f;color:#20473b;display:inline-flex;font-size:13px;font-weight:760;gap:9px;min-height:48px;padding:0 16px}.ca-badges i{align-items:center;color:#0c9269;display:inline-flex;height:22px;width:22px}.ca-badges svg{height:22px;width:22px}.ca-visual{display:grid;gap:12px;grid-template-columns:repeat(6,minmax(0,1fr));position:relative}.ca-card{background:#ffffffe6;border:1px solid #dfe8e3;border-radius:8px;box-shadow:0 16px 30px #23382f14;min-width:0;padding:16px}.ca-card h2{color:#14211c;font-size:12px;font-weight:820;line-height:1.2;margin:0 0 12px}.ca-card--profile{grid-column:span 2}.ca-card--profile>div{align-items:center;display:grid;gap:12px;grid-template-columns:52px 1fr auto;margin-bottom:16px}.ca-avatar{background:radial-gradient(circle at 50% 33%,#e7b9a0 0 14%,transparent 15%),radial-gradient(circle at 50% 72%,#243d63 0 23%,transparent 24%),linear-gradient(135deg,#dce8e3,#f8f3ea);border-radius:999px;display:block;height:52px;width:52px}.ca-card--profile p{margin:0}.ca-card--profile strong{color:#15211c;display:block;font-size:14px}.ca-card--profile small{color:#64726b;display:block;font-size:11px;margin-top:3px}.ca-card--profile em{background:#e5f6ed;border-radius:999px;color:#08744f;font-size:10px;font-style:normal;font-weight:820;padding:5px 8px;white-space:nowrap}.ca-card--profile>small{color:#64726b;display:block;font-size:11px}.ca-score{align-items:baseline;display:flex;gap:4px;margin:4px 0 8px}.ca-score strong{color:#0e1512;font-size:32px;line-height:1}.ca-score span{color:#6e7974;font-size:12px}.ca-score em{background:#fff0c9;border-radius:999px;color:#9c6a00;font-size:10px;margin-left:auto}.ca-riskbar{background:linear-gradient(90deg,#1aa475 0 45%,#f0bd30 45% 72%,#db584c 72% 100%);border-radius:999px;display:block;height:8px;position:relative}.ca-riskbar i{background:#101914;border-radius:999px;display:block;height:12px;left:64%;position:absolute;top:-2px;width:3px}.ca-card--trend{grid-column:span 4}.ca-card--trend h2 span{color:#78847f;font-weight:650}.ca-card--trend svg{display:block;height:auto;width:100%}.ca-card--trend line{stroke:#e5ede8;stroke-width:1}.ca-card--trend path{fill:url(#caTrendFill)}.ca-card--trend polyline{fill:none;stroke:#0a8f68;stroke-linecap:round;stroke-linejoin:round;stroke-width:4}.ca-card--trend text{fill:#6d7973;font-size:11px}.ca-card--heatmap{grid-column:span 4}.ca-heatmap{display:grid;gap:4px;grid-template-columns:repeat(12,minmax(0,1fr))}.ca-heatmap span{aspect-ratio:1 / 1;background:#edf3ef;border-radius:2px}.ca-heatmap .is-low{background:#dcebe4}.ca-heatmap .is-medium{background:#94cdb3}.ca-heatmap .is-high{background:#1d9a68}.ca-heatmap__axis{color:#6b7871;display:flex;font-size:10px;justify-content:space-between;margin-top:8px}.ca-card--segments{grid-column:span 2}.ca-card--segments p{align-items:center;border-radius:999px;display:flex;font-size:12px;justify-content:space-between;margin:0 0 8px;padding:8px 10px}.ca-card--segments p:nth-of-type(1){background:#e5f5ee;color:#0a7655}.ca-card--segments p:nth-of-type(2){background:#fff0e6;color:#a45022}.ca-card--segments p:nth-of-type(3){background:#f0f2f4;color:#596660}.ca-card--segments p:nth-of-type(4){background:#e8f1ff;color:#245aaf}.ca-card--alert,.ca-card--ai{grid-column:span 3}.ca-card--alert{background:#fff0ee;border-color:#f2cbc5}.ca-card--alert h2{align-items:center;color:#a83228;display:flex;gap:9px}.ca-card--alert h2 span{align-items:center;border:2px solid currentColor;border-radius:999px;display:inline-flex;height:22px;justify-content:center;width:22px}.ca-card--alert p,.ca-card--ai p{color:#384640;font-size:12px;line-height:1.45;margin:0 0 8px}.ca-card--alert small{color:#7a625d;font-size:11px}.ca-card--ai h2{align-items:center;color:#6137b8;display:flex;gap:8px}.ca-card--ai i{display:inline-flex;height:22px;width:22px}.ca-card--ai a{color:#5c35b2;font-size:12px;font-weight:840}.ca-section{padding:28px 0 10px}.ca-rows{display:grid}.ca-row{border-bottom:1px solid #dfe7e2;display:grid;gap:34px;grid-template-columns:120px minmax(0,.72fr) minmax(360px,1fr);padding:32px 0}.ca-row__icon{align-items:center;background:#f0f3f1;border-radius:999px;color:#0c8d66;display:inline-flex;height:78px;justify-content:center;width:78px}.ca-row__icon svg{height:36px;width:36px}.ca-row__copy strong{color:#0a8b64;display:block;font-size:24px;line-height:1;margin-bottom:10px}.ca-row h2{color:#101914;font-size:30px;letter-spacing:0;line-height:1.04;margin:0 0 12px}:lang(zh-CN) .ca-row h2{line-height:1.16}.ca-row p{color:#47534e;font-size:14px;line-height:1.55;margin:0}.ca-row ul{align-self:center;color:#25322d;display:grid;gap:8px;font-size:15px;line-height:1.32;list-style:none;margin:0;padding:0}.ca-row li{padding-left:22px;position:relative}.ca-row li:before{background:#0a8b64;border-radius:999px;content:"";height:6px;left:0;position:absolute;top:8px;width:6px}.ca-intelligence{padding:20px 0 8px}.ca-intelligence .ca-shell{background:#f3faf6;border:1px solid #e2eee7;border-radius:8px;padding-bottom:22px;padding-top:18px}.ca-intelligence h2{color:#101914;font-size:24px;line-height:1.2;margin:0 0 18px;text-align:center}.ca-intelligence__grid{display:grid;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr))}.ca-intelligence article{align-items:center;background:#fff;border:1px solid #dfe7e2;border-radius:8px;box-shadow:0 14px 28px #1934280d;display:grid;gap:16px;grid-template-columns:62px 1fr;min-width:0;padding:18px}.ca-intelligence article>span,.ca-why__inner>span{align-items:center;background:#19865d;border-radius:999px;color:#fff;display:inline-flex;height:58px;justify-content:center;width:58px}.ca-intelligence article:nth-child(2)>span{background:#245aaf}.ca-intelligence article:nth-child(3)>span{background:#6840c6}.ca-intelligence svg,.ca-why svg{height:30px;width:30px}.ca-intelligence h3,.ca-why h2,.ca-cta h2{color:#101914;letter-spacing:0;margin:0}.ca-intelligence h3{font-size:18px;line-height:1.15;margin-bottom:5px}.ca-intelligence p{color:#45514c;font-size:13px;line-height:1.42;margin:0}.ca-why{padding:24px 0 28px}.ca-why__inner{align-items:start;display:grid;gap:24px;grid-template-columns:78px minmax(0,1fr)}.ca-why__inner>span{background:#eaf1ed;color:#0b8b64}.ca-why h2{font-size:26px;line-height:1.15;margin-bottom:8px}.ca-why p{color:#303c37;font-size:16px;line-height:1.55;margin:0;max-width:980px}.ca-cta{padding:0 0 44px}.ca-cta__inner{align-items:center;background:radial-gradient(circle at 90% 38%,rgba(45,117,255,.28),transparent 28%),linear-gradient(135deg,#061624,#082340 72%,#061624);border-radius:8px;color:#fff;display:grid;gap:28px;grid-template-columns:minmax(0,1fr) 330px;overflow:hidden;padding:28px 34px;position:relative}.ca-cta h2{color:#fff;font-size:24px;line-height:1.2;margin-bottom:8px}.ca-cta p{color:#ffffffc7;font-size:15px;line-height:1.55;margin:0;max-width:640px}.ca-cta__actions{display:grid;gap:12px}.ca-button{align-items:center;border:1px solid rgba(255,255,255,.72);border-radius:7px;color:#fff;display:inline-flex;font-size:14px;font-weight:820;gap:10px;justify-content:center;min-height:50px;padding:0 18px}.ca-button--primary{background:#fff;border-color:#fff;color:#0b2d55}@media(max-width:980px){.ca-hero__grid,.ca-row,.ca-cta__inner{grid-template-columns:1fr}.ca-visual{max-width:680px;width:100%}.ca-row{gap:18px}.ca-row ul{align-self:start}.ca-intelligence__grid{grid-template-columns:1fr}.ca-cta__actions{max-width:360px}}@media(max-width:680px){.ca-shell{padding-left:18px;padding-right:18px}.ca-hero{padding:38px 0 32px}.ca-hero__grid{gap:30px}.ca-hero h1{font-size:40px}:lang(zh-CN) .ca-hero h1{font-size:38px}.ca-hero__copy>p:not(.ca-eyebrow){font-size:16px}.ca-badges{display:grid}.ca-badges span{width:100%}.ca-visual{gap:10px;grid-template-columns:1fr}.ca-card,.ca-card--profile,.ca-card--trend,.ca-card--heatmap,.ca-card--segments,.ca-card--alert,.ca-card--ai{grid-column:span 1}.ca-card--profile>div{grid-template-columns:46px 1fr}.ca-card--profile em{grid-column:2;justify-self:start}.ca-card--trend svg{min-height:170px}.ca-section{padding-top:18px}.ca-row{grid-template-columns:1fr;padding:26px 0}.ca-row__icon{height:64px;width:64px}.ca-row__copy strong{font-size:22px}.ca-row h2{font-size:28px}.ca-row ul{font-size:14px}.ca-intelligence .ca-shell{border-radius:0}.ca-intelligence h2{font-size:22px}.ca-intelligence article{grid-template-columns:54px 1fr;padding:16px}.ca-intelligence article>span,.ca-why__inner>span{height:52px;width:52px}.ca-why__inner{gap:16px;grid-template-columns:56px 1fr}.ca-why h2{font-size:24px}.ca-why p{font-size:15px}.ca-cta__inner{padding:24px 18px}.ca-cta__actions,.ca-button{width:100%}}.broker-page{background:#fbfefd;color:#071426}.broker-shell{margin:0 auto;max-width:1180px;padding:0 24px}.broker-hero{background:radial-gradient(circle at 8% 0%,rgba(10,137,95,.12),transparent 28%),linear-gradient(180deg,#f5fffb,#fff 70%);border-bottom:1px solid #dfeee8;overflow:hidden;padding:58px 0 44px}.broker-hero__grid{align-items:center;display:grid;gap:42px;grid-template-columns:minmax(340px,.78fr) minmax(580px,1.22fr)}.broker-eyebrow{color:#047857;font-size:13px;font-weight:840;letter-spacing:0;margin:0 0 14px;text-transform:uppercase}.broker-hero h1{color:#071426;font-size:64px;letter-spacing:0;line-height:1.02;margin:0 0 16px}:lang(zh-CN) .broker-hero h1,:lang(zh-Hant) .broker-hero h1{font-size:58px;line-height:1.12}.broker-subtitle{color:#047857;font-size:21px;font-weight:720;line-height:1.35;margin:0 0 18px}.broker-lead{color:#26384d;font-size:16px;line-height:1.78;margin:0;max-width:610px}.broker-proof{align-items:flex-start;color:#064e3b;display:flex;font-size:14px;font-weight:820;gap:10px;line-height:1.5;margin:24px 0 0;max-width:560px}.broker-proof span,.broker-feature-card>span,.broker-mini-grid article>span,.broker-system-grid article>span,.broker-team-grid article>span,.broker-flow article>span{align-items:center;display:inline-flex;justify-content:center}.broker-proof span{border:1px solid #0f946e;border-radius:5px;color:#047857;flex:0 0 auto;height:18px;margin-top:1px;width:18px}.broker-proof svg{height:13px;width:13px}.broker-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.broker-button{align-items:center;background:#fff;border:1px solid #08745a;border-radius:6px;color:#075f4a;display:inline-flex;font-size:14px;font-weight:820;justify-content:center;min-height:46px;padding:0 22px}.broker-button--primary{background:#057a5a;border-color:#057a5a;box-shadow:0 16px 30px #057a5a33;color:#fff}.broker-button--dark{background:#ffffff0f;border-color:#ffffff8c;color:#fff}.broker-hero__visual{min-height:480px;position:relative}.broker-laptop{background:#111827;border-radius:22px 22px 6px 6px;box-shadow:0 32px 70px #0a21282e;margin-left:auto;padding:14px 14px 0;position:relative;width:min(680px,100%)}.broker-laptop:after{background:linear-gradient(90deg,#d6e1de,#f8fbfa,#d6e1de);border-radius:0 0 18px 18px;bottom:-18px;content:"";height:18px;left:-18px;position:absolute;right:-18px}.broker-laptop__screen{background:#fff;border-radius:10px 10px 0 0;display:grid;gap:0;grid-template-columns:74px minmax(0,1fr);min-height:335px;overflow:hidden;padding:0}.broker-laptop__nav{background:#f4f8f7;border-right:1px solid #e1ebe8;display:grid;gap:12px;justify-items:center;align-content:start;padding:22px 14px}.broker-laptop__nav span{align-items:center;background:#165bd8;border-radius:5px;color:#fff;display:inline-flex;font-size:13px;font-weight:860;height:24px;justify-content:center;margin-bottom:10px;width:24px}.broker-laptop__nav i{background:#d7e3df;border-radius:999px;height:7px;width:34px}.broker-laptop__nav i:nth-of-type(1){background:#08745a}.broker-laptop__main{padding:22px}.broker-laptop__main>header{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:18px}.broker-laptop__main>header strong{color:#13233b;font-size:16px}.broker-laptop__main>header small{background:#f0f7f4;border-radius:999px;color:#08745a;font-size:11px;font-weight:820;padding:6px 10px}.broker-laptop__metrics{display:grid;gap:12px;grid-template-columns:repeat(4,minmax(0,1fr))}.broker-laptop__metrics article,.broker-metric-grid article{background:#fbfdfc;border:1px solid #e1ebe8;border-radius:8px;padding:14px}.broker-laptop__metrics small,.broker-metric-grid span{color:#64758a;display:block;font-size:11px;font-weight:720}.broker-laptop__metrics strong,.broker-metric-grid strong{color:#071426;display:block;font-size:22px;line-height:1;margin:8px 0}.broker-laptop__metrics em,.broker-metric-grid em{color:#07996f;display:block;font-size:11px;font-style:normal;font-weight:820}.broker-dashboard-grid{display:grid;gap:14px;grid-template-columns:minmax(0,1fr) 170px;margin-top:18px}.broker-chart{align-items:center;background:linear-gradient(#edf3f1 1px,transparent 1px),linear-gradient(90deg,#edf3f1 1px,transparent 1px);background-size:48px 36px;border:1px solid #e1ebe8;border-radius:8px;display:grid;height:170px;padding:16px}.broker-chart header,.broker-task-list header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.broker-chart header strong,.broker-task-list header strong{color:#102033;font-size:12px}.broker-chart svg{height:120px;width:100%}.broker-chart path{fill:none;stroke:#07996f;stroke-linecap:round;stroke-width:4}.broker-task-list{background:#fbfdfc;border:1px solid #e1ebe8;border-radius:8px;height:170px;padding:14px}.broker-task-list p{align-items:center;border-top:1px solid #edf3f1;display:grid;gap:8px;grid-template-columns:20px minmax(0,1fr) auto;margin:0;padding:8px 0}.broker-task-list p:first-of-type{border-top:0}.broker-task-list p span{align-items:center;background:#e8f7f2;border-radius:5px;color:#08745a;display:inline-flex;font-size:10px;font-weight:820;height:20px;justify-content:center;width:20px}.broker-task-list p strong{color:#3d5066;font-size:10px;line-height:1.2}.broker-task-list p em{color:#102033;font-size:10px;font-style:normal;font-weight:820}.broker-phone,.broker-profile-phone,.broker-cta-phones span{background:#111827;border-radius:26px;box-shadow:0 22px 46px #0f172a33;padding:8px}.broker-phone{position:absolute;width:170px}.broker-phone--left{bottom:24px;left:6px;transform:rotate(-4deg)}.broker-phone--right{bottom:-4px;left:210px;transform:rotate(3deg)}.broker-phone__screen{background:#fff;border-radius:20px;min-height:310px;overflow:hidden;padding:18px 12px 12px}.broker-phone__top{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.broker-phone__screen h2{color:#111827;font-size:13px;margin:0}.broker-phone__top span{color:#748194;font-size:10px;letter-spacing:1px}.broker-phone__tabs{display:grid;gap:5px;grid-template-columns:repeat(3,1fr);margin-bottom:10px}.broker-phone__tabs span{background:#f2f6f5;border-radius:999px;color:#758398;font-size:8px;font-weight:820;padding:5px 0;text-align:center}.broker-phone__tabs .is-active{background:#e6f7f0;color:#08745a}.broker-mini-row{align-items:center;border-bottom:1px solid #edf2f0;display:flex;gap:10px;padding:10px 0}.broker-mini-row .broker-avatar-dot{align-items:center;background:#e8f7f2;border-radius:999px;color:#067a5a;display:inline-flex;flex:0 0 auto;font-size:10px;font-weight:820;height:28px;justify-content:center;width:28px}.broker-mini-row em{background:#f2f6f5;border-radius:999px;color:#607080;font-size:8px;font-style:normal;font-weight:820;margin-left:auto;padding:4px 6px}.broker-mini-row strong,.broker-alert strong,.broker-notice strong{color:#102033;display:block;font-size:11px;line-height:1.25}.broker-mini-row small,.broker-notice small{color:#758398;display:block;font-size:9px;margin-top:2px}.broker-phone footer{display:grid;gap:10px;grid-template-columns:repeat(4,1fr);margin-top:14px}.broker-phone footer span{align-items:center;color:#8b9b9a;display:inline-flex;justify-content:center}.broker-phone footer span:first-child{color:#08745a}.broker-phone footer svg{height:14px;width:14px}.broker-alert{align-items:center;background:#f8fbfa;border:1px solid #e4eeeb;border-radius:8px;display:flex;gap:8px;margin-bottom:10px;min-height:46px;padding:8px}.broker-alert span,.broker-notice span{align-items:center;border-radius:5px;color:#fff;display:inline-flex;flex:0 0 auto;height:22px;justify-content:center;width:22px}.broker-alert svg,.broker-notice svg{height:13px;width:13px}.broker-notifications{background:#fffffff0;border:1px solid #dfeae7;border-radius:10px;bottom:30px;box-shadow:0 22px 46px #0f172a1f;padding:12px;position:absolute;right:16px;width:280px}.broker-notice{align-items:center;border-bottom:1px solid #eef3f1;display:grid;gap:10px;grid-template-columns:22px minmax(0,1fr) auto;min-height:44px}.broker-notice:last-child{border-bottom:0}.is-green span{background:#0f9f73}.is-teal span{background:#14a6a0}.is-amber span{background:#f3a51d}.is-red span{background:#ef4444}.is-blue span{background:#2c6df2}.broker-section{padding:36px 0 0}.broker-centered{margin-bottom:24px;text-align:center}.broker-centered h2,.broker-panel h2,.broker-workflow h2,.broker-metrics-panel h2,.broker-cta-panel h2{color:#071426;font-size:28px;letter-spacing:0;line-height:1.2;margin:0}.broker-centered p,.broker-panel>p,.broker-metrics-panel>p,.broker-cta-panel p{color:#42546a;font-size:14px;line-height:1.65;margin:10px auto 0;max-width:760px}.broker-card-grid{display:grid;gap:22px;grid-template-columns:repeat(4,minmax(0,1fr))}.broker-feature-card,.broker-panel,.broker-metrics-panel{background:#fff;border:1px solid #dfeae7;border-radius:8px;box-shadow:0 18px 42px #0f2a320f}.broker-feature-card{min-height:220px;padding:28px 24px}.broker-feature-card>span,.broker-mini-grid article>span,.broker-system-grid article>span,.broker-team-grid article>span,.broker-flow article>span{background:#e7f7f1;border-radius:8px;color:#057a5a;height:52px;width:52px}.broker-feature-card.tone-2>span,.broker-mini-grid .tone-2>span,.broker-system-grid .tone-2>span,.broker-team-grid .tone-2>span,.broker-flow .tone-2>span{background:#eff6ff;color:#2563eb}.broker-feature-card.tone-3>span,.broker-mini-grid .tone-3>span,.broker-system-grid .tone-3>span,.broker-team-grid .tone-3>span,.broker-flow .tone-3>span{background:#f4efff;color:#7447d4}.broker-feature-card.tone-4>span,.broker-mini-grid .tone-4>span,.broker-system-grid .tone-4>span,.broker-team-grid .tone-4>span,.broker-flow .tone-4>span{background:#fff6e5;color:#d98705}.broker-team-grid .tone-5>span,.broker-flow .tone-5>span{background:#fff1f1;color:#dc2626}.broker-team-grid .tone-6>span,.broker-flow .tone-6>span{background:#eefcf8;color:#0d9488}.broker-feature-card svg,.broker-mini-grid svg,.broker-system-grid svg,.broker-team-grid svg,.broker-flow svg{height:25px;width:25px}.broker-feature-card h3,.broker-mini-grid h3,.broker-system-grid h3,.broker-team-grid h3,.broker-flow h3{color:#102033;font-size:15px;line-height:1.3;margin:18px 0 8px}.broker-feature-card p,.broker-mini-grid p,.broker-system-grid p,.broker-team-grid p,.broker-flow p{color:#46596f;font-size:13px;line-height:1.58;margin:0}.broker-two-column .broker-shell{display:grid;gap:28px;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.broker-panel{min-height:420px;overflow:hidden;padding:30px}.broker-panel--mobile{background:linear-gradient(135deg,#effbf7,#fff);display:grid;gap:28px;grid-template-columns:minmax(0,1fr) 170px}.broker-mini-grid{display:grid;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:28px}.broker-mini-grid article>span,.broker-system-grid article>span{height:44px;width:44px}.broker-profile-phone{align-self:end;margin:0 auto;transform:rotate(8deg);width:170px}.broker-profile-phone>div{background:#fff;border-radius:20px;min-height:320px;padding:22px 16px}.broker-profile-phone h3{color:#102033;font-size:13px;margin:0 0 18px}.broker-profile-phone strong{color:#111827;display:block;font-size:16px}.broker-profile-phone small{color:#66758a;display:block;font-size:10px;margin:6px 0 18px}.broker-profile-phone span{border-bottom:1px solid #edf2f0;color:#40536a;display:block;font-size:11px;padding:12px 0}.broker-system-grid{display:grid;gap:22px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:30px}.broker-system-grid article,.broker-team-grid article{align-items:flex-start;display:flex;gap:14px}.broker-system-grid h3,.broker-team-grid h3{margin:0 0 7px}.broker-workflow__grid{display:grid;gap:34px;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)}.broker-team-grid{display:grid;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:24px}.broker-team-grid article>span{height:42px;width:42px}.broker-flow{align-items:start;display:grid;gap:10px;grid-template-columns:repeat(11,minmax(0,auto));margin-top:24px}.broker-flow article{display:grid;justify-items:center;min-width:92px;text-align:center}.broker-flow article>span{border-radius:999px;height:62px;width:62px}.broker-flow i{color:#99a8b7;margin-top:20px}.broker-flow i svg{height:20px;width:20px}.broker-flow h3{font-size:13px;margin:12px 0 6px}.broker-flow p{font-size:11px;line-height:1.45}.broker-bottom{padding-bottom:48px}.broker-bottom__grid{display:grid;gap:28px;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.broker-metrics-panel{background:#f1fbf8;padding:28px}.broker-metric-grid{display:grid;gap:14px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:24px}.broker-cta-panel{align-items:center;background:radial-gradient(circle at 94% 0%,rgba(10,178,126,.45),transparent 36%),linear-gradient(135deg,#057a5a,#075f4a 68%,#064232);border-radius:8px;color:#fff;display:grid;gap:18px;grid-template-columns:minmax(0,1fr) 190px;min-height:260px;overflow:hidden;padding:34px}.broker-cta-panel h2{color:#fff;font-size:27px}.broker-cta-panel p{color:#ffffffd1;margin-left:0;margin-right:0}.broker-cta-phones{height:210px;position:relative}.broker-cta-phones span{display:block;height:190px;position:absolute;width:94px}.broker-cta-phones span:before{background:linear-gradient(#fff 0 0) 18px 28px / 50px 6px no-repeat,linear-gradient(#d8f5ec 0 0) 18px 50px / 58px 8px no-repeat,linear-gradient(#fff 0 0) 18px 76px / 44px 6px no-repeat,linear-gradient(180deg,#0c8f67,#102033);border-radius:18px;content:"";inset:8px;position:absolute}.broker-cta-phones span:first-child{left:12px;top:16px;transform:rotate(-8deg)}.broker-cta-phones span:last-child{right:6px;top:0;transform:rotate(10deg)}@media(max-width:1120px){.broker-hero__grid,.broker-two-column .broker-shell,.broker-workflow__grid,.broker-bottom__grid{grid-template-columns:1fr}.broker-hero__visual{margin:0 auto;max-width:760px;width:100%}.broker-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.broker-flow{justify-content:start;overflow-x:auto;padding-bottom:8px}}@media(max-width:760px){.broker-shell{padding-left:18px;padding-right:18px}.broker-hero{padding:42px 0 34px}.broker-hero h1{font-size:46px}:lang(zh-CN) .broker-hero h1,:lang(zh-Hant) .broker-hero h1{font-size:40px}.broker-subtitle{font-size:18px}.broker-actions{flex-direction:column}.broker-button{width:100%}.broker-hero__visual{min-height:auto;padding-bottom:0}.broker-laptop{border-radius:16px;padding:10px}.broker-laptop:after{display:none}.broker-laptop__screen{border-radius:10px;min-height:auto;padding:16px}.broker-laptop__metrics,.broker-card-grid,.broker-mini-grid,.broker-system-grid,.broker-team-grid,.broker-metric-grid,.broker-cta-panel,.broker-panel--mobile{grid-template-columns:1fr}.broker-phone,.broker-notifications{margin-top:16px;position:static;transform:none;width:100%}.broker-phone__screen{min-height:auto}.broker-notifications{box-shadow:0 16px 32px #0f172a14}.broker-feature-card{min-height:auto}.broker-panel{min-height:auto;padding:24px}.broker-profile-phone{transform:none;width:min(220px,100%)}.broker-flow{grid-template-columns:1fr;overflow-x:visible}.broker-flow article{min-width:0}.broker-flow i{justify-self:center;margin:0;transform:rotate(90deg)}.broker-cta-phones{display:none}}@media(max-width:390px){.broker-hero h1{font-size:40px}:lang(zh-CN) .broker-hero h1,:lang(zh-Hant) .broker-hero h1{font-size:34px}.broker-centered h2,.broker-panel h2,.broker-workflow h2,.broker-metrics-panel h2,.broker-cta-panel h2{font-size:24px}}.ib-page{background:#f7f9f8;color:#071512}.ib-shell{margin:0 auto;max-width:1180px;padding:0 24px}.ib-hero,.ib-mobile{background:radial-gradient(circle at 18% 30%,rgba(24,150,104,.16),transparent 30%),linear-gradient(135deg,#051410,#071d17 52%,#03110e);color:#fff}.ib-hero{overflow:hidden;padding:78px 0 82px}.ib-hero__grid{align-items:center;display:grid;gap:72px;grid-template-columns:minmax(0,.72fr) minmax(560px,1.08fr)}.ib-eyebrow{align-items:center;background:#1cb97c1f;border:1px solid rgba(93,222,167,.18);border-radius:999px;color:#78dcae;display:inline-flex;font-size:12px;font-weight:820;margin:0 0 26px;padding:7px 14px}.ib-hero h1,.ib-mobile h2,.ib-core h2,.ib-modes h2{letter-spacing:0;margin:0}.ib-hero h1{color:#fff;font-size:clamp(44px,5.1vw,64px);line-height:1.06}.ib-hero__copy>p:not(.ib-eyebrow),.ib-mobile p,.ib-modes p{color:#ffffffa8;font-size:15px;line-height:1.82;margin:24px 0 0;max-width:610px}.ib-actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:34px}.ib-button{align-items:center;background:#ffffff08;border:1px solid rgba(255,255,255,.32);border-radius:6px;color:#fff;display:inline-flex;font-size:14px;font-weight:820;justify-content:center;min-height:50px;min-width:126px;padding:0 22px}.ib-button--primary{background:#1fa87d;border-color:#1fa87d;box-shadow:0 18px 36px #1fa87d38;color:#fff}.ib-dashboard{min-height:480px;position:relative}.ib-dashboard:before,.ib-dashboard:after{border:1px solid rgba(98,208,156,.11);border-radius:999px;content:"";position:absolute}.ib-dashboard:before{height:360px;left:-74px;top:-24px;width:360px}.ib-dashboard:after{bottom:24px;height:270px;right:-46px;width:270px}.ib-dashboard__glow{background:radial-gradient(circle at 72% 30%,rgba(83,207,147,.22),transparent 34%),radial-gradient(circle at 24% 78%,rgba(52,148,115,.18),transparent 34%);filter:blur(4px);inset:-36px;position:absolute}.ib-dashboard__frame{background:linear-gradient(180deg,#fff1,#ffffff08),#071712;border:1px solid rgba(157,255,210,.16);border-radius:13px;box-shadow:0 34px 90px #0000007a,inset 0 1px #ffffff12;display:grid;grid-template-columns:62px minmax(0,1fr);min-height:432px;overflow:hidden;position:relative;transform:translate(18px);width:min(640px,100%);z-index:1}.ib-dashboard__frame aside{background:linear-gradient(180deg,#ffffff0e,#ffffff05),#081a15;border-right:1px solid rgba(255,255,255,.075);display:grid;gap:13px;justify-items:center;align-content:start;padding:22px 12px}.ib-dashboard__frame aside strong{align-items:center;background:linear-gradient(145deg,#1540b4,#3d7cff);border-radius:7px;box-shadow:0 12px 24px #215bff3d;color:#fff;display:inline-flex;font-size:13px;font-weight:900;height:28px;justify-content:center;width:28px}.ib-dashboard__frame aside span{align-items:center;border:1px solid transparent;border-radius:7px;color:#9acdb6c2;display:inline-flex;height:30px;justify-content:center;width:30px}.ib-dashboard__frame aside svg{height:16px;width:16px}.ib-dashboard__frame aside .is-active{background:#159368;border-color:#7df1b557;box-shadow:0 10px 24px #15936847;color:#fff}.ib-dashboard__frame>section{padding:27px 28px 25px}.ib-dashboard header{align-items:center;display:flex;justify-content:space-between;margin-bottom:22px}.ib-dashboard header strong{color:#fff;font-size:16px}.ib-dashboard header small,.ib-stats small,.ib-bars span,.ib-chart__dates,.ib-bars em,.ib-donut p{color:#ffffff94;font-size:11px}.ib-stats{display:grid;gap:12px;grid-template-columns:repeat(4,minmax(0,1fr))}.ib-stats article{background:linear-gradient(180deg,#ffffff12,#ffffff08);border:1px solid rgba(255,255,255,.055);border-radius:7px;box-shadow:0 18px 26px #00000021;min-height:72px;padding:13px 14px}.ib-stats strong{color:#fff;display:block;font-size:23px;line-height:1;margin-top:10px}.ib-chart{background:linear-gradient(rgba(255,255,255,.038) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.028) 1px,transparent 1px);background-size:100% 38px,62px 100%;border-radius:8px;margin-top:21px;min-height:184px;padding:16px 18px 10px}.ib-chart strong,.ib-bars strong,.ib-donut strong,.ib-phone header{color:#fff;display:block;font-size:13px;margin-bottom:12px}.ib-chart__plot{margin-top:2px}.ib-chart svg{display:block;height:130px;width:100%}.ib-chart__area{fill:url(#ibTrendFill);stroke:none}.ib-chart__line,.ib-phone svg path{fill:none;stroke:#69d59e;stroke-linecap:round;stroke-width:4.2}.ib-chart__dates{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));line-height:1;margin-top:-4px;text-align:center}.ib-dashboard__bottom{display:grid;gap:24px;grid-template-columns:minmax(0,1fr) 176px;margin-top:20px}.ib-bars p{align-items:center;display:grid;gap:10px;grid-template-columns:58px minmax(0,1fr) 60px;margin:11px 0 0}.ib-bars i,.ib-phone footer i{background:linear-gradient(90deg,#69d59e,#69d59e26);border-radius:999px;display:block;height:5px;width:var(--size)}.ib-donut{display:grid;grid-template-columns:86px 1fr;gap:5px 13px}.ib-donut strong{grid-column:1 / -1}.ib-donut span{background:conic-gradient(#67d59f 0 62%,#4d7eff 62% 86%,#8ea1af 86%);border-radius:999px;display:block;height:84px;position:relative;width:84px}.ib-donut span:after{background:#091b15;border-radius:inherit;content:"";inset:19px;position:absolute}.ib-donut p{align-items:center;display:flex;gap:7px;margin:0}.ib-donut p i{background:#69d59e;border-radius:999px;height:7px;width:7px}.ib-donut p:nth-of-type(2) i{background:#4b7cff}.ib-donut p:nth-of-type(3) i{background:#8594a3}.ib-core,.ib-modes{background:#fafafa;padding:72px 0;text-align:center}.ib-core h2,.ib-modes h2{color:#111827;font-size:30px;line-height:1.2}.ib-scenarios{display:grid;gap:28px;grid-template-columns:repeat(5,minmax(0,1fr));margin-top:46px}.ib-scenarios article{min-width:0}.ib-scenarios span{align-items:center;background:linear-gradient(145deg,#073426,#0d5b42);border-radius:8px;box-shadow:0 14px 28px #07342624;color:#d8ffed;display:inline-flex;height:66px;justify-content:center;margin-bottom:22px;width:66px}.ib-scenarios svg,.ib-mode-grid svg,.ib-mobile__features svg{height:28px;width:28px}.ib-scenarios h3{color:#18231f;font-size:16px;line-height:1.3;margin:0 0 12px}.ib-scenarios p{color:#5b6762;font-size:13px;line-height:1.65;margin:0}.ib-mobile{padding:74px 0}.ib-mobile__grid{align-items:center;display:grid;gap:96px;grid-template-columns:minmax(0,1fr) 340px}.ib-mobile h2{color:#fff;font-size:42px;line-height:1.15}.ib-mobile__features{display:flex;flex-wrap:wrap;gap:26px;margin-top:34px}.ib-mobile__features span{align-items:center;color:#ffffffc7;display:flex;font-size:12px;gap:10px}.ib-mobile__features i{align-items:center;color:#8ee4b9;display:inline-flex}.ib-store-buttons{display:flex;flex-wrap:wrap;gap:14px;margin-top:36px}.ib-store-buttons span{border:1px solid rgba(255,255,255,.32);border-radius:7px;color:#ffffffb8;font-size:10px;line-height:1.1;min-width:132px;padding:9px 14px;text-align:center}.ib-store-buttons strong{color:#fff;font-size:15px}.ib-phone{background:#060f0d;border:1px solid rgba(255,255,255,.22);border-radius:38px;box-shadow:0 34px 80px #0000006b;margin:0 auto;padding:12px;width:250px}.ib-phone>div{background:#071b15;border-radius:30px;min-height:520px;overflow:hidden;padding:28px 20px}.ib-phone header{text-align:center}.ib-phone section{display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.ib-phone section p{background:#ffffff0b;border-radius:7px;margin:0;padding:12px}.ib-phone small{color:#ffffff8c;display:block;font-size:10px}.ib-phone section strong{color:#fff;display:block;font-size:18px;margin-top:6px}.ib-phone svg{height:112px;margin:20px 0;width:100%}.ib-phone footer p{align-items:center;display:grid;gap:12px;grid-template-columns:62px 1fr;margin:12px 0 0}.ib-phone footer span{color:#ffffffb8;font-size:11px}.ib-modes{padding-bottom:78px}.ib-mode-grid{display:grid;gap:22px;grid-template-columns:repeat(4,minmax(0,1fr));margin:42px auto 32px;max-width:980px}.ib-mode-grid article{align-items:center;background:#fff;border:1px solid #e4e8e5;border-radius:6px;box-shadow:0 14px 32px #0f231c0d;display:flex;gap:14px;justify-content:center;min-height:74px;padding:16px}.ib-mode-grid span{align-items:center;color:#0d5b42;display:inline-flex}.ib-mode-grid strong{color:#17231f;font-size:15px}.ib-modes p{color:#6a746f;margin:0 auto 34px}.ib-modes .ib-button{color:#fff}@media(max-width:1080px){.ib-hero__grid,.ib-mobile__grid{grid-template-columns:1fr}.ib-dashboard{max-width:760px;width:100%}.ib-dashboard__frame{transform:none}.ib-scenarios{grid-template-columns:repeat(3,minmax(0,1fr))}.ib-mode-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.ib-shell{padding-left:18px;padding-right:18px}.ib-hero,.ib-mobile{padding:48px 0}.ib-hero__grid,.ib-mobile__grid{gap:42px}.ib-hero h1,.ib-mobile h2{font-size:36px}.ib-actions,.ib-store-buttons{flex-direction:column}.ib-button,.ib-store-buttons span{width:100%}.ib-dashboard{min-height:0}.ib-dashboard__frame{grid-template-columns:1fr;width:100%}.ib-dashboard__frame aside{border-bottom:1px solid rgba(255,255,255,.1);border-right:0;display:flex;overflow-x:auto}.ib-dashboard__frame>section{padding:18px}.ib-dashboard header,.ib-dashboard__bottom{grid-template-columns:1fr}.ib-dashboard header{align-items:flex-start;flex-direction:column;gap:8px}.ib-stats,.ib-scenarios,.ib-mode-grid,.ib-phone section{grid-template-columns:1fr}.ib-donut{grid-template-columns:86px 1fr}}.trading-page{background:#f7f9f8;color:#071512}.trading-shell{margin:0 auto;max-width:1180px;padding:0 24px}.trading-hero,.trading-flow,.trading-mobile{background:radial-gradient(circle at 16% 30%,rgba(33,181,128,.16),transparent 28%),radial-gradient(circle at 66% 48%,rgba(23,143,109,.12),transparent 32%),linear-gradient(135deg,#020d0b,#071915 52%,#03100e);color:#fff}.trading-hero{overflow:hidden;padding:72px 0 78px}.trading-hero__grid{align-items:center;display:grid;gap:58px;grid-template-columns:minmax(0,.72fr) minmax(620px,1.18fr)}.trading-eyebrow{align-items:center;background:#1cb97c1f;border:1px solid rgba(93,222,167,.18);border-radius:999px;color:#78dcae;display:inline-flex;font-size:12px;font-weight:820;margin:0 0 26px;padding:7px 14px}.trading-hero h1,.trading-core h2,.trading-flow h2,.trading-mobile h2,.trading-modes h2,.trading-final h2{letter-spacing:0;margin:0}.trading-hero h1{color:#fff;font-size:clamp(42px,5vw,62px);line-height:1.08}.trading-hero__copy>p:not(.trading-eyebrow),.trading-mobile>div p,.trading-flow p{color:#ffffffad;font-size:15px;line-height:1.82;margin:24px 0 0;max-width:610px}.trading-actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:34px}.trading-button{align-items:center;background:#ffffff08;border:1px solid rgba(255,255,255,.36);border-radius:6px;color:#fff;display:inline-flex;font-size:14px;font-weight:820;justify-content:center;min-height:50px;min-width:126px;padding:0 22px}.trading-button--primary{background:#21a879;border-color:#21a879;box-shadow:0 18px 36px #21a8793d}.trading-dashboard{min-height:540px;position:relative}.trading-dashboard:before{background:linear-gradient(110deg,transparent 0 45%,rgba(93,232,164,.24) 46%,transparent 51%),radial-gradient(circle at 72% 50%,rgba(31,173,119,.26),transparent 31%);content:"";inset:-80px -60px;opacity:.76;position:absolute}.trading-dashboard__glow{background:radial-gradient(circle at 34% 24%,rgba(38,214,137,.16),transparent 34%),radial-gradient(circle at 78% 70%,rgba(44,155,123,.2),transparent 36%);filter:blur(5px);inset:-34px;position:absolute}.trading-dashboard__frame{background:linear-gradient(180deg,#fff1,#ffffff08),#071611;border:1px solid rgba(157,255,210,.16);border-radius:10px;box-shadow:0 34px 90px #00000080,inset 0 1px #ffffff12;display:grid;grid-template-columns:60px minmax(0,1fr);min-height:536px;overflow:hidden;position:relative;width:min(690px,100%);z-index:1}.trading-dashboard__frame aside{background:linear-gradient(180deg,#ffffff0e,#ffffff05),#081812;border-right:1px solid rgba(255,255,255,.075);display:grid;gap:13px;justify-items:center;align-content:start;padding:22px 12px}.trading-dashboard__frame aside strong{align-items:center;background:linear-gradient(145deg,#1540b4,#3d7cff);border-radius:7px;box-shadow:0 12px 24px #215bff3d;color:#fff;display:inline-flex;font-size:13px;font-weight:900;height:28px;justify-content:center;width:28px}.trading-dashboard__frame aside span{align-items:center;border-radius:7px;color:#9acdb6c2;display:inline-flex;height:30px;justify-content:center;width:30px}.trading-dashboard__frame aside svg{height:16px;width:16px}.trading-dashboard__frame aside .is-active{background:#159368;box-shadow:0 10px 24px #15936847;color:#fff}.trading-dashboard__frame>section{padding:26px}.trading-dashboard header,.trading-queue header{align-items:center;display:flex;justify-content:space-between}.trading-dashboard header strong,.trading-status-card strong,.trading-list-card strong,.trading-trend-card strong,.trading-queue header strong{color:#fff;font-size:14px}.trading-dashboard header small,.trading-stats small,.trading-status-card p,.trading-list-card p,.trading-queue small,.trading-queue p,.trading-phone small{color:#ffffff94;font-size:11px}.trading-dashboard header small{background:#ffffff0b;border:1px solid rgba(255,255,255,.08);border-radius:6px;padding:7px 10px}.trading-stats{display:grid;gap:12px;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:22px}.trading-stats article,.trading-status-card,.trading-list-card,.trading-trend-card,.trading-queue,.trading-steps article,.trading-mobile__features article{background:linear-gradient(180deg,#ffffff12,#ffffff08);border:1px solid rgba(255,255,255,.07);border-radius:8px;box-shadow:0 18px 30px #0000002e}.trading-stats article{min-height:78px;padding:14px}.trading-stats strong{color:#fff;display:block;font-size:24px;line-height:1;margin:8px 0 7px}.trading-stats span{color:#62d89e;font-size:10px}.trading-stats article:nth-child(3) span{color:#ff6b7a}.trading-dashboard__matrix{display:grid;gap:12px;grid-template-columns:1.05fr 1fr 1fr;margin-top:16px}.trading-status-card,.trading-list-card,.trading-trend-card{min-height:154px;padding:16px}.trading-status-card{display:grid;grid-template-columns:90px 1fr;gap:5px 12px}.trading-status-card strong{grid-column:1 / -1}.trading-status-card>div{align-items:center;background:conic-gradient(#73e0a5 0 56%,#4d7eff 56% 72%,#d6a64b 72% 86%,#64748b 86%);border-radius:999px;display:flex;height:82px;justify-content:center;position:relative;width:82px}.trading-status-card>div:after{background:#091b15;border-radius:inherit;content:"";inset:18px;position:absolute}.trading-status-card>div span{color:#fff;font-size:20px;font-weight:850;position:relative;z-index:1}.trading-status-card p,.trading-list-card p,.trading-queue p{align-items:center;display:grid;gap:8px;margin:8px 0 0}.trading-status-card p{grid-template-columns:10px minmax(0,1fr) 28px}.trading-status-card i{background:#73e0a5;border-radius:999px;height:7px;width:7px}.trading-status-card p:nth-of-type(2) i{background:#4d7eff}.trading-status-card p:nth-of-type(3) i{background:#d6a64b}.trading-status-card p:nth-of-type(4) i{background:#64748b}.trading-status-card em,.trading-list-card em,.trading-queue b{color:#ffffffc7;font-style:normal;justify-self:end}.trading-list-card p{grid-template-columns:minmax(0,1fr) 30px}.trading-actions-card{grid-column:span 1}.trading-trend-card{grid-column:span 2}.trading-trend-card svg{height:102px;margin-top:9px;width:100%}.trading-trend-card path{fill:none;stroke:#69d59e;stroke-linecap:round;stroke-width:4}.trading-core,.trading-modes{background:#fafafa;padding:68px 0;text-align:center}.trading-core h2,.trading-modes h2{color:#111827;font-size:30px;line-height:1.2}.trading-core__grid{display:grid;gap:28px;grid-template-columns:repeat(5,minmax(0,1fr));margin-top:42px}.trading-core__grid article{background:#fff;border:1px solid #e5ebe8;border-radius:8px;box-shadow:0 14px 30px #0f231c0a;min-height:190px;padding:28px 18px}.trading-core__grid span,.trading-mode-grid span{align-items:center;display:inline-flex;justify-content:center}.trading-core__grid span{background:linear-gradient(145deg,#073426,#0d5b42);border-radius:8px;color:#d8ffed;height:58px;margin-bottom:22px;width:58px}.trading-core__grid svg,.trading-steps svg,.trading-mobile__features svg,.trading-mode-grid svg{height:27px;width:27px}.trading-core__grid h3{color:#18231f;font-size:15px;line-height:1.32;margin:0 0 12px}.trading-core__grid p{color:#5b6762;font-size:12px;line-height:1.62;margin:0}.trading-flow{padding:62px 0 34px}.trading-flow__grid{display:grid;gap:44px;grid-template-columns:minmax(0,1fr) 360px}.trading-flow h2{color:#fff;font-size:32px;line-height:1.18}.trading-steps{display:grid;gap:26px;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:36px}.trading-steps article{min-height:148px;padding:28px 16px 18px;position:relative;text-align:center}.trading-steps article:after{border-top:1px dashed rgba(111,232,171,.3);content:"";left:100%;position:absolute;top:50%;width:26px}.trading-steps article:last-child:after{display:none}.trading-steps b{align-items:center;background:#2ab982;border-radius:999px;color:#fff;display:inline-flex;font-size:12px;height:28px;justify-content:center;left:50%;position:absolute;top:-14px;transform:translate(-50%);width:28px}.trading-steps span,.trading-mobile__features span{align-items:center;background:#23b87e29;border-radius:8px;color:#82e8b4;display:inline-flex;height:48px;justify-content:center;width:48px}.trading-steps h3,.trading-mobile__features h3{color:#fff;font-size:14px;margin:14px 0 8px}.trading-steps p,.trading-mobile__features p{color:#ffffff9e;font-size:11px;line-height:1.55;margin:0}.trading-queue{align-self:end;padding:18px}.trading-queue p{grid-template-columns:minmax(0,1fr) 56px 42px}.trading-queue em{background:#69d59e1f;border-radius:4px;color:#69d59e;font-style:normal;justify-self:start;padding:3px 6px}.trading-queue p:nth-of-type(2) em,.trading-queue p:nth-of-type(3) em{background:#4b7eff21;color:#8eb2ff}.trading-mobile{border-top:1px solid rgba(255,255,255,.07);padding:34px 0 60px}.trading-mobile__grid{align-items:center;display:grid;gap:72px;grid-template-columns:340px minmax(0,1fr)}.trading-phone{background:#060f0d;border:1px solid rgba(255,255,255,.22);border-radius:36px;box-shadow:0 34px 80px #00000073;margin:0 auto;padding:12px;width:240px}.trading-phone>div{background:#071b15;border-radius:28px;min-height:440px;overflow:hidden;padding:24px 18px}.trading-phone header,.trading-phone h3{color:#fff}.trading-phone header{display:flex;font-size:12px;justify-content:space-between}.trading-phone header span{border:1px solid rgba(255,255,255,.3);border-radius:999px;height:8px;width:8px}.trading-phone h3{font-size:16px;margin:22px 0 14px}.trading-phone section{display:grid;gap:8px;grid-template-columns:repeat(3,minmax(0,1fr))}.trading-phone section p{background:#ffffff0b;border-radius:6px;margin:0;padding:10px 8px}.trading-phone section strong{color:#fff;display:block;font-size:18px;margin-top:5px}.trading-phone article{align-items:center;background:#ffffff0b;border-radius:7px;color:#ffffffb8;display:grid;font-size:11px;gap:10px;grid-template-columns:minmax(0,1fr) 42px;margin-top:11px;padding:11px}.trading-phone article em{color:#d6a64b;font-style:normal;justify-self:end}.trading-phone footer{display:flex;justify-content:space-around;margin-top:30px}.trading-phone footer i{background:#ffffff3d;border-radius:999px;height:8px;width:8px}.trading-phone footer i:first-child{background:#69d59e}.trading-mobile h2{color:#fff;font-size:36px;line-height:1.18}.trading-mobile__features{display:grid;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:30px}.trading-mobile__features article{align-items:flex-start;display:flex;gap:14px;min-height:116px;padding:18px}.trading-mobile__features h3{margin-top:0}.trading-store-buttons{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}.trading-store-buttons span{border:1px solid rgba(255,255,255,.32);border-radius:7px;color:#ffffffb8;font-size:10px;line-height:1.1;min-width:132px;padding:9px 14px;text-align:center}.trading-store-buttons strong{color:#fff;font-size:15px}.trading-modes{padding-bottom:66px}.trading-mode-grid{display:grid;gap:18px;grid-template-columns:repeat(4,minmax(0,1fr));margin:36px auto 28px;max-width:1060px}.trading-mode-grid article{align-items:center;background:#fff;border:1px solid #e4e8e5;border-radius:6px;box-shadow:0 14px 32px #0f231c0d;display:flex;gap:14px;justify-content:center;min-height:72px;padding:16px}.trading-mode-grid span{color:#0d5b42}.trading-mode-grid strong{color:#17231f;font-size:15px}.trading-modes>.trading-shell>p{color:#6a746f;font-size:13px;line-height:1.7;margin:0 auto;max-width:920px}.trading-final{align-items:center;background:linear-gradient(110deg,transparent 0 70%,rgba(44,226,145,.25) 71%,transparent 78%),linear-gradient(135deg,#04120f,#09251d);border:1px solid rgba(13,91,66,.16);border-radius:8px;box-shadow:0 20px 38px #08271f1f;display:flex;gap:24px;justify-content:center;margin-top:36px;min-height:118px;padding:24px}.trading-final h2{color:#fff;font-size:26px;line-height:1.3}.trading-button--blue{background:#1e7bff;border-color:#1e7bff;box-shadow:0 16px 34px #1e7bff3d}.operations-stats{grid-template-columns:repeat(5,minmax(0,1fr))}.trading-dashboard header .operations-updated{background:transparent;border:0;color:#ffffff7a;margin-left:8px;padding:0}.operations-dashboard .trading-dashboard__frame{width:min(750px,100%)}.operations-matrix{grid-template-columns:1fr 1fr 1.18fr}.operations-matrix .trading-status-card:nth-child(2)>div{background:conic-gradient(#4d7eff 0 54%,#73e0a5 54% 82%,#d6a64b 82%)}.operations-matrix .trading-trend-card path{stroke:#69d59e}.operations-matrix .trading-trend-card .operations-trend-alt{stroke:#5c9dff}.operations-matrix .trading-trend-card .operations-trend-warn{stroke:#d6a64b}.operations-phone{width:248px}.operations-phone>div{background:linear-gradient(180deg,#ffffff0a,#fff0),#091914;min-height:430px;padding-top:34px}.operations-phone h3{color:#ffffffd1;font-size:18px;line-height:1.3;margin:24px 0 26px;text-align:center}.operations-phone article{background:#ffffffe0;color:#24312c;grid-template-columns:minmax(0,1fr) 48px}.operations-phone article em{color:#66736e;font-size:10px}.operations-phone article:before{background:#1e5eff;border-radius:6px;color:#fff;content:"F";display:inline-flex;font-size:12px;font-weight:850;height:24px;justify-content:center;left:10px;line-height:24px;position:absolute;width:24px}.operations-phone article{padding-left:42px;position:relative}.risk-hero__grid{grid-template-columns:minmax(0,.66fr) minmax(700px,1.34fr)}.risk-dashboard .trading-dashboard__frame{width:min(820px,100%)}.risk-dashboard__frame{grid-template-columns:148px minmax(0,1fr)}.risk-dashboard__frame aside{align-content:start}.risk-stats article:nth-child(1){border-color:#f854542e}.risk-stats article:nth-child(2){border-color:#4b7eff2e}.risk-stats article:nth-child(3){border-color:#d6a64b2e}.risk-stats article:nth-child(4){border-color:#f973162e}.risk-dashboard__content{display:grid;gap:12px;grid-template-columns:1fr 1.35fr;margin-top:16px}.risk-distribution{min-height:184px}.risk-distribution>div{background:conic-gradient(#4d7eff 0 42%,#48d6a2 42% 68%,#8e69ff 68% 82%,#f97316 82% 91%,#94a3b8 91%)}.risk-trend{grid-column:auto;min-height:184px}.risk-trend svg{height:132px}.risk-trend .risk-trend-alt{stroke:#58d59b}.risk-table-card{background:linear-gradient(180deg,#ffffff12,#ffffff08);border:1px solid rgba(255,255,255,.07);border-radius:8px;box-shadow:0 18px 30px #0000002e;grid-column:1 / -1;padding:16px}.risk-table-card strong{color:#fff;display:block;font-size:14px;margin-bottom:12px}.risk-table-card table{border-collapse:collapse;width:100%}.risk-table-card td{border-top:1px solid rgba(255,255,255,.06);color:#ffffffa8;font-size:11px;padding:9px 8px}.risk-table-card td:nth-child(2){color:#ff6b7a}.risk-table-card td:last-child{color:#69d59e;text-align:right}.risk-core .trading-core__grid span,.risk-modes .trading-mode-grid span{color:#14a46f}.risk-core .trading-core__grid article:nth-child(2) span,.risk-modes .trading-mode-grid article:nth-child(2) span{color:#4d7eff}.risk-core .trading-core__grid article:nth-child(3) span,.risk-modes .trading-mode-grid article:nth-child(3) span{color:#8e69ff}.risk-core .trading-core__grid article:nth-child(5) span{color:#f59e0b}.risk-phone{width:260px}.risk-phone>div{background:radial-gradient(circle at 26% 18%,rgba(75,126,255,.14),transparent 28%),#071b15;min-height:430px}.risk-phone h3{color:#fff;font-size:18px;margin:26px 0 18px}.risk-phone article{background:#ffffff0e;grid-template-columns:minmax(0,1fr) 34px}.risk-phone article em{align-items:center;background:#ef4444;border-radius:5px;color:#fff;display:inline-flex;font-size:11px;height:22px;justify-content:center;min-width:24px}.risk-phone article:nth-of-type(3) em{background:#d6a64b}@media(max-width:1080px){.trading-hero__grid,.trading-flow__grid,.trading-mobile__grid{grid-template-columns:1fr}.trading-dashboard,.trading-dashboard__frame{width:100%}.trading-core__grid,.trading-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.trading-steps article:after{display:none}.trading-flow__grid{gap:32px}.trading-queue{align-self:stretch}.trading-mobile__grid{gap:44px}.trading-mobile__features,.trading-mode-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.trading-shell{padding-left:18px;padding-right:18px}.trading-hero,.trading-flow,.trading-mobile{padding:48px 0}.trading-hero__grid{gap:42px}.trading-hero h1,.trading-mobile h2{font-size:36px}.trading-actions,.trading-store-buttons,.trading-final{flex-direction:column}.trading-button,.trading-store-buttons span{width:100%}.trading-dashboard{min-height:0}.trading-dashboard__frame{grid-template-columns:1fr}.trading-dashboard__frame aside{border-bottom:1px solid rgba(255,255,255,.1);border-right:0;display:flex;overflow-x:auto}.trading-dashboard__frame>section{padding:18px}.trading-stats,.trading-dashboard__matrix,.trading-core__grid,.trading-steps,.trading-mobile__features,.trading-mode-grid{grid-template-columns:1fr}.trading-status-card,.trading-trend-card,.trading-actions-card{grid-column:auto}.trading-status-card{grid-template-columns:90px minmax(0,1fr)}.trading-mobile__grid{grid-template-columns:1fr}.trading-final h2{font-size:22px}}.srs-page{background:#f7faff;color:#07142f}.srs-shell{margin:0 auto;max-width:1180px;padding:0 24px}.srs-hero{background:radial-gradient(circle at 4% 12%,rgba(34,102,255,.12),transparent 26%),linear-gradient(135deg,#f8fbff,#eef5ff);border-bottom:1px solid #dde6f6;overflow:hidden;padding:54px 0 48px}.srs-hero__grid{align-items:center;display:grid;gap:48px;grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr)}.srs-eyebrow{color:#26f;font-size:13px;font-weight:840;letter-spacing:0;margin:0 0 12px;text-transform:uppercase}.srs-hero h1{color:#081741;font-size:clamp(46px,5.3vw,72px);letter-spacing:0;line-height:1.02;margin:0 0 18px}:lang(zh-CN) .srs-hero h1,:lang(zh-Hant) .srs-hero h1{line-height:1.12}.srs-hero__copy>p:not(.srs-eyebrow){color:#30415f;font-size:16px;line-height:1.68;margin:0;max-width:620px}.srs-actions,.srs-final__inner>div:last-child{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.srs-button{align-items:center;background:#fff;border:1px solid #9db8ed;border-radius:6px;color:#1557cf;display:inline-flex;font-size:14px;font-weight:820;justify-content:center;min-height:48px;padding:0 22px}.srs-button--primary{background:linear-gradient(180deg,#2471ff,#0756e8);border-color:#0756e8;box-shadow:0 16px 32px #0856e838;color:#fff}.srs-button--dark{background:#ffffff0d;border-color:#ffffff59;color:#fff}.srs-flow,.srs-dashboard,.srs-model-card,.srs-fair-card,.srs-scenarios article,.srs-provided article,.srs-categories article{background:#fff;border:1px solid #dfe7f4;border-radius:8px;box-shadow:0 16px 38px #162b520f}.srs-flow{padding:28px}.srs-flow h2{color:#14234b;font-size:18px;margin:0 0 26px}.srs-flow__diagram{align-items:center;display:grid;gap:18px;grid-template-columns:minmax(0,1fr) 22px minmax(0,1fr) minmax(150px,.85fr)}.srs-flow__diagram>article{align-items:center;background:#f8fbff;border:1px solid #e4ebf7;border-radius:8px;display:grid;gap:10px;justify-items:center;min-height:142px;padding:18px;text-align:center}.srs-flow__diagram span,.srs-large-icon,.srs-provided article>span,.srs-categories article>span,.srs-approval-steps article>span{align-items:center;display:inline-flex;justify-content:center}.srs-flow__diagram article>span{background:#eef4ff;border-radius:7px;color:#26f;height:58px;width:58px}.srs-flow svg,.srs-copy-block svg,.srs-provided svg,.srs-categories svg,.srs-approval svg{height:24px;width:24px}.srs-flow__diagram article>span svg{height:34px;width:34px}.srs-flow__diagram strong{color:#1b2d55;font-size:12px;line-height:1.35}.srs-flow__diagram>i,.srs-approval-steps>i{color:#9babca;display:inline-flex}.srs-flow__split{display:grid;gap:14px;grid-template-columns:20px minmax(0,1fr)}.srs-flow__split div{align-content:center;border-radius:8px;display:grid;min-height:82px;padding:14px 18px}.srs-flow__split div:nth-of-type(1){background:#eafbf2;color:#09895e}.srs-flow__split div:nth-of-type(2){background:#f3edff;color:#6b43d3}.srs-flow__split strong{font-size:20px;line-height:1}.srs-flow__split span{font-size:12px;font-weight:760;margin-top:6px}.srs-flow>p{color:#485a78;font-size:12px;line-height:1.55;margin:24px 0 0;max-width:520px}.srs-section{padding:28px 0 0}.srs-split,.srs-two-cards,.srs-approval__grid{align-items:stretch;display:grid;gap:24px;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.srs-copy-block{display:grid;gap:24px;grid-template-columns:74px minmax(0,1fr);padding-top:10px}.srs-large-icon{background:#edf4ff;border-radius:8px;color:#26f;height:74px;width:74px}.srs-copy-block h2,.srs-model-card h2,.srs-fair-card h2,.srs-approval h2,.srs-final h2,.srs-section-title{color:#102045;font-size:24px;letter-spacing:0;line-height:1.2;margin:0}.srs-copy-block p,.srs-fair-card p,.srs-provided p,.srs-approval li,.srs-final p,.srs-section-subtitle{color:#465a7a;font-size:13px;line-height:1.58;margin:0}.srs-copy-block p{margin-top:8px}.srs-copy-block ul,.srs-approval ul{display:grid;gap:12px;list-style:none;margin:20px 0 0;padding:0}.srs-copy-block li,.srs-approval li{align-items:center;display:flex;gap:10px}.srs-copy-block li i,.srs-approval li i{align-items:center;background:#1d6aff;border-radius:999px;color:#fff;display:inline-flex;flex:0 0 auto;height:18px;justify-content:center;width:18px}.srs-copy-block li svg,.srs-approval li svg{height:12px;width:12px}.srs-dashboard{display:grid;grid-template-columns:112px minmax(0,1fr);overflow:hidden}.srs-dashboard aside{background:#f4f7fc;border-right:1px solid #e2e9f4;display:grid;gap:4px;align-content:start;padding:18px 12px}.srs-dashboard aside span{border-radius:6px;color:#607391;font-size:11px;font-weight:720;padding:9px 10px}.srs-dashboard aside .is-active{background:#26f;color:#fff}.srs-dashboard section{padding:22px}.srs-dashboard header{align-items:center;display:flex;justify-content:space-between;margin-bottom:18px}.srs-dashboard h2{color:#13264c;font-size:17px;margin:0}.srs-dashboard a{color:#26f;font-size:11px;font-weight:820}.srs-metrics{display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.srs-metrics article{background:#fbfdff;border:1px solid #e2e9f4;border-radius:8px;display:grid;gap:6px;min-height:128px;padding:16px}.srs-metrics span,.srs-dashboard table,.srs-dashboard caption,.srs-dashboard th,.srs-dashboard td{color:#526783;font-size:11px}.srs-metrics strong{color:#12244a;font-size:22px;line-height:1}.srs-metrics em{color:#0aa765;font-size:11px;font-style:normal;font-weight:820;justify-self:end;margin-top:-24px}.srs-metrics svg{height:42px;width:100%}.srs-metrics polyline{fill:none;stroke:#26f;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.srs-dashboard table{border-collapse:collapse;margin-top:18px;width:100%}.srs-dashboard caption{color:#152b55;font-weight:820;margin-bottom:8px;text-align:left}.srs-dashboard th{font-weight:820;text-align:left}.srs-dashboard th,.srs-dashboard td{border-top:1px solid #edf1f7;padding:9px 6px;white-space:nowrap}.srs-model-card,.srs-fair-card{min-height:238px;padding:24px}.srs-model-card h2{margin-bottom:16px}.srs-model-card div{border:1px solid #e4ebf5;border-radius:8px;overflow:hidden}.srs-model-card p{display:grid;gap:14px;grid-template-columns:minmax(0,1fr) minmax(120px,.72fr);margin:0;min-height:43px}.srs-model-card p+p{border-top:1px solid #e4ebf5}.srs-model-card strong,.srs-model-card span{align-items:center;color:#17294d;display:flex;font-size:12px;padding:0 14px}.srs-model-card span{justify-content:flex-end;text-align:right}.srs-model-card .is-green{color:#09a66b;font-weight:860}.srs-model-card .is-blue{color:#2868f0;font-weight:860}.srs-fair-card{align-items:center;background:linear-gradient(135deg,#f7fbff,#edf5ff);display:grid;gap:24px;grid-template-columns:92px minmax(0,1fr)}.srs-fair-card>span{align-items:center;background:linear-gradient(180deg,#6aa5ff,#26f);border-radius:999px;color:#fff;display:inline-flex;height:76px;justify-content:center;width:76px}.srs-fair-card svg{height:38px;width:38px}.srs-fair-card h2{margin-bottom:8px}.srs-section-title{margin-bottom:6px}.srs-section-subtitle{margin-bottom:18px}.srs-scenarios{display:grid;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr))}.srs-scenarios article{display:grid;gap:18px;grid-template-columns:86px minmax(0,1fr);min-height:250px;padding:22px}.srs-avatar{align-items:center;background:#eef4ff;border:1px solid #dfe8f6;border-radius:999px;display:flex;height:72px;justify-content:center;overflow:hidden;padding:4px;width:72px}.srs-avatar img{border-radius:999px;display:block;height:100%;object-fit:cover;width:100%}.srs-scenarios h3{color:#14254b;font-size:14px;margin:0 0 2px}.srs-scenarios small{color:#6b7890;display:block;font-size:11px;margin-bottom:12px}.srs-scenarios strong{color:#10244c;display:block;font-size:13px;margin-bottom:8px}.srs-scenarios p{color:#475b77;font-size:12px;line-height:1.58;margin:0}.srs-scenarios footer{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.srs-scenarios footer span{background:#edf5ff;border-radius:5px;color:#2165e9;font-size:10px;font-weight:780;padding:6px 10px}.srs-provided{display:grid;gap:14px;grid-template-columns:repeat(6,minmax(0,1fr))}.srs-provided article{min-height:188px;padding:20px 16px;text-align:center}.srs-provided article>span{background:#edf4ff;border-radius:8px;color:#26f;height:50px;margin:0 auto 14px;width:50px}.srs-provided h3{color:#14254b;font-size:13px;line-height:1.25;margin:0 0 8px}.srs-provided p{font-size:11px;line-height:1.45}.srs-categories{display:grid;gap:14px;grid-template-columns:repeat(6,minmax(0,1fr))}.srs-categories article{align-content:center;display:grid;gap:10px;justify-items:center;min-height:92px;padding:14px;text-align:center}.srs-categories article>span{border-radius:8px;height:42px;width:42px}.srs-categories strong{color:#17294d;font-size:11px;line-height:1.25}.srs-categories .tone-1 span{background:#eaf8f1;color:#069867}.srs-categories .tone-2 span{background:#f0ecff;color:#7247d9}.srs-categories .tone-3 span{background:#edf4ff;color:#26f}.srs-categories .tone-4 span{background:#e8fbf6;color:#008b80}.srs-categories .tone-5 span{background:#eef3ff;color:#4c68cc}.srs-categories .tone-6 span{background:#fff5df;color:#d59a16}.srs-approval{padding-bottom:28px}.srs-approval__grid{align-items:center}.srs-approval h2{margin-bottom:14px}.srs-approval ul{margin-top:0}.srs-approval-steps{align-items:center;display:grid;gap:12px;grid-template-columns:repeat(7,minmax(0,auto))}.srs-approval-steps article{display:grid;gap:10px;justify-items:center;min-width:108px;text-align:center}.srs-approval-steps article>span{border-radius:999px;color:#fff;height:74px;width:74px}.srs-approval-steps article:nth-of-type(1)>span{background:#4d8dff}.srs-approval-steps article:nth-of-type(2)>span{background:#8957e8}.srs-approval-steps article:nth-of-type(3)>span{background:#48bd7d}.srs-approval-steps article:nth-of-type(4)>span{background:#f2b64d}.srs-approval-steps strong{color:#15264b;font-size:12px;line-height:1.25}.srs-final{padding:0 0 48px}.srs-final__inner{align-items:center;background:radial-gradient(circle at 88% 60%,rgba(34,102,255,.35),transparent 24%),linear-gradient(135deg,#071c4a,#061a45 68%,#021339);border-radius:8px;color:#fff;display:grid;gap:30px;grid-template-columns:minmax(0,1fr) auto;overflow:hidden;padding:34px 44px}.srs-final h2{color:#fff;font-size:25px;margin-bottom:6px}.srs-final p{color:#ffffffc7}.srs-final__inner>div:last-child{margin-top:0}@media(max-width:1120px){.srs-hero__grid,.srs-split,.srs-two-cards,.srs-approval__grid,.srs-final__inner{grid-template-columns:1fr}.srs-flow{max-width:760px;width:100%}.srs-provided,.srs-categories{grid-template-columns:repeat(3,minmax(0,1fr))}.srs-approval-steps{justify-content:start}}@media(max-width:820px){.srs-shell{padding-left:18px;padding-right:18px}.srs-hero{padding:42px 0 36px}.srs-hero h1{font-size:40px}:lang(zh-CN) .srs-hero h1,:lang(zh-Hant) .srs-hero h1{font-size:36px}.srs-actions,.srs-final__inner>div:last-child{flex-direction:column}.srs-button{width:100%}.srs-flow__diagram,.srs-flow__split,.srs-copy-block,.srs-dashboard,.srs-metrics,.srs-fair-card,.srs-scenarios,.srs-provided,.srs-categories{grid-template-columns:1fr}.srs-flow__diagram>i{justify-self:center;transform:rotate(90deg)}.srs-flow__split>i{display:none}.srs-dashboard aside{border-bottom:1px solid #e2e9f4;border-right:0;display:flex;gap:8px;overflow-x:auto}.srs-dashboard aside span{flex:0 0 auto;white-space:nowrap}.srs-dashboard section{overflow-x:auto;padding:18px}.srs-dashboard table{min-width:520px}.srs-model-card p{grid-template-columns:1fr;gap:0;padding:10px 0}.srs-model-card strong,.srs-model-card span{justify-content:flex-start;min-height:24px;text-align:left}.srs-scenarios article{grid-template-columns:72px minmax(0,1fr);min-height:auto;padding:18px}.srs-approval-steps{grid-template-columns:1fr}.srs-approval-steps>i{justify-self:center;transform:rotate(90deg)}.srs-final__inner{padding:26px 20px}}@media(max-width:430px){.srs-hero h1{font-size:36px}:lang(zh-CN) .srs-hero h1,:lang(zh-Hant) .srs-hero h1{font-size:32px}.srs-flow,.srs-model-card,.srs-fair-card{padding:20px}.srs-scenarios article{grid-template-columns:1fr}}.dmp-page{background:#f7faf7;color:#07120f}.dmp-shell{margin:0 auto;max-width:1180px;padding:0 24px}.dmp-hero{background:radial-gradient(circle at 7% 32%,rgba(0,163,108,.12),transparent 28%),radial-gradient(circle at 86% 12%,rgba(109,142,255,.1),transparent 32%),linear-gradient(180deg,#fbfdfc,#eef8f4);border-bottom:1px solid #ddeae5;overflow:hidden;padding:58px 0 54px}.dmp-hero__grid{align-items:center;display:grid;gap:52px;grid-template-columns:minmax(0,.94fr) minmax(520px,1.06fr)}.dmp-eyebrow{color:#008a60;font-size:13px;font-weight:840;letter-spacing:0;margin:0 0 18px;text-transform:uppercase}.dmp-hero h1{color:#07120f;font-size:clamp(44px,5vw,72px);letter-spacing:0;line-height:1.02;margin:0 0 22px}:lang(zh-CN) .dmp-hero h1,:lang(zh-Hant) .dmp-hero h1{line-height:1.12}.dmp-hero__copy>p:not(.dmp-eyebrow){color:#2c3934;font-size:17px;line-height:1.72;margin:0;max-width:610px}.dmp-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}.dmp-button{align-items:center;background:#fff;border:1px solid #afd5c8;border-radius:7px;color:#08704f;display:inline-flex;font-size:14px;font-weight:820;gap:9px;justify-content:center;min-height:48px;padding:0 22px}.dmp-button--primary{background:linear-gradient(180deg,#08ad73,#007f56);border-color:#008a60;box-shadow:0 16px 30px #007f562e;color:#fff}.dmp-button--dark{background:#ffffff0f;border-color:#ffffff47;color:#fff}.dmp-proof{display:grid;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:42px}.dmp-proof span{display:grid;gap:2px 10px;grid-template-columns:28px 1fr;min-width:0}.dmp-proof i{align-items:center;background:#e7f7ef;border:1px solid #cbeade;border-radius:999px;color:#078158;display:inline-flex;grid-row:span 2;height:28px;justify-content:center;width:28px}.dmp-proof svg,.dmp-preview svg,.dmp-section svg,.dmp-journey svg,.dmp-resources svg,.dmp-quality svg{height:18px;width:18px}.dmp-proof strong{color:#1c2b25;font-size:12px;line-height:1.2}.dmp-proof small{color:#68766f;font-size:10px;line-height:1.3}.dmp-preview{background:#ffffffe0;border:1px solid #dce8e4;border-radius:12px;box-shadow:0 28px 80px #1728211f;overflow:hidden}.dmp-preview>header{align-items:center;border-bottom:1px solid #e5ece9;display:flex;justify-content:space-between;min-height:64px;padding:0 24px}.dmp-preview>header strong{color:#15221d;font-size:15px}.dmp-preview__body{display:grid;gap:18px;grid-template-columns:132px minmax(0,1fr);padding:22px 22px 16px}.dmp-preview aside{display:grid;gap:3px;align-content:start}.dmp-preview aside strong{color:#1f2c27;font-size:11px;margin-bottom:8px}.dmp-preview aside span{border-radius:6px;color:#53645d;font-size:11px;line-height:1.2;padding:9px 10px}.dmp-preview aside .is-active{background:#eff7f3;color:#103528;font-weight:780}.dmp-preview label{align-items:center;background:#fbfdfc;border:1px solid #e2ebe7;border-radius:7px;color:#8c9994;display:grid;gap:8px;grid-template-columns:18px minmax(0,1fr) 18px;min-height:38px;padding:0 12px}.dmp-preview input{background:transparent;border:0;color:#8c9994;font:inherit;font-size:11px;min-width:0;pointer-events:none}.dmp-modules{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:14px}.dmp-modules article{background:#fff;border:1px solid #e3ebe8;border-radius:8px;box-shadow:0 10px 22px #14261f0a;display:grid;gap:10px 12px;grid-template-columns:40px minmax(0,1fr);min-height:112px;padding:14px}.dmp-modules article>i,.dmp-build-grid article>span,.dmp-why-list article>span,.dmp-resource-card article>span,.dmp-review-grid article>span{align-items:center;border-radius:8px;display:inline-flex;height:40px;justify-content:center;width:40px}.dmp-preview .tone-purple{background:#efe9ff;color:#7446d7}.dmp-preview .tone-green{background:#e8f8ef;color:#049a65}.dmp-preview .tone-blue{background:#e8f0ff;color:#2b64d9}.dmp-preview .tone-orange{background:#fff1dd;color:#d77616}.dmp-preview .tone-indigo{background:#eeeefe;color:#5159c9}.dmp-preview .tone-teal{background:#e4f8f5;color:#008b80}.dmp-modules h2{color:#18251f;font-size:13px;line-height:1.2;margin:0 0 4px}.dmp-modules p{color:#6b7974;font-size:10px;line-height:1.3;margin:0}.dmp-modules footer{color:#63746d;display:flex;font-size:10px;grid-column:1 / -1;justify-content:space-between}.dmp-modules footer span:first-child{color:#d99519}.dmp-modules small{color:#8d9a95}.dmp-preview>footer{align-items:center;background:#edf8f2;border-top:1px solid #dceee7;display:flex;gap:16px;justify-content:space-between;padding:14px 22px}.dmp-preview>footer span{align-items:center;color:#285244;display:flex;font-size:11px;gap:10px}.dmp-preview>footer i{align-items:center;background:#fff;border:1px solid #c9e4d9;border-radius:999px;color:#079362;display:inline-flex;flex:0 0 auto;height:28px;justify-content:center;width:28px}.dmp-preview>footer a,.dmp-section-head a,.dmp-revenue a{color:#008a60;font-size:13px;font-weight:820}.dmp-section{padding:48px 0 30px}.dmp-two-col{align-items:start;display:grid;gap:52px;grid-template-columns:.52fr 1fr}.dmp-section h2,.dmp-revenue h2,.dmp-journey h2,.dmp-resource-card h2,.dmp-quality h2,.dmp-final h2{color:#081510;font-size:28px;letter-spacing:0;line-height:1.18;margin:0}.dmp-why-list{display:grid;gap:18px;margin-top:24px}.dmp-why-list article{display:grid;gap:14px;grid-template-columns:50px minmax(0,1fr)}.dmp-why-list article>span{background:#e8f8ef;color:#078158}.dmp-section h3,.dmp-revenue h3,.dmp-resource-card h3,.dmp-review-grid h3{color:#14231d;font-size:14px;line-height:1.25;margin:0 0 6px}.dmp-section p,.dmp-revenue p,.dmp-resource-card p,.dmp-quality p,.dmp-final p{color:#4c5c55;font-size:13px;line-height:1.56;margin:0}.dmp-section-head{align-items:center;display:flex;justify-content:space-between;margin-bottom:22px}.dmp-build-grid{display:grid;gap:14px;grid-template-columns:repeat(3,minmax(0,1fr))}.dmp-build-grid article{background:#fff;border:1px solid #e1e9e6;border-radius:8px;box-shadow:0 10px 26px #14261f0a;display:grid;gap:14px;grid-template-columns:48px minmax(0,1fr);min-height:112px;padding:18px}.dmp-build-grid article>span{background:#f0f5ff;color:#406cd6}.dmp-build-grid article:nth-child(2)>span{background:#eef0ff;color:#4f59c8}.dmp-build-grid article:nth-child(3)>span{background:#edf7ff;color:#3c6bbd}.dmp-build-grid article:nth-child(4)>span{background:#f3f6fb;color:#5d6f8d}.dmp-build-grid article:nth-child(5)>span{background:#eef5fb;color:#4e6ec5}.dmp-build-grid article:nth-child(6)>span{background:#e9f8f6;color:#008b80}.dmp-revenue{padding:18px 0 32px}.dmp-revenue__grid{align-items:center;display:grid;gap:42px;grid-template-columns:.34fr .66fr}.dmp-revenue__grid>div:first-child p{margin:12px 0 18px}.dmp-revenue-card{background:linear-gradient(180deg,#f2fbf7,#eef8f4);border:1px solid #dcebe5;border-radius:8px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden}.dmp-revenue-card article{align-content:center;display:grid;min-height:142px;padding:22px 28px;text-align:center}.dmp-revenue-card article+article{border-left:1px solid #d8e5df}.dmp-revenue-card span{color:#172820;font-size:12px;font-weight:820;margin-bottom:8px}.dmp-revenue-card strong{color:#0c9a68;font-size:32px;line-height:1;margin-bottom:16px}.dmp-revenue-card small{border-top:1px solid #d8e5df;color:#68776f;font-size:11px;grid-column:1 / -1;line-height:1.5;padding:14px 22px;text-align:center}.dmp-journey{padding:26px 0 30px}.dmp-journey h2,.dmp-journey>.dmp-shell>p{text-align:left}.dmp-journey>.dmp-shell>p{margin:6px 0 30px}.dmp-steps{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));position:relative}.dmp-steps:before{background:repeating-linear-gradient(90deg,#98d5bf 0 8px,transparent 8px 14px);content:"";height:1px;left:6%;position:absolute;right:6%;top:40px}.dmp-steps article{display:grid;justify-items:center;min-width:0;padding:0 10px;position:relative;text-align:left}.dmp-steps article>span{align-items:center;background:#eaf8f2;border-radius:999px;color:#08875d;display:inline-flex;height:78px;justify-content:center;margin-bottom:18px;width:78px;z-index:1}.dmp-steps svg{height:30px;width:30px}.dmp-steps strong{color:#15251f;font-size:13px;line-height:1.25;margin-bottom:6px;width:100%}.dmp-steps p{color:#596862;font-size:11px;line-height:1.45;margin:0;width:100%}.dmp-resources{padding:10px 0 24px}.dmp-resource-card{background:#fff;border:1px solid #e0e8e5;border-radius:8px;box-shadow:0 10px 28px #14261f0a;display:grid;gap:0;grid-template-columns:1.05fr repeat(4,1fr);overflow:hidden;padding:0}.dmp-resource-card>div,.dmp-resource-card article{min-height:132px;padding:24px 28px}.dmp-resource-card>div{align-content:center;display:grid}.dmp-resource-card>div p{margin:8px 0 16px}.dmp-resource-card article{border-left:1px solid #e3ebe8}.dmp-resource-card article>span{background:#edf8f2;color:#078158;height:36px;margin-bottom:14px;width:36px}.dmp-quality{padding:0 0 22px}.dmp-quality__inner{background:linear-gradient(90deg,#f3eeff,#f8fbff);border:1px solid #e6e1f2;border-radius:8px;display:grid;gap:24px;grid-template-columns:.48fr 1fr;padding:28px 34px}.dmp-quality__intro{align-items:center;display:grid;gap:18px;grid-template-columns:76px minmax(0,1fr)}.dmp-quality__intro>span{align-items:center;background:linear-gradient(180deg,#7948e8,#5a34c5);border-radius:999px;color:#fff;display:inline-flex;height:70px;justify-content:center;width:70px}.dmp-quality__intro svg{height:38px;width:38px}.dmp-review-grid{display:grid;gap:18px;grid-template-columns:repeat(4,minmax(0,1fr))}.dmp-review-grid article{border-left:1px solid #e0ddea;min-width:0;padding-left:18px}.dmp-review-grid article>span{background:#f2ebff;color:#6e47cb;height:34px;margin-bottom:12px;width:34px}.dmp-review-grid p{font-size:11px}.dmp-final{padding:0 0 46px}.dmp-final__inner{align-items:center;background:radial-gradient(circle at 84% 40%,rgba(0,180,130,.52),transparent 24%),radial-gradient(circle at 8% 65%,rgba(0,92,255,.24),transparent 26%),linear-gradient(135deg,#03101b,#061823 72%,#06291f);border:1px solid rgba(255,255,255,.12);border-radius:8px;color:#fff;display:grid;gap:28px;grid-template-columns:minmax(0,1fr) auto;padding:32px 40px}.dmp-final h2{color:#fff}.dmp-final p{color:#ffffffc7;margin-top:6px;max-width:620px}.dmp-final__inner>div:last-child{display:flex;flex-wrap:wrap;gap:14px}@media(max-width:1120px){.dmp-hero__grid,.dmp-two-col,.dmp-revenue__grid,.dmp-quality__inner{grid-template-columns:1fr}.dmp-preview{max-width:760px;width:100%}.dmp-build-grid,.dmp-review-grid,.dmp-resource-card{grid-template-columns:repeat(2,minmax(0,1fr))}.dmp-resource-card>div{grid-column:1 / -1}.dmp-resource-card article:nth-of-type(odd){border-left:0}}@media(max-width:820px){.dmp-hero{padding:42px 0 38px}.dmp-shell{padding-left:18px;padding-right:18px}.dmp-hero h1{font-size:40px}:lang(zh-CN) .dmp-hero h1,:lang(zh-Hant) .dmp-hero h1{font-size:36px}.dmp-hero__copy>p:not(.dmp-eyebrow){font-size:15px}.dmp-actions,.dmp-final__inner>div:last-child{flex-direction:column}.dmp-actions .dmp-button,.dmp-final .dmp-button{width:100%}.dmp-proof,.dmp-preview__body,.dmp-modules,.dmp-build-grid,.dmp-revenue-card,.dmp-resource-card,.dmp-review-grid,.dmp-final__inner{grid-template-columns:1fr}.dmp-preview>header{padding:0 16px}.dmp-preview__body{padding:18px 16px 14px}.dmp-preview aside{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px}.dmp-preview aside strong{display:none}.dmp-preview aside span{background:#f6faf8;flex:0 0 auto;white-space:nowrap}.dmp-preview>footer{align-items:flex-start;flex-direction:column;padding:14px 16px}.dmp-section,.dmp-revenue,.dmp-journey{padding-top:30px}.dmp-section h2,.dmp-revenue h2,.dmp-journey h2,.dmp-resource-card h2,.dmp-quality h2,.dmp-final h2{font-size:24px}.dmp-section-head{align-items:flex-start;flex-direction:column;gap:10px}.dmp-revenue-card article+article,.dmp-resource-card article,.dmp-review-grid article{border-left:0;border-top:1px solid #e3ebe8}.dmp-steps{gap:18px;grid-template-columns:1fr}.dmp-steps:before{height:auto;inset:26px auto 26px 39px;width:1px}.dmp-steps article{gap:0 16px;grid-template-columns:78px minmax(0,1fr);justify-items:start;padding:0}.dmp-steps article>span{grid-row:span 2;margin-bottom:0}.dmp-quality__inner,.dmp-final__inner{padding:24px 18px}.dmp-quality__intro{grid-template-columns:58px minmax(0,1fr)}.dmp-quality__intro>span{height:54px;width:54px}.dmp-quality__intro svg{height:30px;width:30px}}@media(max-width:430px){.dmp-hero h1{font-size:36px}:lang(zh-CN) .dmp-hero h1,:lang(zh-Hant) .dmp-hero h1{font-size:32px}.dmp-modules article,.dmp-build-grid article,.dmp-why-list article{grid-template-columns:1fr}.dmp-revenue-card strong{font-size:28px}}.rm-page{background:#020a14;color:#fff}.rm-shell{margin:0 auto;max-width:1180px;padding:0 24px}.rm-hero{background:radial-gradient(circle at 16% 88%,rgba(32,113,255,.26),transparent 22%),radial-gradient(circle at 46% 70%,rgba(255,114,20,.18),transparent 24%),linear-gradient(145deg,#020813,#05111f 48%,#030813);border-bottom:1px solid rgba(104,126,153,.14);overflow:hidden;padding:54px 0 46px}.rm-hero__grid{align-items:center;display:grid;gap:44px;grid-template-columns:minmax(0,.78fr) minmax(560px,1.22fr)}.rm-eyebrow{color:#ff8d28;font-size:13px;font-weight:820;letter-spacing:0;margin:0 0 16px}.rm-hero h1{color:#fff;font-size:clamp(46px,5.3vw,70px);letter-spacing:0;line-height:.98;margin:0 0 20px}:lang(zh-CN) .rm-hero h1{line-height:1.08}.rm-hero__copy>p:not(.rm-eyebrow){color:#ffffffc2;font-size:17px;line-height:1.72;margin:0;max-width:560px}.rm-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}.rm-button{align-items:center;background:#071322d1;border:1px solid rgba(148,170,200,.28);border-radius:7px;color:#fff;display:inline-flex;font-size:14px;font-weight:820;gap:10px;justify-content:center;min-height:52px;padding:0 22px}.rm-button--primary{background:linear-gradient(180deg,#ff9b25,#f46a09);border-color:#ff9824e0;box-shadow:0 14px 28px #ff6f0d3d}.rm-proof{display:grid;gap:14px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:38px}.rm-proof span{align-items:start;display:grid;gap:8px 10px;grid-template-columns:28px 1fr;min-width:0}.rm-proof i{align-items:center;border:1px solid rgba(148,170,200,.24);border-radius:999px;color:#9ab7d8;display:inline-flex;height:28px;justify-content:center;width:28px}.rm-proof svg{height:16px;width:16px}.rm-proof strong{color:#fff;display:block;font-size:12px;line-height:1.2}.rm-proof small{color:#ffffff80;display:block;font-size:10px;grid-column:2;line-height:1.35}.rm-console{background:#050f1df2;border:1px solid rgba(255,129,24,.46);border-radius:14px;box-shadow:0 0 0 1px #ff81181a,0 0 34px #ff81182e,0 30px 80px #0000006b;overflow:hidden}.rm-console__top{align-items:center;border-bottom:1px solid rgba(148,170,200,.16);display:grid;gap:14px;grid-template-columns:1fr auto 34px;min-height:62px;padding:0 18px}.rm-console__top strong{color:#fff;font-size:18px}.rm-console__top span{color:#ffffff9e;font-size:12px}.rm-console__top button{align-items:center;background:#ffffff0a;border:1px solid rgba(148,170,200,.16);border-radius:7px;color:#9fb7d8;display:inline-flex;height:34px;justify-content:center;padding:0;width:34px}.rm-console svg{height:18px;width:18px}.rm-metrics{display:grid;gap:12px;grid-template-columns:repeat(4,minmax(0,1fr));padding:18px 18px 0}.rm-metrics span{background:#ffffff0b;border:1px solid rgba(148,170,200,.13);border-radius:8px;display:grid;gap:5px;min-height:92px;padding:14px;position:relative}.rm-metrics i{align-items:center;border-radius:999px;display:inline-flex;height:30px;justify-content:center;position:absolute;right:12px;top:12px;width:30px}.tone-red{background:#ef3f3829;color:#ff5656}.tone-orange{background:#ffa02226;color:#ffb136}.tone-blue{background:#367cff29;color:#69a2ff}.tone-green{background:#38d25f26;color:#63df7f}.rm-metrics small{color:#ffffff94;font-size:11px}.rm-metrics strong{color:#fff;font-size:28px;line-height:1;margin-top:4px}.rm-metrics em{color:#4ee573;font-size:11px;font-style:normal;font-weight:780}.rm-console__body{display:grid;gap:12px;grid-template-columns:1.04fr 1.05fr .9fr;padding:12px 18px 18px}.rm-panel{background:#ffffff0b;border:1px solid rgba(148,170,200,.13);border-radius:8px;min-width:0;padding:14px}.rm-panel header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.rm-panel h2{color:#fff;font-size:13px;margin:0}.rm-panel a,.rm-panel header span{color:#ff9b35;font-size:10px;font-weight:760}.rm-panel--queue{grid-row:span 2}.rm-panel--queue p{align-items:center;display:grid;gap:8px;grid-template-columns:16px 1fr auto;margin:0;padding:8px 0}.rm-panel--queue p>i{border-radius:4px;height:16px;width:16px}.rm-panel--queue .is-1,.rm-panel--queue .is-4{background:#e83f3f}.rm-panel--queue .is-2{background:#ff9d22}.rm-panel--queue .is-3{background:#377cff}.rm-panel--queue .is-5{background:#7a4ce3}.rm-panel--queue span{color:#ffffffd1;font-size:11px;font-weight:720;min-width:0}.rm-panel--queue small{color:#ffffff70;display:block;font-size:9px;margin-top:2px}.rm-panel--queue em{color:#ffffff73;font-size:9px;font-style:normal}.rm-heatmap{display:grid;gap:5px;grid-template-columns:repeat(6,minmax(0,1fr));margin-top:14px}.rm-heatmap span{aspect-ratio:1 / 1;border-radius:3px}.rm-heatmap .is-low{background:#136442}.rm-heatmap .is-mid{background:#b58d24}.rm-heatmap .is-high{background:#a23128}.rm-panel--heat footer{display:flex;justify-content:space-between;margin-top:12px}.rm-panel--heat footer span{color:#ffffff7a;font-size:10px}.rm-panel--score{display:grid;gap:12px;justify-items:center}.rm-donut{align-items:center;background:conic-gradient(#4dd064 0 23%,#ffcc36 23% 57%,#ff8a21 57% 85%,#f04646 85% 100%);border-radius:999px;display:grid;height:112px;justify-items:center;padding:14px;position:relative;width:112px}.rm-donut:before{background:#071528;border-radius:999px;content:"";inset:16px;position:absolute}.rm-donut strong,.rm-donut span{position:relative;z-index:1}.rm-donut strong{color:#fff;font-size:28px;line-height:1;margin-top:24px}.rm-donut span{color:#ffffff94;font-size:10px;margin-top:-18px}.rm-panel--score ul,.rm-panel--status{display:grid;gap:8px}.rm-panel--score ul{list-style:none;margin:0;padding:0;width:100%}.rm-panel--score li,.rm-panel--status p{align-items:center;color:#ffffffb3;display:flex;font-size:11px;gap:7px;justify-content:space-between;margin:0}.rm-panel--score li i,.rm-panel--status i{border-radius:999px;display:inline-flex;height:8px;margin-right:auto;width:8px}.rm-panel--score b,.rm-panel--status strong{color:#fff;font-weight:780;margin-left:auto}.low,.resolved{background:#4dd064}.medium,.review{background:#ffcc36}.high,.escalated{background:#ff8a21}.very,.pending{background:#f04646}.rm-panel--status{grid-column:3}.rm-console__foot{align-items:center;border-top:1px solid rgba(148,170,200,.13);display:flex;justify-content:space-between;padding:12px 18px}.rm-console__foot span,.rm-console__foot strong{color:#ffffff8a;font-size:10px;font-weight:560}.rm-section,.rm-bottom{background:#020a14;padding:42px 0 0}.rm-section-title,.rm-team>h2,.rm-workflow>h2,.rm-bottom>.rm-shell>h2{color:#fff;font-size:28px;letter-spacing:0;line-height:1.18;margin:0 0 22px;text-align:center}.rm-manage-grid,.rm-team>div{display:grid;gap:18px;grid-template-columns:repeat(4,minmax(0,1fr))}.rm-feature,.rm-team article,.rm-systems span,.rm-boundary{background:#ffffff09;border:1px solid rgba(148,170,200,.13);border-radius:8px}.rm-feature{min-height:210px;padding:26px 22px}.rm-feature>span,.rm-team article>span{align-items:center;border-radius:8px;display:inline-flex;height:52px;justify-content:center;margin-bottom:22px;width:52px}.rm-feature svg,.rm-team svg,.rm-step svg,.rm-systems svg,.rm-boundary svg{height:26px;width:26px}.rm-feature--red>span{background:#ef3f3826;color:#ff5252}.rm-feature--blue>span{background:#367cff26;color:#5692ff}.rm-feature--purple>span{background:#7c4ce329;color:#9b70ff}.rm-feature--green>span{background:#38d25f26;color:#5cdf7a}.rm-feature h3,.rm-team h3{color:#fff;font-size:18px;line-height:1.22;margin:0 0 10px}.rm-feature p,.rm-team p,.rm-workflow>p{color:#ffffff9e;font-size:13px;line-height:1.55;margin:0}.rm-team{padding-top:34px;text-align:center}.rm-team>p,.rm-workflow>p{margin:-10px auto 24px;max-width:720px;text-align:center}.rm-team article{min-height:158px;padding:22px;text-align:left}.rm-team article>span{background:#367cff1f;color:#6fa6ff;height:38px;margin-bottom:14px;width:38px}.rm-team article:nth-child(4)>span{background:#38d25f1f;color:#67e082}.rm-workflow{padding:42px 0 14px;text-align:center}.rm-steps{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));position:relative}.rm-steps:before{background:linear-gradient(90deg,#ef3f3866,#367cff66,#38d25f66);content:"";height:1px;left:7%;position:absolute;right:7%;top:38px}.rm-step{display:grid;justify-items:center;min-width:0;padding:0 10px;position:relative}.rm-step>span{align-items:center;background:#061426;border:2px solid currentColor;border-radius:999px;display:inline-flex;height:76px;justify-content:center;margin-bottom:8px;width:76px;z-index:1}.rm-step--red{color:#ff4e4e}.rm-step--orange{color:#ff9a24}.rm-step--blue{color:#4f8dff}.rm-step--purple{color:#956cff}.rm-step--green{color:#57d66c}.rm-step--teal{color:#2bd1b8}.rm-step strong{color:#ff9b35;font-size:16px;line-height:1;margin-bottom:12px}.rm-step h3{color:#fff;font-size:14px;line-height:1.22;margin:0 0 8px}.rm-step p{color:#ffffff8a;font-size:11px;line-height:1.45;margin:0}.rm-bottom{padding-bottom:48px}.rm-systems{display:grid;gap:10px;grid-template-columns:repeat(8,minmax(0,1fr));margin-bottom:22px}.rm-systems span{align-items:center;display:flex;gap:10px;min-height:58px;min-width:0;padding:10px}.rm-systems i{align-items:center;background:#367cff1f;border-radius:6px;color:#68a0ff;display:inline-flex;height:34px;justify-content:center;width:34px}.rm-systems em{color:#ffffffc7;font-size:12px;font-style:normal;font-weight:720;line-height:1.25}.rm-boundary{align-items:center;display:grid;gap:28px;grid-template-columns:86px 1fr;margin-bottom:34px;padding:28px 34px}.rm-boundary>span{align-items:center;border:1px solid rgba(148,170,200,.16);border-radius:999px;color:#94aac838;display:inline-flex;height:74px;justify-content:center;width:74px}.rm-boundary svg{height:46px;width:46px}.rm-boundary h2{color:#fff;font-size:18px;margin:0 0 8px}.rm-boundary p{color:#ffffffad;font-size:13px;line-height:1.6;margin:0}.rm-cta{align-items:center;background:radial-gradient(circle at 18% 42%,rgba(30,117,255,.45),transparent 22%),radial-gradient(circle at 96% 66%,rgba(255,86,86,.22),transparent 26%),linear-gradient(135deg,#06172d,#071326 72%,#130b17);border:1px solid rgba(148,170,200,.16);border-radius:8px;display:grid;gap:28px;grid-template-columns:minmax(0,1fr) auto;padding:30px 36px}.rm-cta h2{color:#fff;font-size:30px;line-height:1.08;margin:0;max-width:520px}.rm-cta>div{display:flex;gap:14px}@media(max-width:1120px){.rm-hero__grid{grid-template-columns:1fr}.rm-console{max-width:820px;width:100%}.rm-manage-grid,.rm-team>div{grid-template-columns:repeat(2,minmax(0,1fr))}.rm-systems{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:760px){.rm-shell{padding-left:18px;padding-right:18px}.rm-hero{padding:38px 0 34px}.rm-hero h1{font-size:40px}:lang(zh-CN) .rm-hero h1{font-size:38px}.rm-hero__copy>p:not(.rm-eyebrow){font-size:15px}.rm-actions,.rm-cta>div{flex-direction:column}.rm-button{width:100%}.rm-proof{grid-template-columns:1fr}.rm-console__top{grid-template-columns:1fr 34px}.rm-console__top span{display:none}.rm-metrics,.rm-console__body,.rm-manage-grid,.rm-team>div,.rm-systems,.rm-cta,.rm-boundary{grid-template-columns:1fr}.rm-panel--queue,.rm-panel--status{grid-column:auto;grid-row:auto}.rm-console__foot{align-items:start;flex-direction:column;gap:6px}.rm-section-title,.rm-team>h2,.rm-workflow>h2,.rm-bottom>.rm-shell>h2{font-size:24px}.rm-steps{gap:22px;grid-template-columns:1fr}.rm-steps:before{height:auto;inset:32px auto 32px 38px;width:1px}.rm-step{align-items:center;gap:14px;grid-template-columns:76px 24px 1fr;justify-items:start;padding:0;text-align:left}.rm-step>span{margin-bottom:0}.rm-step strong{margin-bottom:0}.rm-step h3,.rm-step p{grid-column:3}.rm-step p{margin-top:-8px}.rm-boundary{gap:18px;padding:24px 18px}.rm-cta{padding:24px 18px}.rm-cta h2{font-size:26px}}.section-lead a,.page-line a{color:#2563eb;font-weight:750;text-decoration:underline;text-decoration-thickness:1.5px;text-underline-offset:.18em}.section-lead a:hover,.page-line a:hover{color:#1d4ed8}.docs-tools{background:#f8fbf7;border:1px solid var(--color-border);border-radius:var(--radius);margin-bottom:34px;padding:22px}.docs-tools__header{align-items:end;display:grid;gap:18px;grid-template-columns:minmax(0,1fr) minmax(240px,360px);margin-bottom:18px}.docs-tools__header h2{font-size:24px;letter-spacing:0;line-height:1.16;margin:0}.docs-tools__header label{display:grid;gap:7px}.docs-tools__header label span{color:var(--color-muted);font-size:12px;font-weight:780}.docs-tools__header input{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-small);color:var(--color-text);font:inherit;min-height:42px;padding:10px 12px;width:100%}.docs-tools__grid{display:grid;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr))}.docs-tools__item{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-small);display:grid;gap:5px;min-height:96px;padding:13px}.docs-tools__item[hidden]{display:none}.docs-tools__item:hover,.docs-tools__item.is-active{border-color:#2563eb73;box-shadow:0 12px 28px #2563eb14}.docs-tools__item strong{color:var(--color-text);font-size:14px;line-height:1.25}.docs-tools__item small{color:var(--color-muted);font-size:12px;line-height:1.45}.docs-tools__empty{color:var(--color-muted);font-weight:720;margin:14px 0 0}.docs-tools__toggle{background:#fff;border:1px solid rgba(15,118,110,.28);border-radius:var(--radius-small);color:var(--color-accent-strong);cursor:pointer;font:inherit;font-size:13px;font-weight:780;margin-top:14px;min-height:42px;padding:10px 14px}.docs-tools__toggle:hover{border-color:#0f766e75;box-shadow:0 10px 24px #0f766e14}@media(max-width:760px){.docs-tools{padding:16px}.docs-tools__header,.docs-tools__grid{grid-template-columns:1fr}}
