:root{--ink:#181818;--muted:#6f756f;--line:#dededb;--paper:#f6f6f4;--white:#fff;--lime:#a9bee8;--lime-strong:#91abd9;--green:#4775a8;--soft-green:#edf3fa;--orange:#d86b27;--soft-orange:#fff0e5;--dark:#1b1b1d;--sidebar:#1b1b1d;--radius:18px;--shadow:0 24px 70px rgba(17,22,18,.1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased}button,input,select{font:inherit}button{cursor:pointer}.site-shell{overflow:hidden}.logo{display:flex;align-items:center;gap:9px;font-weight:800;font-size:20px;letter-spacing:-.8px;white-space:nowrap}.logo-mark{width:33px;height:33px;border-radius:10px;background:var(--ink);color:var(--lime);display:grid;place-items:center;position:relative}.logo-mark svg:last-child{position:absolute;right:4px;bottom:4px;background:var(--ink);border-radius:50%}.logo-light{color:#fff}.logo-light .logo-mark{background:var(--lime);color:var(--ink)}.logo-light .logo-mark svg:last-child{background:var(--lime)}.logo-dot{color:#6f86b1}.site-header{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;border-bottom:1px solid rgba(13,16,14,.1);background:#f5f5efe6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);position:relative;z-index:20}.site-nav{display:flex;gap:34px}.site-nav a,.text-btn{font-size:13px;font-weight:700;color:#343934;text-decoration:none;background:none;border:0}.site-actions{display:flex;align-items:center;gap:18px}.button{border:0;border-radius:11px;padding:14px 19px;font-weight:800;font-size:13px;display:inline-flex;align-items:center;justify-content:center;gap:9px;transition:.2s transform,.2s background}.button:hover{transform:translateY(-1px)}.button-dark{background:var(--dark);color:#fff}.button-lime{background:var(--lime);color:var(--ink);box-shadow:0 9px 25px #728fc32e}.button-lime:hover{background:var(--lime-strong)}.button-ghost{background:transparent;color:var(--ink);border:1px solid #c9ccc5}.button-light{background:#fff;color:var(--ink)}.button-small{padding:11px 15px}.button.full{width:100%}.hero{min-height:690px;padding:86px 5vw 72px;display:grid;grid-template-columns:minmax(350px,.88fr) minmax(560px,1.12fr);align-items:center;gap:5vw;position:relative;background:radial-gradient(circle at 82% 15%,rgba(169,190,232,.18),transparent 30%),var(--paper)}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(13,16,14,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(13,16,14,.035) 1px,transparent 1px);background-size:40px 40px;-webkit-mask-image:linear-gradient(to right,black,transparent 75%);mask-image:linear-gradient(to right,black,transparent 75%)}.hero-copy,.hero-product{position:relative;z-index:1}.eyebrow,.section-kicker,.page-eyebrow,.card-kicker{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;text-transform:uppercase;letter-spacing:.12em;font-size:10px;font-weight:500}.eyebrow{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:8px 12px;margin-bottom:25px}.eyebrow.dark{background:#10141114;border-color:#1014111a}.pulse-dot{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px #0f7a4f1a}.hero h1{font-size:clamp(54px,5.8vw,92px);line-height:.93;letter-spacing:-.072em;margin:0 0 29px;max-width:730px}.hero-copy>p{font-size:18px;line-height:1.7;color:#5d635e;max-width:610px}.hero-actions{display:flex;gap:12px;margin:35px 0 26px}.trust-row{display:flex;flex-wrap:wrap;gap:20px;color:#505650;font-size:11px;font-weight:700}.trust-row span{display:flex;align-items:center;gap:6px}.product-window{background:#202126;border-radius:24px;padding:10px;box-shadow:0 50px 100px #0f121040;transform:perspective(1200px) rotateY(-2deg) rotateX(1deg);border:1px solid rgba(255,255,255,.1)}.window-top{height:36px;color:#98a098;font-size:9px;display:flex;align-items:center;justify-content:center;position:relative}.window-top>svg{position:absolute;right:12px}.window-dots{display:flex;gap:5px;position:absolute;left:10px}.window-dots i{width:7px;height:7px;border-radius:50%;background:#465047}.window-body{height:465px;background:#f7f7f3;border-radius:15px;display:grid;grid-template-columns:128px 1fr;overflow:hidden}.mini-side{background:#18191d;padding:19px 12px}.mini-side .logo{font-size:11px;margin-bottom:35px}.mini-side .logo-mark{width:23px;height:23px;border-radius:7px}.mini-side .logo-mark svg{width:13px}.mini-nav{color:#859087;display:flex;align-items:center;gap:8px;font-size:8px;font-weight:700;padding:9px 8px;border-radius:7px;margin:3px 0}.mini-nav.active{color:#fff;background:#2a2b31}.mini-nav b{margin-left:auto;background:var(--lime);color:#18191d;padding:2px 5px;border-radius:5px}.mini-content{padding:26px}.mini-head{display:flex;justify-content:space-between;align-items:center}.mini-head div{display:flex;flex-direction:column}.mini-head small{font-size:8px;color:#838983}.mini-head strong{font-size:15px;margin-top:3px}.avatar{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:#a9bee8;color:#24262d;font-size:10px;font-weight:800}.health-card{background:#1c1d21;color:#fff;border-radius:12px;padding:15px 17px;display:flex;align-items:center;gap:12px;margin:18px 0 10px}.health-score span{font-size:27px;font-weight:800}.health-score small{font-size:8px;color:#99a099}.health-card>div:nth-child(2){flex:1}.health-card strong{font-size:9px}.health-card p{font-size:7px;color:#8e968f;margin:3px 0}.health-bars{display:flex;gap:3px}.health-bars i{width:5px;height:28px;border-radius:3px;background:var(--lime);transform:skew(-8deg)}.health-bars i:nth-child(4),.health-bars i:nth-child(5){opacity:.2}.mini-stats{display:grid;grid-template-columns:1fr 1fr 1.25fr;gap:7px}.mini-stats>div{background:#fff;border:1px solid #e4e5df;border-radius:10px;padding:11px;display:flex;flex-direction:column}.mini-stats small{font-size:6px;color:#7d837d}.mini-stats strong{font-size:17px;margin:5px 0}.mini-stats span{font-size:6px}.mini-stats .lime-card{background:var(--lime);border-color:var(--lime)}.green-copy{color:var(--green)!important}.mini-list{background:#fff;border:1px solid #e4e5df;border-radius:10px;margin-top:8px;padding:13px}.mini-list-head{display:flex;justify-content:space-between;font-size:8px;margin-bottom:7px}.mini-list-head span{font-size:6px;color:#697069}.mini-row{display:grid;grid-template-columns:25px 1fr 55px auto;align-items:center;gap:7px;border-top:1px solid #eee;padding:7px 0}.mini-row>div{display:flex;flex-direction:column}.mini-row strong{font-size:7px}.mini-row small{font-size:5.5px;color:#888}.mini-row>b{font-size:7px}.supplier-icon{width:34px;height:34px;border-radius:9px;display:grid;place-items:center;font-weight:800;font-size:12px;background:#eef0eb;color:#303830;flex-shrink:0}.mini-row .supplier-icon{width:22px;height:22px;font-size:7px}.supplier-0{background:#ede9ff;color:#5c48a9}.supplier-1{background:#e8f1ff;color:#2a65b6}.supplier-2{background:#ffeddf;color:#bd5e22}.supplier-3{background:#edf3fa;color:#4775a8}.status{display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:5px 7px;border-radius:20px;font-size:8px;font-weight:800;white-space:nowrap}.status-missing{background:#fff0e5;color:#a74b19}.status-matched{background:#edf3fa;color:#4775a8}.status-review{background:#fff7cd;color:#796200}.status-ignored{background:#eff0ed;color:#697069}.floating-card{position:absolute;background:#fff;border-radius:13px;box-shadow:0 22px 50px #10141129;display:flex;align-items:center;gap:10px;padding:12px 14px;z-index:3}.floating-card small,.floating-card strong{display:block}.floating-card small{font-size:7px;color:#777}.floating-card strong{font-size:11px;margin-top:2px}.float-vat{right:-25px;top:16%}.float-icon{background:var(--lime);width:31px;height:31px;border-radius:8px;display:grid;place-items:center}.float-safe{left:-28px;bottom:8%}.float-safe>svg{color:var(--green)}.proof-strip{min-height:100px;background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:center;gap:38px;padding:25px 4vw;flex-wrap:wrap}.proof-strip span{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:9px;color:#8a8f89;text-transform:uppercase}.proof-strip strong{font-size:13px;color:#505650}.section{padding:115px 6vw}.section-kicker{color:#747a74;margin-bottom:25px}.section-kicker.light{color:#a7afa8}.split-heading{display:grid;grid-template-columns:1.5fr .75fr;gap:10vw;align-items:end;margin-bottom:65px}.split-heading h2,.section h2{font-size:clamp(38px,4.3vw,67px);line-height:1.02;letter-spacing:-.055em;margin:0}.split-heading p{font-size:15px;line-height:1.7;color:#6b716c}.compare-grid{display:grid;grid-template-columns:1fr 150px 1fr;align-items:center}.compare-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:12px 20px;box-shadow:0 15px 50px #1419150d}.compare-head{display:flex;align-items:center;gap:10px;padding:12px 0 18px;font-size:12px}.compare-head span{font-weight:800}.compare-head b{margin-left:auto;font-size:9px;color:#727872}.compare-row{display:flex;align-items:center;gap:9px;padding:14px 0;border-top:1px solid #ecece8;font-size:11px;font-weight:700}.compare-row svg{margin-left:auto;color:var(--green)}.compare-row.warning svg{color:var(--orange)}.radio-dot{width:7px;height:7px;border:2px solid #bfc4bd;border-radius:50%}.compare-engine{text-align:center;display:flex;flex-direction:column;align-items:center}.compare-engine>span{width:51px;height:51px;border-radius:50%;background:var(--lime);display:grid;place-items:center;margin-bottom:9px}.compare-engine strong{font-size:10px}.compare-engine small{font-size:7px;color:#858a85;margin-top:3px}.safety-section{background:#1b1b1d;color:#fff;display:grid;grid-template-columns:.8fr 1.2fr;gap:10vw;align-items:center;position:relative}.safety-section:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 95% 10%,rgba(169,190,232,.11),transparent 32%);pointer-events:none}.safety-copy,.privacy-stack{position:relative;z-index:1}.safety-copy p{color:#aab1ab;line-height:1.7;margin:25px 0 35px}.privacy-stack{display:flex;flex-direction:column;gap:12px}.privacy-card{border:1px solid #35363d;background:#232327;border-radius:15px;padding:22px;display:grid;grid-template-columns:45px 1fr auto;gap:15px;align-items:center}.privacy-card.selected{background:var(--lime);color:var(--ink);border-color:var(--lime);transform:translate(-22px)}.privacy-number{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;color:#788078}.privacy-card.selected .privacy-number{color:#536789}.privacy-card strong{font-size:14px}.privacy-card p{font-size:10px;color:#919a92;margin:5px 0 0}.privacy-card.selected p{color:#536789}.recommended{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:7px;background:#202126;color:#fff;padding:6px 8px;border-radius:10px;text-transform:uppercase}.workflow-section>h2{max-width:760px}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:60px}.steps-grid article{border:1px solid var(--line);border-radius:20px;background:#fff;padding:29px;position:relative;min-height:300px}.step-num{position:absolute;right:25px;top:25px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px;color:#929790}.step-icon{width:56px;height:56px;border-radius:15px;background:#eff1ec;display:grid;place-items:center;margin-bottom:40px}.step-icon.lime{background:var(--lime)}.steps-grid h3{font-size:20px;letter-spacing:-.03em}.steps-grid p{font-size:12px;color:#737973;line-height:1.7;min-height:62px}.steps-grid button{background:none;border:0;padding:0;display:flex;align-items:center;gap:7px;font-size:10px;font-weight:800}.accountant-section{padding-top:0}.accountant-panel{background:#1b1b1d;color:#fff;border-radius:28px;padding:6vw;display:grid;grid-template-columns:.88fr 1.12fr;gap:8vw;align-items:center;overflow:hidden;position:relative}.accountant-panel:before{content:"";position:absolute;width:450px;height:450px;border-radius:50%;background:var(--lime);filter:blur(170px);opacity:.08;right:5%;top:5%}.accountant-copy{position:relative}.accountant-copy p{color:#aeb5ae;line-height:1.7}.accountant-copy ul,.pricing-grid ul{list-style:none;padding:0;margin:25px 0}.accountant-copy li,.pricing-grid li{display:flex;gap:9px;align-items:center;font-size:11px;margin:12px 0}.accountant-copy li svg,.pricing-grid li svg{width:15px;color:var(--green)}.accountant-copy li svg{color:var(--lime)}.client-list-card{background:#f8f8f4;color:var(--ink);border-radius:18px;padding:22px;position:relative;box-shadow:0 25px 80px #00000040}.client-list-top{display:flex;justify-content:space-between;align-items:center;padding:5px 3px 17px}.client-list-top div{display:flex;flex-direction:column}.client-list-top small{font-size:8px;color:#7b817b}.client-list-top strong{font-size:17px;margin-top:3px}.health-chip{font-size:8px;background:#edf3fa;color:#4775a8;padding:7px 9px;border-radius:12px}.health-chip span{display:inline-block;width:5px;height:5px;background:#4775a8;border-radius:50%;margin-right:4px}.client-line{display:grid;grid-template-columns:35px 1fr 60px 25px;gap:10px;align-items:center;padding:12px 0;border-top:1px solid #e4e5df}.client-avatar{width:34px;height:34px;border-radius:9px;background:#e3e7df;display:grid;place-items:center;font-size:8px;font-weight:800}.client-line>div{display:flex;flex-direction:column}.client-line strong{font-size:10px}.client-line small{font-size:7px;margin-top:3px}.danger{color:#bb4d2d}.warn{color:#947900}.ok{color:var(--green)}.client-line>b{font-size:9px}.client-line button{background:none;border:0;color:#777}.pricing-section{background:#fff}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch}.pricing-grid article{border:1px solid var(--line);border-radius:20px;padding:31px;position:relative;background:#fafaf7}.pricing-grid article.featured-plan{background:#1b1b1d;color:#fff;border-color:#1b1b1d;transform:translateY(-12px)}.plan-label{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:9px;text-transform:uppercase;color:#7e847e}.pricing-grid h3{font-size:23px;margin:13px 0 7px}.pricing-grid p{font-size:11px;line-height:1.6;color:#747a74;min-height:54px}.featured-plan p{color:#9ca49d}.price{font-size:36px;font-weight:800;letter-spacing:-.05em;padding:20px 0;border-bottom:1px solid var(--line)}.featured-plan .price{border-color:#323a33}.price small{font-size:10px;font-weight:500;color:#808680}.pricing-grid .button{width:100%;margin-top:20px}.plan-badge{position:absolute;top:-12px;right:22px;background:var(--lime);color:var(--ink);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:8px;text-transform:uppercase;padding:7px 10px;border-radius:15px}.faq-section{display:grid;grid-template-columns:.75fr 1.25fr;gap:10vw}.faq-list{border-top:1px solid #cfd2cb}.faq-item{border-bottom:1px solid #cfd2cb}.faq-item button{width:100%;border:0;background:none;padding:21px 0;display:flex;align-items:center;justify-content:space-between;text-align:left;font-weight:800}.faq-item p{font-size:12px;color:#6e746f;line-height:1.7;margin:0 0 22px;max-width:650px}.faq-item.open svg{transform:rotate(45deg)}.final-cta{padding:110px 5vw;text-align:center;background:var(--lime);position:relative}.cta-receipt{width:75px;height:75px;border-radius:22px;background:var(--ink);color:var(--lime);display:grid;place-items:center;margin:0 auto 25px;transform:rotate(-4deg)}.cta-receipt svg{width:35px;height:35px}.final-cta h2{font-size:clamp(44px,5vw,76px);letter-spacing:-.06em;line-height:1;max-width:900px;margin:20px auto}.final-cta p{color:#536789}.final-cta .button{margin-top:22px}footer{background:#18191d;color:#fff;padding:55px 6vw;display:grid;grid-template-columns:1fr 1fr;gap:25px;align-items:end}footer>p{color:#899189;font-size:11px}footer>div{display:flex;justify-content:flex-end;gap:25px}footer a,footer button{color:#aeb5ae;background:none;border:0;text-decoration:none;font-size:10px}footer small{color:#677067;font-size:8px;grid-column:1/-1;border-top:1px solid #283028;padding-top:20px}.app-shell{min-height:100vh;background:#f3f4ef}.app-sidebar{width:248px;background:var(--sidebar);color:#fff;position:fixed;inset:0 auto 0 0;padding:22px 14px;z-index:40;display:flex;flex-direction:column}.side-top{padding:0 9px 21px}.mobile-close{display:none}.workspace-switch{display:grid;grid-template-columns:35px 1fr 16px;gap:10px;align-items:center;background:#1b211c;border:1px solid #2a322b;border-radius:11px;padding:10px;margin-bottom:18px}.workspace-avatar{width:34px;height:34px;border-radius:9px;background:var(--lime);color:var(--ink);display:grid;place-items:center;font-size:9px;font-weight:800}.workspace-switch div{display:flex;flex-direction:column}.workspace-switch strong{font-size:10px}.workspace-switch small{font-size:7px;color:#8f988f;margin-top:2px}.app-nav{display:flex;flex-direction:column;gap:3px}.app-nav button{height:41px;background:none;border:0;border-radius:9px;color:#8e978f;display:flex;align-items:center;gap:11px;padding:0 11px;font-size:10px;font-weight:700;text-align:left}.app-nav button:hover{background:#191f1a;color:#fff}.app-nav button.active{background:#222a23;color:#fff}.app-nav button.active svg{color:var(--lime)}.app-nav button span{flex:1}.app-nav button b{background:var(--lime);color:#1b1b1d;border-radius:10px;padding:2px 6px;font-size:8px}.app-nav button em{font-style:normal;font-size:7px;color:#6e796f;border:1px solid #343c35;padding:2px 5px;border-radius:6px}.nav-divider{height:1px;background:#29302a;margin:15px 10px}.side-security{display:flex;gap:9px;align-items:center;color:#9bb7df;background:#15241d;border:1px solid #234433;border-radius:10px;padding:11px;margin-top:auto}.side-security div{display:flex;flex-direction:column}.side-security strong{font-size:8px}.side-security small{font-size:6.5px;color:#7e9b89;margin-top:2px}.exit-demo{background:none;border:0;color:#6e776f;display:flex;align-items:center;gap:8px;font-size:9px;padding:14px 10px 3px}.app-main{margin-left:248px;min-height:100vh}.app-topbar{height:70px;background:#ffffffe0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #dfe1db;display:flex;align-items:center;justify-content:space-between;padding:0 31px;position:sticky;top:0;z-index:30}.top-search{display:flex;align-items:center;gap:9px;background:#f4f5f1;border:1px solid #e0e2dc;border-radius:9px;padding:0 11px;width:310px;height:38px}.top-search input{border:0;outline:0;background:none;width:100%;font-size:9px}.top-search kbd{font-size:7px;color:#939993;background:#fff;border:1px solid #d8dbd4;padding:3px 5px;border-radius:4px}.top-actions{display:flex;align-items:center;gap:8px}.icon-button{width:34px;height:34px;background:#fff;border:1px solid #e0e2dc;border-radius:9px;display:grid;place-items:center;position:relative}.icon-button svg{width:16px}.icon-button.has-dot:after{content:"";position:absolute;width:6px;height:6px;background:#e46338;border:2px solid #fff;border-radius:50%;right:5px;top:5px}.menu-button{display:none}.page-content{padding:38px 36px 60px;max-width:1550px;margin:auto}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:28px}.page-heading.compact{align-items:center}.page-eyebrow{color:#737a74}.page-heading h1{font-size:33px;letter-spacing:-.05em;margin:7px 0 4px}.page-heading p{font-size:10px;color:#757b75;margin:0}.metrics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:14px}.metrics-grid.three{grid-template-columns:repeat(3,1fr)}.metric-card{background:#fff;border:1px solid #dfe1dc;border-radius:13px;padding:17px;min-height:126px}.metric-top{display:flex;justify-content:space-between;align-items:center;font-size:8px;color:#777e77;font-weight:700}.metric-icon{width:28px;height:28px;border-radius:8px;background:#f0f2ed;display:grid;place-items:center;color:#555e56}.metric-card>strong{display:block;font-size:25px;letter-spacing:-.04em;margin:12px 0}.metric-bottom{display:flex;justify-content:space-between;font-size:7px;color:#858b85}.metric-bottom em{font-style:normal;background:#edf3fa;color:#4775a8;padding:3px 6px;border-radius:8px}.tone-warn{background:#fffaf5}.tone-warn .metric-icon{background:#ffeadb;color:#b6541d}.tone-lime{background:var(--lime);border-color:var(--lime)}.tone-lime .metric-icon{background:#ffffff8c}.tone-lime .metric-bottom{color:#53600d}.dashboard-grid{display:grid;grid-template-columns:1.5fr .75fr;gap:14px}.dash-card{background:#fff;border:1px solid #dfe1dc;border-radius:14px;padding:20px}.card-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.card-kicker{color:#848a84}.card-head h2{font-size:17px;letter-spacing:-.035em;margin:5px 0 0}.card-head>button{border:0;background:none;color:#596159;font-size:8px;display:flex;align-items:center;gap:5px}.transaction-row{display:grid;grid-template-columns:38px minmax(105px,.8fr) minmax(130px,1.4fr) 83px 80px 27px;align-items:center;gap:9px;padding:12px 0;border-top:1px solid #eceee9}.transaction-main,.transaction-desc{display:flex;flex-direction:column;min-width:0}.transaction-main strong{font-size:9px}.transaction-main small,.transaction-desc small{font-size:7px;color:#858b85;margin-top:3px}.transaction-desc span{font-size:8px;color:#575e58;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.transaction-amount{font-size:9px;text-align:right}.row-action{border:0;background:none;color:#878d87}.score-visual{display:flex;align-items:center;justify-content:center;gap:25px;padding:18px 0}.score-ring{width:116px;height:116px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(closest-side,#fff 78%,transparent 80% 99%),conic-gradient(var(--green) 0 72%,var(--lime) 72% 86%,#e2e5df 86%);position:relative}.score-ring span{font-size:23px;font-weight:800}.score-ring small{font-size:7px;color:#888}.legend{display:flex;flex-direction:column;gap:10px}.legend span{font-size:7.5px;color:#677067}.legend i{display:inline-block;width:7px;height:7px;border-radius:2px;margin-right:6px}.legend-green{background:var(--green)}.legend-lime{background:var(--lime)}.legend-gray{background:#dfe2dc}.score-note{border-top:1px solid #e7e9e4;padding-top:13px;display:flex;gap:9px;color:var(--green)}.score-note div{display:flex;flex-direction:column}.score-note strong{font-size:8px;color:var(--ink)}.score-note small{font-size:7px;color:#858c86;margin-top:2px}.monthly-card{min-height:290px}.bar-chart{height:200px;display:flex;gap:18px;align-items:flex-end;padding:25px 10px 0}.bar-item{height:100%;flex:1;display:flex;flex-direction:column;align-items:center}.bar-track{height:165px;width:100%;display:flex;align-items:flex-end;background:#f1f2ee;border-radius:6px;overflow:visible}.bar-fill{width:100%;background:#cfd4cc;border-radius:6px;position:relative}.bar-fill.current{background:var(--lime)}.bar-fill span{position:absolute;top:-17px;width:100%;text-align:center;font-size:7px;font-weight:800}.bar-item small{font-size:7px;color:#7c837d;margin-top:8px}.card-head select{font-size:7px;border:1px solid #ddd;background:#fff;border-radius:7px;padding:6px}.quick-card>button{width:100%;display:grid;grid-template-columns:38px 1fr 20px;align-items:center;gap:10px;text-align:left;border:0;border-top:1px solid #e8eae5;background:none;padding:13px 0}.quick-card>button>span{width:33px;height:33px;background:#f0f2ed;border-radius:9px;display:grid;place-items:center}.quick-card>button>span svg{width:15px}.quick-card>button>div{display:flex;flex-direction:column}.quick-card>button strong{font-size:8.5px}.quick-card>button small{font-size:7px;color:#858b85;margin-top:3px}.quick-card>button>svg{width:14px;color:#899089}.notice-banner{background:var(--lime);border-radius:12px;padding:15px 18px;display:flex;align-items:center;gap:12px;margin-bottom:13px}.notice-banner>svg{background:#1b1b1d;color:var(--lime);padding:7px;width:34px;height:34px;border-radius:9px}.notice-banner>div{display:flex;flex-direction:column;flex:1}.notice-banner strong{font-size:10px}.notice-banner span{font-size:7px;margin-top:3px;color:#536789}.notice-banner button{background:none;border:0;font-size:8px;font-weight:800}.table-card{background:#fff;border:1px solid #dfe1dc;border-radius:14px;overflow:hidden}.table-tools{display:flex;align-items:center;justify-content:space-between;padding:13px 17px;border-bottom:1px solid #e5e7e1}.table-tools>div{display:flex;gap:7px}.tabs button{border:0;background:none;padding:7px 10px;border-radius:8px;font-size:8px;font-weight:700;color:#777e77}.tabs button.active{background:#202126;color:#fff}.tabs button b{margin-left:4px;background:#e8eae5;color:#6a716a;padding:2px 5px;border-radius:7px}.tabs button.active b{background:var(--lime);color:#202126}.outline-button{border:1px solid #daddd7;background:#fff;border-radius:8px;padding:8px 10px;display:inline-flex;align-items:center;gap:6px;font-size:8px;font-weight:700}.outline-button svg{width:13px}.full-transaction-list{padding:0 17px}.full-row{border-bottom:1px solid #e7e9e4}.full-row>.transaction-row{border:0}.row-buttons{display:flex;gap:7px;padding:0 0 12px 47px}.row-buttons button{border:1px solid #dfe2dc;background:#fafbf8;border-radius:7px;padding:7px 9px;display:flex;align-items:center;gap:5px;font-size:7px;font-weight:700}.drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0508066b;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:100;display:flex;justify-content:flex-end}.guide-drawer{width:min(470px,100vw);height:100%;background:#f7f8f4;padding:30px;overflow:auto;box-shadow:-20px 0 80px #0003}.drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.drawer-icon{width:43px;height:43px;background:var(--lime);border-radius:11px;display:grid;place-items:center}.drawer-head button{background:none;border:0}.guide-drawer h2{font-size:29px;letter-spacing:-.045em;margin:8px 0 22px}.drawer-transaction{background:#fff;border:1px solid #dfe2dc;border-radius:11px;padding:13px;display:flex;justify-content:space-between;align-items:center}.drawer-transaction>div{display:flex;flex-direction:column}.drawer-transaction small{font-size:7px;color:#858b85}.drawer-transaction strong{font-size:8px;margin-top:3px}.drawer-transaction>b{font-size:11px}.guide-drawer ol{list-style:none;padding:8px 0;margin:18px 0}.guide-drawer li{display:flex;gap:12px;align-items:flex-start;padding:11px 0;border-bottom:1px solid #e0e3dc}.guide-drawer li>span{width:24px;height:24px;border-radius:50%;background:#e4e7e0;display:grid;place-items:center;font-size:8px;font-weight:800}.guide-drawer li p{font-size:9px;line-height:1.5;margin:5px 0}.drawer-safety{background:#202633;color:#fff;border-radius:11px;padding:13px;display:flex;gap:10px}.drawer-safety svg{color:#8fb0df;flex-shrink:0}.drawer-safety strong{font-size:9px}.drawer-safety p{font-size:7px;line-height:1.5;color:#9fab9f;margin:3px 0}.drawer-upload{border:1px dashed #bbc1b8;border-radius:11px;margin:14px 0;padding:18px;text-align:center;display:flex;flex-direction:column;align-items:center}.drawer-upload svg{margin-bottom:8px}.drawer-upload strong{font-size:9px}.drawer-upload small{font-size:7px;color:#878e87;margin-top:4px}.privacy-live{display:inline-flex;align-items:center;gap:7px;color:var(--green);background:#e4f5eb;border:1px solid #c7e9d8;border-radius:20px;padding:8px 11px;font-size:8px;font-weight:800}.stepper{display:flex;align-items:center;justify-content:center;margin:30px auto;max-width:720px}.stepper>div{display:flex;align-items:center;flex:1}.stepper span{width:28px;height:28px;border-radius:50%;background:#e0e3dd;color:#7f857f;display:grid;place-items:center;font-size:8px;font-weight:800}.stepper span svg{width:13px}.stepper strong{font-size:8px;margin-left:7px;color:#858b85}.stepper i{height:1px;background:#d6d9d2;flex:1;margin:0 9px}.stepper .active span,.stepper .done span{background:#202126;color:var(--lime)}.stepper .active strong,.stepper .done strong{color:#161b17}.import-panel{background:#fff;border:1px solid #dfe2dc;border-radius:16px;max-width:940px;margin:0 auto;overflow:hidden}.panel-intro{display:flex;gap:14px;align-items:center;padding:25px 27px;border-bottom:1px solid #e6e8e2}.big-icon{width:46px;height:46px;border-radius:12px;background:var(--lime);display:grid;place-items:center;flex-shrink:0}.panel-intro h2{font-size:20px;letter-spacing:-.04em;margin:0}.panel-intro p{font-size:8px;color:#7b827b;margin:5px 0 0}.mode-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:27px}.mode-card{border:1px solid #dce0d9;border-radius:14px;background:#fafbf8;padding:23px;text-align:left;position:relative}.mode-card.selected{border:2px solid #202126;background:#fff;padding:22px}.mode-radio{position:absolute;right:18px;top:18px;width:17px;height:17px;border:1px solid #b9beb7;border-radius:50%;display:grid;place-items:center}.mode-radio i{width:9px;height:9px;background:#202126;border-radius:50%}.mode-icon{width:41px;height:41px;border-radius:10px;background:#ecf0e9;display:grid;place-items:center;margin-bottom:20px}.mode-card.selected .mode-icon{background:var(--lime)}.mode-card>strong{font-size:13px}.mode-card>p{font-size:8px;color:#777e77;line-height:1.6;min-height:51px}.mode-card ul{list-style:none;padding:10px 0;margin:0;border-top:1px solid #e6e9e3}.mode-card li{display:flex;gap:7px;font-size:8px;margin:8px 0}.mode-card li svg{width:12px;color:var(--green)}.mode-card em{font-style:normal;font-size:7px;color:#657065;background:#edf0eb;padding:6px 8px;border-radius:10px;display:inline-block}.mode-card.selected em{background:#e5f5ea;color:#4775a8}.panel-footer{border-top:1px solid #e6e8e2;padding:16px 27px;display:flex;align-items:center;gap:13px}.panel-footer>span{margin-right:auto;color:#6e756f;font-size:8px;display:flex;align-items:center;gap:7px}.privacy-tip{margin:20px 27px 0;background:#f0f4fa;border:1px solid #d2ecdd;border-radius:11px;padding:13px;display:flex;gap:11px;align-items:center;color:var(--green)}.privacy-tip>div{flex:1}.privacy-tip strong{font-size:9px}.privacy-tip p{font-size:7px;margin:3px 0;color:#60796a}.privacy-tip button{background:none;border:0;color:var(--green);font-size:8px;font-weight:800}.upload-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px;padding:20px 27px}.upload-box{border:1px dashed #bfc5bc;border-radius:13px;padding:27px;text-align:center;min-height:210px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fafbf8;transition:.2s}.upload-box.drag{background:#edf3fa;border-color:#7893c2}.upload-box.has-file{border-style:solid;background:#f6fbf7}.upload-box input{display:none}.upload-icon,.file-ok{width:44px;height:44px;border-radius:12px;background:#eef0ec;display:grid;place-items:center;margin-bottom:14px}.file-ok{background:#edf3fa;color:var(--green)}.upload-box>strong{font-size:11px}.upload-box>small{font-size:7px;color:#7d847e;margin:5px 0 14px}.upload-box>button:not(.outline-button){border:0;background:none;color:#9a4c31;font-size:7px;display:flex;gap:5px;align-items:center}.helper-link{border:0;background:none;font-size:7px;color:#626a63;display:flex;align-items:center;gap:5px;margin:8px auto}.supported-row{display:flex;align-items:center;gap:13px;justify-content:center;padding:0 27px 20px}.supported-row span{font-size:7px;color:#898f89}.supported-row b{font-size:7px;color:#626962}.redact-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:22px;padding:27px}.field-list h3{font-size:11px;margin:0 0 15px}.field-list label{display:flex;gap:10px;align-items:center;padding:12px 0;border-top:1px solid #e4e6e0}.field-list label>div{display:flex;flex-direction:column}.field-list strong{font-size:8px}.field-list small{font-size:6.5px;color:#858b85;margin-top:3px}.switch{width:31px;height:18px;border-radius:12px;border:0;background:#d6dad3;padding:2px}.switch i{display:block;width:14px;height:14px;background:#fff;border-radius:50%;transition:.2s}.switch.on{background:#202126}.switch.on i{transform:translate(13px);background:var(--lime)}.preview-table{border:1px solid #dfe2dc;border-radius:11px;overflow:hidden}.preview-head{display:flex;justify-content:space-between;background:#f1f3ef;padding:10px}.preview-head span{font-size:8px;font-weight:800}.preview-head em{font-style:normal;font-size:6px;color:#758076}.preview-cols,.preview-row{display:grid;grid-template-columns:.7fr 1.6fr 1.1fr .7fr;gap:6px;padding:9px 10px;border-top:1px solid #e8eae5}.preview-cols b{font-size:6px;color:#8a908a}.preview-row span{font-size:6.5px}.preview-row .redacted{color:transparent;background:repeating-linear-gradient(135deg,#d8dcd5,#d8dcd5 3px,#eceeea 3px,#eceeea 6px);border-radius:3px;-webkit-user-select:none;user-select:none}.redact-summary{margin:0 27px 22px;background:#f2f4ef;border-radius:10px;padding:12px;display:flex;gap:9px}.redact-summary svg{color:var(--green)}.redact-summary strong{font-size:8px}.redact-summary p{font-size:7px;color:#7d847e;margin:3px 0}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.result-panel{text-align:center;padding:48px}.result-check{width:56px;height:56px;border-radius:50%;background:var(--lime);display:grid;place-items:center;margin:0 auto 18px}.result-panel h2{font-size:30px;letter-spacing:-.05em;margin:9px 0}.result-panel>p{font-size:9px;color:#777e77}.result-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:25px auto;max-width:680px}.result-metrics>div{background:#f3f5f1;border-radius:10px;padding:15px;display:flex;flex-direction:column}.result-metrics .lime{background:var(--lime)}.result-metrics small{font-size:7px;color:#777e77}.result-metrics strong{font-size:18px;margin-top:5px}.result-security{max-width:680px;margin:auto;background:#f0f4fa;border-radius:10px;padding:12px;text-align:left;display:flex;gap:10px;color:var(--green)}.result-security strong{font-size:8px}.result-security p{font-size:7px;color:#66806f;margin:3px 0}.result-actions{display:flex;justify-content:center;gap:9px;margin-top:24px}.top-search.inline{width:250px}.supplier-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.supplier-grid article{background:#fff;border:1px solid #dfe2dc;border-radius:14px;padding:18px;display:grid;grid-template-columns:40px 1fr 25px;gap:10px}.supplier-grid article>div:nth-child(2) h3{font-size:11px;margin:3px 0}.supplier-grid article>div:nth-child(2) p{font-size:7px;color:#858b85;margin:0}.supplier-grid article>button:not(.supplier-guide){background:none;border:0}.supplier-meta{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #e8eae5;padding-top:13px;margin-top:6px}.supplier-meta span{display:flex;flex-direction:column}.supplier-meta small{font-size:6.5px;color:#858b85}.supplier-meta strong{font-size:9px;margin-top:3px}.supplier-progress{grid-column:1/-1;height:5px;background:#e9ece6;border-radius:4px;overflow:hidden}.supplier-progress i{display:block;height:100%;background:var(--green)}.supplier-guide{grid-column:1/-1;border:0;background:none;padding:4px 0 0;text-align:left;font-size:7.5px;font-weight:800;display:flex;align-items:center;gap:5px}.supplier-guide svg{width:12px}.client-table{padding:0 17px}.client-row{display:grid;grid-template-columns:38px 1.4fr .5fr .6fr 1fr 60px;gap:10px;align-items:center;padding:14px 0;border-bottom:1px solid #e8eae5}.client-row>div:nth-child(2),.client-row>span{display:flex;flex-direction:column}.client-row strong{font-size:8.5px}.client-row small{font-size:6.5px;color:#858b85;margin-top:3px}.client-progress{display:flex!important;flex-direction:row!important;align-items:center;gap:8px}.client-progress>span{height:5px;background:#e8ebe5;border-radius:4px;flex:1}.client-progress i{display:block;height:100%;background:var(--green);border-radius:4px}.client-progress b{font-size:7px}.client-row .outline-button{justify-content:center}.security-grid{display:grid;grid-template-columns:1.4fr .6fr;gap:14px}.security-main,.security-side{background:#fff;border:1px solid #dfe2dc;border-radius:14px;padding:28px}.security-main h2{font-size:28px;letter-spacing:-.05em;max-width:650px}.security-main>p{font-size:9px;line-height:1.7;color:#727972;max-width:650px}.security-list{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:25px}.security-list>div{display:flex;gap:9px;background:#f5f7f2;border-radius:9px;padding:12px}.security-list svg{width:14px;color:var(--green)}.security-list span{display:flex;flex-direction:column}.security-list strong{font-size:8px}.security-list small{font-size:6.5px;color:#7e857e;margin-top:3px}.security-side h3{font-size:13px}.security-side>div{display:flex;justify-content:space-between;border-top:1px solid #e6e8e2;padding:13px 0;font-size:8px}.security-side>div span{color:#7d847e}.security-side .button{margin-top:15px}.mobile-backdrop{display:none}@media(max-width:1100px){.site-nav{display:none}.hero{grid-template-columns:1fr;padding-top:60px}.hero-copy{max-width:760px}.hero-product{max-width:760px;margin:auto;width:100%}.float-vat{right:0}.split-heading{gap:5vw}.accountant-panel{gap:4vw}.metrics-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr}.supplier-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.site-header{height:66px;padding:0 18px}.site-actions .text-btn{display:none}.hero{padding:60px 18px 55px}.hero h1{font-size:52px}.hero-copy>p{font-size:15px}.hero-actions{flex-direction:column}.hero-actions .button{width:100%}.trust-row{gap:10px}.product-window{transform:none}.window-body{grid-template-columns:1fr;height:430px}.mini-side{display:none}.mini-content{padding:17px}.floating-card{display:none}.proof-strip{gap:20px}.section{padding:75px 20px}.split-heading{grid-template-columns:1fr;margin-bottom:35px}.compare-grid{grid-template-columns:1fr}.compare-engine{padding:18px}.safety-section{grid-template-columns:1fr}.privacy-card.selected{transform:none}.steps-grid,.pricing-grid{grid-template-columns:1fr}.accountant-panel{grid-template-columns:1fr;padding:40px 20px}.featured-plan{transform:none!important}.faq-section{grid-template-columns:1fr}footer{grid-template-columns:1fr}footer>div{justify-content:flex-start}.app-sidebar{transform:translate(-100%);transition:.25s;width:270px}.app-sidebar.mobile-open{transform:translate(0)}.mobile-close{display:block;position:absolute;right:15px;top:20px;background:none;border:0;color:#fff}.app-main{margin-left:0}.menu-button{display:grid;place-items:center;background:none;border:0}.app-topbar{padding:0 14px}.app-topbar>.top-search{display:none}.top-actions .icon-button,.top-actions .avatar{display:none}.page-content{padding:25px 15px 50px}.page-heading{align-items:flex-start;gap:17px}.page-heading h1{font-size:28px}.page-heading>span.privacy-live{display:none}.metrics-grid,.metrics-grid.three{grid-template-columns:1fr 1fr}.dashboard-grid{grid-template-columns:1fr}.transaction-row{grid-template-columns:37px 1fr 76px 25px}.transaction-desc,.transaction-row>.status{display:none}.transaction-amount{grid-column:3}.score-visual{justify-content:flex-start}.table-tools{overflow:auto}.row-buttons{padding-left:0;overflow:auto}.row-buttons button{white-space:nowrap}.stepper strong,.import-page .page-heading .button{display:none}.mode-grid,.upload-grid,.redact-layout{grid-template-columns:1fr;padding:18px}.panel-footer{flex-wrap:wrap;padding:14px 18px}.panel-footer>span{width:100%;order:-1}.panel-footer .button{flex:1}.supported-row{overflow:auto;justify-content:flex-start}.result-panel{padding:35px 18px}.result-metrics{grid-template-columns:1fr 1fr}.supplier-grid{grid-template-columns:1fr}.client-row{grid-template-columns:35px 1fr 50px 50px}.client-row>span:nth-of-type(2),.client-progress{display:none!important}.security-grid,.security-list{grid-template-columns:1fr}.mobile-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:35}.guide-drawer{padding:22px}}@media(max-width:440px){.site-actions .button{font-size:0;padding:11px}.site-actions .button svg{margin:0}.hero h1{font-size:45px}.mini-stats{grid-template-columns:1fr 1fr}.mini-stats .lime-card{display:none}.mini-row{grid-template-columns:23px 1fr 50px}.mini-row .status{display:none}.trust-row span{font-size:9px}.metrics-grid,.metrics-grid.three{grid-template-columns:1fr}.page-heading{flex-direction:column;align-items:stretch!important}.page-heading .button{width:100%}.top-actions .button{font-size:0;padding:10px}.top-actions .button svg{margin:0}.client-list-card{padding:13px}}.auth-backdrop{align-items:center;justify-content:center;padding:20px}.auth-modal{width:min(470px,100%);max-height:92vh;overflow:auto;background:#f8f8f7;border:1px solid #d9d9d6;border-radius:18px;padding:28px;box-shadow:0 28px 100px #00000047}.auth-modal h2{font-size:28px;letter-spacing:-.045em;margin:8px 0 10px}.auth-modal>p{font-size:10px;line-height:1.6;color:#6d6d69;margin:0 0 20px}.auth-modal form{display:flex;flex-direction:column;gap:14px}.auth-modal label{display:flex;flex-direction:column;gap:6px;font-size:9px;font-weight:700}.auth-modal input{height:43px;border:1px solid #d7d7d3;border-radius:9px;background:#fff;padding:0 12px;outline:none;font-size:11px}.auth-modal input:focus{border-color:#7189b4;box-shadow:0 0 0 3px #7189b421}.auth-modal label small{font-size:7px;font-weight:500;color:#858581}.auth-error{background:#fff0e8;color:#9b421e;border:1px solid #f3d2c1;border-radius:9px;padding:10px;font-size:8px}.auth-error.standalone{margin-bottom:12px}.auth-switch{display:block;border:0;background:none;margin:13px auto 18px;color:#4c648e;font-size:8px;font-weight:800}.secure-link-banner{background:#edf2fa;border:1px solid #d5e0f0;border-radius:12px;padding:14px 16px;display:flex;align-items:center;gap:12px;margin-bottom:13px;color:#3f6094}.secure-link-banner>div{display:flex;flex-direction:column;flex:1;min-width:0}.secure-link-banner strong{font-size:9px}.secure-link-banner span{font-family:ui-monospace,monospace;font-size:7px;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.secure-link-banner svg{width:17px}.secure-link-banner .outline-button{background:#fff;white-space:nowrap}.public-upload-page{min-height:100vh;background:#f4f4f2;color:#191919;display:grid;grid-template-rows:70px 1fr auto}.public-upload-page>header{display:flex;align-items:center;justify-content:space-between;padding:0 5vw;border-bottom:1px solid #dededb;background:#ffffffbf;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.public-upload-page>header>span{display:flex;align-items:center;gap:7px;font-size:9px;color:#60605c}.public-upload-page>header svg{width:16px}.public-upload-page>main{width:min(680px,calc(100% - 32px));margin:70px auto;background:#fff;border:1px solid #dededb;border-radius:18px;padding:44px;box-shadow:0 24px 70px #0000000f}.public-kicker{font-family:ui-monospace,monospace;text-transform:uppercase;letter-spacing:.12em;font-size:9px;color:#5c7198}.public-upload-page h1{font-size:42px;letter-spacing:-.055em;line-height:1;margin:12px 0}.public-upload-page main>p{font-size:11px;line-height:1.7;color:#6f6f6a;max-width:560px}.public-drop{height:220px;border:1px dashed #bdbdb8;border-radius:14px;background:#fafaf9;margin:28px 0 14px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;cursor:pointer}.public-drop.has-file{background:#f0f4fa;border-style:solid;border-color:#b8c9e3}.public-drop input{display:none}.public-drop svg{width:36px;height:36px;margin-bottom:14px;color:#5c7198}.public-drop strong{font-size:11px}.public-drop small{font-size:8px;color:#81817d;margin-top:5px}.public-security{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:22px}.public-security>div{display:flex;gap:8px;align-items:center;background:#f5f5f3;border-radius:9px;padding:10px}.public-security svg{width:16px;color:#5c7198}.public-security span{display:flex;flex-direction:column}.public-security strong{font-size:7px}.public-security small{font-size:6px;color:#858581;margin-top:2px}.upload-success{text-align:center;padding:36px;margin:26px 0;background:#f0f4fa;border-radius:14px}.upload-success>svg{width:44px;height:44px;color:#4775a8}.upload-success h2{font-size:19px}.upload-success p{font-size:9px;color:#6d6d69}.public-upload-page>footer{text-align:center;padding:22px;color:#7c7c78;font-size:8px}@media(max-width:600px){.auth-modal{padding:20px}.public-upload-page>header{padding:0 16px}.public-upload-page>header>span{font-size:0}.public-upload-page>main{margin:25px auto;padding:25px 18px}.public-upload-page h1{font-size:35px}.public-security{grid-template-columns:1fr}.secure-link-banner{align-items:flex-start;flex-wrap:wrap}.secure-link-banner .outline-button{width:100%;justify-content:center}}:root{--cx-ink: #17191d;--cx-muted: #6b7079;--cx-soft: #f4f5f7;--cx-paper: #fafaf9;--cx-card: #ffffff;--cx-line: #e2e4e8;--cx-line-dark: #d4d7dd;--cx-sidebar: #17191d;--cx-sidebar-soft: #23262d;--cx-accent: #a8bfea;--cx-accent-strong: #88a7e0;--cx-accent-soft: #edf2fc;--cx-blue: #496eab;--cx-warning: #ba622f;--cx-warning-soft: #fff3eb;--cx-review: #8c7128;--cx-review-soft: #fff9df;--cx-success: #32755e;--cx-success-soft: #eaf6f1;--cx-radius: 14px;--cx-shadow: 0 22px 70px rgba(25, 30, 40, .13)}.cx-app-shell,.cx-auth-shell,.cx-onboarding-shell{color:var(--cx-ink);font-size:14px}.cx-app-shell *{scrollbar-width:thin;scrollbar-color:#c7cad0 transparent}.cx-app-shell button:focus-visible,.cx-auth-shell button:focus-visible,.cx-onboarding-shell button:focus-visible,.cx-app-shell input:focus-visible,.cx-app-shell select:focus-visible,.cx-app-shell textarea:focus-visible,.cx-auth-shell input:focus-visible,.cx-onboarding-shell select:focus-visible{outline:3px solid rgba(73,110,171,.28);outline-offset:2px}.cx-app-shell button:disabled,.cx-auth-shell button:disabled,.cx-onboarding-shell button:disabled{cursor:not-allowed;opacity:.5}.cx-logo{display:inline-flex;align-items:center;gap:10px;color:#fff}.cx-logo>span{width:35px;height:35px;border-radius:10px;display:grid;place-items:center;position:relative;background:var(--cx-accent);color:#15171b}.cx-logo>span svg:last-child{position:absolute;right:4px;bottom:4px;background:var(--cx-accent);border-radius:50%}.cx-logo strong{font-size:20px;letter-spacing:-.75px}.cx-logo strong span{color:var(--cx-accent)}.cx-logo.is-compact strong{display:none}.cx-button{min-height:42px;border:1px solid transparent;border-radius:10px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:750;transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease}.cx-button svg{width:17px;height:17px}.cx-button:hover:not(:disabled){transform:translateY(-1px)}.cx-button-primary{background:var(--cx-accent);color:#15171b;box-shadow:0 8px 23px #5f7db533}.cx-button-primary:hover:not(:disabled){background:var(--cx-accent-strong)}.cx-button-dark{background:#1c1f24;color:#fff}.cx-button-dark:hover:not(:disabled){background:#292d34}.cx-button-quiet{background:#fff;color:#272a30;border-color:var(--cx-line-dark)}.cx-button-quiet:hover:not(:disabled){background:#f7f8fa;border-color:#bec2c9}.cx-button-full{width:100%}.cx-text-button{border:0;background:transparent;display:inline-flex;align-items:center;gap:7px;color:inherit;font-weight:700}.cx-icon-button{width:40px;height:40px;padding:0;border:1px solid var(--cx-line);background:#fff;border-radius:10px;display:grid;place-items:center;color:#555b65}.cx-icon-button:hover{background:#f5f6f8;color:var(--cx-ink)}.cx-icon-button svg{width:18px;height:18px}.cx-eyebrow{color:#737984;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px;line-height:1.2;letter-spacing:.12em;text-transform:uppercase;font-weight:700}.cx-demo-label{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:20px;background:#edf1f8;color:#526a92;font-size:11px;font-weight:750}.cx-auth-shell{min-height:100vh;background:#f2f3f5}.cx-auth-shell>header{height:72px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 4vw;border-bottom:1px solid var(--cx-line);background:#fffc;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.cx-auth-shell>header .cx-logo{color:var(--cx-ink)}.cx-auth-shell>header .cx-logo>span{background:#1a1d22;color:var(--cx-accent)}.cx-auth-shell>header .cx-logo>span svg:last-child{background:#1a1d22}.cx-auth-shell>header .cx-demo-label{justify-self:end}.cx-signup-shell>main{min-height:calc(100vh - 72px);display:grid;grid-template-columns:minmax(390px,.9fr) minmax(480px,1.1fr);gap:8vw;align-items:center;padding:60px max(5vw,28px);background:radial-gradient(circle at 16% 20%,rgba(168,191,234,.2),transparent 28%),linear-gradient(120deg,#f0f1f3,#fafaf9)}.cx-auth-copy{max-width:610px}.cx-auth-copy h1{margin:16px 0 20px;max-width:590px;font-size:clamp(43px,5vw,70px);line-height:.98;letter-spacing:-.06em}.cx-auth-copy>p{color:var(--cx-muted);font-size:17px;line-height:1.65;max-width:540px}.cx-auth-benefits{display:grid;gap:14px;margin:32px 0}.cx-auth-benefits>div{display:flex;gap:13px;align-items:center}.cx-auth-benefits>div>span{width:42px;height:42px;flex:0 0 auto;border-radius:11px;display:grid;place-items:center;background:#fffc;border:1px solid var(--cx-line);color:var(--cx-blue)}.cx-auth-benefits svg{width:19px}.cx-auth-benefits div div{display:flex;flex-direction:column;gap:3px}.cx-auth-benefits strong{font-size:14px}.cx-auth-benefits small{color:var(--cx-muted);font-size:12px}.cx-guest-link{border:0;border-bottom:1px solid #afb6c0;padding:3px 0 7px;background:transparent;display:inline-flex;align-items:center;gap:8px;color:#3d536f;font-size:13px;font-weight:750}.cx-guest-link svg{width:16px}.cx-auth-card{justify-self:end;width:min(570px,100%);background:#fff;border:1px solid var(--cx-line);border-radius:20px;padding:34px;box-shadow:var(--cx-shadow)}.cx-auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:4px;margin-bottom:28px;border-radius:11px;background:#f1f2f4}.cx-auth-tabs button{border:0;border-radius:8px;background:transparent;min-height:38px;font-weight:700;color:#707680}.cx-auth-tabs button.active{background:#fff;color:var(--cx-ink);box-shadow:0 2px 7px #14192314}.cx-auth-card h2{margin:8px 0;font-size:28px;letter-spacing:-.04em}.cx-auth-card>p{color:var(--cx-muted);line-height:1.6;margin:0 0 22px}.cx-auth-card form{display:grid;gap:16px}.cx-auth-card label,.cx-onboarding-fields label,.cx-field{display:flex;flex-direction:column;gap:7px;font-size:12px;font-weight:750;color:#4a4f58}.cx-auth-card input,.cx-onboarding-fields select,.cx-field input,.cx-exception-form textarea{width:100%;min-height:45px;border:1px solid var(--cx-line-dark);border-radius:9px;padding:0 12px;background:#fbfbfc;color:var(--cx-ink);font-size:14px}.cx-auth-card label>small,.cx-field small{color:#858b94;font-size:11px;font-weight:500}.cx-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.cx-password-field{position:relative}.cx-password-field input{padding-right:47px}.cx-password-field button{position:absolute;right:5px;top:5px;width:35px;height:35px;display:grid;place-items:center;background:transparent;border:0;color:#727985}.cx-password-field svg{width:17px}.cx-checkbox{flex-direction:row!important;align-items:flex-start;gap:9px!important;color:#626873!important;line-height:1.45;font-weight:550!important}.cx-checkbox input{width:16px;height:16px;min-height:0;margin-top:2px;accent-color:#4b6fa8}.cx-form-message{margin-top:13px;border-radius:9px;padding:11px 12px;background:#f2f5fa;color:#506487;font-size:12px}.cx-form-error{display:flex;align-items:flex-start;gap:8px;margin:0;background:var(--cx-warning-soft);color:#94502b}.cx-form-error svg{width:17px;flex:0 0 auto}.cx-auth-security{display:flex;align-items:flex-start;gap:10px;margin-top:22px;padding:13px;border-radius:10px;background:#f2f4f7;color:#647083}.cx-auth-security svg{width:18px;flex:0 0 auto;color:var(--cx-blue)}.cx-auth-security span{display:flex;flex-direction:column;gap:3px}.cx-auth-security strong{color:#3d434d;font-size:12px}.cx-auth-security small{line-height:1.45}.cx-confirm-card{width:min(620px,calc(100% - 32px));margin:80px auto;padding:46px;text-align:center;background:#fff;border:1px solid var(--cx-line);border-radius:20px;box-shadow:var(--cx-shadow)}.cx-auth-icon{width:64px;height:64px;margin:0 auto 22px;display:grid;place-items:center;border-radius:17px;background:var(--cx-accent-soft);color:var(--cx-blue)}.cx-auth-icon svg{width:28px;height:28px}.cx-confirm-card h1{margin:11px 0;font-size:40px;letter-spacing:-.055em}.cx-confirm-card>p{color:var(--cx-muted);line-height:1.6}.cx-demo-notice{display:flex;align-items:flex-start;gap:11px;margin:22px 0;padding:14px;border:1px solid #d7e1f2;border-radius:11px;background:var(--cx-accent-soft);color:#4c6590;text-align:left}.cx-demo-notice>svg{width:19px;flex:0 0 auto}.cx-demo-notice>div{display:flex;flex-direction:column;gap:4px}.cx-demo-notice strong{color:#344765;font-size:12px}.cx-demo-notice span{font-size:11px;line-height:1.5}.cx-confirm-actions{display:flex;justify-content:center;gap:24px;margin-top:20px}.cx-confirm-actions button{border:0;background:transparent;color:#536b94;font-size:12px;font-weight:700}.cx-onboarding-shell{min-height:100vh;display:grid;grid-template-columns:minmax(310px,.7fr) minmax(600px,1.3fr);background:#f6f7f8}.cx-onboarding-shell>aside{padding:45px 5vw;display:flex;flex-direction:column;background:#181b20;color:#fff}.cx-onboarding-shell>aside>div:nth-child(2){margin:auto 0}.cx-onboarding-shell>aside h2{max-width:470px;margin:14px 0 17px;font-size:clamp(34px,3.4vw,53px);line-height:1.04;letter-spacing:-.055em}.cx-onboarding-shell>aside p{max-width:430px;color:#aeb4bd;font-size:15px;line-height:1.65}.cx-onboarding-shell>aside .cx-eyebrow{color:var(--cx-accent)}.cx-onboarding-trust{display:flex;gap:10px;align-items:center;padding:14px;border:1px solid #363b44;border-radius:12px;background:#20242a}.cx-onboarding-trust svg{color:var(--cx-accent)}.cx-onboarding-trust span{display:flex;flex-direction:column;gap:3px}.cx-onboarding-trust small{color:#9da5b0}.cx-onboarding-shell>main{padding:35px 6vw;display:flex;flex-direction:column}.cx-onboarding-top{display:flex;justify-content:space-between;align-items:center;color:#737984;font-size:12px;font-weight:700}.cx-onboarding-top button{border:0;background:transparent;color:#6c727d}.cx-progress{height:3px;margin-top:18px;background:#e3e5e9;border-radius:4px;overflow:hidden}.cx-progress i{display:block;height:100%;background:var(--cx-blue);transition:width .3s ease}.cx-onboarding-card{width:min(760px,100%);margin:auto}.cx-onboarding-card h1{margin:13px 0 11px;font-size:clamp(38px,4vw,57px);line-height:1.02;letter-spacing:-.06em}.cx-onboarding-card>p{margin:0 0 29px;color:var(--cx-muted);font-size:15px;line-height:1.6}.cx-choice-grid{display:grid;gap:11px}.cx-choice-grid>button{min-height:90px;display:grid;grid-template-columns:28px 1fr;grid-template-rows:auto auto;align-items:center;gap:4px 12px;padding:17px;text-align:left;border:1px solid var(--cx-line-dark);border-radius:12px;background:#fff}.cx-choice-grid>button.active{border-color:#4e6f9f;background:#f7f9fd;box-shadow:0 0 0 1px #4e6f9f}.cx-choice-check{grid-row:1 / 3;width:23px;height:23px;display:grid;place-items:center;border:1px solid #bbc0c8;border-radius:50%;color:#fff}.cx-choice-grid>button.active .cx-choice-check{border-color:#4e6f9f;background:#4e6f9f}.cx-choice-grid strong{font-size:14px}.cx-choice-grid small{color:var(--cx-muted);font-size:12px}.cx-onboarding-fields{display:grid;grid-template-columns:1fr 1fr;gap:14px}.cx-onboarding-fields select{min-height:48px;padding:0 12px}.cx-info-row{grid-column:1 / -1;display:flex;gap:10px;padding:14px;border-radius:10px;background:var(--cx-accent-soft);color:#536c95}.cx-info-row>span{display:flex;flex-direction:column;gap:3px}.cx-info-row small{line-height:1.45}.cx-onboarding-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:30px}.cx-app-shell{min-height:100vh;background:#f4f5f6}.cx-sidebar{position:fixed;z-index:40;inset:0 auto 0 0;width:268px;display:flex;flex-direction:column;padding:20px 14px 16px;overflow-y:auto;background:var(--cx-sidebar);color:#d7d9de}.cx-sidebar-head{height:43px;display:flex;align-items:center;justify-content:space-between;padding:0 7px;margin-bottom:17px}.cx-mobile-close{display:none;border:0;background:transparent;color:#fff}.cx-workspace{min-height:62px;display:grid;grid-template-columns:38px 1fr 18px;align-items:center;gap:10px;margin-bottom:16px;padding:10px;border:1px solid #343840;border-radius:11px;text-align:left;background:#202329;color:#fff}.cx-workspace>span{width:36px;height:36px;display:grid;place-items:center;border-radius:9px;background:var(--cx-accent);color:#1b1d22;font-size:11px;font-weight:800}.cx-workspace div{min-width:0;display:flex;flex-direction:column;gap:3px}.cx-workspace strong{overflow:hidden;text-overflow:ellipsis;font-size:12px;white-space:nowrap}.cx-workspace small{overflow:hidden;text-overflow:ellipsis;color:#8d949f;font-size:10px;white-space:nowrap}.cx-workspace>svg{width:16px;color:#8d949f}.cx-sidebar nav{display:grid;gap:3px}.cx-sidebar nav>button{width:100%;min-height:42px;display:grid;grid-template-columns:22px 1fr auto;align-items:center;gap:9px;padding:0 10px;border:0;border-radius:8px;text-align:left;background:transparent;color:#aeb3bd;font-size:12px;font-weight:650}.cx-sidebar nav>button:hover{background:#202329;color:#fff}.cx-sidebar nav>button.active{background:#292d34;color:#fff}.cx-sidebar nav svg{width:18px;height:18px}.cx-sidebar nav b{min-width:21px;padding:3px 6px;border-radius:10px;background:var(--cx-accent);color:#1a1c20;text-align:center;font-size:10px}.cx-sidebar nav em{padding:3px 6px;border:1px solid #474c55;border-radius:6px;color:#9097a3;font-size:9px;font-style:normal}.cx-nav-label{margin:19px 10px 8px;color:#686e79;font-family:ui-monospace,monospace;font-size:9px;letter-spacing:.1em;text-transform:uppercase}.cx-sidebar-spacer{flex:1;min-height:20px}.cx-upgrade-card{display:flex;flex-direction:column;align-items:flex-start;gap:6px;margin-top:15px;padding:14px;border:1px solid #53627c;border-radius:12px;text-align:left;background:linear-gradient(145deg,#252a34,#20242c);color:#fff}.cx-upgrade-card:hover{border-color:#7f96be;background:linear-gradient(145deg,#2a3140,#222831)}.cx-plan-chip{padding:4px 7px;border-radius:6px;background:var(--cx-accent);color:#1d2026;font-size:9px;font-weight:800}.cx-upgrade-card>strong{margin-top:3px;font-size:12px;line-height:1.35}.cx-upgrade-card>small{color:#a5acb8;font-size:10px;line-height:1.4}.cx-upgrade-link{display:inline-flex;align-items:center;gap:5px;margin-top:4px;color:var(--cx-accent);font-size:10px;font-weight:750}.cx-upgrade-link svg{width:13px}.cx-mode-card{display:flex;gap:9px;align-items:center;margin-top:10px;padding:10px;border:1px solid #30353d;border-radius:9px;color:#9fa6b0}.cx-mode-card svg{width:17px;color:var(--cx-accent)}.cx-mode-card div{display:flex;flex-direction:column;gap:2px}.cx-mode-card strong{color:#c6cad1;font-size:10px}.cx-mode-card small{font-size:8.5px}.cx-exit{min-height:38px;display:flex;align-items:center;gap:8px;margin-top:7px;padding:0 9px;border:0;background:transparent;color:#7f858f;font-size:11px}.cx-exit:hover{color:#fff}.cx-exit svg{width:16px}.cx-app-main{min-height:100vh;margin-left:268px}.cx-topbar{position:sticky;z-index:30;top:0;height:72px;display:flex;align-items:center;gap:18px;padding:0 28px;border-bottom:1px solid var(--cx-line);background:#ffffffe6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.cx-menu-button{display:none}.cx-global-search{position:relative;width:min(450px,44vw);height:43px;display:flex;align-items:center;gap:9px;padding:0 10px;border:1px solid var(--cx-line);border-radius:10px;background:#f7f8f9}.cx-global-search>svg{width:17px;color:#757b85}.cx-global-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--cx-ink);font-size:12px}.cx-global-search kbd{border:1px solid #d9dce1;border-radius:5px;padding:3px 6px;background:#fff;color:#858b95;font-size:9px;box-shadow:0 1px 2px #0000000d}.cx-global-search>button{width:26px;height:26px;display:grid;place-items:center;border:0;background:transparent;color:#6e747e}.cx-global-search>button svg{width:15px}.cx-search-results{position:absolute;top:50px;left:0;right:0;padding:7px;border:1px solid var(--cx-line);border-radius:12px;background:#fff;box-shadow:var(--cx-shadow)}.cx-search-results>button{width:100%;min-height:58px;display:grid;grid-template-columns:34px 1fr auto 16px;align-items:center;gap:9px;padding:8px;border:0;border-radius:8px;text-align:left;background:#fff}.cx-search-results>button:hover{background:#f5f7fa}.cx-search-results>button div{min-width:0;display:flex;flex-direction:column;gap:3px}.cx-search-results>button strong{font-size:12px}.cx-search-results>button small{overflow:hidden;text-overflow:ellipsis;color:var(--cx-muted);font-size:10px;white-space:nowrap}.cx-search-results>button b{font-size:11px}.cx-search-results>button>svg{width:14px;color:#828892}.cx-search-results .cx-search-page{min-height:39px;display:flex;justify-content:center;margin-top:4px;border-top:1px solid var(--cx-line);color:#536a91;font-size:11px;font-weight:750}.cx-search-empty{display:flex;flex-direction:column;align-items:center;gap:8px;padding:25px;color:#858b95;font-size:11px}.cx-top-actions{display:flex;align-items:center;gap:8px;margin-left:auto}.cx-notification-button{position:relative}.cx-notification-button b{position:absolute;right:-4px;top:-5px;min-width:18px;height:18px;display:grid;place-items:center;padding:0 4px;border:2px solid #fff;border-radius:10px;background:#bd5a3a;color:#fff;font-size:9px}.cx-new-check{height:42px}.cx-account-menu{position:relative}.cx-avatar{width:40px;height:40px;border:0;border-radius:10px;display:grid;place-items:center;background:var(--cx-accent);color:#22252b;font-size:11px;font-weight:850}.cx-avatar.large{width:44px;height:44px;flex:0 0 auto}.cx-account-popover{position:absolute;right:0;top:48px;width:255px;padding:8px;border:1px solid var(--cx-line);border-radius:12px;background:#fff;box-shadow:var(--cx-shadow)}.cx-account-popover>div{display:flex;gap:10px;align-items:center;padding:10px;border-bottom:1px solid var(--cx-line)}.cx-account-popover>div span:last-child{min-width:0;display:flex;flex-direction:column;gap:3px}.cx-account-popover>div strong,.cx-account-popover>div small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cx-account-popover>div strong{font-size:12px}.cx-account-popover>div small{color:var(--cx-muted);font-size:10px}.cx-account-popover>button{width:100%;min-height:39px;display:flex;align-items:center;gap:9px;padding:0 9px;border:0;border-radius:7px;background:transparent;color:#4d535d;font-size:11px;font-weight:650}.cx-account-popover>button:hover{background:#f4f5f7}.cx-account-popover svg{width:16px}.cx-page{width:min(1500px,100%);margin:0 auto;padding:38px 32px 70px}.cx-page-header{display:flex;justify-content:space-between;align-items:flex-end;gap:25px;margin-bottom:28px}.cx-page-header h1{margin:7px 0;font-size:clamp(31px,3vw,45px);line-height:1.05;letter-spacing:-.055em}.cx-page-header p{margin:0;color:var(--cx-muted);font-size:13px;line-height:1.55}.cx-sample-banner{min-height:50px;display:flex;align-items:center;gap:10px;margin-bottom:22px;padding:10px 13px;border:1px solid #d6e0ef;border-radius:11px;background:var(--cx-accent-soft);color:#536a91}.cx-sample-banner>svg{width:18px}.cx-sample-banner>div{flex:1;display:flex;flex-direction:column;gap:2px}.cx-sample-banner strong{color:#344b70;font-size:12px}.cx-sample-banner span{font-size:10px}.cx-sample-banner button{border:0;background:transparent;display:inline-flex;align-items:center;gap:6px;color:#405b85;font-size:11px;font-weight:750}.cx-sample-banner button svg{width:14px}.cx-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;margin-bottom:14px}.cx-metric{position:relative;min-height:150px;padding:18px;border:1px solid var(--cx-line);border-radius:var(--cx-radius);text-align:left;background:#fff;color:var(--cx-ink);overflow:hidden}.cx-metric:hover{border-color:#bdc3cc;transform:translateY(-1px);box-shadow:0 8px 25px #191e2812}.cx-metric>div{display:flex;justify-content:space-between;align-items:center;color:#707681;font-size:11px}.cx-metric>div i{width:33px;height:33px;border-radius:9px;display:grid;place-items:center;background:#f1f2f4}.cx-metric>div svg{width:16px}.cx-metric>strong{display:block;margin:21px 0 7px;font-size:28px;letter-spacing:-.04em}.cx-metric>small{color:#818791;font-size:10px}.cx-metric-arrow{position:absolute;right:14px;bottom:13px;width:15px;color:#adb2ba;opacity:0;transition:.18s}.cx-metric:hover .cx-metric-arrow{opacity:1;transform:translate(2px)}.cx-metric.warning{background:#fffaf7;border-color:#eadfd9}.cx-metric.warning>div i{background:var(--cx-warning-soft);color:var(--cx-warning)}.cx-metric.accent{background:linear-gradient(135deg,#b7c9eb,#9fb9e7);border-color:#9fb6df}.cx-metric.accent>div,.cx-metric.accent>small{color:#354b70}.cx-metric.accent>div i{background:#ffffff8f;color:#344e76}.cx-dashboard-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(330px,.65fr);gap:14px}.cx-card{border:1px solid var(--cx-line);border-radius:var(--cx-radius);background:#fff}.cx-card-head{display:flex;justify-content:space-between;align-items:center;gap:14px}.cx-card-head h2{margin:5px 0 0;font-size:19px;letter-spacing:-.035em}.cx-card-head>button,.cx-card-head>div+button{border:0;background:transparent;display:inline-flex;align-items:center;gap:6px;color:#5f6875;font-size:11px;font-weight:700}.cx-card-head button svg{width:15px}.cx-attention-card{padding:20px}.cx-attention-card .cx-card-head{margin-bottom:9px}.cx-transaction-line{width:100%;min-height:67px;display:grid;grid-template-columns:38px minmax(130px,.8fr) minmax(170px,1.25fr) 90px 110px 18px;align-items:center;gap:11px;padding:8px 4px;border:0;border-top:1px solid #eceef1;text-align:left;background:transparent;color:var(--cx-ink)}.cx-transaction-line:hover{background:#f8f9fa}.cx-supplier-avatar{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;background:#edf1f8;color:#506b96;font-size:11px;font-weight:850}.cx-transaction-supplier,.cx-transaction-description{min-width:0;display:flex;flex-direction:column;gap:4px}.cx-transaction-supplier strong{font-size:12px}.cx-transaction-supplier small,.cx-transaction-description small{color:#858b94;font-size:10px}.cx-transaction-description span{overflow:hidden;text-overflow:ellipsis;color:#5d626b;font-size:11px;white-space:nowrap}.cx-transaction-line>b{text-align:right;font-size:12px}.cx-transaction-line>svg{width:15px;color:#a0a5ae}.cx-status{min-height:25px;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:0 8px;border-radius:14px;white-space:nowrap;font-size:10px;font-weight:750}.cx-status-missing{background:var(--cx-warning-soft);color:#a1532d}.cx-status-review{background:var(--cx-review-soft);color:#826a25}.cx-status-matched{background:var(--cx-success-soft);color:var(--cx-success)}.cx-status-ignored{background:#eff1f3;color:#666d77}.cx-completion-card{padding:20px}.cx-completion{display:flex;align-items:center;justify-content:center;gap:25px;min-height:185px}.cx-ring{--score: 309deg;width:128px;height:128px;flex:0 0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:50%;background:radial-gradient(closest-side,#fff 76%,transparent 78% 99%),conic-gradient(#4e72aa 0 var(--score),#e6e8ec var(--score) 360deg)}.cx-ring span{font-size:25px;font-weight:800}.cx-ring small{color:var(--cx-muted);font-size:10px}.cx-completion>div:last-child{display:grid;gap:12px}.cx-completion>div:last-child span{display:flex;align-items:center;gap:8px;color:#666d76;font-size:11px}.cx-completion>div:last-child i{width:8px;height:8px;border-radius:3px}.cx-completion i.matched{background:#4e72aa}.cx-completion i.attention{background:var(--cx-warning)}.cx-completion i.ignored{background:#d6d9de}.cx-insight{width:100%;display:grid;grid-template-columns:20px 1fr 16px;align-items:center;gap:9px;padding:13px 0 0;border:0;border-top:1px solid var(--cx-line);text-align:left;background:transparent;color:var(--cx-success)}.cx-insight span{display:flex;flex-direction:column;gap:3px}.cx-insight strong{color:#343940;font-size:11px}.cx-insight small{color:#858b94;font-size:9px}.cx-insight>svg:last-child{color:#999fa8}.cx-history-card,.cx-quick-card{min-height:315px;padding:20px}.cx-bars{height:225px;display:flex;align-items:flex-end;gap:18px;padding:25px 10px 0}.cx-bars button{height:100%;flex:1;display:flex;flex-direction:column;align-items:center;border:0;background:transparent}.cx-bars button>i{position:relative;width:100%;flex:1;display:flex;align-items:flex-end;overflow:hidden;border-radius:7px;background:#f0f1f3}.cx-bars button>i span{width:100%;display:block;border-radius:7px 7px 0 0;background:#ccd1d9}.cx-bars button>i span.current{background:var(--cx-accent)}.cx-bars b{margin-top:6px;font-size:9px}.cx-bars small{margin-top:3px;color:#858b94;font-size:10px}.cx-quick-card>button{width:100%;min-height:72px;display:grid;grid-template-columns:40px 1fr 18px;align-items:center;gap:10px;padding:11px 0;border:0;border-top:1px solid var(--cx-line);text-align:left;background:transparent}.cx-quick-card>button:first-of-type{margin-top:10px}.cx-quick-card>button>span{width:38px;height:38px;display:grid;place-items:center;border-radius:9px;background:#f1f3f6;color:#536b95}.cx-quick-card>button>span svg{width:17px}.cx-quick-card>button>div{display:flex;flex-direction:column;gap:3px}.cx-quick-card>button strong{font-size:12px}.cx-quick-card>button small{color:var(--cx-muted);font-size:10px}.cx-quick-card>button>svg{width:15px;color:#9ca2ab}.cx-empty-dashboard{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(330px,.8fr);gap:14px}.cx-empty-dashboard>section,.cx-empty-dashboard>aside{min-height:390px;padding:36px;border:1px solid var(--cx-line);border-radius:var(--cx-radius);background:#fff}.cx-empty-dashboard>section{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;background:radial-gradient(circle at 80% 25%,rgba(168,191,234,.24),transparent 34%),#fff}.cx-empty-icon{width:58px;height:58px;display:grid;place-items:center;margin-bottom:24px;border-radius:15px;background:var(--cx-accent)}.cx-empty-icon svg{width:25px}.cx-empty-dashboard h2{margin:10px 0;font-size:36px;letter-spacing:-.05em}.cx-empty-dashboard>section>p{max-width:570px;color:var(--cx-muted);line-height:1.6}.cx-empty-dashboard>section>div{display:flex;gap:9px;margin-top:18px}.cx-empty-dashboard>aside .cx-card-head{margin-bottom:18px}.cx-empty-dashboard>aside .cx-card-head>span{color:#727984;font-size:11px;font-weight:750}.cx-empty-dashboard>aside>button{width:100%;min-height:75px;display:grid;grid-template-columns:39px 1fr 17px;align-items:center;gap:11px;padding:10px 0;border:0;border-top:1px solid var(--cx-line);text-align:left;background:transparent}.cx-empty-dashboard>aside>button>span{width:36px;height:36px;display:grid;place-items:center;border-radius:9px;background:#f0f2f5;color:#727985}.cx-empty-dashboard>aside>button>span.done{background:var(--cx-success-soft);color:var(--cx-success)}.cx-empty-dashboard>aside>button>span svg{width:16px}.cx-empty-dashboard>aside>button div{display:flex;flex-direction:column;gap:3px}.cx-empty-dashboard>aside>button strong{font-size:12px}.cx-empty-dashboard>aside>button small{color:var(--cx-muted);font-size:10px}.cx-empty-dashboard>aside>button>svg{width:15px;color:#9da3ac}.cx-estimate-banner{min-height:62px;display:flex;align-items:center;gap:12px;margin-bottom:13px;padding:13px 16px;border:1px solid #cbd9ef;border-radius:12px;background:linear-gradient(110deg,#dfe8f8,#edf2fb);color:#405a83}.cx-estimate-banner>svg{width:23px}.cx-estimate-banner>div{flex:1;display:flex;flex-direction:column;gap:3px}.cx-estimate-banner strong{color:#283e61;font-size:13px}.cx-estimate-banner span{font-size:10px}.cx-estimate-banner button{border:0;background:transparent;display:inline-flex;align-items:center;gap:6px;color:#405a83;font-size:11px;font-weight:750}.cx-estimate-banner button svg{width:14px}.cx-table-card{overflow:hidden;border:1px solid var(--cx-line);border-radius:var(--cx-radius);background:#fff}.cx-table-toolbar{min-height:62px;display:flex;justify-content:space-between;align-items:center;gap:15px;padding:10px 15px;border-bottom:1px solid var(--cx-line)}.cx-tabs,.cx-filter-pills{display:flex;gap:5px}.cx-tabs button,.cx-filter-pills button{min-height:34px;display:inline-flex;align-items:center;gap:6px;padding:0 10px;border:0;border-radius:8px;background:transparent;color:#707680;font-size:11px;font-weight:700}.cx-tabs button.active{background:#1f2227;color:#fff}.cx-filter-pills button{border:1px solid var(--cx-line);background:#fff}.cx-filter-pills button.active{border-color:#28303a;background:#28303a;color:#fff}.cx-tabs button b{min-width:19px;padding:2px 5px;border-radius:8px;background:#e8eaee;color:#676e78;font-size:9px}.cx-tabs button.active b{background:var(--cx-accent);color:#1c1e23}.cx-table-controls{display:flex;gap:7px}.cx-table-controls label,.cx-wide-search{height:37px;display:flex;align-items:center;gap:7px;padding:0 9px;border:1px solid var(--cx-line);border-radius:8px;background:#f9fafb}.cx-table-controls label svg,.cx-wide-search svg{width:15px;color:#7a818b}.cx-table-controls input,.cx-wide-search input{width:165px;border:0;outline:0;background:transparent;font-size:11px}.cx-select-control select{border:0;outline:0;background:transparent;color:#5e646e;font-size:11px}.cx-wide-search{width:min(340px,100%)}.cx-wide-search input{width:100%}.cx-missing-list>article{padding:0 16px 13px;border-bottom:1px solid var(--cx-line)}.cx-missing-list>article:last-child{border-bottom:0}.cx-missing-list .cx-transaction-line{border-top:0}.cx-row-actions{display:flex;flex-wrap:wrap;gap:7px;padding-left:49px}.cx-row-actions button{min-height:33px;display:inline-flex;align-items:center;gap:6px;padding:0 10px;border:1px solid var(--cx-line);border-radius:8px;background:#f9fafb;color:#555c66;font-size:10px;font-weight:700}.cx-row-actions button svg{width:14px}.cx-row-actions button.primary{border-color:#c4d2e8;background:var(--cx-accent-soft);color:#425e8a}.cx-resolution-summary{display:flex;align-items:center;gap:9px;padding:10px 0 3px 49px;color:var(--cx-success)}.cx-resolution-summary>svg{width:17px}.cx-resolution-summary>span{display:flex;flex-direction:column;gap:3px}.cx-resolution-summary strong{color:#3f454d;font-size:11px}.cx-resolution-summary small{color:#858b94;font-size:9px}.cx-resolution-summary button{margin-left:auto;border:0;background:transparent;display:inline-flex;align-items:center;gap:4px;color:#526b93;font-size:10px;font-weight:700}.cx-resolution-summary button svg{width:13px}.cx-document-list{padding:0 16px}.cx-empty-table{min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:30px;color:#818791;text-align:center}.cx-empty-table>svg{width:34px;height:34px;color:#6b87b5}.cx-empty-table h3{margin:7px 0 0;color:#3e444d}.cx-empty-table p{margin:0 0 8px;font-size:11px}.cx-supplier-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.cx-supplier-grid>article{padding:17px;border:1px solid var(--cx-line);border-radius:var(--cx-radius);background:#fff}.cx-supplier-main{width:100%;display:grid;grid-template-columns:42px 1fr 17px;align-items:center;gap:10px;border:0;text-align:left;background:transparent}.cx-supplier-main .cx-supplier-avatar{width:40px;height:40px}.cx-supplier-avatar.tone-1{background:#eef4f9;color:#46708e}.cx-supplier-avatar.tone-2{background:#f4effa;color:#715b92}.cx-supplier-avatar.tone-3{background:#fbf1e9;color:#9c653e}.cx-supplier-main h2{margin:0;font-size:14px;letter-spacing:-.02em}.cx-supplier-main p{margin:4px 0 0;color:var(--cx-muted);font-size:10px}.cx-supplier-main>svg{width:15px;color:#a0a5ad}.cx-supplier-stats{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:17px;padding-top:14px;border-top:1px solid var(--cx-line)}.cx-supplier-stats span{display:flex;flex-direction:column;gap:3px}.cx-supplier-stats small{color:var(--cx-muted);font-size:9px}.cx-supplier-stats strong{font-size:11px}.cx-progress-bar{height:5px;margin:13px 0;overflow:hidden;border-radius:4px;background:#e8eaed}.cx-progress-bar i{display:block;height:100%;border-radius:4px;background:#5577ad}.cx-supplier-guide{border:0;background:transparent;display:flex;align-items:center;gap:5px;padding:0;color:#526b93;font-size:10px;font-weight:750}.cx-supplier-guide svg{width:13px}.cx-local-pill,.cx-plan-live{min-height:31px;display:inline-flex;align-items:center;gap:7px;padding:0 10px;border:1px solid #cfdaeb;border-radius:18px;background:var(--cx-accent-soft);color:#4c6590;font-size:10px;font-weight:750}.cx-local-pill svg,.cx-plan-live svg{width:15px}.cx-stepper{width:min(790px,100%);display:flex;margin:0 auto 24px}.cx-stepper>div{flex:1;display:flex;align-items:center}.cx-stepper>div>span{width:30px;height:30px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;background:#e2e4e8;color:#7c828c;font-size:10px;font-weight:800}.cx-stepper>div>span svg{width:14px}.cx-stepper>div strong{margin-left:8px;color:#858b95;font-size:10px}.cx-stepper>div i{height:1px;flex:1;margin:0 10px;background:#d8dbe0}.cx-stepper>div.active>span,.cx-stepper>div.done>span{background:#24282f;color:var(--cx-accent)}.cx-stepper>div.active strong,.cx-stepper>div.done strong{color:#3d424a}.cx-scan-panel{width:min(980px,100%);margin:0 auto;overflow:hidden;border:1px solid var(--cx-line);border-radius:16px;background:#fff}.cx-panel-intro{display:flex;align-items:center;gap:13px;padding:22px 24px;border-bottom:1px solid var(--cx-line)}.cx-panel-intro>span{width:46px;height:46px;flex:0 0 auto;display:grid;place-items:center;border-radius:12px;background:var(--cx-accent)}.cx-panel-intro>span svg{width:21px}.cx-panel-intro h2{margin:0;font-size:21px;letter-spacing:-.035em}.cx-panel-intro p{margin:5px 0 0;color:var(--cx-muted);font-size:11px}.cx-mode-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px;padding:24px}.cx-mode-grid>button{position:relative;min-height:270px;display:flex;flex-direction:column;align-items:flex-start;padding:21px;border:1px solid var(--cx-line-dark);border-radius:13px;text-align:left;background:#fafbfc}.cx-mode-grid>button.active{border-color:#4d6d9b;background:#fff;box-shadow:0 0 0 1px #4d6d9b}.cx-mode-grid>button>svg{width:32px;height:32px;margin:11px 0 20px;color:#546f99}.cx-mode-select{position:absolute;right:17px;top:17px;width:22px;height:22px;display:grid;place-items:center;border:1px solid #b9bec6;border-radius:50%}.cx-mode-grid>button.active .cx-mode-select{border-color:#4d6d9b;background:#4d6d9b;color:#fff}.cx-mode-select svg{width:13px}.cx-mode-grid strong{font-size:15px}.cx-mode-grid p{min-height:38px;color:var(--cx-muted);font-size:11px;line-height:1.5}.cx-mode-grid ul{width:100%;display:grid;gap:8px;margin:7px 0 14px;padding:12px 0 0;border-top:1px solid var(--cx-line);list-style:none}.cx-mode-grid li{display:flex;gap:7px;align-items:center;color:#515761;font-size:10px}.cx-mode-grid li svg{width:13px;color:var(--cx-success)}.cx-mode-grid em{margin-top:auto;padding:5px 8px;border-radius:7px;background:#eef0f3;color:#626974;font-size:9px;font-style:normal;font-weight:750}.cx-mode-grid>button.active em{background:var(--cx-accent-soft);color:#526a92}.cx-panel-footer{min-height:68px;display:flex;align-items:center;gap:10px;padding:12px 24px;border-top:1px solid var(--cx-line);background:#fafafa}.cx-panel-footer>span{flex:1;display:flex;align-items:center;gap:7px;color:#707680;font-size:10px}.cx-panel-footer>span svg{width:15px;color:#56729f}.cx-upload-guidance{display:flex;align-items:center;gap:11px;margin:18px 24px 0;padding:13px;border:1px solid #d4dfee;border-radius:10px;background:var(--cx-accent-soft);color:#526a91}.cx-upload-guidance>svg{width:20px}.cx-upload-guidance>div{flex:1}.cx-upload-guidance strong{display:block;color:#344d72;font-size:12px}.cx-upload-guidance p{margin:3px 0 0;font-size:10px;line-height:1.45}.cx-upload-guidance button{border:0;background:transparent;display:inline-flex;align-items:center;gap:5px;color:#405d88;font-size:10px;font-weight:750}.cx-upload-guidance button svg{width:14px}.cx-upload-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:18px 24px}.cx-file-drop{width:100%;min-height:215px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;border:1px dashed #bac0c8;border-radius:12px;background:#fafbfc;color:var(--cx-ink);cursor:pointer}.cx-file-drop.drag{border-color:#5271a0;background:var(--cx-accent-soft)}.cx-file-drop.has-file{border-style:solid;border-color:#bdd9ce;background:#f7fbf9}.cx-file-drop input{display:none}.cx-file-icon{width:49px;height:49px;display:grid;place-items:center;margin-bottom:14px;border-radius:13px;background:#edf0f4;color:#637083}.cx-file-icon.success{background:var(--cx-success-soft);color:var(--cx-success)}.cx-file-icon svg{width:22px}.cx-file-drop>strong{font-size:13px}.cx-file-drop>small{margin-top:5px;color:var(--cx-muted);font-size:10px}.cx-file-drop>em{margin-top:15px;padding:7px 10px;border:1px solid var(--cx-line);border-radius:7px;background:#fff;font-size:10px;font-style:normal;font-weight:750}.cx-file-remove{display:inline-flex;align-items:center;gap:5px;margin-top:14px;border:0;background:transparent;color:#9b5133;font-size:10px;font-weight:700}.cx-file-remove svg{width:13px}.cx-helper-link{margin:8px auto 0;border:0;background:transparent;display:flex;align-items:center;gap:5px;color:#626975;font-size:10px}.cx-helper-link svg{width:14px}.cx-sample-option{display:flex;align-items:center;gap:10px;margin:0 24px 18px;padding:11px 13px;border-radius:9px;background:#f2f3f5;color:#69717d}.cx-sample-option>svg{width:18px}.cx-sample-option>div{flex:1;display:flex;flex-direction:column;gap:3px}.cx-sample-option strong{color:#414750;font-size:11px}.cx-sample-option span{font-size:9px}.cx-sample-option button{border:0;background:transparent;color:#50698f;font-size:10px;font-weight:750}.cx-inline-error{display:flex;align-items:center;gap:8px;margin:0 24px 17px;padding:11px 12px;border:1px solid #edd4c7;border-radius:9px;background:var(--cx-warning-soft);color:#96502d;font-size:11px}.cx-inline-error svg{width:16px}.cx-privacy-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:22px;padding:24px}.cx-privacy-layout h3{margin:0 0 13px;font-size:13px}.cx-privacy-layout>div:first-child>button{width:100%;min-height:64px;display:flex;align-items:center;gap:10px;padding:10px 0;border:0;border-top:1px solid var(--cx-line);text-align:left;background:transparent}.cx-privacy-layout>div:first-child>button>span,.cx-setting-toggle>span{width:34px;height:20px;flex:0 0 auto;padding:3px;border-radius:12px;background:#d4d7dc}.cx-privacy-layout>div:first-child>button>span i,.cx-setting-toggle>span i{width:14px;height:14px;display:block;border-radius:50%;background:#fff;transition:transform .2s}.cx-privacy-layout>div:first-child>button>span.on,.cx-setting-toggle>span.on{background:#4e70a4}.cx-privacy-layout>div:first-child>button>span.on i,.cx-setting-toggle>span.on i{transform:translate(14px)}.cx-privacy-layout>div:first-child>button div{display:flex;flex-direction:column;gap:3px}.cx-privacy-layout>div:first-child strong{font-size:11px}.cx-privacy-layout>div:first-child small{color:var(--cx-muted);font-size:9px}.cx-file-review{padding:16px;border:1px solid var(--cx-line);border-radius:11px;background:#fafafa}.cx-file-review>div:not(.cx-privacy-result){display:grid;grid-template-columns:35px 1fr 18px;align-items:center;gap:9px;min-height:61px;padding:7px 0;border-top:1px solid var(--cx-line)}.cx-file-review>div>svg{width:18px;color:#526f9e}.cx-file-review>div>svg:last-child{color:var(--cx-success)}.cx-file-review>div span{display:flex;flex-direction:column;gap:3px}.cx-file-review>div strong{font-size:11px}.cx-file-review>div small{color:var(--cx-muted);font-size:9px}.cx-file-review>div.warning>svg{color:var(--cx-warning)}.cx-privacy-result{display:flex!important;grid-template-columns:none!important;gap:7px!important;min-height:40px!important;margin-top:10px;padding:10px!important;border:0!important;border-radius:8px;background:var(--cx-accent-soft);color:#4f6890;font-size:10px}.cx-result-panel{min-height:410px;padding:55px;text-align:center}.cx-result-check{width:62px;height:62px;display:grid;place-items:center;margin:0 auto 21px;border-radius:50%;background:var(--cx-accent)}.cx-result-panel h2{margin:10px 0;font-size:34px;letter-spacing:-.05em}.cx-result-panel>p{color:var(--cx-muted)}.cx-result-actions{display:flex;justify-content:center;gap:9px;margin-top:25px}.cx-spin{animation:cx-spin .9s linear infinite}@keyframes cx-spin{to{transform:rotate(360deg)}}.cx-automation-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.cx-automation-grid article{display:grid;grid-template-columns:46px 1fr 40px;gap:11px;padding:20px;border:1px solid var(--cx-line);border-radius:var(--cx-radius);background:#fff}.cx-automation-grid article>span{width:43px;height:43px;display:grid;place-items:center;border-radius:11px;background:var(--cx-accent-soft);color:#526e9c}.cx-automation-grid article>span svg{width:20px}.cx-automation-grid h2{margin:2px 0 6px;font-size:15px}.cx-automation-grid p{margin:0;color:var(--cx-muted);font-size:10px;line-height:1.55}.cx-automation-grid article>button{width:37px;height:22px;padding:3px;border:0;border-radius:12px;background:#d5d8dd}.cx-automation-grid article>button i{width:16px;height:16px;display:block;border-radius:50%;background:#fff;transition:transform .2s}.cx-automation-grid article>button.on{background:#4f70a4}.cx-automation-grid article>button.on i{transform:translate(15px)}.cx-rule-summary{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;margin-top:9px;padding-top:13px;border-top:1px solid var(--cx-line)}.cx-rule-summary span{display:flex;flex-direction:column;gap:2px}.cx-rule-summary small{color:var(--cx-muted);font-size:9px}.cx-rule-summary strong{font-size:10px}.cx-rule-summary button{border:0;background:transparent;display:inline-flex;align-items:center;gap:4px;color:#526a91;font-size:10px;font-weight:750}.cx-rule-summary button svg{width:13px}.cx-page-notice{margin-top:14px}.cx-client-list{padding:0 15px}.cx-client-list>button{width:100%;min-height:72px;display:grid;grid-template-columns:40px 1fr 110px 90px 18px;align-items:center;gap:12px;padding:9px 2px;border:0;border-bottom:1px solid var(--cx-line);text-align:left;background:transparent}.cx-client-list>button:hover{background:#f8f9fa}.cx-client-avatar{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;background:#eef1f6;color:#536b93;font-size:10px;font-weight:850}.cx-client-list>button>div,.cx-client-list>button>span:not(.cx-client-avatar){display:flex;flex-direction:column;gap:3px}.cx-client-list strong{font-size:12px}.cx-client-list small{color:var(--cx-muted);font-size:9px}.cx-client-list>button>svg{width:15px;color:#9da2aa}.cx-settings-layout{display:grid;grid-template-columns:240px minmax(0,1fr);gap:14px}.cx-settings-layout>nav{display:flex;flex-direction:column;gap:4px;padding:8px;align-self:start;border:1px solid var(--cx-line);border-radius:var(--cx-radius);background:#fff}.cx-settings-layout>nav button{min-height:44px;display:grid;grid-template-columns:20px 1fr 15px;align-items:center;gap:9px;padding:0 9px;border:0;border-radius:8px;text-align:left;background:transparent;color:#656c76;font-size:11px;font-weight:700}.cx-settings-layout>nav button.active{background:#f0f2f5;color:#2e333a}.cx-settings-layout>nav svg{width:16px}.cx-settings-layout>nav button>svg:last-child{color:#a0a5ad}.cx-settings-card{min-height:500px;padding:27px;border:1px solid var(--cx-line);border-radius:var(--cx-radius);background:#fff}.cx-settings-card>.cx-card-head{margin-bottom:24px}.cx-settings-card .cx-form-grid{margin-bottom:15px}.cx-settings-card .cx-field{margin-bottom:20px}.cx-setting-toggle{width:100%;min-height:67px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border:0;border-top:1px solid var(--cx-line);text-align:left;background:transparent}.cx-setting-toggle div{display:flex;flex-direction:column;gap:4px}.cx-setting-toggle strong{font-size:12px}.cx-setting-toggle small{color:var(--cx-muted);font-size:10px}.cx-premium-setting{width:100%;min-height:72px;display:grid;grid-template-columns:39px 1fr auto;align-items:center;gap:10px;margin-top:18px;padding:12px;border:1px solid #d3deef;border-radius:10px;text-align:left;background:var(--cx-accent-soft);color:#496287}.cx-premium-setting>svg{width:19px}.cx-premium-setting div{display:flex;flex-direction:column;gap:3px}.cx-premium-setting strong{color:#334a6f;font-size:12px}.cx-premium-setting small{font-size:10px}.cx-premium-setting>span{display:flex;align-items:center;gap:3px;font-size:10px;font-weight:750}.cx-premium-setting>span svg{width:13px}.cx-privacy-cards{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:20px}.cx-privacy-cards article{display:flex;gap:10px;padding:15px;border-radius:10px;background:#f4f5f7}.cx-privacy-cards article>svg{width:19px;color:#526e9b}.cx-privacy-cards strong{font-size:11px}.cx-privacy-cards p{margin:4px 0 0;color:var(--cx-muted);font-size:10px;line-height:1.5}.cx-danger-button{min-height:40px;display:inline-flex;align-items:center;gap:7px;padding:0 11px;border:1px solid #ecd6cc;border-radius:8px;background:#fff8f5;color:#9c4f31;font-size:10px;font-weight:700}.cx-danger-button svg{width:15px}.cx-plan-summary{display:flex;gap:13px;margin-bottom:20px;padding:18px;border-radius:11px;background:var(--cx-accent-soft)}.cx-plan-summary>span{width:42px;height:42px;display:grid;place-items:center;border-radius:10px;background:var(--cx-accent)}.cx-plan-summary>div{display:flex;flex-direction:column;gap:5px}.cx-plan-summary strong{font-size:13px}.cx-plan-summary p{margin:0;color:#5f6f87;font-size:10px;line-height:1.5}.cx-security-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(300px,.6fr);gap:14px}.cx-security-main{padding:30px}.cx-security-icon{width:54px;height:54px;display:grid;place-items:center;border-radius:14px;background:var(--cx-accent)}.cx-security-main h2{max-width:750px;margin:21px 0 12px;font-size:30px;letter-spacing:-.05em}.cx-security-main>p{max-width:760px;color:var(--cx-muted);line-height:1.65}.cx-security-list{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:24px 0}.cx-security-list>div{display:flex;align-items:flex-start;gap:9px;padding:13px;border-radius:9px;background:#f5f6f7}.cx-security-list>div>svg{width:17px;color:#52709e}.cx-security-list span{display:flex;flex-direction:column;gap:3px}.cx-security-list strong{font-size:11px}.cx-security-list small{color:var(--cx-muted);font-size:9px;line-height:1.5}.cx-security-session{padding:23px}.cx-security-session>.cx-card-head{margin-bottom:14px}.cx-security-session>div:not(.cx-card-head){display:flex;justify-content:space-between;gap:10px;padding:13px 0;border-top:1px solid var(--cx-line);font-size:10px}.cx-security-session>div span{color:var(--cx-muted)}.cx-security-session .cx-danger-button{margin-top:20px}.cx-help-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:14px}.cx-help-grid>button{min-height:150px;display:grid;grid-template-columns:44px 1fr 17px;align-items:flex-start;gap:11px;padding:20px;border:1px solid var(--cx-line);border-radius:var(--cx-radius);text-align:left;background:#fff}.cx-help-grid>button:hover{border-color:#bdc2ca;transform:translateY(-1px)}.cx-help-grid>button>span{width:41px;height:41px;display:grid;place-items:center;border-radius:10px;background:var(--cx-accent-soft);color:#526f9e}.cx-help-grid>button>span svg{width:19px}.cx-help-grid>button>div{display:flex;flex-direction:column;gap:7px}.cx-help-grid strong{font-size:13px}.cx-help-grid small{color:var(--cx-muted);font-size:10px;line-height:1.5}.cx-help-grid>button>svg{width:15px;margin-top:12px;color:#9ca2aa}.cx-faq-card{padding:22px}.cx-faq-card .cx-card-head{margin-bottom:12px}.cx-faq-card>div:not(.cx-card-head){border-top:1px solid var(--cx-line)}.cx-faq-card>div:not(.cx-card-head)>button{width:100%;min-height:57px;display:flex;justify-content:space-between;align-items:center;border:0;text-align:left;background:transparent;font-size:12px;font-weight:700}.cx-faq-card>div:not(.cx-card-head)>button svg{width:17px;transition:transform .2s}.cx-faq-card>div.open>button svg{transform:rotate(45deg)}.cx-faq-card>div p{max-width:850px;margin:-4px 0 18px;color:var(--cx-muted);font-size:11px;line-height:1.6}.cx-support-strip{display:flex;align-items:center;gap:15px;margin-top:14px;padding:16px;border:1px solid var(--cx-line);border-radius:var(--cx-radius);background:#fff}.cx-support-strip>div{flex:1;display:flex;flex-direction:column;gap:4px}.cx-support-strip strong{font-size:12px}.cx-support-strip span{color:var(--cx-muted);font-size:10px}.cx-modal-layer,.cx-drawer-layer,.cx-panel-layer{position:fixed;z-index:120;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:20px;background:#0d10168c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.cx-modal{width:min(620px,100%);max-height:calc(100vh - 40px);overflow-y:auto;border:1px solid #dfe1e5;border-radius:17px;background:#fff;box-shadow:0 30px 100px #00000047}.cx-modal-wide{width:min(940px,100%)}.cx-modal-header{min-height:86px;display:grid;grid-template-columns:45px 1fr 40px;align-items:center;gap:12px;padding:18px 21px;border-bottom:1px solid var(--cx-line)}.cx-modal-header>span{width:43px;height:43px;display:grid;place-items:center;border-radius:11px;background:var(--cx-accent)}.cx-modal-header>span svg{width:20px}.cx-modal-header h2{margin:4px 0 0;font-size:22px;letter-spacing:-.04em}.cx-modal-body{padding:22px}.cx-modal-body>h3,.cx-drawer-body section>h3{margin:22px 0 10px;color:#59606b;font-size:10px;letter-spacing:.08em;text-transform:uppercase}.cx-modal-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:22px}.cx-muted-copy{color:var(--cx-muted);font-size:11px;line-height:1.55}.cx-detail-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.cx-detail-summary>span{min-height:70px;display:flex;flex-direction:column;justify-content:center;gap:4px;padding:12px;border-radius:9px;background:#f3f4f6}.cx-detail-summary small{color:var(--cx-muted);font-size:9px}.cx-detail-summary strong{font-size:12px}.cx-mini-list .cx-transaction-line{grid-template-columns:34px 1fr 83px 100px 16px}.cx-mini-list .cx-transaction-description{display:none}.cx-drawer-layer,.cx-panel-layer{justify-content:flex-end;padding:0}.cx-detail-drawer,.cx-guide-drawer{width:min(560px,100vw);height:100%;overflow-y:auto;background:#fff;box-shadow:-25px 0 80px #0000003d}.cx-detail-drawer{display:flex;flex-direction:column}.cx-drawer-body{flex:1;padding:22px}.cx-amount-hero{display:flex;align-items:flex-start;gap:14px;padding:18px;border-radius:12px;background:#f4f5f7}.cx-amount-hero>div{flex:1;display:flex;flex-direction:column}.cx-amount-hero>div span{color:var(--cx-muted);font-size:10px}.cx-amount-hero>div strong{margin:10px 0 5px;font-size:30px;letter-spacing:-.04em}.cx-amount-hero>div small{color:#616873;font-size:11px}.cx-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.cx-detail-grid span{min-height:68px;display:flex;flex-direction:column;justify-content:center;gap:5px;padding:11px;border:1px solid var(--cx-line);border-radius:9px}.cx-detail-grid small{color:var(--cx-muted);font-size:9px}.cx-detail-grid strong{font-size:11px}.cx-document-proof{display:grid;grid-template-columns:42px 1fr 22px;gap:10px;align-items:center;padding:13px;border:1px solid #cfe3d9;border-radius:10px;background:var(--cx-success-soft)}.cx-document-proof>span{width:39px;height:39px;display:grid;place-items:center;border-radius:9px;background:#fff;color:var(--cx-success)}.cx-document-proof>div{display:flex;flex-direction:column;gap:3px}.cx-document-proof strong{font-size:11px}.cx-document-proof small{color:#60796e;font-size:9px}.cx-document-proof>svg{color:var(--cx-success)}.cx-document-proof em{grid-column:1 / -1;padding-top:8px;border-top:1px solid #d0e3da;color:#678174;font-size:9px;font-style:normal}.cx-no-proof,.cx-exception-proof{display:flex;gap:10px;padding:13px;border-radius:10px}.cx-no-proof{background:var(--cx-warning-soft);color:var(--cx-warning)}.cx-exception-proof{background:#f1f2f4;color:#666e79}.cx-no-proof>svg,.cx-exception-proof>svg{width:18px;flex:0 0 auto}.cx-no-proof div,.cx-exception-proof div{display:flex;flex-direction:column;gap:3px}.cx-no-proof strong,.cx-exception-proof strong{color:#444a53;font-size:11px}.cx-no-proof p,.cx-exception-proof p{margin:0;font-size:10px;line-height:1.45}.cx-exception-proof small{font-size:9px}.cx-timeline{display:grid;gap:0}.cx-timeline>div{min-height:55px;display:grid;grid-template-columns:18px 1fr;gap:9px}.cx-timeline i{position:relative;width:9px;height:9px;margin-top:4px;border:2px solid #6482b2;border-radius:50%;background:#fff}.cx-timeline i:after{content:"";position:absolute;left:2px;top:9px;width:1px;height:41px;background:#d8dce2}.cx-timeline>div:last-child i:after{display:none}.cx-timeline span{display:flex;flex-direction:column;gap:3px}.cx-timeline strong{font-size:10px}.cx-timeline small{color:var(--cx-muted);font-size:9px}.cx-detail-drawer>footer{display:flex;justify-content:flex-end;gap:8px;padding:14px 20px;border-top:1px solid var(--cx-line);background:#fafafa}.cx-resolution-rule{display:flex;gap:10px;padding:13px;border-radius:10px;background:#f1f4f9;color:#50688f}.cx-resolution-rule>svg{width:18px}.cx-resolution-rule div{display:flex;flex-direction:column;gap:3px}.cx-resolution-rule strong{color:#364d72;font-size:11px}.cx-resolution-rule span{font-size:10px}.cx-resolution-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin:17px 0;padding:4px;border-radius:10px;background:#eff1f4}.cx-resolution-tabs button{min-height:40px;border:0;border-radius:7px;display:flex;align-items:center;justify-content:center;gap:7px;background:transparent;color:#69707b;font-size:10px;font-weight:750}.cx-resolution-tabs button.active{background:#fff;color:#2f353d;box-shadow:0 2px 7px #1e232d14}.cx-resolution-tabs svg{width:15px}.cx-resolution-drop{width:100%;min-height:160px;display:grid;grid-template-columns:50px 1fr auto;align-items:center;gap:13px;padding:20px;border:1px dashed #b9c0ca;border-radius:11px;text-align:left;background:#fafbfc;cursor:pointer}.cx-resolution-drop.has-file{min-height:95px;border-style:solid;border-color:#bfd9ce;background:#f5fbf8}.cx-resolution-drop input{display:none}.cx-resolution-drop>span{width:48px;height:48px;display:grid;place-items:center;border-radius:12px;background:#edf1f6;color:#526f9e}.cx-resolution-drop.has-file>span{background:var(--cx-success-soft);color:var(--cx-success)}.cx-resolution-drop>div{display:flex;flex-direction:column;gap:4px}.cx-resolution-drop strong{font-size:12px}.cx-resolution-drop small{color:var(--cx-muted);font-size:10px}.cx-resolution-drop>em{padding:8px 10px;border:1px solid var(--cx-line);border-radius:7px;background:#fff;font-size:10px;font-style:normal;font-weight:750}.cx-resolution-drop>button{width:34px;height:34px;display:grid;place-items:center;border:0;background:transparent;color:#9a4f31}.cx-resolution-drop>button svg{width:16px}.cx-existing-docs>p,.cx-exception-form>p{color:var(--cx-muted);font-size:10px;line-height:1.5}.cx-existing-docs>button{width:100%;min-height:67px;display:grid;grid-template-columns:22px 24px 1fr auto;align-items:center;gap:9px;padding:9px;border:1px solid var(--cx-line);border-radius:9px;text-align:left;background:#fff}.cx-existing-docs>button+button{margin-top:7px}.cx-existing-docs>button.active{border-color:#5675a4;background:var(--cx-accent-soft)}.cx-radio{width:18px;height:18px;display:grid;place-items:center;border:1px solid #b7bdc5;border-radius:50%}.cx-radio i{width:10px;height:10px;border-radius:50%;background:#526f9e}.cx-existing-docs>button>svg{width:18px;color:#5a7196}.cx-existing-docs>button>div{display:flex;flex-direction:column;gap:3px}.cx-existing-docs strong{font-size:11px}.cx-existing-docs small{color:var(--cx-muted);font-size:9px}.cx-existing-docs em{color:#777e88;font-size:9px;font-style:normal}.cx-reason-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin:15px 0}.cx-reason-grid button{min-height:43px;display:flex;align-items:center;gap:8px;padding:0 10px;border:1px solid var(--cx-line);border-radius:8px;text-align:left;background:#fff;color:#555b65;font-size:10px;font-weight:700}.cx-reason-grid button.active{border-color:#536f9d;background:var(--cx-accent-soft);color:#405b85}.cx-reason-grid button span{width:18px;height:18px;display:grid;place-items:center;border:1px solid #bac0c8;border-radius:50%}.cx-reason-grid button.active span{border-color:#536f9d;background:#536f9d;color:#fff}.cx-reason-grid button span svg{width:11px}.cx-exception-form label{display:flex;flex-direction:column;gap:7px;color:#555c66;font-size:10px;font-weight:700}.cx-exception-form textarea{min-height:90px;padding:10px;resize:vertical}.cx-guide-body{padding:22px}.cx-guide-transaction{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:13px;border-radius:10px;background:#f2f3f5}.cx-guide-transaction span{display:flex;flex-direction:column;gap:3px}.cx-guide-transaction small{color:var(--cx-muted);font-size:9px}.cx-guide-transaction strong{font-size:11px}.cx-guide-transaction b{font-size:14px}.cx-guide-body ol{margin:18px 0;padding:0;list-style:none}.cx-guide-body li{min-height:56px;display:flex;align-items:flex-start;gap:11px;padding:11px 0;border-bottom:1px solid var(--cx-line)}.cx-guide-body li>span{width:25px;height:25px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;background:#e9ebee;font-size:10px;font-weight:800}.cx-guide-body li p{margin:4px 0 0;color:#515761;font-size:11px;line-height:1.5}.cx-guide-warning{display:flex;gap:10px;padding:13px;border-radius:10px;background:#20242b;color:#fff}.cx-guide-warning>svg{width:18px;color:var(--cx-accent)}.cx-guide-warning>div{display:flex;flex-direction:column;gap:3px}.cx-guide-warning strong{font-size:11px}.cx-guide-warning p{margin:0;color:#adb3bd;font-size:9px;line-height:1.5}.cx-guide-upload{width:100%;min-height:82px;display:grid;grid-template-columns:40px 1fr 18px;align-items:center;gap:10px;margin:13px 0 8px;padding:12px;border:1px dashed #bbc1c9;border-radius:10px;text-align:left;background:#fafbfc;cursor:pointer}.cx-guide-upload.has-file{border-style:solid;border-color:#bedbce;background:#f5fbf8}.cx-guide-upload input{display:none}.cx-guide-upload>svg{width:20px;color:#526f9e}.cx-guide-upload.has-file>svg{color:var(--cx-success)}.cx-guide-upload div{display:flex;flex-direction:column;gap:3px}.cx-guide-upload strong{font-size:11px}.cx-guide-upload small{color:var(--cx-muted);font-size:9px}.cx-notification-panel{width:min(440px,100vw);height:100%;display:flex;flex-direction:column;background:#fff;box-shadow:-25px 0 80px #0000003d}.cx-notification-panel>header{min-height:83px;display:flex;align-items:center;gap:10px;padding:16px 19px;border-bottom:1px solid var(--cx-line)}.cx-notification-panel>header>div{flex:1}.cx-notification-panel h2{margin:4px 0 0;font-size:23px;letter-spacing:-.04em}.cx-notification-actions{min-height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid var(--cx-line);color:var(--cx-muted);font-size:10px}.cx-notification-actions button{border:0;background:transparent;display:inline-flex;align-items:center;gap:6px;color:#50698f;font-size:10px;font-weight:750}.cx-double-check{position:relative;width:18px;height:14px;display:inline-block}.cx-double-check svg{position:absolute;width:13px}.cx-double-check svg:last-child{left:5px}.cx-notification-list{flex:1;overflow-y:auto}.cx-notification-list>button{width:100%;min-height:112px;display:grid;grid-template-columns:40px 1fr 17px;align-items:flex-start;gap:10px;padding:16px 18px;border:0;border-bottom:1px solid var(--cx-line);text-align:left;background:#fff}.cx-notification-list>button.unread{background:#f7f9fd}.cx-notification-list>button.unread:before{content:"";position:absolute;right:9px;width:6px;height:6px;border-radius:50%;background:#5275aa}.cx-notification-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;background:#f0f2f5;color:#68717e}.cx-notification-icon.warning{background:var(--cx-warning-soft);color:var(--cx-warning)}.cx-notification-icon.review{background:var(--cx-review-soft);color:var(--cx-review)}.cx-notification-icon svg{width:17px}.cx-notification-list>button>div{display:flex;flex-direction:column;gap:4px}.cx-notification-list strong{font-size:12px}.cx-notification-list p{margin:0;color:var(--cx-muted);font-size:10px;line-height:1.5}.cx-notification-list small{color:#969ba4;font-size:9px}.cx-notification-list>button>svg{width:15px;margin-top:11px;color:#9da3ac}.cx-notification-panel>footer{padding:13px 18px;border-top:1px solid var(--cx-line)}.cx-notification-panel>footer button{width:100%;min-height:38px;border:0;background:transparent;display:flex;justify-content:center;align-items:center;gap:5px;color:#50698f;font-size:10px;font-weight:750}.cx-notification-panel>footer svg{width:14px}.cx-upgrade-intro{margin:0 0 15px;color:var(--cx-muted);line-height:1.6}.cx-billing-toggle{width:fit-content;display:grid;grid-template-columns:1fr 1fr;gap:4px;margin:17px auto;padding:4px;border-radius:10px;background:#eceef1}.cx-billing-toggle button{min-height:35px;padding:0 11px;border:0;border-radius:7px;background:transparent;color:#69707a;font-size:10px;font-weight:700}.cx-billing-toggle button.active{background:#fff;color:#2d3239;box-shadow:0 2px 6px #14192314}.cx-billing-toggle button span{margin-left:4px;color:var(--cx-success);font-size:8px}.cx-plan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;align-items:stretch}.cx-plan-card{position:relative;display:flex;flex-direction:column;padding:17px;border:1px solid var(--cx-line);border-radius:12px;background:#fff}.cx-plan-card.featured{border-color:#6683af;box-shadow:0 0 0 1px #6683af}.cx-plan-recommended{position:absolute;top:-10px;right:12px;padding:4px 7px;border-radius:7px;background:#20242b;color:var(--cx-accent);font-size:8px;font-weight:800}.cx-plan-card>div{display:flex;justify-content:space-between;align-items:center}.cx-plan-card>div span{font-size:13px;font-weight:800}.cx-plan-card>div em{padding:3px 6px;border-radius:6px;background:#edf1f7;color:#52698e;font-size:8px;font-style:normal}.cx-plan-card>strong{margin-top:18px;font-size:28px;letter-spacing:-.05em}.cx-plan-card>small{color:var(--cx-muted);font-size:9px}.cx-plan-card ul{flex:1;display:grid;gap:9px;margin:18px 0;padding:14px 0 0;border-top:1px solid var(--cx-line);list-style:none}.cx-plan-card li{display:flex;align-items:center;gap:6px;color:#565d67;font-size:9px}.cx-plan-card li svg{width:12px;color:var(--cx-success)}.cx-guide-tabs{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:4px;border-radius:10px;background:#eef0f3}.cx-guide-tabs button{min-height:41px;display:flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:7px;background:transparent;color:#6c737e;font-size:10px;font-weight:750}.cx-guide-tabs button.active{background:#fff;color:#333940;box-shadow:0 2px 7px #14192314}.cx-guide-tabs svg{width:16px}.cx-export-steps{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:18px 0}.cx-export-steps>div{display:flex;gap:10px;padding:13px;border:1px solid var(--cx-line);border-radius:9px}.cx-export-steps>div>span{width:26px;height:26px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;background:#e9edf4;color:#516b94;font-size:10px;font-weight:800}.cx-export-steps>div>div{display:flex;flex-direction:column;gap:4px}.cx-export-steps strong{font-size:11px}.cx-export-steps p{margin:0;color:var(--cx-muted);font-size:9px;line-height:1.5}.cx-tour-layer{position:fixed;z-index:300;top:0;right:0;bottom:0;left:0;pointer-events:none}.cx-tour-spotlight{position:fixed;z-index:301;border:2px solid #b5c9ef;border-radius:13px;box-shadow:0 0 0 9999px #0a0d12ad,0 0 0 6px #b5c9ef2b;pointer-events:none;transition:all .2s ease}.cx-tour-card{position:fixed;z-index:302;width:min(370px,calc(100vw - 32px));padding:19px;border:1px solid #363d49;border-radius:14px;background:#1d2128;color:#fff;box-shadow:0 24px 80px #0006;pointer-events:auto}.cx-tour-card.centered{left:50%;top:50%;transform:translate(-50%,-50%)}.cx-tour-top{display:flex;justify-content:space-between;align-items:center;color:#a2aab5;font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.cx-tour-top button{border:0;background:transparent;color:#aab1bb}.cx-tour-top svg{width:16px}.cx-tour-progress{height:2px;margin:12px 0 17px;overflow:hidden;background:#343a44}.cx-tour-progress i{display:block;height:100%;background:var(--cx-accent)}.cx-tour-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:10px;background:var(--cx-accent);color:#1d2128}.cx-tour-icon svg{width:19px}.cx-tour-card h2{margin:14px 0 8px;font-size:21px;letter-spacing:-.04em}.cx-tour-card>p{margin:0;color:#aeb5c0;font-size:11px;line-height:1.6}.cx-tour-actions{display:flex;align-items:center;gap:8px;margin-top:18px}.cx-tour-actions>button{min-height:34px;border:0;background:transparent;color:#a9b0ba;font-size:9px;font-weight:700}.cx-tour-actions>span{flex:1;display:flex;justify-content:center;gap:4px}.cx-tour-actions>span i{width:5px;height:5px;border-radius:50%;background:#505762}.cx-tour-actions>span i.active{width:13px;border-radius:4px;background:var(--cx-accent)}.cx-tour-actions>button.next{min-height:36px;display:flex;align-items:center;gap:5px;padding:0 11px;border-radius:8px;background:var(--cx-accent);color:#1b1e23}.cx-tour-actions>button.next svg{width:13px}.cx-toast{position:fixed;z-index:350;right:22px;bottom:22px;width:min(460px,calc(100vw - 32px));min-height:68px;display:flex;align-items:center;gap:10px;padding:11px 12px;border:1px solid #d6d9df;border-radius:12px;background:#fff;box-shadow:var(--cx-shadow)}.cx-toast-icon{width:34px;height:34px;flex:0 0 auto;display:grid;place-items:center;border-radius:9px;background:var(--cx-success-soft);color:var(--cx-success)}.cx-toast>div{flex:1;display:flex;flex-direction:column;gap:3px}.cx-toast strong{font-size:11px}.cx-toast small{color:var(--cx-muted);font-size:9px;line-height:1.4}.cx-toast>button:not(.cx-icon-button){border:0;background:transparent;color:#50698f;font-size:10px;font-weight:750}.cx-toast .cx-icon-button{width:30px;height:30px}@media(max-width:1180px){.cx-metrics{grid-template-columns:1fr 1fr}.cx-dashboard-grid{grid-template-columns:1fr}.cx-supplier-grid{grid-template-columns:1fr 1fr}.cx-transaction-line{grid-template-columns:38px minmax(125px,1fr) minmax(150px,1fr) 82px 100px 16px}.cx-auth-copy h1{font-size:52px}}@media(max-width:860px){.cx-sidebar{transform:translate(-100%);transition:transform .22s ease}.cx-sidebar.is-open{transform:translate(0)}.cx-mobile-close{display:grid;place-items:center}.cx-mobile-backdrop{position:fixed;z-index:35;top:0;right:0;bottom:0;left:0;border:0;background:#0a0d127a}.cx-app-main{margin-left:0}.cx-menu-button{display:grid}.cx-topbar{padding:0 15px}.cx-global-search{width:min(420px,53vw)}.cx-page{padding:30px 18px 60px}.cx-signup-shell>main{grid-template-columns:1fr;gap:38px}.cx-auth-copy{margin:0 auto}.cx-auth-card{justify-self:center}.cx-onboarding-shell{grid-template-columns:1fr}.cx-onboarding-shell>aside{display:none}.cx-onboarding-shell>main{min-height:100vh}.cx-empty-dashboard{grid-template-columns:1fr}.cx-empty-dashboard>section,.cx-empty-dashboard>aside{min-height:auto}.cx-table-toolbar{align-items:stretch;flex-direction:column}.cx-table-controls{justify-content:space-between}.cx-table-controls label:first-child{flex:1}.cx-table-controls input{width:100%}.cx-automation-grid,.cx-help-grid,.cx-security-grid,.cx-settings-layout{grid-template-columns:1fr}.cx-settings-layout>nav{flex-direction:row;overflow-x:auto}.cx-settings-layout>nav button{min-width:175px}.cx-plan-grid{grid-template-columns:1fr}.cx-plan-card{min-height:300px}}@media(max-width:640px){.cx-app-shell{font-size:13px}.cx-topbar{height:64px;gap:8px}.cx-global-search{flex:1;width:auto}.cx-global-search kbd,.cx-top-actions>.cx-icon-button:first-child,.cx-account-menu{display:none}.cx-new-check{width:40px;padding:0;font-size:0}.cx-new-check svg{margin:0}.cx-page{padding:25px 13px 55px}.cx-page-header{align-items:stretch;flex-direction:column;margin-bottom:20px}.cx-page-header h1{font-size:32px}.cx-page-header>.cx-button{width:100%}.cx-metrics{grid-template-columns:1fr}.cx-metric{min-height:128px}.cx-dashboard-grid{gap:10px}.cx-card,.cx-table-card{border-radius:12px}.cx-attention-card,.cx-completion-card,.cx-history-card,.cx-quick-card{padding:14px}.cx-transaction-line{min-height:64px;grid-template-columns:35px 1fr 76px 16px;gap:8px}.cx-transaction-description,.cx-transaction-line .cx-status{display:none}.cx-transaction-line>b{grid-column:3}.cx-row-actions{padding-left:0;overflow-x:auto;flex-wrap:nowrap}.cx-row-actions button{white-space:nowrap}.cx-resolution-summary{padding-left:0}.cx-completion{justify-content:flex-start;gap:16px}.cx-ring{width:110px;height:110px}.cx-bars{gap:9px;padding-left:0;padding-right:0}.cx-sample-banner{align-items:flex-start;flex-wrap:wrap}.cx-sample-banner button{width:100%;justify-content:flex-start;padding-left:28px}.cx-tabs,.cx-filter-pills{overflow-x:auto;padding-bottom:2px}.cx-tabs button,.cx-filter-pills button{white-space:nowrap}.cx-table-controls{flex-direction:column}.cx-select-control{width:100%}.cx-select-control select{flex:1}.cx-supplier-grid{grid-template-columns:1fr}.cx-stepper>div strong{display:none}.cx-mode-grid,.cx-upload-grid,.cx-privacy-layout{grid-template-columns:1fr;padding:15px}.cx-mode-grid>button{min-height:245px}.cx-upload-guidance{align-items:flex-start;flex-wrap:wrap;margin:14px 15px 0}.cx-upload-guidance button{margin-left:30px}.cx-upload-grid{gap:18px}.cx-sample-option{margin:0 15px 15px;flex-wrap:wrap}.cx-sample-option button{width:100%;text-align:left;padding-left:28px}.cx-panel-footer{flex-wrap:wrap;padding:12px 15px}.cx-panel-footer>span{width:100%;order:-1}.cx-panel-footer .cx-button{flex:1}.cx-result-panel{padding:40px 18px}.cx-settings-card{padding:18px}.cx-form-grid,.cx-privacy-cards,.cx-security-list{grid-template-columns:1fr}.cx-client-list>button{grid-template-columns:38px 1fr 62px 16px}.cx-client-list>button>span:nth-of-type(3){display:none}.cx-help-grid>button{min-height:125px}.cx-modal-layer{padding:0;align-items:flex-end}.cx-modal{max-height:94vh;border-radius:17px 17px 0 0}.cx-modal-header{min-height:76px;padding:13px 15px}.cx-modal-body{padding:15px}.cx-resolution-tabs{grid-template-columns:1fr}.cx-resolution-tabs button{justify-content:flex-start;padding-left:12px}.cx-resolution-drop{grid-template-columns:42px 1fr;padding:13px}.cx-resolution-drop>em{grid-column:1 / -1;text-align:center}.cx-reason-grid,.cx-export-steps,.cx-detail-summary,.cx-plan-grid,.cx-guide-tabs{grid-template-columns:1fr}.cx-tour-card{left:16px!important;right:16px!important;bottom:16px!important;top:auto!important;width:auto;transform:none!important}.cx-toast{right:16px;bottom:16px}.cx-auth-shell>header{height:64px;grid-template-columns:auto 1fr;padding:0 16px}.cx-auth-shell>header .cx-logo{justify-self:end}.cx-auth-shell>header .cx-demo-label{display:none}.cx-signup-shell>main{padding:35px 16px}.cx-auth-copy h1{font-size:42px}.cx-auth-card{padding:22px 17px}.cx-auth-card .cx-form-grid{grid-template-columns:1fr}.cx-confirm-card{margin:30px auto;padding:30px 18px}.cx-confirm-card h1{font-size:33px}.cx-onboarding-shell>main{padding:25px 16px}.cx-onboarding-card h1{font-size:37px}.cx-onboarding-fields{grid-template-columns:1fr}.cx-onboarding-actions .cx-button{flex:1}}
