:root{--lexh-bg:#f4f7fb;--lexh-surface:#fff;--lexh-surface-2:#eef4fb;--lexh-text:#0d2037;--lexh-muted:#5e6f83;--lexh-line:#dce6f0;--lexh-navy:#061b2f;--lexh-navy-2:#0a2742;--lexh-blue:#1469ff;--lexh-blue-2:#4f8dff;--lexh-cyan:#22c7e8;--lexh-green:#19b86a;--lexh-orange:#f28c28;--lexh-danger:#e5484d;--lexh-radius:10px;--lexh-radius-sm:10px;--lexh-shadow:0 18px 60px rgba(7,35,64,.10);--lexh-shadow-sm:0 8px 26px rgba(7,35,64,.08);--lexh-max:1440px;--lexh-header:78px;--lexh-font:"Open Sans","Segoe UI",Arial,sans-serif}:root[data-theme=dark]{--lexh-bg:#07121f;--lexh-surface:#0c1c2c;--lexh-surface-2:#10263a;--lexh-text:#f5f9ff;--lexh-muted:#9eb0c5;--lexh-line:#22384c;--lexh-shadow:0 18px 60px rgba(0,0,0,.28);--lexh-shadow-sm:0 8px 26px rgba(0,0,0,.22);color-scheme:dark}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--lexh-bg:#07121f;--lexh-surface:#0c1c2c;--lexh-surface-2:#10263a;--lexh-text:#f5f9ff;--lexh-muted:#9eb0c5;--lexh-line:#22384c;--lexh-shadow:0 18px 60px rgba(0,0,0,.28);--lexh-shadow-sm:0 8px 26px rgba(0,0,0,.22);color-scheme:dark}}html{text-size-adjust:100%}body{background:var(--lexh-bg);color:var(--lexh-text);font-family:var(--lexh-font);line-height:1.65;-webkit-font-smoothing:antialiased}body.lexh-nav-open{overflow:hidden}img{max-width:100%;height:auto}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.screen-reader-text:focus{clip:auto!important;width:auto;height:auto;margin:0;padding:12px 18px;top:8px;left:8px;z-index:100000;background:#fff;color:#111;border-radius:10px}.lexh-wrap{width:min(100% - 40px,var(--lexh-max));margin-inline:auto}.lexh-main{min-height:65vh;width:100%;overflow:hidden}.lexh-site-header{position:sticky;top:0;z-index:1000;width:100%;background:color-mix(in srgb,var(--lexh-surface) 92%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid #071628;transition:border-color .2s,box-shadow .2s}.lexh-site-header.is-scrolled{border-color:#071628;box-shadow:0 8px 30px rgba(7,35,64,.07)}.lexh-header-inner{width:100%;height:var(--lexh-header);margin:0;padding-inline:clamp(16px,2vw,32px);gap:28px}.lexh-brand,.lexh-header-inner{display:flex;align-items:center}.lexh-brand{flex:0 0 auto}.lexh-brand img,.lexh-footer-logo{display:block;max-height:46px;width:auto}.lexh-footer-logo{border-radius:5px}.lexh-custom-logo .custom-logo-link{display:flex}.lexh-custom-logo img{max-height:46px;width:auto}.lexh-primary-nav{margin-left:auto}.lexh-menu{display:flex;align-items:center;gap:4px;padding:0;margin:0}.lexh-menu>li{position:relative}.lexh-menu a{display:block;padding:11px 13px;font-size:14px;color:var(--lexh-muted);transition:background .18s,color .18s,transform .18s}.lexh-menu .current-menu-item>a,.lexh-menu a:hover{background:var(--lexh-surface-2);color:var(--lexh-text)}.lexh-menu .sub-menu{position:absolute;left:0;top:calc(100% + 8px);min-width:230px;background:var(--lexh-surface);border:1px solid var(--lexh-line);border-radius:10px;box-shadow:var(--lexh-shadow);padding:8px;list-style:none;opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s}.lexh-menu li:focus-within>.sub-menu,.lexh-menu li:hover>.sub-menu{opacity:1;visibility:visible;transform:none}.lexh-header-actions{display:flex;align-items:center;gap:9px}.lexh-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:10px 17px;border:1px solid transparent;border-radius:10px;font-weight:400;font-size:14px;line-height:1.2;transition:transform .18s,box-shadow .18s,background .18s,border-color .18s}.lexh-btn:hover{transform:translateY(-1px)}.lexh-btn--primary{background:linear-gradient(135deg,var(--lexh-blue),#0950db);color:#fff;box-shadow:0 10px 24px rgba(20,105,255,.24)}.lexh-btn--primary:hover{box-shadow:0 14px 28px rgba(20,105,255,.3)}.lexh-btn--secondary{background:var(--lexh-surface);box-shadow:var(--lexh-shadow-sm)}.lexh-btn--ghost,.lexh-btn--secondary{color:var(--lexh-text);border-color:var(--lexh-line)}.lexh-btn--ghost{background:transparent}.lexh-btn--large{min-height:52px;padding:14px 22px;border-radius:10px}.lexh-btn--block{width:100%;margin-top:10px}.lexh-menu-toggle,.lexh-theme-toggle{border:1px solid var(--lexh-line);background:var(--lexh-surface);color:var(--lexh-text);border-radius:10px;width:44px;height:44px;display:grid;place-items:center}.lexh-menu-toggle{display:none;gap:4px;padding:10px}.lexh-menu-toggle span:not(.screen-reader-text){display:block;width:20px;height:2px;background:currentColor;border-radius:10px}.lexh-home-hero{position:relative;width:100%;padding:86px 0 82px;background:radial-gradient(circle at 82% 20%,rgba(34,199,232,.18),transparent 22%),radial-gradient(circle at 72% 72%,rgba(20,105,255,.22),transparent 30%),linear-gradient(135deg,#031426,#082a47 55%,#0b3555);color:#fff;overflow:hidden}.lexh-home-hero:before{content:"";position:absolute;inset:0;opacity:.28;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 0);background-size:44px 44px;-webkit-mask-image:linear-gradient(90deg,#000,transparent 75%);mask-image:linear-gradient(90deg,#000,transparent 75%)}.lexh-home-hero__grid{position:relative;display:grid;grid-template-columns:minmax(0,1.06fr) minmax(480px,.94fr);gap:58px;align-items:center}.lexh-home-hero__copy{max-width:780px}.lexh-eyebrow,.lexh-pill{display:inline-flex;align-items:center;gap:9px;font-size:12px;font-weight:400;letter-spacing:.08em;text-transform:uppercase}.lexh-pill{padding:8px 11px;border:1px solid rgba(255,255,255,.15);border-radius:10px;background:rgba(255,255,255,.08);color:#dbeaff}.lexh-live-dot{width:8px;height:8px;border-radius:50%;background:#30dd8a;box-shadow:0 0 0 5px rgba(48,221,138,.12)}.lexh-home-hero h1{font-size:clamp(44px,5.2vw,78px);line-height:1.02;letter-spacing:-.045em;margin:22px 0;max-width:900px}.lexh-home-hero p{font-size:clamp(17px,1.5vw,21px);color:#c8d8e7;max-width:760px;margin:0}.lexh-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.lexh-trust-row{display:flex;gap:10px 22px;flex-wrap:wrap;margin-top:25px;color:#aecdde;font-size:13px;font-weight:400}.lexh-command-card{background:rgba(6,24,40,.82);border:1px solid rgba(255,255,255,.14);border-radius:10px;padding:20px;box-shadow:0 28px 90px rgba(0,0,0,.34);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transform:perspective(1200px) rotateY(-3deg) rotateX(1deg)}.lexh-command-card__top{display:flex;justify-content:space-between;align-items:center;padding:4px 2px 16px;font-size:13px;color:#d3e2ee;font-weight:400}.lexh-status{display:inline-flex;align-items:center;gap:7px;color:#9ff1c6}.lexh-status i{width:8px;height:8px;border-radius:50%;background:#31d883}.lexh-flow-line{display:grid;grid-template-columns:42px 1fr auto;gap:13px;align-items:center;padding:15px 0;border-top:1px solid rgba(255,255,255,.09)}.lexh-flow-icon{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(20,105,255,.28),rgba(34,199,232,.16));color:#9ec2ff;font-weight:400}.lexh-flow-line strong{display:block;font-size:14px}.lexh-flow-line small{display:block;color:#86a1b7;font-size:12px;margin-top:2px}.lexh-flow-line b{font-size:12px;color:#a9f6cf;background:rgba(25,184,106,.12);padding:5px 8px;border-radius:10px}.lexh-command-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:14px}.lexh-command-metrics>div{background:rgba(255,255,255,.055);padding:12px;border-radius:10px}.lexh-command-metrics span{display:block;color:#829eb5;font-size:11px}.lexh-command-metrics strong{font-size:16px}.lexh-metric-strip{background:var(--lexh-surface);border-bottom:1px solid var(--lexh-line)}.lexh-metric-grid{display:grid;grid-template-columns:repeat(4,1fr)}.lexh-metric-grid>div{padding:24px 26px;border-right:1px solid var(--lexh-line)}.lexh-metric-grid>div:first-child{padding-left:0}.lexh-metric-grid>div:last-child{border-right:0}.lexh-metric-grid span,.lexh-metric-grid strong{display:block}.lexh-metric-grid strong{font-size:15px}.lexh-metric-grid span{font-size:12px;color:var(--lexh-muted);margin-top:3px}.lexh-dual-path,.lexh-home-guide,.lexh-integrations-section,.lexh-process-section{padding:90px 0}.lexh-section-heading{max-width:900px;margin-bottom:34px}.lexh-page-hero .lexh-eyebrow,.lexh-section-heading .lexh-eyebrow,.lexh-sticky-cta .lexh-eyebrow{color:var(--lexh-blue)}.lexh-section-heading h2{font-size:clamp(32px,3.4vw,52px);line-height:1.08;letter-spacing:-.035em;margin:10px 0}.lexh-section-heading p{color:var(--lexh-muted);font-size:17px}.lexh-path-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.lexh-path-card{position:relative;padding:36px;border-radius:10px;border:1px solid var(--lexh-line);background:var(--lexh-surface);box-shadow:var(--lexh-shadow-sm);overflow:hidden}.lexh-path-card:after{content:"";position:absolute;width:250px;height:250px;border-radius:50%;right:-120px;top:-120px;background:rgba(20,105,255,.09)}.lexh-path-card--buyer:after{background:rgba(34,199,232,.1)}.lexh-card-kicker{font-size:12px;text-transform:uppercase;letter-spacing:.09em;color:var(--lexh-blue);font-weight:400}.lexh-path-card h3{font-size:28px;line-height:1.15;margin:14px 0}.lexh-path-card p{color:var(--lexh-muted)}.lexh-path-card ul{padding-left:20px}.lexh-path-card li{margin:8px 0}.lexh-text-link{color:var(--lexh-blue);font-weight:400}.lexh-process-section{background:var(--lexh-surface)}.lexh-process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.lexh-step{background:var(--lexh-bg);border:1px solid var(--lexh-line);border-radius:10px;padding:24px}.lexh-step h3{margin:0 0 7px;font-size:21px}.lexh-step p{margin:0;color:var(--lexh-muted);font-size:14px}.lexh-integrations-section{background:linear-gradient(180deg,var(--lexh-bg),var(--lexh-surface-2))}.lexh-integrations-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.lexh-integrations-grid h2{font-size:clamp(34px,4vw,54px);line-height:1.07;letter-spacing:-.035em;margin:12px 0}.lexh-integrations-grid p{color:var(--lexh-muted);font-size:17px}.lexh-code-chip{display:inline-block;margin:8px 6px 0 0;padding:7px 10px;background:var(--lexh-surface);font:400 12px var(--lexh-font);color:var(--lexh-blue)}.lexh-code-chip,.lexh-integration-visual{border:1px solid var(--lexh-line);border-radius:10px}.lexh-integration-visual{position:relative;min-height:400px;background:radial-gradient(circle at 50% 50%,rgba(20,105,255,.15),transparent 40%),var(--lexh-surface);box-shadow:var(--lexh-shadow);display:grid;place-items:center}.lexh-integration-visual:after,.lexh-integration-visual:before{content:"";position:absolute;background:var(--lexh-line)}.lexh-integration-visual:before{width:70%;height:1px}.lexh-integration-visual:after{height:70%;width:1px}.lexh-node{position:absolute;background:var(--lexh-surface);border:1px solid var(--lexh-line);border-radius:10px;padding:11px 14px;font-weight:400;font-size:13px;box-shadow:var(--lexh-shadow-sm);z-index:2}.lexh-node--origin{position:relative;background:linear-gradient(135deg,var(--lexh-blue),#0b4bc2);color:#fff;border-color:transparent;padding:18px 22px;font-size:16px}.lexh-node:nth-child(2){top:35px;left:45px}.lexh-node:nth-child(3){top:35px;right:45px}.lexh-node:nth-child(4){bottom:35px;left:45px}.lexh-node:nth-child(5){bottom:35px;right:45px}.lexh-home-guide{background:var(--lexh-surface)}.lexh-prose{font-size:17px;color:var(--lexh-text)}.lexh-prose--wide{max-width:1080px}.lexh-prose h2{font-size:clamp(28px,3vw,40px);line-height:1.15;letter-spacing:-.025em;margin:54px 0 16px;scroll-margin-top:100px}.lexh-prose h3{font-size:23px;line-height:1.2;margin:34px 0 12px}.lexh-prose p{margin:0 0 20px;color:color-mix(in srgb,var(--lexh-text) 82%,var(--lexh-muted))}.lexh-prose ol,.lexh-prose ul{padding-left:22px;margin:0 0 24px}.lexh-prose li{margin:8px 0}.lexh-prose blockquote{margin:28px 0;padding:18px 22px;border-left:4px solid var(--lexh-blue);background:var(--lexh-surface-2);border-radius:0 10px 10px 0}.lexh-prose table{width:100%;border-collapse:separate;border-spacing:0;border:1px solid var(--lexh-line);border-radius:10px;overflow:hidden}.lexh-prose td,.lexh-prose th{padding:12px 14px;border-bottom:1px solid var(--lexh-line);text-align:left}.lexh-prose th{background:var(--lexh-surface-2)}.lexh-prose details{border:1px solid var(--lexh-line);border-radius:10px;padding:15px 17px;margin:12px 0;background:var(--lexh-surface)}.lexh-prose summary{font-weight:400;cursor:pointer}.lexh-final-cta{padding:54px 0;background:linear-gradient(135deg,#04192c,#0d3d63);color:#fff}.lexh-final-cta .lexh-wrap{display:flex;align-items:center;justify-content:space-between;gap:30px}.lexh-final-cta h2{font-size:clamp(28px,3vw,42px);margin:8px 0}.lexh-page-hero{padding:78px 0;background:radial-gradient(circle at 90% 20%,rgba(34,199,232,.12),transparent 22%),linear-gradient(180deg,var(--lexh-surface),var(--lexh-bg));border-bottom:1px solid var(--lexh-line)}.lexh-page-hero--compact{padding:58px 0}.lexh-page-hero--article{padding-bottom:64px}.lexh-page-hero h1{font-size:clamp(42px,5vw,68px);line-height:1.02;letter-spacing:-.045em;margin:12px 0 16px;max-width:950px}.lexh-page-hero p{font-size:19px;color:var(--lexh-muted);max-width:850px;margin:0}.lexh-hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:60px;align-items:center}.lexh-hero-orbit{height:240px;position:relative;border-radius:10px;border:1px solid var(--lexh-line);background:radial-gradient(circle,rgba(20,105,255,.12),transparent 58%),var(--lexh-surface)}.lexh-hero-orbit:before{content:"";position:absolute;inset:35px;border:1px dashed var(--lexh-line);border-radius:50%}.lexh-orbit-card{position:absolute;padding:12px 14px;background:var(--lexh-surface);border:1px solid var(--lexh-line);border-radius:10px;box-shadow:var(--lexh-shadow-sm);font-size:12px}.lexh-orbit-card span{display:grid;place-items:center;width:28px;height:28px;background:rgba(20,105,255,.1);color:var(--lexh-blue);border-radius:10px;margin-bottom:7px;font-weight:400}.lexh-orbit-card:first-child{left:24px;top:26px}.lexh-orbit-card:nth-child(2){right:24px;top:70px}.lexh-orbit-card:nth-child(3){left:42%;bottom:20px}.lexh-context-strip{border-bottom:1px solid var(--lexh-line);background:var(--lexh-surface)}.lexh-context-strip .lexh-wrap{display:flex;gap:12px 28px;flex-wrap:wrap;padding-block:16px;color:var(--lexh-muted);font-size:12px;font-weight:400}.lexh-context-strip span:before{content:"✓";color:var(--lexh-green);margin-right:7px}.lexh-content-section{padding:66px 0 90px}.lexh-prose-shell{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:60px;align-items:start}.lexh-sticky-cta{position:sticky;top:calc(var(--lexh-header) + 24px);padding:24px;background:var(--lexh-surface);border:1px solid var(--lexh-line);border-radius:10px;box-shadow:var(--lexh-shadow-sm)}.lexh-sticky-cta h2{font-size:24px;line-height:1.15;margin:10px 0}.lexh-sticky-cta p{font-size:14px;color:var(--lexh-muted)}.lexh-site-footer{background:#031425;color:#c5d5e4;padding:62px 0 20px}.lexh-footer-grid{width:100%;margin:0;padding-inline:clamp(20px,2.5vw,40px);display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:48px}.lexh-footer-grid h2{font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:#fff;margin:0 0 15px}.lexh-footer-grid p{max-width:420px;color:#8fa8bd;font-size:16px}.lexh-footer-grid>div:first-child .lexh-footer-logo{margin-bottom:30px}.lexh-footer-grid>div:first-child>p{margin:0 0 30px}.lexh-footer-grid a{display:block;color:#9fb3c4;font-size:18px;padding:5px 0}.lexh-footer-grid a:hover{color:#fff}.lexh-us-badge{display:inline-flex;padding:7px 10px;border:1px solid rgba(255,255,255,.1);border-radius:10px;font-size:12px;color:#d9e9f5}.lexh-social-icons{display:flex;align-items:center;gap:10px;margin-top:0}.lexh-social-icon{border-radius:50%;display:inline-grid;padding:9px;text-decoration:none;transition:transform .22s ease,box-shadow .22s ease;box-shadow:0 6px 18px rgba(0,0,0,.18)}.lexh-social-icon svg{width:20px;height:20px;display:block;fill:currentColor}.lexh-social-icon:hover{transform:scale(1.14);box-shadow:0 10px 24px rgba(0,0,0,.26)}.lexh-social-icon--facebook{background:#1877f2}.lexh-social-icon--x{background:#000}.lexh-social-icon--linkedin{background:#0a66c2}.lexh-social-icon--instagram{background:radial-gradient(circle at 30% 107%,#fdf497 0 5%,#fdf497 5% 9%,#fd5949 42%,#d6249f 60%,#285aeb 90%)}.lexh-social-icon--youtube{background:#ff0000}.lexh-footer-bottom{width:100%;margin:46px 0 0;padding:18px clamp(20px,2.5vw,40px) 0;border-top:1px solid rgba(255,255,255,.09);display:flex;justify-content:space-between;gap:20px;color:#708ba1;font-size:16px}.lexh-content-grid{padding:60px 0 90px}.lexh-post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.lexh-post-card{background:var(--lexh-surface);border:1px solid var(--lexh-line);border-radius:10px;overflow:hidden;box-shadow:var(--lexh-shadow-sm)}.lexh-post-thumb{display:block;aspect-ratio:16/9;overflow:hidden;background:var(--lexh-surface-2)}.lexh-post-thumb img{width:100%;height:100%;object-fit:cover}.lexh-post-card__body{padding:22px}.lexh-post-card h2{font-size:22px;line-height:1.2;margin:6px 0 10px}.lexh-post-card p{color:var(--lexh-muted);font-size:14px}.lexh-post-meta{font-size:11px;text-transform:uppercase;color:var(--lexh-blue);font-weight:400;letter-spacing:.08em}.lexh-article-wrap{max-width:900px}.lexh-featured-image{border-radius:10px;margin-bottom:30px}.lexh-card{padding:28px;background:var(--lexh-surface);border:1px solid var(--lexh-line);border-radius:10px}.navigation.pagination{grid-column:1/-1;margin-top:18px}.nav-links{display:flex;gap:8px}.page-numbers{padding:8px 12px;border:1px solid var(--lexh-line);border-radius:10px;background:var(--lexh-surface)}.page-numbers.current{background:var(--lexh-blue);color:#fff;border-color:var(--lexh-blue)}.lexh-auth-canvas{margin:0;min-height:100vh;background:#05192d}.lexh-auth-layout{width:100%;min-height:100vh;display:grid;grid-template-columns:minmax(420px,.82fr) minmax(560px,1.18fr)}.lexh-auth-brand-panel{position:sticky;top:0;height:100vh;padding:44px clamp(32px,5vw,80px);background:radial-gradient(circle at 20% 20%,rgba(34,199,232,.14),transparent 25%),radial-gradient(circle at 80% 78%,rgba(20,105,255,.22),transparent 35%),linear-gradient(145deg,#031426,#0a3150);color:#fff;display:flex;flex-direction:column}.lexh-auth-brand-copy{margin:auto 0}.lexh-auth-brand-copy h1{font-size:clamp(42px,4.8vw,68px);line-height:1.03;letter-spacing:-.04em;margin:20px 0 16px}.lexh-auth-brand-copy p{font-size:17px;color:#abc3d5;max-width:560px}.lexh-auth-feature-list{display:grid;gap:8px;color:#9fb8cb;font-size:13px}.lexh-auth-content-panel{background:var(--lexh-bg);min-height:100vh;padding:48px clamp(24px,5vw,80px)}.lexh-auth-content-inner{max-width:760px;margin:0 auto}.lexh-auth-entry>.lexh-account-card:first-child{margin-top:3vh}.lexh-account-card{padding:30px;background:var(--lexh-surface);border:1px solid var(--lexh-line);border-radius:10px;box-shadow:var(--lexh-shadow)}.lexh-account-card h2{font-size:30px;line-height:1.15;margin:0 0 8px}.lexh-account-card>p{color:var(--lexh-muted);margin-top:0}.lexh-auth-form{display:grid;gap:15px;margin-top:22px}.lexh-field{display:grid;gap:6px}.lexh-field-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.lexh-field label{font-size:12px;font-weight:400;color:var(--lexh-text)}.lexh-field input,.lexh-field select,.lexh-field textarea{width:100%;min-height:48px;border:1px solid var(--lexh-line);border-radius:10px;padding:11px 13px;background:var(--lexh-bg);color:var(--lexh-text);outline:none}.lexh-field input:focus,.lexh-field select:focus,.lexh-field textarea:focus{border-color:var(--lexh-blue);box-shadow:0 0 0 3px rgba(20,105,255,.12)}.lexh-check{display:flex;gap:10px;align-items:flex-start;font-size:13px;color:var(--lexh-muted)}.lexh-check input{margin-top:4px}.lexh-form-note{font-size:12px;color:var(--lexh-muted)}.lexh-alert{padding:11px 13px;border-radius:10px;margin:0 0 15px;font-size:13px;font-weight:400}.lexh-alert--error{background:rgba(229,72,77,.1);color:#c83439;border:1px solid rgba(229,72,77,.25)}.lexh-alert--success{background:rgba(25,184,106,.1);color:#0e8b4c;border:1px solid rgba(25,184,106,.25)}.lexh-alert--info{background:rgba(20,105,255,.08);color:#0b58c9;border:1px solid rgba(20,105,255,.22)}.lexh-auth-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.lexh-auth-support{margin-top:50px}.lexh-auth-support h2{font-size:28px}.lexh-auth-support details{background:var(--lexh-surface)}.lexh-portal-canvas{margin:0;min-height:100vh;background:#edf3f8}.lexh-portal-host{width:100vw;min-height:100vh;margin:0;padding:0;max-width:none}.lexh-portal-shell{width:100%;min-height:100vh;display:grid;grid-template-columns:250px minmax(0,1fr);background:#eef3f8;color:#102238}.lexh-portal-sidebar{position:sticky;top:0;height:100vh;overflow:auto;background:linear-gradient(180deg,#031525,#08263f);color:#fff;padding:18px 13px}.lexh-portal-brand{display:flex;align-items:center;gap:10px;padding:5px 9px 20px;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:14px}.lexh-portal-brand img{width:178px}.lexh-portal-label{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#6f8da6;padding:16px 10px 7px;font-weight:400}.lexh-portal-nav{list-style:none;margin:0;padding:0;display:grid;gap:3px}.lexh-portal-nav a{display:flex;align-items:center;gap:10px;padding:10px 11px;border-radius:10px;color:#a9bfd1;font-size:13px;font-weight:400}.lexh-portal-nav a.is-active,.lexh-portal-nav a:hover{background:rgba(41,123,255,.18);color:#fff}.lexh-portal-dot{width:8px;height:8px;border-radius:50%;background:#4b7190}.lexh-portal-nav a.is-active .lexh-portal-dot{background:#4f8dff;box-shadow:0 0 0 4px rgba(79,141,255,.12)}.lexh-portal-main{min-width:0}.lexh-portal-topbar{height:72px;background:#fff;border-bottom:1px solid #dfe7ef;display:flex;align-items:center;justify-content:space-between;padding:0 24px;position:sticky;top:0;z-index:20}.lexh-portal-topbar h1{font-size:20px;margin:0}.lexh-portal-user{display:flex;align-items:center;gap:10px}.lexh-portal-avatar{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;background:#0a3150;color:#fff;font-size:12px;font-weight:400}.lexh-portal-content{padding:24px;max-width:none;width:100%}.lexh-portal-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.lexh-portal-kpi,.lexh-portal-panel{background:#fff;border:1px solid #dfe7ef;border-radius:10px;box-shadow:0 1px 2px rgba(10,30,50,.03)}.lexh-portal-kpi{padding:18px}.lexh-portal-kpi span{font-size:11px;color:#6a7c8f;font-weight:400;text-transform:uppercase}.lexh-portal-kpi strong{display:block;font-size:28px;margin:5px 0 2px}.lexh-portal-kpi small{color:#74879a}.lexh-portal-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:14px;margin-top:14px}.lexh-portal-panel{padding:20px}.lexh-portal-panel h2{font-size:16px;margin:0 0 15px}.lexh-portal-flow{display:grid;gap:10px}.lexh-portal-flow>div{display:grid;grid-template-columns:34px 1fr auto;gap:10px;align-items:center;padding:12px;border:1px solid #edf1f5;border-radius:10px}.lexh-portal-flow b{font-size:12px;color:#1368ff}.lexh-portal-progress{height:8px;background:#e9eef4;border-radius:10px;overflow:hidden}.lexh-portal-progress i{display:block;height:100%;background:linear-gradient(90deg,#1469ff,#22c7e8);border-radius:inherit}.lexh-portal-table{width:100%;border-collapse:collapse;font-size:12px}.lexh-portal-table td,.lexh-portal-table th{padding:11px 9px;border-bottom:1px solid #edf1f5;text-align:left}.lexh-portal-table th{color:#6d7f91;text-transform:uppercase;font-size:10px;letter-spacing:.06em}.lexh-portal-badge{display:inline-flex;padding:4px 7px;border-radius:10px;background:#e8f7ef;color:#13844a;font-weight:400}.lexh-portal-help{padding:22px 24px 40px;background:#eef3f8}.lexh-portal-help details{background:#fff;border:1px solid #dfe7ef;border-radius:10px;padding:14px 16px}.lexh-portal-help summary{font-weight:400;cursor:pointer}.lexh-portal-help .lexh-prose{font-size:14px;color:#34495e}.lexh-portal-menu-btn{display:none;border:1px solid #dfe7ef;background:#fff;width:40px;height:40px;border-radius:10px}.lexh-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:28px 0}.lexh-feature{padding:20px;background:var(--lexh-surface);border:1px solid var(--lexh-line);border-radius:10px}.lexh-feature strong{display:block;margin-bottom:5px}.lexh-feature p{font-size:14px;margin:0;color:var(--lexh-muted)}.lexh-callout{margin:28px 0;padding:22px;border:1px solid rgba(20,105,255,.25);background:rgba(20,105,255,.06);border-radius:10px}.lexh-callout strong{color:var(--lexh-blue)}.lexh-faq-stack{margin:28px 0}.lexh-faq{border:1px solid var(--lexh-line);border-radius:10px;background:var(--lexh-surface);margin:10px 0;overflow:hidden}.lexh-faq button{width:100%;border:0;background:transparent;color:var(--lexh-text);text-align:left;padding:15px 18px;font-weight:400;display:flex;justify-content:space-between}.lexh-faq__answer{display:none;padding:0 18px 16px;color:var(--lexh-muted)}.lexh-faq.is-open .lexh-faq__answer{display:block}.lexh-faq button:after{content:"+"}.lexh-faq.is-open button:after{content:"–"}.lexh-inline-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:35px 0;padding:24px;border-radius:10px;background:linear-gradient(135deg,#071d33,#0c3557);color:#fff}.lexh-inline-cta h3{margin:0 0 5px}.lexh-inline-cta p{color:#b9cddd;margin:0}.lexh-inline-cta .lexh-btn{flex:0 0 auto}@media (max-width:1180px){.lexh-primary-nav{display:none;position:fixed;left:16px;right:16px;top:calc(var(--lexh-header) + 8px);background:var(--lexh-surface);border:1px solid var(--lexh-line);border-radius:10px;padding:10px;box-shadow:var(--lexh-shadow);max-height:calc(100vh - 105px);overflow:auto}.lexh-primary-nav.is-open{display:block}.lexh-menu{display:grid;gap:2px}.lexh-menu a{padding:12px}.lexh-menu .sub-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;background:var(--lexh-surface-2);margin:5px 0 0 12px}.lexh-menu-toggle{display:grid}.lexh-header-inner{gap:12px}.lexh-header-actions{margin-left:auto}.lexh-home-hero__grid{grid-template-columns:1fr 470px;gap:34px}.lexh-prose-shell{grid-template-columns:minmax(0,1fr) 290px;gap:36px}.lexh-post-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:920px){.lexh-home-hero{padding:65px 0}.lexh-hero-grid,.lexh-home-hero__grid,.lexh-integrations-grid,.lexh-prose-shell{grid-template-columns:1fr}.lexh-command-card{transform:none;max-width:680px}.lexh-metric-grid{grid-template-columns:1fr 1fr}.lexh-metric-grid>div:nth-child(2){border-right:0}.lexh-metric-grid>div:nth-child(3),.lexh-metric-grid>div:nth-child(4){border-top:1px solid var(--lexh-line)}.lexh-path-grid{grid-template-columns:1fr}.lexh-process-grid{grid-template-columns:1fr 1fr}.lexh-sticky-cta{position:static}.lexh-footer-grid{grid-template-columns:1.4fr 1fr 1fr}.lexh-footer-grid>div:last-child{grid-column:1/-1}.lexh-hero-orbit{display:none}.lexh-auth-layout{grid-template-columns:1fr}.lexh-auth-brand-panel{position:relative;height:auto;min-height:420px}.lexh-auth-brand-copy{margin:80px 0}.lexh-auth-content-panel{min-height:auto}.lexh-portal-shell{grid-template-columns:1fr}.lexh-portal-sidebar{position:fixed;left:-270px;top:0;width:250px;z-index:100;height:100vh;transition:left .2s}.lexh-portal-shell.is-menu-open .lexh-portal-sidebar{left:0}.lexh-portal-menu-btn{display:grid;place-items:center}.lexh-portal-topbar{padding:0 15px}.lexh-portal-kpis{grid-template-columns:1fr 1fr}.lexh-portal-grid{grid-template-columns:1fr}.lexh-portal-content{padding:15px}.lexh-portal-help{padding:15px 15px 30px}}@media (max-width:680px){.lexh-wrap{width:min(100% - 28px,var(--lexh-max))}.lexh-header-inner{width:100%;padding-inline:10px;height:68px}.lexh-site-header{--lexh-header:68px}.lexh-brand img{width:165px}.lexh-hide-mobile,.lexh-theme-toggle{display:none}.lexh-btn{font-size:13px;padding:9px 13px}.lexh-home-hero h1{font-size:44px}.lexh-home-hero p{font-size:16px}.lexh-command-card{padding:14px}.lexh-flow-line{grid-template-columns:38px 1fr}.lexh-flow-line>b{display:none}.lexh-command-metrics,.lexh-feature-grid,.lexh-metric-grid,.lexh-post-grid,.lexh-process-grid{grid-template-columns:1fr}.lexh-metric-grid>div{border-right:0!important;border-top:1px solid var(--lexh-line);padding:18px 0}.lexh-metric-grid>div:first-child{border-top:0}.lexh-path-card{padding:24px}.lexh-dual-path,.lexh-home-guide,.lexh-integrations-section,.lexh-process-section{padding:62px 0}.lexh-integrations-grid{gap:28px}.lexh-integration-visual{min-height:330px}.lexh-node:nth-child(2){top:25px;left:20px}.lexh-node:nth-child(3){top:25px;right:20px}.lexh-node:nth-child(4){bottom:25px;left:20px}.lexh-node:nth-child(5){bottom:25px;right:20px}.lexh-final-cta .lexh-wrap,.lexh-footer-bottom{display:grid}.lexh-footer-grid{grid-template-columns:1fr 1fr;gap:30px}.lexh-footer-grid>div:first-child,.lexh-footer-grid>div:last-child{grid-column:1/-1}.lexh-page-hero{padding:56px 0}.lexh-page-hero h1{font-size:42px}.lexh-page-hero p{font-size:16px}.lexh-content-section{padding:44px 0 65px}.lexh-prose{font-size:16px}.lexh-prose h2{margin-top:42px}.lexh-auth-brand-panel{padding:28px 22px;min-height:360px}.lexh-auth-brand-copy{margin:55px 0}.lexh-auth-brand-copy h1{font-size:42px}.lexh-auth-content-panel{padding:28px 14px}.lexh-account-card{padding:22px}.lexh-field-grid,.lexh-portal-kpis{grid-template-columns:1fr}.lexh-portal-topbar h1{font-size:16px}.lexh-inline-cta{display:grid}.lexh-portal-user>div:not(.lexh-portal-avatar){display:none}}@media (max-width:420px){.lexh-brand img{width:145px}.lexh-header-actions .lexh-btn--primary{padding-inline:10px}.lexh-home-hero h1,.lexh-page-hero h1{font-size:38px}.lexh-command-card{border-radius:10px}.lexh-footer-grid{grid-template-columns:1fr}.lexh-footer-grid>div{grid-column:auto!important}.lexh-integration-visual{display:none}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.lexh-logo-dark{display:none!important}.lexh-account-card,.lexh-card,.lexh-orbit-card,.lexh-portal-kpi,.lexh-portal-panel,.lexh-post-card,.lexh-project-access-card,.lexh-sticky-cta{--lexh-card-flip-base:none;transform-style:preserve-3d;will-change:transform}.lexh-account-card.lexh-card-flip-once,.lexh-card.lexh-card-flip-once,.lexh-orbit-card.lexh-card-flip-once,.lexh-portal-kpi.lexh-card-flip-once,.lexh-portal-panel.lexh-card-flip-once,.lexh-post-card.lexh-card-flip-once,.lexh-project-access-card.lexh-card-flip-once,.lexh-sticky-cta.lexh-card-flip-once{animation:lexh-card-hover-flip 1.25s cubic-bezier(.22,.61,.36,1) 1 both}@keyframes lexh-card-hover-flip{0%{transform:var(--lexh-card-flip-base) rotateY(0deg)}to{transform:var(--lexh-card-flip-base) rotateY(1turn)}}.lexh-command-card{transition:transform .45s ease;will-change:transform}@media (hover:hover) and (pointer:fine){.lexh-command-card:hover{transform:perspective(1200px) rotateY(-3deg) rotateX(1deg) scale(1.035)}}@media (max-width:920px) and (hover:hover) and (pointer:fine){.lexh-command-card:hover{transform:scale(1.035)}}.lexh-integration-visual,.lexh-path-card,.lexh-step{transition:transform .45s ease;will-change:transform}@media (hover:hover) and (pointer:fine){.lexh-integration-visual:hover,.lexh-path-card:hover,.lexh-step:hover{transform:scale(1.025)}}.lexh-header-actions,.lexh-primary-nav{font-family:var(--lexh-font)}.lexh-menu{gap:6px}.lexh-menu a{font-family:var(--lexh-font);font-size:18px;line-height:1.2;font-weight:400;padding:12px 15px;border:1px solid transparent;border-radius:10px;transform:scale(1);transform-origin:center;transition:transform .28s cubic-bezier(.2,.7,.2,1),background-color .22s ease,color .22s ease,border-color .22s ease,box-shadow .22s ease}.lexh-menu .current-menu-item>a{background:var(--lexh-surface-2);color:var(--lexh-text);border-color:color-mix(in srgb,var(--lexh-line) 82%,transparent);box-shadow:0 6px 18px rgba(7,35,64,.06)}.lexh-header-actions .lexh-btn{font-family:var(--lexh-font);font-size:18px;line-height:1.2;transform:scale(1);transition:transform .28s cubic-bezier(.2,.7,.2,1),box-shadow .22s ease,background .22s ease,border-color .22s ease}.lexh-header-actions .lexh-theme-toggle{transform:scale(1);transition:transform .28s cubic-bezier(.2,.7,.2,1),background .22s ease,border-color .22s ease,box-shadow .22s ease}@media (hover:hover) and (pointer:fine){.lexh-menu a:hover{transform:scale(1.06);background:var(--lexh-surface-2);color:var(--lexh-text);border-color:color-mix(in srgb,var(--lexh-line) 88%,transparent);box-shadow:0 9px 22px rgba(7,35,64,.09)}.lexh-header-actions .lexh-btn:hover{transform:scale(1.045)}.lexh-header-actions .lexh-theme-toggle:hover{transform:scale(1.06);box-shadow:0 8px 20px rgba(7,35,64,.08)}}@media (max-width:1180px){.lexh-menu{gap:4px}.lexh-menu a{font-size:18px;padding:12px 14px}}@media (prefers-reduced-motion:reduce){.lexh-header-actions .lexh-btn,.lexh-header-actions .lexh-theme-toggle,.lexh-menu a{transition:none!important;transform:none!important}}.lexh-header-actions .lexh-btn,.lexh-primary-nav .lexh-menu a{font-weight:400!important}.lexh-account-links{display:flex;align-items:center;gap:7px}.lexh-account-link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 14px;border:1px solid #18324d;border-radius:10px;background:#061424;color:#fff;font-family:var(--lexh-font);font-size:15px;line-height:1.2;font-weight:400;white-space:nowrap;box-shadow:var(--lexh-shadow-sm);transform:scale(1);transition:transform .28s cubic-bezier(.2,.7,.2,1),background-color .22s ease,border-color .22s ease,box-shadow .22s ease,color .22s ease}@media (hover:hover) and (pointer:fine){.lexh-account-link:hover{transform:scale(1.045);background:#0b223b;border-color:#23527b;box-shadow:0 10px 24px rgba(6,20,36,.28);color:#fff}}@media (max-width:1460px){.lexh-account-link{padding-inline:11px;font-size:14px}}@media (max-width:1280px){.lexh-account-links{display:none}}@media (prefers-reduced-motion:reduce){.lexh-account-link{transition:none!important;transform:none!important}}.lexh-account-link,.lexh-btn,.lexh-menu-toggle,.lexh-portal-menu-btn,.lexh-theme-toggle,a[role=button],button,input[type=button],input[type=reset],input[type=submit]{border-radius:10px!important}:root{--lexh-core-font:"Open Sans","Segoe UI",Arial,sans-serif}.lexh-hp{position:absolute!important;left:-99999px!important;width:1px!important;height:1px!important;overflow:hidden!important}.lexh-project-dashboard-host{width:100vw;min-height:100vh;margin:0;padding:0;max-width:none;overflow-x:hidden}.lexh-project-dashboard-host>*{max-width:none}.leadexhub-portal-guide-source{font-family:var(--lexh-font);margin:0;padding:18px 24px 40px;background:#eef3f8}.leadexhub-portal-guide-source details{max-width:1100px;margin:auto;background:#fff;border:1px solid #dfe7ef;border-radius:10px;padding:15px 18px}.leadexhub-portal-guide-source summary{cursor:pointer;font-weight:400;color:#102238}.leadexhub-portal-guide-source .lexh-prose{font-size:14px}.leadexhub-portal-guide-source h3{font-size:19px;margin-top:28px}.leadexhub-portal-guide-source p{color:#41566b}.lexh-btn,.lexh-portal-menu-btn,a[role=button],button,input[type=button],input[type=reset],input[type=submit]{border-radius:10px!important}:root{color-scheme:light;--lexhp-font:"Open Sans","Segoe UI",Arial,sans-serif;--lexhp-bg:#f5f7fb;--lexhp-panel:#ffffff;--lexhp-panel-2:#f8fafc;--lexhp-panel-3:#eef3f8;--lexhp-text:#0f1f35;--lexhp-muted:#66768b;--lexhp-subtle:#8a98aa;--lexhp-line:#dde5ef;--lexhp-line-strong:#cbd6e4;--lexhp-sidebar:#081629;--lexhp-sidebar-2:#0d2037;--lexhp-sidebar-text:#d8e4f2;--lexhp-success:#16a66a;--lexhp-warning:#d28a18;--lexhp-danger:#d94b5b;--lexhp-info:#2c7be5;--lexhp-shadow:0 12px 36px rgba(21,42,72,.08);--lexhp-shadow-lg:0 24px 70px rgba(13,31,56,.16);--lexhp-radius:10px;--lexhp-sidebar-width:297px;--lexhp-topbar:74px}html[data-lexh-legacy-dark-disabled=true]{color-scheme:dark;--lexhp-bg:#07111f;--lexhp-panel:#0d1b2e;--lexhp-panel-2:#102238;--lexhp-panel-3:#132941;--lexhp-text:#e8f0fa;--lexhp-muted:#9db0c7;--lexhp-subtle:#7e93ad;--lexhp-line:#203650;--lexhp-line-strong:#2a4564;--lexhp-sidebar:#040d19;--lexhp-sidebar-2:#09182a;--lexhp-sidebar-text:#dbe8f7;--lexhp-shadow:0 12px 36px rgba(0,0,0,.2);--lexhp-shadow-lg:0 24px 70px rgba(0,0,0,.34)}*{box-sizing:border-box}body.lexhp-body{margin:0;background:var(--lexhp-bg);color:var(--lexhp-text);font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden}button,input,select,textarea{font:inherit}a,button{touch-action:manipulation}button{cursor:pointer}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}[hidden]{display:none!important}.lexhp-skip{position:fixed;left:12px;top:-60px;z-index:9999;background:#fff;color:#111;padding:10px 14px;border-radius:8px;box-shadow:var(--lexhp-shadow-lg)}.lexhp-skip:focus{top:12px}.lexhp-app{width:100%;display:grid;grid-template-columns:var(--lexhp-sidebar-width) minmax(0,1fr)}.lexhp-sidebar{position:fixed;inset:0 auto 0 0;width:var(--lexhp-sidebar-width);z-index:100;background:linear-gradient(180deg,var(--lexhp-sidebar),var(--lexhp-sidebar-2));color:var(--lexhp-sidebar-text);display:flex;flex-direction:column;border-right:1px solid rgba(255,255,255,.07)}.lexhp-sidebar__brand{padding:16px 14px 14px;border-bottom:1px solid rgba(255,255,255,.08)}.lexhp-sidebar__identity{display:flex;align-items:center;gap:11px;min-width:0;padding:7px 8px;border-radius:10px;transition:background .18s ease}.lexhp-sidebar__identity:hover{background:rgba(255,255,255,.05)}.lexhp-sidebar__mark{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;border-radius:10px;background:#fff;box-shadow:0 5px 16px rgba(0,0,0,.14);overflow:hidden}.lexhp-sidebar__mark img{width:25px;height:25px;object-fit:contain}.lexhp-sidebar__brand-copy{min-width:0}.lexhp-sidebar__brand-copy small,.lexhp-sidebar__brand-copy strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lexhp-sidebar__brand-copy strong{font-size:13px;line-height:1.2;color:#fff;font-weight:400;letter-spacing:-.01em}.lexhp-sidebar__brand-copy small{margin-top:4px;font-size:10px;line-height:1.2;color:#839ab3;font-weight:400;letter-spacing:.045em;text-transform:uppercase}.lexhp-logo-plate{height:54px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:10px;padding:9px 12px;overflow:hidden}.lexhp-logo-plate img{max-height:36px;width:auto}.lexhp-role-chip{display:inline-flex;margin-top:12px;padding:5px 9px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.11);font-size:11px;font-weight:400;letter-spacing:.04em;text-transform:uppercase}.lexhp-sidebar-angle-toggle{width:36px;height:32px;margin:10px 0 0 auto;padding:0;display:grid;place-items:center;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:rgba(255,255,255,.045);color:#8fa7bf;cursor:pointer;transition:background .18s,color .18s,border-color .18s,transform .18s}.lexhp-sidebar-angle-toggle:hover{background:rgba(255,255,255,.075);border-color:rgba(255,255,255,.16);color:#fff;transform:translateX(-1px)}.lexhp-sidebar-angle-toggle svg{width:18px;height:18px}.lexhp-sidebar-edge-restore{position:fixed;left:0;bottom:16px;z-index:115;width:36px;height:36px;padding:0;display:grid;place-items:center;border:1px solid rgba(255,255,255,.1);border-left:0;border-radius:0 8px 8px 0;background:linear-gradient(180deg,var(--lexhp-sidebar),var(--lexhp-sidebar-2));color:#8fa7bf;box-shadow:var(--lexhp-shadow-md);cursor:pointer;transition:background .18s,color .18s,border-color .18s,transform .18s}.lexhp-sidebar-edge-restore:hover{color:#fff;border-color:rgba(255,255,255,.16);transform:translateX(1px)}.lexhp-sidebar-edge-restore svg{width:18px;height:18px}.lexhp-nav{padding:10px 10px 16px;overflow:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.18) transparent;flex:1 1}.lexhp-nav__item{min-height:48px;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;padding:7px 10px;margin:3px 0;border:1px solid transparent;border-radius:10px;color:#c3d1e1;transition:background .18s,color .18s,border-color .18s,transform .18s}.lexhp-nav__item:hover{background:rgba(255,255,255,.065);border-color:rgba(255,255,255,.04);color:#fff;transform:translateX(1px)}.lexhp-nav__item.is-active{background:linear-gradient(135deg,color-mix(in srgb,var(--lexhp-accent) 72%,#0b1b30 28%),color-mix(in srgb,var(--lexhp-accent) 55%,#071423 45%));border-color:color-mix(in srgb,var(--lexhp-accent) 55%,rgba(255,255,255,.16));color:#fff;box-shadow:0 7px 18px color-mix(in srgb,var(--lexhp-accent) 18%,transparent)}.lexhp-nav__icon{width:32px;height:32px;display:grid;place-items:center;border-radius:9px;color:var(--lexhp-item-color,#8da5bf);background:color-mix(in srgb,var(--lexhp-item-color,#8da5bf) 11%,transparent);border:1px solid color-mix(in srgb,var(--lexhp-item-color,#8da5bf) 18%,transparent);transition:color .18s,background .18s,border-color .18s}.lexhp-nav__icon svg{width:18px;height:18px}.lexhp-nav__item:hover .lexhp-nav__icon{color:var(--lexhp-item-color,#fff);background:color-mix(in srgb,var(--lexhp-item-color,#fff) 18%,transparent);border-color:color-mix(in srgb,var(--lexhp-item-color,#fff) 32%,transparent)}.lexhp-nav__item.is-active .lexhp-nav__icon{color:#fff;background:rgba(255,255,255,.13);border-color:rgba(255,255,255,.16)}.lexhp-nav__label{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:16px;line-height:1.25;font-weight:400;letter-spacing:-.01em;color:#fff}.lexhp-nav__badge{min-width:24px;height:21px;padding:0 7px;display:grid;place-items:center;border-radius:999px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.06);font-size:9px;font-weight:400;color:#dbe8f7}.lexhp-nav__item.is-active .lexhp-nav__badge{background:rgba(255,255,255,.16);color:#fff}.lexhp-nav--grouped{padding-top:8px}.lexhp-nav-group{margin:0 0 5px}.lexhp-nav-group__toggle{width:100%;min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:7px 10px;border:1px solid transparent;border-radius:8px;background:transparent;color:#7f97b1;font:inherit;text-align:left;cursor:pointer;transition:background .18s,color .18s,border-color .18s,transform .18s}.lexhp-nav-group__toggle:hover{background:rgba(255,255,255,.065);border-color:rgba(255,255,255,.04);color:#fff;transform:translateX(1px)}.lexhp-nav-group__label{min-width:0;display:flex;align-items:center;gap:10px;flex:1 1}.lexhp-nav-group__label>span:last-child{min-width:0;font-family:var(--lexh-font);font-size:15px;font-weight:400;line-height:1.25;letter-spacing:-.01em;text-transform:none!important;color:#fff}.lexhp-nav-group__glyph{width:28px;height:28px;flex:0 0 28px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,rgba(15,23,42,.42),rgba(15,23,42,.2));box-shadow:inset 0 0 0 1px rgba(148,163,184,.18),0 6px 18px rgba(2,6,23,.16)}.lexhp-nav-group__glyph svg{width:18px;height:18px;display:block}.lexhp-nav-group__chevron{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.lexhp-nav-group__chevron svg{width:15px;height:15px;display:block;transition:transform .18s ease}.lexhp-nav-group.is-open>.lexhp-nav-group__toggle{color:#b8c9dc}.lexhp-nav-group.is-active>.lexhp-nav-group__toggle{box-shadow:0 9px 22px color-mix(in srgb,#05403a 24%,transparent)}.lexhp-nav-group.is-active>.lexhp-nav-group__toggle,.lexhp-nav-group.is-active>.lexhp-nav-group__toggle:hover{background:#05403a;border-color:color-mix(in srgb,#05403a 58%,rgba(255,255,255,.18));color:#fff}.lexhp-nav-group.is-open>.lexhp-nav-group__toggle .lexhp-nav-group__chevron svg{transform:rotate(180deg)}.lexhp-nav-group__items{padding:1px 0 5px}.lexhp-nav--grouped .lexhp-nav__item{min-height:44px;margin:2px 0;padding-left:12px}.lexhp-nav--grouped .lexhp-nav__label{font-size:15px!important}.lexhp-sidebar__footer{padding:13px 14px 16px;border-top:1px solid rgba(255,255,255,.08)}.lexhp-demo-mini{display:flex;align-items:center;gap:10px;padding:10px 11px;border:1px solid #17675f;background:#0b4f49;border-radius:10px}.lexhp-demo-mini>span{width:8px;height:8px;flex:0 0 8px;border-radius:50%;background:#f59e0b;box-shadow:0 0 0 4px rgba(245,158,11,.1)}.lexhp-demo-mini.is-live>span{background:#4ade80;box-shadow:0 0 0 4px rgba(74,222,128,.1)}.lexhp-demo-mini small,.lexhp-demo-mini strong{display:block}.lexhp-demo-mini strong{font-size:16px;line-height:1.25;color:#fff;white-space:nowrap}.lexhp-demo-mini small{font-size:14px;line-height:1.25;color:#fff;margin-top:2px;white-space:nowrap}.lexhp-back-site{display:block;margin-top:9px;padding:4px 2px;color:#fff;font-size:10px}.lexhp-back-site:hover{color:#fff}.lexhp-main{grid-column:2;min-width:0;min-height:100vh}.lexhp-topbar{position:sticky;top:0;z-index:90;height:var(--lexhp-topbar);padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:20px;background:color-mix(in srgb,var(--lexhp-panel) 94%,transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--lexhp-line)}.lexhp-topbar__left,.lexhp-topbar__right{display:flex;align-items:center;gap:10px;min-width:0}.lexhp-page-id{display:flex;align-items:baseline;gap:8px;min-width:0}.lexhp-page-id span{color:var(--lexhp-muted);font-size:12px}.lexhp-page-id strong{font-size:14px;white-space:nowrap}.lexhp-icon-btn{width:40px;height:40px;padding:0;display:grid;place-items:center;border:1px solid var(--lexhp-line);background:var(--lexhp-panel);color:var(--lexhp-text);border-radius:10px;transition:transform .18s,border-color .18s,background .18s}.lexhp-icon-btn:hover{transform:translateY(-1px) scale(1.03);border-color:var(--lexhp-line-strong);background:var(--lexhp-panel-2)}.lexhp-icon-btn svg{width:18px;height:18px}.lexhp-mobile-menu{display:none}.lexhp-search{height:40px;min-width:220px;display:flex;align-items:center;gap:8px;padding:0 11px;border:1px solid var(--lexhp-line);background:var(--lexhp-panel);border-radius:10px;color:var(--lexhp-muted)}.lexhp-search span svg{width:16px;height:16px}.lexhp-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--lexhp-text)}.lexhp-search input::placeholder{color:var(--lexhp-subtle)}.lexhp-role-switch{height:40px;display:flex;padding:3px;border:1px solid var(--lexhp-line);background:var(--lexhp-panel);border-radius:10px}.lexhp-role-switch a{display:grid;place-items:center;padding:0 10px;border-radius:7px;color:var(--lexhp-muted);font-size:11px;font-weight:400}.lexhp-role-switch a.is-active{background:var(--lexhp-panel-3);color:var(--lexhp-text)}.lexhp-notify-btn{position:relative}.lexhp-notify-btn>span{position:absolute;right:-4px;top:-4px;min-width:17px;height:17px;border-radius:999px;display:grid;place-items:center;background:#ef4444;color:#fff;font-size:9px;font-weight:400;border:2px solid var(--lexhp-panel)}.lexhp-profile{height:44px;display:flex;align-items:center;gap:9px;padding:4px 8px 4px 5px;border:1px solid var(--lexhp-line);background:var(--lexhp-panel);color:var(--lexhp-text);border-radius:10px}.lexhp-avatar{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;background:linear-gradient(135deg,var(--lexhp-accent),var(--lexhp-accent-2));color:#fff;font-weight:400;font-size:12px}.lexhp-profile__copy{text-align:left;min-width:0}.lexhp-profile__copy small,.lexhp-profile__copy strong{display:block;max-width:130px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lexhp-profile__copy strong{font-size:11px}.lexhp-profile__copy small{color:var(--lexhp-muted);font-size:9px}.lexhp-popover{position:fixed;z-index:110;top:66px;right:24px;width:min(360px,calc(100vw - 32px));border:1px solid var(--lexhp-line);background:var(--lexhp-panel);border-radius:10px;box-shadow:var(--lexhp-shadow-lg);overflow:hidden}.lexhp-popover__head{display:flex;align-items:center;justify-content:space-between;padding:13px 14px;border-bottom:1px solid var(--lexhp-line)}.lexhp-popover>button,.lexhp-popover__head button{border:0;background:transparent;color:var(--lexhp-accent);font-size:11px}.lexhp-notifications-popover>a{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border-bottom:1px solid var(--lexhp-line)}.lexhp-notifications-popover>a:hover{background:var(--lexhp-panel-2)}.lexhp-notifications-popover>a>span{width:9px;height:9px;margin-top:4px;border-radius:50%}.lexhp-notifications-popover>a>span.is-success{background:var(--lexhp-success)}.lexhp-notifications-popover>a>span.is-info{background:var(--lexhp-info)}.lexhp-notifications-popover>a>span.is-warning{background:var(--lexhp-warning)}.lexhp-notifications-popover small,.lexhp-notifications-popover strong{display:block}.lexhp-notifications-popover strong{font-size:12px}.lexhp-notifications-popover small{font-size:10px;color:var(--lexhp-muted);margin-top:2px}.lexhp-profile-popover{padding:14px;width:230px}.lexhp-profile-popover small,.lexhp-profile-popover strong{display:block}.lexhp-profile-popover small{color:var(--lexhp-muted);font-size:11px;margin-top:3px}.lexhp-profile-popover hr{border:0;border-top:1px solid var(--lexhp-line);margin:12px 0}.lexhp-profile-popover button{display:block;width:100%;padding:8px 0;text-align:left;color:var(--lexhp-text)}.lexhp-preview-banner{min-height:48px;margin:18px 24px 0;padding:9px 13px;border:1px solid color-mix(in srgb,var(--lexhp-accent) 25%,var(--lexhp-line));background:color-mix(in srgb,var(--lexhp-accent) 7%,var(--lexhp-panel));border-radius:10px;display:flex;align-items:center;justify-content:space-between;gap:14px}.lexhp-preview-banner>div{display:flex;align-items:center;gap:9px;min-width:0}.lexhp-preview-banner strong{font-size:12px}.lexhp-preview-banner div>span:not(.lexhp-preview-dot){color:var(--lexhp-muted);font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lexhp-preview-dot{width:8px;height:8px;border-radius:50%;background:#4ade80;box-shadow:0 0 0 4px rgba(74,222,128,.12);flex:0 0 auto}.lexhp-preview-safety{padding:5px 8px;border-radius:999px;background:var(--lexhp-panel);border:1px solid var(--lexhp-line);font-size:10px;font-weight:400;white-space:nowrap}.lexhp-content{padding:24px;max-width:1900px;margin:0 auto}.lexhp-page-heading{gap:24px}.lexhp-page-heading h1{font-size:clamp(26px,2.4vw,38px);line-height:1.08;letter-spacing:-.03em}.lexhp-page-heading p{max-width:760px}.lexhp-eyebrow{margin:0!important;color:var(--lexhp-accent)!important;font-size:10px!important;letter-spacing:.08em!important}.lexhp-heading-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.lexhp-btn{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 13px;border:1px solid transparent;border-radius:10px;font-weight:400;font-size:12px;transition:transform .18s,box-shadow .18s,background .18s,border-color .18s}.lexhp-btn:hover{transform:translateY(-1px)}.lexhp-btn svg{width:16px;height:16px}.lexhp-btn--primary{background:linear-gradient(135deg,var(--lexhp-accent),color-mix(in srgb,var(--lexhp-accent) 72%,#000));color:#fff;box-shadow:0 8px 18px color-mix(in srgb,var(--lexhp-accent) 18%,transparent)}.lexhp-btn--secondary{background:var(--lexhp-panel);color:var(--lexhp-text);border-color:var(--lexhp-line)}.lexhp-btn--secondary:hover{background:var(--lexhp-panel-2);border-color:var(--lexhp-line-strong)}.lexhp-btn--danger{background:color-mix(in srgb,var(--lexhp-danger) 10%,var(--lexhp-panel));color:var(--lexhp-danger);border-color:color-mix(in srgb,var(--lexhp-danger) 30%,var(--lexhp-line))}.lexhp-kpi{min-width:0;display:flex;align-items:center;gap:13px;padding:18px;background:var(--lexhp-panel);border-radius:10px;transition:transform .18s,box-shadow .18s,border-color .18s}.lexhp-kpi:hover{transform:translateY(-2px);box-shadow:0 16px 38px rgba(21,42,72,.12);border-color:color-mix(in srgb,var(--lexhp-accent) 24%,var(--lexhp-line))}.lexhp-kpi__icon{width:43px;height:43px;background:color-mix(in srgb,var(--lexhp-accent) 10%,var(--lexhp-panel));flex:0 0 auto}.lexhp-kpi__icon svg{width:21px;height:21px}.lexhp-kpi__copy{min-width:0}.lexhp-kpi__copy span{font-size:11px}.lexhp-kpi__copy strong{font-size:23px;line-height:1.2;letter-spacing:-.03em;margin:2px 0}.lexhp-kpi__copy small{font-size:9px}.lexhp-kpi__copy small b{color:var(--lexhp-success)}.lexhp-grid{display:grid;gap:16px;margin-bottom:16px}.lexhp-grid--dashboard{grid-template-columns:minmax(0,1.55fr) minmax(320px,.7fr)}.lexhp-grid--lower{grid-template-columns:minmax(0,1.55fr) minmax(300px,.7fr)}.lexhp-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.lexhp-card{min-width:0;border:1px solid var(--lexhp-line);background:var(--lexhp-panel);border-radius:10px;box-shadow:var(--lexhp-shadow);padding:18px}.lexhp-card--table{padding:0;overflow:hidden}.lexhp-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:15px}.lexhp-card--table>.lexhp-card__head{padding:18px 18px 0}.lexhp-card__head small,.lexhp-card__head strong{display:block}.lexhp-card__head strong{font-size:13px}.lexhp-card__head small{font-size:10px;color:var(--lexhp-muted);margin-top:2px}.lexhp-card__head>a,.lexhp-card__head>button{border:0;background:transparent;color:var(--lexhp-accent);font-size:10px;font-weight:400}.lexhp-card__head select{height:34px;border:1px solid var(--lexhp-line);background:var(--lexhp-panel);color:var(--lexhp-text);border-radius:8px;padding:0 10px;font-size:10px}.lexhp-chart-wrap{min-height:270px;display:flex;flex-direction:column;justify-content:flex-end}.lexhp-line-chart{width:100%;height:auto;max-height:250px;overflow:visible}.lexhp-gridlines path{stroke:var(--lexhp-line);stroke-width:1;fill:none}.lexhp-area-path{fill:url(#lexhp-area);stroke:none}.lexhp-primary-line{stroke:var(--lexhp-accent);stroke-width:3}.lexhp-primary-line,.lexhp-secondary-line{fill:none;vector-effect:non-scaling-stroke}.lexhp-secondary-line{stroke:var(--lexhp-accent-2);stroke-width:2.2;stroke-dasharray:5 5}.lexhp-chart-legend{display:flex;gap:20px;flex-wrap:wrap;padding-top:8px}.lexhp-chart-legend span{display:flex;align-items:center;gap:6px;font-size:10px;color:var(--lexhp-muted)}.lexhp-chart-legend i{width:8px;height:8px;border-radius:50%}.lexhp-chart-legend i.is-primary{background:var(--lexhp-accent)}.lexhp-chart-legend i.is-secondary{background:var(--lexhp-accent-2)}.lexhp-chart-legend b{color:var(--lexhp-text)}.lexhp-donut-row{display:grid;grid-template-columns:150px 1fr;gap:16px;align-items:center}.lexhp-donut{--value:80;width:138px;aspect-ratio:1;border-radius:50%;display:grid;place-items:center;background:conic-gradient(var(--lexhp-accent) calc(var(--value)*1%),var(--lexhp-panel-3) 0);position:relative}.lexhp-donut:before{content:"";position:absolute;inset:14px;border-radius:50%;background:var(--lexhp-panel)}.lexhp-donut>span{position:relative;z-index:1;text-align:center}.lexhp-donut small,.lexhp-donut strong{display:block}.lexhp-donut strong{font-size:23px}.lexhp-donut small{font-size:9px;color:var(--lexhp-muted)}.lexhp-check-list p,.lexhp-health-list p{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0;padding:10px 0;border-bottom:1px solid var(--lexhp-line);font-size:11px}.lexhp-check-list p:last-child,.lexhp-health-list p:last-child{border-bottom:0}.lexhp-status{display:inline-flex;align-items:center;justify-content:center;min-height:22px;padding:3px 7px;border-radius:999px;font-size:9px;font-weight:400;white-space:nowrap}.lexhp-status--success{background:rgba(22,166,106,.11);color:var(--lexhp-success)}.lexhp-status--warning{background:rgba(210,138,24,.12);color:var(--lexhp-warning)}.lexhp-status--danger{background:rgba(217,75,91,.12);color:var(--lexhp-danger)}.lexhp-status--info{background:rgba(44,123,229,.11);color:var(--lexhp-info)}.lexhp-status--neutral{background:var(--lexhp-panel-3);color:var(--lexhp-muted)}.lexhp-table-shell{width:100%;overflow:auto}.lexhp-table{min-width:760px}.lexhp-table td,.lexhp-table th{padding:12px 14px;border-bottom:1px solid var(--lexhp-line);vertical-align:middle}.lexhp-table th{font-size:9px}.lexhp-table td{font-size:10px}.lexhp-table tbody tr:last-child td{border-bottom:0}.lexhp-sort{display:inline-flex;align-items:center;gap:5px;padding:0;border:0;background:transparent;color:inherit;font-weight:400;text-transform:inherit;letter-spacing:inherit}.lexhp-sort span{opacity:.45}.lexhp-actions-col{width:82px}.lexhp-row-actions{gap:5px}.lexhp-row-actions .lexhp-icon-btn{width:30px;height:30px}.lexhp-row-actions .lexhp-icon-btn svg{width:15px;height:15px}.lexhp-dot-btn{width:30px;height:30px;border:1px solid var(--lexhp-line);background:var(--lexhp-panel);color:var(--lexhp-muted);border-radius:8px}.lexhp-table-shell.is-compact .lexhp-table{min-width:680px}.lexhp-table-shell.is-compact .lexhp-table td,.lexhp-table-shell.is-compact .lexhp-table th{padding:10px 12px}.lexhp-activity-list>div{display:flex;gap:10px;padding:11px 0;border-bottom:1px solid var(--lexhp-line)}.lexhp-activity-list>div:last-child{border-bottom:0}.lexhp-activity-list>div>span{width:32px;height:32px;display:grid;place-items:center;border-radius:9px;flex:0 0 auto}.lexhp-activity-list>div>span svg{width:16px;height:16px}.lexhp-activity-list .is-success{background:rgba(22,166,106,.11);color:var(--lexhp-success)}.lexhp-activity-list .is-info{background:rgba(44,123,229,.11);color:var(--lexhp-info)}.lexhp-activity-list .is-warning{background:rgba(210,138,24,.11);color:var(--lexhp-warning)}.lexhp-activity-list .is-primary{background:color-mix(in srgb,var(--lexhp-accent) 10%,var(--lexhp-panel));color:var(--lexhp-accent)}.lexhp-activity-list p{margin:0}.lexhp-activity-list small,.lexhp-activity-list strong{display:block}.lexhp-activity-list strong{font-size:10px}.lexhp-activity-list small{font-size:9px;color:var(--lexhp-muted);margin-top:2px}.lexhp-mini-metrics{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.lexhp-mini-metrics>div{padding:13px;border:1px solid var(--lexhp-line);background:var(--lexhp-panel-2);border-radius:10px}.lexhp-mini-metrics span,.lexhp-mini-metrics strong{display:block}.lexhp-mini-metrics span{font-size:9px;color:var(--lexhp-muted)}.lexhp-mini-metrics strong{font-size:18px;margin-top:3px}.lexhp-code-block{margin-top:13px;padding:13px;border-radius:10px;font:12px var(--lexh-font)}.lexhp-code-block span{display:inline-block;margin-right:8px;color:#4ade80;font-weight:400}.lexhp-code-block small{display:block;margin-top:8px;color:#7f97b1;font:10px var(--lexhp-font)}.lexhp-credential{margin-top:13px}.lexhp-credential label{display:block;margin-bottom:5px;color:var(--lexhp-muted);font-size:9px;font-weight:400}.lexhp-credential>div{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:6px 8px 6px 12px;border:1px solid var(--lexhp-line);background:var(--lexhp-panel-2);border-radius:10px}.lexhp-credential code{overflow:hidden;text-overflow:ellipsis;font-size:11px}.lexhp-credential button{height:29px;border:1px solid var(--lexhp-line);background:var(--lexhp-panel);color:var(--lexhp-text);border-radius:7px;font-size:9px}.lexhp-inline-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:15px}.lexhp-form-stack label{gap:5px;font-size:10px;font-weight:400;color:var(--lexhp-muted)}.lexhp-form-stack input,.lexhp-form-stack select,.lexhp-form-stack textarea,.lexhp-table-tools input,.lexhp-table-tools select{width:100%;min-width:0;border:1px solid var(--lexhp-line);background:var(--lexhp-panel);color:var(--lexhp-text);border-radius:10px;padding:10px 11px;outline:0}.lexhp-form-stack input:focus,.lexhp-form-stack select:focus,.lexhp-form-stack textarea:focus,.lexhp-table-tools input:focus,.lexhp-table-tools select:focus{border-color:var(--lexhp-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--lexhp-accent) 13%,transparent)}.lexhp-form-stack textarea{resize:vertical}.lexhp-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.lexhp-delivery-list{margin-top:13px}.lexhp-delivery-list p{display:flex;justify-content:space-between;gap:12px;margin:0;padding:9px 0;border-bottom:1px solid var(--lexhp-line);font-size:10px}.lexhp-delivery-list p:last-child{border-bottom:0}.lexhp-delivery-list span{color:var(--lexhp-muted)}.lexhp-integration-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.lexhp-integration-card{grid-template-columns:42px minmax(0,1fr);align-items:start}.lexhp-integration-logo{width:42px;height:42px;display:grid;place-items:center;border-radius:10px;background:linear-gradient(135deg,var(--lexhp-accent),var(--lexhp-accent-2));color:#fff;font-size:11px;font-weight:400}.lexhp-integration-card strong{font-size:12px}.lexhp-integration-card p{margin:4px 0 7px;color:var(--lexhp-muted);font-size:10px}.lexhp-integration-card .lexhp-btn{grid-column:1/-1;width:100%}.lexhp-verification{display:flex;gap:13px}.lexhp-verification__icon{width:50px;height:50px;display:grid;place-items:center;border-radius:10px;background:rgba(22,166,106,.1);color:var(--lexhp-success);flex:0 0 auto}.lexhp-verification__icon svg{width:24px;height:24px}.lexhp-verification strong{font-size:13px}.lexhp-verification p{margin:4px 0 8px;color:var(--lexhp-muted);font-size:10px}.lexhp-verification code{display:block;padding:10px;border-radius:10px;background:var(--lexhp-panel-2);border:1px solid var(--lexhp-line);font-size:10px;overflow:auto}.lexhp-bar-list{display:grid;gap:12px}.lexhp-bar-list>div{display:grid;grid-template-columns:110px minmax(0,1fr) 40px;gap:10px;align-items:center}.lexhp-bar-list span,.lexhp-bar-list strong{font-size:10px}.lexhp-bar-list strong{text-align:right}.lexhp-bar-list b{height:8px;background:var(--lexhp-panel-3);border-radius:999px;overflow:hidden}.lexhp-bar-list i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--lexhp-accent),var(--lexhp-accent-2))}.lexhp-balance{padding:18px;border:1px solid var(--lexhp-line);background:linear-gradient(135deg,color-mix(in srgb,var(--lexhp-accent) 7%,var(--lexhp-panel)),var(--lexhp-panel));border-radius:10px}.lexhp-balance small,.lexhp-balance span,.lexhp-balance strong{display:block}.lexhp-balance small{font-size:10px;color:var(--lexhp-muted)}.lexhp-balance strong{font-size:32px;letter-spacing:-.04em;margin:5px 0}.lexhp-balance span{font-size:9px;color:var(--lexhp-subtle)}.lexhp-check-list b{font-size:10px}.lexhp-check-list b small{font-weight:400}.lexhp-market-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.lexhp-lead-card{transition:transform .18s,box-shadow .18s}.lexhp-lead-card:hover{transform:translateY(-3px);box-shadow:var(--lexhp-shadow-lg)}.lexhp-lead-card__top{display:flex;justify-content:space-between;gap:10px;align-items:center}.lexhp-lead-card__top>span:first-child{font-size:11px;font-weight:400}.lexhp-lead-card>strong{display:block;font-size:27px;letter-spacing:-.04em;margin:14px 0 2px}.lexhp-lead-card>p{margin:0;color:var(--lexhp-muted);font-size:10px}.lexhp-quality{height:7px;margin:13px 0;background:var(--lexhp-panel-3);border-radius:999px;overflow:hidden}.lexhp-quality i{display:block;height:100%;background:linear-gradient(90deg,var(--lexhp-accent),var(--lexhp-accent-2));border-radius:inherit}.lexhp-lead-card .lexhp-btn{width:100%}.lexhp-table-tools{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.lexhp-table-tools input{width:180px;height:34px;padding:6px 9px;font-size:9px}.lexhp-table-tools select{width:auto;height:34px;padding:6px 9px;font-size:9px}.lexhp-table-tools .lexhp-btn{min-height:34px;padding:6px 9px;font-size:9px}.lexhp-pagination{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 16px;border-top:1px solid var(--lexhp-line);font-size:9px;color:var(--lexhp-muted)}.lexhp-pagination>div{display:flex;gap:4px}.lexhp-pagination button{min-width:29px;height:29px;border:1px solid var(--lexhp-line);background:var(--lexhp-panel);color:var(--lexhp-text);border-radius:7px;font-size:9px}.lexhp-pagination button.is-active{background:var(--lexhp-accent);color:#fff;border-color:var(--lexhp-accent)}.lexhp-ticket-list{display:grid;gap:8px}.lexhp-ticket-list>button{width:100%;display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:start;text-align:left;padding:11px;border:1px solid var(--lexhp-line);background:var(--lexhp-panel-2);color:var(--lexhp-text);border-radius:10px}.lexhp-ticket-list>button:hover{border-color:var(--lexhp-line-strong)}.lexhp-ticket-list small,.lexhp-ticket-list strong{display:block}.lexhp-ticket-list strong{font-size:10px}.lexhp-ticket-list small{font-size:9px;color:var(--lexhp-muted);margin-top:2px}.lexhp-settings-layout{display:grid;grid-template-columns:200px minmax(0,1fr);gap:16px}.lexhp-settings-tabs{display:grid;align-content:start;gap:4px}.lexhp-settings-tabs button{width:100%;padding:10px 12px;text-align:left;border:1px solid transparent;background:transparent;color:var(--lexhp-muted);border-radius:10px}.lexhp-settings-tabs button:hover{background:var(--lexhp-panel)}.lexhp-settings-tabs button.is-active{background:var(--lexhp-panel);border-color:var(--lexhp-line);color:var(--lexhp-text);font-weight:400}.lexhp-switch-list{display:grid;gap:1px;border:1px solid var(--lexhp-line);border-radius:10px;overflow:hidden}.lexhp-switch-list label{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px;background:var(--lexhp-panel-2);color:var(--lexhp-text)}.lexhp-switch-list small,.lexhp-switch-list strong{display:block}.lexhp-switch-list strong{font-size:10px}.lexhp-switch-list small{font-size:9px;color:var(--lexhp-muted);margin-top:2px}.lexhp-switch-list input{width:36px;height:20px;accent-color:var(--lexhp-accent)}.lexhp-safe-note{padding:12px;border-radius:10px;border:1px solid rgba(44,123,229,.2);background:rgba(44,123,229,.07)}.lexhp-safe-note strong{font-size:10px;color:var(--lexhp-info)}.lexhp-safe-note p{margin:3px 0 0;color:var(--lexhp-muted);font-size:9px}.lexhp-modal{position:fixed;inset:0;z-index:300;display:grid;place-items:center;padding:18px}.lexhp-modal__backdrop{position:absolute;inset:0;background:rgba(3,10,20,.62);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.lexhp-modal__panel{position:relative;z-index:1;width:min(620px,100%);max-height:min(760px,calc(100vh - 36px));overflow:auto;border:1px solid var(--lexhp-line);background:var(--lexhp-panel);border-radius:10px;box-shadow:var(--lexhp-shadow-lg)}.lexhp-modal__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px;border-bottom:1px solid var(--lexhp-line)}.lexhp-modal__head h2{font-size:20px;margin:3px 0 0}.lexhp-modal__content{padding:18px}.lexhp-modal__footer{display:flex;justify-content:flex-end;gap:8px;padding:13px 18px;border-top:1px solid var(--lexhp-line)}.lexhp-detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:14px}.lexhp-detail-grid>div{padding:11px;border:1px solid var(--lexhp-line);background:var(--lexhp-panel-2);border-radius:10px}.lexhp-detail-grid span,.lexhp-detail-grid strong{display:block}.lexhp-detail-grid span{font-size:9px;color:var(--lexhp-muted)}.lexhp-detail-grid strong{font-size:11px;margin-top:3px}.lexhp-toast{position:fixed;right:20px;bottom:20px;z-index:400;min-width:280px;max-width:calc(100vw - 40px);display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid rgba(22,166,106,.25);background:var(--lexhp-panel);border-radius:10px;box-shadow:var(--lexhp-shadow-lg)}.lexhp-toast>span{width:31px;height:31px;display:grid;place-items:center;border-radius:9px;background:rgba(22,166,106,.12);color:var(--lexhp-success);font-weight:400}.lexhp-toast small,.lexhp-toast strong{display:block}.lexhp-toast strong{font-size:10px}.lexhp-toast small{font-size:9px;color:var(--lexhp-muted)}.lexhp-scrim{display:none;border:0!important;border-radius:0!important;padding:0}@media(min-width:821px){.lexhp-sidebar{transition:transform .22s ease}.lexhp-app.is-sidebar-hidden{grid-template-columns:0 minmax(0,1fr)}.lexhp-app.is-sidebar-hidden .lexhp-sidebar{transform:translateX(-100%);pointer-events:none}.lexhp-app.is-sidebar-hidden .lexhp-main{grid-column:1/-1}}@media(max-width:1420px){:root{--lexhp-sidebar-width:271px}.lexhp-search{min-width:180px}.lexhp-profile__copy{display:none}.lexhp-integration-grid,.lexhp-kpi-grid,.lexhp-market-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1100px){.lexhp-role-switch,.lexhp-search{display:none}.lexhp-grid--dashboard,.lexhp-grid--lower,.lexhp-grid--two{grid-template-columns:1fr}.lexhp-donut-row{grid-template-columns:140px 1fr}.lexhp-settings-layout{grid-template-columns:1fr}.lexhp-settings-tabs{grid-template-columns:repeat(4,1fr)}.lexhp-settings-tabs button{text-align:center}.lexhp-form-grid{grid-template-columns:1fr 1fr}}@media(max-width:820px){:root{--lexhp-sidebar-width:297px}.lexhp-app{display:block}.lexhp-sidebar{transform:translateX(-100%);transition:transform .22s ease;box-shadow:var(--lexhp-shadow-lg)}.lexhp-app.is-sidebar-open .lexhp-sidebar{transform:none}.lexhp-app.is-sidebar-hidden .lexhp-sidebar{transform:translateX(-100%)!important;pointer-events:none}.lexhp-app.is-sidebar-hidden .lexhp-scrim{display:none!important}.lexhp-main{min-width:0}.lexhp-mobile-menu{display:grid}.lexhp-scrim{position:fixed;inset:0;z-index:95;background:rgba(3,10,20,.55)}.lexhp-app.is-sidebar-open .lexhp-scrim{display:block}.lexhp-topbar{padding:0 14px}.lexhp-preview-banner{margin:12px 14px 0}.lexhp-content{padding:18px 14px 24px}.lexhp-page-id span{display:none}.lexhp-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lexhp-page-heading{flex-direction:column}.lexhp-heading-actions{justify-content:flex-start}.lexhp-integration-grid,.lexhp-market-grid{grid-template-columns:1fr 1fr}.lexhp-detail-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.lexhp-topbar__right{gap:6px}.lexhp-profile{padding-right:5px}.lexhp-profile>span:last-child{display:none}.lexhp-preview-banner{align-items:flex-start}.lexhp-preview-banner>div{align-items:flex-start;flex-wrap:wrap}.lexhp-preview-banner div>span:not(.lexhp-preview-dot){white-space:normal}.lexhp-preview-safety{display:none}.lexhp-kpi-grid{grid-template-columns:1fr}.lexhp-kpi{padding:14px}.lexhp-content{padding-top:16px}.lexhp-page-heading h1{font-size:28px}.lexhp-heading-actions{width:100%}.lexhp-heading-actions .lexhp-btn{flex:1 1}.lexhp-donut-row,.lexhp-integration-grid,.lexhp-market-grid{grid-template-columns:1fr}.lexhp-donut-row{justify-items:center}.lexhp-health-list{width:100%}.lexhp-form-grid{grid-template-columns:1fr}.lexhp-settings-tabs{grid-template-columns:repeat(2,1fr)}.lexhp-detail-grid{grid-template-columns:1fr}.lexhp-table-tools,.lexhp-table-tools input,.lexhp-table-tools select{width:100%}.lexhp-card__head{flex-direction:column}.lexhp-bar-list>div{grid-template-columns:90px minmax(0,1fr) 34px}.lexhp-pagination{align-items:flex-start;flex-direction:column}}@media(prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}body.lexhp-body{font-family:var(--lexh-font);font-size:16px;font-weight:400}body.lexhp-body .lexhp-app,body.lexhp-body .lexhp-app *{font-family:var(--lexh-font);font-weight:400!important}.lexhp-main{width:100%;max-width:none}.lexhp-content{padding:24px 24px 32px}.lexhp-page-heading p{max-width:none}body.lexhp-body .lexhp-app :where(a,button,input,select,textarea,label,p,small,span,strong,b,th,td,code){font-size:16px!important}.lexhp-page-heading h1{font-size:clamp(32px,2.6vw,44px)!important}.lexhp-modal__head h2{font-size:24px!important;font-weight:400!important}.lexhp-donut strong,.lexhp-kpi__copy strong{font-size:28px!important}.lexhp-donut strong{font-weight:400!important}.lexhp-mini-metrics strong{font-size:22px!important;font-weight:400!important}.lexhp-balance strong{font-size:36px!important;font-weight:400!important}.lexhp-lead-card>strong{font-size:30px!important;font-weight:400!important}.lexhp-nav__badge,.lexhp-notify-btn>span{font-size:12px!important;font-weight:400!important}@media(max-width:820px){.lexhp-content{width:100%;max-width:none;margin:0;padding:18px 14px 24px}}[data-modal=record] .lexhp-modal__backdrop{background:rgba(4,13,26,.68);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}[data-modal=record] .lexhp-record-modal{width:min(780px,100%);overflow:hidden;border:1px solid color-mix(in srgb,var(--lexhp-accent) 22%,var(--lexhp-line));box-shadow:0 32px 90px rgba(8,25,48,.24),0 8px 28px rgba(8,25,48,.1)}[data-modal=record] .lexhp-record-modal:before{content:"";display:block;height:4px;background:linear-gradient(90deg,var(--lexhp-accent),var(--lexhp-accent-2))}[data-modal=record] .lexhp-record-modal__head{align-items:center;padding:24px 26px 22px;background:linear-gradient(180deg,color-mix(in srgb,var(--lexhp-accent) 4%,var(--lexhp-panel)),var(--lexhp-panel))}[data-modal=record] .lexhp-record-modal__title{min-width:0}[data-modal=record] .lexhp-record-modal__title .lexhp-eyebrow{display:inline-flex;align-items:center;width:max-content;padding:5px 9px;border:1px solid color-mix(in srgb,var(--lexhp-accent) 22%,var(--lexhp-line));border-radius:7px;background:color-mix(in srgb,var(--lexhp-accent) 7%,var(--lexhp-panel));color:var(--lexhp-accent);letter-spacing:.08em}[data-modal=record] .lexhp-record-modal__title-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:10px}[data-modal=record] .lexhp-record-modal__title-row h2{margin:0;font-size:30px!important;line-height:1.15;letter-spacing:-.02em;font-weight:400!important}[data-modal=record] .lexhp-record-modal__title-row .lexhp-status{min-height:28px;padding:4px 10px;border-radius:999px}[data-modal=record] .lexhp-record-modal__title>p{margin:7px 0 0;color:var(--lexhp-muted);font-size:16px!important}[data-modal=record] .lexhp-record-modal__close{width:44px;height:44px;flex:0 0 44px;background:var(--lexhp-panel);box-shadow:0 6px 18px rgba(15,31,53,.06)}[data-modal=record] .lexhp-record-modal__content{padding:24px 26px 26px}[data-modal=record] .lexhp-record-detail-grid{gap:14px;margin-bottom:18px}[data-modal=record] .lexhp-record-detail-grid>div{min-height:98px;display:flex;flex-direction:column;justify-content:center;padding:16px 17px;background:linear-gradient(180deg,var(--lexhp-panel-2),color-mix(in srgb,var(--lexhp-panel-2) 84%,var(--lexhp-panel)));border-color:var(--lexhp-line);box-shadow:inset 0 1px 0 color-mix(in srgb,#fff 65%,transparent)}html[data-lexh-legacy-dark-disabled=true] [data-modal=record] .lexhp-record-detail-grid>div{box-shadow:none}[data-modal=record] .lexhp-record-detail-grid span{color:var(--lexhp-muted);font-size:16px!important;line-height:1.25}[data-modal=record] .lexhp-record-detail-grid strong{margin-top:8px;color:var(--lexhp-text);font-size:18px!important;line-height:1.25;font-weight:400!important}[data-modal=record] .lexhp-record-detail-grid .lexhp-status{width:max-content;margin-top:8px;padding:5px 10px}[data-modal=record] .lexhp-record-safe-note{display:grid;grid-template-columns:42px minmax(0,1fr);gap:13px;align-items:start;padding:16px 17px;border-color:color-mix(in srgb,var(--lexhp-info) 26%,var(--lexhp-line));background:color-mix(in srgb,var(--lexhp-info) 6%,var(--lexhp-panel))}[data-modal=record] .lexhp-record-safe-note__icon{width:42px;height:42px;display:grid;place-items:center;border-radius:10px;background:color-mix(in srgb,var(--lexhp-info) 12%,var(--lexhp-panel));color:var(--lexhp-info)}[data-modal=record] .lexhp-record-safe-note__icon svg{width:20px;height:20px}[data-modal=record] .lexhp-record-safe-note strong{display:block;color:var(--lexhp-info);font-size:16px!important;font-weight:400!important}[data-modal=record] .lexhp-record-safe-note p{margin:5px 0 0;color:var(--lexhp-muted);font-size:16px!important;line-height:1.55}[data-modal=record] .lexhp-record-modal__footer{align-items:center;justify-content:space-between;gap:16px;padding:16px 26px;background:var(--lexhp-panel-2)}[data-modal=record] .lexhp-record-modal__footnote{color:var(--lexhp-muted);font-size:16px!important}[data-modal=record] .lexhp-record-modal__actions{display:flex;justify-content:flex-end;gap:10px;flex:0 0 auto}[data-modal=record] .lexhp-record-modal__actions .lexhp-btn{min-height:44px;padding:10px 16px;font-size:16px!important;font-weight:400!important}@media(max-width:700px){[data-modal=record]{padding:12px}[data-modal=record] .lexhp-record-modal__head{padding:20px}[data-modal=record] .lexhp-record-modal__title-row h2{font-size:26px!important}[data-modal=record] .lexhp-record-modal__content{padding:20px}[data-modal=record] .lexhp-record-detail-grid{grid-template-columns:1fr 1fr}[data-modal=record] .lexhp-record-modal__footer{align-items:stretch;flex-direction:column;padding:16px 20px}[data-modal=record] .lexhp-record-modal__actions{width:100%}[data-modal=record] .lexhp-record-modal__actions .lexhp-btn{flex:1 1}}@media(max-width:480px){[data-modal=record] .lexhp-record-modal__title-row{align-items:flex-start;flex-direction:column}[data-modal=record] .lexhp-record-detail-grid,[data-modal=record] .lexhp-record-safe-note{grid-template-columns:1fr}[data-modal=record] .lexhp-record-modal__actions{flex-direction:column-reverse}}html{scroll-behavior:smooth}body{margin:0}.lexh-menu{list-style:none}.lexh-menu a{text-decoration:none}.lexh-custom-page main{min-height:60vh}.lexh-admin-grid{display:grid;grid-template-columns:260px minmax(0,1fr);min-height:100vh;background:#f6f8fb}.lexh-admin-sidebar{background:#0b1220;color:#fff;padding:24px 18px}.lexh-admin-sidebar a{display:block;color:#cbd5e1;text-decoration:none;padding:10px 12px;border-radius:8px;margin:4px 0}.lexh-admin-sidebar a:hover{background:#172033;color:#fff}.lexh-admin-main{padding:28px}.lexh-admin-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:20px;margin-bottom:18px}.lexh-admin-table{width:100%;border-collapse:collapse}.lexh-admin-table td,.lexh-admin-table th{padding:12px;border-bottom:1px solid #e5e7eb;text-align:left}.lexh-admin-form input,.lexh-admin-form select,.lexh-admin-form textarea{width:100%;box-sizing:border-box;padding:10px;border:1px solid #cbd5e1;border-radius:8px;margin:6px 0 14px}.lexh-admin-form textarea{min-height:220px}.lexh-admin-btn{display:inline-block;border:0;border-radius:8px;padding:10px 16px;background:#2563eb;color:#fff;cursor:pointer}.lexh-auth-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start}.lexh-auth-card{background:var(--lexh-surface,#fff);border:1px solid var(--lexh-border,#e5e7eb);border-radius:18px;padding:28px}.lexh-auth-card input,.lexh-auth-card select{width:100%;box-sizing:border-box;padding:12px;border:1px solid #cbd5e1;border-radius:9px;margin:6px 0 14px}.lexh-auth-card label{font-weight:400;display:block}.lexh-message{padding:10px 12px;border-radius:8px;background:#ecfdf5;color:#065f46;margin:10px 0}.lexh-error{background:#fef2f2;color:#991b1b}.lexhp-app{min-height:100vh}.lexhp-nav__item{text-decoration:none}.lexhp-demo-banner{margin:12px 18px;padding:10px 12px;border-radius:10px;background:rgba(37,99,235,.09);font-size:12px}.lexhp-section-content{padding:24px}.lexhp-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:20px}.lexhp-stat-card{background:var(--lexhp-card,#fff);border:1px solid var(--lexhp-border,#e5e7eb);border-radius:14px;padding:18px}.lexhp-stat-card span{display:block;color:var(--lexhp-muted,#64748b);font-size:13px}.lexhp-stat-card strong{font-size:25px;display:block;margin-top:6px}.lexhp-panel{background:var(--lexhp-card,#fff);border:1px solid var(--lexhp-border,#e5e7eb);border-radius:14px;padding:18px;overflow:auto}.lexhp-table{border-collapse:collapse}.lexhp-table td,.lexhp-table th{padding:12px 10px;border-bottom:1px solid var(--lexhp-border,#e5e7eb);text-align:left;white-space:nowrap}.lexhp-role-switch a,.lexhp-topbar a{text-decoration:none}@media(max-width:900px){.lexh-admin-grid{grid-template-columns:1fr}.lexh-admin-sidebar{display:none}.lexh-auth-grid{grid-template-columns:1fr}.lexhp-stat-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.lexhp-stat-grid{grid-template-columns:1fr}}\n.lexhp-app{background:var(--lexhp-bg);color:var(--lexhp-text);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}.lexhp-app *,\n.lexhp-app{font-family:var(--lexh-font)}\n .lexhp-live-banner{background:rgba(25,184,106,.1);border:1px solid rgba(25,184,106,.22)}.lexh-dashboard-logout{width:100%;border:0;background:transparent;text-align:left;cursor:pointer;font:inherit}.lexhp-live-account{display:flex;flex-direction:column;align-items:flex-end;line-height:1.25}.lexhp-live-account span{font-size:12px;color:var(--lexhp-muted,#64748b)}.lexhp-live-account strong{font-size:14px;max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lexhp-live-empty{padding:26px;border:1px dashed var(--lexhp-border,#d9e1ea);border-radius:12px;background:var(--lexhp-panel-2,#f8fafc)}.lexhp-live-empty strong{display:block;font-size:18px;margin-bottom:8px}.lexhp-live-empty p{margin:0;color:var(--lexhp-muted,#64748b);max-width:900px}.lexh-admin-link{font-size:12px;padding:8px 4px}.lexh-auth-card button:disabled,.lexh-dashboard-logout:disabled{opacity:.65;cursor:not-allowed}:root{--lexh-font:var(--lexh-open-sans),"Open Sans","Segoe UI",Arial,sans-serif;--lexhp-font:var(--lexh-open-sans),"Open Sans","Segoe UI",Arial,sans-serif}.lexh-auth-experience,.lexh-site-footer,.lexh-site-header,.lexhp-app,body{font-family:var(--lexh-font)}b,strong{font-weight:400}.lexh-header-inner{gap:18px}.lexh-primary-nav{min-width:0}.lexh-menu{gap:2px;flex-wrap:nowrap}.lexh-menu a{font-size:14px!important;padding:10px 9px!important;white-space:nowrap;letter-spacing:-.005em}.lexh-header-actions{gap:7px;flex:0 0 auto}.lexh-header-actions .lexh-btn{font-size:14px!important;font-weight:400!important;padding-inline:12px}.lexh-admin-link{font-size:13px;font-weight:400;color:var(--lexh-muted);padding:8px}@media(max-width:1420px){.lexh-account-links{display:none}.lexh-menu a{font-size:13px!important;padding-inline:7px!important}}@media(max-width:1120px){.lexh-primary-nav{position:fixed;left:14px;right:14px;top:72px;display:none;background:var(--lexh-surface);border:1px solid var(--lexh-line);border-radius:14px;box-shadow:var(--lexh-shadow);padding:12px}.lexh-primary-nav.is-open{display:block}.lexh-menu{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px}.lexh-menu a{padding:12px!important}.lexh-menu-toggle{display:grid}.lexh-header-actions{margin-left:auto}}@media(max-width:620px){.lexh-primary-nav{top:66px}.lexh-menu{grid-template-columns:1fr}.lexh-header-actions .lexh-btn--primary{display:none}}.lexh-footer-grid--advanced{grid-template-columns:minmax(260px,1.35fr) repeat(5,minmax(135px,1fr));gap:34px}.lexh-footer-brand p{max-width:360px}.lexh-socials{display:flex;align-items:center;gap:9px;margin-top:20px;flex-wrap:wrap}.lexh-social-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;color:#fff;box-shadow:0 7px 18px rgba(2,16,31,.16)}.lexh-social-icon svg{width:18px;height:18px;stroke:none}.lexh-social-icon.is-facebook{background:#1877f2}.lexh-social-icon.is-x{background:#000}.lexh-social-icon.is-linkedin{background:#0a66c2}.lexh-social-icon.is-youtube{background:#ff0000}.lexh-social-icon.is-instagram{background:linear-gradient(135deg,#feda75,#d62976 48%,#4f5bd5)}@media(max-width:1250px){.lexh-footer-grid--advanced{grid-template-columns:1.4fr repeat(3,1fr)}.lexh-footer-grid--advanced>div:nth-child(n+5){margin-top:8px}}@media(max-width:520px){.lexh-footer-grid--advanced{grid-template-columns:1fr}}.lexh-auth-experience{min-height:100vh;display:grid;grid-template-columns:minmax(360px,.82fr) minmax(520px,1.18fr);background:var(--lexh-bg);color:var(--lexh-text)}.lexh-auth-experience .lexh-auth-brand-panel{position:sticky;top:0;height:100vh;min-height:720px;padding:42px clamp(28px,4vw,68px);background:radial-gradient(circle at 18% 22%,rgba(34,199,232,.16),transparent 28%),radial-gradient(circle at 86% 78%,rgba(20,105,255,.24),transparent 34%),linear-gradient(145deg,#031426,#0a3150);color:#fff;display:flex;flex-direction:column;overflow:hidden}.lexh-auth-logo{display:inline-flex;width:max-content}.lexh-auth-logo img{width:210px;max-height:50px}.lexh-auth-experience .lexh-auth-brand-copy{margin:auto 0;max-width:650px}.lexh-auth-kicker{display:inline-flex;padding:7px 10px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(255,255,255,.07);color:#b9d7ea;font-size:12px;font-weight:400;letter-spacing:.07em;text-transform:uppercase}.lexh-auth-experience .lexh-auth-brand-copy h1{font-size:clamp(42px,4vw,66px);line-height:1.04;letter-spacing:-.04em;margin:20px 0 16px;font-weight:400}.lexh-auth-experience .lexh-auth-brand-copy p{font-size:17px;line-height:1.7;color:#b2cadc;margin:0;max-width:590px}.lexh-auth-experience .lexh-auth-feature-list{display:grid;gap:9px;color:#a9c3d6;font-size:13px;font-weight:400}.lexh-auth-experience .lexh-auth-content-panel{min-height:100vh;padding:34px clamp(22px,5vw,72px);display:grid;align-items:center;background:linear-gradient(180deg,color-mix(in srgb,var(--lexh-bg) 94%,#fff),var(--lexh-bg))}.lexh-auth-experience .lexh-auth-content-inner{width:min(720px,100%);margin:auto}.lexh-auth-toolbar{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:18px;color:var(--lexh-muted);font-size:12px}.lexh-auth-toolbar a{color:var(--lexh-text);font-weight:400}.lexh-auth-toolbar span{display:inline-flex;align-items:center;gap:7px}.lexh-auth-toolbar span:before{content:"";width:7px;height:7px;border-radius:50%;background:#19b86a;box-shadow:0 0 0 4px rgba(25,184,106,.12)}.lexh-auth-card--standalone{padding:clamp(22px,3vw,34px);border-radius:18px;background:var(--lexh-surface);border:1px solid var(--lexh-line);box-shadow:0 24px 70px rgba(7,35,64,.11)}.lexh-auth-card__head{margin-bottom:22px}.lexh-auth-card__head>span{display:block;color:var(--lexh-blue);font-size:12px;font-weight:400;letter-spacing:.07em;text-transform:uppercase}.lexh-auth-card__head h2{font-size:clamp(28px,3vw,38px);font-weight:400;line-height:1.12;letter-spacing:-.025em;margin:7px 0 8px}.lexh-auth-card__head p{margin:0;color:var(--lexh-muted);font-size:14px;line-height:1.65}.lexh-auth-card--standalone .lexh-field{display:grid;gap:7px;margin-bottom:14px}.lexh-auth-card--standalone .lexh-field label{font-size:12px;font-weight:400;color:var(--lexh-text)}.lexh-auth-card--standalone .lexh-field label small{font-weight:400;color:var(--lexh-muted);margin-left:5px}.lexh-auth-card--standalone input,.lexh-auth-card--standalone select{width:100%;min-height:50px;border:1px solid var(--lexh-line);border-radius:10px;padding:11px 13px;background:var(--lexh-bg);color:var(--lexh-text);outline:none;margin:0}.lexh-auth-card--standalone input:focus,.lexh-auth-card--standalone select:focus{border-color:var(--lexh-blue);box-shadow:0 0 0 3px rgba(20,105,255,.1)}.lexh-auth-card--standalone .lexh-field-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.lexh-verify-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.lexh-otp-inline button,.lexh-verify-btn{min-width:100px;border:1px solid color-mix(in srgb,var(--lexh-blue) 34%,var(--lexh-line));background:color-mix(in srgb,var(--lexh-blue) 8%,var(--lexh-surface));color:var(--lexh-blue);border-radius:10px;padding:0 13px;font-weight:400}.lexh-otp-inline button:disabled,.lexh-verify-btn:disabled{opacity:.6;cursor:not-allowed}.lexh-auth-card--standalone .lexh-field-grid>.lexh-field{min-width:0}.lexh-auth-card--standalone .lexh-field-grid input,.lexh-auth-card--standalone .lexh-field-grid select{height:50px}.lexh-auth-card--standalone .lexh-btn--block{min-height:52px}.lexh-otp-inline{display:grid;grid-template-columns:96px minmax(0,1fr) 86px;gap:8px;align-items:center;margin:-4px 0 14px;padding:10px;background:var(--lexh-surface-2);border:1px solid var(--lexh-line);border-radius:10px}.lexh-otp-inline label{font-size:11px;font-weight:400}.lexh-otp-inline input{min-height:42px!important;text-align:center;letter-spacing:.28em;padding-inline:10px!important;background:var(--lexh-surface)!important}.lexh-otp-inline button{min-height:42px;min-width:0}.lexh-password-meter{height:5px;display:grid;grid-template-columns:repeat(4,1fr);gap:5px;margin-top:2px}.lexh-password-meter i{display:block;border-radius:999px;background:var(--lexh-line)}.lexh-password-meter i.is-on{background:linear-gradient(90deg,var(--lexh-blue),var(--lexh-cyan))}.lexh-auth-card--standalone .lexh-field>small{font-size:11px;color:var(--lexh-muted);line-height:1.45}.lexh-auth-card--standalone .lexh-check{display:flex;align-items:flex-start;gap:9px;margin:2px 0 15px;color:var(--lexh-muted);font-size:12px}.lexh-auth-card--standalone .lexh-check input{width:16px;min-height:16px;margin-top:2px}.lexh-auth-card--standalone .lexh-check a{color:var(--lexh-blue);font-weight:400}.lexh-auth-card--standalone .lexh-btn{font-weight:400}.lexh-auth-card--standalone .lexh-message{margin:12px 0;font-size:12px}.lexh-auth-links{display:flex;align-items:center;justify-content:center;gap:10px 18px;flex-wrap:wrap;margin-top:17px;font-size:12px;color:var(--lexh-muted)}.lexh-auth-links a{color:var(--lexh-blue);font-weight:400}.lexh-auth-mini-legal{display:flex;justify-content:center;gap:18px;margin-top:18px;font-size:11px;color:var(--lexh-muted)}.lexh-auth-done{display:grid;justify-items:center;gap:10px;padding:18px}.lexh-auth-done>span{width:46px;height:46px;display:grid;place-items:center;border-radius:50%;background:rgba(25,184,106,.12);color:#0d9b57;font-size:22px}@media(max-width:980px){.lexh-auth-experience{grid-template-columns:1fr}.lexh-auth-experience .lexh-auth-brand-panel{position:relative;height:auto;min-height:330px;padding:28px}.lexh-auth-experience .lexh-auth-brand-copy{margin:58px 0 36px}.lexh-auth-experience .lexh-auth-brand-copy h1{font-size:44px}.lexh-auth-experience .lexh-auth-content-panel{min-height:auto;padding:30px 18px 48px}}@media(max-width:580px){.lexh-auth-experience .lexh-auth-brand-panel{min-height:290px}.lexh-auth-logo img{width:180px}.lexh-auth-experience .lexh-auth-brand-copy h1{font-size:36px}.lexh-auth-experience .lexh-auth-feature-list{display:none}.lexh-auth-card--standalone{padding:20px 16px}.lexh-auth-card--standalone .lexh-field-grid{grid-template-columns:1fr}.lexh-otp-inline{grid-template-columns:1fr 88px}.lexh-otp-inline label{grid-column:1/-1}.lexh-auth-toolbar span{display:none}}.lexhp-app{background:var(--lexhp-bg);color:var(--lexhp-text);font-family:var(--lexh-font);font-weight:400}.lexhp-app :where(button,input,select,textarea){font-family:var(--lexh-font)}.lexhp-nav__label,.lexhp-sidebar__brand-copy small,.lexhp-sidebar__brand-copy strong{font-weight:400!important}.lexhp-nav__label{font-size:15px!important;line-height:1.25!important}.lexhp-nav__badge{font-size:11px!important}.lexhp-demo-mini strong,.lexhp-nav__badge{font-weight:400!important}.lexhp-content{width:100%;max-width:none;margin:0;padding:26px 26px 40px}.lexhp-page-heading{display:flex;justify-content:space-between;gap:22px;align-items:flex-start;margin-bottom:22px}.lexhp-page-heading h1{font-size:clamp(30px,2.5vw,42px)!important;line-height:1.1;letter-spacing:-.035em;margin:5px 0 7px}.lexhp-page-heading p{margin:0;max-width:780px}.lexhp-eyebrow{font-size:11px!important;letter-spacing:.08em;text-transform:uppercase;color:var(--lexhp-accent)}.lexhp-heading-status{display:flex;align-items:center;gap:8px;padding:8px 11px;border-radius:999px;background:var(--lexhp-panel);color:var(--lexhp-muted);font-size:11px}.lexhp-heading-status>span{width:7px;height:7px;border-radius:50%}.lexhp-heading-status>span.is-live{background:#22c55e;box-shadow:0 0 0 4px rgba(34,197,94,.1)}.lexhp-heading-status>span.is-preview{background:#f59e0b;box-shadow:0 0 0 4px rgba(245,158,11,.1)}.lexhp-topbar{padding-inline:20px}.lexhp-topbar__right{gap:8px}.lexhp-action-wrap,.lexhp-search-wrap{position:relative}.lexhp-search-trigger{height:40px;min-width:210px;display:flex;align-items:center;gap:8px;border:1px solid var(--lexhp-line);background:var(--lexhp-panel);color:var(--lexhp-muted);border-radius:10px;padding:0 10px}.lexhp-search-trigger span{font-size:12px}.lexhp-search-trigger kbd{margin-left:auto;border:1px solid var(--lexhp-line);background:var(--lexhp-panel-2);padding:2px 5px;border-radius:5px;font-size:9px;color:var(--lexhp-subtle)}.lexhp-popover{top:calc(var(--lexhp-topbar) - 6px);right:20px}.lexhp-search-popover{width:min(430px,calc(100vw - 32px));right:auto;left:0;top:48px;position:absolute}.lexhp-search-box{display:flex;align-items:center;gap:9px;padding:11px 13px;border-bottom:1px solid var(--lexhp-line)}.lexhp-search-box input{width:100%;border:0;outline:0;background:transparent;color:var(--lexhp-text)}.lexhp-search-results{padding:7px}.lexhp-search-results>button{width:100%;display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:8px;text-align:left;border:0;background:transparent;color:var(--lexhp-text);padding:8px;border-radius:8px}.lexhp-search-results>button:hover{background:var(--lexhp-panel-2)}.lexhp-search-results>button span:nth-child(2){font-size:12px}.lexhp-search-results>button small{font-size:9px;color:var(--lexhp-muted)}.lexhp-popover-empty,.lexhp-search-results>p{margin:0;padding:18px;color:var(--lexhp-muted);font-size:11px;text-align:center}.lexhp-messages-popover,.lexhp-notifications-popover{position:absolute;right:0;top:48px;width:min(390px,calc(100vw - 32px))}.lexhp-notifications-popover>button{width:100%;display:grid;grid-template-columns:10px 1fr;gap:10px;text-align:left;padding:12px 14px;border:0;border-bottom:1px solid var(--lexhp-line);background:transparent;color:var(--lexhp-text)}.lexhp-notifications-popover>button.is-unread,.lexhp-notifications-popover>button:hover{background:var(--lexhp-panel-2)}.lexhp-message-row div,.lexhp-notifications-popover>button div{min-width:0}.lexhp-message-row em,.lexhp-message-row small,.lexhp-message-row strong,.lexhp-notifications-popover>button em,.lexhp-notifications-popover>button small,.lexhp-notifications-popover>button strong{display:block}.lexhp-message-row strong,.lexhp-notifications-popover>button strong{font-size:11px!important;font-weight:400!important}.lexhp-message-row small,.lexhp-notifications-popover>button small{margin-top:2px;color:var(--lexhp-muted);font-size:10px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lexhp-message-row em,.lexhp-notifications-popover>button em{margin-top:4px;color:var(--lexhp-subtle);font-size:9px!important;font-style:normal}.lexhp-notification-dot{width:7px;height:7px;border-radius:50%;background:var(--lexhp-accent);margin-top:5px}.lexhp-message-row{display:grid;grid-template-columns:34px 1fr;gap:10px;padding:12px 14px;border-bottom:1px solid var(--lexhp-line)}.lexhp-message-row>span{width:32px;height:32px;display:grid;place-items:center;border-radius:9px;background:var(--lexhp-panel-3);color:var(--lexhp-accent);font-size:10px;font-weight:400}.lexhp-avatar{overflow:hidden;font-weight:400!important}.lexhp-avatar img{width:100%;height:100%;object-fit:cover}.lexhp-profile__copy strong{font-size:11px!important;font-weight:400!important}.lexhp-profile__copy small{font-size:9px!important}.lexhp-profile-popover{position:absolute;right:0;top:50px;width:300px}.lexhp-profile-card{display:grid;grid-template-columns:44px 1fr;gap:11px;align-items:center;padding:14px;border-bottom:1px solid var(--lexhp-line)}.lexhp-profile-card .lexhp-avatar{width:44px;height:44px}.lexhp-profile-card small,.lexhp-profile-card span,.lexhp-profile-card strong{display:block}.lexhp-profile-card strong{font-size:12px!important;font-weight:400!important}.lexhp-profile-card span{font-size:10px!important;color:var(--lexhp-muted);margin-top:2px}.lexhp-profile-card small{font-size:9px!important;color:var(--lexhp-subtle);margin-top:2px}.lexhp-account-status{display:flex;align-items:center;gap:7px;padding:10px 14px;color:var(--lexhp-muted);font-size:10px;border-bottom:1px solid var(--lexhp-line)}.lexhp-account-status>span{width:7px;height:7px;border-radius:50%;background:#22c55e}.lexhp-profile-popover>button{width:100%;display:flex;align-items:center;gap:9px;border:0;background:transparent;color:var(--lexhp-text);padding:11px 14px;text-align:left;font-size:11px}.lexhp-profile-popover>button:hover{background:var(--lexhp-panel-2)}.lexhp-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:16px}.lexhp-kpi{display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:start;padding:17px;border:1px solid var(--lexhp-line);border-radius:12px;background:linear-gradient(180deg,var(--lexhp-panel),color-mix(in srgb,var(--lexhp-panel) 94%,var(--lexhp-bg)));box-shadow:var(--lexhp-shadow)}.lexhp-kpi__icon{width:42px;height:42px;display:grid;place-items:center;border-radius:10px;background:color-mix(in srgb,var(--lexhp-accent) 9%,var(--lexhp-panel));color:var(--lexhp-accent)}.lexhp-kpi__copy small,.lexhp-kpi__copy span,.lexhp-kpi__copy strong{display:block}.lexhp-kpi__copy span{color:var(--lexhp-muted);font-size:10px!important}.lexhp-kpi__copy strong{font-size:25px!important;line-height:1.15;letter-spacing:-.025em;margin:5px 0 3px}.lexhp-kpi__copy small{font-size:9px!important;color:var(--lexhp-subtle)}.lexhp-dashboard-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(300px,.75fr);gap:16px}.lexhp-panel{border-radius:12px;padding:0}.lexhp-panel__head{padding:17px 18px;border-bottom:1px solid var(--lexhp-line);display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.lexhp-panel__head h2{font-size:18px!important;font-weight:400!important;letter-spacing:-.015em;margin:4px 0}.lexhp-panel__head p{font-size:10px!important;margin:0;color:var(--lexhp-muted)}.lexhp-record-count{font-size:10px;color:var(--lexhp-muted);padding:5px 8px;border:1px solid var(--lexhp-line);border-radius:999px}.lexhp-table-wrap{width:100%;overflow:auto}.lexhp-table{font-size:11px}.lexhp-table th{font-size:9px!important;text-transform:uppercase;letter-spacing:.04em;color:var(--lexhp-muted);background:var(--lexhp-panel-2)}.lexhp-table td{font-size:11px!important}.lexhp-id{font-family:var(--lexh-font);font-size:10px}.lexhp-status-pill{display:inline-flex;padding:4px 7px;border-radius:999px;background:var(--lexhp-panel-3);font-size:9px;color:var(--lexhp-muted)}.lexhp-status-pill.is-available,.lexhp-status-pill.is-sold{background:rgba(22,166,106,.1);color:#148050}.lexhp-status-pill.is-rejected,.lexhp-status-pill.is-returned{background:rgba(217,75,91,.1);color:#b23d4b}.lexhp-health-list{display:grid;padding:8px 18px 14px}.lexhp-health-list>div{display:flex;justify-content:space-between;gap:15px;align-items:center;padding:10px 0;border-bottom:1px solid var(--lexhp-line)}.lexhp-health-list>div:last-child{border-bottom:0}.lexhp-health-list span{font-size:10px!important;color:var(--lexhp-muted)}.lexhp-health-list strong{display:flex;align-items:center;gap:7px;font-size:10px!important}.lexhp-health-list i{width:7px;height:7px;border-radius:50%}.lexhp-health-list i.is-ok{background:#22c55e}.lexhp-health-list i.is-warn{background:#f59e0b}.lexhp-panel>.lexhp-safe-note{margin:0 18px 18px}.lexhp-safe-note strong{font-weight:400!important}.lexhp-safe-note p{font-size:10px!important}.lexhp-workspace-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:16px}.lexhp-module-hero{display:grid;grid-template-columns:58px 1fr;gap:16px;padding:22px}.lexhp-module-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:13px;background:color-mix(in srgb,var(--lexhp-accent) 10%,var(--lexhp-panel));color:var(--lexhp-accent)}.lexhp-module-icon svg{width:25px;height:25px}.lexhp-module-hero h2{font-size:24px!important;font-weight:400!important;margin:5px 0}.lexhp-module-hero p{font-size:12px!important;color:var(--lexhp-muted);max-width:720px;margin:0}.lexhp-module-actions{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--lexhp-line)}.lexhp-module-actions>div{padding:14px 18px;border-right:1px solid var(--lexhp-line)}.lexhp-module-actions>div:last-child{border-right:0}.lexhp-module-actions span,.lexhp-module-actions strong{display:block}.lexhp-module-actions span{font-size:9px!important;color:var(--lexhp-muted)}.lexhp-module-actions strong{font-size:11px!important;font-weight:400!important;margin-top:4px}.lexhp-check-list{padding:9px 18px 16px}.lexhp-check-list p{display:grid;grid-template-columns:28px 1fr;gap:8px;align-items:start;margin:0;padding:10px 0;border-bottom:1px solid var(--lexhp-line)}.lexhp-check-list p:last-child{border-bottom:0}.lexhp-check-list p>span{width:26px;height:26px;display:grid;place-items:center;border-radius:8px;background:rgba(22,166,106,.1);color:#15915b}.lexhp-check-list b{font-size:11px!important;font-weight:400!important}.lexhp-check-list b small{display:block;font-size:9px!important;font-weight:400!important;color:var(--lexhp-muted);margin-top:3px;line-height:1.45}.lexhp-empty-state{padding:38px 20px;text-align:center}.lexhp-empty-state>span{width:42px;height:42px;display:grid;place-items:center;margin:0 auto 10px;border-radius:50%;background:var(--lexhp-panel-3);color:var(--lexhp-muted)}.lexhp-empty-state strong{display:block;font-size:13px!important;font-weight:400!important}.lexhp-empty-state p{max-width:540px;margin:6px auto 0;font-size:10px!important;color:var(--lexhp-muted)}.lexhp-notification-list{display:grid}.lexhp-notification-list article{display:grid;grid-template-columns:10px 1fr;gap:10px;padding:14px 18px;border-bottom:1px solid var(--lexhp-line)}.lexhp-notification-list article.is-unread{background:var(--lexhp-panel-2)}.lexhp-notification-list strong{font-size:11px!important;font-weight:400!important}.lexhp-notification-list p{font-size:10px!important;color:var(--lexhp-muted);margin:3px 0}.lexhp-notification-list small{font-size:9px!important;color:var(--lexhp-subtle)}.lexhp-identity-card{display:grid;grid-template-columns:54px 1fr;gap:14px;align-items:center;padding:20px}.lexhp-identity-card .lexhp-avatar{width:54px;height:54px}.lexhp-identity-card small,.lexhp-identity-card span,.lexhp-identity-card strong{display:block}.lexhp-identity-card strong{font-size:14px!important;font-weight:400!important}.lexhp-identity-card span{font-size:10px!important;color:var(--lexhp-muted);margin-top:3px}.lexhp-identity-card small{font-size:9px!important;color:var(--lexhp-subtle);margin-top:3px}.lexhp-muted-copy{padding:18px;margin:0;color:var(--lexhp-muted);font-size:11px!important}.lexhp-profile-modal{width:min(760px,100%)}.lexhp-avatar-editor{display:grid;grid-template-columns:72px 1fr;gap:16px;align-items:center;padding:14px;margin-bottom:16px;border:1px solid var(--lexhp-line);border-radius:12px;background:var(--lexhp-panel-2)}.lexhp-avatar-editor .lexhp-avatar{width:72px;height:72px}.lexhp-avatar-editor strong{font-size:12px!important;font-weight:400!important}.lexhp-avatar-editor p{font-size:9px!important;color:var(--lexhp-muted);margin:3px 0 9px}.lexhp-avatar-editor .lexhp-btn{width:max-content;min-height:34px;font-size:9px!important;padding:6px 10px}.lexhp-form-stack{display:grid;gap:13px}.lexhp-form-stack label{display:grid;gap:6px;font-size:10px!important;font-weight:400!important}.lexhp-form-stack input,.lexhp-form-stack select{width:100%;min-height:42px;border:1px solid var(--lexhp-line);border-radius:9px;background:var(--lexhp-panel-2);color:var(--lexhp-text);padding:8px 10px}.lexhp-form-stack input[readonly]{opacity:.75}.lexhp-form-stack label small{font-size:8px!important;font-weight:400!important;color:var(--lexhp-muted)}.lexhp-platform-id{padding:13px;border:1px solid var(--lexhp-line);border-radius:10px;background:var(--lexhp-panel-2)}.lexhp-platform-id small,.lexhp-platform-id span,.lexhp-platform-id strong{display:block}.lexhp-platform-id span{font-size:9px!important;color:var(--lexhp-muted)}.lexhp-platform-id strong{font-size:14px!important;font-weight:400!important;margin:3px 0}.lexhp-platform-id small{font-size:8px!important;color:var(--lexhp-subtle)}.lexhp-form-message{padding:10px;border-radius:9px;background:color-mix(in srgb,var(--lexhp-accent) 8%,var(--lexhp-panel));color:var(--lexhp-text);font-size:10px}.lexhp-profile-modal .lexhp-modal__footer{padding:13px 0 0;border-top:1px solid var(--lexhp-line);margin-top:2px}@media(max-width:1120px){.lexhp-kpi-grid{grid-template-columns:repeat(2,1fr)}.lexhp-dashboard-grid,.lexhp-workspace-grid{grid-template-columns:1fr}.lexhp-search-trigger{min-width:42px;width:42px;padding:0;justify-content:center}.lexhp-search-trigger kbd,.lexhp-search-trigger span{display:none}}@media(max-width:820px){.lexhp-content{padding:18px 14px 28px}.lexhp-page-heading{align-items:flex-start;flex-direction:column}.lexhp-heading-status{align-self:flex-start}.lexhp-topbar{padding-inline:12px}.lexhp-profile__copy{display:none}.lexhp-profile{width:44px;padding:4px;justify-content:center}.lexhp-profile>svg{display:none}.lexhp-kpi-grid{grid-template-columns:1fr 1fr}.lexhp-module-actions{grid-template-columns:1fr}.lexhp-module-actions>div{border-right:0;border-bottom:1px solid var(--lexhp-line)}.lexhp-module-actions>div:last-child{border-bottom:0}}@media(max-width:540px){.lexhp-kpi-grid{grid-template-columns:1fr}.lexhp-role-switch{display:none}.lexhp-topbar__right{gap:5px}.lexhp-icon-btn{width:38px;height:38px}.lexhp-page-id span{display:none}.lexhp-page-id strong{font-size:12px!important}.lexhp-messages-popover,.lexhp-notifications-popover,.lexhp-profile-popover,.lexhp-search-popover{position:fixed;left:12px;right:12px;top:66px;width:auto}.lexhp-avatar-editor,.lexhp-form-grid{grid-template-columns:1fr}.lexhp-avatar-editor{justify-items:start}}.lexhp-sidebar__identity--stacked{display:block;padding:0}.lexhp-sidebar__identity--stacked:hover{background:transparent}.lexhp-sidebar__identity--stacked .lexhp-logo-plate{width:100%;height:52px;padding:7px 9px;border-radius:9px;box-shadow:0 7px 18px rgba(0,0,0,.14)}.lexhp-sidebar__identity--stacked .lexhp-logo-plate img{width:100%;height:100%;max-height:none;object-fit:contain}.lexhp-sidebar__identity--stacked .lexhp-role-chip{width:calc(100% + 8px);min-height:44px;margin-top:9px;margin-left:-4px;padding:7px 10px;display:flex;align-items:center;justify-content:center;text-align:center;border-radius:8px;background:#17365d;border-color:#2b4e78;font-size:14px;font-weight:400;letter-spacing:.05em;color:#fff;text-transform:none;white-space:nowrap}.lexhp-dashboard-grid--trend{margin-bottom:16px}.lexhp-finance-chart{padding:16px 18px 18px}.lexhp-finance-chart svg{width:100%;height:230px;overflow:visible}.lexhp-finance-chart svg line{stroke:var(--lexhp-line);stroke-width:.5;vector-effect:non-scaling-stroke}.lexhp-finance-chart svg polyline{fill:none;stroke:var(--lexhp-accent);stroke-width:2;vector-effect:non-scaling-stroke;filter:drop-shadow(0 6px 8px color-mix(in srgb,var(--lexhp-accent) 18%,transparent))}.lexhp-chart-summary{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:10px;color:var(--lexhp-muted);font-size:10px}.lexhp-chart-summary span{display:flex;align-items:center;gap:7px}.lexhp-chart-summary i{width:7px;height:7px;border-radius:50%;background:var(--lexhp-accent)}.lexhp-chart-summary strong{font-size:13px;font-weight:400;color:var(--lexhp-text)}.lexhp-finance-position{display:grid;padding:12px 18px 18px}.lexhp-finance-position>div{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:12px 0;border-bottom:1px solid var(--lexhp-line)}.lexhp-finance-position>div span{font-size:10px;color:var(--lexhp-muted)}.lexhp-finance-position>div strong{font-size:14px;font-weight:400}.lexhp-finance-position>small{padding-top:12px;font-size:9px;color:var(--lexhp-subtle)}.lexhp-finance-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.85fr);gap:16px;align-items:start}.lexhp-finance-body{padding:18px}.lexhp-finance-message{margin:0 0 16px;padding:11px 13px;border:1px solid color-mix(in srgb,var(--lexhp-accent) 30%,var(--lexhp-line));border-radius:10px;background:color-mix(in srgb,var(--lexhp-accent) 7%,var(--lexhp-panel));font-size:10px;color:var(--lexhp-text)}.lexhp-stripe-status{display:inline-flex;align-items:center;gap:7px;padding:6px 9px;border:1px solid var(--lexhp-line);border-radius:999px;white-space:nowrap}.lexhp-stripe-status span{width:7px;height:7px;border-radius:50%}.lexhp-stripe-status strong{font-size:9px;font-weight:400}.lexhp-stripe-status.is-ready span{background:#22c55e;box-shadow:0 0 0 4px rgba(34,197,94,.08)}.lexhp-stripe-status.is-off span{background:#f59e0b;box-shadow:0 0 0 4px rgba(245,158,11,.08)}.lexhp-inline-finance-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end}.lexhp-auto-recharge label,.lexhp-finance-settings label,.lexhp-inline-finance-form label{display:grid;gap:6px;font-size:9px;font-weight:400;color:var(--lexhp-muted)}.lexhp-auto-recharge input,.lexhp-auto-recharge select,.lexhp-finance-settings input,.lexhp-inline-finance-form input,.lexhp-order-item input,.lexhp-payment-admin-list input{width:100%;min-height:40px;border:1px solid var(--lexhp-line);border-radius:9px;background:var(--lexhp-panel-2);color:var(--lexhp-text);padding:8px 10px;outline:0}.lexhp-auto-recharge input:focus,.lexhp-auto-recharge select:focus,.lexhp-finance-settings input:focus,.lexhp-inline-finance-form input:focus,.lexhp-order-item input:focus,.lexhp-payment-admin-list input:focus{border-color:color-mix(in srgb,var(--lexhp-accent) 55%,var(--lexhp-line));box-shadow:0 0 0 3px color-mix(in srgb,var(--lexhp-accent) 9%,transparent)}.lexhp-qr-checkout{display:grid;grid-template-columns:154px minmax(0,1fr);gap:18px;align-items:center;margin-top:16px;padding:16px;border:1px solid var(--lexhp-line);border-radius:12px;background:var(--lexhp-panel-2)}.lexhp-qr-checkout img{width:154px;height:154px;padding:8px;border-radius:10px;background:#fff}.lexhp-qr-checkout strong{display:block;font-size:13px;font-weight:400}.lexhp-qr-checkout p{margin:5px 0 12px;color:var(--lexhp-muted);font-size:10px;line-height:1.55}.lexhp-auto-recharge{margin-top:18px;padding-top:18px;border-top:1px solid var(--lexhp-line)}.lexhp-panel__subhead{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.lexhp-panel__subhead strong{font-size:12px;font-weight:400}.lexhp-panel__subhead span{font-size:9px;color:var(--lexhp-muted);padding:4px 7px;border-radius:999px;background:var(--lexhp-panel-3)}.lexhp-auto-recharge .lexhp-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:12px}.lexhp-auto-recharge label:first-child{display:flex;align-items:center;align-self:end;min-height:40px;grid-auto-flow:column;justify-content:start}.lexhp-auto-recharge label:first-child input{width:16px;min-height:16px;height:16px}.lexhp-finance-preview{display:grid;grid-template-columns:repeat(3,1fr);padding:18px}.lexhp-finance-preview>div{padding:12px;border-right:1px solid var(--lexhp-line)}.lexhp-finance-preview>div:last-child{border-right:0}.lexhp-finance-preview span,.lexhp-finance-preview strong{display:block}.lexhp-finance-preview span{font-size:9px;color:var(--lexhp-muted)}.lexhp-finance-preview strong{margin-top:4px;font-size:11px;font-weight:400}.lexhp-payment-method-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:18px}.lexhp-payment-method-grid article{padding:16px;border:1px solid var(--lexhp-line);border-radius:12px;background:var(--lexhp-panel-2)}.lexhp-payment-method-grid article>small,.lexhp-payment-method-grid article>strong{display:block}.lexhp-payment-method-grid article>strong{margin:12px 0 4px;font-size:12px;font-weight:400}.lexhp-payment-method-grid article>small{font-size:9px;color:var(--lexhp-muted)}.lexhp-payment-method-grid article>div{display:flex;flex-wrap:wrap;gap:7px;margin-top:14px}.lexhp-payment-brand{display:inline-flex;padding:5px 8px;border-radius:7px;background:color-mix(in srgb,var(--lexhp-accent) 10%,var(--lexhp-panel));color:var(--lexhp-accent);font-size:9px;font-weight:400;letter-spacing:.04em}.lexhp-order-list{display:grid;padding:18px;gap:12px}.lexhp-order-list>article{border:1px solid var(--lexhp-line);border-radius:12px;overflow:hidden;background:var(--lexhp-panel)}.lexhp-order-head{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:13px 15px;background:var(--lexhp-panel-2);border-bottom:1px solid var(--lexhp-line)}.lexhp-order-head span,.lexhp-order-head strong{display:block}.lexhp-order-head strong{font-family:var(--lexh-font);font-size:10px;font-weight:400}.lexhp-order-head span{margin-top:3px;font-size:9px;color:var(--lexhp-muted)}.lexhp-order-head b{font-size:12px;font-weight:400}.lexhp-order-item{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(140px,auto);gap:15px;align-items:center;padding:13px 15px;border-bottom:1px solid var(--lexhp-line)}.lexhp-order-item:last-child{border-bottom:0}.lexhp-order-item span,.lexhp-order-item strong{display:block}.lexhp-order-item strong{font-size:11px;font-weight:400}.lexhp-order-item span{font-size:9px;color:var(--lexhp-muted);margin-top:2px}.lexhp-order-item>b{font-size:11px;font-weight:400}.lexhp-order-item details{justify-self:end}.lexhp-order-item summary{cursor:pointer;color:var(--lexhp-accent);font-size:9px;font-weight:400}.lexhp-order-item form{display:grid;grid-template-columns:minmax(160px,1fr) auto;gap:7px;margin-top:8px}.lexhp-connect-card{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--lexhp-line);border-radius:11px;overflow:hidden;background:var(--lexhp-panel-2)}.lexhp-connect-card>div{padding:13px;border-right:1px solid var(--lexhp-line)}.lexhp-connect-card>div:last-child{border-right:0}.lexhp-connect-card span,.lexhp-connect-card strong{display:block}.lexhp-connect-card span{font-size:9px;color:var(--lexhp-muted)}.lexhp-connect-card strong{font-size:12px;font-weight:400;margin-top:4px}.lexhp-action-row{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0}.lexhp-action-row+.lexhp-inline-finance-form,.lexhp-connect-card+.lexhp-inline-finance-form{margin-top:16px}.lexhp-finance-settings{display:grid;grid-template-columns:1fr 1fr;gap:11px;padding:18px}.lexhp-finance-settings .lexhp-btn{grid-column:1/-1;justify-self:start}.lexhp-payment-admin-list{display:grid;padding:10px 18px 18px}.lexhp-payment-admin-list>article{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:14px;align-items:center;padding:12px 0;border-bottom:1px solid var(--lexhp-line)}.lexhp-payment-admin-list>article:last-child{border-bottom:0}.lexhp-payment-admin-list span,.lexhp-payment-admin-list strong{display:block}.lexhp-payment-admin-list strong{font-size:11px;font-weight:400}.lexhp-payment-admin-list span{font-size:9px;color:var(--lexhp-muted);margin-top:3px}.lexhp-payment-admin-list>b{font-size:11px;font-weight:400}.lexhp-payment-admin-list details{justify-self:end}.lexhp-payment-admin-list summary{cursor:pointer;color:var(--lexhp-accent);font-size:9px;font-weight:400}.lexhp-payment-admin-list form{display:grid;grid-template-columns:90px minmax(150px,1fr) auto;gap:7px;margin-top:8px;min-width:380px}@media(max-width:1120px){.lexhp-finance-layout{grid-template-columns:1fr}.lexhp-finance-chart svg{height:200px}}@media(max-width:820px){.lexhp-sidebar__identity--stacked .lexhp-logo-plate{height:52px}.lexhp-payment-method-grid{grid-template-columns:1fr}.lexhp-order-item{grid-template-columns:minmax(0,1fr) auto}.lexhp-order-item details{grid-column:1/-1;justify-self:stretch}.lexhp-order-item form{grid-template-columns:1fr auto}.lexhp-payment-admin-list>article{grid-template-columns:minmax(0,1fr) auto}.lexhp-payment-admin-list details{grid-column:1/-1;justify-self:stretch}.lexhp-payment-admin-list form{min-width:0;grid-template-columns:1fr 1fr}.lexhp-payment-admin-list form .lexhp-btn{grid-column:1/-1;justify-self:start}}@media(max-width:540px){.lexhp-finance-chart svg{height:170px}.lexhp-chart-summary{align-items:flex-start;flex-direction:column}.lexhp-inline-finance-form,.lexhp-qr-checkout{grid-template-columns:1fr}.lexhp-qr-checkout img{width:138px;height:138px}.lexhp-auto-recharge .lexhp-form-grid,.lexhp-connect-card,.lexhp-finance-preview,.lexhp-finance-settings{grid-template-columns:1fr}.lexhp-connect-card>div,.lexhp-finance-preview>div{border-right:0;border-bottom:1px solid var(--lexhp-line)}.lexhp-connect-card>div:last-child,.lexhp-finance-preview>div:last-child{border-bottom:0}.lexhp-order-item{grid-template-columns:1fr}.lexhp-order-item>b{justify-self:start}.lexhp-order-item form,.lexhp-payment-admin-list form{grid-template-columns:1fr}.lexhp-payment-admin-list .lexhp-btn{grid-column:auto}.lexhp-panel__head{flex-direction:column}.lexhp-stripe-status{align-self:flex-start}}.lexhp-return-window{display:block;margin-top:4px;color:var(--lexhp-muted,#738198);font-size:12px;font-weight:400;line-height:1.45;white-space:nowrap}.lexhp-marketplace-wallet{display:grid;gap:2px;min-width:112px;padding:9px 12px;border:1px solid var(--lexhp-line);border-radius:10px;background:var(--lexhp-panel-2);text-align:right}.lexhp-marketplace-wallet span{font-size:9px;color:var(--lexhp-muted)}.lexhp-marketplace-wallet strong{font-size:14px;font-weight:400;color:var(--lexhp-text)}.lexhp-marketplace-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:18px}.lexhp-marketplace-card{display:flex;align-items:center;justify-content:space-between;gap:18px;min-width:0;padding:16px;border:1px solid var(--lexhp-line);border-radius:12px;background:var(--lexhp-panel-2);transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}.lexhp-marketplace-card:hover{border-color:color-mix(in srgb,var(--lexhp-accent) 28%,var(--lexhp-line));transform:translateY(-1px);box-shadow:0 10px 24px rgba(15,35,61,.06)}.lexhp-marketplace-card h3{margin:7px 0 4px;font-size:13px;font-weight:400;color:var(--lexhp-text)}.lexhp-marketplace-card p{margin:0;font-size:9px;line-height:1.5;color:var(--lexhp-muted)}.lexhp-marketplace-price{display:grid;justify-items:end;gap:9px;flex:0 0 auto}.lexhp-marketplace-price>strong{font-size:15px;font-weight:400;color:var(--lexhp-text)}@media(max-width:920px){.lexhp-marketplace-grid{grid-template-columns:1fr}}@media(max-width:540px){.lexhp-marketplace-wallet{width:100%;text-align:left}.lexhp-marketplace-card{align-items:flex-start;flex-direction:column}.lexhp-marketplace-price{width:100%;grid-template-columns:1fr auto;align-items:center;justify-items:start}.lexhp-marketplace-price .lexhp-btn{justify-self:end}}.lexhp-role-admin{--lexhp-role-accent:#16a34a}.lexhp-role-buyer{--lexhp-role-accent:#f97316}.lexhp-role-seller{--lexhp-role-accent:#2563eb}.lexhp-role-admin .lexhp-nav__item.is-active,.lexhp-role-buyer .lexhp-nav__item.is-active,.lexhp-role-seller .lexhp-nav__item.is-active{background:linear-gradient(135deg,color-mix(in srgb,var(--lexhp-role-accent) 82%,#10243b 18%),color-mix(in srgb,var(--lexhp-role-accent) 64%,#071423 36%));border-color:color-mix(in srgb,var(--lexhp-role-accent) 58%,rgba(255,255,255,.18));box-shadow:0 9px 22px color-mix(in srgb,var(--lexhp-role-accent) 24%,transparent)}.lexhp-panel--live-leads{border-top:3px solid var(--lexhp-accent);box-shadow:0 14px 36px color-mix(in srgb,var(--lexhp-accent) 7%,rgba(21,42,72,.08))}.lexhp-panel--live-leads .lexhp-panel__head{background:linear-gradient(180deg,color-mix(in srgb,var(--lexhp-accent) 5%,var(--lexhp-panel)),var(--lexhp-panel))}@media(max-width:1180px){.lexhp-nav__label{font-size:15px}}.lexhp-approval-banner{display:flex;gap:10px;align-items:center;justify-content:space-between;padding:12px 16px;margin:0 0 16px;border:1px solid color-mix(in srgb,var(--lexhp-accent) 35%,#dbe5ef);border-radius:12px;background:color-mix(in srgb,var(--lexhp-accent) 7%,#fff);font-size:14px}.lexhp-approval-banner strong{font-weight:400}.lexhp-approval-banner span{color:#64748b}.lexhp-table td small{display:block;margin-top:4px;color:#7c8ba1;font-size:12px}.lexhp-iam-badge{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;font-size:11px;font-weight:400;letter-spacing:.02em;background:#eef2f7;color:#475569}.lexhp-iam-badge.is-active{background:#dcfce7;color:#166534}.lexhp-iam-badge.is-pending-approval{background:#fff7ed;color:#c2410c}.lexhp-iam-badge.is-suspended{background:#fef3c7;color:#92400e}.lexhp-iam-badge.is-rejected{background:#fee2e2;color:#991b1b}.lexhp-iam-actions{display:flex;flex-wrap:wrap;gap:6px}.lexhp-btn--danger{border-color:#fecaca!important;color:#b91c1c!important;background:#fff7f7!important}.lexhp-permission-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:14px 0}.lexhp-permission-grid label,.lexhp-permission-list label{display:flex;gap:10px;align-items:center;padding:10px;border:1px solid #dbe5ef;border-radius:10px;background:#fff}.lexhp-permission-grid label span,.lexhp-permission-list label span{display:flex;flex:1 1;flex-direction:column;gap:2px}.lexhp-permission-grid small,.lexhp-permission-list small{color:#718096;font-size:11px}.lexhp-permission-grid.is-compact{grid-template-columns:1fr;max-height:280px;overflow:auto}.lexhp-permission-list{display:grid;gap:8px;max-height:52vh;overflow:auto}.lexhp-team-add{margin:14px 0}.lexhp-team-add select{width:100%}.lexhp-chip-list{display:flex;flex-wrap:wrap;gap:7px}.lexhp-chip-list span{padding:6px 9px;border-radius:999px;background:#eef3f8;font-size:12px}.lexhp-team-list{display:grid;gap:8px}.lexhp-team-list article{display:grid;grid-template-columns:minmax(180px,1fr) 120px 90px auto;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid #e7edf4}.lexhp-team-list article>div{display:flex;flex-direction:column;gap:3px}.lexhp-team-list small{color:#718096}.lexhp-panel input,.lexhp-panel select{font:inherit}.lexhp-modal__head button{border:0;background:transparent;font-size:26px;cursor:pointer}html[data-lexh-legacy-dark-disabled=true] .lexhp-approval-banner{background:color-mix(in srgb,var(--lexhp-accent) 12%,#0d1b2a);border-color:#29405a}html[data-lexh-legacy-dark-disabled=true] .lexhp-permission-grid label,html[data-lexh-legacy-dark-disabled=true] .lexhp-permission-list label{background:#0d1b2a;border-color:#29405a}html[data-lexh-legacy-dark-disabled=true] .lexhp-chip-list span{background:#13263a}@media(max-width:760px){.lexhp-permission-grid,.lexhp-team-list article{grid-template-columns:1fr}.lexhp-approval-banner{align-items:flex-start;flex-direction:column}}.lexhp-foundation-kpis{margin-bottom:14px}.lexhp-action-message{margin:0 0 14px;padding:10px 13px;border:1px solid var(--lexhp-line);border-radius:10px;background:var(--lexhp-panel);color:var(--lexhp-text);font-size:12px}.lexhp-action-message.is-success{border-color:#bbf7d0;background:#f0fdf4;color:#166534}.lexhp-action-message.is-error{border-color:#fecaca;background:#fff1f2;color:#b91c1c}.lexhp-lead-intake{margin-bottom:14px}.lexhp-lead-form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:18px}.lexhp-inline-rule-form label,.lexhp-lead-form label{display:grid;gap:6px;color:var(--lexhp-text);font-size:11px;font-weight:400}.lexhp-inline-rule-form input,.lexhp-inline-rule-form select,.lexhp-lead-form input,.lexhp-lead-form select,.lexhp-lead-form textarea{width:100%;min-height:40px;border:1px solid var(--lexhp-line);border-radius:9px;background:var(--lexhp-panel-2);color:var(--lexhp-text);padding:9px 10px;outline:none}.lexhp-lead-form textarea{min-height:76px;resize:vertical}.lexhp-inline-rule-form input:focus,.lexhp-inline-rule-form select:focus,.lexhp-lead-form input:focus,.lexhp-lead-form select:focus,.lexhp-lead-form textarea:focus{border-color:var(--lexhp-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--lexhp-accent) 10%,transparent)}.lexhp-lead-form label:has(input[type=checkbox]){display:flex;align-items:center;gap:8px}.lexhp-lead-form input[type=checkbox]{width:16px;min-height:16px}.lexhp-form-span{grid-column:1/-1}.lexhp-risk,.lexhp-score{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:24px;padding:0 7px;border-radius:999px;font-size:10px;font-weight:400}.lexhp-score.is-good{background:#dcfce7;color:#166534}.lexhp-score.is-mid{background:#fef3c7;color:#92400e}.lexhp-score.is-low{background:#fee2e2;color:#991b1b}.lexhp-risk.is-low{background:#dcfce7;color:#166534}.lexhp-risk.is-mid{background:#ffedd5;color:#c2410c}.lexhp-risk.is-high{background:#fee2e2;color:#b91c1c}.lexhp-cell-note{display:block;margin-top:3px;color:var(--lexhp-muted);font-size:9px}.lexhp-row-actions{display:flex;gap:6px;align-items:center}.lexhp-inline-rule-form{display:grid;grid-template-columns:minmax(170px,1.3fr) minmax(120px,1fr) 90px minmax(130px,1fr) 110px auto;gap:8px;align-items:end;background:var(--lexhp-panel-2)}.lexhp-inline-rule-form,.lexhp-taxonomy-block{padding:14px 18px;border-top:1px solid var(--lexhp-line)}.lexhp-taxonomy-block>div:first-child{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.lexhp-taxonomy-block strong{font-size:12px;font-weight:400}.lexhp-taxonomy-block>div:first-child span{color:var(--lexhp-muted);font-size:9px}.lexhp-taxonomy-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:9px}.lexhp-taxonomy-tags span{padding:5px 8px;border-radius:999px;background:color-mix(in srgb,var(--lexhp-accent) 8%,var(--lexhp-panel-2));border:1px solid color-mix(in srgb,var(--lexhp-accent) 14%,var(--lexhp-line));font-size:9px;color:var(--lexhp-text)}html[data-lexh-legacy-dark-disabled=true] .lexhp-action-message.is-success{background:#0c2c20;border-color:#166534;color:#86efac}html[data-lexh-legacy-dark-disabled=true] .lexhp-action-message.is-error{background:#301419;border-color:#7f1d1d;color:#fecaca}@media(max-width:1050px){.lexhp-lead-form{grid-template-columns:repeat(2,minmax(0,1fr))}.lexhp-inline-rule-form{grid-template-columns:repeat(3,minmax(0,1fr))}.lexhp-inline-rule-form .lexhp-btn{justify-self:start}}@media(max-width:620px){.lexhp-lead-form{grid-template-columns:1fr}.lexhp-form-span{grid-column:auto}.lexhp-inline-rule-form{grid-template-columns:1fr}.lexhp-row-actions{align-items:stretch;flex-direction:column}}.lexhp-status-pill.is-review,.lexhp-status-pill.is-validating{background:#fff7ed;color:#c2410c}.lexhp-status-pill.is-received{background:#eff6ff;color:#1d4ed8}html[data-lexh-legacy-dark-disabled=true] .lexhp-status-pill.is-review,html[data-lexh-legacy-dark-disabled=true] .lexhp-status-pill.is-validating{background:#3a2412;color:#fdba74}.lexhp-review-action{display:grid;gap:6px;min-width:210px}.lexhp-review-action>input{width:100%;min-height:34px;border:1px solid var(--lexhp-line);border-radius:8px;background:var(--lexhp-panel-2);color:var(--lexhp-text);padding:7px 9px;font-size:10px}.lexh-menu a{font-size:18px!important;font-weight:400!important;padding:10px 11px!important;letter-spacing:-.01em}@media(max-width:1420px){.lexh-account-links{display:none}.lexh-menu a{font-size:18px!important;padding-inline:9px!important}}.lexh-social-icon{border-radius:50%!important}.lexh-footer-grid--advanced{grid-template-columns:minmax(250px,1.45fr) repeat(6,minmax(118px,1fr));gap:30px}.lexh-footer-bottom{color:#fff!important;font-size:18px!important;font-weight:400!important;line-height:1.55}@media(max-width:1450px){.lexh-footer-grid--advanced{grid-template-columns:minmax(250px,1.35fr) repeat(3,minmax(150px,1fr))}.lexh-footer-grid--advanced>div:nth-child(n+5){margin-top:8px}}@media(max-width:820px){.lexh-footer-grid--advanced{grid-template-columns:1fr 1fr}}@media(max-width:520px){.lexh-footer-grid--advanced{grid-template-columns:1fr}.lexh-footer-bottom{font-size:18px!important}}.lexh-contact-section{padding:72px 0 78px;background:linear-gradient(180deg,var(--lexh-bg),color-mix(in srgb,var(--lexh-surface-2) 54%,var(--lexh-bg)))}.lexh-contact-layout{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(560px,1.28fr);gap:54px;align-items:start}.lexh-contact-intro{position:sticky;top:calc(var(--lexh-header) + 28px);padding:12px 0}.lexh-contact-intro .lexh-eyebrow{color:var(--lexh-blue)}.lexh-contact-intro>h2{font-size:clamp(32px,3.7vw,52px);line-height:1.08;letter-spacing:-.035em;margin:13px 0 17px;max-width:620px}.lexh-contact-intro>p{margin:0;color:var(--lexh-muted);font-size:17px;max-width:620px}.lexh-contact-trust-grid{display:grid;gap:12px;margin-top:30px}.lexh-contact-trust-grid article{display:grid;grid-template-columns:44px 1fr;gap:13px;align-items:start;padding:17px 18px;border:1px solid var(--lexh-line);border-radius:16px;background:color-mix(in srgb,var(--lexh-surface) 88%,transparent);box-shadow:var(--lexh-shadow-sm)}.lexh-contact-trust-grid article>span{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:rgba(20,105,255,.1);color:var(--lexh-blue);font-size:12px;font-weight:400}.lexh-contact-trust-grid h3{margin:0 0 4px;font-size:16px;font-weight:400}.lexh-contact-trust-grid p{margin:0;color:var(--lexh-muted);font-size:13px;line-height:1.55}.lexh-contact-security-note{display:flex;align-items:center;gap:9px;margin-top:22px;color:var(--lexh-muted);font-size:13px}.lexh-contact-security-note i{width:9px;height:9px;border-radius:50%;background:#27b96f;box-shadow:0 0 0 5px rgba(39,185,111,.12)}.lexh-contact-form{position:relative;padding:34px;border:1px solid var(--lexh-line);border-radius:22px;background:var(--lexh-surface);box-shadow:0 24px 70px rgba(7,35,64,.1)}.lexh-contact-form__heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-bottom:24px;margin-bottom:25px;border-bottom:1px solid var(--lexh-line)}.lexh-contact-form__heading span:first-child{display:block;color:var(--lexh-blue);font-size:12px;font-weight:400;letter-spacing:.08em;text-transform:uppercase}.lexh-contact-form__heading h3{margin:4px 0 0;font-size:27px;line-height:1.2;font-weight:400}.lexh-contact-required{font-size:12px;color:var(--lexh-muted);white-space:nowrap}.lexh-contact-fields{display:grid;gap:16px;margin-bottom:17px}.lexh-contact-fields--two{grid-template-columns:1fr 1fr}.lexh-contact-form label>span,.lexh-contact-preference>span{display:block;margin-bottom:7px;font-size:14px;font-weight:400;color:var(--lexh-text)}.lexh-contact-form label>span small{font-size:11px;font-weight:400;color:var(--lexh-muted);margin-left:5px}.lexh-contact-form input:not([type=checkbox]):not([type=radio]),.lexh-contact-form select,.lexh-contact-form textarea{width:100%;border:1px solid var(--lexh-line);border-radius:12px;background:var(--lexh-bg);color:var(--lexh-text);outline:none;transition:border-color .18s,box-shadow .18s,background .18s}.lexh-contact-form input:not([type=checkbox]):not([type=radio]),.lexh-contact-form select{min-height:52px;padding:12px 14px}.lexh-contact-form textarea{resize:vertical;min-height:165px;padding:14px;line-height:1.6}.lexh-contact-form input:focus,.lexh-contact-form select:focus,.lexh-contact-form textarea:focus{border-color:var(--lexh-blue);box-shadow:0 0 0 4px rgba(20,105,255,.1);background:var(--lexh-surface)}.lexh-contact-form input::placeholder,.lexh-contact-form textarea::placeholder{color:color-mix(in srgb,var(--lexh-muted) 72%,transparent)}.lexh-contact-form label>em{display:block;margin-top:6px;color:var(--lexh-muted);font-size:11px;font-style:normal}.lexh-contact-field-full{display:block;margin-bottom:17px}.lexh-contact-preference{display:flex;align-items:center;gap:18px;flex-wrap:wrap;padding:14px 16px;margin:5px 0 17px;border:1px solid var(--lexh-line);border-radius:12px;background:var(--lexh-bg)}.lexh-contact-preference>span{margin:0 auto 0 0}.lexh-contact-preference label{display:flex;align-items:center;gap:7px;font-size:13px;color:var(--lexh-muted)}.lexh-contact-preference input{accent-color:var(--lexh-blue)}.lexh-contact-consent{display:grid!important;grid-template-columns:20px 1fr;gap:11px;align-items:start;padding:15px 0 4px}.lexh-contact-consent input{width:18px;height:18px;margin-top:3px;accent-color:var(--lexh-blue)}.lexh-contact-consent span{font-size:12px!important;font-weight:400!important;line-height:1.55;color:var(--lexh-muted)!important;margin:0!important}.lexh-contact-honeypot{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important}.lexh-contact-alert{display:grid;gap:3px;padding:14px 16px;margin-top:16px;border-radius:12px;border:1px solid}.lexh-contact-alert strong{font-size:14px;font-weight:400}.lexh-contact-alert small,.lexh-contact-alert span{font-size:12px}.lexh-contact-alert.is-success{background:rgba(39,185,111,.08);border-color:rgba(39,185,111,.3);color:#16834b}.lexh-contact-alert.is-error{background:rgba(225,75,75,.08);border-color:rgba(225,75,75,.28);color:#c53d3d}.lexh-contact-submit{width:100%;min-height:56px;margin-top:20px;border:0;border-radius:13px;display:flex;align-items:center;justify-content:center;gap:10px;background:linear-gradient(135deg,#1469ff,#0952d9);color:#fff;font-size:16px;font-weight:400;box-shadow:0 14px 30px rgba(20,105,255,.2);transition:transform .18s,box-shadow .18s,opacity .18s}.lexh-contact-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 18px 34px rgba(20,105,255,.28)}.lexh-contact-submit:disabled{opacity:.7;cursor:wait}.lexh-contact-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:lexh-contact-spin .75s linear infinite}@keyframes lexh-contact-spin{to{transform:rotate(1turn)}}.lexh-contact-fineprint{margin:12px 0 0;text-align:center;color:var(--lexh-muted);font-size:11px;line-height:1.5}@media(max-width:1020px){.lexh-contact-layout{grid-template-columns:1fr;gap:30px}.lexh-contact-intro{position:static}.lexh-contact-trust-grid{grid-template-columns:repeat(3,1fr)}.lexh-contact-trust-grid article{grid-template-columns:1fr}}@media(max-width:720px){.lexh-contact-section{padding:48px 0 56px}.lexh-contact-form{padding:22px;border-radius:16px}.lexh-contact-fields--two,.lexh-contact-trust-grid{grid-template-columns:1fr}.lexh-contact-form__heading{display:grid}.lexh-contact-preference{align-items:flex-start}.lexh-contact-preference>span{width:100%}}@media(prefers-reduced-motion:reduce){.lexh-contact-spinner{animation:none}}.lexh-site-header{--lexh-surface:#fff;--lexh-surface-2:#eef4fb;--lexh-text:#0d2037;--lexh-muted:#5e6f83;--lexh-line:#dce6f0;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.lexh-site-header,.lexh-site-header.is-scrolled{background:#fff!important}.lexhp-app{--lexhp-radius:5px}.lexhp-content,.lexhp-content :where(p,span,small,label,th,td,a,button,input,select,textarea,summary,code,b,em,strong){font-size:16px!important}.lexhp-content .lexhp-page-heading h1{font-size:clamp(32px,2.6vw,44px)!important}.lexhp-content .lexhp-panel__head h2{font-size:18px!important}.lexhp-content .lexhp-module-hero h2{font-size:24px!important}.lexhp-content .lexhp-kpi__copy strong{font-size:28px!important}.lexhp-content .lexhp-balance strong{font-size:36px!important}.lexhp-content .lexhp-lead-card>strong,.lexhp-content [data-modal=record] .lexhp-record-modal__title-row h2{font-size:30px!important}.lexhp-app svg{width:18px!important;height:18px!important;flex:0 0 18px}.lexhp-app .lexhp-finance-chart svg{width:100%!important;height:230px!important;flex:auto}@media(max-width:540px){.lexhp-app .lexhp-finance-chart svg{height:170px!important}}.lexhp-app :where(.lexhp-demo-mini>span,.lexhp-preview-dot,.lexhp-notifications-popover>a>span,.lexhp-chart-legend i,.lexhp-donut,.lexhp-donut:before,.lexhp-heading-status>span,.lexhp-notification-dot,.lexhp-account-status>span,.lexhp-health-list i,.lexhp-chart-summary i,.lexhp-stripe-status span){border-radius:50%!important}.lexhp-sidebar{border:0!important;border-radius:0!important}.lexhp-inline-form{display:grid;grid-template-columns:minmax(240px,1fr) auto;gap:10px;align-items:end}.lexhp-inline-form input,.lexhp-inline-form select,.lexhp-inline-form textarea{width:100%;min-height:42px;border:1px solid var(--lexhp-line);background:var(--lexhp-panel-2);color:var(--lexhp-text);padding:9px 11px;outline:none}.lexhp-inline-form input:focus,.lexhp-inline-form select:focus,.lexhp-inline-form textarea:focus{border-color:var(--lexhp-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--lexhp-accent) 10%,transparent)}.lexhp-secret-reveal{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center;margin-top:14px;padding:13px;border:1px solid color-mix(in srgb,var(--lexhp-accent) 25%,var(--lexhp-line));background:color-mix(in srgb,var(--lexhp-accent) 6%,var(--lexhp-panel-2))}.lexhp-api-endpoints code,.lexhp-doc-list code,.lexhp-integration-card code,.lexhp-secret-reveal code{min-width:0;overflow:auto;padding:7px 9px;background:var(--lexhp-panel-2);border:1px solid var(--lexhp-line);font-family:var(--lexh-font)}.lexhp-checkbox-row{display:flex;align-items:center;flex-wrap:wrap;gap:16px}.lexhp-checkbox-row label{display:flex!important;grid-template-columns:none!important;align-items:center;gap:8px}.lexhp-checkbox-row input{width:18px;height:18px;min-height:18px;accent-color:var(--lexhp-accent)}.lexhp-form-cards{display:grid;gap:12px}.lexhp-integration-card{display:grid;gap:12px;padding:16px;border:1px solid var(--lexhp-line);background:var(--lexhp-panel-2)}.lexhp-integration-card>div:first-child{display:flex;justify-content:space-between;gap:12px;align-items:center}.lexhp-integration-card>div:first-child span{color:var(--lexhp-muted)}.lexhp-mini-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.lexhp-mini-kpis>div{padding:14px;border:1px solid var(--lexhp-line);background:var(--lexhp-panel-2)}.lexhp-mini-kpis span,.lexhp-mini-kpis strong{display:block}.lexhp-mini-kpis span{color:var(--lexhp-muted)}.lexhp-mini-kpis strong{margin-top:5px;font-size:24px!important}.lexhp-doc-list{display:grid;gap:10px}.lexhp-doc-list p{display:grid;grid-template-columns:minmax(150px,.55fr) minmax(0,1.45fr);gap:12px;align-items:center;margin:0;padding:10px 0;border-bottom:1px solid var(--lexhp-line)}.lexhp-doc-list p:last-child{border-bottom:0}.lexhp-steps{display:grid;gap:10px;margin:0;padding-left:26px}.lexhp-steps li{padding-left:5px;line-height:1.6}.lexhp-code-block{overflow:auto;white-space:pre;max-width:100%;padding:16px;border:1px solid color-mix(in srgb,var(--lexhp-accent) 14%,#18283b);background:#07111f;color:#dce9f7;line-height:1.65;font-family:var(--lexh-font)}.lexhp-api-endpoints{display:grid;gap:10px}.lexhp-api-endpoints p{display:grid;grid-template-columns:64px minmax(250px,.9fr) minmax(200px,1.1fr);gap:10px;align-items:center;margin:0;padding:11px;border:1px solid var(--lexhp-line);background:var(--lexhp-panel-2)}.lexhp-api-endpoints b{color:var(--lexhp-accent)}.lexhp-csv-editor{width:100%;min-height:280px;resize:vertical;border:1px solid var(--lexhp-line);background:var(--lexhp-panel-2);color:var(--lexhp-text);padding:13px;outline:none;font-family:var(--lexh-font);line-height:1.55}.lexhp-csv-editor:focus{border-color:var(--lexhp-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--lexhp-accent) 10%,transparent)}.lexhp-analytics-columns{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.lexhp-analytics-columns>div{padding:14px;border:1px solid var(--lexhp-line);background:var(--lexhp-panel-2)}.lexhp-analytics-columns p{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:9px 0 0;padding-top:9px;border-top:1px solid var(--lexhp-line)}.lexhp-analytics-columns b{font-weight:400}.lexhp-seller-trend{display:flex;align-items:flex-end;gap:5px;height:210px;margin-top:18px;padding:16px 8px 0;border-top:1px solid var(--lexhp-line);overflow-x:auto}.lexhp-seller-trend>div{display:grid;grid-template-rows:1fr auto;align-items:end;justify-items:center;gap:6px;min-width:20px;height:100%;flex:1 1}.lexhp-seller-trend i{display:block;width:min(18px,80%);min-height:4px;background:linear-gradient(180deg,var(--lexhp-accent),color-mix(in srgb,var(--lexhp-accent) 65%,#fff));align-self:end}.lexhp-seller-trend span{white-space:nowrap;color:var(--lexhp-muted);transform:rotate(-45deg);transform-origin:center}.lexhp-account-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.lexhp-account-details>div{padding:13px;border:1px solid var(--lexhp-line);background:var(--lexhp-panel-2)}.lexhp-account-details span,.lexhp-account-details strong{display:block}.lexhp-account-details span{color:var(--lexhp-muted);margin-bottom:4px}@media(max-width:1050px){.lexhp-analytics-columns,.lexhp-mini-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.lexhp-api-endpoints p{grid-template-columns:60px 1fr}.lexhp-api-endpoints p span{grid-column:1/-1}}@media(max-width:680px){.lexhp-account-details,.lexhp-analytics-columns,.lexhp-doc-list p,.lexhp-inline-form,.lexhp-mini-kpis,.lexhp-secret-reveal{grid-template-columns:1fr}.lexhp-row-actions{align-items:stretch}.lexhp-api-endpoints p{grid-template-columns:1fr}.lexhp-api-endpoints p span{grid-column:auto}}.lexhp-routing-stack{display:grid;gap:16px}.lexhp-routing-note{margin-top:14px;padding:12px;border:1px solid color-mix(in srgb,var(--lexhp-accent) 20%,var(--lexhp-line));background:color-mix(in srgb,var(--lexhp-accent) 5%,var(--lexhp-panel-2));color:var(--lexhp-muted)}.lexhp-routing-detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:0 18px 18px}.lexhp-routing-detail-grid>div{padding:14px;border:1px solid var(--lexhp-line);background:var(--lexhp-panel-2)}.lexhp-routing-detail-grid h3{margin:0 0 12px}.lexhp-routing-detail-grid ul{display:grid;gap:8px;list-style:none;margin:0;padding:0}.lexhp-routing-detail-grid li{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:8px;align-items:center;padding:9px 0;border-bottom:1px solid var(--lexhp-line)}.lexhp-routing-detail-grid li:last-child{border-bottom:0}.lexhp-routing-detail-grid li .lexhp-btn{grid-column:1/-1;justify-self:start}.lexhp-routing-detail-grid li span:not(.lexhp-status-pill){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:1100px){.lexhp-routing-detail-grid{grid-template-columns:1fr}}@media(max-width:680px){.lexhp-routing-detail-grid{padding:0 12px 12px}.lexhp-routing-detail-grid li{grid-template-columns:1fr}.lexhp-routing-detail-grid li span:not(.lexhp-status-pill){white-space:normal}}.lexhp-routing-stack .lexhp-compact-input{width:92px;min-height:36px;padding:6px 8px;font:inherit;border:1px solid var(--lexhp-border);border-radius:5px;background:var(--lexhp-surface);color:inherit}.lexha-stack{display:grid;gap:18px}.lexha-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.lexha-toolbar h2{margin:4px 0 6px}.lexha-toolbar p{margin:0}.lexha-controls{display:flex;align-items:end;gap:10px;flex-wrap:wrap}.lexha-controls label{display:grid;gap:6px;min-width:130px}.lexha-controls select{min-height:40px}.lexha-grid-wide{grid-template-columns:minmax(0,1.6fr) minmax(280px,.7fr)}.lexha-bars{height:260px;display:flex;align-items:flex-end;gap:4px;padding:18px 6px 30px;border-bottom:1px solid var(--lexhp-border,#dbe4ee);overflow-x:auto}.lexha-bar{height:100%;min-width:14px;flex:1 1;display:flex;align-items:center;justify-content:flex-end;flex-direction:column;gap:7px}.lexha-bar i{display:block;width:100%;max-width:24px;min-height:4px;border-radius:5px 5px 0 0;background:var(--lexhp-accent);opacity:.88}.lexha-bar span{font-size:12px;white-space:nowrap;transform:rotate(-45deg);transform-origin:center;color:var(--lexhp-muted,#64748b)}.lexha-metric-list{display:grid;gap:0}.lexha-metric-list>div{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid var(--lexhp-border,#e2e8f0)}.lexha-metric-list>div:last-child{border-bottom:0}.lexha-metric-list span{color:var(--lexhp-muted,#64748b)}.lexha-export,.lexha-report-actions{display:flex;gap:8px;flex-wrap:wrap}.lexha-top-list{display:grid}.lexha-top-list>div{display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:10px;padding:11px 0;border-bottom:1px solid var(--lexhp-border,#e2e8f0)}.lexha-top-list>div:last-child{border-bottom:0}.lexha-top-list>b{display:grid;place-items:center;width:28px;height:28px;border-radius:5px;background:color-mix(in srgb,var(--lexhp-accent) 12%,transparent);color:var(--lexhp-accent)}.lexha-top-list span{display:grid;gap:2px}.lexha-top-list small{color:var(--lexhp-muted,#64748b)}.lexha-top-list em{font-style:normal;font-weight:400}.lexha-report-list{display:grid;gap:12px}.lexha-report-list article{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:16px;border:1px solid var(--lexhp-border,#dbe4ee);border-radius:5px}.lexha-report-list article>div:first-child{display:grid;gap:4px}.lexha-report-list em,.lexha-report-list small,.lexha-report-list span{font-style:normal;color:var(--lexhp-muted,#64748b)}@media(max-width:900px){.lexha-toolbar{align-items:stretch;flex-direction:column}.lexha-grid-wide{grid-template-columns:1fr}.lexha-report-list article{align-items:flex-start;flex-direction:column}.lexha-report-actions{width:100%}.lexha-report-actions .lexhp-btn{flex:1 1}.lexha-bars{height:220px}}.lexhaut-stack{display:grid;gap:20px}.lexhaut-tabs{display:flex;gap:8px;flex-wrap:wrap;border-top:1px solid var(--lexhp-line);padding-top:16px}.lexhaut-tabs button{border:1px solid var(--lexhp-line);background:var(--lexhp-panel-2);color:var(--lexhp-muted);border-radius:999px;padding:8px 14px;font:inherit;font-weight:400;cursor:pointer}.lexhaut-tabs button.is-active{background:var(--lexhp-accent);border-color:var(--lexhp-accent);color:#fff}.lexhaut-provider{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}.lexhaut-provider span,.lexhaut-status{display:inline-flex;align-items:center;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:400;letter-spacing:.02em}.lexhaut-provider .is-ok,.lexhaut-status.is-active,.lexhaut-status.is-succeeded{background:rgba(34,197,94,.12);color:#16a34a}.lexhaut-provider .is-off,.lexhaut-status.is-failed,.lexhaut-status.is-paused{background:rgba(239,68,68,.12);color:#dc2626}.lexhaut-status.is-pending,.lexhaut-status.is-running{background:rgba(59,130,246,.12);color:#2563eb}.lexhaut-status.is-partial,.lexhaut-status.is-skipped{background:rgba(245,158,11,.14);color:#d97706}.lexhaut-actions-builder{display:grid;gap:14px;padding-top:6px}.lexhaut-actions-builder>.lexhp-panel__head{margin-bottom:0}.lexhaut-action-card{display:grid;gap:14px;border:1px solid var(--lexhp-line);background:var(--lexhp-panel-2);border-radius:16px;padding:16px}.lexhaut-action-foot,.lexhaut-actions,.lexhaut-form-actions{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.lexhaut-action-foot{justify-content:space-between}.lexhaut-check{display:flex!important;align-items:center;gap:8px;min-height:42px}.lexhaut-check input{width:auto!important}.lexhaut-runs,.lexhaut-template-list,.lexhaut-workflows{display:grid;gap:12px}.lexhaut-runs article,.lexhaut-template-list article,.lexhaut-workflows article{border:1px solid var(--lexhp-line);border-radius:16px;background:var(--lexhp-panel-2);padding:16px}.lexhaut-workflow-main{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}.lexhaut-workflow-main>div:first-child{display:grid;gap:6px;min-width:0}.lexhaut-workflow-main strong{font-size:16px}.lexhaut-runs small,.lexhaut-template-list small,.lexhaut-workflow-main em,.lexhaut-workflow-main small{color:var(--lexhp-muted);font-style:normal}.lexhaut-runs p,.lexhaut-template-list p,.lexhaut-workflow-main p{margin:0;color:var(--lexhp-muted)}.lexhaut-runs article{display:grid;grid-template-columns:minmax(210px,.75fr) minmax(300px,1.25fr);gap:18px}.lexhaut-runs article>div:first-child{display:grid;gap:6px;align-content:start}.lexhaut-run-actions{display:grid;gap:8px}.lexhaut-run-actions>div{display:grid;grid-template-columns:140px 1fr;gap:6px 12px;border-left:3px solid var(--lexhp-line);padding:7px 10px}.lexhaut-run-actions small{grid-column:1/-1;word-break:break-word}.lexhaut-template-list article{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.lexhaut-template-list article>div{display:grid;gap:5px}.lexhaut-pref-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.lexhaut-pref-grid>label{display:flex;gap:10px;align-items:flex-start;border:1px solid var(--lexhp-line);background:var(--lexhp-panel-2);border-radius:14px;padding:15px}.lexhaut-pref-grid input{width:auto!important;margin-top:3px}.lexhaut-pref-grid span{display:grid;gap:4px}.lexhaut-pref-grid small{color:var(--lexhp-muted);font-weight:400}.lexhaut-stack code{font-family:var(--lexh-font);font-size:.9em;background:var(--lexhp-panel-2);border:1px solid var(--lexhp-line);border-radius:5px;padding:1px 4px}.lexhaut-test-context{display:grid;gap:6px;margin:0 0 16px}.lexhaut-test-context,.lexhaut-test-context small{color:var(--lexhp-muted);font-weight:400}.lexhaut-test-context textarea{width:100%;min-height:84px;padding:10px 11px;border:1px solid var(--lexhp-line);background:var(--lexhp-panel);color:var(--lexhp-text);outline:none;resize:vertical}.lexhaut-test-context textarea:focus{border-color:var(--lexhp-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--lexhp-accent) 13%,transparent)}@media(max-width:900px){.lexhaut-workflow-main{display:grid}.lexhaut-pref-grid,.lexhaut-runs article{grid-template-columns:1fr}.lexhaut-provider{justify-content:flex-start}}@media(max-width:640px){.lexhaut-action-card{padding:13px}.lexhaut-actions,.lexhaut-form-actions{display:grid;grid-template-columns:1fr}.lexhaut-actions .lexhp-btn,.lexhaut-form-actions .lexhp-btn{width:100%}.lexhaut-run-actions>div{grid-template-columns:1fr}.lexhaut-run-actions small{grid-column:auto}.lexhaut-template-list article{display:grid}}.lexhp-messages-popover button.lexhp-message-row{width:100%;border:0;border-bottom:1px solid var(--lexhp-line);background:transparent;color:var(--lexhp-text);text-align:left;font:inherit;cursor:pointer}.lexhp-messages-popover button.lexhp-message-row:hover{background:var(--lexhp-panel-2)}.lexhp-mfa-panel{grid-column:1/-1}.lexhp-mfa-panel details{margin-top:12px;border:1px solid var(--lexhp-line);border-radius:10px;padding:10px 12px;background:var(--lexhp-panel)}.lexhp-mfa-panel summary{cursor:pointer;font-weight:400;color:var(--lexhp-text)}.lexhp-mfa-panel details .lexhp-form-stack{margin-top:12px}.lexhp-mfa-setup{display:grid;gap:16px}.lexhp-mfa-qr{display:flex;align-items:center;gap:18px;flex-wrap:wrap;padding:14px;border:1px solid var(--lexhp-line);border-radius:12px;background:var(--lexhp-panel-2)}.lexhp-mfa-qr img{width:180px;height:180px;border-radius:10px;background:#fff;padding:6px}.lexhp-mfa-qr>div{display:flex;flex-direction:column;gap:5px;min-width:0}.lexhp-mfa-qr code,.lexhp-mfa-recovery code{font-family:var(--lexh-font)}.lexhp-mfa-qr code{word-break:break-all;padding:7px 9px;border-radius:8px;background:var(--lexhp-panel);border:1px solid var(--lexhp-line)}.lexhp-mfa-recovery{display:grid;gap:8px;margin:12px 0;padding:14px;border:1px solid color-mix(in srgb,var(--lexhp-accent) 30%,var(--lexhp-line));border-radius:12px;background:color-mix(in srgb,var(--lexhp-accent) 5%,var(--lexhp-panel))}.lexhp-mfa-recovery>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.lexhp-mfa-recovery code{padding:8px;border:1px solid var(--lexhp-line);border-radius:8px;background:var(--lexhp-panel);text-align:center}.lexhp-mfa-enabled{display:grid;gap:10px}.lexhp-form-message.is-error{color:var(--lexhp-danger)}.lexh-auth-link-button{padding:0;border:0;background:transparent;color:inherit;font:inherit;text-decoration:underline;cursor:pointer}@media(max-width:640px){.lexhp-mfa-recovery>div{grid-template-columns:1fr}.lexhp-mfa-qr img{width:160px;height:160px}}.lexhpc-shell{display:grid;gap:18px}.lexhpc-hero{overflow:hidden}.lexhpc-role-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px;padding-top:14px;border-top:1px solid var(--lexhp-line)}.lexhpc-role-tabs button{min-height:40px;padding:8px 16px;border:1px solid var(--lexhp-line);border-radius:10px;background:var(--lexhp-panel-2);color:var(--lexhp-muted);font:inherit;font-weight:400;cursor:pointer;transition:border-color .18s,background .18s,color .18s,transform .18s}.lexhpc-role-tabs button:hover{border-color:color-mix(in srgb,var(--lexhp-accent) 45%,var(--lexhp-line));color:var(--lexhp-text);transform:translateY(-1px)}.lexhpc-role-tabs button.is-active{border-color:var(--lexhp-accent);background:color-mix(in srgb,var(--lexhp-accent) 12%,var(--lexhp-panel));color:var(--lexhp-accent)}.lexhpc-toolbar{display:grid;grid-template-columns:minmax(240px,1.2fr) minmax(200px,.75fr) minmax(240px,1fr);gap:12px;margin-top:16px}.lexhpc-toolbar label{display:grid;gap:6px;min-width:0}.lexhpc-toolbar label>span{color:var(--lexhp-muted);font-size:12px;font-weight:400;letter-spacing:.03em}.lexhpc-toolbar label small{font-weight:400}.lexhpc-toolbar input,.lexhpc-toolbar select{width:100%;min-height:42px;border:1px solid var(--lexhp-line);border-radius:10px;background:var(--lexhp-panel-2);color:var(--lexhp-text);padding:9px 11px;outline:none;font:inherit}.lexhpc-toolbar input:focus,.lexhpc-toolbar select:focus{border-color:var(--lexhp-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--lexhp-accent) 12%,transparent)}.lexhpc-summary{display:grid;grid-template-columns:minmax(220px,1.5fr) repeat(4,minmax(100px,.55fr));gap:10px;margin-top:14px}.lexhpc-summary>div{min-width:0;padding:13px 14px;border:1px solid var(--lexhp-line);border-radius:12px;background:var(--lexhp-panel-2)}.lexhpc-summary span,.lexhpc-summary strong{display:block}.lexhpc-summary span{font-size:11px;font-weight:400;letter-spacing:.04em;text-transform:uppercase;color:var(--lexhp-muted)}.lexhpc-summary strong{margin-top:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:18px}.lexhpc-summary>div:first-child strong{font-size:14px}.lexhpc-message{margin-top:14px}.lexhpc-readonly-banner{border-color:rgba(245,158,11,.28)!important;background:rgba(245,158,11,.08)!important}.lexhpc-group{padding:0!important;overflow:hidden}.lexhpc-group-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:18px 20px;border-bottom:1px solid var(--lexhp-line)}.lexhpc-group-head h3{margin:3px 0 5px;font-size:18px}.lexhpc-group-head p{margin:0;color:var(--lexhp-muted);font-size:13px}.lexhpc-bulk{display:flex;align-items:center;justify-content:flex-end;gap:6px;flex-wrap:wrap}.lexhpc-bulk>span{margin-right:4px;color:var(--lexhp-muted);font-size:11px;font-weight:400;text-transform:uppercase;letter-spacing:.04em}.lexhpc-bulk button,.lexhpc-inherit,.lexhpc-mode-control button{min-height:34px;border:1px solid var(--lexhp-line);border-radius:9px;background:var(--lexhp-panel-2);color:var(--lexhp-muted);padding:6px 10px;font:inherit;font-size:12px;font-weight:400;cursor:pointer;transition:border-color .15s,background .15s,color .15s,transform .15s}.lexhpc-bulk button:hover:not(:disabled),.lexhpc-inherit:hover:not(:disabled),.lexhpc-mode-control button:hover:not(:disabled){border-color:color-mix(in srgb,var(--lexhp-accent) 38%,var(--lexhp-line));color:var(--lexhp-text);transform:translateY(-1px)}.lexhpc-bulk button:disabled,.lexhpc-inherit:disabled,.lexhpc-mode-control button:disabled{opacity:.48;cursor:not-allowed;transform:none}.lexhpc-feature-list{display:grid}.lexhpc-feature{display:grid;grid-template-columns:minmax(220px,1fr) auto auto;gap:16px;align-items:center;padding:14px 20px;border-bottom:1px solid var(--lexhp-line);background:var(--lexhp-panel);transition:background .15s}.lexhpc-feature:last-child{border-bottom:0}.lexhpc-feature:hover{background:color-mix(in srgb,var(--lexhp-accent) 3%,var(--lexhp-panel))}.lexhpc-feature-copy{min-width:0;display:grid;gap:4px}.lexhpc-feature-copy>div{display:flex;align-items:center;gap:8px;min-width:0}.lexhpc-feature-copy strong{font-size:14px;font-weight:400}.lexhpc-feature-copy small{color:var(--lexhp-muted);font-family:var(--lexh-font);font-size:11px}.lexhpc-feature-copy em{color:var(--lexhp-muted);font-style:normal;font-size:12px}.lexhpc-core{display:inline-flex;align-items:center;border:1px solid color-mix(in srgb,var(--lexhp-accent) 28%,var(--lexhp-line));border-radius:999px;padding:2px 7px;background:color-mix(in srgb,var(--lexhp-accent) 8%,var(--lexhp-panel));color:var(--lexhp-accent);font-size:10px;font-weight:400;text-transform:uppercase;letter-spacing:.04em}.lexhpc-mode-control{display:grid;grid-template-columns:repeat(3,92px);gap:5px;padding:4px;border:1px solid var(--lexhp-line);border-radius:12px;background:var(--lexhp-panel-2)}.lexhpc-mode-control button{border-color:transparent;background:transparent}.lexhpc-mode-control button.is-active:first-child{border-color:rgba(34,197,94,.28);background:rgba(34,197,94,.12);color:#16a34a}.lexhpc-mode-control button.is-active:nth-child(2){border-color:rgba(245,158,11,.3);background:rgba(245,158,11,.13);color:#d97706}.lexhpc-mode-control button.is-active:nth-child(3){border-color:rgba(239,68,68,.28);background:rgba(239,68,68,.12);color:#dc2626}.lexhpc-inherit{min-width:128px}.lexhp-empty{display:grid;gap:6px;padding:24px}.lexhp-empty span{color:var(--lexhp-muted)}@media(max-width:1100px){.lexhpc-toolbar{grid-template-columns:1fr 1fr}.lexhpc-reason{grid-column:1/-1}.lexhpc-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.lexhpc-summary>div:first-child{grid-column:1/-1}.lexhpc-feature{grid-template-columns:minmax(180px,1fr) auto}.lexhpc-inherit{grid-column:2;justify-self:end}}@media(max-width:760px){.lexhpc-summary,.lexhpc-toolbar{grid-template-columns:1fr}.lexhpc-reason,.lexhpc-summary>div:first-child{grid-column:auto}.lexhpc-group-head{display:grid}.lexhpc-bulk{justify-content:flex-start}.lexhpc-feature{grid-template-columns:1fr;padding:14px}.lexhpc-mode-control{grid-template-columns:repeat(3,minmax(0,1fr));width:100%}.lexhpc-inherit{grid-column:auto;justify-self:start}.lexhpc-summary strong{white-space:normal}.lexhpc-role-tabs button{flex:1 1}}.lexhp-table-link{display:flex;flex-direction:column;gap:3px;padding:0;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.lexhp-table-link strong{color:var(--lexhp-text)}.lexhp-table-link:hover strong{text-decoration:underline;text-underline-offset:3px}.lexhp-seller-lead-book{overflow:hidden}.lexhp-lead-book-filters{display:grid;grid-template-columns:minmax(220px,2fr) repeat(4,minmax(120px,1fr)) repeat(3,minmax(95px,.7fr)) minmax(155px,1fr) auto;gap:8px;padding:0 0 16px}.lexhp-lead-book-filters input,.lexhp-lead-book-filters select{min-width:0;width:100%;border:1px solid var(--lexhp-line);border-radius:9px;background:var(--lexhp-panel-2);color:var(--lexhp-text);padding:9px 10px}.lexhp-seller-lead-table td{vertical-align:top}.lexhp-seller-lead-table details{margin-top:5px}.lexhp-seller-lead-table summary{cursor:pointer;color:var(--lexhp-accent);font-size:12px}.lexhp-json-preview{max-width:360px;max-height:180px;overflow:auto;margin:7px 0 0;padding:8px;border:1px solid var(--lexhp-line);border-radius:8px;background:var(--lexhp-panel-2);color:var(--lexhp-text);font:11px/1.45 var(--lexh-font);white-space:pre-wrap;word-break:break-word}.lexhp-verification-desk{margin-bottom:16px}.lexhp-economics-preview,.lexhp-verification-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:0 0 16px}.lexhp-economics-preview>div,.lexhp-verification-summary>div{display:flex;flex-direction:column;gap:4px;min-width:0;padding:12px;border:1px solid var(--lexhp-line);border-radius:10px;background:var(--lexhp-panel-2)}.lexhp-economics-preview span,.lexhp-verification-summary span{font-size:11px;color:var(--lexhp-muted)}.lexhp-economics-preview strong,.lexhp-verification-summary strong{font-size:16px;color:var(--lexhp-text)}.lexhp-verification-summary small{font-size:11px;color:var(--lexhp-muted)}.lexhp-verification-actions,.lexhp-verification-session,.lexhp-verification-transfer{display:grid;gap:14px}.lexhp-verification-actions small,.lexhp-verification-help{color:var(--lexhp-muted);font-size:12px}.lexhp-verification-status{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.lexhp-verification-status>span:not(.lexhp-status-pill){padding:5px 8px;border-radius:999px;background:var(--lexhp-panel-2);color:var(--lexhp-muted);font-size:11px}.lexhp-verification-transfer .lexhp-form-grid{margin-top:2px}.lexhp-economics-preview{grid-template-columns:repeat(6,minmax(0,1fr))}.lexhp-economics-preview>div:last-child strong{color:var(--lexhp-accent)}.lexhp-lead-book-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 0 0}.lexhp-lead-book-pagination>span{color:var(--lexhp-muted);font-size:12px}@media(max-width:1250px){.lexhp-lead-book-filters{grid-template-columns:repeat(4,minmax(0,1fr))}.lexhp-lead-book-filters>input:first-child{grid-column:span 2}.lexhp-verification-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.lexhp-economics-preview{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:700px){.lexhp-lead-book-filters{grid-template-columns:1fr}.lexhp-lead-book-filters>input:first-child{grid-column:auto}.lexhp-economics-preview,.lexhp-verification-summary{grid-template-columns:1fr}.lexhp-lead-book-pagination,.lexhp-verification-status{align-items:flex-start;flex-direction:column}}.lexhp-main{background:var(--lexhp-bg);color:var(--lexhp-text)}.lexhp-content{width:min(100%,1920px);padding:clamp(20px,2.15vw,34px);font-family:var(--lexh-font);font-size:15px;line-height:1.55}.lexhp-page-heading{margin:0 0 22px;padding:clamp(17px,1.7vw,24px);align-items:center;border:1px solid var(--lexhp-line);background:linear-gradient(135deg,var(--lexhp-panel),color-mix(in srgb,var(--lexhp-panel-2) 82%,var(--lexhp-panel)));box-shadow:var(--lexhp-shadow);border-radius:16px!important}.lexhp-page-heading__identity{display:flex;align-items:center;gap:16px;min-width:0}.lexhp-page-heading__identity>div{min-width:0}.lexhp-page-heading__icon{width:52px;height:52px;flex:0 0 52px;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--lexhp-feature-color) 28%,var(--lexhp-line));background:color-mix(in srgb,var(--lexhp-feature-color) 11%,var(--lexhp-panel));color:var(--lexhp-feature-color);box-shadow:0 10px 24px color-mix(in srgb,var(--lexhp-feature-color) 10%,transparent);border-radius:14px!important}.lexhp-page-heading__icon svg{width:24px!important;height:24px!important}.lexhp-page-heading h1{margin:4px 0 6px!important;font-size:clamp(27px,2vw,38px)!important;line-height:1.12!important;font-weight:400!important;letter-spacing:-.03em!important;color:var(--lexhp-text)}.lexhp-page-heading p{max-width:900px!important;font-size:14px!important;line-height:1.55;color:var(--lexhp-muted)}.lexhp-heading-status{min-height:38px;padding:8px 12px;border:1px solid var(--lexhp-line);background:var(--lexhp-panel-2);border-radius:999px!important;font-size:12px!important;font-weight:400}.lexhp-eyebrow{font-size:12px!important;line-height:1.35!important;font-weight:400!important;letter-spacing:.06em!important}.lexhp-main :where(.lexhp-panel,.lexhp-card){border:1px solid var(--lexhp-line)!important;background:var(--lexhp-panel)!important;box-shadow:0 10px 30px color-mix(in srgb,var(--lexhp-text) 5%,transparent)!important;border-radius:16px!important}.lexhp-main :where(.lexhp-panel,.lexhp-card):hover{border-color:color-mix(in srgb,var(--lexhp-accent) 18%,var(--lexhp-line))}.lexhp-card__head,.lexhp-panel__head{gap:16px;padding:20px 20px 16px!important;margin:0!important;border-bottom:1px solid color-mix(in srgb,var(--lexhp-line) 72%,transparent)}.lexhp-card__head strong,.lexhp-panel__head h2{font-size:20px!important;line-height:1.25!important;font-weight:400!important;letter-spacing:-.018em!important;color:var(--lexhp-text)}.lexhp-panel__head h3{font-size:17px!important;line-height:1.3!important;font-weight:400!important}.lexhp-card__head small,.lexhp-panel__head p{margin-top:5px!important;font-size:14px!important;line-height:1.55!important;color:var(--lexhp-muted)!important}.lexhp-panel-title-row{display:flex;align-items:flex-start;gap:13px;min-width:0}.lexhp-panel-title-row>div{min-width:0}.lexhp-panel-glyph{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--lexhp-feature-color) 26%,var(--lexhp-line));background:color-mix(in srgb,var(--lexhp-feature-color) 10%,var(--lexhp-panel-2));color:var(--lexhp-feature-color);border-radius:12px!important}.lexhp-panel-glyph svg{width:20px!important;height:20px!important}.lexhp-kpi-grid{gap:16px!important;margin-bottom:18px!important}.lexhp-kpi{min-height:112px;padding:18px!important;gap:14px!important;border:1px solid var(--lexhp-line)!important;background:linear-gradient(145deg,var(--lexhp-panel),color-mix(in srgb,var(--lexhp-kpi-color,var(--lexhp-accent)) 3%,var(--lexhp-panel)))!important;box-shadow:var(--lexhp-shadow)!important;border-radius:16px!important}.lexhp-kpi:hover{border-color:color-mix(in srgb,var(--lexhp-kpi-color,var(--lexhp-accent)) 32%,var(--lexhp-line))!important;box-shadow:0 16px 38px color-mix(in srgb,var(--lexhp-kpi-color,var(--lexhp-accent)) 10%,transparent)!important}.lexhp-kpi__icon{width:48px!important;height:48px!important;flex:0 0 48px!important;color:var(--lexhp-kpi-color,var(--lexhp-accent))!important;background:color-mix(in srgb,var(--lexhp-kpi-color,var(--lexhp-accent)) 11%,var(--lexhp-panel))!important;border:1px solid color-mix(in srgb,var(--lexhp-kpi-color,var(--lexhp-accent)) 24%,var(--lexhp-line))!important;border-radius:13px!important}.lexhp-kpi__icon svg{width:22px!important;height:22px!important}.lexhp-kpi__copy span{font-size:13px!important;line-height:1.35!important;font-weight:400;color:var(--lexhp-muted)!important}.lexhp-kpi__copy strong{font-size:clamp(23px,1.55vw,29px)!important;line-height:1.18!important;font-weight:400!important}.lexhp-kpi__copy small{margin-top:4px!important;font-size:12px!important;line-height:1.4!important;color:var(--lexhp-subtle)!important}.lexha-grid-wide,.lexhp-dashboard-grid,.lexhp-finance-layout,.lexhp-grid,.lexhp-workspace-grid{gap:18px!important}.lexhp-dashboard-grid{margin-bottom:18px}.lexhp-main .lexhp-panel>:not(.lexhp-panel__head):not(.lexhp-table-wrap):not(.lexhp-module-hero):not(.lexhp-health-list):not(.lexhp-form-stack):not(.lexhp-empty):not(.lexhpc-feature-list):not(.lexhpc-group-head){font-size:14px}.lexhp-form-stack{padding:20px!important;gap:16px!important}.lexhp-form-grid{gap:13px!important}.lexhp-content label{color:var(--lexhp-text)}.lexhp-content .lexhp-form-stack small,.lexhp-content label small{font-size:12px!important;font-weight:400!important;line-height:1.45!important;color:var(--lexhp-muted)!important}.lexhp-content :where(input:not([type=checkbox]):not([type=radio]),select,textarea){min-height:44px!important;border-radius:11px!important}.lexhp-content textarea{min-height:96px!important}.lexhp-content :where(input,select,textarea):focus{box-shadow:0 0 0 3px color-mix(in srgb,var(--lexhp-accent) 12%,transparent)!important}.lexhp-content :where(input,textarea)::placeholder{color:var(--lexhp-subtle)!important;opacity:1}.lexhp-btn{min-height:42px!important;padding:9px 14px!important;border-radius:10px!important;font-size:13px!important;font-weight:400!important;line-height:1.2!important}.lexhp-table-wrap{border-radius:0 0 16px 16px!important;scrollbar-width:thin;scrollbar-color:var(--lexhp-line-strong) transparent}.lexhp-table{width:100%;font-size:14px!important;line-height:1.45!important}.lexhp-table th{position:sticky;top:0;z-index:2;padding:12px 14px!important;background:var(--lexhp-panel-2)!important;color:var(--lexhp-muted)!important;border-bottom:1px solid var(--lexhp-line)!important;font-size:12px!important;font-weight:400!important;letter-spacing:.035em!important}.lexhp-table td{padding:13px 14px!important;border-bottom:1px solid color-mix(in srgb,var(--lexhp-line) 72%,transparent)!important;font-size:14px!important;color:var(--lexhp-text)!important}.lexhp-table tbody tr{transition:background .15s ease}.lexhp-table tbody tr:hover{background:color-mix(in srgb,var(--lexhp-accent) 4%,var(--lexhp-panel))}.lexhp-cell-note,.lexhp-table td small{margin-top:4px!important;font-size:12px!important;line-height:1.4!important;color:var(--lexhp-muted)!important}.lexhp-id{font-size:12px!important}.lexhp-risk,.lexhp-score,.lexhp-status-pill{min-height:26px!important;padding:5px 8px!important;font-size:12px!important;font-weight:400!important}.lexhp-table-tools{gap:9px!important}.lexhp-table-tools :where(input,select){height:38px!important;min-height:38px!important;font-size:13px!important}.lexhp-table-tools .lexhp-btn{min-height:38px!important;font-size:13px!important}.lexhp-lead-book-pagination,.lexhp-pagination{font-size:12px!important;color:var(--lexhp-muted)!important}.lexhp-health-list{padding:8px 20px 16px!important}.lexhp-health-list>div{padding:12px 0!important}.lexhp-health-list span{font-size:13px!important;color:var(--lexhp-muted)!important}.lexhp-health-list strong{font-size:13px!important;font-weight:400!important}.lexhp-economics-preview span,.lexhp-mini-metrics span,.lexhp-verification-summary span,.lexhpc-summary span{font-size:12px!important}.lexhp-economics-preview strong,.lexhp-mini-metrics strong,.lexhp-verification-summary strong{font-size:18px!important}.lexhp-cell-note,.lexhp-finance-message,.lexhp-qr-checkout p,.lexhp-review-action input,.lexhp-taxonomy-block>div:first-child span,.lexhp-taxonomy-tags span{font-size:12px!important}.lexhp-autopilot-panel{margin-bottom:18px!important;overflow:hidden}.lexhp-autopilot-panel>.lexhp-panel__head{display:flex;align-items:flex-start;justify-content:space-between}.lexhp-autopilot-badge{display:inline-flex;align-items:center;white-space:nowrap;padding:6px 9px;border:1px solid var(--lexhp-line);border-radius:999px!important;font-size:12px;font-weight:400}.lexhp-autopilot-badge.is-ready{color:#0f8a57;background:color-mix(in srgb,#16a66a 10%,var(--lexhp-panel));border-color:color-mix(in srgb,#16a66a 30%,var(--lexhp-line))}.lexhp-autopilot-badge.is-warning{color:var(--lexhp-warning);background:color-mix(in srgb,var(--lexhp-warning) 10%,var(--lexhp-panel));border-color:color-mix(in srgb,var(--lexhp-warning) 30%,var(--lexhp-line))}.lexhp-autopilot-metrics{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;padding:18px 20px}.lexhp-autopilot-metrics>div{min-width:0;padding:13px 14px;border:1px solid var(--lexhp-line);background:var(--lexhp-panel-2);border-radius:12px!important}.lexhp-autopilot-metrics span,.lexhp-autopilot-metrics strong{display:block}.lexhp-autopilot-metrics span{font-size:12px;color:var(--lexhp-muted)}.lexhp-autopilot-metrics strong{margin-top:4px;font-size:19px;font-weight:400;color:var(--lexhp-text)}.lexhp-autopilot-flow{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;margin:0 20px 20px;padding:12px 14px;border:1px dashed color-mix(in srgb,var(--lexhp-accent) 28%,var(--lexhp-line));background:color-mix(in srgb,var(--lexhp-accent) 4%,var(--lexhp-panel-2));border-radius:12px!important}.lexhp-autopilot-flow span{font-size:12px;font-weight:400}.lexhp-autopilot-flow i{font-style:normal;color:var(--lexhp-accent);font-weight:400}.lexhp-autopilot-state{display:grid;gap:4px;margin:18px 20px 20px;padding:14px;border:1px solid var(--lexhp-line);background:var(--lexhp-panel-2);border-radius:12px!important}.lexhp-autopilot-state strong{font-size:14px}.lexhp-autopilot-state span{font-size:13px;color:var(--lexhp-muted)}.lexhp-autobuy-toggle{display:grid;gap:12px;padding:16px;border:1px solid color-mix(in srgb,#16a66a 28%,var(--lexhp-line));background:color-mix(in srgb,#16a66a 6%,var(--lexhp-panel-2));border-radius:14px!important}.lexhp-autobuy-toggle>label{display:flex;align-items:flex-start;gap:12px}.lexhp-autobuy-toggle input[type=checkbox]{width:20px;height:20px;flex:0 0 20px;margin-top:2px;accent-color:#16a66a}.lexhp-autobuy-toggle label span{display:grid;gap:3px}.lexhp-autobuy-toggle label strong{font-size:15px;font-weight:400}.lexhp-autobuy-toggle label small{font-size:13px!important}.lexhp-autobuy-flow{display:flex;align-items:center;gap:7px;flex-wrap:wrap;padding-left:32px}.lexhp-autobuy-flow span{font-size:12px;font-weight:400;color:var(--lexhp-text)}.lexhp-autobuy-flow i{font-style:normal;color:#16a66a;font-weight:400}html[data-lexh-legacy-dark-disabled=true] .lexhp-main :where(.lexhp-action-message.is-success,.lexhp-score.is-good,.lexhp-risk.is-low){background:#0c2c20!important;border-color:#1b5f45!important;color:#9af0c3!important}html[data-lexh-legacy-dark-disabled=true] .lexhp-main :where(.lexhp-score.is-mid){background:#36290d!important;color:#fde68a!important}html[data-lexh-legacy-dark-disabled=true] .lexhp-main :where(.lexhp-score.is-low,.lexhp-risk.is-high,.lexhp-action-message.is-error){background:#301419!important;border-color:#7f1d1d!important;color:#fecaca!important}html[data-lexh-legacy-dark-disabled=true] .lexhp-main .lexhp-risk.is-mid{background:#34200f!important;color:#fdba74!important}html[data-lexh-legacy-dark-disabled=true] .lexhp-main .lexhp-status-pill.is-received{background:#102a4a!important;color:#93c5fd!important}html[data-lexh-legacy-dark-disabled=true] .lexhp-autopilot-badge.is-ready{color:#86efac}@media(max-width:1280px){.lexhp-autopilot-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.lexhp-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:1024px){.lexhp-content{padding:22px}.lexhp-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.lexha-grid-wide,.lexhp-dashboard-grid,.lexhp-finance-layout,.lexhp-workspace-grid{grid-template-columns:1fr!important}.lexhp-page-heading{align-items:flex-start}}@media(max-width:760px){.lexhp-content{padding:16px}.lexhp-page-heading{padding:16px;gap:14px;align-items:flex-start}.lexhp-page-heading__icon{width:44px;height:44px;flex-basis:44px}.lexhp-page-heading__icon svg{width:21px!important;height:21px!important}.lexhp-page-heading h1{font-size:25px!important}.lexhp-heading-status{display:none}.lexhp-kpi-grid{grid-template-columns:1fr!important;gap:12px!important}.lexhp-kpi{min-height:96px}.lexhp-autopilot-metrics{grid-template-columns:repeat(2,minmax(0,1fr));padding:15px}.lexhp-autopilot-flow{margin:0 15px 15px}.lexhp-card__head,.lexhp-panel__head{padding:17px 16px 14px!important}.lexhp-form-stack{padding:16px!important}.lexhp-table td,.lexhp-table th{padding:11px 12px!important}.lexhp-card__head strong,.lexhp-panel__head h2{font-size:18px!important}}@media(max-width:480px){.lexhp-content{padding:12px}.lexhp-page-heading{padding:14px}.lexhp-page-heading__identity{gap:11px;align-items:flex-start}.lexhp-page-heading h1{font-size:22px!important}.lexhp-page-heading p{font-size:13px!important}.lexhp-autopilot-metrics{grid-template-columns:1fr}.lexhp-autopilot-panel>.lexhp-panel__head{display:grid;gap:10px}.lexhp-autopilot-badge{justify-self:start}.lexhp-autobuy-flow{padding-left:0}.lexhp-panel-title-row{gap:10px}.lexhp-panel-glyph{width:38px;height:38px;flex-basis:38px}}.lexhp-main :where(button,a,input,select,textarea):focus-visible{outline:3px solid color-mix(in srgb,var(--lexhp-accent) 46%,transparent)!important;outline-offset:2px!important}@media(prefers-reduced-motion:reduce){.lexhp-main *,.lexhp-main :after,.lexhp-main :before{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.lexhp-content .lexhp-eyebrow{font-size:13px!important}.lexhp-content :where(.lexhp-kpi__copy span,.lexhp-kpi__copy small,.lexhp-table th,.lexhp-table td small,.lexhp-cell-note,.lexhp-id,.lexhp-status-pill,.lexhp-score,.lexhp-risk,.lexhp-pagination,.lexhp-lead-book-pagination,.lexhp-health-list span,.lexhp-health-list strong,.lexhp-autopilot-metrics span,.lexhp-autopilot-flow span,.lexhp-autopilot-state span){font-size:13px!important}.lexhp-content .lexhp-card__head small,.lexhp-content .lexhp-panel__head p,.lexhp-content .lexhp-table td{font-size:15px!important}.lexhp-form-price-control{display:grid!important;grid-template-columns:minmax(150px,.55fr) minmax(150px,.45fr);align-items:center;gap:4px 12px;padding:13px 14px;border:1px solid var(--lexhp-line);background:var(--lexhp-panel);border-radius:12px!important}.lexhp-form-price-control input{grid-column:2;grid-row:1;min-width:0}.lexhp-form-price-control small{grid-column:1/-1;font-size:13px!important;color:var(--lexhp-muted)!important}html[data-lexh-legacy-dark-disabled=true] .lexhp-main{color-scheme:dark}html[data-lexh-color-mode=light] .lexhp-main{color-scheme:light}html[data-lexh-legacy-dark-disabled=true] .lexhp-main .lexhp-iam-badge{background:#13263a!important;color:#cbd5e1!important}html[data-lexh-legacy-dark-disabled=true] .lexhp-main .lexhp-iam-badge.is-active{background:#0c2c20!important;color:#9af0c3!important}html[data-lexh-legacy-dark-disabled=true] .lexhp-main .lexhp-iam-badge.is-pending-approval{background:#34200f!important;color:#fdba74!important}html[data-lexh-legacy-dark-disabled=true] .lexhp-main .lexhp-iam-badge.is-suspended{background:#36290d!important;color:#fde68a!important}html[data-lexh-legacy-dark-disabled=true] .lexhp-main .lexhp-iam-badge.is-rejected{background:#301419!important;color:#fecaca!important}html[data-lexh-legacy-dark-disabled=true] .lexhp-main .lexhp-btn--danger{background:#301419!important;border-color:#7f1d1d!important;color:#fecaca!important}html[data-lexh-legacy-dark-disabled=true] .lexhp-main :where(.lexhp-status-pill.is-review,.lexhp-status-pill.is-validating){background:#3a2412!important;color:#fed7aa!important}@media(max-width:680px){.lexhp-form-price-control{grid-template-columns:1fr}.lexhp-form-price-control input{grid-column:1;grid-row:auto}}.lexhp-recent-leads{width:100%;min-width:0}.lexhp-recent-leads__head{align-items:center}.lexhp-recent-leads__view{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:7px 12px;border-radius:9px;color:var(--lexhp-accent);font-size:14px;font-weight:400;text-decoration:none;border:1px solid color-mix(in srgb,var(--lexhp-accent) 20%,var(--lexhp-line));background:color-mix(in srgb,var(--lexhp-accent) 6%,var(--lexhp-panel));transition:background .18s,border-color .18s,transform .18s}.lexhp-recent-leads__view:hover{background:color-mix(in srgb,var(--lexhp-accent) 11%,var(--lexhp-panel));border-color:color-mix(in srgb,var(--lexhp-accent) 34%,var(--lexhp-line));transform:translateY(-1px)}.lexhp-recent-leads__table{max-width:100%;overflow:auto}.lexhp-recent-leads__table .lexhp-table{min-width:1580px}.lexhp-recent-leads__table .lexhp-table th{white-space:nowrap}.lexhp-recent-leads__table .lexhp-table td{vertical-align:middle}.lexhp-recent-leads__table .lexhp-table td strong{font-size:14px;font-weight:400}.lexhp-phone-value{white-space:nowrap;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.lexhp-phone-value.is-masked{color:var(--lexhp-muted);letter-spacing:.035em}.lexhp-quality-label,.lexhp-tier-pill{display:inline-flex;align-items:center;min-height:26px;padding:4px 9px;border-radius:999px;border:1px solid var(--lexhp-line);font-size:12px;font-weight:400;white-space:nowrap}.lexhp-quality-label.is-excellent,.lexhp-tier-pill.is-elite{background:#e9fbf2;color:#087247;border-color:#b8efd2}.lexhp-quality-label.is-very-good,.lexhp-tier-pill.is-premium{background:#edf8ff;color:#096b9b;border-color:#bfe7f8}.lexhp-quality-label.is-good,.lexhp-tier-pill.is-priority{background:#f1efff;color:#6346c6;border-color:#d9d0ff}.lexhp-quality-label.is-fair,.lexhp-tier-pill.is-standard{background:#fff7e8;color:#9a5d00;border-color:#f4d8a4}.lexhp-quality-label.is-review,.lexhp-tier-pill.is-review{background:#fff0f1;color:#b42331;border-color:#f4c3c8}.lexhp-quality-label.is-unscored,.lexhp-tier-pill.is-unscored{background:var(--lexhp-panel-2);color:var(--lexhp-muted);border-color:var(--lexhp-line)}html[data-lexh-legacy-dark-disabled=true] .lexhp-quality-label.is-excellent,html[data-lexh-legacy-dark-disabled=true] .lexhp-tier-pill.is-elite{background:#0c2c20;color:#9af0c3;border-color:#1b5f45}html[data-lexh-legacy-dark-disabled=true] .lexhp-quality-label.is-very-good,html[data-lexh-legacy-dark-disabled=true] .lexhp-tier-pill.is-premium{background:#102a4a;color:#93c5fd;border-color:#23496e}html[data-lexh-legacy-dark-disabled=true] .lexhp-quality-label.is-good,html[data-lexh-legacy-dark-disabled=true] .lexhp-tier-pill.is-priority{background:#251d47;color:#c4b5fd;border-color:#4c3d83}html[data-lexh-legacy-dark-disabled=true] .lexhp-quality-label.is-fair,html[data-lexh-legacy-dark-disabled=true] .lexhp-tier-pill.is-standard{background:#36290d;color:#fde68a;border-color:#6b521a}html[data-lexh-legacy-dark-disabled=true] .lexhp-quality-label.is-review,html[data-lexh-legacy-dark-disabled=true] .lexhp-tier-pill.is-review{background:#301419;color:#fecaca;border-color:#7f1d1d}@media(max-width:820px){.lexhp-recent-leads__head{align-items:flex-start}.lexhp-recent-leads__view{min-height:34px;padding:6px 10px;font-size:13px}}.lexhp-main{width:100%!important;max-width:none!important}.lexhp-content{width:100%!important;padding-right:clamp(20px,2.15vw,34px)!important}.lexha-grid-wide,.lexhp-dashboard-grid,.lexhp-finance-layout,.lexhp-grid,.lexhp-kpi-grid,.lexhp-workspace-grid{width:100%!important;max-width:none!important}.lexhp-autopilot-flow,.lexhp-autopilot-metrics>div,.lexhp-autopilot-state,.lexhp-connect-card,.lexhp-economics-preview>div,.lexhp-finance-message,.lexhp-json-preview,.lexhp-kpi,.lexhp-live-account,.lexhp-live-empty,.lexhp-main :where(.lexhp-panel,.lexhp-card),.lexhp-order-list>article,.lexhp-page-heading,.lexhp-payment-method-grid article,.lexhp-qr-checkout,.lexhp-sidebar__identity--stacked .lexhp-logo-plate,.lexhp-sidebar__identity--stacked .lexhp-role-chip,.lexhp-table-wrap,.lexhp-verification-summary>div{border-radius:5px!important}.lexhp-kpi__icon,.lexhp-page-heading__icon,.lexhp-panel-glyph{border-radius:5px!important}.lexhp-page-id span,.lexhp-page-id strong{font-size:26px!important;line-height:1.2!important}.lexhp-page-id span{color:var(--lexhp-text)!important}.lexhp-page-id span,.lexhp-page-id strong{font-weight:400!important}.lexhp-content{width:auto!important;max-width:none!important;margin:15px!important;padding:0!important}.lexhp-page-heading{margin:0 0 15px!important}.lexha-grid-wide,.lexhp-dashboard-grid,.lexhp-finance-layout,.lexhp-grid,.lexhp-kpi-grid,.lexhp-workspace-grid{gap:15px!important;margin-bottom:15px!important}.lexhp-dashboard-grid--trend{margin-bottom:15px!important}.lexhp-content>:where(.lexhp-panel,.lexhp-card,.lexhp-approval-banner,.lexhp-action-message,.lexhp-form-message)+:where(.lexhp-panel,.lexhp-card,.lexhp-approval-banner,.lexhp-action-message,.lexhp-form-message){margin-top:15px!important}.lexhp-kpi__icon,.lexhp-module-icon,.lexhp-nav-group__glyph,.lexhp-nav__icon,.lexhp-page-heading__icon,.lexhp-panel-glyph{display:grid!important;place-items:center!important;align-items:center!important;justify-items:center!important}.lexhp-kpi__icon svg,.lexhp-module-icon svg,.lexhp-nav-group__glyph svg,.lexhp-nav__icon svg,.lexhp-page-heading__icon svg,.lexhp-panel-glyph svg{display:block!important;margin:auto!important;flex:none!important}@media(max-width:1024px){.lexhp-content{margin:15px!important;padding:0!important}}@media(max-width:760px){.lexhp-content{margin:15px!important;padding:0!important}.lexha-grid-wide,.lexhp-dashboard-grid,.lexhp-finance-layout,.lexhp-grid,.lexhp-kpi-grid,.lexhp-workspace-grid{gap:15px!important}}@media(max-width:480px){.lexhp-content{margin:15px!important;padding:0!important}}.lexhp-page-id{display:flex!important;align-items:center!important;gap:10px!important;min-width:0!important;max-width:100%!important;white-space:nowrap!important;overflow:hidden!important}.lexhp-page-id__group,.lexhp-page-id__role,.lexhp-page-id__section,.lexhp-page-id__separator{font-size:26px!important;line-height:1.2!important;white-space:nowrap!important}.lexhp-page-id__role{flex:0 0 auto;font-weight:400!important;color:var(--lexhp-text)!important}.lexhp-page-id__separator{flex:0 0 auto;color:var(--lexhp-subtle)!important;font-weight:400!important}.lexhp-page-id__group{color:var(--lexhp-muted)!important}.lexhp-page-id__group,.lexhp-page-id__section{flex:0 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;font-weight:400!important}.lexhp-page-id__section{color:var(--lexhp-text)!important}@media(max-width:1180px){.lexhp-page-id__group,.lexhp-page-id__role,.lexhp-page-id__section,.lexhp-page-id__separator{font-size:20px!important}.lexhp-page-id{gap:7px!important}}@media(max-width:820px){.lexhp-page-id span{display:inline!important}.lexhp-page-id__group,.lexhp-page-id__separator:first-of-type{display:none!important}.lexhp-page-id__role,.lexhp-page-id__section,.lexhp-page-id__separator{font-size:16px!important}.lexhp-page-id{gap:6px!important}}@media(max-width:540px){.lexhp-page-id__role,.lexhp-page-id__section,.lexhp-page-id__separator{font-size:14px!important}.lexhp-page-id__section{max-width:42vw}}.lexhp-content :where(.lexhp-page-heading__icon,.lexhp-panel-glyph,.lexhp-kpi__icon,.lexhp-module-icon,.lexhp-record-safe-note__icon,.lexhp-verification__icon,.lexhp-activity-list>div>span,.lexhp-check-list p>span,.lexhp-icon-btn){display:grid!important;place-items:center!important;align-items:center!important;justify-items:center!important;text-align:center!important}.lexhp-content :where(.lexhp-page-heading__icon,.lexhp-panel-glyph,.lexhp-kpi__icon,.lexhp-module-icon,.lexhp-record-safe-note__icon,.lexhp-verification__icon,.lexhp-activity-list>div>span,.lexhp-check-list p>span,.lexhp-icon-btn)>svg{display:block!important;margin:auto!important;align-self:center!important;justify-self:center!important;flex:none!important}.lexhp-page-id span,.lexhp-page-id strong,.lexhp-page-id__group,.lexhp-page-id__role,.lexhp-page-id__section,.lexhp-page-id__separator{font-size:20px!important}@media(max-width:820px){.lexhp-page-id{display:none!important}.lexhp-topbar{padding-inline:12px!important;gap:8px!important}.lexhp-topbar__left{flex:0 0 auto!important}.lexhp-topbar__right{margin-left:auto!important;min-width:0!important;gap:6px!important}.lexhp-search-trigger{width:40px!important;min-width:40px!important;height:40px!important;padding:0!important;justify-content:center!important}.lexhp-search-trigger kbd,.lexhp-search-trigger span{display:none!important}.lexhp-profile{width:40px!important;min-width:40px!important;padding:4px!important;justify-content:center!important}.lexhp-profile>svg,.lexhp-profile__copy{display:none!important}.lexhp-messages-popover,.lexhp-notifications-popover,.lexhp-profile-popover,.lexhp-search-popover{position:fixed!important;left:12px!important;right:12px!important;top:66px!important;width:auto!important;max-width:none!important}}@media(max-width:540px){.lexhp-topbar{padding-inline:10px!important;gap:5px!important}.lexhp-topbar__right{gap:4px!important}.lexhp-profile,.lexhp-search-trigger{width:38px!important;min-width:38px!important;height:38px!important}}.lexhp-source-workspace{gap:15px!important}.lexhp-source-inventory,.lexhp-source-panel{overflow:hidden}.lexhp-source-form{display:grid;gap:0}.lexhp-source-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 24px;padding:22px 24px 24px}.lexhp-source-field{display:grid!important;grid-template-rows:auto minmax(34px,auto) auto;align-content:start;gap:5px!important;min-width:0}.lexhp-source-field>span{display:block;font-size:14px!important;line-height:1.35!important;font-weight:400!important;color:var(--lexhp-text)!important}.lexhp-source-field>small{display:block;font-size:12px!important;line-height:1.45!important;font-weight:400!important;color:var(--lexhp-muted)!important}.lexhp-source-field>input,.lexhp-source-field>select{width:100%!important;min-width:0!important;min-height:48px!important;margin:0!important;padding:11px 13px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important;color:var(--lexhp-text)!important;font-size:14px!important;line-height:1.35!important;box-shadow:none!important;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.lexhp-source-field>input:hover,.lexhp-source-field>select:hover{border-color:var(--lexhp-line-strong)!important}.lexhp-source-field>input:focus,.lexhp-source-field>select:focus{outline:none!important;border-color:color-mix(in srgb,var(--lexhp-accent) 72%,var(--lexhp-line))!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--lexhp-accent) 12%,transparent)!important}.lexhp-source-field>input::placeholder{color:var(--lexhp-subtle)!important;opacity:1}.lexhp-source-form__footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 24px;border-top:1px solid var(--lexhp-line);background:color-mix(in srgb,var(--lexhp-panel-2) 54%,var(--lexhp-panel))}.lexhp-source-form__note{display:grid;gap:3px;min-width:0}.lexhp-source-form__note strong{font-size:13px!important;line-height:1.35!important;font-weight:400!important;color:var(--lexhp-text)!important}.lexhp-source-form__note span{font-size:12px!important;line-height:1.45!important;color:var(--lexhp-muted)!important}.lexhp-source-form__footer .lexhp-btn{flex:0 0 auto;min-width:148px;min-height:44px!important;border-radius:5px!important}.lexhp-source-panel>.lexhp-form-message{margin:0 24px 20px}.lexhp-source-inventory>.lexhp-empty-state{min-height:180px}@media(max-width:760px){.lexhp-source-form__grid{grid-template-columns:1fr;padding:18px 16px;gap:17px}.lexhp-source-field{grid-template-rows:auto auto auto}.lexhp-source-form__footer{align-items:stretch;flex-direction:column;padding:16px}.lexhp-source-form__footer .lexhp-btn{width:100%;min-width:0}.lexhp-source-panel>.lexhp-form-message{margin:0 16px 16px}}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-page-heading{padding:20px 22px!important;border:1px solid var(--lexhp-line)!important;background:linear-gradient(135deg,color-mix(in srgb,var(--lexhp-accent) 5%,var(--lexhp-panel)),var(--lexhp-panel) 58%,var(--lexhp-panel-2))!important;box-shadow:0 8px 24px color-mix(in srgb,var(--lexhp-text) 4%,transparent)!important}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-page-heading__identity{align-items:center!important;gap:16px!important}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-page-heading h1{margin:3px 0 5px!important;font-size:clamp(28px,2vw,36px)!important;line-height:1.12!important;font-weight:400!important;letter-spacing:-.025em!important}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-page-heading p{max-width:760px!important;font-size:14px!important;line-height:1.55!important}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-heading-status{min-height:34px!important;padding:7px 10px!important;border-radius:5px!important;background:color-mix(in srgb,var(--lexhp-panel-2) 72%,var(--lexhp-panel))!important}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-kpi{position:relative;min-height:108px!important;grid-template-columns:44px minmax(0,1fr)!important;align-items:center!important;gap:14px!important;padding:16px 18px!important;overflow:hidden;background:linear-gradient(145deg,var(--lexhp-panel),color-mix(in srgb,var(--lexhp-kpi-color,var(--lexhp-accent)) 3%,var(--lexhp-panel-2)))!important;border-color:color-mix(in srgb,var(--lexhp-kpi-color,var(--lexhp-accent)) 16%,var(--lexhp-line))!important;box-shadow:inset 0 2px 0 color-mix(in srgb,var(--lexhp-kpi-color,var(--lexhp-accent)) 48%,transparent),0 7px 20px color-mix(in srgb,var(--lexhp-text) 3%,transparent)!important;transform:none!important}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-kpi:hover{border-color:color-mix(in srgb,var(--lexhp-kpi-color,var(--lexhp-accent)) 30%,var(--lexhp-line))!important;box-shadow:inset 0 2px 0 color-mix(in srgb,var(--lexhp-kpi-color,var(--lexhp-accent)) 66%,transparent),0 9px 24px color-mix(in srgb,var(--lexhp-text) 5%,transparent)!important}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-kpi__icon{width:44px!important;height:44px!important;flex-basis:44px!important}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-kpi__icon svg{width:20px!important;height:20px!important}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-kpi__copy span{font-size:12px!important;font-weight:400!important;letter-spacing:.005em!important}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-kpi__copy strong{margin:3px 0 2px!important;font-size:clamp(23px,1.45vw,28px)!important;font-weight:400!important;letter-spacing:-.025em!important}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-kpi__copy small{margin-top:2px!important;font-size:11px!important;line-height:1.35!important}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-panel{border-color:var(--lexhp-line)!important;box-shadow:0 7px 22px color-mix(in srgb,var(--lexhp-text) 3%,transparent)!important;overflow:hidden}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-panel__head{padding:18px 20px 16px!important;background:linear-gradient(180deg,color-mix(in srgb,var(--lexhp-accent) 3%,var(--lexhp-panel)),var(--lexhp-panel))!important}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-panel-title-row{align-items:center!important;gap:13px!important}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-panel-glyph{width:40px!important;height:40px!important;flex-basis:40px!important}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-panel-glyph svg{width:19px!important;height:19px!important}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-panel__head h2{margin:3px 0 2px!important;font-size:19px!important;font-weight:400!important}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-panel__head p{margin-top:3px!important;max-width:860px;font-size:13px!important;line-height:1.5!important}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-eyebrow{font-size:11px!important;letter-spacing:.075em!important}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-autopilot-panel{margin-bottom:0!important}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-autopilot-badge{min-height:32px;padding:6px 10px;border-radius:5px!important;font-size:11px!important;font-weight:400!important}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-autopilot-metrics{grid-template-columns:repeat(5,minmax(0,1fr));gap:0!important;padding:0!important;border-bottom:1px solid var(--lexhp-line)}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-autopilot-metrics>div{min-height:82px;padding:15px 18px!important;border:0!important;border-right:1px solid var(--lexhp-line)!important;border-radius:0!important;background:var(--lexhp-panel)!important;display:grid;align-content:center}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-autopilot-metrics>div:last-child{border-right:0!important}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-autopilot-metrics span{font-size:11px!important;font-weight:400!important}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-autopilot-metrics strong{margin-top:4px!important;font-size:20px!important;font-weight:400!important}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-autopilot-flow{justify-content:flex-start!important;gap:7px!important;margin:0!important;padding:14px 18px!important;border:0!important;border-radius:0!important;background:color-mix(in srgb,var(--lexhp-accent) 3%,var(--lexhp-panel-2))!important}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-autopilot-flow span{display:inline-flex;align-items:center;min-height:30px;padding:5px 9px;border:1px solid var(--lexhp-line);border-radius:5px;background:var(--lexhp-panel);font-size:11px!important;font-weight:400!important}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-autopilot-flow i{font-size:14px!important;color:var(--lexhp-subtle)!important}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-dashboard-grid--trend{grid-template-columns:minmax(0,1.55fr) minmax(320px,.75fr)!important}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-finance-chart{padding:18px 20px 20px!important}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-finance-chart svg{height:245px!important}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-chart-summary{margin-top:12px!important;font-size:11px!important}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-health-list{padding:4px 20px 12px!important}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-health-list>div{min-height:45px;padding:10px 0!important}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-health-list span,.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-health-list strong{font-size:12px!important}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-health-list i{width:8px;height:8px;box-shadow:0 0 0 3px color-mix(in srgb,currentColor 10%,transparent)}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-recent-leads__view{min-height:34px;padding:6px 11px;border-radius:5px!important;font-size:12px!important;font-weight:400!important}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-recent-leads__table{background:var(--lexhp-panel)}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-recent-leads__table .lexhp-table th{position:sticky;top:0;z-index:2;padding-top:11px!important;padding-bottom:11px!important;background:var(--lexhp-panel-2)!important;color:var(--lexhp-muted)!important;font-size:11px!important;font-weight:400!important;letter-spacing:.035em;text-transform:uppercase}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-recent-leads__table .lexhp-table td{padding-top:12px!important;padding-bottom:12px!important;border-bottom-color:color-mix(in srgb,var(--lexhp-line) 78%,transparent)!important}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-recent-leads__table .lexhp-table tbody tr{transition:background .14s ease}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-recent-leads__table .lexhp-table tbody tr:hover{background:color-mix(in srgb,var(--lexhp-accent) 4%,var(--lexhp-panel))}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-finance-position{grid-template-columns:repeat(2,minmax(0,1fr));padding:0!important}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-finance-position>div{display:grid!important;align-content:center!important;justify-content:stretch!important;gap:5px!important;min-height:92px;padding:17px 20px!important;border-bottom:0!important;border-right:1px solid var(--lexhp-line)}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-finance-position>div:nth-child(2){border-right:0!important}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-finance-position>div span{font-size:12px!important;font-weight:400!important}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-finance-position>div strong{font-size:22px!important;font-weight:400!important;letter-spacing:-.02em}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-finance-position>small{grid-column:1/-1;padding:11px 20px!important;border-top:1px solid var(--lexhp-line);background:var(--lexhp-panel-2);font-size:11px!important;line-height:1.45!important}@media(max-width:1280px){.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:1024px){.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-dashboard-grid--trend{grid-template-columns:1fr!important}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-autopilot-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-autopilot-metrics>div{border-bottom:1px solid var(--lexhp-line)!important}}@media(max-width:760px){.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-page-heading{padding:16px!important}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-kpi-grid{grid-template-columns:1fr!important}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-kpi{min-height:96px!important;padding:14px 16px!important}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-autopilot-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-autopilot-flow{align-items:flex-start;padding:14px!important}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-finance-position{grid-template-columns:1fr}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-finance-position>div{border-right:0!important;border-bottom:1px solid var(--lexhp-line)!important}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-finance-position>div:nth-child(2){border-bottom:0!important}}@media(max-width:480px){.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-autopilot-metrics{grid-template-columns:1fr}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-autopilot-metrics>div{border-right:0!important}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-autopilot-flow{display:grid!important;grid-template-columns:1fr!important}.lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-autopilot-flow i{display:none!important}}.lexhp-content .lexhp-page-heading{padding:20px 22px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:linear-gradient(135deg,color-mix(in srgb,var(--lexhp-accent) 5%,var(--lexhp-panel)),var(--lexhp-panel) 58%,var(--lexhp-panel-2))!important;box-shadow:0 8px 24px color-mix(in srgb,var(--lexhp-text) 4%,transparent)!important}.lexhp-content .lexhp-page-heading__identity{align-items:center!important;gap:16px!important}.lexhp-content .lexhp-page-heading h1{margin:3px 0 5px!important;font-size:clamp(27px,1.9vw,35px)!important;line-height:1.12!important;font-weight:400!important;letter-spacing:-.025em!important}.lexhp-content .lexhp-page-heading p{max-width:840px!important;margin:0!important;font-size:14px!important;line-height:1.55!important}.lexhp-content .lexhp-heading-status{min-height:34px!important;padding:7px 10px!important;border-radius:5px!important;background:color-mix(in srgb,var(--lexhp-panel-2) 72%,var(--lexhp-panel))!important}.lexhp-content .lexhp-eyebrow{font-size:11px!important;line-height:1.3!important;font-weight:400!important;letter-spacing:.075em!important}.lexhp-content :where(.lexhp-panel,.lexhp-card){overflow:hidden;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel)!important;box-shadow:0 7px 22px color-mix(in srgb,var(--lexhp-text) 3%,transparent)!important}.lexhp-content :where(.lexhp-panel,.lexhp-card):hover{border-color:color-mix(in srgb,var(--lexhp-accent) 22%,var(--lexhp-line))!important}.lexhp-content :where(.lexhp-panel__head,.lexhp-card__head){min-height:72px;padding:18px 20px 16px!important;gap:14px!important;align-items:flex-start!important;border-bottom:1px solid var(--lexhp-line)!important;background:linear-gradient(180deg,color-mix(in srgb,var(--lexhp-accent) 2.5%,var(--lexhp-panel)),var(--lexhp-panel))!important}.lexhp-content .lexhp-card__head strong,.lexhp-content .lexhp-panel__head h2{margin:2px 0!important;font-size:19px!important;line-height:1.25!important;font-weight:400!important;letter-spacing:-.015em!important}.lexhp-content .lexhp-panel__head h3{margin:2px 0!important;font-size:17px!important;font-weight:400!important}.lexhp-content .lexhp-card__head small,.lexhp-content .lexhp-panel__head p{max-width:900px;margin:4px 0 0!important;font-size:13px!important;line-height:1.5!important;color:var(--lexhp-muted)!important}.lexhp-content .lexhp-panel-title-row{align-items:center!important;gap:13px!important}.lexhp-content .lexhp-panel-glyph{width:40px!important;height:40px!important;flex-basis:40px!important;border-radius:5px!important}.lexhp-content .lexhp-panel-glyph svg{width:19px!important;height:19px!important}.lexhp-content .lexhp-module-hero{grid-template-columns:50px minmax(0,1fr)!important;gap:15px!important;padding:20px!important;align-items:center!important}.lexhp-content .lexhp-module-icon{width:50px!important;height:50px!important;border:1px solid color-mix(in srgb,var(--lexhp-accent) 22%,var(--lexhp-line))!important;border-radius:5px!important}.lexhp-content .lexhp-module-icon svg{width:22px!important;height:22px!important}.lexhp-content .lexhp-module-hero h2{margin:3px 0!important;font-size:21px!important;font-weight:400!important;letter-spacing:-.015em!important}.lexhp-content .lexhp-module-hero p{max-width:820px!important;font-size:13px!important;line-height:1.5!important}.lexhp-content .lexhp-module-actions>div{padding:14px 18px!important}.lexhp-content .lexhp-module-actions span{font-size:11px!important;font-weight:400!important}.lexhp-content .lexhp-module-actions strong{font-size:13px!important;font-weight:400!important}.lexhp-content[data-section=dashboard] .lexhp-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.lexhp-content[data-section=dashboard] .lexhp-kpi{position:relative;min-height:108px!important;padding:16px 17px!important;gap:13px!important;overflow:hidden;border-radius:5px!important;box-shadow:inset 0 2px 0 color-mix(in srgb,var(--lexhp-kpi-color,var(--lexhp-accent)) 52%,transparent),0 7px 20px color-mix(in srgb,var(--lexhp-text) 4%,transparent)!important;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.lexhp-content[data-section=dashboard] .lexhp-kpi:hover{border-color:color-mix(in srgb,var(--lexhp-kpi-color,var(--lexhp-accent)) 30%,var(--lexhp-line))!important;box-shadow:inset 0 2px 0 color-mix(in srgb,var(--lexhp-kpi-color,var(--lexhp-accent)) 66%,transparent),0 9px 24px color-mix(in srgb,var(--lexhp-text) 5%,transparent)!important}.lexhp-content[data-section=dashboard] .lexhp-kpi__icon{width:44px!important;height:44px!important;flex-basis:44px!important;border-radius:5px!important}.lexhp-content[data-section=dashboard] .lexhp-kpi__icon svg{width:20px!important;height:20px!important}.lexhp-content[data-section=dashboard] .lexhp-kpi__copy span{font-size:12px!important;font-weight:400!important;letter-spacing:.005em!important}.lexhp-content[data-section=dashboard] .lexhp-kpi__copy strong{margin:3px 0 2px!important;font-size:clamp(23px,1.45vw,28px)!important;font-weight:400!important;letter-spacing:-.025em!important}.lexhp-content[data-section=dashboard] .lexhp-kpi__copy small{margin-top:2px!important;font-size:11px!important;line-height:1.35!important}.lexhp-content[data-section=dashboard] .lexhp-autopilot-panel{margin-bottom:0!important}.lexhp-content[data-section=dashboard] .lexhp-autopilot-badge{min-height:32px;padding:6px 10px;border-radius:5px!important;font-size:11px!important;font-weight:400!important}.lexhp-content[data-section=dashboard] .lexhp-autopilot-metrics{grid-template-columns:repeat(5,minmax(0,1fr));gap:0!important;padding:0!important;border-bottom:1px solid var(--lexhp-line)}.lexhp-content[data-section=dashboard] .lexhp-autopilot-metrics>div{min-height:82px;padding:15px 18px!important;border:0!important;border-right:1px solid var(--lexhp-line)!important;border-radius:0!important;background:var(--lexhp-panel)!important;display:grid;align-content:center}.lexhp-content[data-section=dashboard] .lexhp-autopilot-metrics>div:last-child{border-right:0!important}.lexhp-content[data-section=dashboard] .lexhp-autopilot-metrics span{font-size:11px!important;font-weight:400!important}.lexhp-content[data-section=dashboard] .lexhp-autopilot-metrics strong{margin-top:4px!important;font-size:20px!important;font-weight:400!important}.lexhp-content[data-section=dashboard] .lexhp-autopilot-flow{justify-content:flex-start!important;gap:7px!important;margin:0!important;padding:14px 18px!important;border:0!important;border-radius:0!important;background:color-mix(in srgb,var(--lexhp-accent) 3%,var(--lexhp-panel-2))!important}.lexhp-content[data-section=dashboard] .lexhp-autopilot-flow span{display:inline-flex;align-items:center;min-height:30px;padding:5px 9px;border:1px solid var(--lexhp-line);border-radius:5px;background:var(--lexhp-panel);font-size:11px!important;font-weight:400!important}.lexhp-content[data-section=dashboard] .lexhp-autopilot-flow i{font-size:14px!important;color:var(--lexhp-subtle)!important}.lexhp-content[data-section=dashboard] .lexhp-dashboard-grid--trend{grid-template-columns:minmax(0,1.55fr) minmax(320px,.75fr)!important}.lexhp-content[data-section=dashboard] .lexhp-finance-chart{padding:18px 20px 20px!important}.lexhp-content[data-section=dashboard] .lexhp-finance-chart svg{height:245px!important}.lexhp-content[data-section=dashboard] .lexhp-chart-summary{margin-top:12px!important;font-size:11px!important}.lexhp-content[data-section=dashboard] .lexhp-health-list{padding:4px 20px 12px!important}.lexhp-content[data-section=dashboard] .lexhp-health-list>div{min-height:45px;padding:10px 0!important}.lexhp-content[data-section=dashboard] .lexhp-health-list span,.lexhp-content[data-section=dashboard] .lexhp-health-list strong{font-size:12px!important}.lexhp-content[data-section=dashboard] .lexhp-recent-leads__view{min-height:34px;padding:6px 11px;border-radius:5px!important;font-size:12px!important;font-weight:400!important}.lexhp-content[data-section=dashboard] .lexhp-recent-leads__table .lexhp-table th{padding-top:11px!important;padding-bottom:11px!important;font-size:11px!important;font-weight:400!important}.lexhp-content[data-section=dashboard] .lexhp-recent-leads__table .lexhp-table td{padding-top:12px!important;padding-bottom:12px!important}.lexhp-content[data-section=dashboard] .lexhp-finance-position{grid-template-columns:repeat(2,minmax(0,1fr));padding:0!important}.lexhp-content[data-section=dashboard] .lexhp-finance-position>div{display:grid!important;align-content:center!important;justify-content:stretch!important;gap:5px!important;min-height:92px;padding:17px 20px!important;border-bottom:0!important;border-right:1px solid var(--lexhp-line)}.lexhp-content[data-section=dashboard] .lexhp-finance-position>div:nth-child(2){border-right:0!important}.lexhp-content[data-section=dashboard] .lexhp-finance-position>div span{font-size:12px!important;font-weight:400!important}.lexhp-content[data-section=dashboard] .lexhp-finance-position>div strong{font-size:22px!important;font-weight:400!important;letter-spacing:-.02em}.lexhp-content[data-section=dashboard] .lexhp-finance-position>small{grid-column:1/-1;padding:11px 20px!important;border-top:1px solid var(--lexhp-line);background:var(--lexhp-panel-2);font-size:11px!important;line-height:1.45!important}.lexhp-content :where(.lexhp-form-stack,.lexhp-finance-settings){padding:20px!important;gap:16px!important}.lexhp-content :where(.lexhp-form-grid,.lexhp-lead-book-filters,.lexha-controls,.lexhpc-toolbar,.lexhaut-pref-grid){gap:14px!important}.lexhp-content label{gap:6px!important;font-size:13px!important;line-height:1.4!important;font-weight:400!important;color:var(--lexhp-text)!important}.lexhp-content label small{font-size:11px!important;line-height:1.45!important;font-weight:400!important;color:var(--lexhp-muted)!important}.lexhp-content :where(input:not([type=checkbox]):not([type=radio]),select,textarea){min-height:46px!important;padding:10px 12px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important;color:var(--lexhp-text)!important;font-size:14px!important;line-height:1.4!important;box-shadow:none!important;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.lexhp-content :where(input:not([type=checkbox]):not([type=radio]),select,textarea):hover{border-color:var(--lexhp-line-strong)!important}.lexhp-content :where(input,select,textarea):focus{outline:none!important;border-color:color-mix(in srgb,var(--lexhp-accent) 72%,var(--lexhp-line))!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--lexhp-accent) 11%,transparent)!important}.lexhp-content textarea{min-height:104px!important;resize:vertical}.lexhp-content :where(.lexhp-btn,.lexhp-icon-btn,.lexhpc-bulk button,.lexhpc-mode-control button,.lexhpc-inherit,.lexhaut-tabs button){border-radius:5px!important}.lexhp-content .lexhp-btn{min-height:40px!important;padding:9px 14px!important;font-size:13px!important;font-weight:400!important}.lexhp-content .lexhp-action-row{align-items:center!important;gap:9px!important;margin:15px 0!important}.lexhp-content .lexhp-checkbox-row{padding-top:4px!important}.lexhp-content .lexhp-checkbox-row label{display:flex!important;align-items:center!important;gap:8px!important}.lexhp-content .lexhp-checkbox-row input[type=checkbox],.lexhp-content input[type=checkbox],.lexhp-content input[type=radio]{accent-color:var(--lexhp-accent)}.lexhp-content :where(.lexhp-form-message,.lexhp-action-message,.lexhp-finance-message,.lexhp-approval-banner,.lexhp-safe-note){border-radius:5px!important;font-size:12px!important;line-height:1.5!important}.lexhp-content .lexhp-safe-note{padding:13px 14px!important}.lexhp-content .lexhp-table-wrap{border-radius:0 0 5px 5px!important;background:var(--lexhp-panel)!important}.lexhp-content .lexhp-table{font-size:13px!important;line-height:1.45!important}.lexhp-content .lexhp-table th{padding:11px 13px!important;background:var(--lexhp-panel-2)!important;color:var(--lexhp-muted)!important;font-size:11px!important;font-weight:400!important;letter-spacing:.04em!important;text-transform:uppercase}.lexhp-content .lexhp-table td{padding:12px 13px!important;font-size:13px!important;vertical-align:middle!important;border-bottom:1px solid color-mix(in srgb,var(--lexhp-line) 78%,transparent)!important}.lexhp-content .lexhp-table tbody tr:hover{background:color-mix(in srgb,var(--lexhp-accent) 4%,var(--lexhp-panel))!important}.lexhp-content .lexhp-cell-note,.lexhp-content .lexhp-table td small{font-size:11px!important;line-height:1.4!important}.lexhp-content :where(.lexhp-status-pill,.lexhp-score,.lexhp-risk,.lexhp-quality-label,.lexhp-tier-pill,.lexhp-record-count,.lexhp-stripe-status,.lexhp-autopilot-badge){border-radius:999px!important}.lexhp-content .lexhp-table-tools{display:flex;align-items:center;gap:8px!important;flex-wrap:wrap}.lexhp-content .lexhp-table-tools :where(input,select){min-height:38px!important;height:38px!important;font-size:12px!important}.lexhp-content :where(.lexhp-lead-book-filters,.lexha-toolbar){padding:0 0 15px!important}.lexhp-content .lexhp-lead-book-filters :where(input,select){min-height:40px!important}.lexhp-content :where(.lexhp-mini-metrics>div,.lexhp-verification-summary>div,.lexhp-economics-preview>div,.lexhpc-summary>div,.lexhp-payment-method-grid article,.lexhp-order-list>article,.lexhp-connect-card,.lexhp-identity-card,.lexhp-avatar-editor,.lexhp-mfa-panel details,.lexhp-mfa-qr,.lexhp-mfa-recovery,.lexhaut-pref-grid>label,.lexhaut-action-card,.lexhp-json-preview,.lexhp-code-block,.lexhp-qr-checkout){border-radius:5px!important}.lexhp-content :where(.lexhp-mini-metrics>div,.lexhp-verification-summary>div,.lexhp-economics-preview>div,.lexhpc-summary>div){padding:14px!important;background:var(--lexhp-panel-2)!important}.lexhp-content :where(.lexhp-mini-metrics span,.lexhp-verification-summary span,.lexhp-economics-preview span,.lexhpc-summary span){font-size:11px!important;font-weight:400!important;color:var(--lexhp-muted)!important}.lexhp-content :where(.lexhp-mini-metrics strong,.lexhp-verification-summary strong,.lexhp-economics-preview strong){margin-top:3px!important;font-size:18px!important;font-weight:400!important}.lexhp-content .lexhp-check-list{padding:8px 20px 15px!important}.lexhp-content .lexhp-check-list p{grid-template-columns:30px minmax(0,1fr)!important;gap:10px!important}.lexhp-content .lexhp-check-list p>span{width:28px!important;height:28px!important;border-radius:5px!important;font-size:12px!important;font-weight:400!important}.lexhp-content .lexhp-check-list b{font-size:13px!important;font-weight:400!important}.lexhp-content .lexhp-check-list b small{margin-top:3px!important;font-size:11px!important;line-height:1.45!important}.lexhp-content .lexhp-health-list{padding:6px 20px 14px!important}.lexhp-content .lexhp-health-list>div{min-height:44px;padding:10px 0!important}.lexhp-content .lexhp-empty,.lexhp-content .lexhp-empty-state{padding:30px 20px!important}.lexhp-content .lexhp-empty-state>span{border-radius:5px!important}.lexhp-content .lexhp-empty strong,.lexhp-content .lexhp-empty-state strong{font-size:14px!important;font-weight:400!important}.lexhp-content .lexhp-empty span,.lexhp-content .lexhp-empty-state p{font-size:12px!important;line-height:1.5!important}.lexhp-content .lexhp-code-block{padding:14px!important;font-size:12px!important;line-height:1.55!important}.lexhp-content :where(.lexha-stack,.lexhaut-stack,.lexhpc-shell){gap:15px!important}.lexhp-content :where(.lexhpc-role-tabs button,.lexhaut-tabs button){min-height:38px!important;padding:8px 12px!important;font-size:12px!important;font-weight:400!important}.lexhp-content .lexhpc-toolbar{margin-top:15px!important}.lexhp-content .lexhpc-summary{gap:10px!important;margin-top:15px!important}.lexhp-content .lexhpc-group-head{padding:17px 20px!important;gap:15px!important;background:color-mix(in srgb,var(--lexhp-accent) 2%,var(--lexhp-panel))!important}.lexhp-content .lexhpc-group-head h3{font-size:17px!important;font-weight:400!important}.lexhp-content .lexhpc-group-head p{font-size:12px!important;line-height:1.5!important}.lexhp-content .lexhpc-feature{padding:13px 20px!important;gap:14px!important}.lexhp-content .lexhpc-feature-copy strong{font-size:13px!important;font-weight:400!important}.lexhp-content .lexhpc-feature-copy em,.lexhp-content .lexhpc-feature-copy small{font-size:11px!important}.lexhp-content .lexhpc-mode-control{border-radius:5px!important}.lexhp-content :where(.lexha-bar,.lexha-report-list article,.lexha-top-list article,.lexhaut-provider,.lexhaut-workflows article,.lexhaut-runs article,.lexhaut-template-list article){border-radius:5px!important}@media(max-width:1280px){.lexhp-content[data-section=dashboard] .lexhp-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.lexhp-content .lexhp-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:1024px){.lexhp-content[data-section=dashboard] .lexhp-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.lexhp-content[data-section=dashboard] .lexhp-dashboard-grid--trend{grid-template-columns:1fr!important}.lexhp-content[data-section=dashboard] .lexhp-autopilot-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.lexhp-content[data-section=dashboard] .lexhp-autopilot-metrics>div{border-bottom:1px solid var(--lexhp-line)!important}.lexhp-content :where(.lexhp-workspace-grid,.lexhp-finance-layout,.lexha-grid-wide){grid-template-columns:1fr!important}}@media(max-width:760px){.lexhp-content .lexhp-page-heading{padding:16px!important;gap:12px!important}.lexhp-content .lexhp-page-heading__identity{align-items:flex-start!important;gap:12px!important}.lexhp-content .lexhp-page-heading h1{font-size:24px!important}.lexhp-content :where(.lexhp-panel__head,.lexhp-card__head){min-height:0;padding:16px!important}.lexhp-content .lexhp-card__head strong,.lexhp-content .lexhp-panel__head h2{font-size:17px!important}.lexhp-content .lexhp-form-grid{grid-template-columns:1fr!important}.lexhp-content :where(.lexhp-form-stack,.lexhp-finance-settings){padding:16px!important}.lexhp-content[data-section=dashboard] .lexhp-kpi-grid{grid-template-columns:1fr!important}.lexhp-content[data-section=dashboard] .lexhp-kpi{min-height:96px!important;padding:14px 16px!important}.lexhp-content[data-section=dashboard] .lexhp-autopilot-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.lexhp-content[data-section=dashboard] .lexhp-autopilot-flow{align-items:flex-start;padding:14px!important}.lexhp-content[data-section=dashboard] .lexhp-finance-position{grid-template-columns:1fr}.lexhp-content[data-section=dashboard] .lexhp-finance-position>div{border-right:0!important;border-bottom:1px solid var(--lexhp-line)!important}.lexhp-content[data-section=dashboard] .lexhp-finance-position>div:nth-child(2){border-bottom:0!important}.lexhp-content .lexhp-table-tools{align-items:stretch;flex-direction:column}.lexhp-content .lexhp-table-tools :where(input,select,.lexhp-btn){width:100%!important}.lexhp-content .lexhpc-feature{grid-template-columns:1fr!important;padding:14px!important}.lexhp-content .lexhpc-mode-control{width:100%!important;grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:480px){.lexhp-content .lexhp-page-heading__icon{width:42px!important;height:42px!important;flex-basis:42px!important}.lexhp-content .lexhp-page-heading__icon svg{width:20px!important;height:20px!important}.lexhp-content .lexhp-page-heading h1{font-size:22px!important}.lexhp-content[data-section=dashboard] .lexhp-autopilot-metrics{grid-template-columns:1fr}.lexhp-content[data-section=dashboard] .lexhp-autopilot-metrics>div{border-right:0!important}.lexhp-content[data-section=dashboard] .lexhp-autopilot-flow{display:grid!important;grid-template-columns:1fr!important}.lexhp-content[data-section=dashboard] .lexhp-autopilot-flow i{display:none!important}.lexhp-content .lexhp-module-hero{grid-template-columns:42px minmax(0,1fr)!important;padding:16px!important}.lexhp-content .lexhp-module-icon{width:42px!important;height:42px!important}}.lexhp-content{--lexhp-space-xs:5px;--lexhp-space-sm:10px;--lexhp-space-md:15px;--lexhp-space-lg:20px;--lexhp-space-xl:24px;display:flex!important;flex-direction:column!important;gap:var(--lexhp-space-md)!important}.lexhp-content>*{margin-top:0!important;margin-bottom:0!important}.lexhp-content :where(.lexhp-kpi-grid,.lexhp-dashboard-grid,.lexhp-workspace-grid,.lexhp-grid,.lexhp-finance-layout,.lexhp-integration-grid,.lexhp-marketplace-grid,.lexhp-payment-method-grid,.lexhp-order-list,.lexhp-mini-kpis,.lexhp-account-details,.lexhp-routing-detail-grid,.lexhp-analytics-columns,.lexhp-verification-summary,.lexhp-economics-preview,.lexhpc-summary,.lexhaut-pref-grid,.lexha-grid-wide){gap:var(--lexhp-space-md)!important;margin-top:0!important;margin-bottom:0!important}.lexhp-content :where(.lexhp-dashboard-grid--trend,.lexhp-foundation-kpis,.lexhp-lead-intake,.lexhp-verification-desk){margin-bottom:0!important}.lexhp-content :where(.lexhp-routing-stack,.lexhp-source-workspace,.lexhp-form-cards,.lexhp-doc-list,.lexhp-api-endpoints,.lexhp-team-list,.lexhp-permission-list,.lexhp-verification-actions,.lexhp-verification-session,.lexhp-verification-transfer,.lexha-stack,.lexha-report-list,.lexhaut-stack,.lexhaut-actions-builder,.lexhaut-workflows,.lexhaut-runs,.lexhaut-template-list,.lexhpc-shell){gap:var(--lexhp-space-md)!important}.lexhp-content :where(.lexhp-form-stack,.lexhp-finance-settings){gap:var(--lexhp-space-md)!important;padding:var(--lexhp-space-lg)!important}.lexhp-content :where(.lexhp-form-stack,.lexhp-finance-settings)>*{margin-top:0!important;margin-bottom:0!important}.lexhp-content :where(.lexhp-form-grid,.lexhp-lead-form,.lexhp-lead-book-filters,.lexha-controls,.lexhpc-toolbar,.lexhaut-pref-grid){gap:var(--lexhp-space-md)!important}.lexhp-content :where(.lexhp-inline-form,.lexhp-inline-finance-form,.lexhp-inline-rule-form,.lexhp-row-actions,.lexhp-iam-actions,.lexhaut-actions,.lexhaut-form-actions,.lexhaut-run-actions,.lexha-export,.lexha-report-actions){gap:var(--lexhp-space-sm)!important}.lexhp-content label{gap:7px!important}.lexhp-content .lexhp-finance-settings :where(.lexhp-action-row,.lexhp-checkbox-row),.lexhp-content .lexhp-form-stack :where(.lexhp-action-row,.lexhp-checkbox-row){margin:0!important}.lexhp-content .lexhp-action-row{gap:var(--lexhp-space-sm)!important}.lexhp-content .lexhp-checkbox-row{gap:12px!important}.lexhp-content .lexhp-finance-body{display:grid!important;gap:var(--lexhp-space-md)!important;padding:var(--lexhp-space-lg)!important}.lexhp-content .lexhp-finance-body>*{margin-top:0!important;margin-bottom:0!important}.lexhp-content .lexhp-auto-recharge{margin-top:0!important;padding-top:var(--lexhp-space-md)!important}.lexhp-content .lexhp-qr-checkout{margin-top:0!important}.lexhp-content .lexhp-lead-form,.lexhp-content .lexhp-marketplace-grid,.lexhp-content .lexhp-order-list,.lexhp-content .lexhp-payment-method-grid{padding:var(--lexhp-space-lg)!important}.lexhp-content .lexhp-routing-detail-grid{padding:0 var(--lexhp-space-lg) var(--lexhp-space-lg)!important}.lexhp-content .lexhp-panel>.lexhp-form-message{margin:var(--lexhp-space-md) var(--lexhp-space-lg) 0!important}.lexhp-content .lexhp-panel>.lexhp-safe-note{margin:0 var(--lexhp-space-lg) var(--lexhp-space-lg)!important}.lexhp-content .lexhp-panel>.lexhp-permission-grid{gap:var(--lexhp-space-sm)!important;margin:0!important;padding:var(--lexhp-space-lg)!important}.lexhp-content .lexhp-panel>.lexhp-team-list{padding:var(--lexhp-space-sm) var(--lexhp-space-lg) var(--lexhp-space-lg)!important}.lexhp-content .lexhp-panel>.lexhp-team-add{margin:0 var(--lexhp-space-lg) var(--lexhp-space-md)!important}.lexhp-content .lexhp-panel>.lexhp-btn,.lexhp-content .lexhp-panel>.lexhp-chip-list{margin:0 var(--lexhp-space-lg) var(--lexhp-space-lg)!important}.lexhp-content .lexhp-panel>.lexhp-muted-copy{padding:var(--lexhp-space-lg)!important;margin:0!important}.lexhp-content .lexhp-marketplace-card{gap:var(--lexhp-space-md)!important;padding:var(--lexhp-space-md)!important}.lexhp-content .lexhp-integration-card{gap:12px!important}.lexhp-content .lexhp-integration-card,.lexhp-content .lexhp-payment-method-grid article{padding:var(--lexhp-space-md)!important}.lexhp-content .lexhp-order-head,.lexhp-content .lexhp-order-item{gap:var(--lexhp-space-md)!important;padding:var(--lexhp-space-md)!important}.lexhp-content .lexhp-activity-list>div{gap:12px!important;padding:12px 0!important}.lexhp-content .lexhp-notification-list article{gap:12px!important;padding:var(--lexhp-space-md) var(--lexhp-space-lg)!important}.lexhp-content .lexhp-team-list article{gap:var(--lexhp-space-sm)!important;padding:12px 0!important}.lexhp-content .lexhp-chip-list{gap:8px!important}.lexhp-content .lexhp-taxonomy-tags{gap:8px!important;margin-top:var(--lexhp-space-sm)!important}.lexhp-content .lexhp-check-list{padding:var(--lexhp-space-sm) var(--lexhp-space-lg) var(--lexhp-space-md)!important}.lexhp-content .lexhp-check-list p{padding:12px 0!important}.lexhp-content :where(.lexhp-table-tools,.lexhp-lead-book-pagination,.lexhp-panel__subhead,.lexhp-verification-status){gap:var(--lexhp-space-sm)!important}.lexhp-content .lexhp-lead-book-pagination{padding-top:var(--lexhp-space-md)!important}.lexhp-content :where(.lexhp-finance-message,.lexhp-action-message,.lexhp-approval-banner){margin-top:0!important;margin-bottom:0!important}.lexhp-content .lexhpc-summary,.lexhp-content .lexhpc-toolbar{margin-top:0!important}.lexhp-modal__head{gap:var(--lexhp-space-md,15px)!important}.lexhp-modal__content,.lexhp-modal__head{padding:var(--lexhp-space-lg,20px)!important}.lexhp-modal__content>.lexhp-avatar-editor{margin-bottom:var(--lexhp-space-md,15px)!important}.lexhp-modal__footer{gap:var(--lexhp-space-sm,10px)!important;padding:var(--lexhp-space-md,15px) var(--lexhp-space-lg,20px)!important}.lexhp-profile-modal .lexhp-modal__footer{margin-top:var(--lexhp-space-md,15px)!important;padding:var(--lexhp-space-md,15px) 0 0!important}@media(max-width:760px){.lexhp-content{gap:var(--lexhp-space-md)!important}.lexhp-content :where(.lexhp-form-stack,.lexhp-finance-settings,.lexhp-finance-body){padding:16px!important}.lexhp-content :where(.lexhp-marketplace-grid,.lexhp-payment-method-grid,.lexhp-order-list,.lexhp-lead-form){padding:16px!important}.lexhp-content .lexhp-routing-detail-grid{padding:0 16px 16px!important}.lexhp-content .lexhp-panel>.lexhp-form-message{margin:var(--lexhp-space-md) 16px 0!important}.lexhp-content .lexhp-panel>.lexhp-safe-note{margin:0 16px 16px!important}.lexhp-content .lexhp-panel>.lexhp-permission-grid{padding:16px!important}.lexhp-content .lexhp-panel>.lexhp-team-list{padding:8px 16px 16px!important}.lexhp-content .lexhp-panel>.lexhp-team-add{margin:0 16px var(--lexhp-space-md)!important}.lexhp-content .lexhp-panel>.lexhp-btn,.lexhp-content .lexhp-panel>.lexhp-chip-list{margin-left:16px!important;margin-right:16px!important;margin-bottom:16px!important}.lexhp-content .lexhp-notification-list article{padding:14px 16px!important}.lexhp-modal__content,.lexhp-modal__head{padding:16px!important}.lexhp-modal__footer{padding:14px 16px!important}}.lexhp-content:not([data-section=dashboard]) .lexhp-page-heading{min-height:96px!important;padding:18px 20px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:linear-gradient(135deg,var(--lexhp-panel),color-mix(in srgb,var(--lexhp-panel-2) 72%,var(--lexhp-panel)))!important;box-shadow:none!important}.lexhp-content:not([data-section=dashboard]) .lexhp-page-heading__identity{align-items:center!important;gap:15px!important}.lexhp-content:not([data-section=dashboard]) .lexhp-page-heading__icon{width:48px!important;height:48px!important;flex:0 0 48px!important;display:grid!important;place-items:center!important;border-radius:5px!important}.lexhp-content:not([data-section=dashboard]) .lexhp-page-heading__icon svg{width:22px!important;height:22px!important;margin:auto!important}.lexhp-content:not([data-section=dashboard]) .lexhp-page-heading h1{font-size:clamp(26px,1.8vw,34px)!important;font-weight:400!important}.lexhp-content:not([data-section=dashboard]) .lexhp-page-heading p{font-size:13px!important;line-height:1.5!important}.lexhp-content:not([data-section=dashboard]) :where(.lexhp-panel,.lexhp-card){position:relative;overflow:hidden;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel)!important;box-shadow:0 6px 20px color-mix(in srgb,var(--lexhp-text) 4%,transparent)!important}.lexhp-content:not([data-section=dashboard]) :where(.lexhp-panel__head,.lexhp-card__head){min-height:72px!important;padding:16px 20px!important;align-items:center!important;border-bottom:1px solid var(--lexhp-line)!important;background:linear-gradient(180deg,color-mix(in srgb,var(--lexhp-accent) 2.5%,var(--lexhp-panel)),var(--lexhp-panel))!important}.lexhp-content:not([data-section=dashboard]) .lexhp-card__head>div,.lexhp-content:not([data-section=dashboard]) .lexhp-panel__head>div{min-width:0}.lexhp-content:not([data-section=dashboard]) .lexhp-card__head strong,.lexhp-content:not([data-section=dashboard]) .lexhp-panel__head h2{font-size:18px!important;font-weight:400!important}.lexhp-content:not([data-section=dashboard]) .lexhp-card__head small,.lexhp-content:not([data-section=dashboard]) .lexhp-panel__head p{font-size:12px!important;line-height:1.5!important}.lexhp-content:not([data-section=dashboard]) .lexhp-module-hero{min-height:126px;grid-template-columns:50px minmax(0,1fr)!important;gap:15px!important;padding:20px!important;align-items:center!important;background:linear-gradient(135deg,color-mix(in srgb,var(--lexhp-accent) 3%,var(--lexhp-panel)),var(--lexhp-panel))!important}.lexhp-content:not([data-section=dashboard]) .lexhp-module-icon{width:50px!important;height:50px!important;display:grid!important;place-items:center!important;border:1px solid color-mix(in srgb,var(--lexhp-accent) 22%,var(--lexhp-line))!important;border-radius:5px!important;background:color-mix(in srgb,var(--lexhp-accent) 9%,var(--lexhp-panel-2))!important}.lexhp-content:not([data-section=dashboard]) .lexhp-module-icon svg{width:22px!important;height:22px!important;margin:auto!important}.lexhp-content:not([data-section=dashboard]) .lexhp-module-hero h2{font-size:20px!important;font-weight:400!important}.lexhp-content:not([data-section=dashboard]) .lexhp-module-hero p{font-size:12px!important;line-height:1.55!important}.lexhp-content:not([data-section=dashboard]) .lexhp-module-actions{background:var(--lexhp-panel-2)!important}.lexhp-content:not([data-section=dashboard]) .lexhp-module-actions>div{min-height:68px;padding:13px 18px!important;display:grid;align-content:center}.lexhp-content:not([data-section=dashboard]) .lexhp-module-actions span{font-size:10px!important;font-weight:400!important;text-transform:uppercase;letter-spacing:.04em}.lexhp-content:not([data-section=dashboard]) .lexhp-module-actions strong{font-size:12px!important;font-weight:400!important}.lexhp-content:not([data-section=dashboard]) .lexhp-panel>.lexhp-finance-settings,.lexhp-content:not([data-section=dashboard]) .lexhp-panel>.lexhp-form-stack{padding:20px!important;background:var(--lexhp-panel)!important}.lexhp-content:not([data-section=dashboard]) :where(.lexhp-form-grid,.lexhp-finance-settings){grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 20px!important}.lexhp-content:not([data-section=dashboard]) :where(.lexhp-form-grid,.lexhp-finance-settings)>label{min-width:0;align-content:start}.lexhp-content:not([data-section=dashboard]) label{font-size:12px!important;font-weight:400!important;color:var(--lexhp-text)!important}.lexhp-content:not([data-section=dashboard]) label small{font-size:11px!important;font-weight:400!important;color:var(--lexhp-muted)!important}.lexhp-content:not([data-section=dashboard]) :where(input:not([type=checkbox]):not([type=radio]),select,textarea){width:100%;border-radius:5px!important}.lexhp-content:not([data-section=dashboard]) .lexhp-finance-settings>.lexhp-action-row,.lexhp-content:not([data-section=dashboard]) .lexhp-form-stack>.lexhp-action-row{margin:4px -20px -20px!important;padding:15px 20px 18px!important;border-top:1px solid var(--lexhp-line)!important;background:color-mix(in srgb,var(--lexhp-panel-2) 52%,var(--lexhp-panel))!important}.lexhp-content:not([data-section=dashboard]) .lexhp-form-stack>.lexhp-checkbox-row{margin-top:2px!important;padding-top:14px!important;border-top:1px solid color-mix(in srgb,var(--lexhp-line) 72%,transparent)!important}.lexhp-content:not([data-section=dashboard]) .lexhp-table-wrap{width:100%;overflow:auto!important;border-radius:0!important;background:var(--lexhp-panel)!important}.lexhp-content:not([data-section=dashboard]) .lexhp-table{width:100%;min-width:max-content;border-collapse:separate!important;border-spacing:0!important}.lexhp-content:not([data-section=dashboard]) .lexhp-table th{position:sticky;top:0;z-index:2;white-space:nowrap;background:var(--lexhp-panel-2)!important}.lexhp-content:not([data-section=dashboard]) .lexhp-table tbody tr:last-child td{border-bottom:0!important}.lexhp-content:not([data-section=dashboard]) .lexhp-table td>strong{font-weight:400!important}.lexhp-content:not([data-section=dashboard]) .lexhp-cell-note{display:block!important;margin-top:3px!important;color:var(--lexhp-muted)!important}.lexhp-content:not([data-section=dashboard]) :where(.lexhp-lead-book-filters,.lexha-controls,.lexhpc-toolbar){padding:15px!important;margin:0!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel)!important}.lexhp-content:not([data-section=dashboard]) .lexhp-row-edit{min-width:540px;display:grid!important;grid-template-columns:minmax(130px,.8fr) minmax(120px,.75fr) minmax(180px,1.3fr) auto!important;align-items:center!important;gap:8px!important}.lexhp-content:not([data-section=dashboard]) .lexhp-row-edit :where(input,select){min-height:38px!important;height:38px!important;padding:7px 9px!important;font-size:12px!important}.lexhp-content:not([data-section=dashboard]) .lexhp-row-edit .lexhp-btn{min-height:38px!important;white-space:nowrap}.lexhp-content:not([data-section=dashboard]) .lexhp-code-card{display:grid!important;gap:8px!important;margin:0 20px 12px!important;padding:14px 15px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important}.lexhp-content:not([data-section=dashboard]) .lexhp-code-card:first-of-type{margin-top:18px!important}.lexhp-content:not([data-section=dashboard]) .lexhp-code-card:last-child{margin-bottom:20px!important}.lexhp-content:not([data-section=dashboard]) .lexhp-code-card strong{font-size:12px!important;font-weight:400!important}.lexhp-content:not([data-section=dashboard]) .lexhp-code-card code{display:block;overflow:auto;padding:10px 11px;border:1px solid var(--lexhp-line);border-radius:5px;background:var(--lexhp-panel);font-size:11px;line-height:1.5;color:var(--lexhp-muted)}.lexhp-content:not([data-section=dashboard]) :where(.lexhp-marketplace-card,.lexhp-integration-card,.lexhp-payment-method-grid article,.lexhp-order-list>article,.lexhaut-action-card,.lexhaut-provider,.lexha-report-list article,.lexha-top-list article){border-radius:5px!important}.lexhp-content:not([data-section=dashboard]) :where(.lexhp-empty,.lexhp-empty-state){min-height:150px;display:grid;align-content:center;justify-items:center;text-align:center;padding:28px 20px!important}.lexhp-content:not([data-section=dashboard]) :where(.lexhp-form-message,.lexhp-action-message,.lexhp-finance-message){margin-left:20px!important;margin-right:20px!important}.lexhp-content:not([data-section=dashboard]) .lexhp-check-list{padding:8px 20px 16px!important}.lexhp-content:not([data-section=dashboard]) .lexhp-check-list p>span{display:grid!important;place-items:center!important}.lexhp-content:not([data-section=dashboard]) .lexhp-check-list p>span svg{margin:auto!important;width:15px!important;height:15px!important}@media(max-width:1180px){.lexhp-content:not([data-section=dashboard]) :where(.lexhp-form-grid,.lexhp-finance-settings){grid-template-columns:repeat(2,minmax(0,1fr))!important}.lexhp-content:not([data-section=dashboard]) .lexhp-row-edit{min-width:480px;grid-template-columns:repeat(2,minmax(0,1fr))!important}.lexhp-content:not([data-section=dashboard]) .lexhp-row-edit .lexhp-btn{justify-self:start}}@media(max-width:760px){.lexhp-content:not([data-section=dashboard]) .lexhp-page-heading{min-height:0;padding:16px!important}.lexhp-content:not([data-section=dashboard]) .lexhp-page-heading__identity{align-items:flex-start!important;gap:12px!important}.lexhp-content:not([data-section=dashboard]) .lexhp-page-heading__icon{width:44px!important;height:44px!important;flex-basis:44px!important}.lexhp-content:not([data-section=dashboard]) .lexhp-page-heading h1{font-size:23px!important}.lexhp-content:not([data-section=dashboard]) :where(.lexhp-panel__head,.lexhp-card__head){min-height:0!important;padding:15px 16px!important;align-items:flex-start!important}.lexhp-content:not([data-section=dashboard]) :where(.lexhp-form-grid,.lexhp-finance-settings){grid-template-columns:1fr!important;gap:14px!important}.lexhp-content:not([data-section=dashboard]) .lexhp-panel>.lexhp-finance-settings,.lexhp-content:not([data-section=dashboard]) .lexhp-panel>.lexhp-form-stack{padding:16px!important}.lexhp-content:not([data-section=dashboard]) .lexhp-finance-settings>.lexhp-action-row,.lexhp-content:not([data-section=dashboard]) .lexhp-form-stack>.lexhp-action-row{margin:2px -16px -16px!important;padding:14px 16px 16px!important}.lexhp-content:not([data-section=dashboard]) .lexhp-module-hero{min-height:0;grid-template-columns:44px minmax(0,1fr)!important;padding:16px!important}.lexhp-content:not([data-section=dashboard]) .lexhp-module-icon{width:44px!important;height:44px!important}.lexhp-content:not([data-section=dashboard]) .lexhp-module-actions{grid-template-columns:1fr!important}.lexhp-content:not([data-section=dashboard]) .lexhp-module-actions>div{min-height:0!important;border-right:0!important;border-bottom:1px solid var(--lexhp-line)!important}.lexhp-content:not([data-section=dashboard]) .lexhp-module-actions>div:last-child{border-bottom:0!important}.lexhp-content:not([data-section=dashboard]) .lexhp-row-edit{min-width:320px;grid-template-columns:1fr!important}.lexhp-content:not([data-section=dashboard]) .lexhp-row-edit .lexhp-btn{width:100%;justify-self:stretch}.lexhp-content:not([data-section=dashboard]) .lexhp-code-card{margin-left:16px!important;margin-right:16px!important}.lexhp-content:not([data-section=dashboard]) :where(.lexhp-form-message,.lexhp-action-message,.lexhp-finance-message){margin-left:16px!important;margin-right:16px!important}}.lexhp-content[data-section=forms] .lexhp-forms-workspace{grid-template-columns:minmax(0,1fr)!important;gap:15px!important;align-items:start!important}.lexhp-content[data-section=forms] .lexhp-forms-create-panel,.lexhp-content[data-section=forms] .lexhp-forms-inventory-panel{width:100%;min-width:0}.lexhp-content[data-section=forms] .lexhp-forms-create-form{display:grid!important;gap:18px!important;padding:20px!important}.lexhp-content[data-section=forms] .lexhp-forms-create-form>.lexhp-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px 20px!important}.lexhp-content[data-section=forms] .lexhp-forms-create-form>label{display:grid!important;gap:7px!important;min-width:0}.lexhp-content[data-section=forms] .lexhp-forms-create-form textarea{min-height:110px!important;resize:vertical}.lexhp-content[data-section=forms] .lexhp-forms-create-form :where(input,select,textarea){background:var(--lexhp-panel-2)!important;border-color:var(--lexhp-line)!important}.lexhp-content[data-section=forms] .lexhp-forms-create-form :where(input,select,textarea):focus{background:var(--lexhp-panel)!important}.lexhp-content[data-section=forms] .lexhp-forms-actions{display:flex;justify-content:flex-end;align-items:center;gap:10px;margin:2px -20px -20px!important;padding:15px 20px 18px!important;border-top:1px solid var(--lexhp-line);background:color-mix(in srgb,var(--lexhp-panel-2) 55%,var(--lexhp-panel))}.lexhp-content[data-section=forms] .lexhp-forms-actions .lexhp-btn{min-width:190px}.lexhp-content[data-section=forms] .lexhp-forms-count{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:5px 10px;border:1px solid var(--lexhp-line);border-radius:999px;background:var(--lexhp-panel-2);color:var(--lexhp-muted);font-size:11px!important;font-weight:400;white-space:nowrap}.lexhp-content[data-section=forms] .lexhp-form-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px!important;padding:20px!important}.lexhp-content[data-section=forms] .lexhp-form-integration-card{grid-template-columns:minmax(0,1fr) auto!important;gap:14px 16px!important;align-items:start!important;min-width:0;padding:18px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important;box-shadow:none!important}.lexhp-content[data-section=forms] .lexhp-form-integration-card:hover{border-color:color-mix(in srgb,var(--lexhp-accent) 28%,var(--lexhp-line))!important;background:color-mix(in srgb,var(--lexhp-accent) 2%,var(--lexhp-panel-2))!important}.lexhp-content[data-section=forms] .lexhp-form-integration-card>div:first-child{display:grid!important;gap:4px!important;align-content:start;min-width:0}.lexhp-content[data-section=forms] .lexhp-form-integration-card>div:first-child strong{font-size:15px!important;line-height:1.35!important;font-weight:400!important;color:var(--lexhp-text)!important}.lexhp-content[data-section=forms] .lexhp-form-integration-card>div:first-child span{font-size:11px!important;line-height:1.5!important;color:var(--lexhp-muted)!important}.lexhp-content[data-section=forms] .lexhp-form-integration-card>.lexhp-status-pill{justify-self:end;align-self:start}.lexhp-content[data-section=forms] .lexhp-form-integration-card>.lexhp-form-price-control,.lexhp-content[data-section=forms] .lexhp-form-integration-card>.lexhp-row-actions,.lexhp-content[data-section=forms] .lexhp-form-integration-card>code{grid-column:1/-1!important}.lexhp-content[data-section=forms] .lexhp-form-integration-card>.lexhp-form-price-control{margin:0!important;padding:12px 14px!important;border-radius:5px!important;background:var(--lexhp-panel)!important}.lexhp-content[data-section=forms] .lexhp-form-integration-card>code{display:block;width:100%;min-width:0;overflow:auto;padding:10px 12px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel)!important;color:var(--lexhp-muted)!important;font-size:11px!important;line-height:1.5!important;white-space:nowrap}.lexhp-content[data-section=forms] .lexhp-form-integration-card>.lexhp-row-actions{display:flex!important;flex-wrap:wrap;gap:8px!important;padding-top:2px}.lexhp-content[data-section=forms] .lexhp-form-integration-card>.lexhp-row-actions .lexhp-btn{flex:1 1 120px;justify-content:center}@media(max-width:1120px){.lexhp-content[data-section=forms] .lexhp-form-cards{grid-template-columns:1fr!important}}@media(max-width:760px){.lexhp-content[data-section=forms] .lexhp-forms-create-form{padding:16px!important;gap:15px!important}.lexhp-content[data-section=forms] .lexhp-forms-create-form>.lexhp-form-grid{grid-template-columns:1fr!important;gap:14px!important}.lexhp-content[data-section=forms] .lexhp-forms-actions{margin:2px -16px -16px!important;padding:14px 16px 16px!important}.lexhp-content[data-section=forms] .lexhp-forms-actions .lexhp-btn{width:100%;min-width:0}.lexhp-content[data-section=forms] .lexhp-forms-inventory-panel>.lexhp-panel__head{display:flex!important;flex-direction:row!important;align-items:flex-start!important}.lexhp-content[data-section=forms] .lexhp-form-cards{padding:16px!important;gap:14px!important}.lexhp-content[data-section=forms] .lexhp-form-integration-card{padding:15px!important}}@media(max-width:520px){.lexhp-content[data-section=forms] .lexhp-forms-inventory-panel>.lexhp-panel__head{display:grid!important;gap:10px!important}.lexhp-content[data-section=forms] .lexhp-forms-count{justify-self:start}.lexhp-content[data-section=forms] .lexhp-form-integration-card{grid-template-columns:1fr!important}.lexhp-content[data-section=forms] .lexhp-form-integration-card>.lexhp-status-pill{justify-self:start}.lexhp-content[data-section=forms] .lexhp-form-integration-card>.lexhp-row-actions{display:grid!important;grid-template-columns:1fr!important}.lexhp-content[data-section=forms] .lexhp-form-integration-card>.lexhp-row-actions .lexhp-btn{width:100%}}.lexhp-content[data-section=landing-pages] .lexhp-workspace-grid{grid-template-columns:minmax(0,1fr)!important;gap:15px!important;align-items:start!important}.lexhp-content[data-section=landing-pages] .lexhp-workspace-grid>.lexhp-panel{width:100%;min-width:0;overflow:hidden}.lexhp-content[data-section=landing-pages] .lexhp-workspace-grid>.lexhp-panel:first-child .lexhp-module-hero{min-height:156px;grid-template-columns:58px minmax(0,1fr)!important;gap:18px!important;align-items:center!important;padding:24px!important;border-bottom:1px solid var(--lexhp-line)!important;background:linear-gradient(135deg,color-mix(in srgb,var(--lexhp-accent) 5%,var(--lexhp-panel)),var(--lexhp-panel))!important}.lexhp-content[data-section=landing-pages] .lexhp-module-icon{width:58px!important;height:58px!important;display:grid!important;place-items:center!important;border:1px solid color-mix(in srgb,var(--lexhp-accent) 25%,var(--lexhp-line))!important;border-radius:5px!important;background:color-mix(in srgb,var(--lexhp-accent) 9%,var(--lexhp-panel))!important;color:var(--lexhp-accent)!important}.lexhp-content[data-section=landing-pages] .lexhp-module-icon svg{width:25px!important;height:25px!important;margin:auto!important}.lexhp-content[data-section=landing-pages] .lexhp-module-hero h2{margin:4px 0 6px!important;font-size:24px!important;line-height:1.2!important;font-weight:400!important;letter-spacing:-.02em!important}.lexhp-content[data-section=landing-pages] .lexhp-module-hero p{max-width:880px!important;margin:0!important;font-size:13px!important;line-height:1.6!important;color:var(--lexhp-muted)!important}.lexhp-content[data-section=landing-pages] .lexhp-module-actions{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:16px 20px 20px!important;border-top:0!important;background:var(--lexhp-panel)!important}.lexhp-content[data-section=landing-pages] .lexhp-module-actions>div{min-height:78px!important;display:grid!important;align-content:center!important;gap:4px!important;padding:14px 15px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important}.lexhp-content[data-section=landing-pages] .lexhp-module-actions span{font-size:10px!important;line-height:1.3!important;font-weight:400!important;letter-spacing:.045em!important;text-transform:uppercase!important;color:var(--lexhp-muted)!important}.lexhp-content[data-section=landing-pages] .lexhp-module-actions strong{margin:0!important;font-size:13px!important;line-height:1.35!important;font-weight:400!important;color:var(--lexhp-text)!important}.lexhp-content[data-section=landing-pages] .lexhp-workspace-grid>.lexhp-panel:nth-child(2)>.lexhp-panel__head{min-height:86px!important;padding:18px 20px!important;border-bottom:1px solid var(--lexhp-line)!important;background:var(--lexhp-panel)!important}.lexhp-content[data-section=landing-pages] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:20px!important}.lexhp-content[data-section=landing-pages] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p{min-height:128px!important;display:grid!important;grid-template-columns:34px minmax(0,1fr)!important;gap:12px!important;align-content:start!important;align-items:start!important;margin:0!important;padding:16px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important}.lexhp-content[data-section=landing-pages] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p>span{width:32px!important;height:32px!important;display:grid!important;place-items:center!important;border-radius:5px!important;background:color-mix(in srgb,#16a66a 11%,var(--lexhp-panel))!important;color:#15915b!important}.lexhp-content[data-section=landing-pages] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p>span svg{width:16px!important;height:16px!important;margin:auto!important}.lexhp-content[data-section=landing-pages] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list b{font-size:13px!important;line-height:1.4!important;font-weight:400!important;color:var(--lexhp-text)!important}.lexhp-content[data-section=landing-pages] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list b small{display:block!important;margin-top:5px!important;font-size:11px!important;line-height:1.55!important;font-weight:400!important;color:var(--lexhp-muted)!important}@media(max-width:900px){.lexhp-content[data-section=landing-pages] .lexhp-module-actions,.lexhp-content[data-section=landing-pages] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list{grid-template-columns:1fr!important}.lexhp-content[data-section=landing-pages] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p{min-height:0!important}}@media(max-width:760px){.lexhp-content[data-section=landing-pages] .lexhp-workspace-grid>.lexhp-panel:first-child .lexhp-module-hero{min-height:0!important;grid-template-columns:46px minmax(0,1fr)!important;gap:13px!important;padding:16px!important;align-items:start!important}.lexhp-content[data-section=landing-pages] .lexhp-module-icon{width:46px!important;height:46px!important}.lexhp-content[data-section=landing-pages] .lexhp-module-icon svg{width:21px!important;height:21px!important}.lexhp-content[data-section=landing-pages] .lexhp-module-hero h2{font-size:20px!important}.lexhp-content[data-section=landing-pages] .lexhp-module-actions{padding:14px 16px 16px!important;gap:10px!important}.lexhp-content[data-section=landing-pages] .lexhp-module-actions>div{min-height:68px!important;padding:12px 13px!important}.lexhp-content[data-section=landing-pages] .lexhp-workspace-grid>.lexhp-panel:nth-child(2)>.lexhp-panel__head{min-height:0!important;padding:15px 16px!important}.lexhp-content[data-section=landing-pages] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list{padding:16px!important;gap:10px!important}.lexhp-content[data-section=landing-pages] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p{padding:14px!important}}.lexhp-content[data-section=bulk-import] .lexhp-bulk-import-workspace{grid-template-columns:minmax(0,1fr)!important;gap:15px!important;align-items:start!important}.lexhp-content[data-section=bulk-import] :where(.lexhp-bulk-import-panel,.lexhp-bulk-results-panel){width:100%;min-width:0;overflow:hidden}.lexhp-content[data-section=bulk-import] :where(.lexhp-bulk-import-panel,.lexhp-bulk-results-panel)>.lexhp-panel__head{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:18px!important}.lexhp-content[data-section=bulk-import] .lexhp-bulk-import-limit{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-height:30px;padding:5px 10px;border:1px solid var(--lexhp-line);border-radius:999px;background:var(--lexhp-panel-2);color:var(--lexhp-muted);font-size:11px!important;line-height:1.2!important;font-weight:400!important;white-space:nowrap}.lexhp-content[data-section=bulk-import] .lexhp-bulk-import-body{display:grid;gap:18px;padding:20px}.lexhp-content[data-section=bulk-import] .lexhp-bulk-import-guide{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.lexhp-content[data-section=bulk-import] .lexhp-bulk-import-guide>div{display:grid;grid-template-columns:34px minmax(0,1fr);gap:11px;align-items:start;min-width:0;padding:14px;border:1px solid var(--lexhp-line);border-radius:5px;background:var(--lexhp-panel-2)}.lexhp-content[data-section=bulk-import] .lexhp-bulk-import-guide>div>span{width:34px;height:34px;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--lexhp-accent) 28%,var(--lexhp-line));border-radius:5px;background:color-mix(in srgb,var(--lexhp-accent) 9%,var(--lexhp-panel));color:var(--lexhp-accent);font-size:12px!important;line-height:1!important;font-weight:400!important}.lexhp-content[data-section=bulk-import] .lexhp-bulk-import-guide strong{display:block;min-width:0;padding-top:1px;color:var(--lexhp-text);font-size:13px!important;line-height:1.35!important;font-weight:400!important}.lexhp-content[data-section=bulk-import] .lexhp-bulk-import-guide small{display:block;margin-top:4px;color:var(--lexhp-muted);font-size:11px!important;line-height:1.45!important;font-weight:400!important}.lexhp-content[data-section=bulk-import] .lexhp-bulk-editor-block{overflow:hidden;border:1px solid var(--lexhp-line);border-radius:5px;background:var(--lexhp-panel-2)}.lexhp-content[data-section=bulk-import] .lexhp-bulk-editor-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:14px 15px;border-bottom:1px solid var(--lexhp-line);background:var(--lexhp-panel)}.lexhp-content[data-section=bulk-import] .lexhp-bulk-editor-head>div{display:grid;gap:3px;min-width:0}.lexhp-content[data-section=bulk-import] .lexhp-bulk-editor-head strong{font-size:13px!important;line-height:1.35!important;font-weight:400!important}.lexhp-content[data-section=bulk-import] .lexhp-bulk-editor-head>div>span{color:var(--lexhp-muted);font-size:11px!important;line-height:1.45!important}.lexhp-content[data-section=bulk-import] .lexhp-bulk-format{display:inline-flex;align-items:center;justify-content:center;min-width:42px;min-height:26px;padding:4px 8px;border:1px solid color-mix(in srgb,var(--lexhp-accent) 28%,var(--lexhp-line));border-radius:5px;background:color-mix(in srgb,var(--lexhp-accent) 8%,var(--lexhp-panel));color:var(--lexhp-accent);font:400 10px/1 var(--lexh-font)!important;letter-spacing:.05em}.lexhp-content[data-section=bulk-import] .lexhp-csv-editor{display:block;width:100%!important;min-height:310px!important;margin:0!important;padding:16px!important;border:0!important;border-radius:0!important;background:color-mix(in srgb,var(--lexhp-panel-2) 88%,var(--lexhp-panel))!important;color:var(--lexhp-text)!important;box-shadow:none!important;resize:vertical;font:400 12px/1.65 var(--lexh-font)!important;tab-size:2}.lexhp-content[data-section=bulk-import] .lexhp-csv-editor:focus{outline:none!important;background:var(--lexhp-panel)!important;box-shadow:inset 0 0 0 2px color-mix(in srgb,var(--lexhp-accent) 34%,transparent)!important}.lexhp-content[data-section=bulk-import] .lexhp-bulk-columns{display:flex;align-items:center;flex-wrap:wrap;gap:6px;padding:11px 14px;border-top:1px solid var(--lexhp-line);background:var(--lexhp-panel)}.lexhp-content[data-section=bulk-import] .lexhp-bulk-columns>span{margin-right:3px;color:var(--lexhp-muted);font-size:10px!important;line-height:1.3!important;font-weight:400!important;text-transform:uppercase;letter-spacing:.04em}.lexhp-content[data-section=bulk-import] .lexhp-bulk-columns code{display:inline-flex;align-items:center;min-height:24px;padding:4px 7px;border:1px solid var(--lexhp-line);border-radius:5px;background:var(--lexhp-panel-2);color:var(--lexhp-muted);font:400 10px/1 var(--lexh-font)!important}.lexhp-content[data-section=bulk-import] .lexhp-bulk-import-actions{display:flex;align-items:center;justify-content:flex-end;gap:9px;margin:0 -20px -20px;padding:15px 20px 18px;border-top:1px solid var(--lexhp-line);background:color-mix(in srgb,var(--lexhp-panel-2) 55%,var(--lexhp-panel))}.lexhp-content[data-section=bulk-import] .lexhp-bulk-import-actions .lexhp-btn{min-width:150px;justify-content:center}.lexhp-content[data-section=bulk-import] .lexhp-bulk-result-kpis{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:20px 20px 15px!important}.lexhp-content[data-section=bulk-import] .lexhp-bulk-result-kpis>div{min-height:92px;padding:15px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important}.lexhp-content[data-section=bulk-import] .lexhp-bulk-result-kpis>div.is-success{border-color:color-mix(in srgb,#16a66a 28%,var(--lexhp-line))!important;background:color-mix(in srgb,#16a66a 5%,var(--lexhp-panel-2))!important}.lexhp-content[data-section=bulk-import] .lexhp-bulk-result-kpis>div.is-failed{border-color:color-mix(in srgb,#dc2626 25%,var(--lexhp-line))!important;background:color-mix(in srgb,#dc2626 4%,var(--lexhp-panel-2))!important}.lexhp-content[data-section=bulk-import] .lexhp-bulk-result-kpis span{color:var(--lexhp-muted)!important;font-size:11px!important;line-height:1.3!important;font-weight:400!important}.lexhp-content[data-section=bulk-import] .lexhp-bulk-result-kpis strong{margin-top:7px!important;color:var(--lexhp-text)!important;font-size:26px!important;line-height:1.1!important;font-weight:400!important}.lexhp-content[data-section=bulk-import] .lexhp-bulk-results-table{margin:0 20px 20px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;overflow:auto!important}.lexhp-content[data-section=bulk-import] .lexhp-bulk-results-table .lexhp-table{min-width:720px!important}.lexhp-content[data-section=bulk-import] .lexhp-bulk-results-table .lexhp-table th{position:sticky;top:0;z-index:2}.lexhp-content[data-section=bulk-import] .lexhp-bulk-result{display:inline-flex;align-items:center;justify-content:center;min-height:26px;min-width:72px;padding:4px 8px;border:1px solid var(--lexhp-line);border-radius:999px;font-size:10px!important;line-height:1.2!important;font-weight:400!important}.lexhp-content[data-section=bulk-import] .lexhp-bulk-result.is-success{border-color:color-mix(in srgb,#16a66a 32%,var(--lexhp-line));background:color-mix(in srgb,#16a66a 10%,var(--lexhp-panel));color:#0f8a57}.lexhp-content[data-section=bulk-import] .lexhp-bulk-result.is-failed{border-color:color-mix(in srgb,#dc2626 30%,var(--lexhp-line));background:color-mix(in srgb,#dc2626 9%,var(--lexhp-panel));color:#b91c1c}html[data-lexh-legacy-dark-disabled=true] .lexhp-content[data-section=bulk-import] .lexhp-bulk-result.is-success{color:#9af0c3}html[data-lexh-legacy-dark-disabled=true] .lexhp-content[data-section=bulk-import] .lexhp-bulk-result.is-failed{color:#fecaca}@media(max-width:900px){.lexhp-content[data-section=bulk-import] .lexhp-bulk-import-guide{grid-template-columns:1fr!important}.lexhp-content[data-section=bulk-import] .lexhp-bulk-result-kpis{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:760px){.lexhp-content[data-section=bulk-import] :where(.lexhp-bulk-import-panel,.lexhp-bulk-results-panel)>.lexhp-panel__head{display:grid!important;gap:10px!important}.lexhp-content[data-section=bulk-import] .lexhp-bulk-import-limit{justify-self:start}.lexhp-content[data-section=bulk-import] .lexhp-bulk-import-body{gap:15px;padding:16px}.lexhp-content[data-section=bulk-import] .lexhp-csv-editor{min-height:280px!important;padding:14px!important}.lexhp-content[data-section=bulk-import] .lexhp-bulk-import-actions{margin:0 -16px -16px;padding:14px 16px 16px}.lexhp-content[data-section=bulk-import] .lexhp-bulk-result-kpis{padding:16px 16px 14px!important;gap:10px!important}.lexhp-content[data-section=bulk-import] .lexhp-bulk-results-table{margin:0 16px 16px!important}}@media(max-width:560px){.lexhp-content[data-section=bulk-import] .lexhp-bulk-import-actions{display:grid;grid-template-columns:1fr}.lexhp-content[data-section=bulk-import] .lexhp-bulk-import-actions .lexhp-btn{width:100%;min-width:0}.lexhp-content[data-section=bulk-import] .lexhp-bulk-result-kpis{grid-template-columns:1fr!important}.lexhp-content[data-section=bulk-import] .lexhp-bulk-result-kpis>div{min-height:78px}.lexhp-content[data-section=bulk-import] .lexhp-bulk-editor-head{padding:13px}.lexhp-content[data-section=bulk-import] .lexhp-bulk-columns{align-items:flex-start;padding:10px 12px}.lexhp-content[data-section=bulk-import] .lexhp-bulk-columns>span{width:100%;margin:0 0 2px}}.lexhp-content[data-section=advanced-form-builder] .lexhp-workspace-grid{grid-template-columns:minmax(0,1fr)!important;gap:15px!important;align-items:start!important}.lexhp-content[data-section=advanced-form-builder] .lexhp-workspace-grid>.lexhp-panel{width:100%;min-width:0;overflow:hidden}.lexhp-content[data-section=advanced-form-builder] .lexhp-workspace-grid>.lexhp-panel:first-child{border-color:color-mix(in srgb,var(--lexhp-accent) 16%,var(--lexhp-line))!important}.lexhp-content[data-section=advanced-form-builder] .lexhp-workspace-grid>.lexhp-panel:first-child .lexhp-module-hero{min-height:158px;grid-template-columns:60px minmax(0,1fr)!important;gap:18px!important;align-items:center!important;padding:24px!important;border-bottom:1px solid var(--lexhp-line)!important;background:linear-gradient(135deg,color-mix(in srgb,var(--lexhp-accent) 6%,var(--lexhp-panel)),var(--lexhp-panel))!important}.lexhp-content[data-section=advanced-form-builder] .lexhp-module-icon{width:60px!important;height:60px!important;display:grid!important;place-items:center!important;border:1px solid color-mix(in srgb,var(--lexhp-accent) 28%,var(--lexhp-line))!important;border-radius:5px!important;background:color-mix(in srgb,var(--lexhp-accent) 10%,var(--lexhp-panel))!important;color:var(--lexhp-accent)!important;box-shadow:0 8px 20px color-mix(in srgb,var(--lexhp-accent) 8%,transparent)!important}.lexhp-content[data-section=advanced-form-builder] .lexhp-module-icon svg{width:26px!important;height:26px!important;margin:auto!important}.lexhp-content[data-section=advanced-form-builder] .lexhp-module-hero h2{margin:4px 0 6px!important;font-size:24px!important;line-height:1.2!important;font-weight:400!important;letter-spacing:-.02em!important}.lexhp-content[data-section=advanced-form-builder] .lexhp-module-hero p{max-width:900px!important;margin:0!important;font-size:13px!important;line-height:1.6!important;color:var(--lexhp-muted)!important}.lexhp-content[data-section=advanced-form-builder] .lexhp-module-actions{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:18px 20px 20px!important;border-top:0!important;background:var(--lexhp-panel)!important}.lexhp-content[data-section=advanced-form-builder] .lexhp-module-actions>div{min-height:82px!important;display:grid!important;align-content:center!important;gap:5px!important;padding:15px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important;transition:border-color .15s ease,background .15s ease,transform .15s ease!important}.lexhp-content[data-section=advanced-form-builder] .lexhp-module-actions>div:hover{border-color:color-mix(in srgb,var(--lexhp-accent) 28%,var(--lexhp-line))!important;background:color-mix(in srgb,var(--lexhp-accent) 3%,var(--lexhp-panel-2))!important;transform:translateY(-1px)}.lexhp-content[data-section=advanced-form-builder] .lexhp-module-actions span{font-size:10px!important;line-height:1.3!important;font-weight:400!important;letter-spacing:.05em!important;text-transform:uppercase!important;color:var(--lexhp-muted)!important}.lexhp-content[data-section=advanced-form-builder] .lexhp-module-actions strong{margin:0!important;font-size:13px!important;line-height:1.4!important;font-weight:400!important;color:var(--lexhp-text)!important}.lexhp-content[data-section=advanced-form-builder] .lexhp-workspace-grid>.lexhp-panel:nth-child(2)>.lexhp-panel__head{min-height:86px!important;padding:18px 20px!important;border-bottom:1px solid var(--lexhp-line)!important;background:var(--lexhp-panel)!important}.lexhp-content[data-section=advanced-form-builder] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:20px!important}.lexhp-content[data-section=advanced-form-builder] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p{min-height:132px!important;display:grid!important;grid-template-columns:36px minmax(0,1fr)!important;gap:12px!important;align-content:start!important;align-items:start!important;margin:0!important;padding:16px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important}.lexhp-content[data-section=advanced-form-builder] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p>span{width:34px!important;height:34px!important;display:grid!important;place-items:center!important;border:1px solid color-mix(in srgb,#16a66a 22%,var(--lexhp-line))!important;border-radius:5px!important;background:color-mix(in srgb,#16a66a 10%,var(--lexhp-panel))!important;color:#15915b!important}.lexhp-content[data-section=advanced-form-builder] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p>span svg{width:16px!important;height:16px!important;margin:auto!important}.lexhp-content[data-section=advanced-form-builder] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list b{font-size:13px!important;line-height:1.4!important;font-weight:400!important;color:var(--lexhp-text)!important}.lexhp-content[data-section=advanced-form-builder] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list b small{display:block!important;margin-top:5px!important;font-size:11px!important;line-height:1.55!important;font-weight:400!important;color:var(--lexhp-muted)!important}@media(max-width:900px){.lexhp-content[data-section=advanced-form-builder] .lexhp-module-actions,.lexhp-content[data-section=advanced-form-builder] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list{grid-template-columns:1fr!important}.lexhp-content[data-section=advanced-form-builder] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p{min-height:0!important}}@media(max-width:760px){.lexhp-content[data-section=advanced-form-builder] .lexhp-workspace-grid>.lexhp-panel:first-child .lexhp-module-hero{min-height:0!important;grid-template-columns:46px minmax(0,1fr)!important;gap:13px!important;padding:16px!important;align-items:start!important}.lexhp-content[data-section=advanced-form-builder] .lexhp-module-icon{width:46px!important;height:46px!important;box-shadow:none!important}.lexhp-content[data-section=advanced-form-builder] .lexhp-module-icon svg{width:21px!important;height:21px!important}.lexhp-content[data-section=advanced-form-builder] .lexhp-module-hero h2{font-size:20px!important}.lexhp-content[data-section=advanced-form-builder] .lexhp-module-actions{padding:14px 16px 16px!important;gap:10px!important}.lexhp-content[data-section=advanced-form-builder] .lexhp-module-actions>div{min-height:68px!important;padding:12px 13px!important}.lexhp-content[data-section=advanced-form-builder] .lexhp-workspace-grid>.lexhp-panel:nth-child(2)>.lexhp-panel__head{min-height:0!important;padding:15px 16px!important}.lexhp-content[data-section=advanced-form-builder] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list{padding:16px!important;gap:10px!important}.lexhp-content[data-section=advanced-form-builder] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p{padding:14px!important}}.lexhp-content[data-section=creative-library] .lexhp-workspace-grid{grid-template-columns:minmax(0,1fr)!important;gap:15px!important;align-items:start!important}.lexhp-content[data-section=creative-library] .lexhp-workspace-grid>.lexhp-panel{width:100%;min-width:0;overflow:hidden}.lexhp-content[data-section=creative-library] .lexhp-workspace-grid>.lexhp-panel:first-child{border-color:color-mix(in srgb,var(--lexhp-accent) 16%,var(--lexhp-line))!important}.lexhp-content[data-section=creative-library] .lexhp-workspace-grid>.lexhp-panel:first-child .lexhp-module-hero{min-height:158px;grid-template-columns:60px minmax(0,1fr)!important;gap:18px!important;align-items:center!important;padding:24px!important;border-bottom:1px solid var(--lexhp-line)!important;background:linear-gradient(135deg,color-mix(in srgb,var(--lexhp-accent) 6%,var(--lexhp-panel)),var(--lexhp-panel))!important}.lexhp-content[data-section=creative-library] .lexhp-module-icon{width:60px!important;height:60px!important;display:grid!important;place-items:center!important;border:1px solid color-mix(in srgb,var(--lexhp-accent) 28%,var(--lexhp-line))!important;border-radius:5px!important;background:color-mix(in srgb,var(--lexhp-accent) 10%,var(--lexhp-panel))!important;color:var(--lexhp-accent)!important;box-shadow:0 8px 20px color-mix(in srgb,var(--lexhp-accent) 8%,transparent)!important}.lexhp-content[data-section=creative-library] .lexhp-module-icon svg{width:26px!important;height:26px!important;margin:auto!important}.lexhp-content[data-section=creative-library] .lexhp-module-hero h2{margin:4px 0 6px!important;font-size:24px!important;line-height:1.2!important;font-weight:400!important;letter-spacing:-.02em!important}.lexhp-content[data-section=creative-library] .lexhp-module-hero p{max-width:900px!important;margin:0!important;font-size:13px!important;line-height:1.6!important;color:var(--lexhp-muted)!important}.lexhp-content[data-section=creative-library] .lexhp-module-actions{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:18px 20px 20px!important;border-top:0!important;background:var(--lexhp-panel)!important}.lexhp-content[data-section=creative-library] .lexhp-module-actions>div{min-height:82px!important;display:grid!important;align-content:center!important;gap:5px!important;padding:15px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important;transition:border-color .15s ease,background .15s ease,transform .15s ease!important}.lexhp-content[data-section=creative-library] .lexhp-module-actions>div:hover{border-color:color-mix(in srgb,var(--lexhp-accent) 28%,var(--lexhp-line))!important;background:color-mix(in srgb,var(--lexhp-accent) 3%,var(--lexhp-panel-2))!important;transform:translateY(-1px)}.lexhp-content[data-section=creative-library] .lexhp-module-actions span{font-size:10px!important;line-height:1.3!important;font-weight:400!important;letter-spacing:.05em!important;text-transform:uppercase!important;color:var(--lexhp-muted)!important}.lexhp-content[data-section=creative-library] .lexhp-module-actions strong{margin:0!important;font-size:13px!important;line-height:1.4!important;font-weight:400!important;color:var(--lexhp-text)!important}.lexhp-content[data-section=creative-library] .lexhp-workspace-grid>.lexhp-panel:nth-child(2)>.lexhp-panel__head{min-height:86px!important;padding:18px 20px!important;border-bottom:1px solid var(--lexhp-line)!important;background:var(--lexhp-panel)!important}.lexhp-content[data-section=creative-library] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:20px!important}.lexhp-content[data-section=creative-library] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p{min-height:132px!important;display:grid!important;grid-template-columns:36px minmax(0,1fr)!important;gap:12px!important;align-content:start!important;align-items:start!important;margin:0!important;padding:16px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important;transition:border-color .15s ease,background .15s ease!important}.lexhp-content[data-section=creative-library] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p:hover{border-color:color-mix(in srgb,var(--lexhp-accent) 20%,var(--lexhp-line))!important;background:color-mix(in srgb,var(--lexhp-accent) 2%,var(--lexhp-panel-2))!important}.lexhp-content[data-section=creative-library] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p>span{width:34px!important;height:34px!important;display:grid!important;place-items:center!important;border:1px solid color-mix(in srgb,#16a66a 22%,var(--lexhp-line))!important;border-radius:5px!important;background:color-mix(in srgb,#16a66a 10%,var(--lexhp-panel))!important;color:#15915b!important}.lexhp-content[data-section=creative-library] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p>span svg{width:16px!important;height:16px!important;margin:auto!important}.lexhp-content[data-section=creative-library] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list b{font-size:13px!important;line-height:1.4!important;font-weight:400!important;color:var(--lexhp-text)!important}.lexhp-content[data-section=creative-library] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list b small{display:block!important;margin-top:5px!important;font-size:11px!important;line-height:1.55!important;font-weight:400!important;color:var(--lexhp-muted)!important}@media(max-width:900px){.lexhp-content[data-section=creative-library] .lexhp-module-actions,.lexhp-content[data-section=creative-library] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list{grid-template-columns:1fr!important}.lexhp-content[data-section=creative-library] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p{min-height:0!important}}@media(max-width:760px){.lexhp-content[data-section=creative-library] .lexhp-workspace-grid>.lexhp-panel:first-child .lexhp-module-hero{min-height:0!important;grid-template-columns:46px minmax(0,1fr)!important;gap:13px!important;padding:16px!important;align-items:start!important}.lexhp-content[data-section=creative-library] .lexhp-module-icon{width:46px!important;height:46px!important;box-shadow:none!important}.lexhp-content[data-section=creative-library] .lexhp-module-icon svg{width:21px!important;height:21px!important}.lexhp-content[data-section=creative-library] .lexhp-module-hero h2{font-size:20px!important}.lexhp-content[data-section=creative-library] .lexhp-module-actions{padding:14px 16px 16px!important;gap:10px!important}.lexhp-content[data-section=creative-library] .lexhp-module-actions>div{min-height:68px!important;padding:12px 13px!important}.lexhp-content[data-section=creative-library] .lexhp-workspace-grid>.lexhp-panel:nth-child(2)>.lexhp-panel__head{min-height:0!important;padding:15px 16px!important}.lexhp-content[data-section=creative-library] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list{padding:16px!important;gap:10px!important}.lexhp-content[data-section=creative-library] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p{padding:14px!important}}.lexhp-content[data-section=form-ab-testing] .lexhp-workspace-grid{grid-template-columns:minmax(0,1fr)!important;gap:15px!important;align-items:start!important}.lexhp-content[data-section=form-ab-testing] .lexhp-workspace-grid>.lexhp-panel{width:100%;min-width:0;overflow:hidden}.lexhp-content[data-section=form-ab-testing] .lexhp-workspace-grid>.lexhp-panel:first-child{border-color:color-mix(in srgb,var(--lexhp-accent) 16%,var(--lexhp-line))!important}.lexhp-content[data-section=form-ab-testing] .lexhp-workspace-grid>.lexhp-panel:first-child .lexhp-module-hero{min-height:158px;grid-template-columns:60px minmax(0,1fr)!important;gap:18px!important;align-items:center!important;padding:24px!important;border-bottom:1px solid var(--lexhp-line)!important;background:linear-gradient(135deg,color-mix(in srgb,var(--lexhp-accent) 6%,var(--lexhp-panel)),var(--lexhp-panel))!important}.lexhp-content[data-section=form-ab-testing] .lexhp-module-icon{width:60px!important;height:60px!important;display:grid!important;place-items:center!important;border:1px solid color-mix(in srgb,var(--lexhp-accent) 28%,var(--lexhp-line))!important;border-radius:5px!important;background:color-mix(in srgb,var(--lexhp-accent) 10%,var(--lexhp-panel))!important;color:var(--lexhp-accent)!important;box-shadow:0 8px 20px color-mix(in srgb,var(--lexhp-accent) 8%,transparent)!important}.lexhp-content[data-section=form-ab-testing] .lexhp-module-icon svg{width:26px!important;height:26px!important;margin:auto!important}.lexhp-content[data-section=form-ab-testing] .lexhp-module-hero h2{margin:4px 0 6px!important;font-size:24px!important;line-height:1.2!important;font-weight:400!important;letter-spacing:-.02em!important}.lexhp-content[data-section=form-ab-testing] .lexhp-module-hero p{max-width:900px!important;margin:0!important;font-size:13px!important;line-height:1.6!important;color:var(--lexhp-muted)!important}.lexhp-content[data-section=form-ab-testing] .lexhp-module-actions{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:18px 20px 20px!important;border-top:0!important;background:var(--lexhp-panel)!important}.lexhp-content[data-section=form-ab-testing] .lexhp-module-actions>div{min-height:82px!important;display:grid!important;align-content:center!important;gap:5px!important;padding:15px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important;transition:border-color .15s ease,background .15s ease,transform .15s ease!important}.lexhp-content[data-section=form-ab-testing] .lexhp-module-actions>div:hover{border-color:color-mix(in srgb,var(--lexhp-accent) 28%,var(--lexhp-line))!important;background:color-mix(in srgb,var(--lexhp-accent) 3%,var(--lexhp-panel-2))!important;transform:translateY(-1px)}.lexhp-content[data-section=form-ab-testing] .lexhp-module-actions span{font-size:10px!important;line-height:1.3!important;font-weight:400!important;letter-spacing:.05em!important;text-transform:uppercase!important;color:var(--lexhp-muted)!important}.lexhp-content[data-section=form-ab-testing] .lexhp-module-actions strong{margin:0!important;font-size:13px!important;line-height:1.4!important;font-weight:400!important;color:var(--lexhp-text)!important}.lexhp-content[data-section=form-ab-testing] .lexhp-workspace-grid>.lexhp-panel:nth-child(2)>.lexhp-panel__head{min-height:86px!important;padding:18px 20px!important;border-bottom:1px solid var(--lexhp-line)!important;background:var(--lexhp-panel)!important}.lexhp-content[data-section=form-ab-testing] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:20px!important}.lexhp-content[data-section=form-ab-testing] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p{min-height:132px!important;display:grid!important;grid-template-columns:36px minmax(0,1fr)!important;gap:12px!important;align-content:start!important;align-items:start!important;margin:0!important;padding:16px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important;transition:border-color .15s ease,background .15s ease!important}.lexhp-content[data-section=form-ab-testing] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p:hover{border-color:color-mix(in srgb,var(--lexhp-accent) 20%,var(--lexhp-line))!important;background:color-mix(in srgb,var(--lexhp-accent) 2%,var(--lexhp-panel-2))!important}.lexhp-content[data-section=form-ab-testing] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p>span{width:34px!important;height:34px!important;display:grid!important;place-items:center!important;border:1px solid color-mix(in srgb,#16a66a 22%,var(--lexhp-line))!important;border-radius:5px!important;background:color-mix(in srgb,#16a66a 10%,var(--lexhp-panel))!important;color:#15915b!important}.lexhp-content[data-section=form-ab-testing] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p>span svg{width:16px!important;height:16px!important;margin:auto!important}.lexhp-content[data-section=form-ab-testing] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list b{font-size:13px!important;line-height:1.4!important;font-weight:400!important;color:var(--lexhp-text)!important}.lexhp-content[data-section=form-ab-testing] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list b small{display:block!important;margin-top:5px!important;font-size:11px!important;line-height:1.55!important;font-weight:400!important;color:var(--lexhp-muted)!important}@media(max-width:900px){.lexhp-content[data-section=form-ab-testing] .lexhp-module-actions,.lexhp-content[data-section=form-ab-testing] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list{grid-template-columns:1fr!important}.lexhp-content[data-section=form-ab-testing] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p{min-height:0!important}}@media(max-width:760px){.lexhp-content[data-section=form-ab-testing] .lexhp-workspace-grid>.lexhp-panel:first-child .lexhp-module-hero{min-height:0!important;grid-template-columns:46px minmax(0,1fr)!important;gap:13px!important;padding:16px!important;align-items:start!important}.lexhp-content[data-section=form-ab-testing] .lexhp-module-icon{width:46px!important;height:46px!important;box-shadow:none!important}.lexhp-content[data-section=form-ab-testing] .lexhp-module-icon svg{width:21px!important;height:21px!important}.lexhp-content[data-section=form-ab-testing] .lexhp-module-hero h2{font-size:20px!important}.lexhp-content[data-section=form-ab-testing] .lexhp-module-actions{padding:14px 16px 16px!important;gap:10px!important}.lexhp-content[data-section=form-ab-testing] .lexhp-module-actions>div{min-height:68px!important;padding:12px 13px!important}.lexhp-content[data-section=form-ab-testing] .lexhp-workspace-grid>.lexhp-panel:nth-child(2)>.lexhp-panel__head{min-height:0!important;padding:15px 16px!important}.lexhp-content[data-section=form-ab-testing] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list{padding:16px!important;gap:10px!important}.lexhp-content[data-section=form-ab-testing] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p{padding:14px!important}}.lexhp-content[data-section=lead-recycling] .lexhp-workspace-grid{grid-template-columns:minmax(0,1fr)!important;gap:15px!important;align-items:start!important}.lexhp-content[data-section=lead-recycling] .lexhp-workspace-grid>.lexhp-panel{width:100%;min-width:0;overflow:hidden}.lexhp-content[data-section=lead-recycling] .lexhp-workspace-grid>.lexhp-panel:first-child{border-color:color-mix(in srgb,var(--lexhp-accent) 16%,var(--lexhp-line))!important}.lexhp-content[data-section=lead-recycling] .lexhp-workspace-grid>.lexhp-panel:first-child .lexhp-module-hero{min-height:158px;grid-template-columns:60px minmax(0,1fr)!important;gap:18px!important;align-items:center!important;padding:24px!important;border-bottom:1px solid var(--lexhp-line)!important;background:linear-gradient(135deg,color-mix(in srgb,var(--lexhp-accent) 6%,var(--lexhp-panel)),var(--lexhp-panel))!important}.lexhp-content[data-section=lead-recycling] .lexhp-module-icon{width:60px!important;height:60px!important;display:grid!important;place-items:center!important;border:1px solid color-mix(in srgb,var(--lexhp-accent) 28%,var(--lexhp-line))!important;border-radius:5px!important;background:color-mix(in srgb,var(--lexhp-accent) 10%,var(--lexhp-panel))!important;color:var(--lexhp-accent)!important;box-shadow:0 8px 20px color-mix(in srgb,var(--lexhp-accent) 8%,transparent)!important}.lexhp-content[data-section=lead-recycling] .lexhp-module-icon svg{width:26px!important;height:26px!important;margin:auto!important}.lexhp-content[data-section=lead-recycling] .lexhp-module-hero h2{margin:4px 0 6px!important;font-size:24px!important;line-height:1.2!important;font-weight:400!important;letter-spacing:-.02em!important}.lexhp-content[data-section=lead-recycling] .lexhp-module-hero p{max-width:900px!important;margin:0!important;font-size:13px!important;line-height:1.6!important;color:var(--lexhp-muted)!important}.lexhp-content[data-section=lead-recycling] .lexhp-module-actions{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:18px 20px 20px!important;border-top:0!important;background:var(--lexhp-panel)!important}.lexhp-content[data-section=lead-recycling] .lexhp-module-actions>div{min-height:82px!important;display:grid!important;align-content:center!important;gap:5px!important;padding:15px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important;transition:border-color .15s ease,background .15s ease,transform .15s ease!important}.lexhp-content[data-section=lead-recycling] .lexhp-module-actions>div:hover{border-color:color-mix(in srgb,var(--lexhp-accent) 28%,var(--lexhp-line))!important;background:color-mix(in srgb,var(--lexhp-accent) 3%,var(--lexhp-panel-2))!important;transform:translateY(-1px)}.lexhp-content[data-section=lead-recycling] .lexhp-module-actions span{font-size:10px!important;line-height:1.3!important;font-weight:400!important;letter-spacing:.05em!important;text-transform:uppercase!important;color:var(--lexhp-muted)!important}.lexhp-content[data-section=lead-recycling] .lexhp-module-actions strong{margin:0!important;font-size:13px!important;line-height:1.4!important;font-weight:400!important;color:var(--lexhp-text)!important}.lexhp-content[data-section=lead-recycling] .lexhp-workspace-grid>.lexhp-panel:nth-child(2)>.lexhp-panel__head{min-height:86px!important;padding:18px 20px!important;border-bottom:1px solid var(--lexhp-line)!important;background:var(--lexhp-panel)!important}.lexhp-content[data-section=lead-recycling] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:20px!important}.lexhp-content[data-section=lead-recycling] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p{min-height:132px!important;display:grid!important;grid-template-columns:36px minmax(0,1fr)!important;gap:12px!important;align-content:start!important;align-items:start!important;margin:0!important;padding:16px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important;transition:border-color .15s ease,background .15s ease!important}.lexhp-content[data-section=lead-recycling] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p:hover{border-color:color-mix(in srgb,var(--lexhp-accent) 20%,var(--lexhp-line))!important;background:color-mix(in srgb,var(--lexhp-accent) 2%,var(--lexhp-panel-2))!important}.lexhp-content[data-section=lead-recycling] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p>span{width:34px!important;height:34px!important;display:grid!important;place-items:center!important;border:1px solid color-mix(in srgb,#16a66a 22%,var(--lexhp-line))!important;border-radius:5px!important;background:color-mix(in srgb,#16a66a 10%,var(--lexhp-panel))!important;color:#15915b!important}.lexhp-content[data-section=lead-recycling] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p>span svg{width:16px!important;height:16px!important;margin:auto!important}.lexhp-content[data-section=lead-recycling] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list b{font-size:13px!important;line-height:1.4!important;font-weight:400!important;color:var(--lexhp-text)!important}.lexhp-content[data-section=lead-recycling] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list b small{display:block!important;margin-top:5px!important;font-size:11px!important;line-height:1.55!important;font-weight:400!important;color:var(--lexhp-muted)!important}@media(max-width:900px){.lexhp-content[data-section=lead-recycling] .lexhp-module-actions,.lexhp-content[data-section=lead-recycling] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list{grid-template-columns:1fr!important}.lexhp-content[data-section=lead-recycling] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p{min-height:0!important}}@media(max-width:760px){.lexhp-content[data-section=lead-recycling] .lexhp-workspace-grid>.lexhp-panel:first-child .lexhp-module-hero{min-height:0!important;grid-template-columns:46px minmax(0,1fr)!important;gap:13px!important;padding:16px!important;align-items:start!important}.lexhp-content[data-section=lead-recycling] .lexhp-module-icon{width:46px!important;height:46px!important;box-shadow:none!important}.lexhp-content[data-section=lead-recycling] .lexhp-module-icon svg{width:21px!important;height:21px!important}.lexhp-content[data-section=lead-recycling] .lexhp-module-hero h2{font-size:20px!important}.lexhp-content[data-section=lead-recycling] .lexhp-module-actions{padding:14px 16px 16px!important;gap:10px!important}.lexhp-content[data-section=lead-recycling] .lexhp-module-actions>div{min-height:68px!important;padding:12px 13px!important}.lexhp-content[data-section=lead-recycling] .lexhp-workspace-grid>.lexhp-panel:nth-child(2)>.lexhp-panel__head{min-height:0!important;padding:15px 16px!important}.lexhp-content[data-section=lead-recycling] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list{padding:16px!important;gap:10px!important}.lexhp-content[data-section=lead-recycling] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p{padding:14px!important}}.lexhp-content[data-section=preferred-buyers] .lexhp-workspace-grid{grid-template-columns:minmax(0,1fr)!important;gap:15px!important;align-items:start!important}.lexhp-content[data-section=preferred-buyers] .lexhp-workspace-grid>.lexhp-panel{width:100%;min-width:0;overflow:hidden}.lexhp-content[data-section=preferred-buyers] .lexhp-workspace-grid>.lexhp-panel:first-child{border-color:color-mix(in srgb,var(--lexhp-accent) 16%,var(--lexhp-line))!important}.lexhp-content[data-section=preferred-buyers] .lexhp-workspace-grid>.lexhp-panel:first-child .lexhp-module-hero{min-height:158px;grid-template-columns:60px minmax(0,1fr)!important;gap:18px!important;align-items:center!important;padding:24px!important;border-bottom:1px solid var(--lexhp-line)!important;background:linear-gradient(135deg,color-mix(in srgb,var(--lexhp-accent) 6%,var(--lexhp-panel)),var(--lexhp-panel))!important}.lexhp-content[data-section=preferred-buyers] .lexhp-module-icon{width:60px!important;height:60px!important;display:grid!important;place-items:center!important;border:1px solid color-mix(in srgb,var(--lexhp-accent) 28%,var(--lexhp-line))!important;border-radius:5px!important;background:color-mix(in srgb,var(--lexhp-accent) 10%,var(--lexhp-panel))!important;color:var(--lexhp-accent)!important;box-shadow:0 8px 20px color-mix(in srgb,var(--lexhp-accent) 8%,transparent)!important}.lexhp-content[data-section=preferred-buyers] .lexhp-module-icon svg{width:26px!important;height:26px!important;margin:auto!important}.lexhp-content[data-section=preferred-buyers] .lexhp-module-hero h2{margin:4px 0 6px!important;font-size:24px!important;line-height:1.2!important;font-weight:400!important;letter-spacing:-.02em!important}.lexhp-content[data-section=preferred-buyers] .lexhp-module-hero p{max-width:900px!important;margin:0!important;font-size:13px!important;line-height:1.6!important;color:var(--lexhp-muted)!important}.lexhp-content[data-section=preferred-buyers] .lexhp-module-actions{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:18px 20px 20px!important;border-top:0!important;background:var(--lexhp-panel)!important}.lexhp-content[data-section=preferred-buyers] .lexhp-module-actions>div{min-height:82px!important;display:grid!important;align-content:center!important;gap:5px!important;padding:15px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important;transition:border-color .15s ease,background .15s ease,transform .15s ease!important}.lexhp-content[data-section=preferred-buyers] .lexhp-module-actions>div:hover{border-color:color-mix(in srgb,var(--lexhp-accent) 28%,var(--lexhp-line))!important;background:color-mix(in srgb,var(--lexhp-accent) 3%,var(--lexhp-panel-2))!important;transform:translateY(-1px)}.lexhp-content[data-section=preferred-buyers] .lexhp-module-actions span{font-size:10px!important;line-height:1.3!important;font-weight:400!important;letter-spacing:.05em!important;text-transform:uppercase!important;color:var(--lexhp-muted)!important}.lexhp-content[data-section=preferred-buyers] .lexhp-module-actions strong{margin:0!important;font-size:13px!important;line-height:1.4!important;font-weight:400!important;color:var(--lexhp-text)!important}.lexhp-content[data-section=preferred-buyers] .lexhp-workspace-grid>.lexhp-panel:nth-child(2)>.lexhp-panel__head{min-height:86px!important;padding:18px 20px!important;border-bottom:1px solid var(--lexhp-line)!important;background:var(--lexhp-panel)!important}.lexhp-content[data-section=preferred-buyers] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:20px!important}.lexhp-content[data-section=preferred-buyers] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p{min-height:132px!important;display:grid!important;grid-template-columns:36px minmax(0,1fr)!important;gap:12px!important;align-content:start!important;align-items:start!important;margin:0!important;padding:16px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important;transition:border-color .15s ease,background .15s ease!important}.lexhp-content[data-section=preferred-buyers] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p:hover{border-color:color-mix(in srgb,var(--lexhp-accent) 20%,var(--lexhp-line))!important;background:color-mix(in srgb,var(--lexhp-accent) 2%,var(--lexhp-panel-2))!important}.lexhp-content[data-section=preferred-buyers] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p>span{width:34px!important;height:34px!important;display:grid!important;place-items:center!important;border:1px solid color-mix(in srgb,#16a66a 22%,var(--lexhp-line))!important;border-radius:5px!important;background:color-mix(in srgb,#16a66a 10%,var(--lexhp-panel))!important;color:#15915b!important}.lexhp-content[data-section=preferred-buyers] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p>span svg{width:16px!important;height:16px!important;margin:auto!important}.lexhp-content[data-section=preferred-buyers] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list b{font-size:13px!important;line-height:1.4!important;font-weight:400!important;color:var(--lexhp-text)!important}.lexhp-content[data-section=preferred-buyers] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list b small{display:block!important;margin-top:5px!important;font-size:11px!important;line-height:1.55!important;font-weight:400!important;color:var(--lexhp-muted)!important}@media(max-width:900px){.lexhp-content[data-section=preferred-buyers] .lexhp-module-actions,.lexhp-content[data-section=preferred-buyers] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list{grid-template-columns:1fr!important}.lexhp-content[data-section=preferred-buyers] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p{min-height:0!important}}@media(max-width:760px){.lexhp-content[data-section=preferred-buyers] .lexhp-workspace-grid>.lexhp-panel:first-child .lexhp-module-hero{min-height:0!important;grid-template-columns:46px minmax(0,1fr)!important;gap:13px!important;padding:16px!important;align-items:start!important}.lexhp-content[data-section=preferred-buyers] .lexhp-module-icon{width:46px!important;height:46px!important;box-shadow:none!important}.lexhp-content[data-section=preferred-buyers] .lexhp-module-icon svg{width:21px!important;height:21px!important}.lexhp-content[data-section=preferred-buyers] .lexhp-module-hero h2{font-size:20px!important}.lexhp-content[data-section=preferred-buyers] .lexhp-module-actions{padding:14px 16px 16px!important;gap:10px!important}.lexhp-content[data-section=preferred-buyers] .lexhp-module-actions>div{min-height:68px!important;padding:12px 13px!important}.lexhp-content[data-section=preferred-buyers] .lexhp-workspace-grid>.lexhp-panel:nth-child(2)>.lexhp-panel__head{min-height:0!important;padding:15px 16px!important}.lexhp-content[data-section=preferred-buyers] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list{padding:16px!important;gap:10px!important}.lexhp-content[data-section=preferred-buyers] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p{padding:14px!important}}.lexhp-content[data-section=private-deals] .lexhp-workspace-grid{grid-template-columns:minmax(0,1fr)!important;gap:15px!important;align-items:start!important}.lexhp-content[data-section=private-deals] .lexhp-workspace-grid>.lexhp-panel{width:100%;min-width:0;overflow:hidden}.lexhp-content[data-section=private-deals] .lexhp-workspace-grid>.lexhp-panel:first-child{border-color:color-mix(in srgb,var(--lexhp-accent) 16%,var(--lexhp-line))!important}.lexhp-content[data-section=private-deals] .lexhp-workspace-grid>.lexhp-panel:first-child .lexhp-module-hero{min-height:158px;grid-template-columns:60px minmax(0,1fr)!important;gap:18px!important;align-items:center!important;padding:24px!important;border-bottom:1px solid var(--lexhp-line)!important;background:linear-gradient(135deg,color-mix(in srgb,var(--lexhp-accent) 6%,var(--lexhp-panel)),var(--lexhp-panel))!important}.lexhp-content[data-section=private-deals] .lexhp-module-icon{width:60px!important;height:60px!important;display:grid!important;place-items:center!important;border:1px solid color-mix(in srgb,var(--lexhp-accent) 28%,var(--lexhp-line))!important;border-radius:5px!important;background:color-mix(in srgb,var(--lexhp-accent) 10%,var(--lexhp-panel))!important;color:var(--lexhp-accent)!important;box-shadow:0 8px 20px color-mix(in srgb,var(--lexhp-accent) 8%,transparent)!important}.lexhp-content[data-section=private-deals] .lexhp-module-icon svg{width:26px!important;height:26px!important;margin:auto!important}.lexhp-content[data-section=private-deals] .lexhp-module-hero h2{margin:4px 0 6px!important;font-size:24px!important;line-height:1.2!important;font-weight:400!important;letter-spacing:-.02em!important}.lexhp-content[data-section=private-deals] .lexhp-module-hero p{max-width:900px!important;margin:0!important;font-size:13px!important;line-height:1.6!important;color:var(--lexhp-muted)!important}.lexhp-content[data-section=private-deals] .lexhp-module-actions{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:18px 20px 20px!important;border-top:0!important;background:var(--lexhp-panel)!important}.lexhp-content[data-section=private-deals] .lexhp-module-actions>div{min-height:82px!important;display:grid!important;align-content:center!important;gap:5px!important;padding:15px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important;transition:border-color .15s ease,background .15s ease,transform .15s ease!important}.lexhp-content[data-section=private-deals] .lexhp-module-actions>div:hover{border-color:color-mix(in srgb,var(--lexhp-accent) 28%,var(--lexhp-line))!important;background:color-mix(in srgb,var(--lexhp-accent) 3%,var(--lexhp-panel-2))!important;transform:translateY(-1px)}.lexhp-content[data-section=private-deals] .lexhp-module-actions span{font-size:10px!important;line-height:1.3!important;font-weight:400!important;letter-spacing:.05em!important;text-transform:uppercase!important;color:var(--lexhp-muted)!important}.lexhp-content[data-section=private-deals] .lexhp-module-actions strong{margin:0!important;font-size:13px!important;line-height:1.4!important;font-weight:400!important;color:var(--lexhp-text)!important}.lexhp-content[data-section=private-deals] .lexhp-workspace-grid>.lexhp-panel:nth-child(2)>.lexhp-panel__head{min-height:86px!important;padding:18px 20px!important;border-bottom:1px solid var(--lexhp-line)!important;background:var(--lexhp-panel)!important}.lexhp-content[data-section=private-deals] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:20px!important}.lexhp-content[data-section=private-deals] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p{min-height:132px!important;display:grid!important;grid-template-columns:36px minmax(0,1fr)!important;gap:12px!important;align-content:start!important;align-items:start!important;margin:0!important;padding:16px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important;transition:border-color .15s ease,background .15s ease!important}.lexhp-content[data-section=private-deals] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p:hover{border-color:color-mix(in srgb,var(--lexhp-accent) 20%,var(--lexhp-line))!important;background:color-mix(in srgb,var(--lexhp-accent) 2%,var(--lexhp-panel-2))!important}.lexhp-content[data-section=private-deals] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p>span{width:34px!important;height:34px!important;display:grid!important;place-items:center!important;border:1px solid color-mix(in srgb,#16a66a 22%,var(--lexhp-line))!important;border-radius:5px!important;background:color-mix(in srgb,#16a66a 10%,var(--lexhp-panel))!important;color:#15915b!important}.lexhp-content[data-section=private-deals] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p>span svg{width:16px!important;height:16px!important;margin:auto!important}.lexhp-content[data-section=private-deals] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list b{font-size:13px!important;line-height:1.4!important;font-weight:400!important;color:var(--lexhp-text)!important}.lexhp-content[data-section=private-deals] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list b small{display:block!important;margin-top:5px!important;font-size:11px!important;line-height:1.55!important;font-weight:400!important;color:var(--lexhp-muted)!important}@media(max-width:900px){.lexhp-content[data-section=private-deals] .lexhp-module-actions,.lexhp-content[data-section=private-deals] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list{grid-template-columns:1fr!important}.lexhp-content[data-section=private-deals] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p{min-height:0!important}}@media(max-width:760px){.lexhp-content[data-section=private-deals] .lexhp-workspace-grid>.lexhp-panel:first-child .lexhp-module-hero{min-height:0!important;grid-template-columns:46px minmax(0,1fr)!important;gap:13px!important;padding:16px!important;align-items:start!important}.lexhp-content[data-section=private-deals] .lexhp-module-icon{width:46px!important;height:46px!important;box-shadow:none!important}.lexhp-content[data-section=private-deals] .lexhp-module-icon svg{width:21px!important;height:21px!important}.lexhp-content[data-section=private-deals] .lexhp-module-hero h2{font-size:20px!important}.lexhp-content[data-section=private-deals] .lexhp-module-actions{padding:14px 16px 16px!important;gap:10px!important}.lexhp-content[data-section=private-deals] .lexhp-module-actions>div{min-height:68px!important;padding:12px 13px!important}.lexhp-content[data-section=private-deals] .lexhp-workspace-grid>.lexhp-panel:nth-child(2)>.lexhp-panel__head{min-height:0!important;padding:15px 16px!important}.lexhp-content[data-section=private-deals] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list{padding:16px!important;gap:10px!important}.lexhp-content[data-section=private-deals] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p{padding:14px!important}}.lexhp-content[data-section=lead-packages] .lexhp-workspace-grid{grid-template-columns:minmax(0,1fr)!important;gap:15px!important;align-items:start!important}.lexhp-content[data-section=lead-packages] .lexhp-workspace-grid>.lexhp-panel{width:100%;min-width:0;overflow:hidden}.lexhp-content[data-section=lead-packages] .lexhp-workspace-grid>.lexhp-panel:first-child{border-color:color-mix(in srgb,var(--lexhp-accent) 16%,var(--lexhp-line))!important}.lexhp-content[data-section=lead-packages] .lexhp-workspace-grid>.lexhp-panel:first-child .lexhp-module-hero{min-height:158px;grid-template-columns:60px minmax(0,1fr)!important;gap:18px!important;align-items:center!important;padding:24px!important;border-bottom:1px solid var(--lexhp-line)!important;background:linear-gradient(135deg,color-mix(in srgb,var(--lexhp-accent) 6%,var(--lexhp-panel)),var(--lexhp-panel))!important}.lexhp-content[data-section=lead-packages] .lexhp-module-icon{width:60px!important;height:60px!important;display:grid!important;place-items:center!important;border:1px solid color-mix(in srgb,var(--lexhp-accent) 28%,var(--lexhp-line))!important;border-radius:5px!important;background:color-mix(in srgb,var(--lexhp-accent) 10%,var(--lexhp-panel))!important;color:var(--lexhp-accent)!important;box-shadow:0 8px 20px color-mix(in srgb,var(--lexhp-accent) 8%,transparent)!important}.lexhp-content[data-section=lead-packages] .lexhp-module-icon svg{width:26px!important;height:26px!important;margin:auto!important}.lexhp-content[data-section=lead-packages] .lexhp-module-hero h2{margin:4px 0 6px!important;font-size:24px!important;line-height:1.2!important;font-weight:400!important;letter-spacing:-.02em!important}.lexhp-content[data-section=lead-packages] .lexhp-module-hero p{max-width:900px!important;margin:0!important;font-size:13px!important;line-height:1.6!important;color:var(--lexhp-muted)!important}.lexhp-content[data-section=lead-packages] .lexhp-module-actions{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:18px 20px 20px!important;border-top:0!important;background:var(--lexhp-panel)!important}.lexhp-content[data-section=lead-packages] .lexhp-module-actions>div{min-height:82px!important;display:grid!important;align-content:center!important;gap:5px!important;padding:15px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important;transition:border-color .15s ease,background .15s ease,transform .15s ease!important}.lexhp-content[data-section=lead-packages] .lexhp-module-actions>div:hover{border-color:color-mix(in srgb,var(--lexhp-accent) 28%,var(--lexhp-line))!important;background:color-mix(in srgb,var(--lexhp-accent) 3%,var(--lexhp-panel-2))!important;transform:translateY(-1px)}.lexhp-content[data-section=lead-packages] .lexhp-module-actions span{font-size:10px!important;line-height:1.3!important;font-weight:400!important;letter-spacing:.05em!important;text-transform:uppercase!important;color:var(--lexhp-muted)!important}.lexhp-content[data-section=lead-packages] .lexhp-module-actions strong{margin:0!important;font-size:13px!important;line-height:1.4!important;font-weight:400!important;color:var(--lexhp-text)!important}.lexhp-content[data-section=lead-packages] .lexhp-workspace-grid>.lexhp-panel:nth-child(2)>.lexhp-panel__head{min-height:86px!important;padding:18px 20px!important;border-bottom:1px solid var(--lexhp-line)!important;background:var(--lexhp-panel)!important}.lexhp-content[data-section=lead-packages] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:20px!important}.lexhp-content[data-section=lead-packages] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p{min-height:132px!important;display:grid!important;grid-template-columns:36px minmax(0,1fr)!important;gap:12px!important;align-content:start!important;align-items:start!important;margin:0!important;padding:16px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important;transition:border-color .15s ease,background .15s ease!important}.lexhp-content[data-section=lead-packages] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p:hover{border-color:color-mix(in srgb,var(--lexhp-accent) 20%,var(--lexhp-line))!important;background:color-mix(in srgb,var(--lexhp-accent) 2%,var(--lexhp-panel-2))!important}.lexhp-content[data-section=lead-packages] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p>span{width:34px!important;height:34px!important;display:grid!important;place-items:center!important;border:1px solid color-mix(in srgb,#16a66a 22%,var(--lexhp-line))!important;border-radius:5px!important;background:color-mix(in srgb,#16a66a 10%,var(--lexhp-panel))!important;color:#15915b!important}.lexhp-content[data-section=lead-packages] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p>span svg{width:16px!important;height:16px!important;margin:auto!important}.lexhp-content[data-section=lead-packages] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list b{font-size:13px!important;line-height:1.4!important;font-weight:400!important;color:var(--lexhp-text)!important}.lexhp-content[data-section=lead-packages] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list b small{display:block!important;margin-top:5px!important;font-size:11px!important;line-height:1.55!important;font-weight:400!important;color:var(--lexhp-muted)!important}@media(max-width:900px){.lexhp-content[data-section=lead-packages] .lexhp-module-actions,.lexhp-content[data-section=lead-packages] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list{grid-template-columns:1fr!important}.lexhp-content[data-section=lead-packages] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p{min-height:0!important}}@media(max-width:760px){.lexhp-content[data-section=lead-packages] .lexhp-workspace-grid>.lexhp-panel:first-child .lexhp-module-hero{min-height:0!important;grid-template-columns:46px minmax(0,1fr)!important;gap:13px!important;padding:16px!important;align-items:start!important}.lexhp-content[data-section=lead-packages] .lexhp-module-icon{width:46px!important;height:46px!important;box-shadow:none!important}.lexhp-content[data-section=lead-packages] .lexhp-module-icon svg{width:21px!important;height:21px!important}.lexhp-content[data-section=lead-packages] .lexhp-module-hero h2{font-size:20px!important}.lexhp-content[data-section=lead-packages] .lexhp-module-actions{padding:14px 16px 16px!important;gap:10px!important}.lexhp-content[data-section=lead-packages] .lexhp-module-actions>div{min-height:68px!important;padding:12px 13px!important}.lexhp-content[data-section=lead-packages] .lexhp-workspace-grid>.lexhp-panel:nth-child(2)>.lexhp-panel__head{min-height:0!important;padding:15px 16px!important}.lexhp-content[data-section=lead-packages] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list{padding:16px!important;gap:10px!important}.lexhp-content[data-section=lead-packages] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p{padding:14px!important}}.lexhp-content[data-section=guaranteed-volume-deals] .lexhp-workspace-grid{grid-template-columns:minmax(0,1fr)!important;gap:15px!important;align-items:start!important}.lexhp-content[data-section=guaranteed-volume-deals] .lexhp-workspace-grid>.lexhp-panel{width:100%;min-width:0;overflow:hidden}.lexhp-content[data-section=guaranteed-volume-deals] .lexhp-workspace-grid>.lexhp-panel:first-child{border-color:color-mix(in srgb,var(--lexhp-accent) 16%,var(--lexhp-line))!important}.lexhp-content[data-section=guaranteed-volume-deals] .lexhp-workspace-grid>.lexhp-panel:first-child .lexhp-module-hero{min-height:158px;grid-template-columns:60px minmax(0,1fr)!important;gap:18px!important;align-items:center!important;padding:24px!important;border-bottom:1px solid var(--lexhp-line)!important;background:linear-gradient(135deg,color-mix(in srgb,var(--lexhp-accent) 6%,var(--lexhp-panel)),var(--lexhp-panel))!important}.lexhp-content[data-section=guaranteed-volume-deals] .lexhp-module-icon{width:60px!important;height:60px!important;display:grid!important;place-items:center!important;border:1px solid color-mix(in srgb,var(--lexhp-accent) 28%,var(--lexhp-line))!important;border-radius:5px!important;background:color-mix(in srgb,var(--lexhp-accent) 10%,var(--lexhp-panel))!important;color:var(--lexhp-accent)!important;box-shadow:0 8px 20px color-mix(in srgb,var(--lexhp-accent) 8%,transparent)!important}.lexhp-content[data-section=guaranteed-volume-deals] .lexhp-module-icon svg{width:26px!important;height:26px!important;margin:auto!important}.lexhp-content[data-section=guaranteed-volume-deals] .lexhp-module-hero h2{margin:4px 0 6px!important;font-size:24px!important;line-height:1.2!important;font-weight:400!important;letter-spacing:-.02em!important}.lexhp-content[data-section=guaranteed-volume-deals] .lexhp-module-hero p{max-width:900px!important;margin:0!important;font-size:13px!important;line-height:1.6!important;color:var(--lexhp-muted)!important}.lexhp-content[data-section=guaranteed-volume-deals] .lexhp-module-actions{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:18px 20px 20px!important;border-top:0!important;background:var(--lexhp-panel)!important}.lexhp-content[data-section=guaranteed-volume-deals] .lexhp-module-actions>div{min-height:82px!important;display:grid!important;align-content:center!important;gap:5px!important;padding:15px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important;transition:border-color .15s ease,background .15s ease,transform .15s ease!important}.lexhp-content[data-section=guaranteed-volume-deals] .lexhp-module-actions>div:hover{border-color:color-mix(in srgb,var(--lexhp-accent) 28%,var(--lexhp-line))!important;background:color-mix(in srgb,var(--lexhp-accent) 3%,var(--lexhp-panel-2))!important;transform:translateY(-1px)}.lexhp-content[data-section=guaranteed-volume-deals] .lexhp-module-actions span{font-size:10px!important;line-height:1.3!important;font-weight:400!important;letter-spacing:.05em!important;text-transform:uppercase!important;color:var(--lexhp-muted)!important}.lexhp-content[data-section=guaranteed-volume-deals] .lexhp-module-actions strong{margin:0!important;font-size:13px!important;line-height:1.4!important;font-weight:400!important;color:var(--lexhp-text)!important}.lexhp-content[data-section=guaranteed-volume-deals] .lexhp-workspace-grid>.lexhp-panel:nth-child(2)>.lexhp-panel__head{min-height:86px!important;padding:18px 20px!important;border-bottom:1px solid var(--lexhp-line)!important;background:var(--lexhp-panel)!important}.lexhp-content[data-section=guaranteed-volume-deals] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:20px!important}.lexhp-content[data-section=guaranteed-volume-deals] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p{min-height:132px!important;display:grid!important;grid-template-columns:36px minmax(0,1fr)!important;gap:12px!important;align-content:start!important;align-items:start!important;margin:0!important;padding:16px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important;transition:border-color .15s ease,background .15s ease!important}.lexhp-content[data-section=guaranteed-volume-deals] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p:hover{border-color:color-mix(in srgb,var(--lexhp-accent) 20%,var(--lexhp-line))!important;background:color-mix(in srgb,var(--lexhp-accent) 2%,var(--lexhp-panel-2))!important}.lexhp-content[data-section=guaranteed-volume-deals] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p>span{width:34px!important;height:34px!important;display:grid!important;place-items:center!important;border:1px solid color-mix(in srgb,#16a66a 22%,var(--lexhp-line))!important;border-radius:5px!important;background:color-mix(in srgb,#16a66a 10%,var(--lexhp-panel))!important;color:#15915b!important}.lexhp-content[data-section=guaranteed-volume-deals] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p>span svg{width:16px!important;height:16px!important;margin:auto!important}.lexhp-content[data-section=guaranteed-volume-deals] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list b{font-size:13px!important;line-height:1.4!important;font-weight:400!important;color:var(--lexhp-text)!important}.lexhp-content[data-section=guaranteed-volume-deals] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list b small{display:block!important;margin-top:5px!important;font-size:11px!important;line-height:1.55!important;font-weight:400!important;color:var(--lexhp-muted)!important}@media(max-width:900px){.lexhp-content[data-section=guaranteed-volume-deals] .lexhp-module-actions,.lexhp-content[data-section=guaranteed-volume-deals] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list{grid-template-columns:1fr!important}.lexhp-content[data-section=guaranteed-volume-deals] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p{min-height:0!important}}@media(max-width:760px){.lexhp-content[data-section=guaranteed-volume-deals] .lexhp-workspace-grid>.lexhp-panel:first-child .lexhp-module-hero{min-height:0!important;grid-template-columns:46px minmax(0,1fr)!important;gap:13px!important;padding:16px!important;align-items:start!important}.lexhp-content[data-section=guaranteed-volume-deals] .lexhp-module-icon{width:46px!important;height:46px!important;box-shadow:none!important}.lexhp-content[data-section=guaranteed-volume-deals] .lexhp-module-icon svg{width:21px!important;height:21px!important}.lexhp-content[data-section=guaranteed-volume-deals] .lexhp-module-hero h2{font-size:20px!important}.lexhp-content[data-section=guaranteed-volume-deals] .lexhp-module-actions{padding:14px 16px 16px!important;gap:10px!important}.lexhp-content[data-section=guaranteed-volume-deals] .lexhp-module-actions>div{min-height:68px!important;padding:12px 13px!important}.lexhp-content[data-section=guaranteed-volume-deals] .lexhp-workspace-grid>.lexhp-panel:nth-child(2)>.lexhp-panel__head{min-height:0!important;padding:15px 16px!important}.lexhp-content[data-section=guaranteed-volume-deals] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list{padding:16px!important;gap:10px!important}.lexhp-content[data-section=guaranteed-volume-deals] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p{padding:14px!important}}.lexhp-content[data-section=reserved-inventory] .lexhp-workspace-grid{grid-template-columns:minmax(0,1fr)!important;gap:15px!important;align-items:start!important}.lexhp-content[data-section=reserved-inventory] .lexhp-workspace-grid>.lexhp-panel{width:100%;min-width:0;overflow:hidden}.lexhp-content[data-section=reserved-inventory] .lexhp-workspace-grid>.lexhp-panel:first-child{border-color:color-mix(in srgb,var(--lexhp-accent) 16%,var(--lexhp-line))!important}.lexhp-content[data-section=reserved-inventory] .lexhp-workspace-grid>.lexhp-panel:first-child .lexhp-module-hero{min-height:158px;grid-template-columns:60px minmax(0,1fr)!important;gap:18px!important;align-items:center!important;padding:24px!important;border-bottom:1px solid var(--lexhp-line)!important;background:linear-gradient(135deg,color-mix(in srgb,var(--lexhp-accent) 6%,var(--lexhp-panel)),var(--lexhp-panel))!important}.lexhp-content[data-section=reserved-inventory] .lexhp-module-icon{width:60px!important;height:60px!important;display:grid!important;place-items:center!important;border:1px solid color-mix(in srgb,var(--lexhp-accent) 28%,var(--lexhp-line))!important;border-radius:5px!important;background:color-mix(in srgb,var(--lexhp-accent) 10%,var(--lexhp-panel))!important;color:var(--lexhp-accent)!important;box-shadow:0 8px 20px color-mix(in srgb,var(--lexhp-accent) 8%,transparent)!important}.lexhp-content[data-section=reserved-inventory] .lexhp-module-icon svg{width:26px!important;height:26px!important;margin:auto!important}.lexhp-content[data-section=reserved-inventory] .lexhp-module-hero h2{margin:4px 0 6px!important;font-size:24px!important;line-height:1.2!important;font-weight:400!important;letter-spacing:-.02em!important}.lexhp-content[data-section=reserved-inventory] .lexhp-module-hero p{max-width:900px!important;margin:0!important;font-size:13px!important;line-height:1.6!important;color:var(--lexhp-muted)!important}.lexhp-content[data-section=reserved-inventory] .lexhp-module-actions{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:18px 20px 20px!important;border-top:0!important;background:var(--lexhp-panel)!important}.lexhp-content[data-section=reserved-inventory] .lexhp-module-actions>div{min-height:82px!important;display:grid!important;align-content:center!important;gap:5px!important;padding:15px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important;transition:border-color .15s ease,background .15s ease,transform .15s ease!important}.lexhp-content[data-section=reserved-inventory] .lexhp-module-actions>div:hover{border-color:color-mix(in srgb,var(--lexhp-accent) 28%,var(--lexhp-line))!important;background:color-mix(in srgb,var(--lexhp-accent) 3%,var(--lexhp-panel-2))!important;transform:translateY(-1px)}.lexhp-content[data-section=reserved-inventory] .lexhp-module-actions span{font-size:10px!important;line-height:1.3!important;font-weight:400!important;letter-spacing:.05em!important;text-transform:uppercase!important;color:var(--lexhp-muted)!important}.lexhp-content[data-section=reserved-inventory] .lexhp-module-actions strong{margin:0!important;font-size:13px!important;line-height:1.4!important;font-weight:400!important;color:var(--lexhp-text)!important}.lexhp-content[data-section=reserved-inventory] .lexhp-workspace-grid>.lexhp-panel:nth-child(2)>.lexhp-panel__head{min-height:86px!important;padding:18px 20px!important;border-bottom:1px solid var(--lexhp-line)!important;background:var(--lexhp-panel)!important}.lexhp-content[data-section=reserved-inventory] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:20px!important}.lexhp-content[data-section=reserved-inventory] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p{min-height:132px!important;display:grid!important;grid-template-columns:36px minmax(0,1fr)!important;gap:12px!important;align-content:start!important;align-items:start!important;margin:0!important;padding:16px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important;transition:border-color .15s ease,background .15s ease!important}.lexhp-content[data-section=reserved-inventory] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p:hover{border-color:color-mix(in srgb,var(--lexhp-accent) 20%,var(--lexhp-line))!important;background:color-mix(in srgb,var(--lexhp-accent) 2%,var(--lexhp-panel-2))!important}.lexhp-content[data-section=reserved-inventory] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p>span{width:34px!important;height:34px!important;display:grid!important;place-items:center!important;border:1px solid color-mix(in srgb,#16a66a 22%,var(--lexhp-line))!important;border-radius:5px!important;background:color-mix(in srgb,#16a66a 10%,var(--lexhp-panel))!important;color:#15915b!important}.lexhp-content[data-section=reserved-inventory] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p>span svg{width:16px!important;height:16px!important;margin:auto!important}.lexhp-content[data-section=reserved-inventory] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list b{font-size:13px!important;line-height:1.4!important;font-weight:400!important;color:var(--lexhp-text)!important}.lexhp-content[data-section=reserved-inventory] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list b small{display:block!important;margin-top:5px!important;font-size:11px!important;line-height:1.55!important;font-weight:400!important;color:var(--lexhp-muted)!important}@media(max-width:900px){.lexhp-content[data-section=reserved-inventory] .lexhp-module-actions,.lexhp-content[data-section=reserved-inventory] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list{grid-template-columns:1fr!important}.lexhp-content[data-section=reserved-inventory] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p{min-height:0!important}}@media(max-width:760px){.lexhp-content[data-section=reserved-inventory] .lexhp-workspace-grid>.lexhp-panel:first-child .lexhp-module-hero{min-height:0!important;grid-template-columns:46px minmax(0,1fr)!important;gap:13px!important;padding:16px!important;align-items:start!important}.lexhp-content[data-section=reserved-inventory] .lexhp-module-icon{width:46px!important;height:46px!important;box-shadow:none!important}.lexhp-content[data-section=reserved-inventory] .lexhp-module-icon svg{width:21px!important;height:21px!important}.lexhp-content[data-section=reserved-inventory] .lexhp-module-hero h2{font-size:20px!important}.lexhp-content[data-section=reserved-inventory] .lexhp-module-actions{padding:14px 16px 16px!important;gap:10px!important}.lexhp-content[data-section=reserved-inventory] .lexhp-module-actions>div{min-height:68px!important;padding:12px 13px!important}.lexhp-content[data-section=reserved-inventory] .lexhp-workspace-grid>.lexhp-panel:nth-child(2)>.lexhp-panel__head{min-height:0!important;padding:15px 16px!important}.lexhp-content[data-section=reserved-inventory] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list{padding:16px!important;gap:10px!important}.lexhp-content[data-section=reserved-inventory] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p{padding:14px!important}}.lexhp-content[data-section=minimum-commitments] .lexhp-workspace-grid{grid-template-columns:minmax(0,1fr)!important;gap:15px!important;align-items:start!important}.lexhp-content[data-section=minimum-commitments] .lexhp-workspace-grid>.lexhp-panel{width:100%;min-width:0;overflow:hidden}.lexhp-content[data-section=minimum-commitments] .lexhp-workspace-grid>.lexhp-panel:first-child{border-color:color-mix(in srgb,var(--lexhp-accent) 16%,var(--lexhp-line))!important}.lexhp-content[data-section=minimum-commitments] .lexhp-workspace-grid>.lexhp-panel:first-child .lexhp-module-hero{min-height:158px;grid-template-columns:60px minmax(0,1fr)!important;gap:18px!important;align-items:center!important;padding:24px!important;border-bottom:1px solid var(--lexhp-line)!important;background:linear-gradient(135deg,color-mix(in srgb,var(--lexhp-accent) 6%,var(--lexhp-panel)),var(--lexhp-panel))!important}.lexhp-content[data-section=minimum-commitments] .lexhp-module-icon{width:60px!important;height:60px!important;display:grid!important;place-items:center!important;border:1px solid color-mix(in srgb,var(--lexhp-accent) 28%,var(--lexhp-line))!important;border-radius:5px!important;background:color-mix(in srgb,var(--lexhp-accent) 10%,var(--lexhp-panel))!important;color:var(--lexhp-accent)!important;box-shadow:0 8px 20px color-mix(in srgb,var(--lexhp-accent) 8%,transparent)!important}.lexhp-content[data-section=minimum-commitments] .lexhp-module-icon svg{width:26px!important;height:26px!important;margin:auto!important}.lexhp-content[data-section=minimum-commitments] .lexhp-module-hero h2{margin:4px 0 6px!important;font-size:24px!important;line-height:1.2!important;font-weight:400!important;letter-spacing:-.02em!important}.lexhp-content[data-section=minimum-commitments] .lexhp-module-hero p{max-width:900px!important;margin:0!important;font-size:13px!important;line-height:1.6!important;color:var(--lexhp-muted)!important}.lexhp-content[data-section=minimum-commitments] .lexhp-module-actions{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:18px 20px 20px!important;border-top:0!important;background:var(--lexhp-panel)!important}.lexhp-content[data-section=minimum-commitments] .lexhp-module-actions>div{min-height:82px!important;display:grid!important;align-content:center!important;gap:5px!important;padding:15px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important;transition:border-color .15s ease,background .15s ease,transform .15s ease!important}.lexhp-content[data-section=minimum-commitments] .lexhp-module-actions>div:hover{border-color:color-mix(in srgb,var(--lexhp-accent) 28%,var(--lexhp-line))!important;background:color-mix(in srgb,var(--lexhp-accent) 3%,var(--lexhp-panel-2))!important;transform:translateY(-1px)}.lexhp-content[data-section=minimum-commitments] .lexhp-module-actions span{font-size:10px!important;line-height:1.3!important;font-weight:400!important;letter-spacing:.05em!important;text-transform:uppercase!important;color:var(--lexhp-muted)!important}.lexhp-content[data-section=minimum-commitments] .lexhp-module-actions strong{margin:0!important;font-size:13px!important;line-height:1.4!important;font-weight:400!important;color:var(--lexhp-text)!important}.lexhp-content[data-section=minimum-commitments] .lexhp-workspace-grid>.lexhp-panel:nth-child(2)>.lexhp-panel__head{min-height:86px!important;padding:18px 20px!important;border-bottom:1px solid var(--lexhp-line)!important;background:var(--lexhp-panel)!important}.lexhp-content[data-section=minimum-commitments] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:20px!important}.lexhp-content[data-section=minimum-commitments] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p{min-height:132px!important;display:grid!important;grid-template-columns:36px minmax(0,1fr)!important;gap:12px!important;align-content:start!important;align-items:start!important;margin:0!important;padding:16px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important;transition:border-color .15s ease,background .15s ease!important}.lexhp-content[data-section=minimum-commitments] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p:hover{border-color:color-mix(in srgb,var(--lexhp-accent) 20%,var(--lexhp-line))!important;background:color-mix(in srgb,var(--lexhp-accent) 2%,var(--lexhp-panel-2))!important}.lexhp-content[data-section=minimum-commitments] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p>span{width:34px!important;height:34px!important;display:grid!important;place-items:center!important;border:1px solid color-mix(in srgb,#16a66a 22%,var(--lexhp-line))!important;border-radius:5px!important;background:color-mix(in srgb,#16a66a 10%,var(--lexhp-panel))!important;color:#15915b!important}.lexhp-content[data-section=minimum-commitments] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p>span svg{width:16px!important;height:16px!important;margin:auto!important}.lexhp-content[data-section=minimum-commitments] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list b{font-size:13px!important;line-height:1.4!important;font-weight:400!important;color:var(--lexhp-text)!important}.lexhp-content[data-section=minimum-commitments] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list b small{display:block!important;margin-top:5px!important;font-size:11px!important;line-height:1.55!important;font-weight:400!important;color:var(--lexhp-muted)!important}@media(max-width:900px){.lexhp-content[data-section=minimum-commitments] .lexhp-module-actions,.lexhp-content[data-section=minimum-commitments] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list{grid-template-columns:1fr!important}.lexhp-content[data-section=minimum-commitments] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p{min-height:0!important}}@media(max-width:760px){.lexhp-content[data-section=minimum-commitments] .lexhp-workspace-grid>.lexhp-panel:first-child .lexhp-module-hero{min-height:0!important;grid-template-columns:46px minmax(0,1fr)!important;gap:13px!important;padding:16px!important;align-items:start!important}.lexhp-content[data-section=minimum-commitments] .lexhp-module-icon{width:46px!important;height:46px!important;box-shadow:none!important}.lexhp-content[data-section=minimum-commitments] .lexhp-module-icon svg{width:21px!important;height:21px!important}.lexhp-content[data-section=minimum-commitments] .lexhp-module-hero h2{font-size:20px!important}.lexhp-content[data-section=minimum-commitments] .lexhp-module-actions{padding:14px 16px 16px!important;gap:10px!important}.lexhp-content[data-section=minimum-commitments] .lexhp-module-actions>div{min-height:68px!important;padding:12px 13px!important}.lexhp-content[data-section=minimum-commitments] .lexhp-workspace-grid>.lexhp-panel:nth-child(2)>.lexhp-panel__head{min-height:0!important;padding:15px 16px!important}.lexhp-content[data-section=minimum-commitments] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list{padding:16px!important;gap:10px!important}.lexhp-content[data-section=minimum-commitments] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p{padding:14px!important}}.lexhp-content[data-section=supply-bids] .lexhp-workspace-grid{grid-template-columns:minmax(0,1fr)!important;gap:15px!important;align-items:start!important}.lexhp-content[data-section=supply-bids] .lexhp-workspace-grid>.lexhp-panel{width:100%;min-width:0;overflow:hidden}.lexhp-content[data-section=supply-bids] .lexhp-workspace-grid>.lexhp-panel:first-child{border-color:color-mix(in srgb,var(--lexhp-accent) 16%,var(--lexhp-line))!important}.lexhp-content[data-section=supply-bids] .lexhp-workspace-grid>.lexhp-panel:first-child .lexhp-module-hero{min-height:158px;grid-template-columns:60px minmax(0,1fr)!important;gap:18px!important;align-items:center!important;padding:24px!important;border-bottom:1px solid var(--lexhp-line)!important;background:linear-gradient(135deg,color-mix(in srgb,var(--lexhp-accent) 6%,var(--lexhp-panel)),var(--lexhp-panel))!important}.lexhp-content[data-section=supply-bids] .lexhp-module-icon{width:60px!important;height:60px!important;display:grid!important;place-items:center!important;border:1px solid color-mix(in srgb,var(--lexhp-accent) 28%,var(--lexhp-line))!important;border-radius:5px!important;background:color-mix(in srgb,var(--lexhp-accent) 10%,var(--lexhp-panel))!important;color:var(--lexhp-accent)!important;box-shadow:0 8px 20px color-mix(in srgb,var(--lexhp-accent) 8%,transparent)!important}.lexhp-content[data-section=supply-bids] .lexhp-module-icon svg{width:26px!important;height:26px!important;margin:auto!important}.lexhp-content[data-section=supply-bids] .lexhp-module-hero h2{margin:4px 0 6px!important;font-size:24px!important;line-height:1.2!important;font-weight:400!important;letter-spacing:-.02em!important}.lexhp-content[data-section=supply-bids] .lexhp-module-hero p{max-width:900px!important;margin:0!important;font-size:13px!important;line-height:1.6!important;color:var(--lexhp-muted)!important}.lexhp-content[data-section=supply-bids] .lexhp-module-actions{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:18px 20px 20px!important;border-top:0!important;background:var(--lexhp-panel)!important}.lexhp-content[data-section=supply-bids] .lexhp-module-actions>div{min-height:82px!important;display:grid!important;align-content:center!important;gap:5px!important;padding:15px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important;transition:border-color .15s ease,background .15s ease,transform .15s ease!important}.lexhp-content[data-section=supply-bids] .lexhp-module-actions>div:hover{border-color:color-mix(in srgb,var(--lexhp-accent) 28%,var(--lexhp-line))!important;background:color-mix(in srgb,var(--lexhp-accent) 3%,var(--lexhp-panel-2))!important;transform:translateY(-1px)}.lexhp-content[data-section=supply-bids] .lexhp-module-actions span{font-size:10px!important;line-height:1.3!important;font-weight:400!important;letter-spacing:.05em!important;text-transform:uppercase!important;color:var(--lexhp-muted)!important}.lexhp-content[data-section=supply-bids] .lexhp-module-actions strong{margin:0!important;font-size:13px!important;line-height:1.4!important;font-weight:400!important;color:var(--lexhp-text)!important}.lexhp-content[data-section=supply-bids] .lexhp-workspace-grid>.lexhp-panel:nth-child(2)>.lexhp-panel__head{min-height:86px!important;padding:18px 20px!important;border-bottom:1px solid var(--lexhp-line)!important;background:var(--lexhp-panel)!important}.lexhp-content[data-section=supply-bids] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:20px!important}.lexhp-content[data-section=supply-bids] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p{min-height:132px!important;display:grid!important;grid-template-columns:36px minmax(0,1fr)!important;gap:12px!important;align-content:start!important;align-items:start!important;margin:0!important;padding:16px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important;transition:border-color .15s ease,background .15s ease!important}.lexhp-content[data-section=supply-bids] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p:hover{border-color:color-mix(in srgb,var(--lexhp-accent) 20%,var(--lexhp-line))!important;background:color-mix(in srgb,var(--lexhp-accent) 2%,var(--lexhp-panel-2))!important}.lexhp-content[data-section=supply-bids] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p>span{width:34px!important;height:34px!important;display:grid!important;place-items:center!important;border:1px solid color-mix(in srgb,#16a66a 22%,var(--lexhp-line))!important;border-radius:5px!important;background:color-mix(in srgb,#16a66a 10%,var(--lexhp-panel))!important;color:#15915b!important}.lexhp-content[data-section=supply-bids] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p>span svg{width:16px!important;height:16px!important;margin:auto!important}.lexhp-content[data-section=supply-bids] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list b{font-size:13px!important;line-height:1.4!important;font-weight:400!important;color:var(--lexhp-text)!important}.lexhp-content[data-section=supply-bids] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list b small{display:block!important;margin-top:5px!important;font-size:11px!important;line-height:1.55!important;font-weight:400!important;color:var(--lexhp-muted)!important}@media(max-width:900px){.lexhp-content[data-section=supply-bids] .lexhp-module-actions,.lexhp-content[data-section=supply-bids] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list{grid-template-columns:1fr!important}.lexhp-content[data-section=supply-bids] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p{min-height:0!important}}@media(max-width:760px){.lexhp-content[data-section=supply-bids] .lexhp-workspace-grid>.lexhp-panel:first-child .lexhp-module-hero{min-height:0!important;grid-template-columns:46px minmax(0,1fr)!important;gap:13px!important;padding:16px!important;align-items:start!important}.lexhp-content[data-section=supply-bids] .lexhp-module-icon{width:46px!important;height:46px!important;box-shadow:none!important}.lexhp-content[data-section=supply-bids] .lexhp-module-icon svg{width:21px!important;height:21px!important}.lexhp-content[data-section=supply-bids] .lexhp-module-hero h2{font-size:20px!important}.lexhp-content[data-section=supply-bids] .lexhp-module-actions{padding:14px 16px 16px!important;gap:10px!important}.lexhp-content[data-section=supply-bids] .lexhp-module-actions>div{min-height:68px!important;padding:12px 13px!important}.lexhp-content[data-section=supply-bids] .lexhp-workspace-grid>.lexhp-panel:nth-child(2)>.lexhp-panel__head{min-height:0!important;padding:15px 16px!important}.lexhp-content[data-section=supply-bids] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list{padding:16px!important;gap:10px!important}.lexhp-content[data-section=supply-bids] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p{padding:14px!important}}.lexhp-role-seller .lexhp-content[data-section=publishers] .lexhp-workspace-grid{grid-template-columns:minmax(0,1fr)!important;gap:15px!important;align-items:start!important}.lexhp-role-seller .lexhp-content[data-section=publishers] .lexhp-workspace-grid>.lexhp-panel{width:100%;min-width:0;overflow:hidden}.lexhp-role-seller .lexhp-content[data-section=publishers] .lexhp-workspace-grid>.lexhp-panel:first-child{border-color:color-mix(in srgb,var(--lexhp-accent) 16%,var(--lexhp-line))!important}.lexhp-role-seller .lexhp-content[data-section=publishers] .lexhp-workspace-grid>.lexhp-panel:first-child .lexhp-module-hero{min-height:158px;grid-template-columns:60px minmax(0,1fr)!important;gap:18px!important;align-items:center!important;padding:24px!important;border-bottom:1px solid var(--lexhp-line)!important;background:linear-gradient(135deg,color-mix(in srgb,var(--lexhp-accent) 6%,var(--lexhp-panel)),var(--lexhp-panel))!important}.lexhp-role-seller .lexhp-content[data-section=publishers] .lexhp-module-icon{width:60px!important;height:60px!important;display:grid!important;place-items:center!important;border:1px solid color-mix(in srgb,var(--lexhp-accent) 28%,var(--lexhp-line))!important;border-radius:5px!important;background:color-mix(in srgb,var(--lexhp-accent) 10%,var(--lexhp-panel))!important;color:var(--lexhp-accent)!important;box-shadow:0 8px 20px color-mix(in srgb,var(--lexhp-accent) 8%,transparent)!important}.lexhp-role-seller .lexhp-content[data-section=publishers] .lexhp-module-icon svg{width:26px!important;height:26px!important;margin:auto!important}.lexhp-role-seller .lexhp-content[data-section=publishers] .lexhp-module-hero h2{margin:4px 0 6px!important;font-size:24px!important;line-height:1.2!important;font-weight:400!important;letter-spacing:-.02em!important}.lexhp-role-seller .lexhp-content[data-section=publishers] .lexhp-module-hero p{max-width:900px!important;margin:0!important;font-size:13px!important;line-height:1.6!important;color:var(--lexhp-muted)!important}.lexhp-role-seller .lexhp-content[data-section=publishers] .lexhp-module-actions{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:18px 20px 20px!important;border-top:0!important;background:var(--lexhp-panel)!important}.lexhp-role-seller .lexhp-content[data-section=publishers] .lexhp-module-actions>div{min-height:82px!important;display:grid!important;align-content:center!important;gap:5px!important;padding:15px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important;transition:border-color .15s ease,background .15s ease,transform .15s ease!important}.lexhp-role-seller .lexhp-content[data-section=publishers] .lexhp-module-actions>div:hover{border-color:color-mix(in srgb,var(--lexhp-accent) 28%,var(--lexhp-line))!important;background:color-mix(in srgb,var(--lexhp-accent) 3%,var(--lexhp-panel-2))!important;transform:translateY(-1px)}.lexhp-role-seller .lexhp-content[data-section=publishers] .lexhp-module-actions span{font-size:10px!important;line-height:1.3!important;font-weight:400!important;letter-spacing:.05em!important;text-transform:uppercase!important;color:var(--lexhp-muted)!important}.lexhp-role-seller .lexhp-content[data-section=publishers] .lexhp-module-actions strong{margin:0!important;font-size:13px!important;line-height:1.4!important;font-weight:400!important;color:var(--lexhp-text)!important}.lexhp-role-seller .lexhp-content[data-section=publishers] .lexhp-workspace-grid>.lexhp-panel:nth-child(2)>.lexhp-panel__head{min-height:86px!important;padding:18px 20px!important;border-bottom:1px solid var(--lexhp-line)!important;background:var(--lexhp-panel)!important}.lexhp-role-seller .lexhp-content[data-section=publishers] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:20px!important}.lexhp-role-seller .lexhp-content[data-section=publishers] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p{min-height:132px!important;display:grid!important;grid-template-columns:36px minmax(0,1fr)!important;gap:12px!important;align-content:start!important;align-items:start!important;margin:0!important;padding:16px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important;transition:border-color .15s ease,background .15s ease!important}.lexhp-role-seller .lexhp-content[data-section=publishers] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p:hover{border-color:color-mix(in srgb,var(--lexhp-accent) 20%,var(--lexhp-line))!important;background:color-mix(in srgb,var(--lexhp-accent) 2%,var(--lexhp-panel-2))!important}.lexhp-role-seller .lexhp-content[data-section=publishers] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p>span{width:34px!important;height:34px!important;display:grid!important;place-items:center!important;border:1px solid color-mix(in srgb,#16a66a 22%,var(--lexhp-line))!important;border-radius:5px!important;background:color-mix(in srgb,#16a66a 10%,var(--lexhp-panel))!important;color:#15915b!important}.lexhp-role-seller .lexhp-content[data-section=publishers] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p>span svg{width:16px!important;height:16px!important;margin:auto!important}.lexhp-role-seller .lexhp-content[data-section=publishers] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list b{font-size:13px!important;line-height:1.4!important;font-weight:400!important;color:var(--lexhp-text)!important}.lexhp-role-seller .lexhp-content[data-section=publishers] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list b small{display:block!important;margin-top:5px!important;font-size:11px!important;line-height:1.55!important;font-weight:400!important;color:var(--lexhp-muted)!important}@media(max-width:900px){.lexhp-role-seller .lexhp-content[data-section=publishers] .lexhp-module-actions,.lexhp-role-seller .lexhp-content[data-section=publishers] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list{grid-template-columns:1fr!important}.lexhp-role-seller .lexhp-content[data-section=publishers] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p{min-height:0!important}}@media(max-width:760px){.lexhp-role-seller .lexhp-content[data-section=publishers] .lexhp-workspace-grid>.lexhp-panel:first-child .lexhp-module-hero{min-height:0!important;grid-template-columns:46px minmax(0,1fr)!important;gap:13px!important;padding:16px!important;align-items:start!important}.lexhp-role-seller .lexhp-content[data-section=publishers] .lexhp-module-icon{width:46px!important;height:46px!important;box-shadow:none!important}.lexhp-role-seller .lexhp-content[data-section=publishers] .lexhp-module-icon svg{width:21px!important;height:21px!important}.lexhp-role-seller .lexhp-content[data-section=publishers] .lexhp-module-hero h2{font-size:20px!important}.lexhp-role-seller .lexhp-content[data-section=publishers] .lexhp-module-actions{padding:14px 16px 16px!important;gap:10px!important}.lexhp-role-seller .lexhp-content[data-section=publishers] .lexhp-module-actions>div{min-height:68px!important;padding:12px 13px!important}.lexhp-role-seller .lexhp-content[data-section=publishers] .lexhp-workspace-grid>.lexhp-panel:nth-child(2)>.lexhp-panel__head{min-height:0!important;padding:15px 16px!important}.lexhp-role-seller .lexhp-content[data-section=publishers] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list{padding:16px!important;gap:10px!important}.lexhp-role-seller .lexhp-content[data-section=publishers] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p{padding:14px!important}}.lexhp-role-seller .lexhp-content[data-section=affiliate-campaigns] .lexhp-workspace-grid{grid-template-columns:minmax(0,1fr)!important;gap:15px!important;align-items:start!important}.lexhp-role-seller .lexhp-content[data-section=affiliate-campaigns] .lexhp-workspace-grid>.lexhp-panel{width:100%;min-width:0;overflow:hidden}.lexhp-role-seller .lexhp-content[data-section=affiliate-campaigns] .lexhp-workspace-grid>.lexhp-panel:first-child{border-color:color-mix(in srgb,var(--lexhp-accent) 16%,var(--lexhp-line))!important}.lexhp-role-seller .lexhp-content[data-section=affiliate-campaigns] .lexhp-workspace-grid>.lexhp-panel:first-child .lexhp-module-hero{min-height:158px;grid-template-columns:60px minmax(0,1fr)!important;gap:18px!important;align-items:center!important;padding:24px!important;border-bottom:1px solid var(--lexhp-line)!important;background:linear-gradient(135deg,color-mix(in srgb,var(--lexhp-accent) 6%,var(--lexhp-panel)),var(--lexhp-panel))!important}.lexhp-role-seller .lexhp-content[data-section=affiliate-campaigns] .lexhp-module-icon{width:60px!important;height:60px!important;display:grid!important;place-items:center!important;border:1px solid color-mix(in srgb,var(--lexhp-accent) 28%,var(--lexhp-line))!important;border-radius:5px!important;background:color-mix(in srgb,var(--lexhp-accent) 10%,var(--lexhp-panel))!important;color:var(--lexhp-accent)!important;box-shadow:0 8px 20px color-mix(in srgb,var(--lexhp-accent) 8%,transparent)!important}.lexhp-role-seller .lexhp-content[data-section=affiliate-campaigns] .lexhp-module-icon svg{width:26px!important;height:26px!important;margin:auto!important}.lexhp-role-seller .lexhp-content[data-section=affiliate-campaigns] .lexhp-module-hero h2{margin:4px 0 6px!important;font-size:24px!important;line-height:1.2!important;font-weight:400!important;letter-spacing:-.02em!important}.lexhp-role-seller .lexhp-content[data-section=affiliate-campaigns] .lexhp-module-hero p{max-width:900px!important;margin:0!important;font-size:13px!important;line-height:1.6!important;color:var(--lexhp-muted)!important}.lexhp-role-seller .lexhp-content[data-section=affiliate-campaigns] .lexhp-module-actions{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:18px 20px 20px!important;border-top:0!important;background:var(--lexhp-panel)!important}.lexhp-role-seller .lexhp-content[data-section=affiliate-campaigns] .lexhp-module-actions>div{min-height:82px!important;display:grid!important;align-content:center!important;gap:5px!important;padding:15px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important;transition:border-color .15s ease,background .15s ease,transform .15s ease!important}.lexhp-role-seller .lexhp-content[data-section=affiliate-campaigns] .lexhp-module-actions>div:hover{border-color:color-mix(in srgb,var(--lexhp-accent) 28%,var(--lexhp-line))!important;background:color-mix(in srgb,var(--lexhp-accent) 3%,var(--lexhp-panel-2))!important;transform:translateY(-1px)}.lexhp-role-seller .lexhp-content[data-section=affiliate-campaigns] .lexhp-module-actions span{font-size:10px!important;line-height:1.3!important;font-weight:400!important;letter-spacing:.05em!important;text-transform:uppercase!important;color:var(--lexhp-muted)!important}.lexhp-role-seller .lexhp-content[data-section=affiliate-campaigns] .lexhp-module-actions strong{margin:0!important;font-size:13px!important;line-height:1.4!important;font-weight:400!important;color:var(--lexhp-text)!important}.lexhp-role-seller .lexhp-content[data-section=affiliate-campaigns] .lexhp-workspace-grid>.lexhp-panel:nth-child(2)>.lexhp-panel__head{min-height:86px!important;padding:18px 20px!important;border-bottom:1px solid var(--lexhp-line)!important;background:var(--lexhp-panel)!important}.lexhp-role-seller .lexhp-content[data-section=affiliate-campaigns] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:20px!important}.lexhp-role-seller .lexhp-content[data-section=affiliate-campaigns] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p{min-height:132px!important;display:grid!important;grid-template-columns:36px minmax(0,1fr)!important;gap:12px!important;align-content:start!important;align-items:start!important;margin:0!important;padding:16px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important;transition:border-color .15s ease,background .15s ease!important}.lexhp-role-seller .lexhp-content[data-section=affiliate-campaigns] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p:hover{border-color:color-mix(in srgb,var(--lexhp-accent) 20%,var(--lexhp-line))!important;background:color-mix(in srgb,var(--lexhp-accent) 2%,var(--lexhp-panel-2))!important}.lexhp-role-seller .lexhp-content[data-section=affiliate-campaigns] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p>span{width:34px!important;height:34px!important;display:grid!important;place-items:center!important;border:1px solid color-mix(in srgb,#16a66a 22%,var(--lexhp-line))!important;border-radius:5px!important;background:color-mix(in srgb,#16a66a 10%,var(--lexhp-panel))!important;color:#15915b!important}.lexhp-role-seller .lexhp-content[data-section=affiliate-campaigns] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p>span svg{width:16px!important;height:16px!important;margin:auto!important}.lexhp-role-seller .lexhp-content[data-section=affiliate-campaigns] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list b{font-size:13px!important;line-height:1.4!important;font-weight:400!important;color:var(--lexhp-text)!important}.lexhp-role-seller .lexhp-content[data-section=affiliate-campaigns] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list b small{display:block!important;margin-top:5px!important;font-size:11px!important;line-height:1.55!important;font-weight:400!important;color:var(--lexhp-muted)!important}.lexhp-role-seller .lexhp-content[data-section=calls] .lexhp-routing-stack{display:grid!important;gap:15px!important;width:100%!important;min-width:0!important}.lexhp-role-seller .lexhp-content[data-section=calls] .lexhp-form-message{margin:0!important;padding:12px 14px!important;border:1px solid color-mix(in srgb,var(--lexhp-accent) 24%,var(--lexhp-line))!important;border-radius:5px!important;background:color-mix(in srgb,var(--lexhp-accent) 5%,var(--lexhp-panel))!important}.lexhp-role-seller .lexhp-content[data-section=calls] .lexhp-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:15px!important;margin:0!important}.lexhp-role-seller .lexhp-content[data-section=calls] .lexhp-kpi{min-height:104px!important;display:grid!important;grid-template-columns:1fr!important;align-content:center!important;gap:5px!important;padding:18px 20px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:linear-gradient(145deg,var(--lexhp-panel),color-mix(in srgb,var(--lexhp-accent) 3%,var(--lexhp-panel)))!important;box-shadow:0 8px 22px color-mix(in srgb,var(--lexhp-text) 4%,transparent)!important}.lexhp-role-seller .lexhp-content[data-section=calls] .lexhp-kpi:hover{border-color:color-mix(in srgb,var(--lexhp-accent) 25%,var(--lexhp-line))!important;transform:translateY(-1px)!important}.lexhp-role-seller .lexhp-content[data-section=calls] .lexhp-kpi>span{display:block!important;font-size:10px!important;line-height:1.3!important;font-weight:400!important;letter-spacing:.05em!important;text-transform:uppercase!important;color:var(--lexhp-muted)!important}.lexhp-role-seller .lexhp-content[data-section=calls] .lexhp-kpi>strong{display:block!important;margin:1px 0 0!important;font-size:25px!important;line-height:1.15!important;font-weight:400!important;letter-spacing:-.025em!important;color:var(--lexhp-text)!important}.lexhp-role-seller .lexhp-content[data-section=calls] .lexhp-kpi>.lexhp-cell-note{display:block!important;margin-top:2px!important;font-size:11px!important;color:var(--lexhp-muted)!important}.lexhp-role-seller .lexhp-content[data-section=calls] .lexhp-routing-stack>.lexhp-panel{width:100%!important;min-width:0!important;overflow:hidden!important;border-color:color-mix(in srgb,var(--lexhp-accent) 12%,var(--lexhp-line))!important}.lexhp-role-seller .lexhp-content[data-section=calls] .lexhp-routing-stack>.lexhp-panel>.lexhp-panel__head{min-height:92px!important;padding:18px 20px!important;border-bottom:1px solid var(--lexhp-line)!important;background:linear-gradient(135deg,color-mix(in srgb,var(--lexhp-accent) 5%,var(--lexhp-panel)),var(--lexhp-panel))!important}.lexhp-role-seller .lexhp-content[data-section=calls] .lexhp-routing-stack>.lexhp-panel>.lexhp-panel__head .lexhp-eyebrow{font-size:10px!important;letter-spacing:.06em!important;text-transform:uppercase!important;font-weight:400!important}.lexhp-role-seller .lexhp-content[data-section=calls] .lexhp-routing-stack>.lexhp-panel>.lexhp-panel__head h2{margin:4px 0!important;font-size:20px!important;font-weight:400!important;letter-spacing:-.015em!important}.lexhp-role-seller .lexhp-content[data-section=calls] .lexhp-routing-stack>.lexhp-panel>.lexhp-panel__head p{max-width:940px!important;margin:3px 0 0!important;font-size:12px!important;line-height:1.55!important;color:var(--lexhp-muted)!important}.lexhp-role-seller .lexhp-content[data-section=calls] .lexhp-table-wrap{width:100%!important;overflow:auto!important;border-radius:0!important;background:var(--lexhp-panel)!important}.lexhp-role-seller .lexhp-content[data-section=calls] .lexhp-table{min-width:980px!important;width:100%!important;border-collapse:separate!important;border-spacing:0!important}.lexhp-role-seller .lexhp-content[data-section=calls] .lexhp-table th{position:sticky!important;top:0!important;z-index:2!important;padding:11px 13px!important;border-bottom:1px solid var(--lexhp-line)!important;background:var(--lexhp-panel-2)!important;font-size:10px!important;line-height:1.3!important;font-weight:400!important;letter-spacing:.04em!important;text-transform:uppercase!important;color:var(--lexhp-muted)!important}.lexhp-role-seller .lexhp-content[data-section=calls] .lexhp-table td{padding:13px!important;border-bottom:1px solid var(--lexhp-line)!important;font-size:12px!important;line-height:1.45!important;vertical-align:middle!important}.lexhp-role-seller .lexhp-content[data-section=calls] .lexhp-table tbody tr:last-child td{border-bottom:0!important}.lexhp-role-seller .lexhp-content[data-section=calls] .lexhp-table tbody tr:hover td{background:color-mix(in srgb,var(--lexhp-accent) 2%,var(--lexhp-panel))!important}.lexhp-role-seller .lexhp-content[data-section=calls] .lexhp-table td strong{font-size:12px!important;font-weight:400!important;color:var(--lexhp-text)!important}.lexhp-role-seller .lexhp-content[data-section=calls] .lexhp-cell-note{display:block!important;margin-top:3px!important;font-size:10px!important;line-height:1.4!important;color:var(--lexhp-muted)!important}.lexhp-role-seller .lexhp-content[data-section=calls] .lexhp-status-pill{min-height:26px!important;align-items:center!important;padding:5px 8px!important;border-radius:5px!important;font-size:10px!important;font-weight:400!important}.lexhp-role-seller .lexhp-content[data-section=calls] .lexhp-empty-state{min-height:190px!important;padding:32px 20px!important;background:linear-gradient(180deg,var(--lexhp-panel),color-mix(in srgb,var(--lexhp-panel-2) 70%,var(--lexhp-panel)))!important}.lexhp-role-seller .lexhp-content[data-section=calls] .lexhp-empty-state>span{width:40px!important;height:40px!important;border-radius:5px!important;background:color-mix(in srgb,var(--lexhp-accent) 8%,var(--lexhp-panel-2))!important;color:var(--lexhp-accent)!important}.lexhp-role-seller .lexhp-content[data-section=calls] .lexhp-empty-state strong{font-size:14px!important;font-weight:400!important}.lexhp-role-seller .lexhp-content[data-section=calls] .lexhp-empty-state p{max-width:620px!important;font-size:12px!important;line-height:1.55!important}@media(max-width:980px){.lexhp-role-seller .lexhp-content[data-section=affiliate-campaigns] .lexhp-module-actions,.lexhp-role-seller .lexhp-content[data-section=affiliate-campaigns] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list{grid-template-columns:1fr!important}.lexhp-role-seller .lexhp-content[data-section=affiliate-campaigns] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p{min-height:0!important}.lexhp-role-seller .lexhp-content[data-section=calls] .lexhp-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:760px){.lexhp-role-seller .lexhp-content[data-section=affiliate-campaigns] .lexhp-workspace-grid>.lexhp-panel:first-child .lexhp-module-hero{min-height:0!important;grid-template-columns:46px minmax(0,1fr)!important;gap:13px!important;padding:16px!important;align-items:start!important}.lexhp-role-seller .lexhp-content[data-section=affiliate-campaigns] .lexhp-module-icon{width:46px!important;height:46px!important;box-shadow:none!important}.lexhp-role-seller .lexhp-content[data-section=affiliate-campaigns] .lexhp-module-icon svg{width:21px!important;height:21px!important}.lexhp-role-seller .lexhp-content[data-section=affiliate-campaigns] .lexhp-module-hero h2{font-size:20px!important}.lexhp-role-seller .lexhp-content[data-section=affiliate-campaigns] .lexhp-module-actions{padding:14px 16px 16px!important;gap:10px!important}.lexhp-role-seller .lexhp-content[data-section=affiliate-campaigns] .lexhp-module-actions>div{min-height:68px!important;padding:12px 13px!important}.lexhp-role-seller .lexhp-content[data-section=affiliate-campaigns] .lexhp-workspace-grid>.lexhp-panel:nth-child(2)>.lexhp-panel__head{min-height:0!important;padding:15px 16px!important}.lexhp-role-seller .lexhp-content[data-section=affiliate-campaigns] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list{padding:16px!important;gap:10px!important}.lexhp-role-seller .lexhp-content[data-section=affiliate-campaigns] .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p{padding:14px!important}.lexhp-role-seller .lexhp-content[data-section=calls] .lexhp-routing-stack{gap:12px!important}.lexhp-role-seller .lexhp-content[data-section=calls] .lexhp-kpi-grid{grid-template-columns:1fr!important;gap:12px!important}.lexhp-role-seller .lexhp-content[data-section=calls] .lexhp-kpi{min-height:88px!important;padding:15px 16px!important}.lexhp-role-seller .lexhp-content[data-section=calls] .lexhp-kpi>strong{font-size:22px!important}.lexhp-role-seller .lexhp-content[data-section=calls] .lexhp-routing-stack>.lexhp-panel>.lexhp-panel__head{min-height:0!important;padding:15px 16px!important}.lexhp-role-seller .lexhp-content[data-section=calls] .lexhp-table td,.lexhp-role-seller .lexhp-content[data-section=calls] .lexhp-table th{padding:10px 11px!important}}.lexhp-role-seller .lexhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lexhp-workspace-grid{grid-template-columns:minmax(0,1fr)!important;gap:15px!important;align-items:start!important}.lexhp-role-seller .lexhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lexhp-workspace-grid>.lexhp-panel{width:100%!important;min-width:0!important;overflow:hidden!important}.lexhp-role-seller .lexhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lexhp-workspace-grid>.lexhp-panel:first-child{border-color:color-mix(in srgb,var(--lexhp-accent) 16%,var(--lexhp-line))!important}.lexhp-role-seller .lexhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lexhp-workspace-grid>.lexhp-panel:first-child .lexhp-module-hero{min-height:158px!important;grid-template-columns:60px minmax(0,1fr)!important;gap:18px!important;align-items:center!important;padding:24px!important;border-bottom:1px solid var(--lexhp-line)!important;background:linear-gradient(135deg,color-mix(in srgb,var(--lexhp-accent) 6%,var(--lexhp-panel)),var(--lexhp-panel))!important}.lexhp-role-seller .lexhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lexhp-module-icon{width:60px!important;height:60px!important;display:grid!important;place-items:center!important;align-items:center!important;justify-items:center!important;border:1px solid color-mix(in srgb,var(--lexhp-accent) 28%,var(--lexhp-line))!important;border-radius:5px!important;background:color-mix(in srgb,var(--lexhp-accent) 10%,var(--lexhp-panel))!important;color:var(--lexhp-accent)!important;box-shadow:0 8px 20px color-mix(in srgb,var(--lexhp-accent) 8%,transparent)!important}.lexhp-role-seller .lexhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lexhp-module-icon svg{width:26px!important;height:26px!important;display:block!important;margin:auto!important}.lexhp-role-seller .lexhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lexhp-module-hero h2{margin:4px 0 6px!important;font-size:24px!important;line-height:1.2!important;font-weight:400!important;letter-spacing:-.02em!important}.lexhp-role-seller .lexhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lexhp-module-hero p{max-width:900px!important;margin:0!important;font-size:13px!important;line-height:1.6!important;color:var(--lexhp-muted)!important}.lexhp-role-seller .lexhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lexhp-module-actions{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:18px 20px 20px!important;border-top:0!important;background:var(--lexhp-panel)!important}.lexhp-role-seller .lexhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lexhp-module-actions>div{min-height:82px!important;display:grid!important;align-content:center!important;gap:5px!important;padding:15px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important;transition:border-color .15s ease,background .15s ease,transform .15s ease!important}.lexhp-role-seller .lexhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lexhp-module-actions>div:hover{border-color:color-mix(in srgb,var(--lexhp-accent) 28%,var(--lexhp-line))!important;background:color-mix(in srgb,var(--lexhp-accent) 3%,var(--lexhp-panel-2))!important;transform:translateY(-1px)!important}.lexhp-role-seller .lexhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lexhp-module-actions span{font-size:10px!important;line-height:1.3!important;font-weight:400!important;letter-spacing:.05em!important;text-transform:uppercase!important;color:var(--lexhp-muted)!important}.lexhp-role-seller .lexhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lexhp-module-actions strong{margin:0!important;font-size:13px!important;line-height:1.4!important;font-weight:400!important;color:var(--lexhp-text)!important}.lexhp-role-seller .lexhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lexhp-workspace-grid>.lexhp-panel:nth-child(2)>.lexhp-panel__head{min-height:86px!important;padding:18px 20px!important;border-bottom:1px solid var(--lexhp-line)!important;background:var(--lexhp-panel)!important}.lexhp-role-seller .lexhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:20px!important}.lexhp-role-seller .lexhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p{min-height:132px!important;display:grid!important;grid-template-columns:36px minmax(0,1fr)!important;gap:12px!important;align-content:start!important;align-items:start!important;margin:0!important;padding:16px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important;transition:border-color .15s ease,background .15s ease!important}.lexhp-role-seller .lexhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p:hover{border-color:color-mix(in srgb,var(--lexhp-accent) 20%,var(--lexhp-line))!important;background:color-mix(in srgb,var(--lexhp-accent) 2%,var(--lexhp-panel-2))!important}.lexhp-role-seller .lexhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p>span{width:34px!important;height:34px!important;display:grid!important;place-items:center!important;align-items:center!important;justify-items:center!important;border:1px solid color-mix(in srgb,#16a66a 22%,var(--lexhp-line))!important;border-radius:5px!important;background:color-mix(in srgb,#16a66a 10%,var(--lexhp-panel))!important;color:#15915b!important}.lexhp-role-seller .lexhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p>span svg{width:16px!important;height:16px!important;display:block!important;margin:auto!important}.lexhp-role-seller .lexhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list b{font-size:13px!important;line-height:1.4!important;font-weight:400!important;color:var(--lexhp-text)!important}.lexhp-role-seller .lexhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list b small{display:block!important;margin-top:5px!important;font-size:11px!important;line-height:1.55!important;font-weight:400!important;color:var(--lexhp-muted)!important}.lexhp-role-seller .lexhp-content:is([data-section=publisher-onboarding],[data-section=publisher-kyb],[data-section=publisher-groups],[data-section=sub-affiliates],[data-section=publisher-caps],[data-section=publisher-compliance],[data-section=publisher-payouts],[data-section=publisher-invoices],[data-section=publisher-reports],[data-section=publisher-tax-documents],[data-section=publisher-portal]) .lexhp-workspace-grid{grid-template-columns:minmax(0,1fr)!important;gap:15px!important;align-items:start!important}.lexhp-role-seller .lexhp-content:is([data-section=publisher-onboarding],[data-section=publisher-kyb],[data-section=publisher-groups],[data-section=sub-affiliates],[data-section=publisher-caps],[data-section=publisher-compliance],[data-section=publisher-payouts],[data-section=publisher-invoices],[data-section=publisher-reports],[data-section=publisher-tax-documents],[data-section=publisher-portal]) .lexhp-workspace-grid>.lexhp-panel{width:100%!important;min-width:0!important;overflow:hidden!important}.lexhp-role-seller .lexhp-content:is([data-section=publisher-onboarding],[data-section=publisher-kyb],[data-section=publisher-groups],[data-section=sub-affiliates],[data-section=publisher-caps],[data-section=publisher-compliance],[data-section=publisher-payouts],[data-section=publisher-invoices],[data-section=publisher-reports],[data-section=publisher-tax-documents],[data-section=publisher-portal]) .lexhp-workspace-grid>.lexhp-panel:first-child{border-color:color-mix(in srgb,var(--lexhp-accent) 16%,var(--lexhp-line))!important}.lexhp-role-seller .lexhp-content:is([data-section=publisher-onboarding],[data-section=publisher-kyb],[data-section=publisher-groups],[data-section=sub-affiliates],[data-section=publisher-caps],[data-section=publisher-compliance],[data-section=publisher-payouts],[data-section=publisher-invoices],[data-section=publisher-reports],[data-section=publisher-tax-documents],[data-section=publisher-portal]) .lexhp-workspace-grid>.lexhp-panel:first-child .lexhp-module-hero{min-height:158px!important;grid-template-columns:60px minmax(0,1fr)!important;gap:18px!important;align-items:center!important;padding:24px!important;border-bottom:1px solid var(--lexhp-line)!important;background:linear-gradient(135deg,color-mix(in srgb,var(--lexhp-accent) 6%,var(--lexhp-panel)),var(--lexhp-panel))!important}.lexhp-role-seller .lexhp-content:is([data-section=publisher-onboarding],[data-section=publisher-kyb],[data-section=publisher-groups],[data-section=sub-affiliates],[data-section=publisher-caps],[data-section=publisher-compliance],[data-section=publisher-payouts],[data-section=publisher-invoices],[data-section=publisher-reports],[data-section=publisher-tax-documents],[data-section=publisher-portal]) .lexhp-module-icon{width:60px!important;height:60px!important;display:grid!important;place-items:center!important;align-items:center!important;justify-items:center!important;border:1px solid color-mix(in srgb,var(--lexhp-accent) 28%,var(--lexhp-line))!important;border-radius:5px!important;background:color-mix(in srgb,var(--lexhp-accent) 10%,var(--lexhp-panel))!important;color:var(--lexhp-accent)!important;box-shadow:0 8px 20px color-mix(in srgb,var(--lexhp-accent) 8%,transparent)!important}.lexhp-role-seller .lexhp-content:is([data-section=publisher-onboarding],[data-section=publisher-kyb],[data-section=publisher-groups],[data-section=sub-affiliates],[data-section=publisher-caps],[data-section=publisher-compliance],[data-section=publisher-payouts],[data-section=publisher-invoices],[data-section=publisher-reports],[data-section=publisher-tax-documents],[data-section=publisher-portal]) .lexhp-module-icon svg{width:26px!important;height:26px!important;display:block!important;margin:auto!important}.lexhp-role-seller .lexhp-content:is([data-section=publisher-onboarding],[data-section=publisher-kyb],[data-section=publisher-groups],[data-section=sub-affiliates],[data-section=publisher-caps],[data-section=publisher-compliance],[data-section=publisher-payouts],[data-section=publisher-invoices],[data-section=publisher-reports],[data-section=publisher-tax-documents],[data-section=publisher-portal]) .lexhp-module-hero h2{margin:4px 0 6px!important;font-size:24px!important;line-height:1.2!important;font-weight:400!important;letter-spacing:-.02em!important}.lexhp-role-seller .lexhp-content:is([data-section=publisher-onboarding],[data-section=publisher-kyb],[data-section=publisher-groups],[data-section=sub-affiliates],[data-section=publisher-caps],[data-section=publisher-compliance],[data-section=publisher-payouts],[data-section=publisher-invoices],[data-section=publisher-reports],[data-section=publisher-tax-documents],[data-section=publisher-portal]) .lexhp-module-hero p{max-width:900px!important;margin:0!important;font-size:13px!important;line-height:1.6!important;color:var(--lexhp-muted)!important}.lexhp-role-seller .lexhp-content:is([data-section=publisher-onboarding],[data-section=publisher-kyb],[data-section=publisher-groups],[data-section=sub-affiliates],[data-section=publisher-caps],[data-section=publisher-compliance],[data-section=publisher-payouts],[data-section=publisher-invoices],[data-section=publisher-reports],[data-section=publisher-tax-documents],[data-section=publisher-portal]) .lexhp-module-actions{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:18px 20px 20px!important;border-top:0!important;background:var(--lexhp-panel)!important}.lexhp-role-seller .lexhp-content:is([data-section=publisher-onboarding],[data-section=publisher-kyb],[data-section=publisher-groups],[data-section=sub-affiliates],[data-section=publisher-caps],[data-section=publisher-compliance],[data-section=publisher-payouts],[data-section=publisher-invoices],[data-section=publisher-reports],[data-section=publisher-tax-documents],[data-section=publisher-portal]) .lexhp-module-actions>div{min-height:82px!important;display:grid!important;align-content:center!important;gap:5px!important;padding:15px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important;transition:border-color .15s ease,background .15s ease,transform .15s ease!important}.lexhp-role-seller .lexhp-content:is([data-section=publisher-onboarding],[data-section=publisher-kyb],[data-section=publisher-groups],[data-section=sub-affiliates],[data-section=publisher-caps],[data-section=publisher-compliance],[data-section=publisher-payouts],[data-section=publisher-invoices],[data-section=publisher-reports],[data-section=publisher-tax-documents],[data-section=publisher-portal]) .lexhp-module-actions>div:hover{border-color:color-mix(in srgb,var(--lexhp-accent) 28%,var(--lexhp-line))!important;background:color-mix(in srgb,var(--lexhp-accent) 3%,var(--lexhp-panel-2))!important;transform:translateY(-1px)!important}.lexhp-role-seller .lexhp-content:is([data-section=publisher-onboarding],[data-section=publisher-kyb],[data-section=publisher-groups],[data-section=sub-affiliates],[data-section=publisher-caps],[data-section=publisher-compliance],[data-section=publisher-payouts],[data-section=publisher-invoices],[data-section=publisher-reports],[data-section=publisher-tax-documents],[data-section=publisher-portal]) .lexhp-module-actions span{font-size:10px!important;line-height:1.3!important;font-weight:400!important;letter-spacing:.05em!important;text-transform:uppercase!important;color:var(--lexhp-muted)!important}.lexhp-role-seller .lexhp-content:is([data-section=publisher-onboarding],[data-section=publisher-kyb],[data-section=publisher-groups],[data-section=sub-affiliates],[data-section=publisher-caps],[data-section=publisher-compliance],[data-section=publisher-payouts],[data-section=publisher-invoices],[data-section=publisher-reports],[data-section=publisher-tax-documents],[data-section=publisher-portal]) .lexhp-module-actions strong{margin:0!important;font-size:13px!important;line-height:1.4!important;font-weight:400!important;color:var(--lexhp-text)!important}.lexhp-role-seller .lexhp-content:is([data-section=publisher-onboarding],[data-section=publisher-kyb],[data-section=publisher-groups],[data-section=sub-affiliates],[data-section=publisher-caps],[data-section=publisher-compliance],[data-section=publisher-payouts],[data-section=publisher-invoices],[data-section=publisher-reports],[data-section=publisher-tax-documents],[data-section=publisher-portal]) .lexhp-workspace-grid>.lexhp-panel:nth-child(2)>.lexhp-panel__head{min-height:86px!important;padding:18px 20px!important;border-bottom:1px solid var(--lexhp-line)!important;background:var(--lexhp-panel)!important}.lexhp-role-seller .lexhp-content:is([data-section=publisher-onboarding],[data-section=publisher-kyb],[data-section=publisher-groups],[data-section=sub-affiliates],[data-section=publisher-caps],[data-section=publisher-compliance],[data-section=publisher-payouts],[data-section=publisher-invoices],[data-section=publisher-reports],[data-section=publisher-tax-documents],[data-section=publisher-portal]) .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:20px!important}.lexhp-role-seller .lexhp-content:is([data-section=publisher-onboarding],[data-section=publisher-kyb],[data-section=publisher-groups],[data-section=sub-affiliates],[data-section=publisher-caps],[data-section=publisher-compliance],[data-section=publisher-payouts],[data-section=publisher-invoices],[data-section=publisher-reports],[data-section=publisher-tax-documents],[data-section=publisher-portal]) .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p{min-height:132px!important;display:grid!important;grid-template-columns:36px minmax(0,1fr)!important;gap:12px!important;align-content:start!important;align-items:start!important;margin:0!important;padding:16px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important;transition:border-color .15s ease,background .15s ease!important}.lexhp-role-seller .lexhp-content:is([data-section=publisher-onboarding],[data-section=publisher-kyb],[data-section=publisher-groups],[data-section=sub-affiliates],[data-section=publisher-caps],[data-section=publisher-compliance],[data-section=publisher-payouts],[data-section=publisher-invoices],[data-section=publisher-reports],[data-section=publisher-tax-documents],[data-section=publisher-portal]) .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p:hover{border-color:color-mix(in srgb,var(--lexhp-accent) 20%,var(--lexhp-line))!important;background:color-mix(in srgb,var(--lexhp-accent) 2%,var(--lexhp-panel-2))!important}.lexhp-role-seller .lexhp-content:is([data-section=publisher-onboarding],[data-section=publisher-kyb],[data-section=publisher-groups],[data-section=sub-affiliates],[data-section=publisher-caps],[data-section=publisher-compliance],[data-section=publisher-payouts],[data-section=publisher-invoices],[data-section=publisher-reports],[data-section=publisher-tax-documents],[data-section=publisher-portal]) .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p>span{width:34px!important;height:34px!important;display:grid!important;place-items:center!important;align-items:center!important;justify-items:center!important;border:1px solid color-mix(in srgb,#16a66a 22%,var(--lexhp-line))!important;border-radius:5px!important;background:color-mix(in srgb,#16a66a 10%,var(--lexhp-panel))!important;color:#15915b!important}.lexhp-role-seller .lexhp-content:is([data-section=publisher-onboarding],[data-section=publisher-kyb],[data-section=publisher-groups],[data-section=sub-affiliates],[data-section=publisher-caps],[data-section=publisher-compliance],[data-section=publisher-payouts],[data-section=publisher-invoices],[data-section=publisher-reports],[data-section=publisher-tax-documents],[data-section=publisher-portal]) .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p>span svg{width:16px!important;height:16px!important;display:block!important;margin:auto!important}.lexhp-role-seller .lexhp-content:is([data-section=publisher-onboarding],[data-section=publisher-kyb],[data-section=publisher-groups],[data-section=sub-affiliates],[data-section=publisher-caps],[data-section=publisher-compliance],[data-section=publisher-payouts],[data-section=publisher-invoices],[data-section=publisher-reports],[data-section=publisher-tax-documents],[data-section=publisher-portal]) .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list b{font-size:13px!important;line-height:1.4!important;font-weight:400!important;color:var(--lexhp-text)!important}.lexhp-role-seller .lexhp-content:is([data-section=publisher-onboarding],[data-section=publisher-kyb],[data-section=publisher-groups],[data-section=sub-affiliates],[data-section=publisher-caps],[data-section=publisher-compliance],[data-section=publisher-payouts],[data-section=publisher-invoices],[data-section=publisher-reports],[data-section=publisher-tax-documents],[data-section=publisher-portal]) .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list b small{display:block!important;margin-top:5px!important;font-size:11px!important;line-height:1.55!important;font-weight:400!important;color:var(--lexhp-muted)!important}@media(max-width:900px){.lexhp-role-seller .lexhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lexhp-module-actions,.lexhp-role-seller .lexhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list{grid-template-columns:1fr!important}.lexhp-role-seller .lexhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p{min-height:0!important}}@media(max-width:760px){.lexhp-role-seller .lexhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lexhp-workspace-grid>.lexhp-panel:first-child .lexhp-module-hero{min-height:0!important;grid-template-columns:46px minmax(0,1fr)!important;gap:13px!important;padding:16px!important;align-items:start!important}.lexhp-role-seller .lexhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lexhp-module-icon{width:46px!important;height:46px!important;box-shadow:none!important}.lexhp-role-seller .lexhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lexhp-module-icon svg{width:21px!important;height:21px!important}.lexhp-role-seller .lexhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lexhp-module-hero h2{font-size:20px!important}.lexhp-role-seller .lexhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lexhp-module-actions{padding:14px 16px 16px!important;gap:10px!important}.lexhp-role-seller .lexhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lexhp-module-actions>div{min-height:68px!important;padding:12px 13px!important}.lexhp-role-seller .lexhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lexhp-workspace-grid>.lexhp-panel:nth-child(2)>.lexhp-panel__head{min-height:0!important;padding:15px 16px!important}.lexhp-role-seller .lexhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list{padding:16px!important;gap:10px!important}.lexhp-role-seller .lexhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p{padding:14px!important}}.lexhp-role-seller .lexhp-content:is([data-section=live-call-control],[data-section=warm-transfers],[data-section=softphone],[data-section=power-dialer],[data-section=agent-queues],[data-section=agent-presence],[data-section=skills-routing],[data-section=hold-queue],[data-section=callback-queue],[data-section=missed-call-recovery],[data-section=voicemail],[data-section=call-dispositions],[data-section=call-center-wallboard],[data-section=lead-to-call-automation],[data-section=supervisor-controls]) .lexhp-workspace-grid{grid-template-columns:1fr!important;gap:15px!important;align-items:start!important}.lexhp-role-seller .lexhp-content:is([data-section=live-call-control],[data-section=warm-transfers],[data-section=softphone],[data-section=power-dialer],[data-section=agent-queues],[data-section=agent-presence],[data-section=skills-routing],[data-section=hold-queue],[data-section=callback-queue],[data-section=missed-call-recovery],[data-section=voicemail],[data-section=call-dispositions],[data-section=call-center-wallboard],[data-section=lead-to-call-automation],[data-section=supervisor-controls]) .lexhp-panel{overflow:hidden!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel)!important;box-shadow:0 8px 22px color-mix(in srgb,var(--lexhp-text) 4%,transparent)!important}.lexhp-role-seller .lexhp-content:is([data-section=live-call-control],[data-section=warm-transfers],[data-section=softphone],[data-section=power-dialer],[data-section=agent-queues],[data-section=agent-presence],[data-section=skills-routing],[data-section=hold-queue],[data-section=callback-queue],[data-section=missed-call-recovery],[data-section=voicemail],[data-section=call-dispositions],[data-section=call-center-wallboard],[data-section=lead-to-call-automation],[data-section=supervisor-controls]) .lexhp-module-hero{display:grid!important;grid-template-columns:56px minmax(0,1fr)!important;gap:16px!important;align-items:start!important;padding:20px!important;border-bottom:1px solid var(--lexhp-line)!important;background:linear-gradient(135deg,var(--lexhp-panel),color-mix(in srgb,var(--lexhp-accent) 3%,var(--lexhp-panel-2)))!important}.lexhp-role-seller .lexhp-content:is([data-section=live-call-control],[data-section=warm-transfers],[data-section=softphone],[data-section=power-dialer],[data-section=agent-queues],[data-section=agent-presence],[data-section=skills-routing],[data-section=hold-queue],[data-section=callback-queue],[data-section=missed-call-recovery],[data-section=voicemail],[data-section=call-dispositions],[data-section=call-center-wallboard],[data-section=lead-to-call-automation],[data-section=supervisor-controls]) .lexhp-module-icon{width:52px!important;height:52px!important;display:grid!important;place-items:center!important;align-items:center!important;justify-items:center!important;border:1px solid color-mix(in srgb,var(--lexhp-accent) 24%,var(--lexhp-line))!important;border-radius:5px!important;background:color-mix(in srgb,var(--lexhp-accent) 9%,var(--lexhp-panel))!important;color:var(--lexhp-accent)!important}.lexhp-role-seller .lexhp-content:is([data-section=live-call-control],[data-section=warm-transfers],[data-section=softphone],[data-section=power-dialer],[data-section=agent-queues],[data-section=agent-presence],[data-section=skills-routing],[data-section=hold-queue],[data-section=callback-queue],[data-section=missed-call-recovery],[data-section=voicemail],[data-section=call-dispositions],[data-section=call-center-wallboard],[data-section=lead-to-call-automation],[data-section=supervisor-controls]) .lexhp-module-icon svg{width:24px!important;height:24px!important;display:block!important;margin:auto!important}.lexhp-role-seller .lexhp-content:is([data-section=live-call-control],[data-section=warm-transfers],[data-section=softphone],[data-section=power-dialer],[data-section=agent-queues],[data-section=agent-presence],[data-section=skills-routing],[data-section=hold-queue],[data-section=callback-queue],[data-section=missed-call-recovery],[data-section=voicemail],[data-section=call-dispositions],[data-section=call-center-wallboard],[data-section=lead-to-call-automation],[data-section=supervisor-controls]) .lexhp-module-hero h2{margin:3px 0 6px!important;font-size:22px!important;line-height:1.2!important;font-weight:400!important;letter-spacing:-.02em!important}.lexhp-role-seller .lexhp-content:is([data-section=live-call-control],[data-section=warm-transfers],[data-section=softphone],[data-section=power-dialer],[data-section=agent-queues],[data-section=agent-presence],[data-section=skills-routing],[data-section=hold-queue],[data-section=callback-queue],[data-section=missed-call-recovery],[data-section=voicemail],[data-section=call-dispositions],[data-section=call-center-wallboard],[data-section=lead-to-call-automation],[data-section=supervisor-controls]) .lexhp-module-hero p{max-width:900px!important;margin:0!important;font-size:13px!important;line-height:1.6!important;color:var(--lexhp-muted)!important}.lexhp-role-seller .lexhp-content:is([data-section=live-call-control],[data-section=warm-transfers],[data-section=softphone],[data-section=power-dialer],[data-section=agent-queues],[data-section=agent-presence],[data-section=skills-routing],[data-section=hold-queue],[data-section=callback-queue],[data-section=missed-call-recovery],[data-section=voicemail],[data-section=call-dispositions],[data-section=call-center-wallboard],[data-section=lead-to-call-automation],[data-section=supervisor-controls]) .lexhp-module-actions{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:18px 20px 20px!important;background:var(--lexhp-panel)!important}.lexhp-role-seller .lexhp-content:is([data-section=live-call-control],[data-section=warm-transfers],[data-section=softphone],[data-section=power-dialer],[data-section=agent-queues],[data-section=agent-presence],[data-section=skills-routing],[data-section=hold-queue],[data-section=callback-queue],[data-section=missed-call-recovery],[data-section=voicemail],[data-section=call-dispositions],[data-section=call-center-wallboard],[data-section=lead-to-call-automation],[data-section=supervisor-controls]) .lexhp-module-actions>div{min-height:82px!important;display:grid!important;align-content:center!important;gap:5px!important;padding:15px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important}.lexhp-role-seller .lexhp-content:is([data-section=live-call-control],[data-section=warm-transfers],[data-section=softphone],[data-section=power-dialer],[data-section=agent-queues],[data-section=agent-presence],[data-section=skills-routing],[data-section=hold-queue],[data-section=callback-queue],[data-section=missed-call-recovery],[data-section=voicemail],[data-section=call-dispositions],[data-section=call-center-wallboard],[data-section=lead-to-call-automation],[data-section=supervisor-controls]) .lexhp-workspace-grid>.lexhp-panel:nth-child(2)>.lexhp-panel__head{padding:18px 20px!important;border-bottom:1px solid var(--lexhp-line)!important;background:var(--lexhp-panel)!important}.lexhp-role-seller .lexhp-content:is([data-section=live-call-control],[data-section=warm-transfers],[data-section=softphone],[data-section=power-dialer],[data-section=agent-queues],[data-section=agent-presence],[data-section=skills-routing],[data-section=hold-queue],[data-section=callback-queue],[data-section=missed-call-recovery],[data-section=voicemail],[data-section=call-dispositions],[data-section=call-center-wallboard],[data-section=lead-to-call-automation],[data-section=supervisor-controls]) .lexhp-check-list{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:20px!important}.lexhp-role-seller .lexhp-content:is([data-section=live-call-control],[data-section=warm-transfers],[data-section=softphone],[data-section=power-dialer],[data-section=agent-queues],[data-section=agent-presence],[data-section=skills-routing],[data-section=hold-queue],[data-section=callback-queue],[data-section=missed-call-recovery],[data-section=voicemail],[data-section=call-dispositions],[data-section=call-center-wallboard],[data-section=lead-to-call-automation],[data-section=supervisor-controls]) .lexhp-check-list p{min-height:132px!important;display:grid!important;grid-template-columns:36px minmax(0,1fr)!important;gap:12px!important;align-items:start!important;margin:0!important;padding:16px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important}.lexhp-role-seller .lexhp-content:is([data-section=live-call-control],[data-section=warm-transfers],[data-section=softphone],[data-section=power-dialer],[data-section=agent-queues],[data-section=agent-presence],[data-section=skills-routing],[data-section=hold-queue],[data-section=callback-queue],[data-section=missed-call-recovery],[data-section=voicemail],[data-section=call-dispositions],[data-section=call-center-wallboard],[data-section=lead-to-call-automation],[data-section=supervisor-controls]) .lexhp-check-list p>span{width:34px!important;height:34px!important;display:grid!important;place-items:center!important;border:1px solid color-mix(in srgb,#16a66a 22%,var(--lexhp-line))!important;border-radius:5px!important;background:color-mix(in srgb,#16a66a 10%,var(--lexhp-panel))!important;color:#15915b!important}.lexhp-role-seller .lexhp-content:is([data-section=live-call-control],[data-section=warm-transfers],[data-section=softphone],[data-section=power-dialer],[data-section=agent-queues],[data-section=agent-presence],[data-section=skills-routing],[data-section=hold-queue],[data-section=callback-queue],[data-section=missed-call-recovery],[data-section=voicemail],[data-section=call-dispositions],[data-section=call-center-wallboard],[data-section=lead-to-call-automation],[data-section=supervisor-controls]) .lexhp-check-list p>span svg{width:16px!important;height:16px!important;display:block!important;margin:auto!important}.lexhp-role-seller .lexhp-content:is([data-section=call-campaigns],[data-section=tracking-numbers],[data-section=call-recordings],[data-section=call-analytics]) :is(.lexhp-routing-stack,.lexhp-workspace-grid){gap:15px!important;align-items:start!important}.lexhp-role-seller .lexhp-content:is([data-section=call-campaigns],[data-section=tracking-numbers],[data-section=call-recordings],[data-section=call-analytics]) .lexhp-panel{overflow:hidden!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel)!important;box-shadow:0 8px 22px color-mix(in srgb,var(--lexhp-text) 4%,transparent)!important}.lexhp-role-seller .lexhp-content:is([data-section=call-campaigns],[data-section=tracking-numbers],[data-section=call-recordings],[data-section=call-analytics]) .lexhp-panel__head{padding:18px 20px!important;border-bottom:1px solid var(--lexhp-line)!important;background:linear-gradient(135deg,var(--lexhp-panel),color-mix(in srgb,var(--lexhp-accent) 2%,var(--lexhp-panel-2)))!important}.lexhp-role-seller .lexhp-content:is([data-section=call-campaigns],[data-section=tracking-numbers],[data-section=call-recordings],[data-section=call-analytics]) .lexhp-panel__head h2{margin:3px 0 4px!important;font-size:19px!important;line-height:1.25!important;font-weight:400!important}.lexhp-role-seller .lexhp-content:is([data-section=call-campaigns],[data-section=tracking-numbers],[data-section=call-recordings],[data-section=call-analytics]) .lexhp-panel__head p{max-width:880px!important;margin:3px 0 0!important;font-size:12px!important;line-height:1.55!important;color:var(--lexhp-muted)!important}.lexhp-role-seller .lexhp-content:is([data-section=call-campaigns],[data-section=tracking-numbers]) .lexhp-form-stack{display:grid!important;gap:15px!important;padding:20px!important;background:var(--lexhp-panel)!important}.lexhp-role-seller .lexhp-content:is([data-section=call-campaigns],[data-section=tracking-numbers]) .lexhp-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:15px!important}.lexhp-role-seller .lexhp-content:is([data-section=call-campaigns],[data-section=tracking-numbers]) .lexhp-form-stack label{display:grid!important;gap:6px!important;min-width:0!important;font-size:12px!important;font-weight:400!important}.lexhp-role-seller .lexhp-content:is([data-section=call-campaigns],[data-section=tracking-numbers]) .lexhp-form-stack :is(input,select,textarea){width:100%!important;min-width:0!important;min-height:44px!important;border-radius:5px!important}.lexhp-role-seller .lexhp-content[data-section=call-campaigns] .lexhp-checkbox-row{display:flex!important;flex-wrap:wrap!important;gap:10px 18px!important;padding:15px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important}.lexhp-role-seller .lexhp-content:is([data-section=call-campaigns],[data-section=tracking-numbers]) .lexhp-action-row{display:flex!important;flex-wrap:wrap!important;gap:10px!important;margin:0!important;padding-top:15px!important;border-top:1px solid var(--lexhp-line)!important}.lexhp-role-seller .lexhp-content:is([data-section=call-campaigns],[data-section=tracking-numbers],[data-section=call-recordings],[data-section=call-analytics]) .lexhp-table-wrap{overflow:auto!important;border-radius:0 0 5px 5px!important}.lexhp-role-seller .lexhp-content:is([data-section=call-campaigns],[data-section=tracking-numbers],[data-section=call-recordings],[data-section=call-analytics]) .lexhp-table th{position:sticky!important;top:0!important;z-index:2!important;padding:11px 12px!important;background:var(--lexhp-panel-2)!important;font-size:10px!important;font-weight:400!important;letter-spacing:.045em!important;text-transform:uppercase!important;color:var(--lexhp-muted)!important}.lexhp-role-seller .lexhp-content:is([data-section=call-campaigns],[data-section=tracking-numbers],[data-section=call-recordings],[data-section=call-analytics]) .lexhp-table td{padding:12px!important;vertical-align:middle!important;border-bottom-color:color-mix(in srgb,var(--lexhp-line) 82%,transparent)!important}.lexhp-role-seller .lexhp-content:is([data-section=call-campaigns],[data-section=tracking-numbers],[data-section=call-recordings],[data-section=call-analytics]) .lexhp-table tbody tr:hover td{background:color-mix(in srgb,var(--lexhp-accent) 3%,var(--lexhp-panel))!important}.lexhp-role-seller .lexhp-content:is([data-section=call-campaigns],[data-section=tracking-numbers],[data-section=call-recordings],[data-section=call-analytics]) .lexhp-empty-state{min-height:190px!important;display:grid!important;place-items:center!important;align-content:center!important;gap:7px!important;padding:30px 20px!important;text-align:center!important;background:color-mix(in srgb,var(--lexhp-panel-2) 72%,var(--lexhp-panel))!important}.lexhp-role-seller .lexhp-content[data-section=call-analytics] .lexhp-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:15px!important}.lexhp-role-seller .lexhp-content[data-section=call-analytics] .lexhp-kpi{min-height:104px!important;display:grid!important;align-content:center!important;gap:4px!important;padding:17px 18px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel)!important}.lexhp-role-seller .lexhp-content[data-section=call-recordings] audio{width:min(260px,100%)!important;height:34px!important}@media(max-width:980px){.lexhp-role-seller .lexhp-content:is([data-section=live-call-control],[data-section=warm-transfers],[data-section=softphone],[data-section=power-dialer],[data-section=agent-queues],[data-section=agent-presence],[data-section=skills-routing],[data-section=hold-queue],[data-section=callback-queue],[data-section=missed-call-recovery],[data-section=voicemail],[data-section=call-dispositions],[data-section=call-center-wallboard],[data-section=lead-to-call-automation],[data-section=supervisor-controls]) :is(.lexhp-module-actions,.lexhp-check-list){grid-template-columns:1fr!important}.lexhp-role-seller .lexhp-content:is([data-section=call-campaigns],[data-section=tracking-numbers]) .lexhp-form-grid{grid-template-columns:1fr!important}.lexhp-role-seller .lexhp-content[data-section=call-analytics] .lexhp-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:620px){.lexhp-role-seller .lexhp-content:is([data-section=live-call-control],[data-section=warm-transfers],[data-section=softphone],[data-section=power-dialer],[data-section=agent-queues],[data-section=agent-presence],[data-section=skills-routing],[data-section=hold-queue],[data-section=callback-queue],[data-section=missed-call-recovery],[data-section=voicemail],[data-section=call-dispositions],[data-section=call-center-wallboard],[data-section=lead-to-call-automation],[data-section=supervisor-controls]) .lexhp-module-hero{grid-template-columns:44px minmax(0,1fr)!important;gap:12px!important;padding:16px!important}.lexhp-role-seller .lexhp-content:is([data-section=live-call-control],[data-section=warm-transfers],[data-section=softphone],[data-section=power-dialer],[data-section=agent-queues],[data-section=agent-presence],[data-section=skills-routing],[data-section=hold-queue],[data-section=callback-queue],[data-section=missed-call-recovery],[data-section=voicemail],[data-section=call-dispositions],[data-section=call-center-wallboard],[data-section=lead-to-call-automation],[data-section=supervisor-controls]) .lexhp-module-icon{width:42px!important;height:42px!important}.lexhp-role-seller .lexhp-content:is([data-section=call-campaigns],[data-section=tracking-numbers]) .lexhp-form-stack{padding:16px!important}.lexhp-role-seller .lexhp-content:is([data-section=call-campaigns],[data-section=tracking-numbers],[data-section=call-recordings],[data-section=call-analytics]) .lexhp-panel__head{padding:15px 16px!important}.lexhp-role-seller .lexhp-content[data-section=call-analytics] .lexhp-kpi-grid{grid-template-columns:1fr!important}.lexhp-role-seller .lexhp-content:is([data-section=call-campaigns],[data-section=tracking-numbers]) .lexhp-action-row .lexhp-btn{width:100%!important;justify-content:center!important}}.lexhp-kpi.lexhp-kpi--text{min-width:0!important;display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-auto-flow:row!important;align-items:start!important;align-content:center!important;justify-items:stretch!important;column-gap:0!important;row-gap:4px!important}.lexhp-kpi.lexhp-kpi--text>.lexhp-cell-note,.lexhp-kpi.lexhp-kpi--text>small,.lexhp-kpi.lexhp-kpi--text>span,.lexhp-kpi.lexhp-kpi--text>strong{grid-column:1!important;min-width:0!important;width:100%!important;max-width:100%!important;display:block!important;position:static!important;inset:auto!important;transform:none!important;margin-left:0!important;margin-right:0!important}.lexhp-kpi.lexhp-kpi--text>span{margin:0!important;line-height:1.35!important;overflow-wrap:anywhere!important}.lexhp-kpi.lexhp-kpi--text>strong{margin:0!important;line-height:1.12!important;overflow-wrap:anywhere!important;word-break:normal!important}.lexhp-kpi.lexhp-kpi--text>.lexhp-cell-note,.lexhp-kpi.lexhp-kpi--text>small{margin-top:1px!important;line-height:1.4!important;overflow-wrap:anywhere!important}@media(max-width:620px){.lexhp-kpi.lexhp-kpi--text{row-gap:3px!important}.lexhp-kpi.lexhp-kpi--text>strong{font-size:clamp(21px,7vw,25px)!important}}.lexhp-app .lexhp-kpi,.lexhp-app .lexhp-kpi-grid>*{min-width:0!important;max-width:100%!important}.lexhp-app .lexhp-kpi{overflow:hidden!important}.lexhp-app .lexhp-kpi:not(:has(>.lexhp-kpi__icon)):not(:has(>.lexhp-kpi__copy)){display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-auto-flow:row!important;align-items:start!important;align-content:center!important;justify-items:stretch!important;column-gap:0!important;row-gap:4px!important}.lexhp-app .lexhp-kpi:not(:has(>.lexhp-kpi__icon)):has(>.lexhp-kpi__copy){display:grid!important;grid-template-columns:minmax(0,1fr)!important;align-items:center!important}.lexhp-app .lexhp-kpi:has(>.lexhp-kpi__icon):has(>.lexhp-kpi__copy){display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;align-items:center!important}.lexhp-app .lexhp-kpi__icon{grid-column:1!important;grid-row:1!important;align-self:center!important;justify-self:center!important}.lexhp-app .lexhp-kpi__copy{min-width:0!important;width:100%!important;max-width:100%!important;display:grid!important;grid-template-columns:minmax(0,1fr)!important;align-content:center!important;row-gap:3px!important}.lexhp-app .lexhp-kpi:has(>.lexhp-kpi__icon)>.lexhp-kpi__copy{grid-column:2!important;grid-row:1!important}.lexhp-app .lexhp-kpi:not(:has(>.lexhp-kpi__icon))>.lexhp-kpi__copy{grid-column:1!important}.lexhp-app .lexhp-kpi:not(:has(>.lexhp-kpi__copy))>:is(span,strong,small,.lexhp-cell-note),.lexhp-app .lexhp-kpi__copy>:is(span,strong,small){min-width:0!important;width:100%!important;max-width:100%!important;display:block!important;position:static!important;inset:auto!important;transform:none!important;margin-left:0!important;margin-right:0!important;overflow-wrap:anywhere!important;word-break:normal!important}.lexhp-app .lexhp-kpi:not(:has(>.lexhp-kpi__copy))>strong,.lexhp-app .lexhp-kpi__copy>strong{line-height:1.12!important;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.lexhp-app :is(.lexhp-autopilot-metrics>div,.lexhp-mini-metrics>div,.lexhp-verification-summary>div,.lexhp-economics-preview>div,.lexhpc-summary>div,.lexhp-finance-preview>div,.lexhp-connect-card>div,.lexhp-stat-card,.lexhp-command-metrics>div){min-width:0!important;max-width:100%!important;overflow:hidden!important}.lexhp-app :is(.lexhp-autopilot-metrics>div,.lexhp-mini-metrics>div,.lexhp-verification-summary>div,.lexhp-economics-preview>div,.lexhpc-summary>div,.lexhp-finance-preview>div,.lexhp-connect-card>div,.lexhp-stat-card,.lexhp-command-metrics>div)>:is(span,strong,small,b){min-width:0!important;max-width:100%!important;overflow-wrap:anywhere!important;word-break:normal!important}@media(max-width:760px){.lexhp-app .lexhp-kpi:has(>.lexhp-kpi__icon):has(>.lexhp-kpi__copy){grid-template-columns:44px minmax(0,1fr)!important}.lexhp-app .lexhp-kpi:not(:has(>.lexhp-kpi__copy))>strong,.lexhp-app .lexhp-kpi__copy>strong{font-size:clamp(21px,7vw,27px)!important}}.lexhp-role-seller .lexhp-content[data-section=earnings]{--lexhp-earnings-gap:15px}.lexhp-role-seller .lexhp-content[data-section=earnings]>.lexhp-kpi-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:var(--lexhp-earnings-gap)!important;margin:0 0 var(--lexhp-earnings-gap)!important}.lexhp-role-seller .lexhp-content[data-section=earnings]>.lexhp-kpi-grid>.lexhp-kpi{min-height:116px!important;padding:17px 18px!important;border-radius:5px!important;overflow:hidden!important;align-items:center!important;background:linear-gradient(145deg,var(--lexhp-panel),color-mix(in srgb,var(--lexhp-accent) 3%,var(--lexhp-panel)))!important}.lexhp-role-seller .lexhp-content[data-section=earnings]>.lexhp-kpi-grid>.lexhp-kpi .lexhp-kpi__icon{width:46px!important;height:46px!important;border-radius:5px!important;display:grid!important;place-items:center!important}.lexhp-role-seller .lexhp-content[data-section=earnings]>.lexhp-kpi-grid>.lexhp-kpi .lexhp-kpi__icon svg{display:block!important;width:22px!important;height:22px!important;margin:auto!important}.lexhp-role-seller .lexhp-content[data-section=earnings]>.lexhp-kpi-grid>.lexhp-kpi .lexhp-kpi__copy{min-width:0!important;display:grid!important;align-content:center!important;gap:3px!important}.lexhp-role-seller .lexhp-content[data-section=earnings]>.lexhp-kpi-grid>.lexhp-kpi .lexhp-kpi__copy span{color:var(--lexhp-muted)!important;font-size:12px!important;font-weight:400!important;line-height:1.3!important}.lexhp-role-seller .lexhp-content[data-section=earnings]>.lexhp-kpi-grid>.lexhp-kpi .lexhp-kpi__copy strong{margin:0!important;font-size:clamp(22px,1.7vw,28px)!important;font-weight:400!important;line-height:1.08!important;letter-spacing:-.025em!important;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;overflow-wrap:anywhere!important}.lexhp-role-seller .lexhp-content[data-section=earnings]>.lexhp-kpi-grid>.lexhp-kpi .lexhp-kpi__copy small{margin:0!important;color:var(--lexhp-subtle)!important;font-size:11px!important;line-height:1.35!important}.lexhp-role-seller .lexhp-content[data-section=earnings]>.lexhp-panel{width:100%!important;min-width:0!important;overflow:hidden!important;border-radius:5px!important}.lexhp-role-seller .lexhp-content[data-section=earnings]>.lexhp-panel>.lexhp-panel__head{min-height:92px!important;padding:18px 20px!important;gap:16px!important;align-items:center!important;border-bottom:1px solid var(--lexhp-line)!important;background:linear-gradient(180deg,var(--lexhp-panel),color-mix(in srgb,var(--lexhp-panel-2) 48%,var(--lexhp-panel)))!important}.lexhp-role-seller .lexhp-content[data-section=earnings]>.lexhp-panel>.lexhp-panel__head>div:first-child{min-width:0!important}.lexhp-role-seller .lexhp-content[data-section=earnings]>.lexhp-panel>.lexhp-panel__head .lexhp-eyebrow{margin-bottom:4px!important}.lexhp-role-seller .lexhp-content[data-section=earnings]>.lexhp-panel>.lexhp-panel__head h2{margin:0 0 5px!important;font-size:20px!important;line-height:1.2!important}.lexhp-role-seller .lexhp-content[data-section=earnings]>.lexhp-panel>.lexhp-panel__head p{margin:0!important;max-width:820px!important;color:var(--lexhp-muted)!important;line-height:1.5!important}.lexhp-role-seller .lexhp-content[data-section=earnings] .lexhp-stripe-status{flex:0 0 auto!important;min-height:34px!important;border-radius:999px!important;padding:7px 10px!important}.lexhp-role-seller .lexhp-content[data-section=earnings] .lexhp-table-wrap{width:100%!important;max-width:100%!important;overflow:auto!important;border-radius:0!important;background:var(--lexhp-panel)!important}.lexhp-role-seller .lexhp-content[data-section=earnings] .lexhp-table{min-width:820px!important;width:100%!important;table-layout:auto!important}.lexhp-role-seller .lexhp-content[data-section=earnings] .lexhp-table th{position:sticky!important;top:0!important;z-index:2!important;padding:11px 14px!important;background:var(--lexhp-panel-2)!important;color:var(--lexhp-muted)!important;font-size:11px!important;font-weight:400!important;letter-spacing:.045em!important;text-transform:uppercase!important;white-space:nowrap!important}.lexhp-role-seller .lexhp-content[data-section=earnings] .lexhp-table td{padding:13px 14px!important;vertical-align:middle!important;border-bottom:1px solid color-mix(in srgb,var(--lexhp-line) 78%,transparent)!important;font-size:13px!important;line-height:1.4!important}.lexhp-role-seller .lexhp-content[data-section=earnings] .lexhp-table tbody tr{transition:background .15s ease!important}.lexhp-role-seller .lexhp-content[data-section=earnings] .lexhp-table tbody tr:hover{background:color-mix(in srgb,var(--lexhp-accent) 4%,var(--lexhp-panel))!important}.lexhp-role-seller .lexhp-content[data-section=earnings] .lexhp-table td:nth-child(2),.lexhp-role-seller .lexhp-content[data-section=earnings] .lexhp-table td:nth-child(3),.lexhp-role-seller .lexhp-content[data-section=earnings] .lexhp-table td:nth-child(4),.lexhp-role-seller .lexhp-content[data-section=earnings] .lexhp-table th:nth-child(2),.lexhp-role-seller .lexhp-content[data-section=earnings] .lexhp-table th:nth-child(3),.lexhp-role-seller .lexhp-content[data-section=earnings] .lexhp-table th:nth-child(4){text-align:right!important;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap!important}.lexhp-role-seller .lexhp-content[data-section=earnings] .lexhp-table td:nth-child(5),.lexhp-role-seller .lexhp-content[data-section=earnings] .lexhp-table th:nth-child(5){text-align:center!important;white-space:nowrap!important}.lexhp-role-seller .lexhp-content[data-section=earnings] .lexhp-table td:last-child,.lexhp-role-seller .lexhp-content[data-section=earnings] .lexhp-table th:last-child{white-space:nowrap!important}.lexhp-role-seller .lexhp-content[data-section=earnings] .lexhp-table td:first-child{font-family:var(--lexh-font);font-size:12px!important}.lexhp-role-seller .lexhp-content[data-section=earnings] .lexhp-empty-state{min-height:220px!important;padding:34px 20px!important;display:grid!important;place-items:center!important;align-content:center!important;text-align:center!important}@media(max-width:1500px){.lexhp-role-seller .lexhp-content[data-section=earnings]>.lexhp-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:1024px){.lexhp-role-seller .lexhp-content[data-section=earnings]>.lexhp-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.lexhp-role-seller .lexhp-content[data-section=earnings]>.lexhp-panel>.lexhp-panel__head{align-items:flex-start!important}}@media(max-width:620px){.lexhp-role-seller .lexhp-content[data-section=earnings]>.lexhp-kpi-grid{grid-template-columns:1fr!important;gap:12px!important;margin-bottom:15px!important}.lexhp-role-seller .lexhp-content[data-section=earnings]>.lexhp-kpi-grid>.lexhp-kpi{min-height:94px!important;padding:15px 16px!important}.lexhp-role-seller .lexhp-content[data-section=earnings]>.lexhp-kpi-grid>.lexhp-kpi .lexhp-kpi__icon{width:42px!important;height:42px!important}.lexhp-role-seller .lexhp-content[data-section=earnings]>.lexhp-panel>.lexhp-panel__head{padding:15px 16px!important}.lexhp-role-seller .lexhp-content[data-section=earnings] .lexhp-stripe-status{align-self:flex-start!important}.lexhp-role-seller .lexhp-content[data-section=earnings] .lexhp-table td,.lexhp-role-seller .lexhp-content[data-section=earnings] .lexhp-table th{padding:10px 11px!important}}.lexhp-role-seller .lexhp-content:is([data-section=payouts],[data-section=statements],[data-section=adjustments],[data-section=analytics],[data-section=reports],[data-section=custom-analytics-builder],[data-section=buyer-scorecards],[data-section=partner-trust-scores]){--lexhp-seller-insight-gap:15px}.lexhp-role-seller .lexhp-content:is([data-section=payouts],[data-section=statements],[data-section=adjustments],[data-section=analytics],[data-section=reports],[data-section=custom-analytics-builder],[data-section=buyer-scorecards],[data-section=partner-trust-scores]) :is(.lexhp-panel,.lexhp-card){min-width:0!important;max-width:100%!important;border-radius:5px!important;overflow:hidden!important}.lexhp-role-seller .lexhp-content:is([data-section=payouts],[data-section=statements],[data-section=adjustments],[data-section=analytics],[data-section=reports],[data-section=custom-analytics-builder],[data-section=buyer-scorecards],[data-section=partner-trust-scores]) :is(.lexhp-panel__head,.lexhp-card__head){min-height:82px!important;padding:18px 20px!important;gap:15px!important;align-items:center!important;border-bottom:1px solid var(--lexhp-line)!important;background:linear-gradient(180deg,var(--lexhp-panel),color-mix(in srgb,var(--lexhp-panel-2) 48%,var(--lexhp-panel)))!important}.lexhp-role-seller .lexhp-content:is([data-section=payouts],[data-section=statements],[data-section=adjustments],[data-section=analytics],[data-section=reports],[data-section=custom-analytics-builder],[data-section=buyer-scorecards],[data-section=partner-trust-scores]) :is(.lexhp-panel__head,.lexhp-card__head)>div:first-child{min-width:0!important}.lexhp-role-seller .lexhp-content:is([data-section=payouts],[data-section=statements],[data-section=adjustments],[data-section=analytics],[data-section=reports],[data-section=custom-analytics-builder],[data-section=buyer-scorecards],[data-section=partner-trust-scores]) .lexhp-panel__head h2{margin:3px 0 4px!important;font-size:20px!important;line-height:1.2!important;font-weight:400!important;letter-spacing:-.015em!important}.lexhp-role-seller .lexhp-content:is([data-section=payouts],[data-section=statements],[data-section=adjustments],[data-section=analytics],[data-section=reports],[data-section=custom-analytics-builder],[data-section=buyer-scorecards],[data-section=partner-trust-scores]) .lexhp-panel__head p{margin:0!important;max-width:860px!important;color:var(--lexhp-muted)!important;font-size:13px!important;line-height:1.5!important}.lexhp-role-seller .lexhp-content:is([data-section=payouts],[data-section=statements],[data-section=adjustments],[data-section=analytics],[data-section=reports],[data-section=custom-analytics-builder],[data-section=buyer-scorecards],[data-section=partner-trust-scores]) .lexhp-eyebrow{font-size:11px!important;font-weight:400!important;letter-spacing:.075em!important}.lexhp-role-seller .lexhp-content[data-section=payouts] .lexhp-finance-layout{grid-template-columns:minmax(0,1.35fr) minmax(360px,.65fr)!important;gap:15px!important;align-items:start!important;margin:0!important}.lexhp-role-seller .lexhp-content[data-section=payouts] .lexhp-finance-body{display:grid!important;gap:15px!important;padding:20px!important}.lexhp-role-seller .lexhp-content[data-section=payouts] .lexhp-connect-card{grid-template-columns:repeat(3,minmax(0,1fr))!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important}.lexhp-role-seller .lexhp-content[data-section=payouts] .lexhp-connect-card>div{min-height:78px!important;display:grid!important;align-content:center!important;gap:4px!important;padding:14px 16px!important}.lexhp-role-seller .lexhp-content[data-section=payouts] .lexhp-connect-card span{font-size:11px!important;font-weight:400!important;color:var(--lexhp-muted)!important}.lexhp-role-seller .lexhp-content[data-section=payouts] .lexhp-connect-card strong{margin:0!important;font-size:16px!important;font-weight:400!important;line-height:1.25!important;overflow-wrap:anywhere!important}.lexhp-role-seller .lexhp-content[data-section=payouts] .lexhp-action-row{margin:0!important;gap:9px!important}.lexhp-role-seller .lexhp-content[data-section=payouts] .lexhp-inline-finance-form{grid-template-columns:minmax(220px,1fr) auto!important;gap:12px!important;align-items:end!important;margin:0!important;padding:16px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:color-mix(in srgb,var(--lexhp-accent) 3%,var(--lexhp-panel-2))!important}.lexhp-role-seller .lexhp-content[data-section=payouts] .lexhp-finance-settings{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:15px 18px!important;padding:18px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important}.lexhp-role-seller .lexhp-content[data-section=payouts] .lexhp-finance-settings>label:has(input[type=checkbox]){min-height:44px!important;display:flex!important;align-items:center!important;gap:9px!important;align-self:end!important;padding:10px 12px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel)!important}.lexhp-role-seller .lexhp-content[data-section=payouts] .lexhp-finance-settings input[type=checkbox]{flex:0 0 auto!important;width:17px!important;height:17px!important;min-height:17px!important;margin:0!important}.lexhp-role-seller .lexhp-content[data-section=payouts] .lexhp-finance-settings>.lexhp-btn{grid-column:1/-1!important;justify-self:start!important}.lexhp-role-seller .lexhp-content[data-section=payouts] .lexhp-muted-copy{margin:0!important;padding:12px 14px!important;border-left:3px solid color-mix(in srgb,var(--lexhp-accent) 58%,var(--lexhp-line))!important;background:color-mix(in srgb,var(--lexhp-accent) 4%,var(--lexhp-panel))!important;border-radius:0 5px 5px 0!important;font-size:12px!important;line-height:1.5!important}.lexhp-role-seller .lexhp-content[data-section=payouts] .lexhp-stripe-status{flex:0 0 auto!important;min-height:34px!important;padding:7px 10px!important}.lexhp-role-seller .lexhp-content:is([data-section=statements],[data-section=adjustments]) .lexhp-table-wrap,.lexhp-role-seller .lexhp-content[data-section=analytics] .lexhp-table-wrap,.lexhp-role-seller .lexhp-content[data-section=payouts] .lexhp-table-wrap{width:100%!important;max-width:100%!important;overflow:auto!important;border-radius:0!important;background:var(--lexhp-panel)!important}.lexhp-role-seller .lexhp-content[data-section=payouts] .lexhp-table{min-width:760px!important;width:100%!important}.lexhp-role-seller .lexhp-content:is([data-section=statements],[data-section=adjustments]) .lexhp-table{min-width:900px!important;width:100%!important}.lexhp-role-seller .lexhp-content[data-section=analytics] .lexhp-table{min-width:980px!important;width:100%!important}.lexhp-role-seller .lexhp-content:is([data-section=payouts],[data-section=statements],[data-section=adjustments],[data-section=analytics]) .lexhp-table th{position:sticky!important;top:0!important;z-index:2!important;padding:11px 13px!important;background:var(--lexhp-panel-2)!important;color:var(--lexhp-muted)!important;font-size:11px!important;font-weight:400!important;letter-spacing:.04em!important;text-transform:uppercase!important;white-space:nowrap!important}.lexhp-role-seller .lexhp-content:is([data-section=payouts],[data-section=statements],[data-section=adjustments],[data-section=analytics]) .lexhp-table td{padding:12px 13px!important;vertical-align:middle!important;border-bottom:1px solid color-mix(in srgb,var(--lexhp-line) 78%,transparent)!important;font-size:13px!important;line-height:1.4!important}.lexhp-role-seller .lexhp-content:is([data-section=payouts],[data-section=statements],[data-section=adjustments],[data-section=analytics]) .lexhp-table tbody tr{transition:background .14s ease!important}.lexhp-role-seller .lexhp-content:is([data-section=payouts],[data-section=statements],[data-section=adjustments],[data-section=analytics]) .lexhp-table tbody tr:hover{background:color-mix(in srgb,var(--lexhp-accent) 4%,var(--lexhp-panel))!important}.lexhp-role-seller .lexhp-content:is([data-section=statements],[data-section=adjustments]) .lexhp-table td:nth-child(4),.lexhp-role-seller .lexhp-content:is([data-section=statements],[data-section=adjustments]) .lexhp-table th:nth-child(4),.lexhp-role-seller .lexhp-content[data-section=payouts] .lexhp-table td:nth-child(2),.lexhp-role-seller .lexhp-content[data-section=payouts] .lexhp-table th:nth-child(2){text-align:right!important;white-space:nowrap!important;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.lexhp-role-seller .lexhp-content:is([data-section=statements],[data-section=adjustments]) .lexhp-table td:nth-child(5),.lexhp-role-seller .lexhp-content:is([data-section=statements],[data-section=adjustments]) .lexhp-table th:nth-child(5),.lexhp-role-seller .lexhp-content[data-section=payouts] .lexhp-table td:nth-child(3),.lexhp-role-seller .lexhp-content[data-section=payouts] .lexhp-table th:nth-child(3){text-align:center!important;white-space:nowrap!important}.lexhp-role-seller .lexhp-content:is([data-section=statements],[data-section=adjustments])>.lexhp-panel{width:100%!important;margin:0!important}.lexhp-role-seller .lexhp-content:is([data-section=statements],[data-section=adjustments])>.lexhp-panel>.lexhp-panel__head .lexhp-btn{flex:0 0 auto!important;min-width:108px!important}.lexhp-role-seller .lexhp-content:is([data-section=statements],[data-section=adjustments]) .lexhp-empty-state{min-height:220px!important;padding:34px 20px!important}.lexhp-role-seller .lexhp-content[data-section=analytics] .lexha-stack{gap:15px!important}.lexhp-role-seller .lexhp-content[data-section=analytics] .lexha-toolbar{padding:18px 20px!important;align-items:flex-end!important;gap:18px!important}.lexhp-role-seller .lexhp-content[data-section=analytics] .lexha-toolbar>div:first-child{min-width:0!important;max-width:780px!important}.lexhp-role-seller .lexhp-content[data-section=analytics] .lexha-toolbar h2{margin:3px 0 5px!important;font-size:21px!important;font-weight:400!important}.lexhp-role-seller .lexhp-content[data-section=analytics] .lexha-toolbar p{font-size:13px!important;line-height:1.5!important;color:var(--lexhp-muted)!important}.lexhp-role-seller .lexhp-content[data-section=analytics] .lexha-controls{flex:0 0 auto!important;gap:10px!important}.lexhp-role-seller .lexhp-content[data-section=analytics] .lexha-controls label{min-width:138px!important;font-size:12px!important}.lexhp-role-seller .lexhp-content[data-section=analytics]>.lexha-stack>.lexhp-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:15px!important}.lexhp-role-seller .lexhp-content[data-section=analytics] .lexhp-kpi{min-height:104px!important;padding:16px 18px!important;border-radius:5px!important;background:linear-gradient(145deg,var(--lexhp-panel),color-mix(in srgb,var(--lexhp-accent) 3%,var(--lexhp-panel)))!important}.lexhp-role-seller .lexhp-content[data-section=analytics] .lexhp-kpi__copy{gap:4px!important}.lexhp-role-seller .lexhp-content[data-section=analytics] .lexhp-kpi__copy span{font-size:11px!important;font-weight:400!important;color:var(--lexhp-muted)!important}.lexhp-role-seller .lexhp-content[data-section=analytics] .lexhp-kpi__copy strong{font-size:clamp(22px,1.7vw,28px)!important;font-weight:400!important;letter-spacing:-.025em!important;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.lexhp-role-seller .lexhp-content[data-section=analytics] .lexha-grid-wide{grid-template-columns:minmax(0,1.6fr) minmax(300px,.7fr)!important;gap:15px!important;margin:0!important}.lexhp-role-seller .lexhp-content[data-section=analytics] .lexhp-workspace-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:15px!important;margin:0!important}.lexhp-role-seller .lexhp-content[data-section=analytics] .lexha-bars{height:255px!important;padding:20px 10px 32px!important;border-bottom:0!important}.lexhp-role-seller .lexhp-content[data-section=analytics] .lexha-bar i{max-width:28px!important;border-radius:4px 4px 0 0!important}.lexhp-role-seller .lexhp-content[data-section=analytics] .lexha-metric-list{padding:4px 18px 14px!important}.lexhp-role-seller .lexhp-content[data-section=analytics] .lexha-metric-list>div{min-height:44px!important;padding:10px 0!important}.lexhp-role-seller .lexhp-content[data-section=analytics] .lexha-metric-list span{font-size:12px!important}.lexhp-role-seller .lexhp-content[data-section=analytics] .lexha-metric-list strong{font-size:13px!important;font-weight:400!important;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.lexhp-role-seller .lexhp-content[data-section=analytics] .lexha-export{gap:7px!important;flex:0 0 auto!important}.lexhp-role-seller .lexhp-content[data-section=analytics] .lexha-top-list{padding:4px 18px 14px!important}.lexhp-role-seller .lexhp-content[data-section=analytics] .lexha-top-list>div{min-height:58px!important;padding:10px 0!important}.lexhp-role-seller .lexhp-content[data-section=analytics] .lexha-top-list>b{border-radius:5px!important}.lexhp-role-seller .lexhp-content[data-section=reports] .lexha-stack{gap:15px!important}.lexhp-role-seller .lexhp-content[data-section=reports] .lexhp-form-stack{padding:20px!important;gap:16px!important}.lexhp-role-seller .lexhp-content[data-section=reports] .lexhp-form-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:15px 18px!important}.lexhp-role-seller .lexhp-content[data-section=reports] .lexhp-form-stack>label{display:grid!important;gap:7px!important}.lexhp-role-seller .lexhp-content[data-section=reports] .lexhp-form-stack>.lexhp-btn{justify-self:start!important;min-width:126px!important}.lexhp-role-seller .lexhp-content[data-section=reports] .lexha-report-list{gap:10px!important;padding:16px 18px 18px!important}.lexhp-role-seller .lexhp-content[data-section=reports] .lexha-report-list article{min-width:0!important;padding:15px 16px!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important}.lexhp-role-seller .lexhp-content[data-section=reports] .lexha-report-list article>div:first-child{min-width:0!important}.lexhp-role-seller .lexhp-content[data-section=reports] .lexha-report-list article>div:first-child strong{font-size:14px!important;font-weight:400!important}.lexhp-role-seller .lexhp-content[data-section=reports] .lexha-report-list article>div:first-child :is(span,small,em){font-size:12px!important;line-height:1.45!important;overflow-wrap:anywhere!important}.lexhp-role-seller .lexhp-content[data-section=reports] .lexha-report-actions{flex:0 0 auto!important;justify-content:flex-end!important;gap:7px!important}.lexhp-role-seller .lexhp-content[data-section=reports] .lexhp-empty-state{min-height:220px!important;padding:34px 20px!important}.lexhp-role-seller .lexhp-content:is([data-section=custom-analytics-builder],[data-section=buyer-scorecards],[data-section=partner-trust-scores]) .lexhp-workspace-grid{grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr)!important;gap:15px!important;margin:0!important}.lexhp-role-seller .lexhp-content:is([data-section=custom-analytics-builder],[data-section=buyer-scorecards],[data-section=partner-trust-scores]) .lexhp-module-hero{grid-template-columns:54px minmax(0,1fr)!important;gap:15px!important;padding:20px!important;align-items:start!important}.lexhp-role-seller .lexhp-content:is([data-section=custom-analytics-builder],[data-section=buyer-scorecards],[data-section=partner-trust-scores]) .lexhp-module-icon{width:52px!important;height:52px!important;display:grid!important;place-items:center!important;border-radius:5px!important}.lexhp-role-seller .lexhp-content:is([data-section=custom-analytics-builder],[data-section=buyer-scorecards],[data-section=partner-trust-scores]) .lexhp-module-icon svg{width:23px!important;height:23px!important;display:block!important;margin:auto!important}.lexhp-role-seller .lexhp-content:is([data-section=custom-analytics-builder],[data-section=buyer-scorecards],[data-section=partner-trust-scores]) .lexhp-module-hero h2{margin:3px 0 6px!important;font-size:21px!important;font-weight:400!important;line-height:1.2!important}.lexhp-role-seller .lexhp-content:is([data-section=custom-analytics-builder],[data-section=buyer-scorecards],[data-section=partner-trust-scores]) .lexhp-module-hero p{max-width:760px!important;font-size:13px!important;line-height:1.55!important}.lexhp-role-seller .lexhp-content:is([data-section=custom-analytics-builder],[data-section=buyer-scorecards],[data-section=partner-trust-scores]) .lexhp-module-actions{grid-template-columns:repeat(3,minmax(0,1fr))!important;background:var(--lexhp-panel-2)!important}.lexhp-role-seller .lexhp-content:is([data-section=custom-analytics-builder],[data-section=buyer-scorecards],[data-section=partner-trust-scores]) .lexhp-module-actions>div{min-height:76px!important;display:grid!important;align-content:center!important;padding:13px 16px!important}.lexhp-role-seller .lexhp-content:is([data-section=custom-analytics-builder],[data-section=buyer-scorecards],[data-section=partner-trust-scores]) .lexhp-module-actions span{font-size:11px!important;font-weight:400!important}.lexhp-role-seller .lexhp-content:is([data-section=custom-analytics-builder],[data-section=buyer-scorecards],[data-section=partner-trust-scores]) .lexhp-module-actions strong{font-size:13px!important;font-weight:400!important;overflow-wrap:anywhere!important}.lexhp-role-seller .lexhp-content:is([data-section=custom-analytics-builder],[data-section=buyer-scorecards],[data-section=partner-trust-scores]) .lexhp-check-list{padding:7px 18px 14px!important}.lexhp-role-seller .lexhp-content:is([data-section=custom-analytics-builder],[data-section=buyer-scorecards],[data-section=partner-trust-scores]) .lexhp-check-list p{grid-template-columns:30px minmax(0,1fr)!important;gap:10px!important;padding:11px 0!important}.lexhp-role-seller .lexhp-content:is([data-section=custom-analytics-builder],[data-section=buyer-scorecards],[data-section=partner-trust-scores]) .lexhp-check-list p>span{width:28px!important;height:28px!important;display:grid!important;place-items:center!important;border-radius:5px!important}.lexhp-role-seller .lexhp-content:is([data-section=custom-analytics-builder],[data-section=buyer-scorecards],[data-section=partner-trust-scores]) .lexhp-check-list p>span svg{display:block!important;margin:auto!important}.lexhp-role-seller .lexhp-content:is([data-section=custom-analytics-builder],[data-section=buyer-scorecards],[data-section=partner-trust-scores]) .lexhp-check-list b{font-size:13px!important;font-weight:400!important}.lexhp-role-seller .lexhp-content:is([data-section=custom-analytics-builder],[data-section=buyer-scorecards],[data-section=partner-trust-scores]) .lexhp-check-list b small{font-size:12px!important;line-height:1.45!important}@media(max-width:1280px){.lexhp-role-seller .lexhp-content[data-section=payouts] .lexhp-finance-layout{grid-template-columns:1fr!important}.lexhp-role-seller .lexhp-content[data-section=analytics]>.lexha-stack>.lexhp-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.lexhp-role-seller .lexhp-content[data-section=analytics] .lexhp-workspace-grid,.lexhp-role-seller .lexhp-content[data-section=reports] .lexhp-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:980px){.lexhp-role-seller .lexhp-content[data-section=analytics] .lexha-toolbar{align-items:stretch!important;flex-direction:column!important}.lexhp-role-seller .lexhp-content[data-section=analytics] .lexha-controls{width:100%!important}.lexhp-role-seller .lexhp-content[data-section=analytics] .lexha-controls label{flex:1 1 180px!important}.lexhp-role-seller .lexhp-content[data-section=analytics] .lexha-grid-wide{grid-template-columns:1fr!important}.lexhp-role-seller .lexhp-content:is([data-section=custom-analytics-builder],[data-section=buyer-scorecards],[data-section=partner-trust-scores]) .lexhp-workspace-grid{grid-template-columns:1fr!important}}@media(max-width:760px){.lexhp-role-seller .lexhp-content:is([data-section=payouts],[data-section=statements],[data-section=adjustments],[data-section=analytics],[data-section=reports],[data-section=custom-analytics-builder],[data-section=buyer-scorecards],[data-section=partner-trust-scores]) :is(.lexhp-panel__head,.lexhp-card__head){padding:15px 16px!important;align-items:flex-start!important}.lexhp-role-seller .lexhp-content[data-section=payouts] .lexhp-finance-body{padding:16px!important}.lexhp-role-seller .lexhp-content[data-section=payouts] .lexhp-finance-settings{grid-template-columns:1fr!important;padding:16px!important}.lexhp-role-seller .lexhp-content[data-section=payouts] .lexhp-inline-finance-form{grid-template-columns:1fr!important;padding:15px!important}.lexhp-role-seller .lexhp-content[data-section=payouts] .lexhp-connect-card{grid-template-columns:1fr!important}.lexhp-role-seller .lexhp-content[data-section=payouts] .lexhp-connect-card>div{border-right:0!important;border-bottom:1px solid var(--lexhp-line)!important}.lexhp-role-seller .lexhp-content[data-section=payouts] .lexhp-connect-card>div:last-child{border-bottom:0!important}.lexhp-role-seller .lexhp-content[data-section=analytics]>.lexha-stack>.lexhp-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.lexhp-role-seller .lexhp-content[data-section=analytics] .lexhp-workspace-grid{grid-template-columns:1fr!important}.lexhp-role-seller .lexhp-content[data-section=analytics] .lexha-toolbar,.lexhp-role-seller .lexhp-content[data-section=reports] .lexhp-form-stack{padding:16px!important}.lexhp-role-seller .lexhp-content[data-section=reports] .lexhp-form-grid{grid-template-columns:1fr!important}.lexhp-role-seller .lexhp-content[data-section=reports] .lexha-report-list article{align-items:flex-start!important;flex-direction:column!important}.lexhp-role-seller .lexhp-content[data-section=reports] .lexha-report-actions{width:100%!important;justify-content:flex-start!important}.lexhp-role-seller .lexhp-content[data-section=reports] .lexha-report-actions .lexhp-btn{flex:1 1 88px!important}.lexhp-role-seller .lexhp-content:is([data-section=custom-analytics-builder],[data-section=buyer-scorecards],[data-section=partner-trust-scores]) .lexhp-module-actions{grid-template-columns:1fr!important}.lexhp-role-seller .lexhp-content:is([data-section=custom-analytics-builder],[data-section=buyer-scorecards],[data-section=partner-trust-scores]) .lexhp-module-actions>div{border-right:0!important;border-bottom:1px solid var(--lexhp-line)!important}.lexhp-role-seller .lexhp-content:is([data-section=custom-analytics-builder],[data-section=buyer-scorecards],[data-section=partner-trust-scores]) .lexhp-module-actions>div:last-child{border-bottom:0!important}}@media(max-width:520px){.lexhp-role-seller .lexhp-content[data-section=analytics]>.lexha-stack>.lexhp-kpi-grid{grid-template-columns:1fr!important}.lexhp-role-seller .lexhp-content[data-section=analytics] .lexha-controls{display:grid!important;grid-template-columns:1fr!important}.lexhp-role-seller .lexhp-content[data-section=analytics] .lexha-controls label{min-width:0!important;width:100%!important}.lexhp-role-seller .lexhp-content[data-section=analytics] .lexha-controls .lexhp-btn{width:100%!important}.lexhp-role-seller .lexhp-content:is([data-section=statements],[data-section=adjustments])>.lexhp-panel>.lexhp-panel__head .lexhp-btn{width:100%!important}.lexhp-role-seller .lexhp-content:is([data-section=custom-analytics-builder],[data-section=buyer-scorecards],[data-section=partner-trust-scores]) .lexhp-module-hero{grid-template-columns:44px minmax(0,1fr)!important;gap:12px!important;padding:16px!important}.lexhp-role-seller .lexhp-content:is([data-section=custom-analytics-builder],[data-section=buyer-scorecards],[data-section=partner-trust-scores]) .lexhp-module-icon{width:42px!important;height:42px!important}}.lexhp-role-seller .lexhp-content:is([data-section=delivery-modes],[data-section=delivery-queues],[data-section=batch-delivery],[data-section=sftp-delivery],[data-section=integrations],[data-section=crm-integrations],[data-section=app-marketplace],[data-section=wordpress],[data-section=api-keys],[data-section=webhooks],[data-section=api-docs],[data-section=integration-tester])>.lexhp-workspace-grid{width:100%!important;max-width:none!important;gap:15px!important;margin:0!important;align-items:start!important}.lexhp-role-seller .lexhp-content:is([data-section=delivery-modes],[data-section=delivery-queues],[data-section=batch-delivery],[data-section=sftp-delivery],[data-section=crm-integrations],[data-section=app-marketplace])>.lexhp-workspace-grid{grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr)!important}.lexhp-role-seller .lexhp-content:is([data-section=integrations],[data-section=wordpress],[data-section=api-docs])>.lexhp-workspace-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.lexhp-role-seller .lexhp-content:is([data-section=api-keys],[data-section=webhooks])>.lexhp-workspace-grid{grid-template-columns:1fr!important}.lexhp-role-seller .lexhp-content:is([data-section=delivery-modes],[data-section=delivery-queues],[data-section=batch-delivery],[data-section=sftp-delivery],[data-section=integrations],[data-section=crm-integrations],[data-section=app-marketplace],[data-section=wordpress],[data-section=api-keys],[data-section=webhooks],[data-section=api-docs],[data-section=integration-tester]) :is(.lexhp-panel,.lexhp-card){min-width:0!important;overflow:hidden!important;border-radius:5px!important}.lexhp-role-seller .lexhp-content:is([data-section=delivery-modes],[data-section=delivery-queues],[data-section=batch-delivery],[data-section=sftp-delivery],[data-section=integrations],[data-section=crm-integrations],[data-section=app-marketplace],[data-section=wordpress],[data-section=api-keys],[data-section=webhooks],[data-section=api-docs],[data-section=integration-tester]) :is(.lexhp-panel__head,.lexhp-card__head){min-height:86px!important;padding:18px 20px!important;gap:15px!important;align-items:flex-start!important;background:linear-gradient(135deg,var(--lexhp-panel),color-mix(in srgb,var(--lexhp-accent) 2%,var(--lexhp-panel-2)))!important}.lexhp-role-seller .lexhp-content:is([data-section=delivery-modes],[data-section=delivery-queues],[data-section=batch-delivery],[data-section=sftp-delivery],[data-section=integrations],[data-section=crm-integrations],[data-section=app-marketplace],[data-section=wordpress],[data-section=api-keys],[data-section=webhooks],[data-section=api-docs],[data-section=integration-tester]) .lexhp-panel__head>div{min-width:0!important}.lexhp-role-seller .lexhp-content:is([data-section=delivery-modes],[data-section=delivery-queues],[data-section=batch-delivery],[data-section=sftp-delivery],[data-section=integrations],[data-section=crm-integrations],[data-section=app-marketplace],[data-section=wordpress],[data-section=api-keys],[data-section=webhooks],[data-section=api-docs],[data-section=integration-tester]) .lexhp-panel__head h2{margin:3px 0 5px!important;font-size:20px!important;line-height:1.25!important;font-weight:400!important;letter-spacing:-.015em!important}.lexhp-role-seller .lexhp-content:is([data-section=delivery-modes],[data-section=delivery-queues],[data-section=batch-delivery],[data-section=sftp-delivery],[data-section=integrations],[data-section=crm-integrations],[data-section=app-marketplace],[data-section=wordpress],[data-section=api-keys],[data-section=webhooks],[data-section=api-docs],[data-section=integration-tester]) .lexhp-panel__head p{margin:0!important;max-width:820px!important;font-size:13px!important;line-height:1.5!important;color:var(--lexhp-muted)!important}.lexhp-role-seller .lexhp-content:is([data-section=delivery-modes],[data-section=delivery-queues],[data-section=batch-delivery],[data-section=sftp-delivery],[data-section=crm-integrations],[data-section=app-marketplace]) .lexhp-module-hero{grid-template-columns:54px minmax(0,1fr)!important;gap:15px!important;padding:20px!important;align-items:start!important}.lexhp-role-seller .lexhp-content:is([data-section=delivery-modes],[data-section=delivery-queues],[data-section=batch-delivery],[data-section=sftp-delivery],[data-section=crm-integrations],[data-section=app-marketplace]) .lexhp-module-icon{width:52px!important;height:52px!important;display:grid!important;place-items:center!important;border-radius:5px!important}.lexhp-role-seller .lexhp-content:is([data-section=delivery-modes],[data-section=delivery-queues],[data-section=batch-delivery],[data-section=sftp-delivery],[data-section=crm-integrations],[data-section=app-marketplace]) .lexhp-module-icon svg{width:23px!important;height:23px!important;display:block!important;margin:auto!important}.lexhp-role-seller .lexhp-content:is([data-section=delivery-modes],[data-section=delivery-queues],[data-section=batch-delivery],[data-section=sftp-delivery],[data-section=crm-integrations],[data-section=app-marketplace]) .lexhp-module-hero h2{margin:3px 0 6px!important;font-size:21px!important;font-weight:400!important;line-height:1.2!important}.lexhp-role-seller .lexhp-content:is([data-section=delivery-modes],[data-section=delivery-queues],[data-section=batch-delivery],[data-section=sftp-delivery],[data-section=crm-integrations],[data-section=app-marketplace]) .lexhp-module-hero p{max-width:760px!important;font-size:13px!important;line-height:1.55!important}.lexhp-role-seller .lexhp-content:is([data-section=delivery-modes],[data-section=delivery-queues],[data-section=batch-delivery],[data-section=sftp-delivery],[data-section=crm-integrations],[data-section=app-marketplace]) .lexhp-module-actions{grid-template-columns:repeat(3,minmax(0,1fr))!important;background:var(--lexhp-panel-2)!important}.lexhp-role-seller .lexhp-content:is([data-section=delivery-modes],[data-section=delivery-queues],[data-section=batch-delivery],[data-section=sftp-delivery],[data-section=crm-integrations],[data-section=app-marketplace]) .lexhp-module-actions>div{min-width:0!important;min-height:76px!important;display:grid!important;align-content:center!important;padding:13px 16px!important}.lexhp-role-seller .lexhp-content:is([data-section=delivery-modes],[data-section=delivery-queues],[data-section=batch-delivery],[data-section=sftp-delivery],[data-section=crm-integrations],[data-section=app-marketplace]) .lexhp-module-actions span{font-size:11px!important;font-weight:400!important}.lexhp-role-seller .lexhp-content:is([data-section=delivery-modes],[data-section=delivery-queues],[data-section=batch-delivery],[data-section=sftp-delivery],[data-section=crm-integrations],[data-section=app-marketplace]) .lexhp-module-actions strong{min-width:0!important;font-size:13px!important;font-weight:400!important;overflow-wrap:anywhere!important}.lexhp-role-seller .lexhp-content:is([data-section=delivery-modes],[data-section=delivery-queues],[data-section=batch-delivery],[data-section=sftp-delivery],[data-section=crm-integrations],[data-section=app-marketplace]) .lexhp-check-list{padding:7px 18px 14px!important}.lexhp-role-seller .lexhp-content:is([data-section=delivery-modes],[data-section=delivery-queues],[data-section=batch-delivery],[data-section=sftp-delivery],[data-section=crm-integrations],[data-section=app-marketplace]) .lexhp-check-list p{grid-template-columns:30px minmax(0,1fr)!important;gap:10px!important;padding:11px 0!important}.lexhp-role-seller .lexhp-content:is([data-section=delivery-modes],[data-section=delivery-queues],[data-section=batch-delivery],[data-section=sftp-delivery],[data-section=crm-integrations],[data-section=app-marketplace]) .lexhp-check-list p>span{width:28px!important;height:28px!important;display:grid!important;place-items:center!important;border-radius:5px!important}.lexhp-role-seller .lexhp-content:is([data-section=delivery-modes],[data-section=delivery-queues],[data-section=batch-delivery],[data-section=sftp-delivery],[data-section=crm-integrations],[data-section=app-marketplace]) .lexhp-check-list p>span svg{display:block!important;margin:auto!important}.lexhp-role-seller .lexhp-content[data-section=integrations] .lexhp-mini-kpis{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;padding:18px 20px 20px!important}.lexhp-role-seller .lexhp-content[data-section=integrations] .lexhp-mini-kpis>div{min-width:0!important;min-height:88px!important;display:grid!important;align-content:center!important;gap:5px!important;padding:14px 16px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important}.lexhp-role-seller .lexhp-content[data-section=integrations] .lexhp-mini-kpis span{font-size:11px!important;font-weight:400!important;color:var(--lexhp-muted)!important}.lexhp-role-seller .lexhp-content[data-section=integrations] .lexhp-mini-kpis strong{min-width:0!important;font-size:24px!important;font-weight:400!important;line-height:1.1!important;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;overflow-wrap:anywhere!important}.lexhp-role-seller .lexhp-content[data-section=integrations] .lexhp-doc-list{display:grid!important;gap:0!important;padding:4px 20px 16px!important}.lexhp-role-seller .lexhp-content[data-section=integrations] .lexhp-doc-list p{min-width:0!important;display:grid!important;grid-template-columns:145px minmax(0,1fr)!important;gap:12px!important;align-items:center!important;margin:0!important;padding:12px 0!important;border-bottom:1px solid var(--lexhp-line)!important}.lexhp-role-seller .lexhp-content[data-section=integrations] .lexhp-doc-list p:last-child{border-bottom:0!important}.lexhp-role-seller .lexhp-content[data-section=integrations] .lexhp-doc-list strong{font-size:12px!important;font-weight:400!important}.lexhp-role-seller .lexhp-content[data-section=integrations] .lexhp-doc-list code{min-width:0!important;padding:8px 10px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important;overflow-wrap:anywhere!important;word-break:break-word!important;font-size:12px!important}.lexhp-role-seller .lexhp-content:is([data-section=api-keys],[data-section=webhooks]) .lexhp-form-stack{padding:20px!important;gap:16px!important}.lexhp-role-seller .lexhp-content:is([data-section=api-keys],[data-section=webhooks]) .lexhp-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:15px 18px!important}.lexhp-role-seller .lexhp-content:is([data-section=api-keys],[data-section=webhooks]) .lexhp-form-stack>label{display:grid!important;gap:7px!important;min-width:0!important}.lexhp-role-seller .lexhp-content:is([data-section=api-keys],[data-section=webhooks]) .lexhp-checkbox-row{display:flex!important;flex-wrap:wrap!important;gap:8px 18px!important;padding:13px 15px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important}.lexhp-role-seller .lexhp-content:is([data-section=api-keys],[data-section=webhooks]) .lexhp-form-stack>.lexhp-btn{justify-self:start!important;min-width:140px!important}.lexhp-role-seller .lexhp-content:is([data-section=api-keys],[data-section=webhooks]) .lexhp-secret-reveal{margin:0 20px 20px!important;padding:15px!important;border-radius:5px!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:8px 12px!important;align-items:center!important}.lexhp-role-seller .lexhp-content:is([data-section=api-keys],[data-section=webhooks]) .lexhp-secret-reveal>strong{grid-column:1/-1!important;font-size:12px!important;font-weight:400!important}.lexhp-role-seller .lexhp-content:is([data-section=api-keys],[data-section=webhooks]) .lexhp-secret-reveal code{min-width:0!important;padding:9px 10px!important;border-radius:5px!important;overflow-wrap:anywhere!important;word-break:break-all!important}.lexhp-role-seller .lexhp-content:is([data-section=api-keys],[data-section=webhooks]) .lexhp-table-wrap{width:100%!important;max-width:100%!important;overflow:auto!important;border-radius:0 0 5px 5px!important}.lexhp-role-seller .lexhp-content[data-section=api-keys] .lexhp-table{min-width:880px!important;width:100%!important}.lexhp-role-seller .lexhp-content[data-section=webhooks] .lexhp-table{min-width:900px!important;width:100%!important}.lexhp-role-seller .lexhp-content:is([data-section=api-keys],[data-section=webhooks]) .lexhp-table th{position:sticky!important;top:0!important;z-index:2!important;padding:11px 13px!important;background:var(--lexhp-panel-2)!important;color:var(--lexhp-muted)!important;font-size:11px!important;font-weight:400!important;letter-spacing:.04em!important;text-transform:uppercase!important;white-space:nowrap!important}.lexhp-role-seller .lexhp-content:is([data-section=api-keys],[data-section=webhooks]) .lexhp-table td{min-width:0!important;padding:12px 13px!important;vertical-align:middle!important;border-bottom:1px solid color-mix(in srgb,var(--lexhp-line) 78%,transparent)!important;font-size:13px!important;line-height:1.4!important}.lexhp-role-seller .lexhp-content:is([data-section=api-keys],[data-section=webhooks]) .lexhp-table tbody tr{transition:background .14s ease!important}.lexhp-role-seller .lexhp-content:is([data-section=api-keys],[data-section=webhooks]) .lexhp-table tbody tr:hover{background:color-mix(in srgb,var(--lexhp-accent) 4%,var(--lexhp-panel))!important}.lexhp-role-seller .lexhp-content:is([data-section=api-keys],[data-section=webhooks]) .lexhp-row-actions{display:flex!important;flex-wrap:wrap!important;gap:6px!important}.lexhp-role-seller .lexhp-content:is([data-section=api-keys],[data-section=webhooks]) .lexhp-row-actions .lexhp-btn{min-height:34px!important;padding:7px 10px!important;white-space:nowrap!important}.lexhp-role-seller .lexhp-content:is([data-section=api-keys],[data-section=webhooks]) .lexhp-empty-state{min-height:220px!important;padding:34px 20px!important}.lexhp-role-seller .lexhp-content:is([data-section=wordpress],[data-section=api-docs]) .lexhp-steps{display:grid!important;gap:0!important;margin:0!important;padding:6px 20px 18px 48px!important}.lexhp-role-seller .lexhp-content:is([data-section=wordpress],[data-section=api-docs]) .lexhp-steps li{min-height:46px!important;padding:10px 0 10px 4px!important;border-bottom:1px solid var(--lexhp-line)!important;font-size:13px!important;line-height:1.5!important}.lexhp-role-seller .lexhp-content:is([data-section=wordpress],[data-section=api-docs],[data-section=integration-tester]) .lexhp-code-block{max-width:100%!important;margin:0!important;padding:18px 20px!important;border-radius:0 0 5px 5px!important;overflow:auto!important;font-size:12px!important;line-height:1.55!important;tab-size:2!important}.lexhp-role-seller .lexhp-content[data-section=api-docs] .lexhp-api-endpoints{display:grid!important;gap:0!important;padding:4px 20px 16px!important}.lexhp-role-seller .lexhp-content[data-section=api-docs] .lexhp-api-endpoints p{min-width:0!important;display:grid!important;grid-template-columns:58px minmax(0,1fr)!important;gap:5px 12px!important;margin:0!important;padding:12px 0!important;border-bottom:1px solid var(--lexhp-line)!important}.lexhp-role-seller .lexhp-content[data-section=api-docs] .lexhp-api-endpoints p:last-child{border-bottom:0!important}.lexhp-role-seller .lexhp-content[data-section=api-docs] .lexhp-api-endpoints b{grid-row:1/3!important;align-self:start!important;justify-self:start!important;padding:5px 7px!important;border-radius:5px!important;background:color-mix(in srgb,var(--lexhp-accent) 9%,var(--lexhp-panel-2))!important;color:var(--lexhp-accent)!important;font-size:10px!important;font-weight:400!important}.lexhp-role-seller .lexhp-content[data-section=api-docs] .lexhp-api-endpoints code{min-width:0!important;overflow-wrap:anywhere!important;word-break:break-word!important;font-size:12px!important}.lexhp-role-seller .lexhp-content[data-section=api-docs] .lexhp-api-endpoints span{grid-column:2!important;color:var(--lexhp-muted)!important;font-size:12px!important;line-height:1.45!important}.lexhp-role-seller .lexhp-content[data-section=integration-tester]>.lexhp-panel{width:100%!important;max-width:none!important;margin:0!important}.lexhp-role-seller .lexhp-content[data-section=integration-tester] .lexhp-form-stack{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:15px!important;align-items:end!important;padding:20px!important}.lexhp-role-seller .lexhp-content[data-section=integration-tester] .lexhp-form-stack>label{display:grid!important;gap:7px!important;min-width:0!important}.lexhp-role-seller .lexhp-content[data-section=integration-tester] .lexhp-form-stack>.lexhp-btn{min-width:160px!important}.lexhp-role-seller .lexhp-content[data-section=integration-tester] .lexhp-form-stack>.lexhp-code-block{grid-column:1/-1!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important}@media(max-width:1180px){.lexhp-role-seller .lexhp-content:is([data-section=delivery-modes],[data-section=delivery-queues],[data-section=batch-delivery],[data-section=sftp-delivery],[data-section=crm-integrations],[data-section=app-marketplace],[data-section=integrations],[data-section=wordpress],[data-section=api-docs])>.lexhp-workspace-grid{grid-template-columns:1fr!important}}@media(max-width:760px){.lexhp-role-seller .lexhp-content:is([data-section=delivery-modes],[data-section=delivery-queues],[data-section=batch-delivery],[data-section=sftp-delivery],[data-section=integrations],[data-section=crm-integrations],[data-section=app-marketplace],[data-section=wordpress],[data-section=api-keys],[data-section=webhooks],[data-section=api-docs],[data-section=integration-tester]) :is(.lexhp-panel__head,.lexhp-card__head){min-height:0!important;padding:15px 16px!important}.lexhp-role-seller .lexhp-content:is([data-section=delivery-modes],[data-section=delivery-queues],[data-section=batch-delivery],[data-section=sftp-delivery],[data-section=crm-integrations],[data-section=app-marketplace]) .lexhp-module-actions{grid-template-columns:1fr!important}.lexhp-role-seller .lexhp-content:is([data-section=delivery-modes],[data-section=delivery-queues],[data-section=batch-delivery],[data-section=sftp-delivery],[data-section=crm-integrations],[data-section=app-marketplace]) .lexhp-module-actions>div{border-right:0!important;border-bottom:1px solid var(--lexhp-line)!important}.lexhp-role-seller .lexhp-content:is([data-section=delivery-modes],[data-section=delivery-queues],[data-section=batch-delivery],[data-section=sftp-delivery],[data-section=crm-integrations],[data-section=app-marketplace]) .lexhp-module-actions>div:last-child{border-bottom:0!important}.lexhp-role-seller .lexhp-content[data-section=integrations] .lexhp-mini-kpis{grid-template-columns:1fr!important;padding:16px!important}.lexhp-role-seller .lexhp-content[data-section=integrations] .lexhp-doc-list{padding-inline:16px!important}.lexhp-role-seller .lexhp-content[data-section=integrations] .lexhp-doc-list p{grid-template-columns:1fr!important;gap:5px!important}.lexhp-role-seller .lexhp-content:is([data-section=api-keys],[data-section=webhooks]) .lexhp-form-stack{padding:16px!important}.lexhp-role-seller .lexhp-content:is([data-section=api-keys],[data-section=webhooks]) .lexhp-form-grid{grid-template-columns:1fr!important}.lexhp-role-seller .lexhp-content:is([data-section=api-keys],[data-section=webhooks]) .lexhp-secret-reveal{margin:0 16px 16px!important;grid-template-columns:1fr!important}.lexhp-role-seller .lexhp-content:is([data-section=api-keys],[data-section=webhooks]) .lexhp-secret-reveal .lexhp-btn{width:100%!important}.lexhp-role-seller .lexhp-content:is([data-section=wordpress],[data-section=api-docs]) .lexhp-steps{padding:4px 16px 16px 42px!important}.lexhp-role-seller .lexhp-content[data-section=api-docs] .lexhp-api-endpoints{padding-inline:16px!important}.lexhp-role-seller .lexhp-content[data-section=integration-tester] .lexhp-form-stack{grid-template-columns:1fr!important;padding:16px!important}.lexhp-role-seller .lexhp-content[data-section=integration-tester] .lexhp-form-stack>.lexhp-btn{width:100%!important}}@media(max-width:520px){.lexhp-role-seller .lexhp-content:is([data-section=delivery-modes],[data-section=delivery-queues],[data-section=batch-delivery],[data-section=sftp-delivery],[data-section=crm-integrations],[data-section=app-marketplace]) .lexhp-module-hero{grid-template-columns:44px minmax(0,1fr)!important;gap:12px!important;padding:16px!important}.lexhp-role-seller .lexhp-content:is([data-section=delivery-modes],[data-section=delivery-queues],[data-section=batch-delivery],[data-section=sftp-delivery],[data-section=crm-integrations],[data-section=app-marketplace]) .lexhp-module-icon{width:42px!important;height:42px!important}.lexhp-role-seller .lexhp-content[data-section=api-docs] .lexhp-api-endpoints p{grid-template-columns:1fr!important}.lexhp-role-seller .lexhp-content[data-section=api-docs] .lexhp-api-endpoints b{grid-row:auto!important}.lexhp-role-seller .lexhp-content[data-section=api-docs] .lexhp-api-endpoints span{grid-column:auto!important}}.lexhp-role-seller .lexhp-content:is([data-section=click-tracking],[data-section=multi-touch-attribution],[data-section=subid-attribution],[data-section=closed-loop-feedback],[data-section=conversion-postbacks],[data-section=data-enrichment],[data-section=lead-provenance],[data-section=pii-exposure])>.lexhp-workspace-grid{display:grid!important;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr)!important;gap:15px!important;align-items:start!important;width:100%!important}.lexhp-role-seller .lexhp-content:is([data-section=click-tracking],[data-section=multi-touch-attribution],[data-section=subid-attribution],[data-section=closed-loop-feedback],[data-section=conversion-postbacks],[data-section=data-enrichment],[data-section=lead-provenance],[data-section=pii-exposure]) .lexhp-panel{overflow:hidden!important}.lexhp-role-seller .lexhp-content:is([data-section=click-tracking],[data-section=multi-touch-attribution],[data-section=subid-attribution],[data-section=closed-loop-feedback],[data-section=conversion-postbacks],[data-section=data-enrichment],[data-section=lead-provenance],[data-section=pii-exposure]) .lexhp-module-hero{display:grid!important;grid-template-columns:56px minmax(0,1fr)!important;gap:15px!important;align-items:start!important;padding:20px!important;min-width:0!important}.lexhp-role-seller .lexhp-content:is([data-section=click-tracking],[data-section=multi-touch-attribution],[data-section=subid-attribution],[data-section=closed-loop-feedback],[data-section=conversion-postbacks],[data-section=data-enrichment],[data-section=lead-provenance],[data-section=pii-exposure]) .lexhp-module-icon{width:54px!important;height:54px!important;display:grid!important;place-items:center!important;align-self:start!important;justify-self:center!important;border:1px solid color-mix(in srgb,var(--lexhp-accent) 24%,var(--lexhp-line))!important;border-radius:5px!important;background:color-mix(in srgb,var(--lexhp-accent) 8%,var(--lexhp-panel-2))!important;color:var(--lexhp-accent)!important}.lexhp-role-seller .lexhp-content:is([data-section=click-tracking],[data-section=multi-touch-attribution],[data-section=subid-attribution],[data-section=closed-loop-feedback],[data-section=conversion-postbacks],[data-section=data-enrichment],[data-section=lead-provenance],[data-section=pii-exposure]) .lexhp-module-icon svg{display:block!important;margin:auto!important;width:24px!important;height:24px!important}.lexhp-role-seller .lexhp-content:is([data-section=click-tracking],[data-section=multi-touch-attribution],[data-section=subid-attribution],[data-section=closed-loop-feedback],[data-section=conversion-postbacks],[data-section=data-enrichment],[data-section=lead-provenance],[data-section=pii-exposure]) .lexhp-module-hero h2{margin:4px 0 6px!important;font-size:21px!important;line-height:1.25!important}.lexhp-role-seller .lexhp-content:is([data-section=click-tracking],[data-section=multi-touch-attribution],[data-section=subid-attribution],[data-section=closed-loop-feedback],[data-section=conversion-postbacks],[data-section=data-enrichment],[data-section=lead-provenance],[data-section=pii-exposure]) .lexhp-module-hero p{margin:0!important;max-width:760px!important;color:var(--lexhp-muted)!important;font-size:13px!important;line-height:1.55!important}.lexhp-role-seller .lexhp-content:is([data-section=click-tracking],[data-section=multi-touch-attribution],[data-section=subid-attribution],[data-section=closed-loop-feedback],[data-section=conversion-postbacks],[data-section=data-enrichment],[data-section=lead-provenance],[data-section=pii-exposure]) .lexhp-module-actions{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;border-top:1px solid var(--lexhp-line)!important;background:var(--lexhp-panel-2)!important}.lexhp-role-seller .lexhp-content:is([data-section=click-tracking],[data-section=multi-touch-attribution],[data-section=subid-attribution],[data-section=closed-loop-feedback],[data-section=conversion-postbacks],[data-section=data-enrichment],[data-section=lead-provenance],[data-section=pii-exposure]) .lexhp-module-actions>div{min-width:0!important;padding:14px 16px!important;border-right:1px solid var(--lexhp-line)!important}.lexhp-role-seller .lexhp-content:is([data-section=click-tracking],[data-section=multi-touch-attribution],[data-section=subid-attribution],[data-section=closed-loop-feedback],[data-section=conversion-postbacks],[data-section=data-enrichment],[data-section=lead-provenance],[data-section=pii-exposure]) .lexhp-module-actions>div:last-child{border-right:0!important}.lexhp-role-seller .lexhp-content:is([data-section=click-tracking],[data-section=multi-touch-attribution],[data-section=subid-attribution],[data-section=closed-loop-feedback],[data-section=conversion-postbacks],[data-section=data-enrichment],[data-section=lead-provenance],[data-section=pii-exposure]) .lexhp-module-actions span{display:block!important;color:var(--lexhp-muted)!important;font-size:11px!important;line-height:1.3!important}.lexhp-role-seller .lexhp-content:is([data-section=click-tracking],[data-section=multi-touch-attribution],[data-section=subid-attribution],[data-section=closed-loop-feedback],[data-section=conversion-postbacks],[data-section=data-enrichment],[data-section=lead-provenance],[data-section=pii-exposure]) .lexhp-module-actions strong{display:block!important;margin-top:4px!important;min-width:0!important;font-size:13px!important;line-height:1.35!important;overflow-wrap:anywhere!important}.lexhp-role-seller .lexhp-content:is([data-section=click-tracking],[data-section=multi-touch-attribution],[data-section=subid-attribution],[data-section=closed-loop-feedback],[data-section=conversion-postbacks],[data-section=data-enrichment],[data-section=lead-provenance],[data-section=pii-exposure]) .lexhp-check-list{padding:4px 20px 14px!important}.lexhp-role-seller .lexhp-content:is([data-section=click-tracking],[data-section=multi-touch-attribution],[data-section=subid-attribution],[data-section=closed-loop-feedback],[data-section=conversion-postbacks],[data-section=data-enrichment],[data-section=lead-provenance],[data-section=pii-exposure]) .lexhp-check-list p{grid-template-columns:30px minmax(0,1fr)!important;gap:11px!important;margin:0!important;padding:12px 0!important;border-bottom:1px solid var(--lexhp-line)!important}.lexhp-role-seller .lexhp-content:is([data-section=click-tracking],[data-section=multi-touch-attribution],[data-section=subid-attribution],[data-section=closed-loop-feedback],[data-section=conversion-postbacks],[data-section=data-enrichment],[data-section=lead-provenance],[data-section=pii-exposure]) .lexhp-check-list p:last-child{border-bottom:0!important}.lexhp-role-seller .lexhp-content:is([data-section=click-tracking],[data-section=multi-touch-attribution],[data-section=subid-attribution],[data-section=closed-loop-feedback],[data-section=conversion-postbacks],[data-section=data-enrichment],[data-section=lead-provenance],[data-section=pii-exposure]) .lexhp-check-list p>span{width:28px!important;height:28px!important;display:grid!important;place-items:center!important;border-radius:5px!important;background:color-mix(in srgb,var(--lexhp-accent) 9%,var(--lexhp-panel-2))!important;color:var(--lexhp-accent)!important}.lexhp-role-seller .lexhp-content:is([data-section=websites],[data-section=verification])>.lexhp-workspace-grid{display:grid!important;grid-template-columns:1fr!important;gap:15px!important;width:100%!important}.lexhp-role-seller .lexhp-content:is([data-section=websites],[data-section=verification]) .lexhp-panel{overflow:hidden!important}.lexhp-role-seller .lexhp-content:is([data-section=websites],[data-section=verification]) .lexhp-inline-form{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:10px!important;align-items:end!important;padding:20px!important}.lexhp-role-seller .lexhp-content:is([data-section=websites],[data-section=verification]) .lexhp-inline-form input{width:100%!important;min-width:0!important}.lexhp-role-seller .lexhp-content:is([data-section=websites],[data-section=verification]) .lexhp-inline-form .lexhp-btn{min-width:145px!important}.lexhp-role-seller .lexhp-content:is([data-section=websites],[data-section=verification]) .lexhp-secret-reveal{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;gap:10px!important;align-items:center!important;margin:0 20px 20px!important;padding:13px 14px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important}.lexhp-role-seller .lexhp-content:is([data-section=websites],[data-section=verification]) .lexhp-secret-reveal code{min-width:0!important;overflow-wrap:anywhere!important;word-break:break-all!important;font-size:12px!important}.lexhp-role-seller .lexhp-content:is([data-section=websites],[data-section=verification]) .lexhp-table-wrap{width:100%!important;max-width:100%!important;overflow:auto!important;border-radius:0 0 5px 5px!important}.lexhp-role-seller .lexhp-content:is([data-section=websites],[data-section=verification]) .lexhp-table{min-width:820px!important;width:100%!important}.lexhp-role-seller .lexhp-content[data-section=verification] .lexhp-table:last-child{min-width:720px!important}.lexhp-role-seller .lexhp-content:is([data-section=websites],[data-section=verification]) .lexhp-table th{position:sticky!important;top:0!important;z-index:2!important;padding:11px 13px!important;background:var(--lexhp-panel-2)!important;color:var(--lexhp-muted)!important;font-size:11px!important;font-weight:400!important;letter-spacing:.04em!important;text-transform:uppercase!important;white-space:nowrap!important}.lexhp-role-seller .lexhp-content:is([data-section=websites],[data-section=verification]) .lexhp-table td{padding:12px 13px!important;vertical-align:middle!important;font-size:13px!important;line-height:1.4!important;border-bottom:1px solid color-mix(in srgb,var(--lexhp-line) 78%,transparent)!important}.lexhp-role-seller .lexhp-content:is([data-section=websites],[data-section=verification]) .lexhp-table tbody tr:hover{background:color-mix(in srgb,var(--lexhp-accent) 4%,var(--lexhp-panel))!important}.lexhp-role-seller .lexhp-content:is([data-section=websites],[data-section=verification]) .lexhp-row-actions{display:flex!important;flex-wrap:wrap!important;gap:6px!important}.lexhp-role-seller .lexhp-content:is([data-section=websites],[data-section=verification]) .lexhp-row-actions .lexhp-btn{min-height:34px!important;padding:7px 10px!important;white-space:nowrap!important}.lexhp-role-seller .lexhp-content[data-section=compliance] .lexhp-kpi-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:15px!important;margin-bottom:15px!important}.lexhp-role-seller .lexhp-content[data-section=compliance] .lexhp-kpi{min-width:0!important;min-height:104px!important;padding:16px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:flex-start!important;gap:4px!important}.lexhp-role-seller .lexhp-content[data-section=compliance] .lexhp-kpi>span{display:block!important;max-width:100%!important;color:var(--lexhp-muted)!important;font-size:11px!important;font-weight:400!important;letter-spacing:.04em!important;text-transform:uppercase!important;line-height:1.3!important;white-space:normal!important}.lexhp-role-seller .lexhp-content[data-section=compliance] .lexhp-kpi>strong{display:block!important;max-width:100%!important;font-size:25px!important;line-height:1.1!important;overflow-wrap:anywhere!important}.lexhp-role-seller .lexhp-content[data-section=compliance] .lexhp-kpi>small{display:block!important;max-width:100%!important;color:var(--lexhp-muted)!important;font-size:11px!important;line-height:1.35!important;white-space:normal!important}.lexhp-role-seller .lexhp-content[data-section=compliance]>.lexhp-checkbox-row{display:flex!important;align-items:center!important;gap:7px!important;flex-wrap:wrap!important;margin:0 0 15px!important;padding:8px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel)!important}.lexhp-role-seller .lexhp-content[data-section=compliance]>.lexhp-checkbox-row .lexhp-btn{min-height:36px!important;padding:7px 11px!important}.lexhp-role-seller .lexhp-content[data-section=compliance]>.lexhp-checkbox-row .lexhp-btn:last-child{margin-left:auto!important}.lexhp-role-seller .lexhp-content[data-section=compliance] .lexhp-workspace-grid{gap:15px!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;align-items:start!important}.lexhp-role-seller .lexhp-content[data-section=compliance] .lexhp-panel{overflow:hidden!important}.lexhp-role-seller .lexhp-content[data-section=compliance] .lexhp-form-stack{display:grid!important;gap:15px!important;padding:20px!important}.lexhp-role-seller .lexhp-content[data-section=compliance] .lexhp-form-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px 15px!important}.lexhp-role-seller .lexhp-content[data-section=compliance] .lexhp-form-grid>label,.lexhp-role-seller .lexhp-content[data-section=compliance] .lexhp-form-stack>label{display:grid!important;gap:7px!important;min-width:0!important}.lexhp-role-seller .lexhp-content[data-section=compliance] .lexhp-checkbox-row:not(:first-child){gap:10px!important;flex-wrap:wrap!important}.lexhp-role-seller .lexhp-content[data-section=compliance] .lexhp-safe-note{margin:0!important;padding:13px 14px!important;border:1px solid color-mix(in srgb,var(--lexhp-accent) 20%,var(--lexhp-line))!important;border-radius:5px!important;background:color-mix(in srgb,var(--lexhp-accent) 4%,var(--lexhp-panel-2))!important}.lexhp-role-seller .lexhp-content[data-section=compliance] .lexhp-health-list{padding:6px 20px 18px!important}.lexhp-role-seller .lexhp-content[data-section=compliance] .lexhp-health-list p{margin:0!important;padding:11px 0!important;border-bottom:1px solid var(--lexhp-line)!important}.lexhp-role-seller .lexhp-content[data-section=compliance] .lexhp-health-list p:last-child{border-bottom:0!important}.lexhp-role-seller .lexhp-content[data-section=compliance] .lexhp-table-wrap{width:100%!important;max-width:100%!important;overflow:auto!important;border-radius:0 0 5px 5px!important}.lexhp-role-seller .lexhp-content[data-section=compliance] .lexhp-table{min-width:760px!important;width:100%!important}.lexhp-role-seller .lexhp-content[data-section=compliance] .lexhp-table th{position:sticky!important;top:0!important;z-index:2!important;padding:11px 13px!important;background:var(--lexhp-panel-2)!important;color:var(--lexhp-muted)!important;font-size:11px!important;font-weight:400!important;letter-spacing:.04em!important;text-transform:uppercase!important;white-space:nowrap!important}.lexhp-role-seller .lexhp-content[data-section=compliance] .lexhp-table td{padding:12px 13px!important;vertical-align:middle!important;font-size:13px!important;line-height:1.4!important;border-bottom:1px solid color-mix(in srgb,var(--lexhp-line) 78%,transparent)!important}.lexhp-role-seller .lexhp-content[data-section=compliance] .lexhp-table tbody tr:hover{background:color-mix(in srgb,var(--lexhp-accent) 4%,var(--lexhp-panel))!important}.lexhp-role-seller .lexhp-content[data-section=automation] .lexhaut-stack{display:grid!important;gap:15px!important;min-width:0!important}.lexhp-role-seller .lexhp-content[data-section=automation] .lexhp-panel{overflow:hidden!important}.lexhp-role-seller .lexhp-content[data-section=automation] .lexhp-panel__head{gap:15px!important}.lexhp-role-seller .lexhp-content[data-section=automation] .lexhaut-provider{display:flex!important;justify-content:flex-end!important;align-items:center!important;gap:6px!important;flex-wrap:wrap!important}.lexhp-role-seller .lexhp-content[data-section=automation] .lexhaut-provider>span{display:inline-flex!important;align-items:center!important;min-height:28px!important;padding:5px 8px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important;font-size:10px!important;font-weight:400!important;white-space:nowrap!important}.lexhp-role-seller .lexhp-content[data-section=automation] .lexhaut-tabs{display:flex!important;gap:6px!important;flex-wrap:wrap!important;padding:8px 20px 16px!important;border-top:1px solid var(--lexhp-line)!important}.lexhp-role-seller .lexhp-content[data-section=automation] .lexhaut-tabs button{min-height:36px!important;padding:7px 11px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important;color:var(--lexhp-muted)!important;font-size:12px!important;font-weight:400!important}.lexhp-role-seller .lexhp-content[data-section=automation] .lexhaut-tabs button.is-active{border-color:color-mix(in srgb,var(--lexhp-accent) 42%,var(--lexhp-line))!important;background:color-mix(in srgb,var(--lexhp-accent) 10%,var(--lexhp-panel))!important;color:var(--lexhp-accent)!important}.lexhp-role-seller .lexhp-content[data-section=automation] .lexhp-form-stack{display:grid!important;gap:15px!important;padding:20px!important}.lexhp-role-seller .lexhp-content[data-section=automation] .lexhp-form-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px 15px!important}.lexhp-role-seller .lexhp-content[data-section=automation] .lexhp-form-grid>label,.lexhp-role-seller .lexhp-content[data-section=automation] .lexhp-form-stack>label{display:grid!important;gap:7px!important;min-width:0!important}.lexhp-role-seller .lexhp-content[data-section=automation] .lexhaut-actions-builder{margin-top:2px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important;overflow:hidden!important}.lexhp-role-seller .lexhp-content[data-section=automation] .lexhaut-actions-builder>.lexhp-panel__head{padding:14px 15px!important;background:color-mix(in srgb,var(--lexhp-panel-2) 88%,var(--lexhp-panel))!important}.lexhp-role-seller .lexhp-content[data-section=automation] .lexhaut-action-card{margin:0 15px 15px!important;padding:15px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel)!important;box-shadow:0 5px 16px color-mix(in srgb,var(--lexhp-text) 3%,transparent)!important}.lexhp-role-seller .lexhp-content[data-section=automation] .lexhaut-action-foot{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;flex-wrap:wrap!important;margin-top:12px!important;padding-top:12px!important;border-top:1px solid var(--lexhp-line)!important}.lexhp-role-seller .lexhp-content[data-section=automation] .lexhaut-actions,.lexhp-role-seller .lexhp-content[data-section=automation] .lexhaut-form-actions{display:flex!important;align-items:center!important;gap:7px!important;flex-wrap:wrap!important}.lexhp-role-seller .lexhp-content[data-section=automation] .lexhaut-form-actions{padding-top:3px!important}.lexhp-role-seller .lexhp-content[data-section=automation] .lexhaut-test-context{display:grid!important;gap:7px!important;margin:0!important;padding:16px 20px!important;border-bottom:1px solid var(--lexhp-line)!important}.lexhp-role-seller .lexhp-content[data-section=automation] .lexhaut-runs,.lexhp-role-seller .lexhp-content[data-section=automation] .lexhaut-template-list,.lexhp-role-seller .lexhp-content[data-section=automation] .lexhaut-workflows{display:grid!important;gap:10px!important;padding:15px 20px 20px!important}.lexhp-role-seller .lexhp-content[data-section=automation] .lexhaut-runs>article,.lexhp-role-seller .lexhp-content[data-section=automation] .lexhaut-template-list>article,.lexhp-role-seller .lexhp-content[data-section=automation] .lexhaut-workflows>article{min-width:0!important;padding:15px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important}.lexhp-role-seller .lexhp-content[data-section=automation] .lexhaut-workflow-main{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:15px!important;align-items:start!important}.lexhp-role-seller .lexhp-content[data-section=automation] .lexhaut-workflow-main>div:first-child{min-width:0!important}.lexhp-role-seller .lexhp-content[data-section=automation] .lexhaut-workflow-main em,.lexhp-role-seller .lexhp-content[data-section=automation] .lexhaut-workflow-main p{overflow-wrap:anywhere!important}.lexhp-role-seller .lexhp-content[data-section=automation] .lexhaut-run-actions{display:grid!important;gap:7px!important;margin-top:12px!important}.lexhp-role-seller .lexhp-content[data-section=automation] .lexhaut-run-actions>div{min-width:0!important;padding:10px 12px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel)!important}.lexhp-role-seller .lexhp-content[data-section=automation] .lexhaut-pref-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important}.lexhp-role-seller .lexhp-content[data-section=automation] .lexhaut-pref-grid>label{display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;gap:10px!important;align-items:start!important;padding:13px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important}@media(max-width:1180px){.lexhp-role-seller .lexhp-content:is([data-section=click-tracking],[data-section=multi-touch-attribution],[data-section=subid-attribution],[data-section=closed-loop-feedback],[data-section=conversion-postbacks],[data-section=data-enrichment],[data-section=lead-provenance],[data-section=pii-exposure])>.lexhp-workspace-grid{grid-template-columns:1fr!important}.lexhp-role-seller .lexhp-content[data-section=compliance] .lexhp-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.lexhp-role-seller .lexhp-content[data-section=compliance] .lexhp-workspace-grid{grid-template-columns:1fr!important}}@media(max-width:820px){.lexhp-role-seller .lexhp-content[data-section=compliance] .lexhp-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.lexhp-role-seller .lexhp-content[data-section=automation] .lexhaut-pref-grid,.lexhp-role-seller .lexhp-content[data-section=automation] .lexhaut-workflow-main,.lexhp-role-seller .lexhp-content[data-section=automation] .lexhp-form-grid{grid-template-columns:1fr!important}.lexhp-role-seller .lexhp-content[data-section=automation] .lexhaut-workflow-main>.lexhaut-actions{justify-content:flex-start!important}}@media(max-width:760px){.lexhp-role-seller .lexhp-content:is([data-section=click-tracking],[data-section=multi-touch-attribution],[data-section=subid-attribution],[data-section=closed-loop-feedback],[data-section=conversion-postbacks],[data-section=data-enrichment],[data-section=lead-provenance],[data-section=pii-exposure]) .lexhp-module-actions{grid-template-columns:1fr!important}.lexhp-role-seller .lexhp-content:is([data-section=click-tracking],[data-section=multi-touch-attribution],[data-section=subid-attribution],[data-section=closed-loop-feedback],[data-section=conversion-postbacks],[data-section=data-enrichment],[data-section=lead-provenance],[data-section=pii-exposure]) .lexhp-module-actions>div{border-right:0!important;border-bottom:1px solid var(--lexhp-line)!important}.lexhp-role-seller .lexhp-content:is([data-section=click-tracking],[data-section=multi-touch-attribution],[data-section=subid-attribution],[data-section=closed-loop-feedback],[data-section=conversion-postbacks],[data-section=data-enrichment],[data-section=lead-provenance],[data-section=pii-exposure]) .lexhp-module-actions>div:last-child{border-bottom:0!important}.lexhp-role-seller .lexhp-content:is([data-section=websites],[data-section=verification]) .lexhp-inline-form{grid-template-columns:1fr!important;padding:16px!important}.lexhp-role-seller .lexhp-content:is([data-section=websites],[data-section=verification]) .lexhp-inline-form .lexhp-btn{width:100%!important}.lexhp-role-seller .lexhp-content:is([data-section=websites],[data-section=verification]) .lexhp-secret-reveal{grid-template-columns:1fr!important;margin:0 16px 16px!important}.lexhp-role-seller .lexhp-content:is([data-section=websites],[data-section=verification]) .lexhp-secret-reveal .lexhp-btn{width:100%!important}.lexhp-role-seller .lexhp-content[data-section=compliance] .lexhp-form-stack{padding:16px!important}.lexhp-role-seller .lexhp-content[data-section=compliance] .lexhp-form-grid{grid-template-columns:1fr!important}.lexhp-role-seller .lexhp-content[data-section=compliance]>.lexhp-checkbox-row .lexhp-btn:last-child{margin-left:0!important}.lexhp-role-seller .lexhp-content[data-section=automation] .lexhp-form-stack{padding:16px!important}.lexhp-role-seller .lexhp-content[data-section=automation] .lexhaut-tabs{padding:8px 16px 14px!important}.lexhp-role-seller .lexhp-content[data-section=automation] .lexhaut-tabs button{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 6px)}.lexhp-role-seller .lexhp-content[data-section=automation] .lexhaut-test-context{padding:15px 16px!important}.lexhp-role-seller .lexhp-content[data-section=automation] .lexhaut-runs,.lexhp-role-seller .lexhp-content[data-section=automation] .lexhaut-template-list,.lexhp-role-seller .lexhp-content[data-section=automation] .lexhaut-workflows{padding:15px 16px 16px!important}}@media(max-width:520px){.lexhp-role-seller .lexhp-content:is([data-section=click-tracking],[data-section=multi-touch-attribution],[data-section=subid-attribution],[data-section=closed-loop-feedback],[data-section=conversion-postbacks],[data-section=data-enrichment],[data-section=lead-provenance],[data-section=pii-exposure]) .lexhp-module-hero{grid-template-columns:44px minmax(0,1fr)!important;gap:12px!important;padding:16px!important}.lexhp-role-seller .lexhp-content:is([data-section=click-tracking],[data-section=multi-touch-attribution],[data-section=subid-attribution],[data-section=closed-loop-feedback],[data-section=conversion-postbacks],[data-section=data-enrichment],[data-section=lead-provenance],[data-section=pii-exposure]) .lexhp-module-icon{width:42px!important;height:42px!important}.lexhp-role-seller .lexhp-content[data-section=compliance] .lexhp-kpi-grid{grid-template-columns:1fr!important}.lexhp-role-seller .lexhp-content[data-section=compliance]>.lexhp-checkbox-row .lexhp-btn{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 7px)}.lexhp-role-seller .lexhp-content[data-section=automation] .lexhaut-provider{justify-content:flex-start!important}.lexhp-role-seller .lexhp-content[data-section=automation] .lexhaut-tabs button{flex-basis:100%!important}.lexhp-role-seller .lexhp-content[data-section=automation] .lexhaut-action-card{margin:0 12px 12px!important;padding:13px!important}.lexhp-role-seller .lexhp-content[data-section=automation] .lexhaut-action-foot{align-items:flex-start!important;flex-direction:column!important}.lexhp-role-seller .lexhp-content[data-section=automation] .lexhaut-actions{width:100%!important}.lexhp-role-seller .lexhp-content[data-section=automation] .lexhaut-actions .lexhp-btn{flex:1 1 100%!important;width:100%!important}}.lexhp-role-seller .lexhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets])>.lexhp-workspace-grid{display:grid!important;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr)!important;gap:15px!important;align-items:start!important;width:100%!important}.lexhp-role-seller .lexhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lexhp-workspace-grid>.lexhp-panel{min-width:0!important;overflow:hidden!important;border-radius:5px!important}.lexhp-role-seller .lexhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lexhp-workspace-grid>.lexhp-panel:first-child .lexhp-module-hero{min-height:172px!important;display:grid!important;grid-template-columns:62px minmax(0,1fr)!important;gap:18px!important;align-items:center!important;padding:22px!important;border-bottom:1px solid var(--lexhp-line)!important;background:linear-gradient(135deg,color-mix(in srgb,var(--lexhp-accent) 7%,var(--lexhp-panel)),var(--lexhp-panel))!important}.lexhp-role-seller .lexhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lexhp-module-icon{width:60px!important;height:60px!important;display:grid!important;place-items:center!important;align-items:center!important;justify-items:center!important;border:1px solid color-mix(in srgb,var(--lexhp-accent) 28%,var(--lexhp-line))!important;border-radius:5px!important;background:color-mix(in srgb,var(--lexhp-accent) 10%,var(--lexhp-panel))!important;color:var(--lexhp-accent)!important;box-shadow:0 8px 20px color-mix(in srgb,var(--lexhp-accent) 8%,transparent)!important}.lexhp-role-seller .lexhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lexhp-module-icon svg{width:26px!important;height:26px!important;display:block!important;margin:auto!important}.lexhp-role-seller .lexhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lexhp-module-hero h2{margin:4px 0 6px!important;font-size:24px!important;line-height:1.2!important;font-weight:400!important;letter-spacing:-.02em!important}.lexhp-role-seller .lexhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lexhp-module-hero p{max-width:880px!important;margin:0!important;font-size:13px!important;line-height:1.6!important;color:var(--lexhp-muted)!important;overflow-wrap:anywhere!important}.lexhp-role-seller .lexhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lexhp-module-actions{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:18px 20px 20px!important;border-top:0!important;background:var(--lexhp-panel)!important}.lexhp-role-seller .lexhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lexhp-module-actions>div{min-width:0!important;min-height:82px!important;display:grid!important;align-content:center!important;gap:5px!important;padding:15px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important;transition:border-color .15s ease,background .15s ease,transform .15s ease!important}.lexhp-role-seller .lexhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lexhp-module-actions>div:hover{border-color:color-mix(in srgb,var(--lexhp-accent) 28%,var(--lexhp-line))!important;background:color-mix(in srgb,var(--lexhp-accent) 3%,var(--lexhp-panel-2))!important;transform:translateY(-1px)!important}.lexhp-role-seller .lexhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lexhp-module-actions span{font-size:10px!important;line-height:1.3!important;font-weight:400!important;letter-spacing:.05em!important;text-transform:uppercase!important;color:var(--lexhp-muted)!important;overflow-wrap:anywhere!important}.lexhp-role-seller .lexhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lexhp-module-actions strong{min-width:0!important;margin:0!important;font-size:13px!important;line-height:1.4!important;font-weight:400!important;color:var(--lexhp-text)!important;overflow-wrap:anywhere!important}.lexhp-role-seller .lexhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lexhp-workspace-grid>.lexhp-panel:nth-child(2)>.lexhp-panel__head{min-height:86px!important;padding:18px 20px!important;border-bottom:1px solid var(--lexhp-line)!important;background:linear-gradient(180deg,color-mix(in srgb,var(--lexhp-panel-2) 65%,var(--lexhp-panel)),var(--lexhp-panel))!important}.lexhp-role-seller .lexhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;padding:20px!important}.lexhp-role-seller .lexhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p{min-width:0!important;display:grid!important;grid-template-columns:38px minmax(0,1fr)!important;gap:12px!important;align-items:start!important;margin:0!important;padding:15px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important;transition:border-color .15s ease,background .15s ease!important}.lexhp-role-seller .lexhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p:hover{border-color:color-mix(in srgb,var(--lexhp-accent) 20%,var(--lexhp-line))!important;background:color-mix(in srgb,var(--lexhp-accent) 2%,var(--lexhp-panel-2))!important}.lexhp-role-seller .lexhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p>span{width:36px!important;height:36px!important;display:grid!important;place-items:center!important;border:1px solid color-mix(in srgb,#16a66a 24%,var(--lexhp-line))!important;border-radius:5px!important;background:color-mix(in srgb,#16a66a 10%,var(--lexhp-panel))!important;color:#15915b!important}.lexhp-role-seller .lexhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p>span svg{width:16px!important;height:16px!important;display:block!important;margin:auto!important}.lexhp-role-seller .lexhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list b{min-width:0!important;font-size:13px!important;line-height:1.4!important;font-weight:400!important;color:var(--lexhp-text)!important;overflow-wrap:anywhere!important}.lexhp-role-seller .lexhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list b small{display:block!important;margin-top:5px!important;font-size:11px!important;line-height:1.55!important;font-weight:400!important;color:var(--lexhp-muted)!important}@media(max-width:1120px){.lexhp-role-seller .lexhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets])>.lexhp-workspace-grid{grid-template-columns:1fr!important}.lexhp-role-seller .lexhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lexhp-module-actions{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:760px){.lexhp-role-seller .lexhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lexhp-workspace-grid>.lexhp-panel:first-child .lexhp-module-hero{min-height:0!important;grid-template-columns:46px minmax(0,1fr)!important;gap:13px!important;padding:16px!important;align-items:start!important}.lexhp-role-seller .lexhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lexhp-module-icon{width:46px!important;height:46px!important;box-shadow:none!important}.lexhp-role-seller .lexhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lexhp-module-icon svg{width:21px!important;height:21px!important}.lexhp-role-seller .lexhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lexhp-module-hero h2{font-size:20px!important}.lexhp-role-seller .lexhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lexhp-module-actions{grid-template-columns:1fr!important;padding:14px 16px 16px!important;gap:10px!important}.lexhp-role-seller .lexhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lexhp-module-actions>div{min-height:68px!important;padding:12px 13px!important}.lexhp-role-seller .lexhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lexhp-workspace-grid>.lexhp-panel:nth-child(2)>.lexhp-panel__head{min-height:0!important;padding:15px 16px!important}.lexhp-role-seller .lexhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list{padding:16px!important;gap:10px!important}}@media(max-width:520px){.lexhp-role-seller .lexhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p{grid-template-columns:34px minmax(0,1fr)!important;padding:13px!important}.lexhp-role-seller .lexhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p>span{width:32px!important;height:32px!important}}.lexhp-role-seller .lexhp-content:is([data-section=company],[data-section=profile],[data-section=team],[data-section=security],[data-section=security-alerts],[data-section=sso-settings],[data-section=session-management],[data-section=ip-allowlist],[data-section=regional-settings],[data-section=settings])>.lexhp-workspace-grid{gap:15px!important;align-items:start!important}.lexhp-role-seller .lexhp-content:is([data-section=company],[data-section=profile],[data-section=security])>.lexhp-workspace-grid{grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr)!important}.lexhp-role-seller .lexhp-content[data-section=team]>.lexhp-workspace-grid{grid-template-columns:minmax(340px,.82fr) minmax(0,1.18fr)!important}.lexhp-role-seller .lexhp-content:is([data-section=security-alerts],[data-section=sso-settings],[data-section=session-management],[data-section=ip-allowlist],[data-section=regional-settings])>.lexhp-workspace-grid{grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr)!important}.lexhp-role-seller .lexhp-content[data-section=settings]>.lexhp-workspace-grid{grid-template-columns:1fr!important}.lexhp-role-seller .lexhp-content:is([data-section=company],[data-section=profile],[data-section=team],[data-section=security],[data-section=security-alerts],[data-section=sso-settings],[data-section=session-management],[data-section=ip-allowlist],[data-section=regional-settings],[data-section=settings]) .lexhp-panel{min-width:0!important;overflow:hidden!important;border-radius:5px!important}.lexhp-role-seller .lexhp-content:is([data-section=company],[data-section=profile],[data-section=team],[data-section=security],[data-section=settings]) .lexhp-panel__head{min-height:88px!important;padding:18px 20px!important;border-bottom:1px solid var(--lexhp-line)!important;background:linear-gradient(180deg,color-mix(in srgb,var(--lexhp-panel-2) 68%,var(--lexhp-panel)),var(--lexhp-panel))!important;align-items:center!important}.lexhp-role-seller .lexhp-content:is([data-section=company],[data-section=profile],[data-section=team],[data-section=security],[data-section=settings]) .lexhp-panel__head h2{margin:4px 0 0!important;font-size:20px!important;line-height:1.25!important;letter-spacing:-.015em!important}.lexhp-role-seller .lexhp-content:is([data-section=company],[data-section=profile],[data-section=team],[data-section=security],[data-section=settings]) .lexhp-panel__head p{margin:6px 0 0!important;max-width:760px!important;line-height:1.55!important}.lexhp-role-seller .lexhp-content:is([data-section=company],[data-section=profile]) .lexhp-form-stack{padding:20px!important;gap:16px!important}.lexhp-role-seller .lexhp-content:is([data-section=company],[data-section=profile]) .lexhp-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important}.lexhp-role-seller .lexhp-content[data-section=profile] .lexhp-form-grid>label:last-child:nth-child(odd){grid-column:1/-1!important}.lexhp-role-seller .lexhp-content:is([data-section=company],[data-section=profile]) .lexhp-form-stack>.lexhp-btn{justify-self:start!important;min-width:150px!important}.lexhp-role-seller .lexhp-content:is([data-section=company],[data-section=profile]) .lexhp-account-details{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;padding:20px!important}.lexhp-role-seller .lexhp-content:is([data-section=company],[data-section=profile]) .lexhp-account-details>div{min-width:0!important;min-height:92px!important;padding:14px 15px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important}.lexhp-role-seller .lexhp-content:is([data-section=company],[data-section=profile]) .lexhp-account-details span{margin:0 0 6px!important;font-size:12px!important;font-weight:400!important;color:var(--lexhp-muted)!important}.lexhp-role-seller .lexhp-content:is([data-section=company],[data-section=profile]) .lexhp-account-details strong{min-width:0!important;overflow-wrap:anywhere!important;font-size:15px!important;line-height:1.4!important}.lexhp-role-seller .lexhp-content[data-section=profile] .lexhp-account-details small{margin-top:5px!important;color:var(--lexhp-muted)!important;line-height:1.35!important}.lexhp-role-seller .lexhp-content[data-section=profile] .lexhp-muted-copy{margin:0!important;padding:0 20px 20px!important;color:var(--lexhp-muted)!important;line-height:1.55!important}.lexhp-role-seller .lexhp-content[data-section=team] .lexhp-workspace-grid>.lexhp-panel:first-child .lexhp-form-stack{grid-template-columns:minmax(0,1fr) 170px!important;gap:14px!important;padding:20px!important;align-items:end!important}.lexhp-role-seller .lexhp-content[data-section=team] .lexhp-workspace-grid>.lexhp-panel:first-child .lexhp-form-stack>.lexhp-btn{grid-column:1/-1!important;justify-self:start!important;min-width:140px!important}.lexhp-role-seller .lexhp-content[data-section=team] .lexhp-team-list{gap:10px!important;padding:14px 20px 20px!important}.lexhp-role-seller .lexhp-content[data-section=team] .lexhp-team-list article{grid-template-columns:minmax(190px,1fr) 130px 92px auto!important;gap:12px!important;align-items:center!important;padding:13px 14px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important}.lexhp-role-seller .lexhp-content[data-section=team] .lexhp-team-list article>div{min-width:0!important}.lexhp-role-seller .lexhp-content[data-section=team] .lexhp-team-list article>div small,.lexhp-role-seller .lexhp-content[data-section=team] .lexhp-team-list article>div strong{overflow-wrap:anywhere!important}.lexhp-role-seller .lexhp-content[data-section=team] .lexhp-team-list article>label{display:flex!important;align-items:center!important;gap:7px!important;white-space:nowrap!important}.lexhp-role-seller .lexhp-content[data-section=security] .lexhp-health-list{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;padding:20px!important}.lexhp-role-seller .lexhp-content[data-section=security] .lexhp-health-list>div{min-width:0!important;min-height:78px!important;padding:13px 14px!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;gap:6px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important}.lexhp-role-seller .lexhp-content[data-section=security] .lexhp-health-list strong{min-width:0!important;overflow-wrap:anywhere!important}.lexhp-role-seller .lexhp-content[data-section=security] .lexhp-form-stack{padding:20px!important;gap:15px!important}.lexhp-role-seller .lexhp-content[data-section=security] .lexhp-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}.lexhp-role-seller .lexhp-content[data-section=security] .lexhp-form-stack>.lexhp-btn{justify-self:start!important;min-width:165px!important}.lexhp-role-seller .lexhp-content[data-section=security] .lexhp-mfa-panel{grid-column:1/-1!important}.lexhp-role-seller .lexhp-content[data-section=security] .lexhp-mfa-panel>.lexhp-panel__head{min-height:84px!important}.lexhp-role-seller .lexhp-content[data-section=security] .lexhp-mfa-panel :is(.lexhp-mfa-setup,.lexhp-mfa-enabled,.lexhp-mfa-recovery){padding:20px!important}.lexhp-role-seller .lexhp-content[data-section=security] .lexhp-mfa-panel details{margin:0 20px 12px!important;padding:13px 14px!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important}.lexhp-role-seller .lexhp-content[data-section=security] .lexhp-mfa-qr{border-radius:5px!important;padding:16px!important}.lexhp-role-seller .lexhp-content[data-section=settings] .lexhp-workspace-grid>.lexhp-panel{width:100%!important}.lexhp-role-seller .lexhp-content[data-section=settings] .lexhp-form-stack{padding:20px!important;gap:18px!important}.lexhp-role-seller .lexhp-content[data-section=settings] .lexhp-form-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important}.lexhp-role-seller .lexhp-content[data-section=settings] .lexhp-checkbox-row{margin:0!important;padding:14px 15px!important;display:flex!important;flex-wrap:wrap!important;gap:12px 22px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important}.lexhp-role-seller .lexhp-content[data-section=settings] .lexhp-checkbox-row label{display:flex!important;align-items:center!important;gap:8px!important}.lexhp-role-seller .lexhp-content[data-section=settings] .lexhp-form-stack>.lexhp-btn{justify-self:start!important;min-width:170px!important}.lexhp-role-seller .lexhp-content:is([data-section=security-alerts],[data-section=sso-settings],[data-section=session-management],[data-section=ip-allowlist],[data-section=regional-settings]) .lexhp-workspace-grid>.lexhp-panel:first-child .lexhp-module-hero{min-height:176px!important;grid-template-columns:64px minmax(0,1fr)!important;gap:18px!important;padding:22px!important;align-items:center!important;border-bottom:1px solid var(--lexhp-line)!important;background:linear-gradient(135deg,color-mix(in srgb,var(--lexhp-accent) 7%,var(--lexhp-panel)),var(--lexhp-panel))!important}.lexhp-role-seller .lexhp-content:is([data-section=security-alerts],[data-section=sso-settings],[data-section=session-management],[data-section=ip-allowlist],[data-section=regional-settings]) .lexhp-module-icon{width:64px!important;height:64px!important;display:grid!important;place-items:center!important;border:1px solid color-mix(in srgb,var(--lexhp-accent) 24%,var(--lexhp-line))!important;border-radius:5px!important;background:color-mix(in srgb,var(--lexhp-accent) 10%,var(--lexhp-panel-2))!important;box-shadow:0 10px 24px color-mix(in srgb,var(--lexhp-accent) 9%,transparent)!important}.lexhp-role-seller .lexhp-content:is([data-section=security-alerts],[data-section=sso-settings],[data-section=session-management],[data-section=ip-allowlist],[data-section=regional-settings]) .lexhp-module-icon svg{width:26px!important;height:26px!important;margin:auto!important;display:block!important}.lexhp-role-seller .lexhp-content:is([data-section=security-alerts],[data-section=sso-settings],[data-section=session-management],[data-section=ip-allowlist],[data-section=regional-settings]) .lexhp-module-hero h2{margin:5px 0 7px!important;font-size:22px!important;line-height:1.2!important;letter-spacing:-.018em!important}.lexhp-role-seller .lexhp-content:is([data-section=security-alerts],[data-section=sso-settings],[data-section=session-management],[data-section=ip-allowlist],[data-section=regional-settings]) .lexhp-module-hero p{margin:0!important;max-width:760px!important;font-size:14px!important;line-height:1.6!important}.lexhp-role-seller .lexhp-content:is([data-section=security-alerts],[data-section=sso-settings],[data-section=session-management],[data-section=ip-allowlist],[data-section=regional-settings]) .lexhp-module-actions{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;padding:16px!important;border-top:0!important;background:var(--lexhp-panel)!important}.lexhp-role-seller .lexhp-content:is([data-section=security-alerts],[data-section=sso-settings],[data-section=session-management],[data-section=ip-allowlist],[data-section=regional-settings]) .lexhp-module-actions>div{min-width:0!important;min-height:78px!important;padding:13px 14px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important}.lexhp-role-seller .lexhp-content:is([data-section=security-alerts],[data-section=sso-settings],[data-section=session-management],[data-section=ip-allowlist],[data-section=regional-settings]) .lexhp-module-actions strong{min-width:0!important;margin-top:5px!important;overflow-wrap:anywhere!important;font-size:14px!important;line-height:1.35!important}.lexhp-role-seller .lexhp-content:is([data-section=security-alerts],[data-section=sso-settings],[data-section=session-management],[data-section=ip-allowlist],[data-section=regional-settings]) .lexhp-workspace-grid>.lexhp-panel:nth-child(2)>.lexhp-panel__head{min-height:88px!important;padding:18px 20px!important;border-bottom:1px solid var(--lexhp-line)!important;background:linear-gradient(180deg,color-mix(in srgb,var(--lexhp-panel-2) 68%,var(--lexhp-panel)),var(--lexhp-panel))!important}.lexhp-role-seller .lexhp-content:is([data-section=security-alerts],[data-section=sso-settings],[data-section=session-management],[data-section=ip-allowlist],[data-section=regional-settings]) .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list{display:grid!important;gap:10px!important;padding:16px!important}.lexhp-role-seller .lexhp-content:is([data-section=security-alerts],[data-section=sso-settings],[data-section=session-management],[data-section=ip-allowlist],[data-section=regional-settings]) .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p{min-width:0!important;padding:14px!important;display:grid!important;grid-template-columns:38px minmax(0,1fr)!important;gap:12px!important;align-items:start!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important}.lexhp-role-seller .lexhp-content:is([data-section=security-alerts],[data-section=sso-settings],[data-section=session-management],[data-section=ip-allowlist],[data-section=regional-settings]) .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p>span{width:36px!important;height:36px!important;display:grid!important;place-items:center!important;border-radius:5px!important}.lexhp-role-seller .lexhp-content:is([data-section=security-alerts],[data-section=sso-settings],[data-section=session-management],[data-section=ip-allowlist],[data-section=regional-settings]) .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p>span svg{width:16px!important;height:16px!important;margin:auto!important}.lexhp-role-seller .lexhp-content:is([data-section=security-alerts],[data-section=sso-settings],[data-section=session-management],[data-section=ip-allowlist],[data-section=regional-settings]) .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list b{min-width:0!important;font-size:14px!important;line-height:1.35!important}.lexhp-role-seller .lexhp-content:is([data-section=security-alerts],[data-section=sso-settings],[data-section=session-management],[data-section=ip-allowlist],[data-section=regional-settings]) .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list b small{margin-top:5px!important;font-size:12px!important;line-height:1.5!important;overflow-wrap:anywhere!important}@media(max-width:1180px){.lexhp-role-seller .lexhp-content:is([data-section=company],[data-section=profile],[data-section=team],[data-section=security],[data-section=security-alerts],[data-section=sso-settings],[data-section=session-management],[data-section=ip-allowlist],[data-section=regional-settings])>.lexhp-workspace-grid{grid-template-columns:1fr!important}.lexhp-role-seller .lexhp-content[data-section=settings] .lexhp-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.lexhp-role-seller .lexhp-content[data-section=team] .lexhp-team-list article{grid-template-columns:minmax(180px,1fr) 130px 90px!important}.lexhp-role-seller .lexhp-content[data-section=team] .lexhp-team-list article>.lexhp-btn{grid-column:1/-1!important;justify-self:start!important}}@media(max-width:760px){.lexhp-role-seller .lexhp-content:is([data-section=company],[data-section=profile],[data-section=team],[data-section=security],[data-section=settings]) .lexhp-panel__head{min-height:0!important;padding:16px!important}.lexhp-role-seller .lexhp-content:is([data-section=company],[data-section=profile]) .lexhp-form-stack,.lexhp-role-seller .lexhp-content[data-section=security] .lexhp-form-stack,.lexhp-role-seller .lexhp-content[data-section=settings] .lexhp-form-stack{padding:16px!important}.lexhp-role-seller .lexhp-content:is([data-section=company],[data-section=profile]) .lexhp-form-grid,.lexhp-role-seller .lexhp-content[data-section=security] .lexhp-form-grid,.lexhp-role-seller .lexhp-content[data-section=settings] .lexhp-form-grid{grid-template-columns:1fr!important;gap:13px!important}.lexhp-role-seller .lexhp-content[data-section=profile] .lexhp-form-grid>label:last-child:nth-child(odd){grid-column:auto!important}.lexhp-role-seller .lexhp-content:is([data-section=company],[data-section=profile]) .lexhp-account-details{grid-template-columns:1fr!important;padding:16px!important}.lexhp-role-seller .lexhp-content[data-section=profile] .lexhp-muted-copy{padding:0 16px 16px!important}.lexhp-role-seller .lexhp-content[data-section=team] .lexhp-workspace-grid>.lexhp-panel:first-child .lexhp-form-stack{grid-template-columns:1fr!important;padding:16px!important}.lexhp-role-seller .lexhp-content[data-section=team] .lexhp-workspace-grid>.lexhp-panel:first-child .lexhp-form-stack>.lexhp-btn{grid-column:auto!important;width:100%!important}.lexhp-role-seller .lexhp-content[data-section=team] .lexhp-team-list{padding:12px 16px 16px!important}.lexhp-role-seller .lexhp-content[data-section=team] .lexhp-team-list article{grid-template-columns:1fr!important;align-items:start!important}.lexhp-role-seller .lexhp-content[data-section=team] .lexhp-team-list article>.lexhp-btn{grid-column:auto!important;width:100%!important}.lexhp-role-seller .lexhp-content[data-section=security] .lexhp-health-list{grid-template-columns:1fr!important;padding:16px!important}.lexhp-role-seller .lexhp-content[data-section=security] .lexhp-mfa-panel :is(.lexhp-mfa-setup,.lexhp-mfa-enabled,.lexhp-mfa-recovery){padding:16px!important}.lexhp-role-seller .lexhp-content[data-section=security] .lexhp-mfa-panel details{margin:0 16px 10px!important}.lexhp-role-seller .lexhp-content[data-section=settings] .lexhp-checkbox-row{padding:13px!important;gap:10px!important;flex-direction:column!important;align-items:flex-start!important}.lexhp-role-seller .lexhp-content[data-section=settings] .lexhp-form-stack>.lexhp-btn{width:100%!important}.lexhp-role-seller .lexhp-content:is([data-section=security-alerts],[data-section=sso-settings],[data-section=session-management],[data-section=ip-allowlist],[data-section=regional-settings]) .lexhp-workspace-grid>.lexhp-panel:first-child .lexhp-module-hero{min-height:0!important;grid-template-columns:48px minmax(0,1fr)!important;gap:13px!important;padding:16px!important;align-items:start!important}.lexhp-role-seller .lexhp-content:is([data-section=security-alerts],[data-section=sso-settings],[data-section=session-management],[data-section=ip-allowlist],[data-section=regional-settings]) .lexhp-module-icon{width:48px!important;height:48px!important;box-shadow:none!important}.lexhp-role-seller .lexhp-content:is([data-section=security-alerts],[data-section=sso-settings],[data-section=session-management],[data-section=ip-allowlist],[data-section=regional-settings]) .lexhp-module-icon svg{width:21px!important;height:21px!important}.lexhp-role-seller .lexhp-content:is([data-section=security-alerts],[data-section=sso-settings],[data-section=session-management],[data-section=ip-allowlist],[data-section=regional-settings]) .lexhp-module-hero h2{font-size:20px!important}.lexhp-role-seller .lexhp-content:is([data-section=security-alerts],[data-section=sso-settings],[data-section=session-management],[data-section=ip-allowlist],[data-section=regional-settings]) .lexhp-module-actions{grid-template-columns:1fr!important;padding:14px 16px 16px!important}.lexhp-role-seller .lexhp-content:is([data-section=security-alerts],[data-section=sso-settings],[data-section=session-management],[data-section=ip-allowlist],[data-section=regional-settings]) .lexhp-workspace-grid>.lexhp-panel:nth-child(2)>.lexhp-panel__head{min-height:0!important;padding:16px!important}.lexhp-role-seller .lexhp-content:is([data-section=security-alerts],[data-section=sso-settings],[data-section=session-management],[data-section=ip-allowlist],[data-section=regional-settings]) .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list{padding:16px!important}}@media(max-width:520px){.lexhp-role-seller .lexhp-content:is([data-section=security-alerts],[data-section=sso-settings],[data-section=session-management],[data-section=ip-allowlist],[data-section=regional-settings]) .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p{grid-template-columns:34px minmax(0,1fr)!important;padding:13px!important}.lexhp-role-seller .lexhp-content:is([data-section=security-alerts],[data-section=sso-settings],[data-section=session-management],[data-section=ip-allowlist],[data-section=regional-settings]) .lexhp-workspace-grid>.lexhp-panel:nth-child(2) .lexhp-check-list p>span{width:32px!important;height:32px!important}}.lexhp-copy-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:32px;padding:6px 9px;border:1px solid var(--lexhp-line);border-radius:5px;background:var(--lexhp-panel-2);color:var(--lexhp-muted);font:inherit;font-size:11px!important;font-weight:400!important;line-height:1;white-space:nowrap;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease,transform .15s ease}.lexhp-copy-btn svg{width:14px;height:14px;flex:0 0 14px;display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.lexhp-copy-btn:hover:not(:disabled){border-color:color-mix(in srgb,var(--lexhp-accent) 40%,var(--lexhp-line));background:color-mix(in srgb,var(--lexhp-accent) 7%,var(--lexhp-panel-2));color:var(--lexhp-text);transform:translateY(-1px)}.lexhp-copy-btn.is-copied{border-color:color-mix(in srgb,#16a66a 45%,var(--lexhp-line));background:color-mix(in srgb,#16a66a 8%,var(--lexhp-panel-2));color:#0f8a57}.lexhp-copy-btn:disabled{opacity:.45;cursor:not-allowed}.lexhp-copy-btn.is-compact{min-height:27px;padding:4px 7px;font-size:10px!important}.lexhp-copy-value{display:flex;align-items:center;gap:8px;min-width:0;max-width:100%}.lexhp-copy-value>:first-child{min-width:0;overflow-wrap:anywhere}.lexhp-copy-value.is-stack{align-items:flex-start;flex-direction:column;gap:6px}.lexhp-copy-value .lexhp-id,.lexhp-copy-value code{overflow-wrap:anywhere;word-break:break-word}.lexhp-code-card{position:relative}.lexhp-code-card>.lexhp-copy-btn{justify-self:start}.lexhp-secret-reveal>.lexhp-copy-btn{flex:0 0 auto}.lexhp-account-details>div .lexhp-copy-btn{margin-top:7px;align-self:flex-start}.lexhp-platform-id .lexhp-copy-btn{margin-top:8px}.lexhp-table .lexhp-copy-btn{vertical-align:middle}@media(max-width:600px){.lexhp-copy-btn:not(.is-compact){min-height:34px}.lexhp-copy-value{align-items:flex-start;flex-direction:column;gap:5px}.lexhp-secret-reveal>.lexhp-copy-btn{width:100%}}.lexhp-avatar{border-radius:50%!important;overflow:hidden!important;aspect-ratio:1/1!important}.lexhp-avatar img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;border-radius:50%!important}.lexhp-page-heading__actions{margin-left:auto;display:flex;align-items:center;justify-content:flex-end;gap:10px;flex:0 0 auto}.lexhp-workspace-guide{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 12px;border:1px solid color-mix(in srgb,var(--lexhp-accent) 34%,var(--lexhp-line));border-radius:5px;background:color-mix(in srgb,var(--lexhp-accent) 7%,var(--lexhp-panel));color:var(--lexhp-accent);font-size:12px!important;font-weight:400!important;line-height:1.2;white-space:nowrap;transition:background .16s,border-color .16s,transform .16s}.lexhp-workspace-guide svg{width:16px;height:16px;display:block;flex:0 0 16px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.lexhp-workspace-guide:hover{background:color-mix(in srgb,var(--lexhp-accent) 12%,var(--lexhp-panel));border-color:color-mix(in srgb,var(--lexhp-accent) 50%,var(--lexhp-line));transform:translateY(-1px)}.lexhp-profile-popover{width:330px!important;padding:0!important;border-radius:5px!important;overflow:hidden!important}.lexhp-profile-card{grid-template-columns:58px minmax(0,1fr)!important;gap:14px!important;padding:18px!important;background:linear-gradient(135deg,color-mix(in srgb,var(--lexhp-accent) 7%,var(--lexhp-panel)),var(--lexhp-panel))!important}.lexhp-profile-card .lexhp-avatar{width:58px!important;height:58px!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--lexhp-accent) 14%,transparent)}.lexhp-profile-card__copy{min-width:0!important}.lexhp-profile-card__copy>strong{font-size:15px!important;font-weight:400!important;line-height:1.25!important;color:var(--lexhp-text)!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lexhp-profile-card__copy>span{margin-top:4px!important;font-size:12px!important;line-height:1.35!important;color:var(--lexhp-muted)!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lexhp-profile-card__id{margin-top:7px;display:flex;align-items:center;gap:7px;min-width:0}.lexhp-profile-card__id>small{min-width:0;max-width:170px;margin:0!important;font:400 11px/1.25 var(--lexh-font)!important;color:var(--lexhp-subtle)!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lexhp-profile-card__id .lexhp-copy-btn{flex:0 0 auto}.lexhp-account-status{padding:12px 18px!important;gap:10px!important;background:var(--lexhp-panel-2)}.lexhp-account-status>span{flex:0 0 8px;width:8px!important;height:8px!important;box-shadow:0 0 0 4px color-mix(in srgb,#22c55e 13%,transparent)}.lexhp-account-status>div{min-width:0}.lexhp-account-status strong{display:block;font-size:11px!important;font-weight:400!important;color:var(--lexhp-text)!important}.lexhp-account-status small{display:block;margin-top:2px!important;font-size:10px!important;color:var(--lexhp-muted)!important;white-space:normal}.lexhp-profile-actions{padding:8px}.lexhp-profile-popover .lexhp-profile-action{width:100%;display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;padding:10px;border:0;border-radius:5px;background:transparent;color:var(--lexhp-text);text-align:left;transition:background .15s,color .15s}.lexhp-profile-popover .lexhp-profile-action:hover{background:var(--lexhp-panel-2)}.lexhp-profile-action>svg,.lexhp-profile-action__signout{width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--lexhp-line);border-radius:50%;background:var(--lexhp-panel-2);color:var(--lexhp-accent)}.lexhp-profile-action>svg{padding:8px;stroke:currentColor;fill:none;stroke-width:1.8}.lexhp-profile-action__signout{font-size:16px;font-weight:400}.lexhp-profile-action>span:last-child{min-width:0}.lexhp-profile-action strong{display:block;font-size:12px!important;font-weight:400!important;color:inherit!important}.lexhp-profile-action small{display:block;margin-top:2px!important;font-size:10px!important;line-height:1.35!important;color:var(--lexhp-muted)!important}.lexhp-profile-action.is-danger{color:#dc2626!important}.lexhp-profile-action.is-danger:hover{background:color-mix(in srgb,#dc2626 7%,var(--lexhp-panel))!important}.lexhp-content :is(.lexhp-panel__head,.lexhp-card__head,.lexhp-panel__subhead,.lexhp-modal__head,.lexhp-module-hero,.lexhp-empty) strong,.lexhp-content :is(h1,h2,h3,h4,h5,h6){text-transform:capitalize!important}.lexhp-content .lexhp-eyebrow{text-transform:uppercase!important}@media(max-width:820px){.lexhp-page-heading__actions{width:100%;margin-left:0;justify-content:space-between;flex-wrap:wrap}}@media(max-width:540px){.lexhp-page-heading__actions{display:grid;grid-template-columns:1fr}.lexhp-workspace-guide{width:100%;min-height:42px}.lexhp-heading-status{display:none!important}.lexhp-profile-popover{width:auto!important}}.lexh-dashboard-guide-hero p{max-width:900px!important}.lexh-dashboard-guide .lexh-prose{max-width:980px;margin-inline:auto}.lexh-dashboard-guide .lexh-prose h2{text-transform:capitalize}.lexh-guide-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:18px 0 28px}.lexh-guide-links a{display:flex;align-items:center;min-height:48px;padding:11px 13px;border:1px solid var(--lexh-line);border-radius:5px;background:var(--lexh-surface);color:var(--lexh-text);font-weight:400}.lexh-guide-links a:hover{border-color:color-mix(in srgb,var(--lexh-blue) 35%,var(--lexh-line));color:var(--lexh-blue)}.lexh-guide-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:30px;padding-top:22px;border-top:1px solid var(--lexh-line)}@media(max-width:640px){.lexh-guide-links{grid-template-columns:1fr}.lexh-guide-actions .lexh-btn{width:100%}}.lexhp-content :is(.lexhp-kpi__copy>span,.lexhp-mini-kpis>div>span,.lexhp-mini-metrics>div>span,.lexhp-autopilot-metrics>div>span,.lexhp-module-actions>div>strong,.lexhaut-action-card>strong,.lexhpc-summary>div>span){text-transform:capitalize!important}.lexhp-date-range{position:relative;display:flex;align-items:flex-end;min-width:0;z-index:8}.lexhp-date-range__preset{display:grid!important;gap:5px!important;min-width:188px;margin:0!important}.lexhp-date-range__preset>span:first-child{font-size:11px!important;font-weight:400!important;line-height:1.2!important;color:var(--lexhp-muted)!important}.lexhp-date-range__select-row{display:grid;grid-template-columns:minmax(0,1fr) 42px;gap:6px;align-items:stretch}.lexhp-date-range__select-row select{width:100%;min-width:0;height:42px!important;min-height:42px!important;padding:8px 10px!important;border-radius:5px!important}.lexhp-date-range__calendar-button{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--lexhp-line);border-radius:5px;background:var(--lexhp-panel-2);color:var(--lexhp-text);cursor:pointer}.lexhp-date-range.is-open .lexhp-date-range__calendar-button,.lexhp-date-range__calendar-button:hover{border-color:color-mix(in srgb,var(--lexhp-accent) 48%,var(--lexhp-line));background:color-mix(in srgb,var(--lexhp-accent) 8%,var(--lexhp-panel-2));color:var(--lexhp-accent)}.lexhp-date-range__calendar-button svg{width:18px;height:18px;display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.lexhp-date-range__calendar{position:absolute;top:calc(100% + 8px);right:0;width:min(390px,calc(100vw - 32px));padding:14px;border:1px solid var(--lexhp-line-strong);border-radius:5px;background:var(--lexhp-panel);box-shadow:0 18px 48px color-mix(in srgb,#000 24%,transparent);z-index:140}.lexhp-date-range__calendar-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid var(--lexhp-line)}.lexhp-date-range__calendar-head strong{font-size:14px!important;color:var(--lexhp-text)}.lexhp-date-range__calendar-head button{width:30px;height:30px;border:0;border-radius:5px;background:var(--lexhp-panel-2);color:var(--lexhp-muted);font-size:20px;line-height:1;cursor:pointer}.lexhp-date-range__calendar-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px}.lexhp-date-range__calendar-fields label{display:grid!important;gap:5px!important;margin:0!important}.lexhp-date-range__calendar-fields label>span{font-size:11px!important;color:var(--lexhp-muted)!important}.lexhp-date-range__calendar-fields input[type=date]{width:100%;min-width:0;min-height:42px!important;border-radius:5px!important;color-scheme:inherit}.lexhp-date-range__calendar-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px;padding-top:12px;border-top:1px solid var(--lexhp-line)}.lexhp-date-range__calendar-actions>span{min-width:0;font-size:11px!important;line-height:1.35;color:var(--lexhp-muted)!important}.lexhp-date-range__calendar-actions .lexhp-btn{flex:0 0 auto}.lexhp-date-range__error{display:block;margin-top:8px;color:#dc2626!important;font-size:11px!important}.lexhp-panel-actions{display:flex;align-items:flex-end;justify-content:flex-end;gap:10px;flex-wrap:wrap}.lexha-controls,.lexha-report-range>.lexhp-panel__head,.lexhp-analytics-range-panel>.lexhp-panel__head,.lexhp-call-analytics-range>.lexhp-panel__head,.lexhp-overview-trend>.lexhp-panel__head{overflow:visible!important}@media(max-width:900px){.lexhp-date-range__calendar{right:auto;left:0}.lexhp-panel-actions{width:100%;justify-content:flex-start}.lexhp-panel-actions .lexhp-date-range{flex:1 1 240px}}@media(max-width:600px){.lexhp-date-range{width:100%}.lexhp-date-range__preset{width:100%;min-width:0}.lexhp-date-range__calendar{position:fixed;left:12px;right:12px;top:76px;width:auto;max-height:calc(100vh - 96px);overflow:auto}.lexhp-date-range__calendar-fields{grid-template-columns:1fr}.lexhp-date-range__calendar-actions{align-items:stretch;flex-direction:column}.lexhp-date-range__calendar-actions .lexhp-btn{width:100%}.lexha-controls .lexhp-date-range{flex-basis:100%}}.lexhp-panel:has(>.lexha-controls .lexhp-date-range),.lexhp-panel:has(>.lexhp-panel__head .lexhp-date-range){overflow:visible!important}.lexhp-content :is(.lexhp-kpi__copy>span,.lexhp-kpi__copy>small,.lexhp-mini-kpis>div>span,.lexhp-mini-metrics>div>span,.lexhp-autopilot-metrics>div>span,.lexhp-autopilot-state>span,.lexhp-finance-position>div>span,.lexhp-finance-position>small,.lexhp-finance-preview>div>span,.lexhp-verification-summary>div>span,.lexhp-economics-preview>div>span,.lexhp-connect-card>div>span,.lexhp-health-list>div>span,.lexhp-chart-summary span,.lexhp-module-actions>div>span,.lexhp-module-actions>div>strong,.lexhaut-action-card>strong,.lexhpc-summary>div>span,.lexhp-stat-card>span){text-transform:capitalize!important}.lexhp-app :where(button,input:not([type=checkbox]):not([type=radio]),select,textarea,section,article,.lexhp-page-heading,.lexhp-page-heading__icon,.lexhp-panel,.lexhp-card,.lexhp-kpi,.lexhp-kpi__icon,.lexhp-panel-glyph,.lexhp-profile,.lexhp-popover,.lexhp-profile-card,.lexhp-modal__panel,.lexhp-avatar-editor,.lexhp-platform-id,.lexhp-form-message,.lexhp-action-message,.lexhp-table-wrap,.lexhp-code-card,.lexhp-empty,.lexhp-empty-state,.lexhp-heading-status,.lexhp-status,.lexhp-status-pill,.lexhp-autopilot-badge,.lexhp-tier-pill,.lexhp-record-count,.lexhp-stripe-status,.lexhp-iam-badge,.lexhp-risk,.lexhp-role-chip,.lexhp-nav__badge,.lexhp-preview-safety,.lexhp-panel__subhead span,.lexhp-chip-list span,.lexhp-taxonomy-tags span,.lexhpc-core,.lexhaut-tabs button,.lexhaut-status,[class*=badge],[class*=pill],[class*=chip]){border-radius:5px!important}.lexhp-app :where(.lexhp-preview-dot,.lexhp-notification-dot,.lexhp-health-list i,.lexhp-chart-summary i,.lexhp-chart-legend i,.lexhp-account-status>span,.lexhp-heading-status>span,.lexhp-stripe-status span,.lexhp-notifications-popover>a>span){border-radius:50%!important}.lexhp-profile-modal{border-top:3px solid var(--lexhp-accent)!important;box-shadow:0 24px 70px color-mix(in srgb,var(--lexhp-accent) 12%,rgba(3,10,20,.28))!important}.lexhp-profile-modal .lexhp-modal__head{padding:18px 20px!important;background:linear-gradient(135deg,color-mix(in srgb,var(--lexhp-accent) 11%,var(--lexhp-panel)),var(--lexhp-panel))!important;border-bottom:1px solid color-mix(in srgb,var(--lexhp-accent) 20%,var(--lexhp-line))!important}.lexhp-profile-modal .lexhp-modal__head .lexhp-eyebrow{color:var(--lexhp-accent)!important}.lexhp-profile-modal .lexhp-modal__head h2{margin-top:4px!important}.lexhp-profile-modal .lexhp-modal__content{padding:20px!important;background:linear-gradient(180deg,color-mix(in srgb,var(--lexhp-accent) 2.5%,var(--lexhp-panel)),var(--lexhp-panel))!important}.lexhp-profile-modal .lexhp-avatar-editor{padding:16px!important;border-color:color-mix(in srgb,var(--lexhp-accent) 26%,var(--lexhp-line))!important;background:linear-gradient(135deg,color-mix(in srgb,var(--lexhp-accent) 9%,var(--lexhp-panel-2)),var(--lexhp-panel-2))!important;box-shadow:inset 3px 0 0 color-mix(in srgb,var(--lexhp-accent) 75%,transparent)!important}.lexhp-profile-modal .lexhp-avatar-editor .lexhp-avatar{box-shadow:0 0 0 4px color-mix(in srgb,var(--lexhp-accent) 11%,transparent),0 8px 20px color-mix(in srgb,var(--lexhp-accent) 18%,transparent)!important}.lexhp-profile-modal .lexhp-form-grid>label,.lexhp-profile-modal .lexhp-form-stack>label{padding:12px!important;border:1px solid color-mix(in srgb,var(--lexhp-accent) 14%,var(--lexhp-line))!important;background:color-mix(in srgb,var(--lexhp-accent) 3.5%,var(--lexhp-panel-2))!important}.lexhp-profile-modal .lexhp-form-grid>label:focus-within,.lexhp-profile-modal .lexhp-form-stack>label:focus-within{border-color:color-mix(in srgb,var(--lexhp-accent) 48%,var(--lexhp-line))!important;background:color-mix(in srgb,var(--lexhp-accent) 6%,var(--lexhp-panel-2))!important}.lexhp-profile-modal .lexhp-platform-id{border-color:color-mix(in srgb,var(--lexhp-accent) 25%,var(--lexhp-line))!important;background:linear-gradient(135deg,color-mix(in srgb,var(--lexhp-accent) 8%,var(--lexhp-panel-2)),var(--lexhp-panel-2))!important;box-shadow:inset 3px 0 0 color-mix(in srgb,var(--lexhp-accent) 70%,transparent)!important}.lexhp-profile-modal .lexhp-platform-id strong{color:var(--lexhp-accent)!important}.lexhp-profile-modal .lexhp-modal__footer{display:flex!important;justify-content:flex-end!important;gap:10px!important;margin-top:4px!important;padding-top:16px!important}.lexhp-message-icon{color:#0284c7!important;border-color:color-mix(in srgb,#0284c7 28%,var(--lexhp-line))!important;background:color-mix(in srgb,#0284c7 8%,var(--lexhp-panel))!important}.lexhp-message-icon:hover{background:color-mix(in srgb,#0284c7 13%,var(--lexhp-panel))!important}.lexhp-notification-icon{color:#d97706!important;border-color:color-mix(in srgb,#d97706 30%,var(--lexhp-line))!important;background:color-mix(in srgb,#d97706 8%,var(--lexhp-panel))!important}.lexhp-notification-icon:hover{background:color-mix(in srgb,#d97706 13%,var(--lexhp-panel))!important}.lexhp-message-icon>span{background:#0284c7!important;color:#fff!important}.lexhp-notification-icon>span{background:#d97706!important;color:#fff!important}.lexhp-searchable-select{display:grid;gap:6px;width:100%;min-width:0}.lexhp-select-search{position:relative;display:flex;align-items:center;width:100%;min-width:0}.lexhp-select-search>svg{position:absolute;left:11px;z-index:1;fill:none;stroke:var(--lexhp-muted);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}.lexhp-select-search>input[type=search]{width:100%!important;min-height:38px!important;padding:8px 10px 8px 34px!important;background:color-mix(in srgb,var(--lexhp-accent) 2.5%,var(--lexhp-panel-2))!important;border-color:color-mix(in srgb,var(--lexhp-accent) 14%,var(--lexhp-line))!important;font-size:12px!important}.lexhp-select-search>input[type=search]:focus{border-color:color-mix(in srgb,var(--lexhp-accent) 55%,var(--lexhp-line))!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--lexhp-accent) 9%,transparent)!important}.lexhp-searchable-select>select{width:100%!important;min-width:0!important}.lexhp-searchable-select:has(select:disabled) .lexhp-select-search{display:none}@media(max-width:760px){.lexhp-profile-modal .lexhp-modal__content{padding:16px!important}.lexhp-profile-modal .lexhp-form-grid>label,.lexhp-profile-modal .lexhp-form-stack>label{padding:10px!important}}.lexhp-app *{border-radius:5px!important}.lexhp-app :where(.lexhp-avatar,.lexhp-avatar img,.lexhp-donut,.lexhp-donut:before){border-radius:50%!important}.lexhp-app :where(.lexhp-preview-dot,.lexhp-notification-dot,.lexhp-health-list i,.lexhp-chart-summary i,.lexhp-chart-legend i,.lexhp-account-status>span,.lexhp-heading-status>span,.lexhp-stripe-status span,.lexhp-notifications-popover>a>span,.lexhp-demo-mini>span){border-radius:50%!important}.lexha-controls:has(.lexhp-date-range.is-open),.lexha-grid-wide:has(.lexhp-date-range.is-open),.lexha-stack:has(.lexhp-date-range.is-open),.lexha-toolbar:has(.lexhp-date-range.is-open),.lexhp-card:has(.lexhp-date-range.is-open),.lexhp-content:has(.lexhp-date-range.is-open),.lexhp-dashboard-grid:has(.lexhp-date-range.is-open),.lexhp-finance-layout:has(.lexhp-date-range.is-open),.lexhp-main:has(.lexhp-date-range.is-open),.lexhp-panel:has(.lexhp-date-range.is-open),.lexhp-panel__head:has(.lexhp-date-range.is-open),.lexhp-routing-stack:has(.lexhp-date-range.is-open),.lexhp-workspace-grid:has(.lexhp-date-range.is-open){overflow:visible!important}.lexhp-content :is(.lexhp-panel,.lexhp-card,.lexha-toolbar):has(.lexhp-date-range.is-open){position:relative!important;z-index:600!important}.lexhp-date-range.is-open{position:relative!important;z-index:700!important}.lexhp-date-range.is-open .lexhp-date-range__calendar{z-index:710!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important}.lexhp-content :is(.lexhp-kpi span,.lexhp-kpi small,.lexhp-mini-kpis span,.lexhp-mini-kpis small,.lexhp-autopilot-metrics span,.lexhp-autopilot-state span,.lexhp-finance-position span,.lexhp-finance-position small,.lexhp-finance-preview span,.lexhp-verification-summary span,.lexhp-verification-summary small,.lexhp-economics-preview span,.lexhp-connect-card span,.lexhp-health-list span,.lexhp-chart-summary span,.lexhp-module-actions>div>span,.lexhp-module-actions>div>strong,.lexhpc-summary>div>span,.lexhp-stat-card>span,.lexha-metric-list span){text-transform:capitalize!important}.lexhp-session-location{margin:0 0 15px;border:1px solid var(--lexhp-line);background:linear-gradient(135deg,color-mix(in srgb,var(--lexhp-accent) 4%,var(--lexhp-panel)),var(--lexhp-panel));box-shadow:var(--lexhp-shadow);overflow:hidden}.lexhp-session-location__head{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px 16px;border-bottom:1px solid var(--lexhp-line)}.lexhp-session-location__icon{width:42px;height:42px;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--lexhp-accent) 24%,var(--lexhp-line));background:color-mix(in srgb,var(--lexhp-accent) 9%,var(--lexhp-panel-2));color:var(--lexhp-accent)}.lexhp-session-location__icon svg,.lexhp-session-location__time svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.lexhp-session-location__head>div{min-width:0}.lexhp-session-location__head>div>.lexhp-eyebrow{display:block;margin:0 0 2px;color:var(--lexhp-accent);font-size:11px!important;font-weight:400!important;letter-spacing:.06em;text-transform:uppercase}.lexhp-session-location__head>div>strong{display:block;color:var(--lexhp-text);font-size:16px;font-weight:400;line-height:1.25}.lexhp-session-location__head>div>small{display:block;margin-top:3px;color:var(--lexhp-muted);font-size:12px!important;line-height:1.4}.lexhp-session-location__status{display:inline-flex;align-items:center;gap:7px;min-height:30px;padding:6px 9px;border:1px solid var(--lexhp-line);background:var(--lexhp-panel-2);color:var(--lexhp-muted);font-size:11px;font-weight:400;white-space:nowrap}.lexhp-session-location__status i{width:7px;height:7px;border-radius:50%!important;background:#94a3b8}.lexhp-session-location__status.is-live{color:#0f8a57;border-color:color-mix(in srgb,#16a66a 28%,var(--lexhp-line));background:color-mix(in srgb,#16a66a 8%,var(--lexhp-panel))}.lexhp-session-location__status.is-live i{background:#22c55e;box-shadow:0 0 0 3px rgba(34,197,94,.1)}.lexhp-session-location__grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));background:var(--lexhp-panel)}.lexhp-session-location__grid>div{min-width:0;padding:12px 14px;border-right:1px solid var(--lexhp-line);border-bottom:1px solid var(--lexhp-line)}.lexhp-session-location__grid>div:nth-child(6n){border-right:0}.lexhp-session-location__grid>div:nth-last-child(-n+6){border-bottom:0}.lexhp-session-location__grid span,.lexhp-session-location__grid strong{display:block;min-width:0}.lexhp-session-location__grid span{color:var(--lexhp-muted);font-size:11px!important;font-weight:400;line-height:1.3;text-transform:none!important}.lexhp-session-location__grid strong{margin-top:4px;color:var(--lexhp-text);font-size:13px!important;font-weight:400;line-height:1.35;overflow-wrap:anywhere}.lexhp-session-location__address{grid-column:span 2}.lexhp-session-location__time{display:flex!important;align-items:center;gap:6px}.lexhp-session-location__time svg{width:15px;height:15px;flex:0 0 15px;color:var(--lexhp-accent)}.lexhp-session-location__mono{font-family:var(--lexh-font);font-size:12px!important}.lexhp-sidebar-footer-actions{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:10px}.lexhp-sidebar-footer-actions .lexhp-sidebar-angle-toggle{margin:0 0 0 auto}.lexhp-sidebar-signout{min-height:32px;padding:6px 10px;border:1px solid rgba(248,113,113,.25);background:rgba(248,113,113,.08);color:#fecaca;font-size:11px;font-weight:400;cursor:pointer}.lexhp-sidebar-signout:hover{border-color:rgba(248,113,113,.42);background:rgba(248,113,113,.14);color:#fff}.lexhp-sidebar-signout:disabled{opacity:.6;cursor:not-allowed}.lexhp-sidebar-edge-actions{position:fixed;left:0;bottom:16px;z-index:115;display:flex;align-items:center;gap:6px}.lexhp-sidebar-edge-actions .lexhp-sidebar-edge-restore{position:static;left:auto;bottom:auto}.lexhp-sidebar-edge-signout{min-height:36px;padding:7px 10px;border:1px solid rgba(255,255,255,.1);background:linear-gradient(180deg,var(--lexhp-sidebar),var(--lexhp-sidebar-2));color:#fecaca;box-shadow:var(--lexhp-shadow-md);font-size:11px;font-weight:400;cursor:pointer}.lexhp-sidebar-edge-signout:hover{color:#fff;border-color:rgba(248,113,113,.35)}.lexhp-sidebar-edge-signout:disabled{opacity:.6;cursor:not-allowed}@media(max-width:1350px){.lexhp-session-location__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.lexhp-session-location__grid>div,.lexhp-session-location__grid>div:nth-child(6n),.lexhp-session-location__grid>div:nth-last-child(-n+6){border-right:1px solid var(--lexhp-line);border-bottom:1px solid var(--lexhp-line)}.lexhp-session-location__grid>div:nth-child(4n){border-right:0}.lexhp-session-location__grid>div:nth-last-child(-n+4){border-bottom:0}.lexhp-session-location__address{grid-column:span 2}}@media(max-width:820px){.lexhp-session-location__head{grid-template-columns:38px minmax(0,1fr);padding:13px}.lexhp-session-location__icon{width:38px;height:38px}.lexhp-session-location__status{grid-column:2;justify-self:start}.lexhp-session-location__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lexhp-session-location__grid>div,.lexhp-session-location__grid>div:nth-child(4n),.lexhp-session-location__grid>div:nth-last-child(-n+4){border-right:1px solid var(--lexhp-line);border-bottom:1px solid var(--lexhp-line)}.lexhp-session-location__grid>div:nth-child(2n){border-right:0}.lexhp-session-location__grid>div:nth-last-child(-n+2){border-bottom:0}.lexhp-session-location__address{grid-column:span 2}}@media(max-width:520px){.lexhp-session-location__grid{grid-template-columns:1fr}.lexhp-session-location__grid>div,.lexhp-session-location__grid>div:nth-child(2n),.lexhp-session-location__grid>div:nth-last-child(-n+2){border-right:0;border-bottom:1px solid var(--lexhp-line)}.lexhp-session-location__grid>div:last-child{border-bottom:0}.lexhp-session-location__address{grid-column:auto}.lexhp-sidebar-edge-signout{max-width:112px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}@media(max-width:1180px){.lexhp-main .lexhp-content :is(.lexhp-workspace-grid,.lexhp-dashboard-grid,.lexhp-finance-layout,.lexha-grid-wide,.lexhp-marketplace-grid){grid-template-columns:minmax(0,1fr)!important}.lexhp-main .lexhp-content :is(.lexhp-kpi-grid,.lexhp-stat-grid,.lexhp-mini-kpis,.lexhp-mini-metrics,.lexhp-autopilot-metrics,.lexhp-verification-summary,.lexhp-economics-preview,.lexhp-payment-method-grid,.lexhp-permission-grid,.lexhp-routing-detail-grid,.lexhpc-summary,.lexhaut-pref-grid){grid-template-columns:repeat(2,minmax(0,1fr))!important}.lexhp-main .lexhp-content :is(.lexhp-panel,.lexhp-card,.lexhp-kpi,.lexhp-module-hero,.lexhp-module-actions,.lexhp-check-list,.lexhp-check-list p,.lexhp-form-grid,.lexhp-form-stack,.lexhp-source-form__grid,.lexhp-health-list,.lexhp-account-details,.lexhp-connect-card,.lexhp-team-list,.lexhp-order-list,.lexhp-payment-admin-list,.lexha-toolbar,.lexhpc-toolbar,.lexhpc-group-head,.lexhpc-feature-list),.lexhp-main .lexhp-content :is(h1,h2,h3,h4,p,span,strong,b,small,label,code,pre){min-width:0!important;max-width:100%!important}}@media(max-width:820px){.lexhp-main .lexhp-content :is(.lexhp-workspace-grid,.lexhp-dashboard-grid,.lexhp-finance-layout,.lexha-grid-wide,.lexhp-marketplace-grid,.lexhp-form-grid,.lexhp-source-form__grid,.lexhp-finance-settings,.lexhp-inline-finance-form,.lexhp-connect-card,.lexhp-health-list,.lexhp-account-details,.lexhp-permission-grid,.lexhp-routing-detail-grid,.lexhaut-pref-grid,.lexhpc-toolbar,.lexhpc-summary){grid-template-columns:minmax(0,1fr)!important}.lexhp-main .lexhp-content :is(.lexhp-kpi-grid,.lexhp-stat-grid,.lexhp-mini-kpis,.lexhp-mini-metrics,.lexhp-autopilot-metrics,.lexhp-verification-summary,.lexhp-economics-preview,.lexhp-payment-method-grid){grid-template-columns:repeat(2,minmax(0,1fr))!important}.lexhp-main .lexhp-content .lexhp-check-list,.lexhp-main .lexhp-content .lexhp-module-actions{display:grid!important;grid-template-columns:minmax(0,1fr)!important;width:100%!important}.lexhp-main .lexhp-content .lexhp-module-actions>div{min-width:0!important;width:100%!important;border-right:0!important;border-bottom:1px solid var(--lexhp-line)!important}.lexhp-main .lexhp-content .lexhp-module-actions>div:last-child{border-bottom:0!important}.lexhp-main .lexhp-content .lexhp-check-list p{width:100%!important;min-width:0!important;grid-template-columns:34px minmax(0,1fr)!important;align-items:start!important}.lexhp-main .lexhp-content .lexhp-check-list :is(b,strong,small,p,span){min-width:0!important;overflow-wrap:anywhere!important;word-break:normal!important}.lexhp-main .lexhp-content .lexhp-module-hero{grid-template-columns:44px minmax(0,1fr)!important;gap:12px!important;align-items:start!important}.lexhp-main .lexhp-content .lexhp-module-icon{width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important}.lexhp-main .lexhp-content :is(.lexhp-panel__head,.lexhp-card__head,.lexhp-panel__subhead,.lexhp-recent-leads__head,.lexhp-bulk-editor-head){min-width:0!important;flex-wrap:wrap!important;gap:10px!important}.lexhp-main .lexhp-content :is(.lexhp-panel__head,.lexhp-card__head,.lexhp-panel__subhead)>*{min-width:0!important;max-width:100%!important}.lexhp-main .lexhp-content :is(.lexhp-action-row,.lexhp-panel-actions,.lexhp-row-actions,.lexhp-iam-actions,.lexha-report-actions,.lexhaut-actions,.lexhaut-form-actions,.lexhaut-run-actions){flex-wrap:wrap!important;min-width:0!important;max-width:100%!important}.lexhp-main .lexhp-content :is(.lexhp-table-wrap,.lexhp-json-preview,pre){max-width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch}.lexhp-main .lexhp-content :is(input,select,textarea,button){max-width:100%!important}}@media(max-width:600px){.lexhp-main .lexhp-content :is(.lexhp-kpi-grid,.lexhp-stat-grid,.lexhp-mini-kpis,.lexhp-mini-metrics,.lexhp-autopilot-metrics,.lexhp-verification-summary,.lexhp-economics-preview,.lexhp-payment-method-grid){grid-template-columns:minmax(0,1fr)!important}.lexhp-main .lexhp-content .lexhp-module-actions{padding-inline:0!important}.lexhp-main .lexhp-content .lexhp-module-actions>div{min-height:0!important;padding:13px 14px!important}.lexhp-main .lexhp-content .lexhp-check-list{padding:14px!important;gap:10px!important}.lexhp-main .lexhp-content .lexhp-check-list p{min-height:0!important;padding:12px!important}.lexhp-main .lexhp-content .lexhp-check-list p>span{width:32px!important;height:32px!important;min-width:32px!important}.lexhp-main .lexhp-content .lexhp-card__head h2,.lexhp-main .lexhp-content .lexhp-module-hero h2,.lexhp-main .lexhp-content .lexhp-panel__head h2{overflow-wrap:anywhere!important}.lexhp-main .lexhp-content :is(.lexhp-action-row,.lexhp-panel-actions,.lexhp-iam-actions,.lexha-report-actions,.lexhaut-actions,.lexhaut-form-actions,.lexhaut-run-actions)>.lexhp-btn,.lexhp-main .lexhp-content :is(.lexhp-action-row,.lexhp-panel-actions,.lexhp-iam-actions,.lexha-report-actions,.lexhaut-actions,.lexhaut-form-actions,.lexhaut-run-actions)>button{max-width:100%!important}}@media(max-width:420px){.lexhp-main .lexhp-content .lexhp-module-hero{grid-template-columns:40px minmax(0,1fr)!important;gap:10px!important}.lexhp-main .lexhp-content .lexhp-module-icon{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important}.lexhp-main .lexhp-content .lexhp-check-list p{grid-template-columns:30px minmax(0,1fr)!important;gap:9px!important}.lexhp-main .lexhp-content .lexhp-check-list p>span{width:30px!important;height:30px!important;min-width:30px!important}}.lexhp-app .lexhp-content .lexhp-page-heading.lexhp-page-heading--with-session{display:block!important;padding:0!important;gap:0!important;overflow:hidden!important}.lexhp-page-heading--with-session .lexhp-page-heading__main{display:flex;align-items:center;justify-content:space-between;gap:20px;min-width:0;padding:20px 22px}.lexhp-page-heading--with-session>.lexhp-session-location{margin:0!important;border:0!important;border-top:1px solid var(--lexhp-line)!important;border-radius:0!important;box-shadow:none!important;background:color-mix(in srgb,var(--lexhp-accent) 2.5%,var(--lexhp-panel))!important}.lexhp-page-heading--with-session>.lexhp-session-location .lexhp-session-location__head{padding:12px 16px;background:transparent}.lexhp-page-heading--with-session>.lexhp-session-location .lexhp-session-location__grid{background:color-mix(in srgb,var(--lexhp-panel-2) 48%,var(--lexhp-panel))}.lexhp-app.is-sidebar-hidden .lexhp-sidebar-edge-signout{display:none!important}@media(max-width:820px){.lexhp-page-heading--with-session .lexhp-page-heading__main{align-items:flex-start;padding:16px;gap:12px;flex-direction:column}.lexhp-page-heading--with-session .lexhp-page-heading__actions{width:100%}}@media(max-width:480px){.lexhp-page-heading--with-session .lexhp-page-heading__main{padding:14px}}.lexhp-page-heading--with-session>.lexhp-session-location .lexhp-session-location__head{grid-template-columns:30px minmax(0,1fr) auto!important;gap:8px!important;padding:7px 12px!important;min-height:0!important}.lexhp-page-heading--with-session>.lexhp-session-location .lexhp-session-location__icon{width:30px!important;height:30px!important}.lexhp-page-heading--with-session>.lexhp-session-location .lexhp-session-location__icon svg{width:15px!important;height:15px!important}.lexhp-page-heading--with-session>.lexhp-session-location .lexhp-session-location__head>div>.lexhp-eyebrow{display:inline!important;margin:0 7px 0 0!important;font-size:9px!important;line-height:1.1!important}.lexhp-page-heading--with-session>.lexhp-session-location .lexhp-session-location__head>div>strong{display:inline!important;font-size:13px!important;line-height:1.2!important}.lexhp-page-heading--with-session>.lexhp-session-location .lexhp-session-location__head>div>small{display:none!important}.lexhp-page-heading--with-session>.lexhp-session-location .lexhp-session-location__status{min-height:24px!important;padding:3px 7px!important;gap:5px!important;font-size:10px!important}.lexhp-page-heading--with-session>.lexhp-session-location .lexhp-session-location__status i{width:6px!important;height:6px!important}.lexhp-page-heading--with-session>.lexhp-session-location .lexhp-session-location__grid{grid-template-columns:repeat(6,minmax(0,1fr))!important}.lexhp-page-heading--with-session>.lexhp-session-location .lexhp-session-location__grid>div{padding:6px 9px!important;min-height:42px!important}.lexhp-page-heading--with-session>.lexhp-session-location .lexhp-session-location__grid span{font-size:9px!important;line-height:1.15!important}.lexhp-page-heading--with-session>.lexhp-session-location .lexhp-session-location__grid strong{margin-top:2px!important;font-size:11px!important;line-height:1.2!important}.lexhp-page-heading--with-session>.lexhp-session-location .lexhp-session-location__time{gap:4px!important}.lexhp-page-heading--with-session>.lexhp-session-location .lexhp-session-location__time svg{width:12px!important;height:12px!important;flex-basis:12px!important}.lexhp-page-heading--with-session>.lexhp-session-location .lexhp-session-location__mono{font-size:10px!important}@media(max-width:1350px){.lexhp-page-heading--with-session>.lexhp-session-location .lexhp-session-location__grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}}@media(max-width:820px){.lexhp-page-heading--with-session>.lexhp-session-location .lexhp-session-location__head{grid-template-columns:28px minmax(0,1fr) auto!important;padding:7px 10px!important}.lexhp-page-heading--with-session>.lexhp-session-location .lexhp-session-location__icon{width:28px!important;height:28px!important}.lexhp-page-heading--with-session>.lexhp-session-location .lexhp-session-location__status{grid-column:auto!important;justify-self:end!important}.lexhp-page-heading--with-session>.lexhp-session-location .lexhp-session-location__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.lexhp-page-heading--with-session>.lexhp-session-location .lexhp-session-location__grid>div{padding:6px 8px!important;min-height:40px!important}}@media(max-width:520px){.lexhp-page-heading--with-session>.lexhp-session-location .lexhp-session-location__head{grid-template-columns:26px minmax(0,1fr) auto!important;gap:6px!important}.lexhp-page-heading--with-session>.lexhp-session-location .lexhp-session-location__icon{width:26px!important;height:26px!important}.lexhp-page-heading--with-session>.lexhp-session-location .lexhp-session-location__head>div>.lexhp-eyebrow{display:none!important}.lexhp-page-heading--with-session>.lexhp-session-location .lexhp-session-location__head>div>strong{font-size:12px!important}.lexhp-page-heading--with-session>.lexhp-session-location .lexhp-session-location__status{padding:2px 5px!important;font-size:9px!important}.lexhp-page-heading--with-session>.lexhp-session-location .lexhp-session-location__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.lexhp-page-heading--with-session>.lexhp-session-location .lexhp-session-location__address{grid-column:span 2!important}}.lexhp-page-heading--with-session .lexhp-page-heading__main{display:grid!important;grid-template-columns:minmax(300px,.9fr) minmax(620px,1.45fr) auto;align-items:center!important;gap:16px!important;padding:18px 20px!important}.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location{min-width:0;margin:0!important;display:grid;grid-template-columns:138px minmax(0,1fr);align-items:stretch;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;box-shadow:none!important;overflow:hidden;background:color-mix(in srgb,var(--lexhp-accent) 2.5%,var(--lexhp-panel))!important}.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__head{grid-template-columns:24px minmax(0,1fr)!important;grid-template-rows:auto auto;align-content:center;align-items:center;gap:3px 7px!important;padding:7px 8px!important;min-height:0!important;border-right:1px solid var(--lexhp-line)!important;border-bottom:0!important;background:transparent!important}.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__icon{grid-row:1/span 2;width:24px!important;height:24px!important}.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__icon svg{width:13px!important;height:13px!important}.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__head>div{min-width:0;line-height:1}.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__head>div>.lexhp-eyebrow{display:block!important;margin:0 0 1px!important;font-size:8px!important;line-height:1!important}.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__head>div>strong{display:block!important;font-size:11px!important;line-height:1.15!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__head>div>small{display:none!important}.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__status{grid-column:2;justify-self:start;min-height:18px!important;padding:1px 5px!important;gap:4px!important;font-size:8px!important;line-height:1!important}.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__status i{width:5px!important;height:5px!important}.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__grid{min-width:0;grid-template-columns:repeat(6,minmax(0,1fr))!important;background:color-mix(in srgb,var(--lexhp-panel-2) 48%,var(--lexhp-panel))!important}.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__grid>div{min-width:0;min-height:34px!important;padding:4px 6px!important;border-right:1px solid var(--lexhp-line)!important;border-bottom:1px solid var(--lexhp-line)!important}.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__grid>div:nth-child(6n){border-right:0!important}.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__grid>div:nth-last-child(-n+6){border-bottom:0!important}.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__address{grid-column:auto!important}.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__grid span{font-size:8px!important;line-height:1.05!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__grid strong{margin-top:2px!important;font-size:9px!important;line-height:1.1!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__time{gap:3px!important}.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__time svg{width:10px!important;height:10px!important;flex-basis:10px!important}.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__mono{font-size:8px!important}.lexhp-page-heading--with-session .lexhp-page-heading__actions{margin-left:0!important;justify-self:end}@media(max-width:1650px){.lexhp-page-heading--with-session .lexhp-page-heading__main{grid-template-columns:minmax(0,1fr) auto}.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location{grid-column:1/-1;grid-row:2}}@media(max-width:1050px){.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location{grid-template-columns:124px minmax(0,1fr)}.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__grid>div,.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__grid>div:nth-child(6n),.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__grid>div:nth-last-child(-n+6){border-right:1px solid var(--lexhp-line)!important;border-bottom:1px solid var(--lexhp-line)!important}.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__grid>div:nth-child(4n){border-right:0!important}.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__grid>div:nth-last-child(-n+4){border-bottom:0!important}}@media(max-width:820px){.lexhp-page-heading--with-session .lexhp-page-heading__main{grid-template-columns:1fr;gap:12px!important;padding:14px!important}.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location{grid-column:auto;grid-row:auto;grid-template-columns:1fr}.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__head{grid-template-columns:24px minmax(0,1fr) auto!important;grid-template-rows:auto;border-right:0!important;border-bottom:1px solid var(--lexhp-line)!important}.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__icon{grid-row:auto}.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__head>div>.lexhp-eyebrow{display:inline!important;margin:0 5px 0 0!important}.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__head>div>strong{display:inline!important}.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__status{grid-column:auto;justify-self:end}.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__grid>div,.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__grid>div:nth-child(4n),.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__grid>div:nth-last-child(-n+4){border-right:1px solid var(--lexhp-line)!important;border-bottom:1px solid var(--lexhp-line)!important}.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__grid>div:nth-child(2n){border-right:0!important}.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__grid>div:nth-last-child(-n+2){border-bottom:0!important}.lexhp-page-heading--with-session .lexhp-page-heading__actions{width:100%;justify-self:stretch}}@media(max-width:520px){.lexhp-page-heading--with-session .lexhp-page-heading__main{padding:12px!important}.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__head{grid-template-columns:22px minmax(0,1fr) auto!important;padding:6px 7px!important}.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__icon{width:22px!important;height:22px!important}.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__grid>div{min-height:32px!important;padding:4px 5px!important}}.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location{width:100%;max-width:1100px;justify-self:center!important;align-self:center!important}.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__head{padding:5px 8px!important}.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__grid span,.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__grid strong,.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__head>div>.lexhp-eyebrow,.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__head>div>strong,.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__mono,.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__status{font-size:14px!important}.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__grid>div{padding:5px 6px!important}@media(min-width:1651px){.lexhp-page-heading--with-session .lexhp-page-heading__main{grid-template-columns:minmax(300px,1fr) minmax(620px,1100px) minmax(300px,1fr)!important}}@media(max-width:820px){.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location{max-width:100%}.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__head{padding:5px 7px!important}.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__grid>div{padding:5px!important}}@media(max-width:520px){.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__head{padding:5px 7px!important}.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__grid>div{padding:5px!important}}.lexhp-page-heading--with-session .lexhp-page-heading__actions{align-self:stretch!important;min-height:100%;display:flex!important;flex-direction:column!important;align-items:flex-end!important;justify-content:space-between!important;gap:12px!important}.lexhp-page-heading--with-session .lexhp-heading-status{min-height:40px!important;padding:8px 13px!important;gap:9px!important;border:1px solid var(--lexhp-line)!important;background:var(--lexhp-panel-2)!important;box-shadow:0 5px 14px color-mix(in srgb,var(--lexhp-text) 5%,transparent)!important;letter-spacing:.005em;white-space:nowrap}.lexhp-page-heading--with-session .lexhp-heading-status.is-live-status{border-color:color-mix(in srgb,#22c55e 28%,var(--lexhp-line))!important;background:linear-gradient(180deg,color-mix(in srgb,#22c55e 7%,var(--lexhp-panel)),color-mix(in srgb,#22c55e 2%,var(--lexhp-panel-2)))!important;box-shadow:0 5px 14px color-mix(in srgb,#16a34a 7%,transparent)!important}.lexhp-page-heading--with-session .lexhp-heading-status.is-preview-status{border-color:color-mix(in srgb,#f59e0b 28%,var(--lexhp-line))!important;background:linear-gradient(180deg,color-mix(in srgb,#f59e0b 7%,var(--lexhp-panel)),color-mix(in srgb,#f59e0b 2%,var(--lexhp-panel-2)))!important;box-shadow:0 5px 14px color-mix(in srgb,#d97706 7%,transparent)!important}.lexhp-page-heading--with-session .lexhp-heading-status>span{width:9px!important;height:9px!important;flex:0 0 9px}.lexhp-page-heading--with-session .lexhp-heading-status>span.is-live{box-shadow:0 0 0 5px color-mix(in srgb,#22c55e 14%,transparent)!important}.lexhp-page-heading--with-session .lexhp-heading-status>span.is-preview{box-shadow:0 0 0 5px color-mix(in srgb,#f59e0b 14%,transparent)!important}.lexhp-page-heading--with-session .lexhp-workspace-guide{align-self:flex-end!important;min-height:42px!important;padding:9px 15px!important;border:1px solid color-mix(in srgb,var(--lexhp-accent) 62%,var(--lexhp-line))!important;border-radius:5px!important;background:linear-gradient(135deg,var(--lexhp-accent),color-mix(in srgb,var(--lexhp-accent) 82%,#000))!important;color:#fff!important;box-shadow:0 8px 18px color-mix(in srgb,var(--lexhp-accent) 20%,transparent)!important;font-size:13px!important;font-weight:400!important;letter-spacing:.01em;transition:transform .16s ease,box-shadow .16s ease,filter .16s ease!important}.lexhp-page-heading--with-session .lexhp-workspace-guide svg{width:16px!important;height:16px!important;flex:0 0 16px!important;stroke-width:2!important}.lexhp-page-heading--with-session .lexhp-workspace-guide:hover{transform:translateY(-1px)!important;filter:brightness(1.04);box-shadow:0 10px 22px color-mix(in srgb,var(--lexhp-accent) 26%,transparent)!important}.lexhp-page-heading--with-session .lexhp-workspace-guide:focus-visible{outline:3px solid color-mix(in srgb,var(--lexhp-accent) 26%,transparent)!important;outline-offset:2px}@media(max-width:1650px){.lexhp-page-heading--with-session .lexhp-page-heading__actions{min-height:84px}}@media(max-width:820px){.lexhp-page-heading--with-session .lexhp-page-heading__actions{min-height:0;width:100%!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-end!important}.lexhp-page-heading--with-session .lexhp-workspace-guide{margin-left:auto}}@media(max-width:540px){.lexhp-page-heading--with-session .lexhp-page-heading__actions{display:flex!important;grid-template-columns:none!important}.lexhp-page-heading--with-session .lexhp-workspace-guide{width:auto!important;min-width:150px}}.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location{display:block!important;grid-template-columns:1fr!important;width:calc(100% - 10px)!important;margin:5px!important}.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__grid{width:100%;margin:0!important}.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__grid span,.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__grid strong,.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__mono{font-size:12px!important}.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__grid>div{min-height:0!important;padding:5px!important}.lexhp-page-heading--with-session .lexhp-workspace-guide{position:fixed!important;right:20px!important;bottom:20px!important;z-index:90!important;margin:0!important;align-self:auto!important;width:auto!important;max-width:calc(100vw - 40px)}.lexhp-page-heading--with-session .lexhp-page-heading__actions{min-height:0!important}@media(max-width:540px){.lexhp-page-heading--with-session .lexhp-workspace-guide{right:12px!important;bottom:12px!important;max-width:calc(100vw - 24px)}}.lexhp-page-heading--with-session,.lexhp-page-heading--with-session .lexhp-page-heading__main{padding-top:0!important;padding-bottom:0!important}.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__grid span,.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__grid strong,.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__mono{white-space:normal!important;overflow:visible!important;text-overflow:clip!important;overflow-wrap:anywhere;word-break:break-word}.lexhp-profile-card__id--seller{display:block!important;margin-top:9px!important;padding:8px 9px!important;border:1px solid color-mix(in srgb,var(--lexhp-accent) 24%,var(--lexhp-line))!important;border-radius:5px!important;background:color-mix(in srgb,var(--lexhp-accent) 6%,var(--lexhp-panel))!important}.lexhp-profile-card__id--seller .lexhp-profile-card__id-label{display:block!important;margin:0 0 5px!important;color:var(--lexhp-muted)!important;font-size:9px!important;font-weight:400!important;line-height:1.2!important;letter-spacing:.08em!important;text-transform:uppercase!important}.lexhp-profile-card__id-line{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:7px!important;min-width:0!important}.lexhp-profile-card__id-line code{min-width:0!important;color:var(--lexhp-text)!important;font:400 11px/1.35 var(--lexh-font)!important;overflow-wrap:anywhere!important;word-break:break-word!important}.lexhp-profile-card__id--seller .lexhp-copy-btn{flex:0 0 auto!important}.lexhp-page-heading--with-session .lexhp-heading-status{min-height:36px!important;padding:6px 11px!important;gap:8px!important;border-radius:5px!important;background:var(--lexhp-panel)!important;color:var(--lexhp-text)!important;box-shadow:0 1px 2px color-mix(in srgb,var(--lexhp-text) 5%,transparent),0 5px 14px color-mix(in srgb,var(--lexhp-text) 3%,transparent)!important;font-size:13px!important;font-weight:400!important;line-height:1.2!important;letter-spacing:0!important}.lexhp-page-heading--with-session .lexhp-heading-status.is-live-status{border-color:color-mix(in srgb,#22c55e 34%,var(--lexhp-line))!important;background:linear-gradient(180deg,color-mix(in srgb,#22c55e 4%,var(--lexhp-panel)),var(--lexhp-panel))!important;box-shadow:0 1px 2px color-mix(in srgb,#16a34a 7%,transparent),0 6px 16px color-mix(in srgb,#16a34a 5%,transparent)!important}.lexhp-page-heading--with-session .lexhp-heading-status.is-preview-status{border-color:color-mix(in srgb,#f59e0b 34%,var(--lexhp-line))!important;background:linear-gradient(180deg,color-mix(in srgb,#f59e0b 4%,var(--lexhp-panel)),var(--lexhp-panel))!important;box-shadow:0 1px 2px color-mix(in srgb,#d97706 7%,transparent),0 6px 16px color-mix(in srgb,#d97706 5%,transparent)!important}.lexhp-page-heading--with-session .lexhp-heading-status>span{width:8px!important;height:8px!important;flex:0 0 8px!important;border:0!important}.lexhp-page-heading--with-session .lexhp-heading-status>span.is-live{background:#22c55e!important;box-shadow:0 0 0 4px color-mix(in srgb,#22c55e 13%,transparent)!important}.lexhp-page-heading--with-session .lexhp-heading-status>span.is-preview{background:#f59e0b!important;box-shadow:0 0 0 4px color-mix(in srgb,#f59e0b 13%,transparent)!important}.lexhp-heading-status.is-degraded-status{border-color:rgba(239,68,68,.28)!important;background:color-mix(in srgb,#ef4444 7%,var(--lexhp-panel))!important;color:#b91c1c!important}.lexhp-heading-status.is-checking-status{border-color:color-mix(in srgb,var(--lexhp-accent) 24%,var(--lexhp-line))!important;background:color-mix(in srgb,var(--lexhp-accent) 5%,var(--lexhp-panel))!important}.lexhp-heading-status>span.is-degraded{background:#ef4444!important;box-shadow:0 0 0 6px rgba(239,68,68,.1)!important}.lexhp-live-data-stack,.lexhp-live-feature-workspace{display:grid;gap:16px;min-width:0}.lexhp-live-feature-hero .lexhp-panel__head{align-items:flex-start}.lexhp-live-connection{display:grid;grid-template-columns:12px auto;column-gap:8px;align-items:center;padding:8px 10px;border:1px solid rgba(34,197,94,.25);border-radius:8px;background:rgba(34,197,94,.06);min-width:128px}.lexhp-live-connection>span{grid-row:1/3;width:10px;height:10px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 5px rgba(34,197,94,.11)}.lexhp-live-connection strong{font-size:13px!important;line-height:1.2}.lexhp-live-connection small{font-size:10px!important;color:var(--lexhp-muted)}.lexhp-live-feature-meta{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--lexhp-line);background:var(--lexhp-panel-2)}.lexhp-live-feature-meta>div{min-width:0;padding:12px 16px;border-right:1px solid var(--lexhp-line)}.lexhp-live-feature-meta>div:last-child{border-right:0}.lexhp-live-feature-meta span,.lexhp-live-feature-meta strong{display:block}.lexhp-live-feature-meta span{font-size:10px!important;text-transform:uppercase;letter-spacing:.04em;color:var(--lexhp-muted);font-weight:400!important}.lexhp-live-feature-meta strong{font-size:12px!important;margin-top:4px;overflow-wrap:anywhere}.lexhp-live-kv-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:0;padding:4px 16px 16px}.lexhp-live-kv-grid>div{padding:13px 12px;border-bottom:1px solid var(--lexhp-line);min-width:0}.lexhp-live-kv-grid span,.lexhp-live-kv-grid strong{display:block}.lexhp-live-kv-grid span{font-size:10px!important;color:var(--lexhp-muted);text-transform:uppercase;letter-spacing:.03em;font-weight:400!important}.lexhp-live-kv-grid strong{font-size:14px!important;margin-top:5px;overflow-wrap:anywhere}.lexhp-live-message-form textarea,.lexhp-live-resource-form textarea{font-family:var(--lexh-font);line-height:1.5;resize:vertical}.lexhp-live-resource-form label>small{display:block;margin-top:5px;color:var(--lexhp-muted);font-size:10px!important;line-height:1.45}.lexhp-live-json{margin:0 16px 16px;padding:14px;max-height:520px;border:1px solid var(--lexhp-line);border-radius:7px;font:11px/1.55 var(--lexh-font)}.lexhp-live-json,.lexhp-live-json-inline{overflow:auto;background:var(--lexhp-panel-2);white-space:pre-wrap;overflow-wrap:anywhere}.lexhp-live-json-inline{display:inline-block;max-width:340px;max-height:84px;font-size:10px!important;line-height:1.4;color:var(--lexhp-text);padding:3px 5px;border-radius:4px}.lexhp-live-data-table td{vertical-align:top;max-width:320px}.lexhp-live-message{margin-bottom:0}.lexhp-live-loading{min-height:220px;display:grid;place-items:center;align-content:center;gap:8px;text-align:center;padding:36px}.lexhp-live-loading strong{font-size:15px!important}.lexhp-live-loading p{font-size:12px!important;color:var(--lexhp-muted);margin:0}.lexhp-live-spinner{width:28px;height:28px;border:3px solid color-mix(in srgb,var(--lexhp-accent) 18%,var(--lexhp-line));border-top-color:var(--lexhp-accent);border-radius:50%;animation:lexhp-live-spin .8s linear infinite}@keyframes lexhp-live-spin{to{transform:rotate(1turn)}}.lexhp-live-lead-selector{display:flex;gap:10px;padding:0 16px 16px}.lexhp-live-lead-selector input{min-width:0;flex:1 1}.lexhp-live-thread{display:grid;gap:10px;padding:0 16px 16px}.lexhp-live-thread article{padding:12px 14px;border:1px solid var(--lexhp-line);border-radius:7px;background:var(--lexhp-panel-2)}.lexhp-live-thread article strong{font-size:12px!important}.lexhp-live-thread article p{margin:5px 0;font-size:13px!important;white-space:pre-wrap}.lexhp-live-thread article small{font-size:10px!important;color:var(--lexhp-muted)}.lexhp-live-message-form{display:grid;gap:10px;padding:0 16px 16px}.lexhp-live-message-form .lexhp-btn{justify-self:start}@media(max-width:980px){.lexhp-live-feature-meta{grid-template-columns:1fr 1fr}.lexhp-live-feature-meta>div:nth-child(2){border-right:0}.lexhp-live-feature-meta>div:nth-child(-n+2){border-bottom:1px solid var(--lexhp-line)}}@media(max-width:620px){.lexhp-live-feature-meta{grid-template-columns:1fr}.lexhp-live-feature-meta>div{border-right:0!important;border-bottom:1px solid var(--lexhp-line)}.lexhp-live-feature-meta>div:last-child{border-bottom:0}.lexhp-live-connection{width:100%}.lexhp-live-lead-selector{flex-direction:column}.lexhp-live-lead-selector .lexhp-btn{width:100%}}.lexhp-operational-action{display:inline-flex;align-items:center;gap:6px;padding:3px;border:1px solid var(--lexhp-line);border-radius:8px;background:var(--lexhp-panel-2)}.lexhp-operational-action select{min-width:118px;height:32px;padding:5px 28px 5px 8px;border:0;background:transparent;color:var(--lexhp-text);font-size:11px!important;font-weight:400;outline:none}.lexhp-operational-action .lexhp-btn{min-height:32px!important;padding:5px 10px!important}@media(max-width:620px){.lexhp-operational-action{width:100%;display:grid;grid-template-columns:1fr auto}.lexhp-operational-action select{width:100%;min-width:0}}@media(min-width:821px){.lexhp-page-heading--with-session .lexhp-page-heading__actions{align-self:center!important;justify-self:end!important;justify-content:center!important;min-height:0!important}}.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__grid span,.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__grid strong,.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__mono,.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__time{line-height:1.25!important}.lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location .lexhp-session-location__grid>div{align-content:center!important}.lexhp-role-seller .lexhp-profile-popover{width:360px!important;max-width:calc(100vw - 24px)!important}.lexhp-role-seller .lexhp-profile-card{grid-template-columns:64px minmax(0,1fr)!important;align-items:start!important}.lexhp-role-seller .lexhp-profile-card .lexhp-avatar{width:64px!important;height:64px!important;align-self:start!important}.lexhp-role-seller .lexhp-profile-card__id--seller{width:100%!important;min-width:0!important}.lexhp-role-seller .lexhp-profile-card__id-line{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:8px!important;width:100%!important;min-width:0!important}.lexhp-role-seller .lexhp-profile-card__id-line code{display:block!important;min-width:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;overflow-wrap:normal!important;word-break:normal!important}.lexhp-role-seller .lexhp-profile-card__id--seller .lexhp-copy-btn{width:auto!important;min-width:max-content!important;flex:0 0 auto!important;padding-inline:8px!important}@media(max-width:540px){.lexhp-role-seller .lexhp-profile-popover{width:auto!important;max-width:none!important}.lexhp-role-seller .lexhp-profile-card{grid-template-columns:58px minmax(0,1fr)!important;gap:12px!important;padding:16px!important}.lexhp-role-seller .lexhp-profile-card .lexhp-avatar{width:58px!important;height:58px!important}.lexhp-role-seller .lexhp-profile-card__id-line{grid-template-columns:1fr!important}.lexhp-role-seller .lexhp-profile-card__id--seller .lexhp-copy-btn{justify-self:start!important}}.lexhp-profile-popover{width:360px!important;max-width:calc(100vw - 24px)!important}.lexhp-profile-card{grid-template-columns:64px minmax(0,1fr)!important;align-items:start!important}.lexhp-profile-card .lexhp-avatar{width:64px!important;height:64px!important;align-self:start!important}.lexhp-profile-card__id--credential,.lexhp-profile-card__id--seller{display:block!important;width:100%!important;min-width:0!important;margin-top:9px!important;padding:8px 9px!important;border:1px solid color-mix(in srgb,var(--lexhp-accent) 24%,var(--lexhp-line))!important;border-radius:5px!important;background:color-mix(in srgb,var(--lexhp-accent) 6%,var(--lexhp-panel))!important}.lexhp-profile-card__id--credential .lexhp-profile-card__id-label,.lexhp-profile-card__id--seller .lexhp-profile-card__id-label{display:block!important;margin:0 0 5px!important;color:var(--lexhp-muted)!important;font-size:9px!important;font-weight:400!important;line-height:1.2!important;letter-spacing:.08em!important;text-transform:uppercase!important}.lexhp-profile-card__id--credential .lexhp-profile-card__id-line,.lexhp-profile-card__id--seller .lexhp-profile-card__id-line{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:8px!important;width:100%!important;min-width:0!important}.lexhp-profile-card__id--credential .lexhp-profile-card__id-line code,.lexhp-profile-card__id--seller .lexhp-profile-card__id-line code{display:block!important;min-width:0!important;color:var(--lexhp-text)!important;font:400 11px/1.35 var(--lexh-font)!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;overflow-wrap:normal!important;word-break:normal!important}.lexhp-profile-card__id--credential .lexhp-copy-btn,.lexhp-profile-card__id--seller .lexhp-copy-btn{width:auto!important;min-width:max-content!important;flex:0 0 auto!important;padding-inline:8px!important}@media(max-width:540px){.lexhp-profile-popover{width:auto!important;max-width:none!important}.lexhp-profile-card{grid-template-columns:58px minmax(0,1fr)!important;gap:12px!important;padding:16px!important}.lexhp-profile-card .lexhp-avatar{width:58px!important;height:58px!important}.lexhp-profile-card__id--credential .lexhp-profile-card__id-line,.lexhp-profile-card__id--seller .lexhp-profile-card__id-line{grid-template-columns:1fr!important}.lexhp-profile-card__id--credential .lexhp-copy-btn,.lexhp-profile-card__id--seller .lexhp-copy-btn{justify-self:start!important}}.lexhp-content[data-section=call-campaigns] .lexhp-checkbox-row{align-items:center!important}.lexhp-content[data-section=call-campaigns] .lexhp-checkbox-row label{display:inline-flex!important;align-items:center!important;gap:8px!important;min-height:32px!important;margin:0!important}.lexhp-content[data-section=call-campaigns] .lexhp-checkbox-row input[type=checkbox]{appearance:auto!important;-webkit-appearance:checkbox!important;width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important;max-width:18px!important;max-height:18px!important;flex:0 0 18px!important;margin:0!important;padding:0!important;accent-color:var(--lexhp-accent)!important}:is(.lexhp-role-buyer,.lexhp-role-admin) .lexhp-content[data-section=analytics]{--lexhp-seller-insight-gap:15px}:is(.lexhp-role-buyer,.lexhp-role-admin) .lexhp-content[data-section=analytics] :is(.lexhp-panel,.lexhp-card){min-width:0!important;max-width:100%!important;border-radius:5px!important;overflow:hidden!important}:is(.lexhp-role-buyer,.lexhp-role-admin) .lexhp-content[data-section=analytics] :is(.lexhp-panel__head,.lexhp-card__head){min-height:82px!important;padding:18px 20px!important;gap:15px!important;align-items:center!important;border-bottom:1px solid var(--lexhp-line)!important;background:linear-gradient(180deg,var(--lexhp-panel),color-mix(in srgb,var(--lexhp-panel-2) 48%,var(--lexhp-panel)))!important}:is(.lexhp-role-buyer,.lexhp-role-admin) .lexhp-content[data-section=analytics] :is(.lexhp-panel__head,.lexhp-card__head)>div:first-child{min-width:0!important}:is(.lexhp-role-buyer,.lexhp-role-admin) .lexhp-content[data-section=analytics] .lexhp-panel__head h2{margin:3px 0 4px!important;font-size:20px!important;line-height:1.2!important;font-weight:400!important;letter-spacing:-.015em!important}:is(.lexhp-role-buyer,.lexhp-role-admin) .lexhp-content[data-section=analytics] .lexhp-panel__head p{margin:0!important;max-width:860px!important;color:var(--lexhp-muted)!important;font-size:13px!important;line-height:1.5!important}:is(.lexhp-role-buyer,.lexhp-role-admin) .lexhp-content[data-section=analytics] .lexhp-eyebrow{font-size:11px!important;font-weight:400!important;letter-spacing:.075em!important}:is(.lexhp-role-buyer,.lexhp-role-admin) .lexhp-content[data-section=analytics] .lexhp-table-wrap{width:100%!important;max-width:100%!important;overflow:auto!important;border-radius:0!important;background:var(--lexhp-panel)!important}:is(.lexhp-role-buyer,.lexhp-role-admin) .lexhp-content[data-section=analytics] .lexhp-table{min-width:980px!important;width:100%!important}:is(.lexhp-role-buyer,.lexhp-role-admin) .lexhp-content[data-section=analytics] .lexhp-table th{position:sticky!important;top:0!important;z-index:2!important;padding:11px 13px!important;background:var(--lexhp-panel-2)!important;color:var(--lexhp-muted)!important;font-size:11px!important;font-weight:400!important;letter-spacing:.04em!important;text-transform:uppercase!important;white-space:nowrap!important}:is(.lexhp-role-buyer,.lexhp-role-admin) .lexhp-content[data-section=analytics] .lexhp-table td{padding:12px 13px!important;vertical-align:middle!important;border-bottom:1px solid color-mix(in srgb,var(--lexhp-line) 78%,transparent)!important;font-size:13px!important;line-height:1.4!important}:is(.lexhp-role-buyer,.lexhp-role-admin) .lexhp-content[data-section=analytics] .lexhp-table tbody tr{transition:background .14s ease!important}:is(.lexhp-role-buyer,.lexhp-role-admin) .lexhp-content[data-section=analytics] .lexhp-table tbody tr:hover{background:color-mix(in srgb,var(--lexhp-accent) 4%,var(--lexhp-panel))!important}:is(.lexhp-role-buyer,.lexhp-role-admin) .lexhp-content[data-section=analytics] .lexha-stack{gap:15px!important}:is(.lexhp-role-buyer,.lexhp-role-admin) .lexhp-content[data-section=analytics] .lexha-toolbar{padding:18px 20px!important;align-items:flex-end!important;gap:18px!important}:is(.lexhp-role-buyer,.lexhp-role-admin) .lexhp-content[data-section=analytics] .lexha-toolbar>div:first-child{min-width:0!important;max-width:780px!important}:is(.lexhp-role-buyer,.lexhp-role-admin) .lexhp-content[data-section=analytics] .lexha-toolbar h2{margin:3px 0 5px!important;font-size:21px!important;font-weight:400!important}:is(.lexhp-role-buyer,.lexhp-role-admin) .lexhp-content[data-section=analytics] .lexha-toolbar p{font-size:13px!important;line-height:1.5!important;color:var(--lexhp-muted)!important}:is(.lexhp-role-buyer,.lexhp-role-admin) .lexhp-content[data-section=analytics] .lexha-controls{flex:0 0 auto!important;gap:10px!important}:is(.lexhp-role-buyer,.lexhp-role-admin) .lexhp-content[data-section=analytics] .lexha-controls label{min-width:138px!important;font-size:12px!important}:is(.lexhp-role-buyer,.lexhp-role-admin) .lexhp-content[data-section=analytics]>.lexha-stack>.lexhp-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:15px!important}:is(.lexhp-role-buyer,.lexhp-role-admin) .lexhp-content[data-section=analytics] .lexhp-kpi{min-height:104px!important;padding:16px 18px!important;border-radius:5px!important;background:linear-gradient(145deg,var(--lexhp-panel),color-mix(in srgb,var(--lexhp-accent) 3%,var(--lexhp-panel)))!important}:is(.lexhp-role-buyer,.lexhp-role-admin) .lexhp-content[data-section=analytics] .lexhp-kpi__copy{gap:4px!important}:is(.lexhp-role-buyer,.lexhp-role-admin) .lexhp-content[data-section=analytics] .lexhp-kpi__copy span{font-size:11px!important;font-weight:400!important;color:var(--lexhp-muted)!important}:is(.lexhp-role-buyer,.lexhp-role-admin) .lexhp-content[data-section=analytics] .lexhp-kpi__copy strong{font-size:clamp(22px,1.7vw,28px)!important;font-weight:400!important;letter-spacing:-.025em!important;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}:is(.lexhp-role-buyer,.lexhp-role-admin) .lexhp-content[data-section=analytics] .lexha-grid-wide{grid-template-columns:minmax(0,1.6fr) minmax(300px,.7fr)!important;gap:15px!important;margin:0!important}:is(.lexhp-role-buyer,.lexhp-role-admin) .lexhp-content[data-section=analytics] .lexhp-workspace-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:15px!important;margin:0!important}:is(.lexhp-role-buyer,.lexhp-role-admin) .lexhp-content[data-section=analytics] .lexha-bars{height:255px!important;padding:20px 10px 32px!important;border-bottom:0!important}:is(.lexhp-role-buyer,.lexhp-role-admin) .lexhp-content[data-section=analytics] .lexha-bar i{max-width:28px!important;border-radius:4px 4px 0 0!important}:is(.lexhp-role-buyer,.lexhp-role-admin) .lexhp-content[data-section=analytics] .lexha-metric-list{padding:4px 18px 14px!important}:is(.lexhp-role-buyer,.lexhp-role-admin) .lexhp-content[data-section=analytics] .lexha-metric-list>div{min-height:44px!important;padding:10px 0!important}:is(.lexhp-role-buyer,.lexhp-role-admin) .lexhp-content[data-section=analytics] .lexha-metric-list span{font-size:12px!important}:is(.lexhp-role-buyer,.lexhp-role-admin) .lexhp-content[data-section=analytics] .lexha-metric-list strong{font-size:13px!important;font-weight:400!important;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}:is(.lexhp-role-buyer,.lexhp-role-admin) .lexhp-content[data-section=analytics] .lexha-export{gap:7px!important;flex:0 0 auto!important}:is(.lexhp-role-buyer,.lexhp-role-admin) .lexhp-content[data-section=analytics] .lexha-top-list{padding:4px 18px 14px!important}:is(.lexhp-role-buyer,.lexhp-role-admin) .lexhp-content[data-section=analytics] .lexha-top-list>div{min-height:58px!important;padding:10px 0!important}:is(.lexhp-role-buyer,.lexhp-role-admin) .lexhp-content[data-section=analytics] .lexha-top-list>b{border-radius:5px!important}@media(max-width:1280px){:is(.lexhp-role-buyer,.lexhp-role-admin) .lexhp-content[data-section=analytics]>.lexha-stack>.lexhp-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}:is(.lexhp-role-buyer,.lexhp-role-admin) .lexhp-content[data-section=analytics] .lexhp-workspace-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:980px){:is(.lexhp-role-buyer,.lexhp-role-admin) .lexhp-content[data-section=analytics] .lexha-toolbar{align-items:stretch!important;flex-direction:column!important}:is(.lexhp-role-buyer,.lexhp-role-admin) .lexhp-content[data-section=analytics] .lexha-controls{width:100%!important}:is(.lexhp-role-buyer,.lexhp-role-admin) .lexhp-content[data-section=analytics] .lexha-controls label{flex:1 1 180px!important}:is(.lexhp-role-buyer,.lexhp-role-admin) .lexhp-content[data-section=analytics] .lexha-grid-wide{grid-template-columns:1fr!important}}@media(max-width:760px){:is(.lexhp-role-buyer,.lexhp-role-admin) .lexhp-content[data-section=analytics] :is(.lexhp-panel__head,.lexhp-card__head){padding:15px 16px!important;align-items:flex-start!important}:is(.lexhp-role-buyer,.lexhp-role-admin) .lexhp-content[data-section=analytics]>.lexha-stack>.lexhp-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}:is(.lexhp-role-buyer,.lexhp-role-admin) .lexhp-content[data-section=analytics] .lexhp-workspace-grid{grid-template-columns:1fr!important}:is(.lexhp-role-buyer,.lexhp-role-admin) .lexhp-content[data-section=analytics] .lexha-toolbar{padding:16px!important}}@media(max-width:520px){:is(.lexhp-role-buyer,.lexhp-role-admin) .lexhp-content[data-section=analytics]>.lexha-stack>.lexhp-kpi-grid{grid-template-columns:1fr!important}:is(.lexhp-role-buyer,.lexhp-role-admin) .lexhp-content[data-section=analytics] .lexha-controls{display:grid!important;grid-template-columns:1fr!important}:is(.lexhp-role-buyer,.lexhp-role-admin) .lexhp-content[data-section=analytics] .lexha-controls label{min-width:0!important;width:100%!important}:is(.lexhp-role-buyer,.lexhp-role-admin) .lexhp-content[data-section=analytics] .lexha-controls .lexhp-btn{width:100%!important}}.lexhp-app .lexhp-copy-btn{width:32px!important;height:32px!important;min-width:32px!important;max-width:32px!important;min-height:32px!important;max-height:32px!important;padding:0!important;gap:0!important;flex:0 0 32px!important;border-radius:6px!important}.lexhp-app .lexhp-copy-btn.is-compact{width:28px!important;height:28px!important;min-width:28px!important;max-width:28px!important;min-height:28px!important;max-height:28px!important;flex-basis:28px!important;padding:0!important}.lexhp-app .lexhp-copy-btn svg{width:16px!important;height:16px!important;flex:0 0 16px!important}.lexhp-app .lexhp-copy-btn.is-compact svg{width:14px!important;height:14px!important;flex-basis:14px!important}.lexhp-app .lexhp-profile-card__id .lexhp-copy-btn,.lexhp-app .lexhp-profile-card__id--credential .lexhp-copy-btn,.lexhp-app .lexhp-profile-card__id--seller .lexhp-copy-btn{width:32px!important;height:32px!important;min-width:32px!important;max-width:32px!important;min-height:32px!important;max-height:32px!important;flex:0 0 32px!important;padding:0!important;justify-self:end!important}.lexhp-app .lexhp-profile-card__id .lexhp-copy-btn svg,.lexhp-app .lexhp-profile-card__id--credential .lexhp-copy-btn svg,.lexhp-app .lexhp-profile-card__id--seller .lexhp-copy-btn svg{width:17px!important;height:17px!important;flex-basis:17px!important}.lexhp-app .lexhp-account-details>div .lexhp-copy-btn,.lexhp-app .lexhp-code-card>.lexhp-copy-btn,.lexhp-app .lexhp-platform-id .lexhp-copy-btn,.lexhp-app .lexhp-secret-reveal>.lexhp-copy-btn{width:32px!important;min-width:32px!important;max-width:32px!important;align-self:auto!important}@media(max-width:600px){.lexhp-app .lexhp-copy-btn:not(.is-compact){width:32px!important;min-width:32px!important;max-width:32px!important;min-height:32px!important;max-height:32px!important}.lexhp-app .lexhp-secret-reveal>.lexhp-copy-btn{width:32px!important}}.lexhp-order-price{display:grid;gap:3px;justify-items:end;min-width:150px;text-align:right}.lexhp-order-price small,.lexhp-order-price span{display:block;color:var(--lexhp-muted);font-size:10px!important;line-height:1.35}.lexhp-order-price b{font-size:13px!important;line-height:1.25;color:var(--lexhp-text)}.lexhp-pricing-fixed-rates{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:18px 18px 0}.lexhp-pricing-fixed-rates>div{min-width:0;padding:13px 14px;border:1px solid var(--lexhp-line);border-radius:6px;background:var(--lexhp-panel-2)}.lexhp-pricing-fixed-rates small,.lexhp-pricing-fixed-rates span,.lexhp-pricing-fixed-rates strong{display:block}.lexhp-pricing-fixed-rates span{font-size:11px!important;font-weight:400!important;color:var(--lexhp-muted)}.lexhp-pricing-fixed-rates strong{margin-top:5px;font-size:24px!important;line-height:1.1;color:var(--lexhp-text)}.lexhp-pricing-fixed-rates small{margin-top:5px;font-size:10px!important;line-height:1.4;color:var(--lexhp-subtle)}.lexhp-pricing-transactions{min-width:0}.lexhp-pricing-filters{display:grid;grid-template-columns:repeat(5,minmax(135px,1fr));gap:10px;padding:16px 18px;border-bottom:1px solid var(--lexhp-line);background:var(--lexhp-panel-2)}.lexhp-pricing-filters label{display:grid;gap:5px;min-width:0;font-size:10px!important;font-weight:400!important;color:var(--lexhp-muted)}.lexhp-pricing-filters input,.lexhp-pricing-filters select{width:100%;min-width:0}.lexhp-pricing-filters>.lexhp-btn{align-self:end;min-height:38px}.lexhp-pricing-ledger-table{width:100%;min-width:2200px}.lexhp-pricing-ledger-table th{white-space:nowrap}.lexhp-pricing-ledger-table td{vertical-align:top;min-width:120px}.lexhp-pricing-ledger-table td small,.lexhp-pricing-ledger-table td span,.lexhp-pricing-ledger-table td strong{display:block;line-height:1.4}.lexhp-pricing-ledger-table td small{margin-top:3px;color:var(--lexhp-muted);font-size:10px!important}.lexhp-pricing-ledger-table .lexhp-copy-value{display:flex!important;align-items:center;gap:5px;margin-top:3px}.lexhp-pricing-refund-form{display:grid;gap:7px;min-width:220px;padding-top:8px}.lexhp-pricing-refund-form label{display:grid;gap:4px;font-size:10px!important;color:var(--lexhp-muted)}.lexhp-pricing-refund-form input{width:100%;min-width:0}.lexhp-marketplace-pricing-note{grid-column:span 2;min-height:100%;margin:0!important}.lexhp-marketplace-pricing-note strong{font-size:11px!important}.lexhp-marketplace-pricing-note p{margin:4px 0 0!important;font-size:10px!important;line-height:1.45!important}@media(max-width:1180px){.lexhp-pricing-filters{grid-template-columns:repeat(3,minmax(140px,1fr))}}@media(max-width:820px){.lexhp-pricing-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.lexhp-marketplace-pricing-note{grid-column:1/-1}}@media(max-width:600px){.lexhp-order-price{justify-items:start;text-align:left;min-width:0}.lexhp-pricing-fixed-rates{grid-template-columns:1fr;padding:14px 14px 0}.lexhp-pricing-filters{grid-template-columns:1fr;padding:14px}.lexhp-pricing-filters>.lexhp-btn{width:100%}.lexhp-marketplace-pricing-note{grid-column:auto}}:root{--lexhp-light-text:#191B20;--lexhp-light-secondary:#686B74;--lexhp-light-muted:#858994;--lexhp-light-sidebar:#FFFFFF;--lexhp-light-bg:#F7F8FB;--lexhp-light-card:#FFFFFF;--lexhp-light-border:#E7E9EF;--lexhp-light-divider:#ECEEF2;--lexhp-light-hover:#F3F4F7;--lexhp-light-expanded:#ECEEF2;--lexhp-light-active:#F0EEFF;--lexhp-light-primary:#5B4CF0;--lexhp-light-primary-hover:#4939DE;--lexhp-light-success:#168A55;--lexhp-light-warning:#B76A00;--lexhp-light-error:#D92D3A;--lexhp-light-info:#1677C8;--lexhp-light-radius:12px;--lexhp-light-card-radius:14px;--lexhp-light-button-radius:10px;--lexhp-light-transition:160ms ease-out}html body,html body *{font-family:var(--lexh-font)!important;font-weight:400!important}html body :where(strong,b,th,h1,h2,h3,h4,h5,h6,button,label,summary){font-weight:400!important}html[data-lexh-color-mode=light] .lexhp-app{--lexhp-bg:var(--lexhp-light-bg)!important;--lexhp-panel:var(--lexhp-light-card)!important;--lexhp-panel-2:#FAFAFC!important;--lexhp-panel-3:var(--lexhp-light-hover)!important;--lexhp-text:var(--lexhp-light-text)!important;--lexhp-muted:var(--lexhp-light-secondary)!important;--lexhp-subtle:var(--lexhp-light-muted)!important;--lexhp-line:var(--lexhp-light-border)!important;--lexhp-line-strong:#D9DCE3!important;--lexhp-sidebar:var(--lexhp-light-sidebar)!important;--lexhp-sidebar-2:var(--lexhp-light-sidebar)!important;--lexhp-sidebar-text:var(--lexhp-light-text)!important;--lexhp-success:var(--lexhp-light-success)!important;--lexhp-warning:var(--lexhp-light-warning)!important;--lexhp-danger:var(--lexhp-light-error)!important;--lexhp-info:var(--lexhp-light-info)!important;--lexhp-shadow:0 2px 10px rgba(25,27,32,.035)!important;--lexhp-shadow-lg:0 10px 28px rgba(25,27,32,.08)!important;--lexhp-radius:var(--lexhp-light-radius)!important;--lexhp-sidebar-width:280px!important;--lexhp-accent:var(--lexhp-light-primary)!important;--lexhp-accent-2:var(--lexhp-light-primary-hover)!important;background:var(--lexhp-light-bg)!important;color:var(--lexhp-light-text)!important}html[data-lexh-color-mode=light] .lexhp-main{background:var(--lexhp-light-bg)!important}html[data-lexh-color-mode=light] .lexhp-content{width:min(100%,1366px)!important;max-width:1366px!important;margin:0 auto!important;padding:32px!important}html[data-lexh-color-mode=dark] .lexhp-content{margin:0 auto!important;padding:32px!important}html[data-lexh-color-mode=light] .lexhp-topbar{border-bottom:1px solid var(--lexhp-light-border)!important}html[data-lexh-color-mode=light] .lexhp-content .lexhp-page-heading h1{margin:0 0 8px!important;color:var(--lexhp-light-text)!important;font-size:32px!important;line-height:40px!important}html[data-lexh-color-mode=dark] .lexhp-content .lexhp-page-heading h1{margin:0 0 8px!important}html[data-lexh-color-mode=light] .lexhp-content .lexhp-page-heading p{max-width:760px!important;color:var(--lexhp-light-secondary)!important;font-size:16px!important;line-height:26px!important}html[data-lexh-color-mode=light] .lexhp-content h2{color:var(--lexhp-light-text)!important;font-size:24px!important;line-height:32px!important}html[data-lexh-color-mode=light] .lexhp-content h3{color:#24262C!important;font-size:18px!important;line-height:26px!important}html[data-lexh-color-mode=light] .lexhp-content h4{color:#2E3036!important;font-size:16px!important;line-height:24px!important}html[data-lexh-color-mode=light] .lexhp-content :where(p,li,td,input,select,textarea){font-size:15px!important;line-height:24px!important}html[data-lexh-color-mode=light] .lexhp-content :where(small,.lexhp-subtle,.lexhp-muted-copy){font-size:14px!important;line-height:21px!important}html[data-lexh-color-mode=light] .lexhp-content :where(.lexhp-eyebrow,.lexhp-table th,.lexhp-caption){font-size:12px!important;line-height:18px!important}html[data-lexh-color-mode=light] .lexhp-content .lexhp-kpi__copy strong{font-size:28px!important;line-height:34px!important}html[data-lexh-color-mode=light] .lexhp-content .lexhp-kpi__copy span{font-size:14px!important;line-height:20px!important;color:var(--lexhp-light-secondary)!important}html[data-lexh-color-mode=light] .lexhp-sidebar{width:280px!important;color:var(--lexhp-light-text)!important;border-right:1px solid var(--lexhp-light-border)!important}html[data-lexh-color-mode=light] .lexhp-sidebar__brand{border-bottom:1px solid var(--lexhp-light-divider)!important;padding:14px!important}html[data-lexh-color-mode=dark] .lexhp-sidebar__brand{padding:14px!important}html[data-lexh-color-mode=light] .lexhp-sidebar__identity:hover{background:var(--lexhp-light-hover)!important}html[data-lexh-color-mode=light] .lexhp-sidebar__identity--stacked .lexhp-logo-plate{border:1px solid var(--lexhp-light-border)!important;box-shadow:none!important}html[data-lexh-color-mode=light] .lexhp-role-chip{background:#F8F8FB!important;border:1px solid var(--lexhp-light-border)!important;color:var(--lexhp-light-secondary)!important}html[data-lexh-color-mode=light] .lexhp-nav{padding:10px 10px 16px!important;scrollbar-color:#CDD1D9 transparent!important}html[data-lexh-color-mode=dark] .lexhp-nav{padding:10px 10px 16px!important}html[data-lexh-color-mode=light] .lexhp-nav-group__toggle{min-height:48px!important;padding:11px 14px!important;border-radius:12px!important;color:var(--lexhp-light-secondary)!important;transition:background var(--lexhp-light-transition),color var(--lexhp-light-transition),border-color var(--lexhp-light-transition)!important}html[data-lexh-color-mode=dark] .lexhp-nav-group__toggle{padding:11px 14px!important}html[data-lexh-color-mode=light] .lexhp-nav-group__toggle:hover{background:var(--lexhp-light-hover)!important;border-color:transparent!important;color:var(--lexhp-light-text)!important;transform:none!important}html[data-lexh-color-mode=light] .lexhp-nav-group.is-active>.lexhp-nav-group__toggle,html[data-lexh-color-mode=light] .lexhp-nav-group.is-open>.lexhp-nav-group__toggle{background:var(--lexhp-light-expanded)!important;border-color:transparent!important;color:var(--lexhp-light-text)!important}html[data-lexh-color-mode=light] .lexhp-nav-group__label>span:last-child{font-size:15px!important;line-height:22px!important}html[data-lexh-color-mode=light] .lexhp-nav-group__glyph{width:28px!important;height:28px!important;color:var(--lexhp-light-secondary)!important}html[data-lexh-color-mode=dark] .lexhp-nav-group__items,html[data-lexh-color-mode=light] .lexhp-nav-group__items{padding:4px 0 6px 22px!important}html[data-lexh-color-mode=light] .lexhp-nav-group__items:before{content:"";position:absolute;left:14px;top:7px;bottom:9px;width:1px;background:var(--lexhp-light-divider)}html[data-lexh-color-mode=light] .lexhp-nav--grouped .lexhp-nav__item{min-height:44px!important;grid-template-columns:30px minmax(0,1fr) auto!important;gap:10px!important;padding:7px 12px!important;margin:2px 0!important;border-radius:12px!important;color:var(--lexhp-light-secondary)!important;transition:background var(--lexhp-light-transition),color var(--lexhp-light-transition)!important}html[data-lexh-color-mode=dark] .lexhp-nav--grouped .lexhp-nav__item{gap:10px!important;padding:7px 12px!important;margin:2px 0!important}html[data-lexh-color-mode=light] .lexhp-nav__item:hover{background:var(--lexhp-light-hover)!important;color:var(--lexhp-light-text)!important}html[data-lexh-color-mode=light] .lexhp-nav__item.is-active{background:var(--lexhp-light-active)!important;color:var(--lexhp-light-primary)!important;box-shadow:inset 3px 0 0 var(--lexhp-light-primary)!important}html[data-lexh-color-mode=light] .lexhp-nav__icon{width:30px!important;height:30px!important;color:currentColor!important}html[data-lexh-color-mode=light] .lexhp-nav__item.is-active .lexhp-nav__icon,html[data-lexh-color-mode=light] .lexhp-nav__item:hover .lexhp-nav__icon{color:currentColor!important;background:transparent!important;border:0!important}html[data-lexh-color-mode=light] .lexhp-nav__label{font-size:14px!important}html[data-lexh-color-mode=light] .lexhp-nav__badge{background:#F1F2F5!important;border-color:var(--lexhp-light-border)!important;color:var(--lexhp-light-secondary)!important}html[data-lexh-color-mode=light] .lexhp-sidebar__footer{border-top:1px solid var(--lexhp-light-divider)!important}html[data-lexh-color-mode=light] .lexhp-demo-mini{border-color:#CDE8DA!important;color:var(--lexhp-light-text)!important}html[data-lexh-color-mode=light] .lexhp-demo-mini strong{color:var(--lexhp-light-text)!important}html[data-lexh-color-mode=light] .lexhp-back-site,html[data-lexh-color-mode=light] .lexhp-demo-mini small{color:var(--lexhp-light-secondary)!important}html[data-lexh-color-mode=light] .lexhp-sidebar-angle-toggle,html[data-lexh-color-mode=light] .lexhp-sidebar-signout{background:#FFFFFF!important;border-color:var(--lexhp-light-border)!important;color:var(--lexhp-light-secondary)!important;box-shadow:none!important;transform:none!important}html[data-lexh-color-mode=light] .lexhp-sidebar-angle-toggle:hover,html[data-lexh-color-mode=light] .lexhp-sidebar-signout:hover{background:var(--lexhp-light-hover)!important;color:var(--lexhp-light-text)!important;transform:none!important}html[data-lexh-color-mode=light] .lexhp-app :where(.lexhp-card,.lexhp-panel,.lexhp-kpi,.lexhp-module-hero,.lexhp-live-feature-hero,.lexhp-profile-popover,.lexhp-popover,.lexhp-modal__panel,.lexhp-live-resource-form,.lexhp-live-data-stack>section){background:#FFFFFF!important;border-color:var(--lexhp-light-border)!important;border-radius:14px!important;box-shadow:none!important}html[data-lexh-color-mode=light] .lexhp-app :where(.lexhp-card:hover,.lexhp-panel:hover,.lexhp-kpi:hover){transform:none!important}html[data-lexh-color-mode=light] .lexhp-app :where(input,select,textarea){min-height:44px!important;border:1px solid #d9dce3!important;border-radius:10px!important;background:#FFFFFF!important;color:var(--lexhp-light-text)!important;box-shadow:none!important}html[data-lexh-color-mode=light] .lexhp-app :where(input,select,textarea):focus{border-color:var(--lexhp-light-primary)!important;box-shadow:0 0 0 3px rgba(91,76,240,.12)!important;outline:0!important}html[data-lexh-color-mode=light] .lexhp-app .lexhp-btn{min-height:44px!important;border-radius:10px!important;transition:background var(--lexhp-light-transition),border-color var(--lexhp-light-transition),color var(--lexhp-light-transition),opacity var(--lexhp-light-transition)!important}html[data-lexh-color-mode=light] .lexhp-app .lexhp-btn--primary{background:var(--lexhp-light-primary)!important;border-color:var(--lexhp-light-primary)!important;color:#fff!important;box-shadow:none!important}html[data-lexh-color-mode=light] .lexhp-app .lexhp-btn--primary:hover{background:var(--lexhp-light-primary-hover)!important;border-color:var(--lexhp-light-primary-hover)!important;box-shadow:none!important}html[data-lexh-color-mode=light] .lexhp-app :where(.lexhp-btn--secondary,.lexhp-btn--ghost){background:#FFFFFF!important;border-color:var(--lexhp-light-border)!important;color:var(--lexhp-light-text)!important;box-shadow:none!important}html[data-lexh-color-mode=light] .lexhp-app .lexhp-btn--danger{color:var(--lexhp-light-error)!important;border-color:#F1C6CB!important;background:#FFF7F8!important}html[data-lexh-color-mode=light] .lexhp-table-wrap{border-color:var(--lexhp-light-border)!important;border-radius:14px!important}html[data-lexh-color-mode=light] .lexhp-table th{letter-spacing:.03em!important}html[data-lexh-color-mode=light] .lexhp-table td{border-color:var(--lexhp-light-divider)!important}html[data-lexh-color-mode=light] .lexhp-modal__backdrop{background:rgba(25,27,32,.38)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}html[data-lexh-color-mode=light] .lexhp-toast{border-color:var(--lexhp-light-border)!important;background:#FFFFFF!important;border-radius:12px!important;box-shadow:0 10px 28px rgba(25,27,32,.1)!important}.lexhp-app :where(a,button,input,select,textarea,summary,[tabindex]):focus-visible{outline:2px solid var(--lexhp-light-primary)!important;outline-offset:2px!important}.lexhp-app :where(button,a,input,select,textarea){transition-duration:.16s!important;transition-timing-function:ease-out!important}@media(min-width:821px){.lexhp-app.is-sidebar-hidden{grid-template-columns:76px minmax(0,1fr)!important}.lexhp-app.is-sidebar-hidden .lexhp-sidebar{width:76px!important;transform:none!important;pointer-events:auto!important}.lexhp-app.is-sidebar-hidden .lexhp-main{grid-column:2!important}.lexhp-app.is-sidebar-hidden .lexhp-sidebar__brand{padding:12px 9px!important}.lexhp-app.is-sidebar-hidden .lexhp-sidebar__identity--stacked .lexhp-logo-plate{height:48px!important;padding:8px 5px!important}.lexhp-app.is-sidebar-hidden .lexhp-back-site,.lexhp-app.is-sidebar-hidden .lexhp-demo-mini>div,.lexhp-app.is-sidebar-hidden .lexhp-nav-group__chevron,.lexhp-app.is-sidebar-hidden .lexhp-nav-group__label>span:last-child,.lexhp-app.is-sidebar-hidden .lexhp-nav__badge,.lexhp-app.is-sidebar-hidden .lexhp-nav__label,.lexhp-app.is-sidebar-hidden .lexhp-role-chip,.lexhp-app.is-sidebar-hidden .lexhp-sidebar-signout{display:none!important}.lexhp-app.is-sidebar-hidden .lexhp-nav{padding-inline:8px!important}.lexhp-app.is-sidebar-hidden .lexhp-nav-group__toggle{justify-content:center!important;padding:8px!important}.lexhp-app.is-sidebar-hidden .lexhp-nav-group__label{justify-content:center!important;flex:0 0 auto!important}.lexhp-app.is-sidebar-hidden .lexhp-nav-group__items{padding:3px 0 6px!important}.lexhp-app.is-sidebar-hidden .lexhp-nav-group__items:before{display:none!important}.lexhp-app.is-sidebar-hidden .lexhp-nav--grouped .lexhp-nav__item{grid-template-columns:1fr!important;padding:7px!important;justify-items:center!important}.lexhp-app.is-sidebar-hidden .lexhp-nav__icon{width:36px!important;height:36px!important}.lexhp-app.is-sidebar-hidden .lexhp-sidebar__footer{padding:10px!important}.lexhp-app.is-sidebar-hidden .lexhp-demo-mini{justify-content:center!important;padding:10px!important}.lexhp-app.is-sidebar-hidden .lexhp-sidebar-footer-actions{justify-content:center!important}.lexhp-app.is-sidebar-hidden .lexhp-sidebar-angle-toggle{margin:8px auto 0!important}}@media(max-width:1100px) and (min-width:821px){html[data-lexh-color-mode=dark] .lexhp-content,html[data-lexh-color-mode=light] .lexhp-content{padding:24px!important}}@media(max-width:820px){.lexhp-sidebar{width:min(88vw,320px)!important;max-width:320px!important}.lexhp-app.is-sidebar-hidden .lexhp-sidebar{pointer-events:auto!important}.lexhp-content{width:100%!important;max-width:none!important;padding:20px 20px 28px!important}html[data-lexh-color-mode=light] .lexhp-content .lexhp-page-heading h1{font-size:30px!important;line-height:38px!important}html[data-lexh-color-mode=light] .lexhp-content h2{font-size:22px!important;line-height:30px!important}.lexhp-sidebar-angle-toggle{display:none!important}}@media(max-width:600px){.lexhp-content{padding:16px 16px 24px!important}html[data-lexh-color-mode=light] .lexhp-content .lexhp-page-heading h1{font-size:26px!important;line-height:34px!important}html[data-lexh-color-mode=light] .lexhp-content .lexhp-page-heading p{font-size:15px!important;line-height:26px!important}html[data-lexh-color-mode=light] .lexhp-content h2{font-size:20px!important;line-height:28px!important}html[data-lexh-color-mode=light] .lexhp-content h3{font-size:17px!important;line-height:26px!important}}@media(prefers-reduced-motion:reduce){.lexhp-app *,.lexhp-app :after,.lexhp-app :before{animation:none!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.lexhp-app .lexhp-main{width:100%!important;max-width:none!important;min-width:0!important}.lexhp-app .lexhp-content,html[data-lexh-color-mode=light] .lexhp-app .lexhp-content,html[data-lexh-legacy-dark-disabled=true] .lexhp-app .lexhp-content{width:auto!important;max-width:none!important;margin:15px!important;padding:0!important;box-sizing:border-box!important}.lexhp-app .lexhp-content,html[data-lexh-color-mode=dark] .lexhp-app .lexhp-content,html[data-lexh-legacy-dark-disabled=true] .lexhp-app .lexhp-content{margin:15px!important;padding:0!important}.lexhp-app .lexhp-content :where(.lexhp-dashboard-grid,.lexhp-workspace-grid,.lexhp-grid,.lexhp-finance-layout,.lexha-grid-wide,.lexhp-kpi-grid){width:100%!important;max-width:none!important;min-width:0!important}@media(max-width:820px){.lexhp-app .lexhp-content,html[data-lexh-color-mode=light] .lexhp-app .lexhp-content,html[data-lexh-legacy-dark-disabled=true] .lexhp-app .lexhp-content{width:auto!important;max-width:none!important;margin:15px!important;padding:0!important}.lexhp-app .lexhp-content,html[data-lexh-color-mode=dark] .lexhp-app .lexhp-content,html[data-lexh-legacy-dark-disabled=true] .lexhp-app .lexhp-content{margin:15px!important;padding:0!important}}.lexhp-stripe-checkout{position:fixed;inset:0;z-index:220;display:grid;place-items:center;padding:20px}.lexhp-stripe-checkout__backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(15,23,42,.56);cursor:default}.lexhp-stripe-checkout__panel{position:relative;z-index:1;width:min(680px,100%);max-height:calc(100vh - 40px);overflow:auto;border:1px solid var(--lexhp-line);border-radius:14px;background:var(--lexhp-panel);box-shadow:0 24px 70px rgba(15,23,42,.22)}.lexhp-stripe-checkout__head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:22px 24px;border-bottom:1px solid var(--lexhp-line)}.lexhp-stripe-checkout__head>div{min-width:0}.lexhp-stripe-checkout__head h2{margin:4px 0 6px}.lexhp-stripe-checkout__head p{margin:0;color:var(--lexhp-muted);line-height:1.55}.lexhp-stripe-checkout__form{display:grid;gap:18px;padding:22px 24px}.lexhp-stripe-checkout__summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border:1px solid var(--lexhp-line);border-radius:12px;overflow:hidden;background:var(--lexhp-panel-2)}.lexhp-stripe-checkout__summary>div{min-width:0;padding:12px 14px;border-right:1px solid var(--lexhp-line);border-bottom:1px solid var(--lexhp-line)}.lexhp-stripe-checkout__summary>div:nth-child(2n){border-right:0}.lexhp-stripe-checkout__summary>div:nth-last-child(-n+2){border-bottom:0}.lexhp-stripe-checkout__summary span,.lexhp-stripe-checkout__summary strong{display:block;overflow-wrap:anywhere}.lexhp-stripe-checkout__summary span{color:var(--lexhp-muted);font-size:14px;line-height:21px}.lexhp-stripe-checkout__summary strong{margin-top:4px;color:var(--lexhp-text);font-size:14px;line-height:21px}.lexhp-stripe-checkout__element{min-height:120px}.lexhp-stripe-checkout__actions{display:flex;justify-content:flex-end;gap:10px}.lexhp-stripe-checkout__security{margin:0;color:var(--lexhp-muted);font-size:14px;line-height:21px}@media(max-width:620px){.lexhp-stripe-checkout{padding:10px}.lexhp-stripe-checkout__panel{max-height:calc(100vh - 20px)}.lexhp-stripe-checkout__head{padding:18px;flex-direction:column}.lexhp-stripe-checkout__form{padding:18px}.lexhp-stripe-checkout__summary{grid-template-columns:1fr}.lexhp-stripe-checkout__summary>div{border-right:0!important;border-bottom:1px solid var(--lexhp-line)!important}.lexhp-stripe-checkout__summary>div:last-child{border-bottom:0!important}.lexhp-stripe-checkout__actions{display:grid;grid-template-columns:1fr 1fr}.lexhp-stripe-checkout__actions .lexhp-btn{width:100%}}.lexhp-payment-chooser__body,.lexhp-payment-manager{display:grid;gap:20px;min-width:0}.lexhp-payment-chooser__methods,.lexhp-primary-payment-grid,.lexhp-saved-payment-grid,.lexhp-wallet-account-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;padding:20px 24px}.lexhp-payment-choice,.lexhp-payment-option,.lexhp-saved-payment-card,.lexhp-wallet-account-card{display:grid;gap:10px;min-width:0;padding:18px;border:1px solid var(--lexhp-line);border-radius:12px;background:var(--lexhp-panel);font-weight:400!important;transition:border-color .16s ease-out,background-color .16s ease-out,box-shadow .16s ease-out}.lexhp-payment-choice{grid-template-columns:auto minmax(0,1fr);align-items:start;cursor:pointer}.lexhp-payment-choice input,.lexhp-payment-option input[type=radio],.lexhp-stripe-setup__primary input{width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important;margin:2px 0 0!important;padding:0!important;accent-color:var(--lexhp-accent)}.lexhp-payment-choice>span{grid-column:2;min-width:0;overflow-wrap:anywhere;color:var(--lexhp-muted);font-size:14px!important;line-height:21px!important}.lexhp-payment-choice__title{color:var(--lexhp-text)!important;font-size:15px!important;line-height:22px!important;font-weight:400!important}.lexhp-payment-choice.is-selected,.lexhp-payment-option.is-recommended,.lexhp-saved-payment-card.is-primary,.lexhp-wallet-account-card.is-primary{border-color:color-mix(in srgb,var(--lexhp-accent) 42%,var(--lexhp-line));background:color-mix(in srgb,var(--lexhp-accent) 4%,var(--lexhp-panel));box-shadow:0 0 0 2px color-mix(in srgb,var(--lexhp-accent) 8%,transparent)}.lexhp-payment-preference-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--lexhp-line);background:var(--lexhp-panel-2)}.lexhp-payment-preference-summary>div{padding:14px 18px;border-right:1px solid var(--lexhp-line);min-width:0}.lexhp-payment-preference-summary>div:last-child{border-right:0}.lexhp-payment-preference-summary span{display:block;font-size:14px!important;line-height:21px!important;font-weight:400!important;overflow-wrap:anywhere}.lexhp-payment-preference-summary span:first-child{color:var(--lexhp-muted);font-size:12px!important;line-height:18px!important;margin-bottom:4px}.lexhp-payment-option__head,.lexhp-saved-payment-card__top,.lexhp-wallet-account-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;min-width:0;font-size:14px!important;line-height:21px!important;font-weight:400!important}.lexhp-payment-option__head label{display:flex;align-items:flex-start;gap:9px;cursor:pointer;min-width:0}.lexhp-saved-payment-card__number{font-size:20px!important;line-height:28px!important;letter-spacing:.04em;font-weight:400!important;color:var(--lexhp-text)}.lexhp-payment-option__details,.lexhp-saved-payment-card__meta,.lexhp-wallet-account-card__meta{color:var(--lexhp-muted);font-size:14px!important;line-height:21px!important;font-weight:400!important}.lexhp-wallet-account-card__balance{font-size:24px!important;line-height:32px!important;font-weight:400!important;color:var(--lexhp-text)}.lexhp-payment-primary-chip{display:inline-flex;align-items:center;min-height:26px;padding:3px 9px;border:1px solid color-mix(in srgb,var(--lexhp-accent) 28%,var(--lexhp-line));border-radius:999px;background:color-mix(in srgb,var(--lexhp-accent) 7%,var(--lexhp-panel));color:var(--lexhp-accent);font-size:12px!important;line-height:18px!important;font-weight:400!important;white-space:nowrap}.lexhp-wallet-create-form{display:grid;grid-template-columns:minmax(220px,1fr) minmax(180px,.6fr) auto;gap:14px;align-items:end;padding:20px 24px;border-top:1px solid var(--lexhp-line);border-bottom:1px solid var(--lexhp-line);background:var(--lexhp-panel-2)}.lexhp-wallet-create-form label{display:grid;gap:6px;font-size:14px!important;line-height:20px!important;font-weight:400!important}.lexhp-payment-option select,.lexhp-wallet-create-form input,.lexhp-wallet-create-form select{width:100%;min-height:44px;padding:9px 12px;border:1px solid var(--lexhp-line);border-radius:10px;background:var(--lexhp-panel);color:var(--lexhp-text);font:400 14px/20px Open Sans,Arial,sans-serif!important;outline:none}.lexhp-payment-option select:focus,.lexhp-wallet-create-form input:focus,.lexhp-wallet-create-form select:focus{border-color:var(--lexhp-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--lexhp-accent) 13%,transparent)}.lexhp-stripe-setup__primary{display:flex;align-items:flex-start;gap:10px;margin:16px 0;padding:12px 14px;border:1px solid var(--lexhp-line);border-radius:10px;background:var(--lexhp-panel-2);color:var(--lexhp-text);font-size:14px!important;line-height:21px!important;font-weight:400!important;cursor:pointer}.lexhp-payment-chooser__panel{width:min(1040px,calc(100vw - 28px))!important;max-height:calc(100vh - 28px);overflow:auto}.lexhp-payment-chooser__summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-bottom:1px solid var(--lexhp-line);background:var(--lexhp-panel-2)}.lexhp-payment-chooser__summary>div{padding:14px 18px;border-right:1px solid var(--lexhp-line);min-width:0}.lexhp-payment-chooser__summary>div:last-child{border-right:0}.lexhp-payment-chooser__summary span{display:block;font-size:14px!important;line-height:21px!important;font-weight:400!important;overflow-wrap:anywhere}.lexhp-payment-chooser__summary span:first-child{font-size:12px!important;line-height:18px!important;color:var(--lexhp-muted);margin-bottom:4px}.lexhp-payment-option p{margin:0;color:var(--lexhp-muted);font-size:14px!important;line-height:21px!important;font-weight:400!important}.lexhp-payment-option__details{display:grid;gap:4px;padding:10px 12px;border-radius:10px;background:var(--lexhp-panel-2)}.lexhp-payment-option__details .is-ok{color:#168a55}.lexhp-payment-option__details .is-warning{color:#b76a00}.lexhp-payment-chooser__loading{padding:32px 24px;color:var(--lexhp-muted);font-size:15px!important;line-height:24px!important;font-weight:400!important}.lexhp-lead-qr-checkout{display:grid;grid-template-columns:160px minmax(0,1fr);gap:16px;align-items:center;padding:14px;border:1px solid var(--lexhp-line);border-radius:12px;background:var(--lexhp-panel-2)}.lexhp-lead-qr-checkout img{display:block;width:160px;height:160px;max-width:100%;border-radius:10px;background:#fff;padding:6px}.lexhp-lead-qr-checkout span{display:block;font-size:15px!important;line-height:22px!important;font-weight:400!important;color:var(--lexhp-text)}.lexhp-qr-checkout-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:var(--lexhp-bg,#f7f8fb);font-family:Open Sans,Arial,sans-serif;font-weight:400!important;color:var(--lexhp-text,#191b20)}.lexhp-qr-checkout-page__card{width:min(620px,100%);padding:28px!important}.lexhp-qr-checkout-page__card h1{margin:6px 0 8px;font-size:28px!important;line-height:36px!important;font-weight:400!important}.lexhp-qr-checkout-page__card p{margin:0 0 20px;color:var(--lexhp-muted,#686b74);font-size:15px!important;line-height:24px!important;font-weight:400!important}@media(max-width:760px){.lexhp-payment-chooser__methods,.lexhp-primary-payment-grid,.lexhp-saved-payment-grid,.lexhp-wallet-account-grid{grid-template-columns:1fr;padding:16px}.lexhp-payment-chooser__summary,.lexhp-payment-preference-summary{grid-template-columns:1fr}.lexhp-payment-chooser__summary>div,.lexhp-payment-preference-summary>div{border-right:0;border-bottom:1px solid var(--lexhp-line)}.lexhp-payment-chooser__summary>div:last-child,.lexhp-payment-preference-summary>div:last-child{border-bottom:0}.lexhp-wallet-create-form{grid-template-columns:1fr;padding:16px}.lexhp-lead-qr-checkout{grid-template-columns:1fr}.lexhp-lead-qr-checkout img{width:190px;height:190px;justify-self:center}.lexhp-payment-chooser__panel{width:calc(100vw - 16px)!important;max-height:calc(100vh - 16px)}.lexhp-qr-checkout-page{padding:16px}.lexhp-qr-checkout-page__card{padding:20px!important}}.lexhp-payment-preference-save{padding:0 24px 20px}.lexhp-saved-payment-card.is-expired{border-color:color-mix(in srgb,#b76a00 35%,var(--lexhp-line));background:color-mix(in srgb,#b76a00 4%,var(--lexhp-panel))}.lexhp-wallet-ledger{margin:0 24px 24px;border:1px solid var(--lexhp-line);border-radius:12px;overflow:hidden;background:var(--lexhp-panel)}.lexhp-wallet-ledger__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:16px 18px;border-bottom:1px solid var(--lexhp-line);background:var(--lexhp-panel-2)}.lexhp-wallet-ledger__head h3{margin:4px 0 3px;font-weight:400!important}.lexhp-wallet-ledger__head p{margin:0;color:var(--lexhp-muted);font-size:14px!important;line-height:21px!important;font-weight:400!important}.lexhp-payment-other-methods{display:grid;gap:0;padding:0 24px 20px}.lexhp-payment-other-methods>div{display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-top:1px solid var(--lexhp-line);font-size:14px!important;line-height:21px!important;font-weight:400!important}.lexhp-payment-other-methods>div span:last-child{color:var(--lexhp-muted)}.lexhp-payment-picker{position:fixed;inset:0;z-index:245;display:grid;place-items:center;padding:18px}.lexhp-payment-picker__backdrop{position:absolute;inset:0;border:0;background:rgba(15,23,42,.48);cursor:default}.lexhp-payment-picker__panel{position:relative;z-index:1;width:min(560px,100%);max-height:calc(100vh - 36px);overflow:auto;padding:20px;border:1px solid var(--lexhp-line);border-radius:14px;background:var(--lexhp-panel);box-shadow:0 20px 60px rgba(15,23,42,.18);font-family:Open Sans,Arial,sans-serif;font-weight:400!important}.lexhp-payment-picker__head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:16px}.lexhp-payment-picker__head h3{margin:4px 0 0;font-weight:400!important}.lexhp-payment-picker__list{display:grid;gap:10px;margin-bottom:14px}.lexhp-payment-picker__item{display:grid;grid-template-columns:20px minmax(0,1fr);gap:10px;align-items:start;padding:13px 14px;border:1px solid var(--lexhp-line);border-radius:10px;background:var(--lexhp-panel);cursor:pointer;transition:border-color .16s ease-out,background-color .16s ease-out}.lexhp-payment-picker__item.is-selected{border-color:color-mix(in srgb,var(--lexhp-accent) 42%,var(--lexhp-line));background:color-mix(in srgb,var(--lexhp-accent) 5%,var(--lexhp-panel))}.lexhp-payment-picker__item input,.lexhp-payment-picker__primary input{width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important;margin:2px 0 0!important;padding:0!important;accent-color:var(--lexhp-accent)}.lexhp-payment-picker__item>span{display:grid;gap:3px;min-width:0}.lexhp-payment-picker__item>span>span{font-size:14px!important;line-height:21px!important;font-weight:400!important;overflow-wrap:anywhere}.lexhp-payment-picker__item>span>span:last-child{color:var(--lexhp-muted)}.lexhp-payment-picker__primary{display:flex;align-items:flex-start;gap:9px;margin:14px 0;padding:11px 12px;border:1px solid var(--lexhp-line);border-radius:10px;background:var(--lexhp-panel-2);font-size:14px!important;line-height:21px!important;font-weight:400!important;cursor:pointer}@media(max-width:620px){.lexhp-payment-preference-save{padding:0 16px 16px}.lexhp-wallet-ledger{margin:0 16px 16px}.lexhp-wallet-ledger__head{flex-direction:column}.lexhp-payment-other-methods{padding:0 16px 16px}.lexhp-payment-other-methods>div{flex-direction:column;gap:3px}.lexhp-payment-picker{padding:8px;place-items:end center}.lexhp-payment-picker__panel{width:100%;max-height:calc(100vh - 16px);border-radius:14px 14px 0 0;padding:16px}}.lexhp-stripe-readiness{margin:0 0 18px;border:1px solid var(--lexhp-line);border-radius:12px;background:var(--lexhp-panel);box-shadow:var(--lexhp-shadow);overflow:hidden}.lexhp-stripe-readiness__head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:14px 16px;border-bottom:1px solid var(--lexhp-line)}.lexhp-stripe-readiness__head h2{margin:3px 0 4px;font-size:17px!important;font-weight:400!important;letter-spacing:-.01em}.lexhp-stripe-readiness__head p{margin:0;color:var(--lexhp-muted);font-size:12px!important}.lexhp-stripe-readiness__release{display:grid;justify-items:end;gap:2px;white-space:nowrap}.lexhp-stripe-readiness__release span{padding:4px 8px;border:1px solid var(--lexhp-line);border-radius:999px;background:var(--lexhp-panel-2);color:var(--lexhp-text);font-size:11px!important}.lexhp-stripe-readiness__release small{color:var(--lexhp-muted);font-size:10px!important}.lexhp-stripe-readiness__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0}.lexhp-stripe-readiness__item{min-width:0;display:flex;align-items:center;gap:9px;padding:11px 13px;border-right:1px solid var(--lexhp-line);border-bottom:1px solid var(--lexhp-line)}.lexhp-stripe-readiness__item:nth-child(3n){border-right:0}.lexhp-stripe-readiness__item:nth-last-child(-n+3){border-bottom:0}.lexhp-stripe-readiness__mark{width:24px;height:24px;flex:0 0 24px;display:grid;place-items:center;border-radius:7px;border:1px solid var(--lexhp-line);background:var(--lexhp-panel-2);font-size:13px!important}.lexhp-stripe-readiness__item>div{min-width:0}.lexhp-stripe-readiness__item small,.lexhp-stripe-readiness__item strong{display:block}.lexhp-stripe-readiness__item strong{font-size:12px!important;font-weight:400!important;line-height:1.3}.lexhp-stripe-readiness__item small{margin-top:2px;color:var(--lexhp-muted);font-size:10px!important;line-height:1.25}.lexhp-stripe-readiness__item.is-ready .lexhp-stripe-readiness__mark{color:var(--lexhp-success);border-color:color-mix(in srgb,var(--lexhp-success) 32%,var(--lexhp-line));background:color-mix(in srgb,var(--lexhp-success) 9%,var(--lexhp-panel))}.lexhp-stripe-readiness__item.is-waiting .lexhp-stripe-readiness__mark{color:var(--lexhp-warning);border-color:color-mix(in srgb,var(--lexhp-warning) 32%,var(--lexhp-line));background:color-mix(in srgb,var(--lexhp-warning) 9%,var(--lexhp-panel))}.lexhp-stripe-readiness__item.is-locked .lexhp-stripe-readiness__mark{color:var(--lexhp-danger);border-color:color-mix(in srgb,var(--lexhp-danger) 32%,var(--lexhp-line));background:color-mix(in srgb,var(--lexhp-danger) 9%,var(--lexhp-panel))}.lexhp-connected-payouts{margin-top:18px;border-top:1px solid var(--lexhp-line);padding-top:15px}.lexhp-connected-payouts__head{padding:0 18px 12px}.lexhp-connected-payouts__head h3{margin:3px 0 4px;font-size:16px!important;font-weight:400!important}.lexhp-connected-payouts__head p{margin:0;color:var(--lexhp-muted);font-size:11px!important}@media(max-width:1040px){.lexhp-stripe-readiness__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lexhp-stripe-readiness__item:nth-child(3n){border-right:1px solid var(--lexhp-line)}.lexhp-stripe-readiness__item:nth-child(2n){border-right:0}.lexhp-stripe-readiness__item:nth-last-child(-n+3){border-bottom:1px solid var(--lexhp-line)}.lexhp-stripe-readiness__item:nth-last-child(-n+2){border-bottom:0}}@media(max-width:620px){.lexhp-stripe-readiness__head{flex-direction:column}.lexhp-stripe-readiness__release{justify-items:start}.lexhp-stripe-readiness__grid{grid-template-columns:1fr}.lexhp-stripe-readiness__item,.lexhp-stripe-readiness__item:nth-child(2n),.lexhp-stripe-readiness__item:nth-child(3n){border-right:0;border-bottom:1px solid var(--lexhp-line)}.lexhp-stripe-readiness__item:last-child{border-bottom:0}}html[data-lexh-color-mode=light] .lexhp-app{--lexhp-sidebar-width:232px!important;--lexhp-topbar:62px!important;--lexhp-light-shell-gap:16px;--lexhp-light-section-gap:16px;--lexhp-light-card-gap:14px;--lexhp-light-focus:rgba(91,76,240,.16);--lexhp-light-card-radius:12px;background:#F7F8FB!important;font-family:Open Sans,Segoe UI,Arial,sans-serif!important}html[data-lexh-color-mode=light] .lexhp-main{min-width:0!important;background:#F7F8FB!important}html[data-lexh-color-mode=light] .lexhp-content{width:auto!important;max-width:none!important;color:#191B20!important}html[data-lexh-color-mode=dark] .lexhp-content,html[data-lexh-color-mode=light] .lexhp-content{margin:16px!important;padding:0!important;gap:16px!important}html[data-lexh-color-mode=light] .lexhp-sidebar{width:232px!important;background:#FFFFFF!important;border-right:1px solid #e7e9ef!important;box-shadow:none!important}html[data-lexh-color-mode=light] .lexhp-sidebar__brand{position:sticky!important;top:0!important;z-index:3!important;padding:10px 9px 8px!important;background:#FFFFFF!important;border-bottom:1px solid #eceef2!important}html[data-lexh-color-mode=dark] .lexhp-sidebar__brand{padding:10px 9px 8px!important}html[data-lexh-color-mode=light] .lexhp-sidebar__identity{padding:0!important;border-radius:10px!important}html[data-lexh-color-mode=dark] .lexhp-sidebar__identity{padding:0!important}html[data-lexh-color-mode=light] .lexhp-sidebar__identity--stacked .lexhp-logo-plate{height:46px!important;padding:7px 10px!important;border:1px solid #e7e9ef!important;border-radius:8px!important;background:#FFFFFF!important}html[data-lexh-color-mode=dark] .lexhp-sidebar__identity--stacked .lexhp-logo-plate{padding:7px 10px!important}html[data-lexh-color-mode=light] .lexhp-sidebar__identity--stacked .lexhp-logo-plate img{max-height:32px!important}html[data-lexh-color-mode=light] .lexhp-role-chip{width:100%!important;min-height:34px!important;justify-content:center!important;border:1px solid #e7e9ef!important;border-radius:8px!important;background:#FAFAFC!important;color:#686B74!important;font-size:12px!important;line-height:18px!important;letter-spacing:.02em!important;text-transform:none!important}html[data-lexh-color-mode=dark] .lexhp-role-chip,html[data-lexh-color-mode=light] .lexhp-role-chip{margin-top:7px!important;padding:7px 10px!important}html[data-lexh-color-mode=dark] .lexhp-nav,html[data-lexh-color-mode=light] .lexhp-nav{padding:9px 8px 14px!important}html[data-lexh-color-mode=dark] .lexhp-nav-group,html[data-lexh-color-mode=light] .lexhp-nav-group{margin:0 0 4px!important}html[data-lexh-color-mode=light] .lexhp-nav-group__toggle{min-height:46px!important;padding:10px 12px!important;gap:10px!important;border:0!important;border-radius:11px!important;background:transparent!important;color:#555A64!important;font-size:14px!important;line-height:20px!important;font-weight:500!important;box-shadow:none!important;transform:none!important;transition:background-color .16s ease-out,color .16s ease-out!important}html[data-lexh-color-mode=dark] .lexhp-nav-group__toggle{padding:10px 12px!important;gap:10px!important}html[data-lexh-color-mode=light] .lexhp-nav-group__toggle:hover{background:#F3F4F7!important;color:#191B20!important}html[data-lexh-color-mode=light] .lexhp-nav-group.is-active>.lexhp-nav-group__toggle,html[data-lexh-color-mode=light] .lexhp-nav-group.is-open>.lexhp-nav-group__toggle{background:#ECEEF2!important;color:#191B20!important;font-weight:600!important;box-shadow:none!important}html[data-lexh-color-mode=dark] .lexhp-nav-group__label,html[data-lexh-color-mode=light] .lexhp-nav-group__label{gap:10px!important}html[data-lexh-color-mode=light] .lexhp-nav-group__label>span:last-child{font-size:14px!important;line-height:20px!important;font-weight:inherit!important;color:inherit!important}html[data-lexh-color-mode=light] .lexhp-nav-group__glyph{width:24px!important;height:24px!important;flex-basis:24px!important;background:transparent!important;box-shadow:none!important}html[data-lexh-color-mode=light] .lexhp-nav-group__glyph svg{width:18px!important;height:18px!important;stroke-width:1.8!important}html[data-lexh-color-mode=light] .lexhp-nav-group__chevron svg{width:14px!important;height:14px!important}html[data-lexh-color-mode=light] .lexhp-nav-group__items{position:relative!important;padding:3px 0 6px 18px!important}html[data-lexh-color-mode=dark] .lexhp-nav-group__items{padding:3px 0 6px 18px!important}html[data-lexh-color-mode=light] .lexhp-nav-group__items:before{left:9px!important;top:6px!important;bottom:8px!important;background:#E7E9EF!important}html[data-lexh-color-mode=light] .lexhp-nav--grouped .lexhp-nav__item{min-height:38px!important;grid-template-columns:24px minmax(0,1fr) auto!important;gap:8px!important;margin:1px 0!important;padding:7px 10px!important;border:0!important;border-radius:9px!important;background:transparent!important;color:#686B74!important;box-shadow:none!important;transform:none!important;font-size:13px!important;line-height:20px!important;font-weight:500!important}html[data-lexh-color-mode=dark] .lexhp-nav--grouped .lexhp-nav__item{gap:8px!important;margin:1px 0!important;padding:7px 10px!important}html[data-lexh-color-mode=light] .lexhp-nav__item:hover{background:#F3F4F7!important;color:#191B20!important;transform:none!important}html[data-lexh-color-mode=light] .lexhp-nav__item.is-active{background:#F0EEFF!important;color:#5B4CF0!important;font-weight:600!important;box-shadow:inset 3px 0 0 #5B4CF0!important}html[data-lexh-color-mode=light] .lexhp-nav__icon{width:24px!important;height:24px!important;border:0!important;background:transparent!important;color:var(--lexhp-item-color,#686B74)!important}html[data-lexh-color-mode=light] .lexhp-nav__icon svg{width:17px!important;height:17px!important;stroke-width:1.8!important}html[data-lexh-color-mode=light] .lexhp-nav__item.is-active .lexhp-nav__icon{color:#5B4CF0!important}html[data-lexh-color-mode=light] .lexhp-nav__label{font-size:13px!important;line-height:20px!important;font-weight:inherit!important;color:inherit!important}html[data-lexh-color-mode=light] .lexhp-sidebar__footer{position:sticky!important;bottom:0!important;z-index:3!important;padding:9px!important;border-top:1px solid #e7e9ef!important;background:#FFFFFF!important}html[data-lexh-color-mode=dark] .lexhp-sidebar__footer{padding:9px!important}html[data-lexh-color-mode=light] .lexhp-demo-mini{padding:8px 9px!important;border-radius:8px!important;background:#F7FBF9!important}html[data-lexh-color-mode=dark] .lexhp-demo-mini{padding:8px 9px!important}html[data-lexh-color-mode=light] .lexhp-demo-mini strong{font-size:13px!important;line-height:18px!important;font-weight:600!important}html[data-lexh-color-mode=light] .lexhp-demo-mini small{font-size:11px!important;line-height:16px!important}html[data-lexh-color-mode=light] .lexhp-back-site{font-size:10px!important;line-height:16px!important}html[data-lexh-color-mode=dark] .lexhp-back-site,html[data-lexh-color-mode=light] .lexhp-back-site{margin-top:6px!important;padding:3px 1px!important}html[data-lexh-color-mode=light] .lexhp-sidebar-angle-toggle,html[data-lexh-color-mode=light] .lexhp-sidebar-signout{min-height:34px!important;border-radius:8px!important}html[data-lexh-color-mode=light] .lexhp-topbar{height:62px!important;min-height:62px!important;padding:0 16px!important;background:#FFFFFF!important;border-bottom:1px solid #e7e9ef!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}html[data-lexh-color-mode=dark] .lexhp-topbar{padding:0 16px!important}html[data-lexh-color-mode=dark] .lexhp-topbar__left,html[data-lexh-color-mode=dark] .lexhp-topbar__right,html[data-lexh-color-mode=light] .lexhp-topbar__left,html[data-lexh-color-mode=light] .lexhp-topbar__right{gap:8px!important}html[data-lexh-color-mode=light] .lexhp-page-id{gap:8px!important;overflow:hidden!important}html[data-lexh-color-mode=dark] .lexhp-page-id{gap:8px!important}html[data-lexh-color-mode=light] .lexhp-page-id__group,html[data-lexh-color-mode=light] .lexhp-page-id__role,html[data-lexh-color-mode=light] .lexhp-page-id__section,html[data-lexh-color-mode=light] .lexhp-page-id__separator{font-size:14px!important;line-height:20px!important}html[data-lexh-color-mode=light] .lexhp-page-id__role{font-weight:600!important;color:#2E3036!important}html[data-lexh-color-mode=light] .lexhp-page-id__group{font-weight:400!important;color:#686B74!important}html[data-lexh-color-mode=light] .lexhp-page-id__section{font-weight:500!important;color:#191B20!important}html[data-lexh-color-mode=light] .lexhp-page-id__separator{color:#A0A3AB!important}html[data-lexh-color-mode=light] .lexhp-page-id a:focus-visible{border-radius:4px!important}html[data-lexh-color-mode=light] .lexhp-search-trigger{min-height:38px!important}html[data-lexh-color-mode=light] .lexhp-icon-btn,html[data-lexh-color-mode=light] .lexhp-search-trigger{height:38px!important;border-radius:8px!important;border-color:#E7E9EF!important;background:#FFFFFF!important;box-shadow:none!important}html[data-lexh-color-mode=light] .lexhp-icon-btn{width:38px!important;transform:none!important}html[data-lexh-color-mode=light] .lexhp-icon-btn:hover{background:#F3F4F7!important;transform:none!important}html[data-lexh-color-mode=light] .lexhp-profile{min-height:40px!important;padding:4px 7px!important;border-radius:9px!important}html[data-lexh-color-mode=dark] .lexhp-profile{padding:4px 7px!important}html[data-lexh-color-mode=light] .lexhp-page-heading{min-height:0!important;margin:0!important;padding:16px 18px!important;border:1px solid #e7e9ef!important;border-radius:12px!important;background:#FFFFFF!important;box-shadow:none!important}html[data-lexh-color-mode=dark] .lexhp-page-heading{margin:0!important;padding:16px 18px!important}html[data-lexh-color-mode=dark] .lexhp-page-heading__main,html[data-lexh-color-mode=light] .lexhp-page-heading__main{gap:14px!important}html[data-lexh-color-mode=dark] .lexhp-page-heading__identity,html[data-lexh-color-mode=light] .lexhp-page-heading__identity{gap:12px!important}html[data-lexh-color-mode=light] .lexhp-page-heading__icon{width:46px!important;height:46px!important;flex-basis:46px!important;border-radius:9px!important;box-shadow:none!important}html[data-lexh-color-mode=light] .lexhp-page-heading__icon svg{width:21px!important;height:21px!important;stroke-width:1.8!important}html[data-lexh-color-mode=light] .lexhp-content .lexhp-eyebrow{color:#5B4CF0!important;font-size:11px!important;line-height:16px!important;font-weight:600!important;letter-spacing:.055em!important}html[data-lexh-color-mode=light] .lexhp-content .lexhp-page-heading h1{margin:2px 0 3px!important;color:#191B20!important;font-size:28px!important;line-height:36px!important;font-weight:700!important;letter-spacing:-.02em!important}html[data-lexh-color-mode=dark] .lexhp-content .lexhp-page-heading h1{margin:2px 0 3px!important}html[data-lexh-color-mode=light] .lexhp-content .lexhp-page-heading p{margin:0!important;color:#686B74!important;font-size:14px!important;line-height:22px!important;font-weight:400!important}html[data-lexh-color-mode=dark] .lexhp-content .lexhp-page-heading p{margin:0!important}html[data-lexh-color-mode=dark] .lexhp-page-heading__actions,html[data-lexh-color-mode=light] .lexhp-page-heading__actions{gap:8px!important}html[data-lexh-color-mode=light] .lexhp-heading-status,html[data-lexh-color-mode=light] .lexhp-workspace-guide{min-height:36px!important;border-radius:8px!important;box-shadow:none!important;font-size:12px!important;line-height:18px!important;font-weight:600!important}html[data-lexh-color-mode=light] .lexhp-content:not([data-section=dashboard]):not([data-section=security]):not([data-section=security-alerts]):not([data-section=session-management]):not([data-section=active-sessions]):not([data-section=trusted-devices]):not([data-section=ip-allowlist]):not([data-section=ip-allowlists]) .lexhp-session-location{display:none!important}html[data-lexh-color-mode=light] .lexhp-page-heading--with-session .lexhp-page-heading__main>.lexhp-session-location{border-color:#E7E9EF!important;background:#FAFAFC!important;box-shadow:none!important}html[data-lexh-color-mode=light] .lexhp-content h2{color:#24262C!important;font-size:20px!important;line-height:28px!important;font-weight:600!important;letter-spacing:-.01em!important}html[data-lexh-color-mode=light] .lexhp-content h3{color:#2E3036!important;font-size:16px!important;line-height:24px!important;font-weight:600!important}html[data-lexh-color-mode=light] .lexhp-content :where(p,li,td,input,select,textarea){color:#3D4048!important;font-size:14px!important;line-height:22px!important;font-weight:400!important}html[data-lexh-color-mode=light] .lexhp-content :where(.lexhp-muted-copy,.lexhp-subtle,small){color:#686B74!important;font-size:13px!important;line-height:20px!important;font-weight:400!important}html[data-lexh-color-mode=light] .lexhp-content :where(label,.lexhp-btn,button){font-size:14px!important;line-height:20px!important;font-weight:600!important}html[data-lexh-color-mode=light] .lexhp-content .lexhp-kpi__copy strong{color:#191B20!important;font-size:26px!important;line-height:32px!important;font-weight:700!important;letter-spacing:-.02em!important}html[data-lexh-color-mode=light] .lexhp-content .lexhp-kpi__copy span{color:#686B74!important;font-size:12px!important;line-height:18px!important;font-weight:500!important}html[data-lexh-color-mode=light] .lexhp-content .lexhp-kpi__copy small{color:#858994!important;font-size:12px!important;line-height:18px!important}html[data-lexh-color-mode=dark] .lexhp-kpi-grid,html[data-lexh-color-mode=light] .lexhp-kpi-grid{gap:12px!important;margin:0!important}html[data-lexh-color-mode=light] .lexhp-kpi{min-height:92px!important;border:1px solid #e7e9ef!important;border-radius:10px!important;background:#FFFFFF!important;box-shadow:none!important}html[data-lexh-color-mode=dark] .lexhp-kpi,html[data-lexh-color-mode=light] .lexhp-kpi{padding:14px 15px!important;gap:12px!important}html[data-lexh-color-mode=light] .lexhp-kpi:hover{border-color:#D9DCE3!important;box-shadow:none!important;transform:none!important}html[data-lexh-color-mode=light] .lexhp-kpi__icon{width:40px!important;height:40px!important;flex-basis:40px!important;border-radius:8px!important;box-shadow:none!important}html[data-lexh-color-mode=light] .lexhp-kpi__icon svg{width:18px!important;height:18px!important}html[data-lexh-color-mode=light] .lexhp-main :where(.lexhp-panel,.lexhp-card,.lexhp-live-data-stack>section,.lexhp-live-resource-form){border:1px solid #e7e9ef!important;border-radius:12px!important;background:#FFFFFF!important;box-shadow:none!important}html[data-lexh-color-mode=light] .lexhp-main :where(.lexhp-panel,.lexhp-card):hover{border-color:#E1E3E9!important;box-shadow:none!important;transform:none!important}html[data-lexh-color-mode=light] .lexhp-card__head,html[data-lexh-color-mode=light] .lexhp-panel__head{gap:12px!important;padding:14px 18px!important;border-bottom:1px solid #eceef2!important}html[data-lexh-color-mode=dark] .lexhp-card__head,html[data-lexh-color-mode=dark] .lexhp-panel__head{gap:12px!important;padding:14px 18px!important}html[data-lexh-color-mode=light] .lexhp-card__head strong,html[data-lexh-color-mode=light] .lexhp-panel__head h2{font-size:20px!important;line-height:28px!important;font-weight:600!important}html[data-lexh-color-mode=light] .lexhp-panel__head h3{font-size:16px!important;line-height:24px!important;font-weight:600!important}html[data-lexh-color-mode=light] .lexhp-card__head small,html[data-lexh-color-mode=light] .lexhp-panel__head p{margin-top:3px!important;font-size:13px!important;line-height:20px!important;color:#686B74!important}html[data-lexh-color-mode=dark] .lexhp-card__head small,html[data-lexh-color-mode=dark] .lexhp-panel__head p{margin-top:3px!important}html[data-lexh-color-mode=light] .lexhp-panel-glyph{width:38px!important;height:38px!important;flex-basis:38px!important;border-radius:8px!important;box-shadow:none!important}html[data-lexh-color-mode=light] .lexhp-app :where(input:not([type=checkbox]):not([type=radio]),select,textarea){min-height:42px!important;border:1px solid #d9dce3!important;border-radius:9px!important;color:#191B20!important;font-size:14px!important;line-height:20px!important;font-weight:400!important;box-shadow:none!important}html[data-lexh-color-mode=light] .lexhp-app textarea{min-height:96px!important}html[data-lexh-color-mode=light] .lexhp-app :where(input:not([type=checkbox]):not([type=radio]),select,textarea):focus{border-color:#5B4CF0!important;outline:0!important;box-shadow:0 0 0 3px rgba(91,76,240,.12)!important}html[data-lexh-color-mode=light] .lexhp-app :where(input,select,textarea):disabled{background:#F3F4F7!important;color:#858994!important;cursor:not-allowed!important}html[data-lexh-color-mode=light] .lexhp-app .lexhp-btn{min-height:42px!important;padding:9px 14px!important;border-radius:9px!important;font-size:14px!important;line-height:20px!important;font-weight:600!important;box-shadow:none!important;transform:none!important}html[data-lexh-color-mode=dark] .lexhp-app .lexhp-btn{padding:9px 14px!important}html[data-lexh-color-mode=light] .lexhp-app :where(a,button,input,select,textarea,summary,[tabindex]):focus-visible{outline:2px solid #5B4CF0!important;outline-offset:2px!important}html[data-lexh-color-mode=light] .lexhp-table-wrap{overflow-x:auto!important;border:1px solid #e7e9ef!important;border-radius:10px!important;background:#FFFFFF!important}html[data-lexh-color-mode=light] .lexhp-table{min-width:100%!important;border-collapse:separate!important;border-spacing:0!important}html[data-lexh-color-mode=light] .lexhp-table th{padding:10px 12px!important;background:#FAFAFC!important;color:#5E626C!important;border-color:#ECEEF2!important;font-size:12px!important;line-height:18px!important;font-weight:700!important;letter-spacing:.015em!important}html[data-lexh-color-mode=dark] .lexhp-table th{padding:10px 12px!important}html[data-lexh-color-mode=light] .lexhp-table td{padding:11px 12px!important;color:#2E3036!important;border-color:#ECEEF2!important;font-size:14px!important;line-height:21px!important;font-weight:400!important}html[data-lexh-color-mode=dark] .lexhp-table td{padding:11px 12px!important}html[data-lexh-color-mode=light] .lexhp-table tbody tr:hover td{background:#F8F9FC!important}html[data-lexh-color-mode=dark] .lexhp-table-tools,html[data-lexh-color-mode=light] .lexhp-table-tools{gap:10px!important}html[data-lexh-color-mode=light] .lexhp-app :where(.lexhp-status-pill,.lexhp-quality-label,.lexhp-tier-pill,.lexhp-heading-status){border-radius:999px!important;font-size:12px!important;line-height:18px!important;font-weight:600!important;box-shadow:none!important}html[data-lexh-color-mode=light] .lexhp-empty,html[data-lexh-color-mode=light] .lexhp-error-state,html[data-lexh-color-mode=light] .lexhp-loading-state{border-radius:10px!important}html[data-lexh-color-mode=light] .lexhp-stripe-readiness{margin:0!important;border:1px solid #e7e9ef!important;border-radius:12px!important;background:#FFFFFF!important;box-shadow:none!important}html[data-lexh-color-mode=dark] .lexhp-stripe-readiness{margin:0!important}html[data-lexh-color-mode=light] .lexhp-stripe-readiness__head{padding:13px 16px!important;border-color:#ECEEF2!important}html[data-lexh-color-mode=dark] .lexhp-stripe-readiness__head{padding:13px 16px!important}html[data-lexh-color-mode=light] .lexhp-stripe-readiness__head h2{font-size:16px!important;line-height:24px!important;font-weight:600!important}@media(min-width:821px){html[data-lexh-color-mode=light] .lexhp-app.is-sidebar-hidden{grid-template-columns:72px minmax(0,1fr)!important}html[data-lexh-color-mode=light] .lexhp-app.is-sidebar-hidden .lexhp-sidebar{width:72px!important;transform:none!important;pointer-events:auto!important}html[data-lexh-color-mode=light] .lexhp-app.is-sidebar-hidden .lexhp-main{grid-column:2!important}html[data-lexh-color-mode=dark] .lexhp-app.is-sidebar-hidden .lexhp-sidebar__brand,html[data-lexh-color-mode=light] .lexhp-app.is-sidebar-hidden .lexhp-sidebar__brand{padding:9px 7px!important}html[data-lexh-color-mode=light] .lexhp-app.is-sidebar-hidden .lexhp-sidebar__identity--stacked .lexhp-logo-plate{height:44px!important;padding:7px 4px!important}html[data-lexh-color-mode=dark] .lexhp-app.is-sidebar-hidden .lexhp-sidebar__identity--stacked .lexhp-logo-plate{padding:7px 4px!important}html[data-lexh-color-mode=light] .lexhp-app.is-sidebar-hidden .lexhp-nav{padding-inline:7px!important}html[data-lexh-color-mode=light] .lexhp-app.is-sidebar-hidden .lexhp-nav-group__toggle{min-height:42px!important;padding:8px!important;justify-content:center!important}html[data-lexh-color-mode=dark] .lexhp-app.is-sidebar-hidden .lexhp-nav-group__toggle{padding:8px!important}html[data-lexh-color-mode=light] .lexhp-app.is-sidebar-hidden .lexhp-nav--grouped .lexhp-nav__item{min-height:38px!important;padding:6px!important;grid-template-columns:1fr!important;justify-items:center!important}html[data-lexh-color-mode=dark] .lexhp-app.is-sidebar-hidden .lexhp-nav--grouped .lexhp-nav__item{padding:6px!important}html[data-lexh-color-mode=light] .lexhp-app.is-sidebar-hidden .lexhp-nav__icon{width:30px!important;height:30px!important}}@media(max-width:1280px) and (min-width:821px){html[data-lexh-color-mode=light] .lexhp-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:1024px) and (min-width:821px){html[data-lexh-color-mode=light] .lexhp-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}html[data-lexh-color-mode=light] .lexhp-content .lexhp-page-heading h1{font-size:26px!important;line-height:34px!important}}@media(max-width:820px){html[data-lexh-color-mode=light] .lexhp-sidebar{width:min(88vw,300px)!important;max-width:300px!important}html[data-lexh-color-mode=light] .lexhp-topbar{height:60px!important;min-height:60px!important;padding:0 12px!important}html[data-lexh-color-mode=dark] .lexhp-topbar{padding:0 12px!important}html[data-lexh-color-mode=dark] .lexhp-content,html[data-lexh-color-mode=light] .lexhp-content{margin:12px!important;gap:12px!important}html[data-lexh-color-mode=dark] .lexhp-page-heading,html[data-lexh-color-mode=light] .lexhp-page-heading{padding:14px 16px!important}html[data-lexh-color-mode=light] .lexhp-page-heading__main{grid-template-columns:1fr!important;align-items:flex-start!important}html[data-lexh-color-mode=light] .lexhp-page-heading__actions{width:100%!important;justify-content:flex-start!important;flex-wrap:wrap!important}html[data-lexh-color-mode=light] .lexhp-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}html[data-lexh-color-mode=dark] .lexhp-kpi-grid{gap:12px!important}html[data-lexh-color-mode=light] .lexhp-app .lexhp-btn,html[data-lexh-color-mode=light] .lexhp-icon-btn,html[data-lexh-color-mode=light] .lexhp-mobile-menu{min-width:44px!important;min-height:44px!important}html[data-lexh-color-mode=light] .lexhp-page-id__group,html[data-lexh-color-mode=light] .lexhp-page-id__role,html[data-lexh-color-mode=light] .lexhp-page-id__section,html[data-lexh-color-mode=light] .lexhp-page-id__separator{font-size:13px!important;line-height:18px!important}}@media(max-width:600px){html[data-lexh-color-mode=dark] .lexhp-content,html[data-lexh-color-mode=light] .lexhp-content{margin:12px!important}html[data-lexh-color-mode=light] .lexhp-content .lexhp-page-heading h1{font-size:24px!important;line-height:32px!important}html[data-lexh-color-mode=light] .lexhp-content .lexhp-page-heading p{font-size:14px!important;line-height:22px!important}html[data-lexh-color-mode=light] .lexhp-content h2{font-size:18px!important;line-height:26px!important}html[data-lexh-color-mode=light] .lexhp-content h3{font-size:16px!important;line-height:24px!important}html[data-lexh-color-mode=light] .lexhp-kpi-grid{grid-template-columns:1fr!important}html[data-lexh-color-mode=light] .lexhp-kpi{min-height:88px!important}html[data-lexh-color-mode=light] .lexhp-content .lexhp-kpi__copy strong{font-size:24px!important;line-height:30px!important}html[data-lexh-color-mode=dark] .lexhp-card__head,html[data-lexh-color-mode=dark] .lexhp-panel__head,html[data-lexh-color-mode=light] .lexhp-card__head,html[data-lexh-color-mode=light] .lexhp-panel__head{padding:13px 15px!important}html[data-lexh-color-mode=light] .lexhp-table td,html[data-lexh-color-mode=light] .lexhp-table th{white-space:nowrap!important}}.lexhp-app .lexhp-topbar .lexhp-topbar-icon-only{position:relative!important;width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;padding:0!important;display:grid!important;place-items:center!important;border:1px solid transparent!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;transform:none!important;transition:color .16s ease,opacity .16s ease!important}.lexhp-app .lexhp-topbar .lexhp-topbar-icon-only:hover{opacity:.78}.lexhp-app .lexhp-topbar .lexhp-topbar-icon-only:active,.lexhp-app .lexhp-topbar .lexhp-topbar-icon-only:hover{border-color:transparent!important;background:transparent!important;box-shadow:none!important;transform:none!important}.lexhp-app .lexhp-topbar .lexhp-topbar-icon-only:active{opacity:.64}.lexhp-app .lexhp-topbar .lexhp-topbar-icon-only:focus:not(:focus-visible){outline:none!important}.lexhp-app .lexhp-topbar .lexhp-topbar-icon-only:focus-visible{border-color:transparent!important;background:transparent!important;box-shadow:none!important;transform:none!important}@media(max-width:820px){.lexhp-app .lexhp-topbar .lexhp-topbar-icon-only{width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important}}.lexhp-app .lexhp-topbar .lexhp-topbar-icon-only,html[data-lexh-legacy-dark-disabled=true] .lexhp-app .lexhp-topbar .lexhp-topbar-icon-only{border:0 transparent!important;border-radius:0!important;background:none!important;box-shadow:none!important;appearance:none!important}.lexhp-app .lexhp-topbar .lexhp-topbar-icon-only:active,.lexhp-app .lexhp-topbar .lexhp-topbar-icon-only:hover,html[data-lexh-legacy-dark-disabled=true] .lexhp-app .lexhp-topbar .lexhp-topbar-icon-only:active,html[data-lexh-legacy-dark-disabled=true] .lexhp-app .lexhp-topbar .lexhp-topbar-icon-only:hover{border:0!important;background:none!important;box-shadow:none!important}.lexhp-app .lexhp-topbar .lexhp-topbar-icon-only:focus:not(:focus-visible),html[data-lexh-legacy-dark-disabled=true] .lexhp-app .lexhp-topbar .lexhp-topbar-icon-only:focus:not(:focus-visible){border:0!important;outline:none!important;background:none!important;box-shadow:none!important}.lexhp-app .lexhp-topbar .lexhp-topbar-icon-only:focus-visible,html[data-lexh-legacy-dark-disabled=true] .lexhp-app .lexhp-topbar .lexhp-topbar-icon-only:focus-visible{border:0!important;background:none!important;box-shadow:none!important}.lexhp-role-buyer .lexhp-page-heading--without-session .lexhp-page-heading__main,.lexhp-role-seller .lexhp-page-heading--without-session .lexhp-page-heading__main{grid-template-columns:minmax(0,1fr) auto!important}.lexhp-role-buyer .lexhp-page-heading--without-session .lexhp-page-heading__actions,.lexhp-role-seller .lexhp-page-heading--without-session .lexhp-page-heading__actions{grid-column:2!important;justify-self:end!important;align-items:flex-end!important}@media(max-width:820px){.lexhp-role-buyer .lexhp-page-heading--without-session .lexhp-page-heading__main,.lexhp-role-seller .lexhp-page-heading--without-session .lexhp-page-heading__main{grid-template-columns:1fr!important}.lexhp-role-buyer .lexhp-page-heading--without-session .lexhp-page-heading__actions,.lexhp-role-seller .lexhp-page-heading--without-session .lexhp-page-heading__actions{grid-column:1!important;width:100%!important;justify-content:flex-end!important;align-items:center!important}}html[data-lexh-color-mode=light] .lexhp-app{color-scheme:light;--lexh-radius-ui:5px;--lexh-radius-sidebar-shell:0px;--lexh-radius-circle:50%;--lexhp-bg:#FFFFFF;--lexhp-panel:#FFFFFF;--lexhp-panel-2:#FFFFFF;--lexhp-panel-3:#FFFFFF;--lexhp-text:#111827;--lexhp-muted:#64748B;--lexhp-subtle:#8291A3;--lexhp-line:#D9E2EC;--lexhp-line-strong:#C7D2E0;--lexhp-divider:#E2E8F0;--lexhp-hover-border:#B8C7D9;--lexhp-focus:#3B82F6;--lexhp-sidebar:#FFFFFF;--lexhp-sidebar-2:#FFFFFF;--lexhp-sidebar-text:#475569;--lexhp-topbar-surface:#F8FAFC;--lexhp-topbar-border:#DCE3EC;--lexhp-elevated:#FFFFFF;--lexhp-success:#16A66A;--lexhp-warning:#D28A18;--lexhp-danger:#D94B5B;--lexhp-info:#2563EB;--lexhp-shadow:none;--lexhp-shadow-lg:0 10px 32px rgba(15,23,42,.10);--lexhp-radius:var(--lexh-radius-ui)}html[data-lexh-color-mode=dark] .lexhp-app{color-scheme:dark;--lexh-radius-ui:5px;--lexh-radius-sidebar-shell:0px;--lexh-radius-circle:50%;--lexhp-bg:#070B14;--lexhp-panel:#0D1421;--lexhp-panel-2:#111B2A;--lexhp-panel-3:#162235;--lexhp-text:#F1F5F9;--lexhp-muted:#CBD5E1;--lexhp-subtle:#94A3B8;--lexhp-line:#263449;--lexhp-line-strong:#34445C;--lexhp-divider:#263449;--lexhp-hover-border:#456078;--lexhp-focus:#93C5FD;--lexhp-sidebar:#080F1C;--lexhp-sidebar-2:#080F1C;--lexhp-sidebar-text:#CBD5E1;--lexhp-topbar-surface:#0B1220;--lexhp-topbar-border:#263449;--lexhp-elevated:#162235;--lexhp-success:#34D399;--lexhp-warning:#FBBF24;--lexhp-danger:#FB7185;--lexhp-info:#38BDF8;--lexhp-shadow-lg:0 10px 32px rgba(0,0,0,.28);--lexhp-radius:var(--lexh-radius-ui)}html[data-lexh-color-mode] .lexhp-app,html[data-lexh-color-mode] .lexhp-content,html[data-lexh-color-mode] .lexhp-main{background:var(--lexhp-bg)!important;color:var(--lexhp-text)!important}html[data-lexh-color-mode] .lexhp-topbar{background:var(--lexhp-topbar-surface)!important;border-bottom:1px solid var(--lexhp-topbar-border)!important;box-shadow:none!important}html[data-lexh-color-mode=light] .lexhp-content :where(.lexhp-page-heading,.lexhp-panel,.lexhp-card,.lexhp-kpi,.lexhp-live-data-stack>section,.lexhp-live-resource-form,.lexhp-table-wrap,.lexhp-popover,.lexhp-modal,.lexhp-settings-card,.lexhpc-workspace,.lexhpc-panel){background:#FFFFFF!important}html[data-lexh-color-mode=dark] .lexhp-content :where(.lexhp-page-heading,.lexhp-panel,.lexhp-card,.lexhp-kpi,.lexhp-live-data-stack>section,.lexhp-live-resource-form,.lexhp-table-wrap,.lexhp-popover,.lexhp-modal,.lexhp-settings-card,.lexhpc-workspace,.lexhpc-panel){background:var(--lexhp-panel)!important;color:var(--lexhp-text)!important}html[data-lexh-color-mode] .lexhp-app :where(.lexhp-page-heading,.lexhp-panel,.lexhp-card,.lexhp-kpi,.lexhp-live-data-stack>section,.lexhp-live-resource-form,.lexhp-table-wrap,.lexhp-popover,.lexhp-modal,.lexhp-settings-card,.lexhpc-workspace,.lexhpc-panel,.lexhp-empty,.lexhp-error-state,.lexhp-loading-state,.lexhp-stripe-readiness){border:1px solid var(--lexhp-line)!important;box-shadow:none!important}html[data-lexh-color-mode] .lexhp-app :where(.lexhp-panel,.lexhp-card,.lexhp-kpi,.lexhp-page-heading):hover{transform:none!important;box-shadow:none!important}html[data-lexh-color-mode] .lexhp-app :where(.lexhp-nav-group__toggle,.lexhp-nav__item,.lexhp-role-chip,.lexhp-demo-mini,.lexhp-sidebar-signout,.lexhp-sidebar-angle-toggle,.lexhp-search-trigger,.lexhp-icon-btn,.lexhp-profile,.lexhp-popover,.lexhp-page-heading,.lexhp-page-heading__icon,.lexhp-heading-status,.lexhp-workspace-guide,.lexhp-kpi,.lexhp-kpi__icon,.lexhp-panel,.lexhp-card,.lexhp-panel-glyph,.lexhp-live-data-stack>section,.lexhp-live-resource-form,.lexhp-table-wrap,.lexhp-empty,.lexhp-error-state,.lexhp-loading-state,.lexhp-btn,button,input:not([type=checkbox]):not([type=radio]),select,textarea,.lexhp-status-pill,.lexhp-quality-label,.lexhp-tier-pill,.lexhp-approval-banner,.lexhp-stripe-readiness,.lexhp-modal,.lexhp-modal__card,.lexhp-tooltip,.lexhpc-workspace,.lexhpc-panel){border-radius:var(--lexh-radius-ui)!important}html[data-lexh-color-mode] .lexhp-sidebar{border-radius:var(--lexh-radius-sidebar-shell)!important;background:var(--lexhp-sidebar)!important;color:var(--lexhp-sidebar-text)!important;border-right:1px solid var(--lexhp-line)!important;box-shadow:none!important}html[data-lexh-color-mode] .lexhp-app :where(.lexhp-avatar,.lexhp-status-dot,.is-live,.is-preview,.is-degraded,.lexhp-chat-spinner,input[type=radio]){border-radius:var(--lexh-radius-circle)!important}html[data-lexh-color-mode] .lexhp-role-seller{--lexhp-role-accent:#60A5FA}html[data-lexh-color-mode] .lexhp-role-buyer{--lexhp-role-accent:#A78BFA}html[data-lexh-color-mode] .lexhp-role-admin{--lexhp-role-accent:#2DD4BF}html[data-lexh-color-mode] .lexhp-nav-group__toggle{transition:background-color .16s,color .16s,border-color .16s!important}html[data-lexh-color-mode] .lexhp-nav-group__toggle:hover{background:color-mix(in srgb,var(--lexhp-role-accent) 7%,var(--lexhp-sidebar))!important;color:var(--lexhp-text)!important;transform:none!important}html[data-lexh-color-mode] .lexhp-nav-group.is-active>.lexhp-nav-group__toggle,html[data-lexh-color-mode] .lexhp-nav-group.is-open>.lexhp-nav-group__toggle{background:color-mix(in srgb,var(--lexhp-role-accent) 10%,var(--lexhp-sidebar))!important;color:var(--lexhp-text)!important}html[data-lexh-color-mode] .lexhp-nav-group.is-active .lexhp-nav-group__glyph{color:var(--lexhp-role-accent)!important}html[data-lexh-color-mode] .lexhp-nav--grouped .lexhp-nav__item{transition:background-color .16s,color .16s,border-color .16s!important}html[data-lexh-color-mode] .lexhp-nav--grouped .lexhp-nav__item:hover{background:color-mix(in srgb,var(--lexhp-role-accent) 8%,var(--lexhp-sidebar))!important;color:var(--lexhp-text)!important;transform:none!important}html[data-lexh-color-mode] .lexhp-nav--grouped .lexhp-nav__item.is-active{background:color-mix(in srgb,var(--lexhp-role-accent) 14%,var(--lexhp-sidebar))!important;color:var(--lexhp-role-accent)!important;border-left-color:var(--lexhp-role-accent)!important}html[data-lexh-color-mode] .lexhp-app :where(a,button,input,select,textarea,summary,[tabindex]):focus-visible{outline:2px solid var(--lexhp-focus)!important;outline-offset:2px!important;box-shadow:none!important}.lexhp-app .lexh-semantic-icon{display:block;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round;max-width:none}html[data-lexh-color-mode] .lexhp-mobile-menu{color:#2563EB!important}html[data-lexh-color-mode=dark] .lexhp-mobile-menu{color:#60A5FA!important}html[data-lexh-color-mode] .lexhp-topbar-chat,html[data-lexh-color-mode] .lexhp-topbar-mode-toggle{position:relative;display:inline-flex;align-items:center;justify-content:center;width:44px;min-width:44px;height:44px;min-height:44px;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;border-radius:5px!important;transition:background-color .16s,color .16s,opacity .16s!important}html[data-lexh-color-mode] .lexhp-topbar-chat:hover,html[data-lexh-color-mode] .lexhp-topbar-mode-toggle:hover{background:color-mix(in srgb,var(--lexhp-role-accent) 8%,transparent)!important;transform:none!important}html[data-lexh-color-mode=light] .lexhp-topbar-mode-toggle{color:#F59E0B!important}html[data-lexh-color-mode=dark] .lexhp-topbar-mode-toggle{color:#8B5CF6!important}html[data-lexh-color-mode] .lexhp-topbar-chat{color:var(--lexhp-role-accent)!important}.lexhp-topbar-chat__badge{position:absolute;right:2px;top:2px;display:flex;align-items:center;justify-content:center;min-width:17px;height:17px;padding:0 4px;border-radius:9px!important;background:#DC2626;color:#fff;font-size:10px;font-weight:700;line-height:1;border:2px solid var(--lexhp-topbar-surface)}html[data-lexh-color-mode=dark] .lexhp-nav-group__items,html[data-lexh-color-mode=dark] .lexhp-sidebar__brand,html[data-lexh-color-mode=dark] .lexhp-sidebar__footer{background:#080F1C!important;border-color:#263449!important}html[data-lexh-color-mode=dark] .lexhp-sidebar__identity:hover{background:#111B2A!important}html[data-lexh-color-mode=dark] .lexhp-role-chip{background:#111B2A!important;border-color:#263449!important;color:#CBD5E1!important}html[data-lexh-color-mode=dark] .lexhp-logo-plate{background:#F8FAFC!important;border-color:#34445C!important}html[data-lexh-color-mode=dark] .lexhp-page-id :where(a,span){color:#CBD5E1!important}html[data-lexh-color-mode=dark] .lexhp-page-id__section{color:#F1F5F9!important}html[data-lexh-color-mode=dark] .lexhp-icon-btn,html[data-lexh-color-mode=dark] .lexhp-profile,html[data-lexh-color-mode=dark] .lexhp-search-trigger{background:transparent!important;border-color:#34445C!important;color:#CBD5E1!important;box-shadow:none!important}html[data-lexh-color-mode=dark] .lexhp-search-trigger{background:#111B2A!important;border:1px solid #34445c!important}html[data-lexh-color-mode=dark] .lexhp-icon-btn:hover,html[data-lexh-color-mode=dark] .lexhp-profile:hover,html[data-lexh-color-mode=dark] .lexhp-search-trigger:hover{background:#162235!important;color:#F1F5F9!important;transform:none!important}html[data-lexh-color-mode=dark] .lexhp-content :where(h1,h2,h3,h4,strong){color:#F1F5F9!important}html[data-lexh-color-mode=dark] .lexhp-content :where(p,li,td,label,small,.lexhp-muted-copy,.lexhp-subtle){color:#CBD5E1!important}html[data-lexh-color-mode=dark] .lexhp-content :where(.lexhp-eyebrow,.lexhp-caption){color:#94A3B8!important}html[data-lexh-color-mode=dark] .lexhp-app :where(input:not([type=checkbox]):not([type=radio]),select,textarea){background:#111B2A!important;border:1px solid #34445c!important;color:#F1F5F9!important;box-shadow:none!important}html[data-lexh-color-mode=dark] .lexhp-app :where(input,textarea)::placeholder{color:#718096!important}html[data-lexh-color-mode=dark] .lexhp-app :where(input:not([type=checkbox]):not([type=radio]),select,textarea):focus{border-color:#60A5FA!important;box-shadow:0 0 0 2px rgba(96,165,250,.18)!important}html[data-lexh-color-mode=dark] .lexhp-table{background:#0D1421!important;color:#F1F5F9!important}html[data-lexh-color-mode=dark] .lexhp-table th{background:#111B2A!important;border-color:#263449!important;color:#CBD5E1!important}html[data-lexh-color-mode=dark] .lexhp-table td{background:#0D1421!important;border-color:#263449!important;color:#F1F5F9!important}html[data-lexh-color-mode=dark] .lexhp-table tbody tr:hover td{background:#111B2A!important}html[data-lexh-color-mode=dark] .lexhp-popover{background:#111B2A!important;border-color:#34445C!important;color:#F1F5F9!important;box-shadow:var(--lexhp-shadow-lg)!important}html[data-lexh-color-mode=dark] .lexhp-btn--primary{background:#3B82F6!important;border-color:#3B82F6!important;color:#fff!important}html[data-lexh-color-mode=dark] .lexhp-btn--primary:hover{background:#60A5FA!important;border-color:#60A5FA!important}html[data-lexh-color-mode=dark] .lexhp-btn--secondary{background:#111B2A!important;border-color:#34445C!important;color:#F1F5F9!important}html[data-lexh-color-mode=dark] .lexhp-btn--tertiary{background:transparent!important;border-color:transparent!important;color:#CBD5E1!important}html[data-lexh-color-mode=dark] .lexhp-btn--danger{background:#3A1520!important;border-color:#7F1D35!important;color:#FB7185!important}html[data-lexh-color-mode=light] .lexhp-content,html[data-lexh-color-mode=light] .lexhp-content .lexhp-workspace,html[data-lexh-color-mode=light] .lexhp-content>*,html[data-lexh-color-mode=light] .lexhp-main{--lexhp-bg:#FFFFFF}html[data-lexh-color-mode=light] .lexhp-table{background:#FFFFFF!important}html[data-lexh-color-mode=light] .lexhp-table th{background:#FFFFFF!important;border-color:#E2E8F0!important;color:#475569!important}html[data-lexh-color-mode=light] .lexhp-table td{background:#FFFFFF!important;border-color:#E2E8F0!important;color:#1F2937!important}html[data-lexh-color-mode=light] .lexhp-table tbody tr:hover td{background:#F8FAFC!important}html[data-lexh-color-mode=light] .lexhp-app :where(input:not([type=checkbox]):not([type=radio]),select,textarea){background:#FFFFFF!important;border-color:#D9E2EC!important;color:#111827!important;border-radius:5px!important}html[data-lexh-color-mode=light] .lexhp-app :where(input:not([type=checkbox]):not([type=radio]),select,textarea):focus{border-color:#3B82F6!important;box-shadow:0 0 0 2px rgba(59,130,246,.14)!important}html[data-lexh-color-mode] .lexhp-app{font-family:var(--lexh-open-sans),"Open Sans","Segoe UI",Arial,sans-serif!important;font-size:15px;line-height:23px}html[data-lexh-color-mode] .lexhp-content h2{font-size:20px!important;line-height:28px!important;font-weight:700!important}html[data-lexh-color-mode] .lexhp-content h3{font-size:16px!important;line-height:24px!important;font-weight:600!important}html[data-lexh-color-mode] .lexhp-content :where(p,li,td,input,select,textarea){font-size:15px!important;line-height:23px!important}html[data-lexh-color-mode] .lexhp-content :where(label,.lexhp-btn,button){font-size:13px!important;line-height:18px!important;font-weight:600!important}html[data-lexh-color-mode] .lexhp-table :where(td){font-size:14px!important;line-height:20px!important}.lexhp-chat-modal-overlay,.lexhp-chat-overlay{position:fixed;inset:0;z-index:1300;background:rgba(15,23,42,.22);display:flex;justify-content:flex-end;align-items:stretch}.lexhp-chat-drawer{width:min(420px,100vw);height:100dvh;background:var(--lexhp-panel);border-left:1px solid var(--lexhp-line);display:flex;flex-direction:column;box-shadow:var(--lexhp-shadow-lg);color:var(--lexhp-text)}.lexhp-chat-drawer__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid var(--lexhp-line);background:var(--lexhp-topbar-surface)}.lexhp-chat-drawer__head h2{margin:2px 0 0;font-size:18px;line-height:24px}.lexhp-chat-drawer__actions{display:flex;align-items:center;gap:6px}.lexhp-chat-drawer__body{min-height:0;flex:1 1;overflow:hidden}.lexhp-chat-shell{display:grid;grid-template-columns:minmax(280px,340px) minmax(0,1fr);min-height:650px;border:1px solid var(--lexhp-line);border-radius:5px;background:var(--lexhp-panel);overflow:hidden}.lexhp-chat-shell.is-compact{display:block;height:100%;min-height:0;border:0;border-radius:0}.lexhp-chat-shell.is-compact .lexhp-chat-list,.lexhp-chat-shell.is-compact .lexhp-chat-thread-wrap{height:100%}.lexhp-chat-shell.is-compact .lexhp-chat-list.is-thread-open{display:none}.lexhp-chat-shell.is-compact .lexhp-chat-back{display:inline-flex}.lexhp-chat-list{min-width:0;border-right:1px solid var(--lexhp-line);background:var(--lexhp-panel);display:flex;flex-direction:column}.lexhp-chat-list__toolbar{padding:12px;display:grid;gap:8px;border-bottom:1px solid var(--lexhp-line);background:var(--lexhp-panel)}.lexhp-chat-search{display:flex;align-items:center;gap:8px;border:1px solid var(--lexhp-line);border-radius:5px;padding:0 10px;background:var(--lexhp-panel)}.lexhp-chat-search:focus-within{border-color:var(--lexhp-focus);box-shadow:0 0 0 2px color-mix(in srgb,var(--lexhp-focus) 16%,transparent)}.lexhp-chat-search input{border:0!important;box-shadow:none!important;min-height:40px!important;padding:0!important;flex:1 1!important;background:transparent!important}.lexhp-chat-list__items{min-height:0;overflow:auto;flex:1 1}.lexhp-chat-list-item{width:100%;display:grid;gap:5px;padding:12px;text-align:left;background:transparent;border:0;border-bottom:1px solid var(--lexhp-divider);border-radius:0!important;color:var(--lexhp-text)}.lexhp-chat-list-item:hover{background:color-mix(in srgb,var(--lexhp-role-accent) 6%,var(--lexhp-panel))}.lexhp-chat-list-item.is-active{background:color-mix(in srgb,var(--lexhp-role-accent) 12%,var(--lexhp-panel));box-shadow:inset 3px 0 var(--lexhp-role-accent)}.lexhp-chat-list-item__meta,.lexhp-chat-list-item__preview,.lexhp-chat-list-item__top{display:flex;align-items:center;gap:7px;min-width:0}.lexhp-chat-list-item__preview span,.lexhp-chat-list-item__top strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lexhp-chat-list-item__top time{margin-left:auto;font-size:11px;color:var(--lexhp-subtle);white-space:nowrap}.lexhp-chat-list-item__meta{font-size:12px;color:var(--lexhp-muted)}.lexhp-chat-list-item__preview{color:var(--lexhp-muted);font-size:13px}.lexhp-chat-list-item__preview b{margin-left:auto;min-width:19px;height:19px;padding:0 5px;display:grid;place-items:center;border-radius:10px!important;background:var(--lexhp-role-accent);color:#07111f;font-size:10px}.lexhp-chat-priority,.lexhp-chat-role,.lexhp-chat-status{display:inline-flex;align-items:center;min-height:22px;padding:2px 6px;border:1px solid var(--lexhp-line);border-radius:5px;font-size:11px;font-weight:700;white-space:nowrap;background:var(--lexhp-panel-2);color:var(--lexhp-muted)}.lexhp-chat-priority.is-high,.lexhp-chat-priority.is-urgent{color:var(--lexhp-danger);border-color:color-mix(in srgb,var(--lexhp-danger) 45%,var(--lexhp-line));background:color-mix(in srgb,var(--lexhp-danger) 8%,var(--lexhp-panel))}.lexhp-chat-status.is-resolved{color:var(--lexhp-success)}.lexhp-chat-status.is-waiting_for_admin,.lexhp-chat-status.is-waiting_for_customer{color:var(--lexhp-warning)}.lexhp-chat-thread-wrap{min-width:0;background:var(--lexhp-panel)}.lexhp-chat-thread{height:100%;min-height:650px;display:grid;grid-template-rows:auto auto minmax(280px,1fr) auto auto;background:var(--lexhp-panel)}.lexhp-chat-shell.is-compact .lexhp-chat-thread{min-height:0;height:100%}.lexhp-chat-thread__head{padding:12px 14px;display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--lexhp-line);background:var(--lexhp-panel)}.lexhp-chat-thread__identity{min-width:0;display:grid;gap:2px}.lexhp-chat-thread__identity strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lexhp-chat-thread__identity span{font-size:12px;color:var(--lexhp-muted)}.lexhp-chat-thread__badges{margin-left:auto;display:flex;gap:5px;flex-wrap:wrap;justify-content:flex-end}.lexhp-chat-back{display:none}.lexhp-chat-adminbar{display:grid;grid-template-columns:1.2fr .7fr 1fr auto;gap:8px;align-items:end;padding:10px 12px;border-bottom:1px solid var(--lexhp-line);background:var(--lexhp-panel-2)}.lexhp-chat-adminbar label{display:grid;gap:4px;font-size:11px!important;color:var(--lexhp-muted)}.lexhp-chat-adminbar select{min-height:36px!important}.lexhp-chat-adminbar code{align-self:center;font-size:10px;color:var(--lexhp-muted);max-width:130px;overflow:hidden;text-overflow:ellipsis}.lexhp-chat-messages{min-height:0;overflow:auto;padding:16px;display:flex;flex-direction:column;gap:10px;background:var(--lexhp-panel)}.lexhp-chat-message{max-width:min(78%,720px);padding:10px 12px;border:1px solid var(--lexhp-line);border-radius:5px;background:var(--lexhp-panel-2);align-self:flex-start;overflow-wrap:anywhere}.lexhp-chat-message.is-own{align-self:flex-end;background:color-mix(in srgb,var(--lexhp-role-accent) 10%,var(--lexhp-panel));border-color:color-mix(in srgb,var(--lexhp-role-accent) 40%,var(--lexhp-line))}.lexhp-chat-message.is-failed{border-color:var(--lexhp-danger)}.lexhp-chat-message__meta{display:flex;gap:6px;align-items:center;margin-bottom:4px;font-size:11px;color:var(--lexhp-muted)}.lexhp-chat-message__meta time{margin-left:auto}.lexhp-chat-message p{margin:0;white-space:pre-wrap;color:var(--lexhp-text)!important}.lexhp-chat-delivery{margin-top:5px;text-align:right;font-size:10px;color:var(--lexhp-muted)}.lexhp-chat-attachments{display:grid;gap:5px;margin-top:8px}.lexhp-chat-attachments a{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:6px;align-items:center;padding:6px 8px;border:1px solid var(--lexhp-line);border-radius:5px;background:var(--lexhp-panel);font-size:12px}.lexhp-chat-attachments a span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lexhp-chat-attachments small,.lexhp-chat-typing{color:var(--lexhp-muted)}.lexhp-chat-typing{align-self:flex-start;font-size:12px;padding:4px 8px}.lexhp-chat-load-older{align-self:center}.lexhp-chat-inline-error{margin:8px 12px 0;padding:8px 10px;border:1px solid color-mix(in srgb,var(--lexhp-danger) 50%,var(--lexhp-line));border-radius:5px;background:color-mix(in srgb,var(--lexhp-danger) 7%,var(--lexhp-panel));color:var(--lexhp-danger);display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:12px}.lexhp-chat-inline-error button{border:0;background:transparent;color:inherit;padding:2px}.lexhp-chat-composer{border-top:1px solid var(--lexhp-line);padding:10px 12px;background:var(--lexhp-panel)}.lexhp-chat-composer textarea{width:100%;resize:vertical;max-height:180px}.lexhp-chat-composer__actions{display:flex;align-items:center;gap:8px;margin-top:7px}.lexhp-chat-composer__actions small{margin-left:auto;color:var(--lexhp-muted)}.lexhp-chat-file-row{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:6px}.lexhp-chat-file-row>span{display:inline-flex;align-items:center;gap:4px;max-width:100%;padding:4px 6px;border:1px solid var(--lexhp-line);border-radius:5px;font-size:11px}.lexhp-chat-file-row button{border:0;background:transparent;padding:0;color:var(--lexhp-muted)}.lexhp-chat-closed{padding:10px 12px;border-top:1px solid var(--lexhp-line);display:flex;justify-content:space-between;align-items:center;gap:10px;background:var(--lexhp-panel-2)}.lexhp-chat-state,.lexhp-empty{min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:20px;text-align:center;color:var(--lexhp-muted)}.lexhp-chat-state.is-error{color:var(--lexhp-danger)}.lexhp-chat-spinner{width:24px;height:24px;border:2px solid var(--lexhp-line);border-top-color:var(--lexhp-role-accent);animation:lexh-chat-spin .8s linear infinite}@keyframes lexh-chat-spin{to{transform:rotate(1turn)}}.lexhp-chat-modal-overlay{justify-content:center;align-items:center;padding:16px;background:rgba(15,23,42,.36)}.lexhp-chat-modal{width:min(640px,100%);max-height:min(760px,calc(100dvh - 32px));overflow:auto;background:var(--lexhp-panel);border:1px solid var(--lexhp-line);border-radius:5px;box-shadow:var(--lexhp-shadow-lg)}.lexhp-chat-modal__foot,.lexhp-chat-modal__head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px;border-bottom:1px solid var(--lexhp-line);background:var(--lexhp-panel)}.lexhp-chat-modal__head h3{margin:0}.lexhp-chat-modal__foot{border-top:1px solid var(--lexhp-line);border-bottom:0;justify-content:flex-end}.lexhp-chat-modal__body{padding:14px;display:grid;gap:12px}.lexhp-chat-modal__body label{display:grid;gap:5px}.lexhp-chat-modal__grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}html[data-lexh-color-mode=dark] .lexhp-chat-drawer,html[data-lexh-color-mode=dark] .lexhp-chat-modal,html[data-lexh-color-mode=dark] .lexhp-chat-shell{background:#0D1421;border-color:#263449}html[data-lexh-color-mode=dark] .lexhp-chat-modal-overlay,html[data-lexh-color-mode=dark] .lexhp-chat-overlay{background:rgba(2,6,23,.62)}@media(max-width:1024px){.lexhp-chat-shell{grid-template-columns:300px minmax(0,1fr)}.lexhp-chat-adminbar{grid-template-columns:1fr 1fr}.lexhp-chat-adminbar code{display:none}}@media(max-width:768px){html[data-lexh-color-mode] .lexhp-content .lexhp-page-heading h1{font-size:24px!important;line-height:32px!important}.lexhp-chat-drawer{width:100vw;height:100dvh;border-left:0}.lexhp-chat-drawer__actions .lexhp-btn{display:none}.lexhp-chat-shell:not(.is-compact){display:block;min-height:calc(100dvh - 150px)}.lexhp-chat-shell:not(.is-compact) .lexhp-chat-list{height:calc(100dvh - 150px)}.lexhp-chat-shell:not(.is-compact) .lexhp-chat-list.is-thread-open{display:none}.lexhp-chat-thread-wrap{height:100%}.lexhp-chat-thread{min-height:calc(100dvh - 150px)}.lexhp-chat-back{display:inline-flex}.lexhp-chat-message{max-width:90%}.lexhp-chat-adminbar,.lexhp-chat-modal__grid{grid-template-columns:1fr}}@media(max-width:430px){.lexhp-chat-drawer__head{padding:10px 12px}.lexhp-chat-list__toolbar,.lexhp-chat-thread__head{padding:10px}.lexhp-chat-thread__badges .lexhp-chat-role{display:none}.lexhp-chat-messages{padding:12px 10px}.lexhp-chat-composer{padding:8px 10px;position:sticky;bottom:0;z-index:2}.lexhp-chat-composer__actions{flex-wrap:wrap}.lexhp-chat-composer__actions small{order:3;width:100%;margin:0}}@media(prefers-reduced-motion:reduce){.lexhp-app *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.lexhp-chat-adminbar__ids{display:flex;align-items:center;justify-content:flex-end;gap:5px;flex-wrap:wrap;min-width:0}.lexhp-chat-adminbar__ids>span{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:right;font-size:11px;color:var(--lexhp-muted)}.lexhp-chat-adminbar__ids .lexhp-btn{min-height:32px!important;padding:5px 7px!important;font-size:11px!important}.lexhp-chat-audit{max-height:180px;overflow:auto;padding:8px 12px;border-bottom:1px solid var(--lexhp-line);background:var(--lexhp-panel-2);display:grid;gap:4px}.lexhp-chat-audit>div{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:6px 8px;border:1px solid var(--lexhp-line);border-radius:5px;background:var(--lexhp-panel)}.lexhp-chat-audit strong{font-size:11px}.lexhp-chat-audit span{font-size:11px;color:var(--lexhp-muted)}.lexh-otp-panel{display:grid;gap:12px;padding:14px;border:1px solid var(--lexhp-line,#d9e2ec);border-radius:5px;background:var(--lexhp-panel,#fff);color:var(--lexhp-text,#191B20)}.lexh-otp-panel__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.lexh-otp-panel__head>div{display:grid;gap:2px}.lexh-otp-panel__head strong{font-size:14px}.lexh-otp-panel__head small{font-size:12px;color:var(--lexhp-muted,#64748b)}.lexh-otp-delivery,.lexh-verify-status{display:inline-flex;align-items:center;min-height:24px;padding:2px 7px;border:1px solid var(--lexhp-line,#d9e2ec);border-radius:5px;font-size:11px;font-weight:700;white-space:nowrap}.lexh-otp-delivery.is-delivered,.lexh-verify-status.is-success{color:var(--lexhp-success,#15803d);border-color:color-mix(in srgb,var(--lexhp-success,#15803d) 40%,var(--lexhp-line,#D9E2EC));background:color-mix(in srgb,var(--lexhp-success,#15803d) 7%,var(--lexhp-panel,#fff))}.lexh-otp-delivery.is-failed,.lexh-verify-status.is-danger{color:var(--lexhp-danger,#dc2626);border-color:color-mix(in srgb,var(--lexhp-danger,#dc2626) 40%,var(--lexhp-line,#D9E2EC));background:color-mix(in srgb,var(--lexhp-danger,#dc2626) 7%,var(--lexhp-panel,#fff))}.lexh-otp-delivery.is-queued,.lexh-otp-delivery.is-sent,.lexh-otp-delivery.is-submitted,.lexh-verify-status.is-warning{color:var(--lexhp-warning,#b45309);background:color-mix(in srgb,var(--lexhp-warning,#b45309) 7%,var(--lexhp-panel,#fff))}.lexh-verify-status.is-muted{color:var(--lexhp-muted,#64748b)}.lexh-otp-digits{display:grid;grid-template-columns:repeat(6,minmax(42px,52px));gap:8px;justify-content:start}.lexh-otp-digits input{width:100%!important;height:52px!important;min-height:52px!important;padding:0!important;text-align:center!important;font-size:22px!important;font-weight:700!important;line-height:1!important;border:1px solid var(--lexhp-line,#d9e2ec)!important;border-radius:5px!important;background:var(--lexhp-panel,#fff)!important;color:var(--lexhp-text,#191B20)!important}.lexh-otp-digits input:focus-visible{outline:2px solid var(--lexhp-focus,#3b82f6)!important;outline-offset:1px;border-color:var(--lexhp-focus,#3b82f6)!important}.lexh-otp-panel__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.lexh-otp-panel__actions>small{margin-left:auto;color:var(--lexhp-muted,#64748b)}.lexh-verify-admin{display:grid;gap:16px}.lexh-verify-alert{display:flex;align-items:center;gap:9px;padding:10px 12px;border:1px solid var(--lexhp-line);border-radius:5px;background:var(--lexhp-panel);font-size:13px}.lexh-verify-alert span{flex:1 1}.lexh-verify-alert.is-error{border-color:color-mix(in srgb,var(--lexhp-danger) 45%,var(--lexhp-line));color:var(--lexhp-danger)}.lexh-verify-alert.is-success{border-color:color-mix(in srgb,var(--lexhp-success) 45%,var(--lexhp-line));color:var(--lexhp-success)}.lexh-verify-kpis{padding:16px}.lexh-provider-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:16px}.lexh-provider-card{display:grid;gap:12px;padding:14px;border:1px solid var(--lexhp-line);border-radius:5px;background:var(--lexhp-panel)}.lexh-provider-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.lexh-provider-card h3{margin:0}.lexh-provider-card p{margin:3px 0 0;color:var(--lexhp-muted);font-size:12px}.lexh-provider-status{display:inline-flex;align-items:center;gap:6px;padding:4px 7px;border:1px solid var(--lexhp-line);border-radius:5px;font-size:11px;font-weight:700}.lexh-provider-status i{width:8px;height:8px;border-radius:50%;background:currentColor}.lexh-provider-status.is-operational{color:var(--lexhp-success)}.lexh-provider-status.is-unavailable{color:var(--lexhp-warning)}.lexh-provider-details{display:grid;gap:0;margin:0}.lexh-provider-details>div{display:grid;grid-template-columns:minmax(120px,.7fr) 1.3fr;gap:10px;padding:8px 0;border-top:1px solid var(--lexhp-divider)}.lexh-provider-details dt{font-size:12px;color:var(--lexhp-muted)}.lexh-provider-details dd{margin:0;font-size:13px;font-weight:600}.lexh-provider-card__actions{display:flex;gap:8px;flex-wrap:wrap}.lexh-verify-settings{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:16px}.lexh-verify-settings>label:not(.lexh-verify-toggle){display:grid;gap:5px}.lexh-verify-settings label>span{font-size:13px;font-weight:600}.lexh-verify-settings label>small{font-size:11px;color:var(--lexhp-muted)}.lexh-verify-toggle{display:flex;align-items:center;gap:8px;min-height:44px;padding:8px 10px;border:1px solid var(--lexhp-line);border-radius:5px}.lexh-verify-toggle input{width:18px;height:18px;accent-color:var(--lexhp-primary)}.lexh-verify-settings__actions{grid-column:1/-1;display:flex;justify-content:flex-end;padding-top:4px}.lexh-verify-admin .lexhp-table-wrap{margin:0 16px 16px}.lexh-verify-admin code{font-size:11px;overflow-wrap:anywhere}.lexh-test-overlay{position:fixed;inset:0;z-index:10050;display:flex;align-items:center;justify-content:center;padding:16px;background:rgba(15,23,42,.38)}.lexh-test-dialog{width:min(520px,100%);display:grid;gap:14px;padding:16px;border:1px solid var(--lexhp-line);border-radius:5px;background:var(--lexhp-panel);color:var(--lexhp-text);box-shadow:var(--lexhp-shadow-lg)}.lexh-test-dialog__head{display:flex;align-items:center;justify-content:space-between;gap:10px}.lexh-test-dialog__head h3{margin:0}.lexh-test-dialog label{display:grid;gap:6px}.lexh-test-dialog label span{font-size:13px;font-weight:600}.lexh-test-dialog p{margin:0;color:var(--lexhp-muted);font-size:12px}.lexh-test-dialog__actions{display:flex;justify-content:flex-end;gap:8px}@media(max-width:900px){.lexh-provider-grid{grid-template-columns:1fr}.lexh-verify-settings{grid-template-columns:repeat(2,minmax(0,1fr))}.lexh-otp-panel__actions>small{width:100%;margin-left:0}}@media(max-width:520px){.lexh-otp-panel__head{display:grid}.lexh-otp-digits{grid-template-columns:repeat(6,minmax(0,1fr));gap:5px}.lexh-otp-digits input{height:46px!important;min-height:46px!important;font-size:20px!important}.lexh-verify-settings{grid-template-columns:1fr}.lexh-provider-grid,.lexh-verify-kpis,.lexh-verify-settings{padding:12px}.lexh-verify-admin .lexhp-table-wrap{margin:0 12px 12px}.lexh-provider-card__head{display:grid}.lexh-provider-details>div{grid-template-columns:1fr}.lexh-otp-panel__actions{align-items:stretch;flex-direction:column}.lexh-otp-panel__actions button{width:100%}}html[data-lexh-color-mode] .lexhp-app{--lexhp-sidebar-width:232px!important;--lexhp-topbar:62px!important;--lexhp-shell-gap:16px;--lexhp-section-gap:16px;--lexhp-card-gap:14px}html[data-lexh-color-mode] .lexhp-main{min-width:0!important}html[data-lexh-color-mode] .lexhp-content{width:auto!important;max-width:none!important;min-width:0!important;margin:16px!important;padding:0!important;gap:16px!important;overflow-x:clip!important}html[data-lexh-color-mode] .lexhp-sidebar{width:232px!important;min-width:232px!important;max-width:232px!important;box-sizing:border-box!important}html[data-lexh-color-mode] .lexhp-sidebar__brand{position:sticky!important;top:0!important;z-index:3!important;padding:10px 9px 8px!important}html[data-lexh-color-mode] .lexhp-sidebar__identity{padding:0!important}html[data-lexh-color-mode] .lexhp-sidebar__identity--stacked .lexhp-logo-plate{height:46px!important;padding:7px 10px!important;box-sizing:border-box!important}html[data-lexh-color-mode] .lexhp-sidebar__identity--stacked .lexhp-logo-plate img{max-height:32px!important}html[data-lexh-color-mode] .lexhp-role-chip{width:100%!important;min-height:34px!important;margin-top:7px!important;padding:7px 10px!important;justify-content:center!important;font-size:12px!important;line-height:18px!important;letter-spacing:.02em!important;text-transform:none!important;box-sizing:border-box!important}html[data-lexh-color-mode] .lexhp-nav{padding:9px 8px 14px!important}html[data-lexh-color-mode] .lexhp-nav-group{margin:0 0 4px!important}html[data-lexh-color-mode] .lexhp-nav-group__toggle{min-height:46px!important;padding:10px 12px!important;gap:10px!important;font-size:14px!important;line-height:20px!important;font-weight:500!important;box-sizing:border-box!important;transform:none!important}html[data-lexh-color-mode] .lexhp-nav-group.is-active>.lexhp-nav-group__toggle,html[data-lexh-color-mode] .lexhp-nav-group.is-open>.lexhp-nav-group__toggle{font-weight:600!important}html[data-lexh-color-mode] .lexhp-nav-group__label{gap:10px!important}html[data-lexh-color-mode] .lexhp-nav-group__label>span:last-child{font-size:14px!important;line-height:20px!important;font-weight:inherit!important}html[data-lexh-color-mode] .lexhp-nav-group__glyph{width:24px!important;height:24px!important;flex-basis:24px!important;box-shadow:none!important}html[data-lexh-color-mode] .lexhp-nav-group__glyph svg{width:18px!important;height:18px!important;stroke-width:1.8!important}html[data-lexh-color-mode] .lexhp-nav-group__chevron svg{width:14px!important;height:14px!important}html[data-lexh-color-mode] .lexhp-nav-group__items{position:relative!important;padding:3px 0 6px 18px!important}html[data-lexh-color-mode] .lexhp-nav-group__items:before{left:9px!important;top:6px!important;bottom:8px!important}html[data-lexh-color-mode] .lexhp-nav--grouped .lexhp-nav__item{min-height:38px!important;grid-template-columns:24px minmax(0,1fr) auto!important;gap:8px!important;margin:1px 0!important;padding:7px 10px!important;font-size:13px!important;line-height:20px!important;font-weight:500!important;box-sizing:border-box!important;transform:none!important}html[data-lexh-color-mode] .lexhp-nav--grouped .lexhp-nav__item.is-active{font-weight:600!important}html[data-lexh-color-mode] .lexhp-nav__icon{width:24px!important;height:24px!important}html[data-lexh-color-mode] .lexhp-nav__icon svg{width:17px!important;height:17px!important;stroke-width:1.8!important}html[data-lexh-color-mode] .lexhp-nav__label{font-size:13px!important;line-height:20px!important;font-weight:inherit!important}html[data-lexh-color-mode] .lexhp-sidebar__footer{position:sticky!important;bottom:0!important;z-index:3!important;padding:9px!important}html[data-lexh-color-mode] .lexhp-demo-mini{padding:8px 9px!important}html[data-lexh-color-mode] .lexhp-demo-mini strong{font-size:13px!important;line-height:18px!important;font-weight:600!important}html[data-lexh-color-mode] .lexhp-demo-mini small{font-size:11px!important;line-height:16px!important}html[data-lexh-color-mode] .lexhp-back-site{margin-top:6px!important;padding:3px 1px!important;font-size:10px!important;line-height:16px!important}html[data-lexh-color-mode] .lexhp-sidebar-angle-toggle,html[data-lexh-color-mode] .lexhp-sidebar-signout{min-height:34px!important}html[data-lexh-color-mode] .lexhp-live-resource-form .lexhp-btn--primary,html[data-lexh-color-mode] .lexhp-sidebar .lexhp-demo-mini{border-radius:5px!important}html[data-lexh-color-mode] .lexhp-topbar{height:62px!important;min-height:62px!important;padding:0 16px!important;box-sizing:border-box!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}html[data-lexh-color-mode] .lexhp-topbar__left,html[data-lexh-color-mode] .lexhp-topbar__right{gap:8px!important;min-width:0!important}html[data-lexh-color-mode] .lexhp-page-id{gap:8px!important;overflow:hidden!important}html[data-lexh-color-mode] .lexhp-page-id__group,html[data-lexh-color-mode] .lexhp-page-id__role,html[data-lexh-color-mode] .lexhp-page-id__section,html[data-lexh-color-mode] .lexhp-page-id__separator{font-size:14px!important;line-height:20px!important}html[data-lexh-color-mode] .lexhp-page-id__role{font-weight:600!important}html[data-lexh-color-mode] .lexhp-page-id__group{font-weight:400!important}html[data-lexh-color-mode] .lexhp-page-id__section{font-weight:500!important}html[data-lexh-color-mode] .lexhp-search-trigger{min-height:38px!important;height:38px!important;box-sizing:border-box!important}html[data-lexh-color-mode] .lexhp-profile{min-height:40px!important;padding:4px 7px!important;box-sizing:border-box!important}html[data-lexh-color-mode] .lexhp-page-heading{min-height:0!important;margin:0!important;padding:16px 18px!important;box-sizing:border-box!important}html[data-lexh-color-mode] .lexhp-page-heading__main{gap:14px!important}html[data-lexh-color-mode] .lexhp-page-heading__identity{gap:12px!important;min-width:0!important}html[data-lexh-color-mode] .lexhp-page-heading__icon{width:46px!important;height:46px!important;flex-basis:46px!important}html[data-lexh-color-mode] .lexhp-page-heading__icon svg{width:21px!important;height:21px!important;stroke-width:1.8!important}html[data-lexh-color-mode] .lexhp-content .lexhp-eyebrow{font-size:11px!important;line-height:16px!important;font-weight:600!important;letter-spacing:.055em!important}html[data-lexh-color-mode] .lexhp-content .lexhp-page-heading h1{margin:2px 0 3px!important;font-size:30px!important;line-height:38px!important;letter-spacing:-.02em!important}html[data-lexh-color-mode] .lexhp-content .lexhp-page-heading p{margin:0!important;font-size:15px!important;line-height:23px!important;font-weight:400!important}html[data-lexh-color-mode] .lexhp-kpi-grid{gap:14px!important}html[data-lexh-color-mode] .lexhp-kpi{min-width:0!important;min-height:92px!important;padding:14px 15px!important;gap:12px!important;box-sizing:border-box!important}html[data-lexh-color-mode] .lexhp-kpi__icon{width:40px!important;height:40px!important;flex-basis:40px!important}html[data-lexh-color-mode] .lexhp-kpi__icon svg{width:18px!important;height:18px!important;stroke-width:1.8!important}html[data-lexh-color-mode] .lexhp-kpi__copy>span{font-size:12px!important;line-height:18px!important;font-weight:500!important}html[data-lexh-color-mode] .lexhp-kpi__copy strong{font-size:30px!important;line-height:36px!important;font-weight:700!important}html[data-lexh-color-mode] .lexhp-kpi__copy small{font-size:12px!important;line-height:18px!important}html[data-lexh-color-mode] .lexhp-dashboard-grid,html[data-lexh-color-mode] .lexhp-workspace-grid{gap:16px!important;min-width:0!important}html[data-lexh-color-mode] .lexhp-card,html[data-lexh-color-mode] .lexhp-panel{min-width:0!important;box-sizing:border-box!important}html[data-lexh-color-mode] .lexhp-card__head,html[data-lexh-color-mode] .lexhp-panel__head{gap:12px!important;padding:14px 18px!important}html[data-lexh-color-mode] .lexhp-panel__head h2{font-size:20px!important;line-height:28px!important;font-weight:700!important}html[data-lexh-color-mode] .lexhp-panel__head h3{font-size:16px!important;line-height:24px!important;font-weight:600!important}html[data-lexh-color-mode] .lexhp-card__head small,html[data-lexh-color-mode] .lexhp-panel__head p{margin-top:3px!important;font-size:13px!important;line-height:20px!important}html[data-lexh-color-mode] .lexhp-panel-glyph{width:38px!important;height:38px!important;flex-basis:38px!important}html[data-lexh-color-mode] .lexhp-app :where(input:not([type=checkbox]):not([type=radio]),select,textarea){min-height:42px!important;font-size:14px!important;line-height:20px!important;font-weight:400!important;box-sizing:border-box!important}html[data-lexh-color-mode] .lexhp-app textarea{min-height:96px!important}html[data-lexh-color-mode] .lexhp-app .lexhp-btn{min-height:42px!important;padding:9px 14px!important;font-size:14px!important;line-height:20px!important;font-weight:600!important;box-sizing:border-box!important;transform:none!important}html[data-lexh-color-mode] .lexhp-table-wrap{max-width:100%!important;min-width:0!important;overscroll-behavior-inline:contain!important}html[data-lexh-color-mode] .lexhp-table{min-width:100%!important;border-collapse:separate!important;border-spacing:0!important}html[data-lexh-color-mode] .lexhp-table th{padding:10px 12px!important;font-size:13px!important;line-height:18px!important;letter-spacing:.015em!important}html[data-lexh-color-mode] .lexhp-table td{padding:11px 12px!important;font-size:14px!important;line-height:20px!important}html[data-lexh-color-mode] .lexhp-table-tools{gap:10px!important;min-width:0!important}html[data-lexh-color-mode] .lexhp-content :where(.lexhp-workspace,.lexhp-live-feature-workspace,.lexhpc-workspace,.lexhp-panel,.lexhp-card,.lexhp-table-wrap){max-width:100%!important}html[data-lexh-color-mode] .lexhp-content :where(p,pre,code,.lexhp-live-json,.lexhp-live-json-inline){overflow-wrap:anywhere}html[data-lexh-color-mode] .lexhp-avatar{aspect-ratio:1/1!important;border-radius:50%!important;overflow:hidden!important;flex-shrink:0!important}html[data-lexh-color-mode] .lexhp-avatar img{display:block!important;width:100%!important;height:100%!important;aspect-ratio:1/1!important;object-fit:cover!important;border-radius:50%!important}html[data-lexh-color-mode] .lexhp-nav__item--guide{color:var(--lexhp-sidebar-text)!important}html[data-lexh-color-mode] .lexhp-nav__item--guide .lexhp-nav__icon{color:var(--lexhp-role-accent)!important}html[data-lexh-color-mode] .lexhp-nav__item--guide:hover{color:var(--lexhp-text)!important}html[data-lexh-color-mode] .lexhp-content[data-section=r2-palette] .lexhp-panel>:where(.lexhp-form-message,.lexhp-empty-state,.lexhp-error-state),html[data-lexh-color-mode] .lexhp-r2-palette-workspace .lexhp-r2-palette-state{margin:14px 16px 16px!important;padding:14px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important;box-shadow:none!important}html[data-lexh-color-mode=dark] .lexhp-app{--lexhp-bg:#111315;--lexhp-sidebar:#151719;--lexhp-sidebar-2:#151719;--lexhp-panel:#1B1D20;--lexhp-panel-2:#202327;--lexhp-panel-3:#25282D;--lexhp-elevated:#25282D;--lexhp-text:#F4F5F6;--lexhp-muted:#AEB4BC;--lexhp-subtle:#8A919A;--lexhp-line:#30343A;--lexhp-line-strong:#3B4047;--lexhp-divider:#2A2E33;--lexhp-hover-border:#4A5058;--lexhp-focus:#60A5FA;--lexhp-sidebar-text:#D4D8DE;--lexhp-topbar-surface:#151719;--lexhp-topbar-border:#30343A;--lexhp-shadow:none;--lexhp-shadow-lg:0 10px 32px rgba(0,0,0,.26)}html[data-lexh-color-mode=dark] .lexhp-nav-group__items,html[data-lexh-color-mode=dark] .lexhp-sidebar__brand,html[data-lexh-color-mode=dark] .lexhp-sidebar__footer{background:#151719!important;border-color:#30343A!important}html[data-lexh-color-mode=dark] .lexhp-nav--grouped .lexhp-nav__item:hover,html[data-lexh-color-mode=dark] .lexhp-nav-group.is-active>.lexhp-nav-group__toggle,html[data-lexh-color-mode=dark] .lexhp-nav-group.is-open>.lexhp-nav-group__toggle,html[data-lexh-color-mode=dark] .lexhp-nav-group__toggle:hover,html[data-lexh-color-mode=dark] .lexhp-sidebar__identity:hover{background:#202327!important;color:#F4F5F6!important}html[data-lexh-color-mode=dark] .lexhp-role-chip{background:#202327!important;border-color:#30343A!important;color:#AEB4BC!important}html[data-lexh-color-mode=dark] .lexhp-page-id :where(a,span){color:#AEB4BC!important}html[data-lexh-color-mode=dark] .lexhp-page-id__section{color:#F4F5F6!important}html[data-lexh-color-mode=dark] .lexhp-search-trigger{background:#202327!important;border-color:#3B4047!important;color:#AEB4BC!important}html[data-lexh-color-mode=dark] .lexhp-icon-btn,html[data-lexh-color-mode=dark] .lexhp-profile{background:transparent!important;border-color:#3B4047!important;color:#D4D8DE!important}html[data-lexh-color-mode=dark] .lexhp-icon-btn:hover,html[data-lexh-color-mode=dark] .lexhp-profile:hover,html[data-lexh-color-mode=dark] .lexhp-search-trigger:hover{background:#25282D!important;color:#F4F5F6!important}html[data-lexh-color-mode=dark] .lexhp-content :where(h1,h2,h3,h4,strong){color:#F4F5F6!important}html[data-lexh-color-mode=dark] .lexhp-content :where(p,li,td,label,small,.lexhp-muted-copy,.lexhp-subtle){color:#AEB4BC!important}html[data-lexh-color-mode=dark] .lexhp-content :where(.lexhp-eyebrow,.lexhp-caption){color:#8A919A!important}html[data-lexh-color-mode=dark] .lexhp-app :where(input:not([type=checkbox]):not([type=radio]),select,textarea){background:#202327!important;border-color:#3B4047!important;color:#F4F5F6!important}html[data-lexh-color-mode=dark] .lexhp-table{background:#1B1D20!important;color:#F4F5F6!important}html[data-lexh-color-mode=dark] .lexhp-table th{background:#202327!important;border-color:#30343A!important;color:#AEB4BC!important}html[data-lexh-color-mode=dark] .lexhp-table td{background:#1B1D20!important;border-color:#30343A!important;color:#F4F5F6!important}html[data-lexh-color-mode=dark] .lexhp-table tbody tr:hover td{background:#202327!important}html[data-lexh-color-mode=dark] .lexhp-btn--secondary,html[data-lexh-color-mode=dark] .lexhp-popover{background:#202327!important;border-color:#3B4047!important;color:#F4F5F6!important}html[data-lexh-color-mode=dark] .lexhp-chat-drawer,html[data-lexh-color-mode=dark] .lexhp-chat-modal,html[data-lexh-color-mode=dark] .lexhp-chat-shell{background:#1B1D20!important;border-color:#30343A!important}@media(min-width:821px){html[data-lexh-color-mode] .lexhp-app.is-sidebar-hidden{grid-template-columns:72px minmax(0,1fr)!important}html[data-lexh-color-mode] .lexhp-app.is-sidebar-hidden .lexhp-sidebar{width:72px!important;min-width:72px!important;max-width:72px!important;transform:none!important;pointer-events:auto!important}html[data-lexh-color-mode] .lexhp-app.is-sidebar-hidden .lexhp-main{grid-column:2!important}html[data-lexh-color-mode] .lexhp-app.is-sidebar-hidden .lexhp-sidebar__brand{padding:9px 7px!important}html[data-lexh-color-mode] .lexhp-app.is-sidebar-hidden .lexhp-sidebar__identity--stacked .lexhp-logo-plate{height:44px!important;padding:7px 4px!important}html[data-lexh-color-mode] .lexhp-app.is-sidebar-hidden .lexhp-nav{padding-inline:7px!important}html[data-lexh-color-mode] .lexhp-app.is-sidebar-hidden .lexhp-nav-group__toggle{min-height:42px!important;padding:8px!important;justify-content:center!important}html[data-lexh-color-mode] .lexhp-app.is-sidebar-hidden .lexhp-nav--grouped .lexhp-nav__item{min-height:38px!important;padding:6px!important;grid-template-columns:1fr!important;justify-items:center!important}html[data-lexh-color-mode] .lexhp-app.is-sidebar-hidden .lexhp-nav__icon{width:30px!important;height:30px!important}}@media(max-width:1280px) and (min-width:821px){html[data-lexh-color-mode] .lexhp-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:1024px) and (min-width:821px){html[data-lexh-color-mode] .lexhp-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:820px){html[data-lexh-color-mode] .lexhp-sidebar{width:min(88vw,300px)!important;min-width:0!important;max-width:300px!important}html[data-lexh-color-mode] .lexhp-topbar{height:60px!important;min-height:60px!important;padding:0 10px!important}html[data-lexh-color-mode] .lexhp-topbar__right{gap:3px!important;margin-left:auto!important}html[data-lexh-color-mode] .lexhp-content{margin:12px!important;gap:12px!important}html[data-lexh-color-mode] .lexhp-page-heading{padding:14px 16px!important}html[data-lexh-color-mode] .lexhp-page-heading__main{grid-template-columns:minmax(0,1fr)!important;align-items:flex-start!important}html[data-lexh-color-mode] .lexhp-page-heading__actions{width:100%!important;justify-content:flex-start!important;flex-wrap:wrap!important}html[data-lexh-color-mode] .lexhp-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}html[data-lexh-color-mode] .lexhp-app :where(.lexhp-topbar .lexhp-icon-btn,.lexhp-topbar .lexhp-search-trigger,.lexhp-mobile-menu){min-width:40px!important;min-height:40px!important}html[data-lexh-color-mode] .lexhp-page-id__group,html[data-lexh-color-mode] .lexhp-page-id__role,html[data-lexh-color-mode] .lexhp-page-id__section,html[data-lexh-color-mode] .lexhp-page-id__separator{font-size:13px!important;line-height:18px!important}html[data-lexh-color-mode] .lexhp-table-wrap{width:100%!important;max-width:100%!important;overflow-x:auto!important}}@media(max-width:600px){html[data-lexh-color-mode] .lexhp-content{margin:10px!important;gap:10px!important}html[data-lexh-color-mode] .lexhp-content .lexhp-page-heading h1{font-size:24px!important;line-height:32px!important}html[data-lexh-color-mode] .lexhp-content .lexhp-page-heading p{font-size:14px!important;line-height:22px!important}html[data-lexh-color-mode] .lexhp-content h2{font-size:18px!important;line-height:26px!important}html[data-lexh-color-mode] .lexhp-content h3{font-size:16px!important;line-height:24px!important}html[data-lexh-color-mode] .lexhp-kpi-grid{grid-template-columns:1fr!important}html[data-lexh-color-mode] .lexhp-kpi{min-height:88px!important}html[data-lexh-color-mode] .lexhp-content .lexhp-kpi__copy strong{font-size:24px!important;line-height:30px!important}html[data-lexh-color-mode] .lexhp-card__head,html[data-lexh-color-mode] .lexhp-panel__head{padding:13px 15px!important}html[data-lexh-color-mode] .lexhp-table td,html[data-lexh-color-mode] .lexhp-table th{white-space:nowrap!important}}@media(max-width:480px){html[data-lexh-color-mode] .lexhp-content{margin:10px!important;padding:0!important}html[data-lexh-color-mode] .lexhp-topbar{padding-inline:8px!important}html[data-lexh-color-mode] .lexhp-topbar__right{gap:2px!important}html[data-lexh-color-mode] .lexhp-topbar .lexhp-search-trigger,html[data-lexh-color-mode] .lexhp-topbar .lexhp-topbar-chat,html[data-lexh-color-mode] .lexhp-topbar .lexhp-topbar-icon-only,html[data-lexh-color-mode] .lexhp-topbar .lexhp-topbar-mode-toggle{width:40px!important;min-width:40px!important;height:40px!important;min-height:40px!important;padding:0!important}html[data-lexh-color-mode] .lexhp-profile{min-width:40px!important;min-height:40px!important;padding:3px!important;gap:3px!important}html[data-lexh-color-mode] .lexhp-profile__copy{display:none!important}html[data-lexh-color-mode] .lexhp-page-heading{padding:12px!important}html[data-lexh-color-mode] .lexhp-card__head,html[data-lexh-color-mode] .lexhp-panel__head{padding-inline:12px!important}html[data-lexh-color-mode] .lexhp-content[data-section=r2-palette] .lexhp-panel>:where(.lexhp-form-message,.lexhp-empty-state,.lexhp-error-state),html[data-lexh-color-mode] .lexhp-r2-palette-workspace .lexhp-r2-palette-state{margin:10px!important;padding:12px!important}}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace{display:grid;gap:16px;min-width:0}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace>.lexhp-kpi-grid{margin:0!important;gap:12px!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace .lexhp-kpi--text{position:relative;min-height:96px!important;padding:15px 17px 15px 20px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel)!important;box-shadow:none!important;overflow:hidden!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace .lexhp-kpi--text:before{content:"";position:absolute;top:14px;bottom:14px;left:0;width:3px;border-radius:0 3px 3px 0;background:var(--lexhp-role-accent,var(--lexhp-accent))}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace .lexhp-kpi--text>span{color:var(--lexhp-muted)!important;font-size:12px!important;line-height:18px!important;font-weight:600!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace .lexhp-kpi--text>strong{color:var(--lexhp-text)!important;font-size:25px!important;line-height:31px!important;font-weight:700!important;letter-spacing:-.025em!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace>.lexhp-marketplace-tabs{width:max-content;max-width:100%;min-width:0;flex-wrap:nowrap!important;gap:4px!important;margin:0!important;padding:5px!important;overflow-x:auto;border:1px solid var(--lexhp-line);border-radius:5px;background:var(--lexhp-panel);scrollbar-width:thin}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace>.lexhp-marketplace-tabs .lexhp-btn{flex:0 0 auto;min-height:36px!important;padding:7px 12px!important;border:1px solid transparent!important;border-radius:5px!important;background:transparent!important;box-shadow:none!important;color:var(--lexhp-muted)!important;font-size:12px!important;font-weight:600!important;white-space:nowrap;transform:none!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace>.lexhp-marketplace-tabs .lexhp-btn:hover{border-color:var(--lexhp-line)!important;background:var(--lexhp-panel-2)!important;color:var(--lexhp-text)!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace>.lexhp-marketplace-tabs .lexhp-btn--primary{border-color:color-mix(in srgb,var(--lexhp-role-accent,var(--lexhp-accent)) 30%,var(--lexhp-line))!important;background:color-mix(in srgb,var(--lexhp-role-accent,var(--lexhp-accent)) 11%,var(--lexhp-panel))!important;color:var(--lexhp-role-accent,var(--lexhp-accent))!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace>.lexhp-form-message{margin:0!important;padding:11px 13px!important;border:1px solid color-mix(in srgb,var(--lexhp-role-accent,var(--lexhp-accent)) 28%,var(--lexhp-line))!important;border-left-width:3px!important;border-radius:5px!important;background:color-mix(in srgb,var(--lexhp-role-accent,var(--lexhp-accent)) 5%,var(--lexhp-panel))!important;color:var(--lexhp-text)!important;font-size:13px!important;line-height:20px!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace>.lexhp-panel{min-width:0;overflow:hidden!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel)!important;box-shadow:none!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace>.lexhp-panel>.lexhp-panel__head{min-height:0!important;padding:16px 18px!important;border-bottom:1px solid var(--lexhp-line)!important;background:var(--lexhp-panel)!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace>.lexhp-panel>.lexhp-panel__head h2{margin:3px 0 4px!important;color:var(--lexhp-text)!important;font-size:20px!important;line-height:28px!important;font-weight:700!important;letter-spacing:-.015em!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace>.lexhp-panel>.lexhp-panel__head p{max-width:900px;margin:0!important;color:var(--lexhp-muted)!important;font-size:13px!important;line-height:20px!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace .lexhp-marketplace-filter-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;padding:16px 18px 18px!important;border-bottom:1px solid var(--lexhp-line);background:color-mix(in srgb,var(--lexhp-panel-2) 58%,var(--lexhp-panel))}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace .lexhp-marketplace-filter-grid>label{min-width:0;display:grid;align-content:end;gap:6px;color:var(--lexhp-text)!important;font-size:12px!important;line-height:18px!important;font-weight:600!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace .lexhp-marketplace-filter-grid :where(input:not([type=checkbox]),select){width:100%;min-width:0;min-height:42px!important;height:42px!important;padding:8px 10px!important;border:1px solid var(--lexhp-line-strong)!important;border-radius:5px!important;background:var(--lexhp-panel)!important;color:var(--lexhp-text)!important;font-size:13px!important;line-height:20px!important;outline:none;box-shadow:none!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace .lexhp-marketplace-filter-grid :where(input:not([type=checkbox]),select):focus{border-color:var(--lexhp-focus,var(--lexhp-accent))!important;box-shadow:0 0 0 2px color-mix(in srgb,var(--lexhp-focus,var(--lexhp-accent)) 15%,transparent)!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace .lexhp-marketplace-filter-grid>label.lexhp-checkbox-row{min-height:42px!important;display:flex!important;align-items:center!important;align-self:end;gap:8px!important;margin:0!important;padding:8px 11px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel)!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace .lexhp-marketplace-filter-grid>label.lexhp-checkbox-row input{width:17px!important;height:17px!important;min-height:17px!important;flex:0 0 17px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace .lexhp-marketplace-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;padding:16px 18px 18px!important;background:var(--lexhp-panel)!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace .lexhp-marketplace-card{min-width:0;display:grid!important;grid-template-columns:minmax(0,1fr)!important;align-items:stretch!important;align-content:start;gap:14px!important;padding:0!important;overflow:hidden;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel)!important;box-shadow:none!important;transform:none!important;transition:border-color .16s ease,box-shadow .16s ease!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace .lexhp-marketplace-card:hover{border-color:color-mix(in srgb,var(--lexhp-role-accent,var(--lexhp-accent)) 32%,var(--lexhp-line))!important;box-shadow:0 8px 24px color-mix(in srgb,var(--lexhp-text) 6%,transparent)!important;transform:none!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace .lexhp-marketplace-card>div:first-child{min-width:0;padding:15px 16px 0}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace .lexhp-marketplace-card .lexhp-copy-value{min-width:0;justify-content:flex-start;gap:7px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace .lexhp-marketplace-card .lexhp-id{max-width:100%;overflow:hidden;color:var(--lexhp-muted)!important;font-size:11px!important;line-height:17px!important;text-overflow:ellipsis;white-space:nowrap}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace .lexhp-marketplace-card h3{margin:9px 0 5px!important;color:var(--lexhp-text)!important;font-size:16px!important;line-height:23px!important;font-weight:700!important;letter-spacing:-.01em}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace .lexhp-marketplace-card p{margin:0!important;color:var(--lexhp-muted)!important;font-size:12px!important;line-height:19px!important;overflow-wrap:anywhere}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace .lexhp-marketplace-card p+p{margin-top:3px!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace .lexhp-marketplace-price{width:100%;display:flex!important;align-items:center!important;justify-content:space-between!important;justify-items:legacy!important;flex-wrap:wrap;gap:9px 12px!important;padding:12px 16px 15px;border-top:1px solid var(--lexhp-line);background:color-mix(in srgb,var(--lexhp-panel-2) 60%,var(--lexhp-panel))}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace .lexhp-marketplace-price>strong{flex:0 0 auto;color:var(--lexhp-text)!important;font-size:20px!important;line-height:28px!important;font-weight:700!important;letter-spacing:-.02em;white-space:nowrap}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace .lexhp-marketplace-price>.lexhp-checkbox-row,html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace .lexhp-marketplace-price>form{min-width:0;justify-content:flex-end!important;gap:7px!important;margin:0!important;padding:0!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace .lexhp-marketplace-price .lexhp-btn{min-height:36px!important;padding:7px 10px!important;border-radius:5px!important;font-size:12px!important;font-weight:600!important;white-space:nowrap;transform:none!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace .lexhp-marketplace-price input[type=number]{width:108px!important;min-width:92px!important;height:36px!important;min-height:36px!important;padding:7px 9px!important;border:1px solid var(--lexhp-line-strong)!important;border-radius:5px!important;background:var(--lexhp-panel)!important;color:var(--lexhp-text)!important;font-size:12px!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace>.lexhp-panel>.lexhp-table-wrap{width:100%!important;max-width:100%!important;margin:0!important;overflow-x:auto!important;border-radius:0!important;background:var(--lexhp-panel)!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace>.lexhp-panel>.lexhp-table-wrap .lexhp-table{min-width:720px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace>.lexhp-panel>.lexhp-table-wrap .lexhp-table th{padding:11px 14px!important;color:var(--lexhp-muted)!important;font-size:11px!important;line-height:17px!important;font-weight:700!important;letter-spacing:.035em!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace>.lexhp-panel>.lexhp-table-wrap .lexhp-table td{padding:12px 14px!important;color:var(--lexhp-text)!important;font-size:13px!important;line-height:20px!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace>.lexhp-panel>.lexhp-table-wrap .lexhp-table td strong{color:var(--lexhp-text)!important;font-weight:600!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace>.lexhp-panel>.lexhp-form-stack{padding:16px 18px 18px!important;gap:14px!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace>.lexhp-panel>.lexhp-form-stack>label{color:var(--lexhp-text)!important;font-size:13px!important;line-height:20px!important;font-weight:600!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace>.lexhp-panel>.lexhp-form-stack>label.lexhp-checkbox-row{min-height:42px;margin:0!important;padding:9px 11px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace>.lexhp-panel>.lexhp-form-stack>.lexhp-safe-note{margin:0!important;padding:13px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background:var(--lexhp-panel-2)!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace>.lexhp-panel>.lexhp-form-stack>.lexhp-btn{width:max-content;min-width:190px;margin:0!important}@media(max-width:1366px){html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace .lexhp-marketplace-filter-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:1180px){html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace .lexhp-marketplace-grid{grid-template-columns:1fr!important}}@media(max-width:920px){html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace .lexhp-marketplace-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:600px){html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace{gap:10px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace>.lexhp-marketplace-tabs{width:100%;padding:4px!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace>.lexhp-marketplace-tabs .lexhp-btn{min-height:40px!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace .lexhp-marketplace-filter-grid{grid-template-columns:1fr!important;gap:11px!important;padding:13px 12px 14px!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace .lexhp-marketplace-grid{padding:12px!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace .lexhp-marketplace-card>div:first-child{padding:14px 14px 0}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace .lexhp-marketplace-price{align-items:stretch!important;flex-direction:column;padding:11px 14px 14px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace .lexhp-marketplace-price>.lexhp-checkbox-row,html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace .lexhp-marketplace-price>form{width:100%;justify-content:flex-start!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace .lexhp-marketplace-price .lexhp-btn{flex:1 1 auto}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace>.lexhp-panel>.lexhp-form-stack{padding:13px 12px 14px!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-buyer-marketplace>.lexhp-panel>.lexhp-form-stack>.lexhp-btn{width:100%;min-width:0}}.lexhp-app{--lexhp-shadow:none!important;--lexhp-shadow-md:none!important;--lexhp-shadow-lg:none!important}.lexhp-app,.lexhp-app *,.lexhp-app :after,.lexhp-app :before{box-shadow:none!important;text-shadow:none!important}.lexhp-app .lexhp-finance-chart svg polyline{filter:none!important}.lexhp-app .lexhp-content :where(.lexhp-page-heading,.lexhp-kpi,.lexhp-panel,.lexhp-card,.lexhp-live-data-stack>section,.lexhp-live-resource-form,.lexhp-table-wrap,.lexhp-settings-card,.lexhpc-workspace,.lexhpc-panel,.lexhp-balance,.lexhp-session-location,.lexhp-profile-card){background-image:none!important;background-color:var(--lexhp-panel)!important;box-shadow:none!important}.lexhp-app .lexhp-content :where(.lexhp-panel__head,.lexhp-card__head,.lexhp-module-hero){background-image:none!important;background-color:transparent!important;box-shadow:none!important}html[data-lexh-color-mode=light] .lexhp-app,html[data-lexh-color-mode=light] .lexhp-content,html[data-lexh-color-mode=light] .lexhp-main{background-color:#FAFAFC!important}html[data-lexh-color-mode=dark] .lexhp-app .lexhp-content .lexhp-balance,html[data-lexh-color-mode=dark] .lexhp-app .lexhp-content .lexhp-card,html[data-lexh-color-mode=dark] .lexhp-app .lexhp-content .lexhp-kpi,html[data-lexh-color-mode=dark] .lexhp-app .lexhp-content .lexhp-live-data-stack>section,html[data-lexh-color-mode=dark] .lexhp-app .lexhp-content .lexhp-live-resource-form,html[data-lexh-color-mode=dark] .lexhp-app .lexhp-content .lexhp-page-heading,html[data-lexh-color-mode=dark] .lexhp-app .lexhp-content .lexhp-panel,html[data-lexh-color-mode=dark] .lexhp-app .lexhp-content .lexhp-profile-card,html[data-lexh-color-mode=dark] .lexhp-app .lexhp-content .lexhp-session-location,html[data-lexh-color-mode=dark] .lexhp-app .lexhp-content .lexhp-settings-card,html[data-lexh-color-mode=dark] .lexhp-app .lexhp-content .lexhp-table-wrap,html[data-lexh-color-mode=dark] .lexhp-app .lexhp-content .lexhpc-panel,html[data-lexh-color-mode=dark] .lexhp-app .lexhp-content .lexhpc-workspace{background-image:none!important;background-color:var(--lexhp-panel)!important;box-shadow:none!important}html[data-lexh-color-mode=dark] .lexhp-app .lexhp-content .lexhp-card__head,html[data-lexh-color-mode=dark] .lexhp-app .lexhp-content .lexhp-module-hero,html[data-lexh-color-mode=dark] .lexhp-app .lexhp-content .lexhp-panel__head{background-image:none!important;background-color:transparent!important;box-shadow:none!important}html[data-lexh-color-mode=light] .lexhp-app .lexhp-content .lexh-provider-card,html[data-lexh-color-mode=light] .lexhp-app .lexhp-content .lexhp-balance,html[data-lexh-color-mode=light] .lexhp-app .lexhp-content .lexhp-card,html[data-lexh-color-mode=light] .lexhp-app .lexhp-content .lexhp-kpi,html[data-lexh-color-mode=light] .lexhp-app .lexhp-content .lexhp-live-data-stack>section,html[data-lexh-color-mode=light] .lexhp-app .lexhp-content .lexhp-live-resource-form,html[data-lexh-color-mode=light] .lexhp-app .lexhp-content .lexhp-marketplace-card,html[data-lexh-color-mode=light] .lexhp-app .lexhp-content .lexhp-panel,html[data-lexh-color-mode=light] .lexhp-app .lexhp-content .lexhp-profile-card,html[data-lexh-color-mode=light] .lexhp-app .lexhp-content .lexhp-session-location,html[data-lexh-color-mode=light] .lexhp-app .lexhp-content .lexhp-settings-card,html[data-lexh-color-mode=light] .lexhp-app .lexhp-content .lexhp-stripe-readiness,html[data-lexh-color-mode=light] .lexhp-app .lexhp-content .lexhpc-panel,html[data-lexh-color-mode=light] .lexhp-app .lexhp-content .lexhpc-workspace{border:1px solid var(--lexhp-line)!important;box-shadow:none!important}@media(min-width:761px){html[data-lexh-color-mode] .lexhp-app .lexhp-page-heading__actions{margin-left:auto!important;justify-self:end!important;justify-content:flex-end!important;align-items:center!important}html[data-lexh-color-mode] .lexhp-app .lexhp-page-heading__actions .lexhp-heading-status{margin-left:auto!important;white-space:nowrap}}.lexhp-app .lexhp-content[data-section=compliance] .lexhp-distribution-gate-panel{align-self:start}.lexhp-app .lexhp-content[data-section=compliance] .lexhp-distribution-gate-panel>.lexhp-safe-note{margin:20px!important}html[data-lexh-color-mode=light] .lexhp-app .lexhp-content :is(.lexhp-kpi,.lexhp-panel,.lexhp-card,.lexhp-live-data-stack>section,.lexhp-live-resource-form,.lexhp-settings-card,.lexhpc-workspace,.lexhpc-panel,.lexhp-balance,.lexhp-session-location,.lexhp-profile-card,.lexhp-stripe-readiness,.lexhp-marketplace-card,.lexh-provider-card){border:1px solid var(--lexhp-line-strong)!important}.lexhp-app .lexhp-content[data-section=dashboard] .lexhp-autopilot-panel>.lexhp-autopilot-metrics{border:1px solid var(--lexhp-line-strong)!important;border-radius:5px!important;overflow:hidden}.lexhp-app .lexhp-content[data-section=dashboard] .lexhp-autopilot-panel>.lexhp-autopilot-flow{margin:0 20px 20px!important;padding:14px 16px!important;border:1px solid var(--lexhp-line-strong)!important;border-radius:5px!important}html[data-lexh-color-mode=light] .lexhp-app .lexhp-content[data-section=dashboard] .lexhp-autopilot-panel>.lexhp-panel__head{background-image:none!important;background-color:#FAFAFC!important}@media(max-width:760px){.lexhp-app .lexhp-content[data-section=dashboard] .lexhp-autopilot-panel>.lexhp-autopilot-metrics{margin:14px 16px 10px!important}.lexhp-app .lexhp-content[data-section=dashboard] .lexhp-autopilot-panel>.lexhp-autopilot-flow{margin:0 16px 16px!important;padding:13px 14px!important}}@media(max-width:480px){.lexhp-app .lexhp-content[data-section=dashboard] .lexhp-autopilot-panel>.lexhp-autopilot-metrics{margin:12px 12px 10px!important}.lexhp-app .lexhp-content[data-section=dashboard] .lexhp-autopilot-panel>.lexhp-autopilot-flow{margin:0 12px 12px!important;padding:12px!important}}html[data-lexh-color-mode=light] .lexhp-app .lexhp-content[data-section=dashboard] .lexhp-kpi.lexhp-kpi--call-leads:hover{border-color:var(--lexhp-kpi-color,#22d3ee)!important}.lexhp-app .lexhp-content[data-section=dashboard] .lexhp-autopilot-panel>.lexhp-autopilot-metrics{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:12px!important;margin:18px 20px 12px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;overflow:visible!important}.lexhp-app .lexhp-content[data-section=dashboard] .lexhp-autopilot-panel>.lexhp-autopilot-metrics>div,.lexhp-app .lexhp-content[data-section=dashboard] .lexhp-autopilot-panel>.lexhp-autopilot-metrics>div:last-child{min-width:0;min-height:82px;padding:15px 18px!important;border:1px solid var(--lexhp-line-strong)!important;border-radius:5px!important;background:var(--lexhp-panel)!important;display:grid;align-content:center}@media(max-width:1280px){.lexhp-app .lexhp-content[data-section=dashboard] .lexhp-autopilot-panel>.lexhp-autopilot-metrics{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:760px){.lexhp-app .lexhp-content[data-section=dashboard] .lexhp-autopilot-panel>.lexhp-autopilot-metrics{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin:14px 16px 10px!important}}@media(max-width:480px){.lexhp-app .lexhp-content[data-section=dashboard] .lexhp-autopilot-panel>.lexhp-autopilot-metrics{grid-template-columns:1fr!important;gap:10px!important;margin:12px 12px 10px!important}}html[data-lexh-color-mode=light] .lexhp-app .lexhp-content .lexhp-kpi:hover{border-color:var(--lexhp-kpi-color,var(--lexhp-accent))!important}html[data-lexh-color-mode] .lexhp-role-seller .lexhp-content[data-section=dashboard] .lexhp-kpi:hover{border-top-width:1px!important;box-shadow:none!important}html[data-lexh-color-mode=light] .lexhp-role-buyer .lexhp-content :where(.lexhp-page-heading,.lexhp-kpi,.lexhp-panel,.lexhp-card,.lexhp-panel__head,.lexhp-card__head,.lexhp-panel__subhead,.lexhp-table-wrap,.lexhp-table th,.lexhp-mini-metrics>div,.lexhp-autopilot-metrics>div,.lexhp-autopilot-flow,.lexhp-autopilot-state,.lexhp-finance-position,.lexhp-finance-position>div,.lexhp-finance-position>small,.lexhp-balance,.lexhp-safe-note,.lexhp-autobuy-toggle,.lexhp-connect-card,.lexhp-payment-method-grid article,.lexhp-order-list>article,.lexhp-order-head,.lexhp-marketplace-wallet,.lexhp-marketplace-card,.lexhp-marketplace-filter-grid,.lexhp-marketplace-grid,.lexhp-marketplace-price,.lexhp-integration-card,.lexhp-code-card,.lexhp-form-integration-card,.lexhp-module-hero,.lexhp-module-actions,.lexhp-check-list p,.lexhp-health-list>div,.lexhp-operational-action,.lexhp-identity-card,.lexhp-avatar-editor,.lexhp-mfa-panel details,.lexhp-json-preview,.lexhp-qr-checkout,.lexhp-pricing-fixed-rates>div,.lexhp-pricing-filters,.lexhp-payment-choice,.lexhp-saved-payment-card,.lexhp-wallet-account-card,.lexhp-payment-option,.lexhp-payment-preference-summary,.lexhp-wallet-create-form,.lexhp-payment-chooser__summary,.lexhp-payment-option__details,.lexhp-stripe-setup__primary,.lexhp-lead-qr-checkout,.lexhp-wallet-ledger,.lexhp-wallet-ledger__head,.lexhp-payment-picker__panel,.lexhp-payment-picker__item,.lexhp-payment-picker__primary,.lexhp-stripe-checkout__panel,.lexhp-stripe-checkout__summary,.lexhp-stripe-readiness,.lexhp-stripe-readiness__head,.lexhp-stripe-readiness__item,.lexhp-live-data-stack>section,.lexhp-live-resource-form,.lexhp-settings-card,.lexhpc-workspace,.lexhpc-panel,.lexhpc-summary>div,.lexhaut-action-card,.lexhaut-workflows article,.lexhaut-runs article,.lexhaut-template-list article,.lexhaut-pref-grid>label,.lexha-metric-list>div,.lexha-top-list>div,.lexha-report-list article,.lexhp-form-stack>.lexhp-action-row,.lexhp-finance-settings>.lexhp-action-row){background-image:none!important;background-color:#FFFFFF!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content .lexhp-stripe-readiness{margin:0!important;padding:0!important;background-image:none!important;background-color:var(--lexhp-panel)!important;box-shadow:none!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content .lexhp-stripe-readiness__head{margin:0!important;padding:16px!important;gap:16px!important;background-image:none!important;background-color:var(--lexhp-panel)!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content .lexhp-stripe-readiness__grid{gap:12px!important;padding:16px!important;background:transparent!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content .lexhp-stripe-readiness__item,html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content .lexhp-stripe-readiness__item:last-child,html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content .lexhp-stripe-readiness__item:nth-child(2n),html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content .lexhp-stripe-readiness__item:nth-child(3n),html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content .lexhp-stripe-readiness__item:nth-last-child(-n+2),html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content .lexhp-stripe-readiness__item:nth-last-child(-n+3){margin:0!important;padding:12px 14px!important;gap:10px!important;border:1px solid var(--lexhp-line)!important;border-radius:5px!important;background-image:none!important;background-color:var(--lexhp-panel)!important;box-shadow:none!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content h1{font-size:35px!important;line-height:43px!important;font-weight:700!important;letter-spacing:-.02em!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content h2{font-size:20px!important;line-height:28px!important;font-weight:600!important;letter-spacing:-.01em!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content h3{font-size:16px!important;line-height:24px!important;font-weight:600!important;letter-spacing:0!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content :where(p,li){font-size:14px!important;line-height:22px!important;font-weight:400!important;letter-spacing:0!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content .lexhp-stripe-readiness__head h2{margin:3px 0 4px!important;font-size:16px!important;line-height:24px!important;font-weight:600!important;letter-spacing:-.01em!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content .lexhp-stripe-readiness__head p{margin:0!important;font-size:14px!important;line-height:22px!important;font-weight:400!important;letter-spacing:0!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content .lexhp-stripe-readiness__item strong{font-size:12px!important;line-height:18px!important;font-weight:500!important;letter-spacing:0!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content .lexhp-stripe-readiness__item small{margin-top:2px!important;font-size:12px!important;line-height:18px!important;font-weight:400!important;letter-spacing:0!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content .lexhp-stripe-readiness__release span{font-size:11px!important;line-height:16px!important;font-weight:500!important;letter-spacing:0!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content .lexhp-stripe-readiness__release small{font-size:11px!important;line-height:16px!important;font-weight:400!important;letter-spacing:0!important}@media(max-width:600px){html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content h1{font-size:24px!important;line-height:32px!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content h2{font-size:18px!important;line-height:26px!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content h3{font-size:16px!important;line-height:24px!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content .lexhp-stripe-readiness__head{padding:14px!important;gap:12px!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content .lexhp-stripe-readiness__grid{gap:10px!important;padding:14px!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content .lexhp-stripe-readiness__item{padding:12px!important}}html[data-lexh-color-mode] .lexhp-app.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer[data-role=buyer]{--lexhp-buyer-h1-size:35px;--lexhp-buyer-h1-line:43px;--lexhp-buyer-h1-weight:700;--lexhp-buyer-h1-tracking:-.02em;--lexhp-buyer-h2-size:26px;--lexhp-buyer-h2-line:34px;--lexhp-buyer-h2-weight:600;--lexhp-buyer-h2-tracking:-.01em;--lexhp-buyer-h3-size:16px;--lexhp-buyer-h3-line:24px;--lexhp-buyer-h3-weight:600;--lexhp-buyer-h3-tracking:0;--lexhp-buyer-text-size:14px;--lexhp-buyer-text-line:22px;--lexhp-buyer-text-weight:400;--lexhp-buyer-text-tracking:0}html[data-lexh-color-mode] .lexhp-app.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer[data-role=buyer] h1{font-size:var(--lexhp-buyer-h1-size)!important;line-height:var(--lexhp-buyer-h1-line)!important;font-weight:var(--lexhp-buyer-h1-weight)!important;letter-spacing:var(--lexhp-buyer-h1-tracking)!important}html[data-lexh-color-mode] .lexhp-app.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer[data-role=buyer] h2{font-size:var(--lexhp-buyer-h2-size)!important;line-height:var(--lexhp-buyer-h2-line)!important;font-weight:var(--lexhp-buyer-h2-weight)!important;letter-spacing:var(--lexhp-buyer-h2-tracking)!important}html[data-lexh-color-mode] .lexhp-app.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer[data-role=buyer] h3{font-size:var(--lexhp-buyer-h3-size)!important;line-height:var(--lexhp-buyer-h3-line)!important;font-weight:var(--lexhp-buyer-h3-weight)!important;letter-spacing:var(--lexhp-buyer-h3-tracking)!important}html[data-lexh-color-mode] .lexhp-app.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer[data-role=buyer] .lexhp-content :where(p,li,td,dd,dt,input,select,textarea){font-size:var(--lexhp-buyer-text-size)!important;line-height:var(--lexhp-buyer-text-line)!important;font-weight:var(--lexhp-buyer-text-weight)!important;letter-spacing:var(--lexhp-buyer-text-tracking)!important}html[data-lexh-color-mode] .lexhp-app.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer[data-role=buyer] .lexhp-content :where(label,.lexhp-btn,button){font-size:14px!important;line-height:20px!important;font-weight:600!important;letter-spacing:0!important}html[data-lexh-color-mode] .lexhp-app.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer[data-role=buyer] .lexhp-content :where(small,.lexhp-subtle,.lexhp-muted-copy){font-size:13px!important;line-height:20px!important;font-weight:400!important;letter-spacing:0!important}html[data-lexh-color-mode] .lexhp-app.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer[data-role=buyer] .lexhp-content :where(.lexhp-eyebrow,.lexhp-caption){font-size:11px!important;line-height:16px!important;font-weight:600!important;letter-spacing:.055em!important}html[data-lexh-color-mode] .lexhp-app.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer[data-role=buyer] .lexhp-content .lexhp-kpi__copy strong{font-size:26px!important;line-height:32px!important;font-weight:700!important;letter-spacing:-.02em!important}html[data-lexh-color-mode] .lexhp-app.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer[data-role=buyer] .lexhp-content .lexhp-kpi__copy small,html[data-lexh-color-mode] .lexhp-app.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer[data-role=buyer] .lexhp-content .lexhp-kpi__copy span{font-size:12px!important;line-height:18px!important;font-weight:500!important;letter-spacing:0!important}html[data-lexh-color-mode] .lexhp-app.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer[data-role=buyer] .lexhp-content .lexhp-card__head small,html[data-lexh-color-mode] .lexhp-app.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer[data-role=buyer] .lexhp-content .lexhp-panel__head p{font-size:13px!important;line-height:20px!important;font-weight:400!important;letter-spacing:0!important}html[data-lexh-color-mode] .lexhp-app.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer[data-role=buyer] .lexhp-content .lexhp-table th{font-size:12px!important;line-height:18px!important;font-weight:700!important;letter-spacing:.015em!important}html[data-lexh-color-mode] .lexhp-app.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer[data-role=buyer] .lexhp-content .lexhp-table td{font-size:14px!important;line-height:21px!important;font-weight:400!important;letter-spacing:0!important}html[data-lexh-color-mode] .lexhp-app.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer[data-role=buyer] :where(.lexhp-status-pill,.lexhp-quality-label,.lexhp-tier-pill,.lexhp-heading-status){font-size:12px!important;line-height:18px!important;font-weight:600!important;letter-spacing:0!important}html[data-lexh-color-mode] .lexhp-app.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer[data-role=buyer] .lexhp-role-chip{font-size:12px!important;line-height:18px!important;font-weight:400!important;letter-spacing:.02em!important}html[data-lexh-color-mode] .lexhp-app.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer[data-role=buyer] .lexhp-nav-group__label>span:last-child,html[data-lexh-color-mode] .lexhp-app.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer[data-role=buyer] .lexhp-nav-group__toggle{font-size:14px!important;line-height:20px!important;font-weight:500!important;letter-spacing:0!important}html[data-lexh-color-mode] .lexhp-app.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer[data-role=buyer] .lexhp-nav-group.is-active>.lexhp-nav-group__toggle,html[data-lexh-color-mode] .lexhp-app.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer[data-role=buyer] .lexhp-nav-group.is-open>.lexhp-nav-group__toggle{font-weight:600!important}html[data-lexh-color-mode] .lexhp-app.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer[data-role=buyer] .lexhp-nav--grouped .lexhp-nav__item,html[data-lexh-color-mode] .lexhp-app.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer[data-role=buyer] .lexhp-nav__label{font-size:13px!important;line-height:20px!important;font-weight:500!important;letter-spacing:0!important}html[data-lexh-color-mode] .lexhp-app.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer[data-role=buyer] .lexhp-nav__item.is-active,html[data-lexh-color-mode] .lexhp-app.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer[data-role=buyer] .lexhp-nav__item.is-active .lexhp-nav__label{font-weight:600!important}html[data-lexh-color-mode] .lexhp-app.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer[data-role=buyer] .lexhp-demo-mini strong{font-size:13px!important;line-height:18px!important;font-weight:600!important;letter-spacing:0!important}html[data-lexh-color-mode] .lexhp-app.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer[data-role=buyer] .lexhp-demo-mini small{font-size:11px!important;line-height:16px!important;font-weight:400!important;letter-spacing:0!important}html[data-lexh-color-mode] .lexhp-app.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer[data-role=buyer] .lexhp-back-site{font-size:10px!important;line-height:16px!important;font-weight:400!important;letter-spacing:0!important}html[data-lexh-color-mode] .lexhp-app.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer[data-role=buyer] .lexhp-content .lexhp-stripe-readiness__head h2{font-size:var(--lexhp-buyer-h2-size)!important;line-height:var(--lexhp-buyer-h2-line)!important;font-weight:var(--lexhp-buyer-h2-weight)!important;letter-spacing:var(--lexhp-buyer-h2-tracking)!important}@media(max-width:600px){html[data-lexh-color-mode] .lexhp-app.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer.lexhp-role-buyer[data-role=buyer]{--lexhp-buyer-h1-size:35px;--lexhp-buyer-h1-line:43px;--lexhp-buyer-h2-size:26px;--lexhp-buyer-h2-line:34px;--lexhp-buyer-h3-size:16px;--lexhp-buyer-h3-line:24px}}.lexh-buyer-dashboard-guide{padding:42px 0 88px;background:var(--lexh-bg)}.lexh-buyer-dashboard-guide>.lexh-wrap{max-width:1600px}.lexh-buyer-dashboard-guide__layout{display:grid;grid-template-columns:minmax(270px,3fr) minmax(0,7fr);gap:32px;align-items:start}.lexh-buyer-dashboard-guide__content{min-width:0}.lexh-buyer-dashboard-guide .lexh-buyer-guide-article{max-width:none!important;margin:0!important;padding:32px}.lexh-buyer-dashboard-guide .lexh-buyer-guide-article,.lexh-buyer-guide-toc{border:1px solid var(--lexh-line);border-radius:10px;background:var(--lexh-surface);box-shadow:var(--lexh-shadow-sm)}.lexh-buyer-guide-toc{position:sticky;top:92px;max-height:calc(100vh - 116px);overflow:auto;scrollbar-width:thin}.lexh-buyer-guide-toc__head{display:grid;gap:4px;padding:20px;border-bottom:1px solid var(--lexh-line);background:var(--lexh-surface-2)}.lexh-buyer-guide-toc__head>span{font-size:11px;font-weight:400;line-height:1.35;letter-spacing:.08em;text-transform:uppercase;color:var(--lexh-blue)}.lexh-buyer-guide-toc__head>strong{font-size:18px;font-weight:400;line-height:1.3;letter-spacing:-.015em;color:var(--lexh-text)}.lexh-buyer-guide-toc__head>small{font-size:12px;line-height:1.5;color:var(--lexh-muted)}.lexh-buyer-guide-toc nav{padding:10px}.lexh-buyer-guide-toc__group{padding:7px 0;border-bottom:1px solid color-mix(in srgb,var(--lexh-line) 72%,transparent)}.lexh-buyer-guide-toc__group:last-child{border-bottom:0}.lexh-buyer-guide-toc__group-title{display:flex;align-items:center;gap:9px;min-height:38px;padding:8px 10px;border-radius:6px;color:var(--lexh-text);text-decoration:none}.lexh-buyer-guide-toc__group-title:hover{background:var(--lexh-surface-2);color:var(--lexh-blue)}.lexh-buyer-guide-toc__group-title>span{display:grid;place-items:center;width:26px;height:26px;border-radius:6px;background:color-mix(in srgb,var(--lexh-blue) 8%,var(--lexh-surface));color:var(--lexh-blue);flex:0 0 auto}.lexh-buyer-guide-toc__group-title strong{font-size:13px;font-weight:400;line-height:1.35;letter-spacing:0}.lexh-buyer-guide-toc__items{display:grid;gap:2px;margin:2px 0 2px 18px;padding-left:12px;border-left:1px solid var(--lexh-line)}.lexh-buyer-guide-toc__item{display:flex;align-items:center;gap:8px;min-height:34px;padding:6px 9px;border:1px solid transparent;border-radius:6px;color:var(--lexh-muted);font-size:12px;font-weight:400;line-height:1.4;letter-spacing:0;text-decoration:none}.lexh-buyer-guide-toc__item>span:first-child{display:grid;place-items:center;flex:0 0 22px;color:color-mix(in srgb,var(--lexh-text) 68%,var(--lexh-muted))}.lexh-buyer-guide-toc__item:hover{background:var(--lexh-surface-2);color:var(--lexh-text)}.lexh-buyer-guide-toc__item.is-active{border-color:color-mix(in srgb,var(--lexh-blue) 24%,var(--lexh-line));background:color-mix(in srgb,var(--lexh-blue) 7%,var(--lexh-surface));color:var(--lexh-blue)}.lexh-buyer-guide-toc__item.is-active>span:first-child{color:var(--lexh-blue)}.lexh-buyer-guide-intro{padding:0 0 28px;margin-bottom:30px;border-bottom:1px solid var(--lexh-line)}.lexh-buyer-guide-intro h2{margin:8px 0 14px!important;font-size:26px!important;line-height:1.12!important;letter-spacing:-.028em!important;text-transform:none!important}.lexh-buyer-guide-intro p{max-width:980px}.lexh-buyer-guide-paragraph{margin:0 0 30px}.lexh-buyer-guide-paragraph h3{margin:0 0 10px!important;font-size:22px!important;font-weight:400!important;line-height:1.24!important;letter-spacing:-.018em!important;text-transform:none!important;color:var(--lexh-text)}.lexh-buyer-guide-paragraph p{margin:0!important;line-height:1.8}.lexh-buyer-guide-category{scroll-margin-top:100px;margin:54px 0 0;padding-top:10px;border-top:1px solid var(--lexh-line)}.lexh-buyer-guide-category__head{display:flex;align-items:center;gap:12px;margin:28px 0 18px}.lexh-buyer-guide-category__head>span{display:grid;place-items:center;width:42px;height:42px;border:1px solid color-mix(in srgb,var(--lexh-blue) 18%,var(--lexh-line));border-radius:8px;background:color-mix(in srgb,var(--lexh-blue) 7%,var(--lexh-surface));color:var(--lexh-blue)}.lexh-buyer-guide-category__head .lexh-eyebrow{display:block}.lexh-buyer-guide-category__head h2{margin:3px 0 0!important;font-size:26px!important;line-height:1.15!important;letter-spacing:-.025em!important;text-transform:none!important}.lexh-buyer-guide-workspaces{display:grid;gap:14px;margin-top:24px}.lexh-buyer-guide-workspace-summary{scroll-margin-top:100px;padding:22px;border:1px solid var(--lexh-line);border-radius:8px;background:var(--lexh-surface)}.lexh-buyer-guide-workspace-summary__title{display:flex;align-items:center;gap:10px;margin-bottom:10px}.lexh-buyer-guide-workspace-summary__title>span{display:grid;place-items:center;width:30px;height:30px;border-radius:7px;background:var(--lexh-surface-2);color:var(--lexh-blue)}.lexh-buyer-guide-workspace-summary h3{margin:0!important;font-size:20px!important;line-height:1.3!important;letter-spacing:-.015em!important;text-transform:none!important}.lexh-buyer-guide-workspace-summary p{margin:0 0 12px!important;line-height:1.72}.lexh-buyer-guide-workspace-summary>a{font-size:13px;font-weight:400;color:var(--lexh-blue)}.lexh-buyer-guide-related{margin-top:42px;padding-top:28px;border-top:1px solid var(--lexh-line)}.lexh-buyer-guide-related h2{margin:0 0 14px!important}.lexh-buyer-dashboard-guide .lexh-guide-links a{gap:9px}.lexh-buyer-dashboard-guide .lexh-guide-links a>span{display:grid;place-items:center;color:var(--lexh-blue)}@media(max-width:1100px){.lexh-buyer-dashboard-guide__layout{gap:22px}.lexh-buyer-dashboard-guide .lexh-buyer-guide-article{padding:26px}}@media(max-width:820px){.lexh-buyer-dashboard-guide{padding-top:24px}.lexh-buyer-dashboard-guide__layout{grid-template-columns:1fr;gap:20px}.lexh-buyer-guide-toc{position:relative;top:auto;max-height:430px}.lexh-buyer-dashboard-guide .lexh-buyer-guide-article{padding:22px}.lexh-buyer-guide-category__head h2,.lexh-buyer-guide-intro h2{font-size:26px!important}}@media(max-width:540px){.lexh-buyer-dashboard-guide .lexh-buyer-guide-article{padding:18px;border-radius:8px}.lexh-buyer-guide-toc{max-height:390px;border-radius:8px}.lexh-buyer-guide-toc__items{margin-left:10px;padding-left:8px}.lexh-buyer-guide-workspace-summary{padding:18px}.lexh-buyer-guide-paragraph h3{font-size:20px!important}}.lexh-dashboard-guide-hero--buyer{position:relative;padding:48px 0;overflow:hidden;background:radial-gradient(circle at 86% 16%,color-mix(in srgb,var(--lexh-blue) 13%,transparent),transparent 24%),radial-gradient(circle at 70% 100%,color-mix(in srgb,#22c7e8 10%,transparent),transparent 30%),linear-gradient(180deg,var(--lexh-surface),var(--lexh-bg))}.lexh-dashboard-guide-hero--buyer:before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.38;background-image:linear-gradient(color-mix(in srgb,var(--lexh-line) 34%,transparent) 1px,transparent 1px),linear-gradient(90deg,color-mix(in srgb,var(--lexh-line) 28%,transparent) 1px,transparent 1px);background-size:44px 44px;-webkit-mask-image:linear-gradient(90deg,transparent,#000 18%,#000 78%,transparent);mask-image:linear-gradient(90deg,transparent,#000 18%,#000 78%,transparent)}.lexh-dashboard-guide-hero--buyer .lexh-wrap{position:relative;padding:30px 34px 32px;border:1px solid var(--lexh-line);border-radius:14px;background:color-mix(in srgb,var(--lexh-surface) 92%,transparent);box-shadow:var(--lexh-shadow-sm);overflow:hidden}.lexh-dashboard-guide-hero--buyer .lexh-wrap:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,var(--lexh-blue),#22c7e8)}.lexh-dashboard-guide-hero--buyer .lexh-eyebrow{padding:7px 10px;border:1px solid color-mix(in srgb,var(--lexh-blue) 22%,var(--lexh-line));border-radius:999px;background:color-mix(in srgb,var(--lexh-blue) 7%,var(--lexh-surface));color:var(--lexh-blue)}.lexh-dashboard-guide-hero--buyer h1{margin:16px 0 18px;max-width:1120px;font-size:35px;line-height:43px;letter-spacing:-.04em}.lexh-dashboard-guide-hero--buyer p{display:inline-flex;align-items:center;max-width:100%!important;margin:0;padding:9px 12px;border:1px solid var(--lexh-line);border-radius:8px;background:var(--lexh-surface);color:var(--lexh-muted);font-size:15px;line-height:1.45}.lexh-buyer-guide-toc{position:sticky!important;top:calc(var(--lexh-header,72px) + 18px)!important;display:flex;flex-direction:column;max-height:calc(100vh - var(--lexh-header,72px) - 36px)!important;overflow:hidden!important}.lexh-buyer-guide-toc__head{flex:0 0 auto}.lexh-buyer-guide-toc nav{min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-gutter:stable}.lexh-buyer-guide-toc__group-title{width:100%;justify-content:space-between;border:0;text-align:left;font:inherit;background:transparent;cursor:pointer}.lexh-buyer-guide-toc__group-title>.lexh-buyer-guide-toc__group-label{display:flex;align-items:center;gap:9px;width:auto;height:auto;min-width:0;flex:1 1 auto;border-radius:0;background:transparent;color:inherit}.lexh-buyer-guide-toc__group-label>span{display:grid;place-items:center;width:26px;height:26px;flex:0 0 26px;border-radius:6px;background:color-mix(in srgb,var(--lexh-blue) 8%,var(--lexh-surface));color:var(--lexh-blue)}.lexh-buyer-guide-toc__group-label strong{min-width:0;font-size:13px;font-weight:400;line-height:1.35;letter-spacing:0}.lexh-buyer-guide-toc__group-title>.lexh-buyer-guide-toc__chevron{display:grid;place-items:center;width:24px;height:24px;flex:0 0 24px;border-radius:5px;background:transparent;color:var(--lexh-muted);transition:transform .18s ease,color .18s ease,background .18s ease}.lexh-buyer-guide-toc__group.is-open .lexh-buyer-guide-toc__chevron{transform:rotate(180deg)}.lexh-buyer-guide-toc__group.is-active>.lexh-buyer-guide-toc__group-title{color:var(--lexh-blue);background:color-mix(in srgb,var(--lexh-blue) 5%,var(--lexh-surface))}.lexh-buyer-guide-toc__group-title:focus-visible .lexh-buyer-guide-toc__chevron,.lexh-buyer-guide-toc__group-title:hover .lexh-buyer-guide-toc__chevron{color:var(--lexh-blue);background:color-mix(in srgb,var(--lexh-blue) 7%,var(--lexh-surface))}.lexh-buyer-guide-toc__group-title:focus-visible{outline:2px solid color-mix(in srgb,var(--lexh-blue) 60%,transparent);outline-offset:2px}.lexh-buyer-guide-toc__items[hidden]{display:none!important}.lexh-buyer-guide-toc__item.is-active{scroll-margin-block:18px}@media(max-width:820px){.lexh-dashboard-guide-hero--buyer{padding:30px 0}.lexh-dashboard-guide-hero--buyer .lexh-wrap{padding:24px 24px 26px;border-radius:12px}.lexh-dashboard-guide-hero--buyer h1{font-size:35px;line-height:43px}.lexh-buyer-guide-toc{position:relative!important;top:auto!important;max-height:460px!important}}@media(max-width:540px){.lexh-dashboard-guide-hero--buyer{padding:22px 0}.lexh-dashboard-guide-hero--buyer .lexh-wrap{padding:20px 18px 22px;border-radius:10px}.lexh-dashboard-guide-hero--buyer .lexh-eyebrow{font-size:10px}.lexh-dashboard-guide-hero--buyer h1{margin:14px 0 16px;font-size:35px;line-height:43px}.lexh-dashboard-guide-hero--buyer p{font-size:13px;padding:8px 10px}}.lexh-buyer-guide-toc__group-icon,.lexh-buyer-guide-toc__item-icon{color:var(--lexh-guide-icon,var(--lexh-blue))!important;background:color-mix(in srgb,var(--lexh-guide-icon,var(--lexh-blue)) 10%,var(--lexh-surface))!important;border:1px solid color-mix(in srgb,var(--lexh-guide-icon,var(--lexh-blue)) 18%,var(--lexh-line))!important}.lexh-buyer-guide-toc :where(.tone-0){--lexh-guide-icon:#2563eb}.lexh-buyer-guide-toc :where(.tone-1){--lexh-guide-icon:#7c3aed}.lexh-buyer-guide-toc :where(.tone-2){--lexh-guide-icon:#0f9f8f}.lexh-buyer-guide-toc :where(.tone-3){--lexh-guide-icon:#d97706}.lexh-buyer-guide-toc :where(.tone-4){--lexh-guide-icon:#e11d48}.lexh-buyer-guide-toc :where(.tone-5){--lexh-guide-icon:#0891b2}.lexh-buyer-guide-toc :where(.tone-6){--lexh-guide-icon:#4f46e5}.lexh-buyer-guide-toc :where(.tone-7){--lexh-guide-icon:#15803d}.lexh-buyer-guide-toc__item-icon{width:24px!important;height:24px!important;flex:0 0 24px!important;display:grid!important;place-items:center!important;border-radius:6px!important}html[data-lexh-color-mode] .lexhp-app.lexhp-role-buyer[data-role=buyer] .lexhp-content input[list]{cursor:text}.lxb-dashboard{--lxb-purple:#5b36f5;--lxb-purple-2:#5424f5;--lxb-purple-soft:#f3efff;--lxb-blue:#146ef5;--lxb-green:#22b573;--lxb-red:#ff3545;--lxb-orange:#f59e0b;--lxb-bg:#fafbff;--lxb-card:#fff;--lxb-text:#111827;--lxb-text-2:#344054;--lxb-muted:#667085;--lxb-subtle:#98a2b3;--lxb-line:#e7eaf2;width:100%;min-height:100vh;display:grid;grid-template-columns:220px minmax(0,1fr);background:var(--lxb-bg);color:var(--lxb-text);font-family:var(--lexh-open-sans),"Open Sans",sans-serif;font-size:12px;line-height:1.35;letter-spacing:0}html[data-lexh-color-mode=dark] .lxb-dashboard,html[data-lexh-legacy-dark-disabled=true] .lxb-dashboard{--lxb-bg:var(--lexhp-bg);--lxb-card:var(--lexhp-panel);--lxb-text:var(--lexhp-text);--lxb-text-2:var(--lexhp-muted);--lxb-muted:var(--lexhp-muted);--lxb-subtle:var(--lexhp-subtle);--lxb-line:var(--lexhp-line);--lxb-purple-soft:color-mix(in srgb,var(--lxb-purple) 12%,var(--lexhp-panel))}.lxb-dashboard *{box-sizing:border-box}.lxb-dashboard :where(button,a,input,select){font:inherit}.lxb-dashboard button{color:inherit}.lxb-dashboard a{text-decoration:none}.lxb-dashboard a,.lxb-dashboard button,.lxb-dashboard input,.lxb-dashboard select{outline-offset:2px}.lxb-dashboard :where(button,a,select,input):focus-visible{outline:2px solid color-mix(in srgb,var(--lxb-purple) 72%,#fff)}.lxb-sidebar{position:sticky;top:0;height:100vh;z-index:50;grid-column:1;display:flex;flex-direction:column;background:var(--lxb-card);border-right:1px solid var(--lxb-line);overflow:auto;scrollbar-width:thin}.lxb-brand{height:46px;justify-content:space-between;padding:7px 14px 6px;border-bottom:1px solid color-mix(in srgb,var(--lxb-line) 60%,transparent)}.lxb-brand,.lxb-brand>a{display:flex;align-items:center}.lxb-brand>a{gap:9px;color:var(--lxb-text)}.lxb-brand>a strong{font-size:19px;line-height:1;font-weight:750;letter-spacing:-.045em}.lxb-brand-mark{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(#5b36f5 0 74%,#aa8bff 0);color:#fff;font-size:0;position:relative}.lxb-brand-mark:after{content:"";width:11px;height:11px;border-radius:50%;background:var(--lxb-card);position:absolute}.lxb-brand button{width:26px;height:26px;display:grid;place-items:center;padding:0;border:0;background:transparent;color:#17365d;border-radius:6px!important}.lxb-firm{display:grid;grid-template-columns:42px 1fr;gap:10px;padding:6px 13px 10px;min-height:79px;border-bottom:1px solid color-mix(in srgb,var(--lxb-line) 75%,transparent)}.lxb-firm-mark{width:40px;height:40px;margin-top:1px;display:grid;place-items:center;border-radius:8px;background:linear-gradient(145deg,#6b36ff,#3b16e8);color:#fff;box-shadow:0 6px 14px rgba(84,36,245,.16);border:1px solid rgba(255,255,255,.45)}.lxb-firm>div{min-width:0}.lxb-firm em,.lxb-firm small,.lxb-firm strong{display:block}.lxb-firm strong{max-width:137px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:10px;font-weight:700;margin-top:1px}.lxb-firm small{font-size:8px;color:var(--lxb-muted);margin-top:1px}.lxb-firm em{width:max-content;margin-top:3px;padding:2px 5px;border-radius:4px;background:#ecfdf3;color:#16a34a;font-size:7px;font-style:normal;font-weight:700}.lxb-firm em.is-pending{background:#fff6e8;color:#c47a00}.lxb-firm p{margin:5px 0 0;color:var(--lxb-muted);font-size:8px}.lxb-firm p b{color:var(--lxb-purple);font-weight:700}.lxb-nav{display:flex;flex-direction:column;gap:1px;padding:8px}.lxb-nav>a{position:relative;min-height:34px;padding:0 10px;display:grid;grid-template-columns:19px 1fr auto;align-items:center;gap:8px;border-radius:7px!important;color:#304361;font-size:9px;font-weight:550}.lxb-nav>a svg{color:#314466}.lxb-nav>a:hover{background:color-mix(in srgb,var(--lxb-purple) 4%,var(--lxb-card));color:var(--lxb-purple)}.lxb-nav>a.is-active{background:#f5f1ff;color:#4c22e7}.lxb-nav>a.is-active:before{content:"";position:absolute;left:-8px;top:4px;bottom:4px;width:3px;border-radius:0 3px 3px 0;background:#5b36f5}.lxb-nav>a.is-active svg{color:#5b36f5}.lxb-nav-badge{min-width:18px;height:18px;padding:0 5px;display:grid;place-items:center;border-radius:999px;background:#f2f4f7;color:#5c677a;font-size:7px;font-weight:700}.lxb-nav-badge.is-new{background:#edf4ff;color:#155eef}.lxb-nav-badge.is-hot{background:#fff0f1;color:#f02434}.lxb-nav>a[data-group-label]{margin-top:26px}.lxb-nav>a[data-group-label]:after{content:attr(data-group-label);position:absolute;left:10px;right:4px;top:-19px;color:var(--lxb-muted);font-size:11px;font-weight:750;letter-spacing:.04em;text-transform:uppercase;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;pointer-events:none}.lxb-nav>a[data-group-label]:first-child{margin-top:22px}.lxb-sidebar-lower{margin-top:auto;padding:8px;border-top:1px solid color-mix(in srgb,var(--lxb-line) 55%,transparent)}.lxb-upgrade{padding:12px 12px 10px;border:1px solid #efeafd;background:#faf8ff;border-radius:8px}.lxb-upgrade>div{display:flex;align-items:center;gap:6px;color:#4e2af0}.lxb-upgrade>div strong{font-size:9px}.lxb-upgrade p{margin:7px 0 9px;color:#59677c;font-size:8px;line-height:1.45}.lxb-upgrade>a,.lxb-wallet>a{min-height:30px;display:grid;place-items:center;border-radius:6px!important;background:linear-gradient(90deg,#5532f6,#6129eb);color:#fff;font-size:8px;font-weight:700}.lxb-wallet{margin-top:9px;padding:12px;border:1px solid var(--lxb-line);border-radius:8px;background:var(--lxb-card)}.lxb-wallet span,.lxb-wallet strong{display:block}.lxb-wallet span{color:#2550bd;font-size:8px;font-weight:700}.lxb-wallet strong{margin:5px 0 10px;font-size:17px;line-height:1;font-weight:750;letter-spacing:-.03em}.lxb-id-strip{height:42px;margin-top:9px;padding:0 9px;display:grid;grid-template-columns:17px 1fr 14px;align-items:center;gap:6px;border:1px solid var(--lxb-line);border-radius:7px!important;color:#4d2ce5;font-size:8px;font-weight:650;background:var(--lxb-card)}.lxb-main{grid-column:2;min-width:0;min-height:100vh;background:var(--lxb-bg)}.lxb-topbar{min-height:79px;padding:7px 17px 5px;display:grid;grid-template-columns:minmax(260px,1fr) auto;align-items:start;gap:12px;background:var(--lxb-card);border-bottom:1px solid color-mix(in srgb,var(--lxb-line) 65%,transparent)}.lxb-mobile-menu{display:none;width:32px;height:32px;padding:0;border:1px solid var(--lxb-line);background:var(--lxb-card);border-radius:7px!important}.lxb-welcome h1{margin:1px 0 2px;font-size:16px!important;line-height:1.25!important;font-weight:750!important;letter-spacing:-.025em!important;color:var(--lxb-text)}.lxb-welcome p{margin:0;color:#4a67a1;font-size:8px;line-height:1.4}.lxb-top-tools{display:grid;grid-template-columns:296px 34px 80px 122px;grid-template-rows:33px 33px;gap:7px 9px;justify-items:stretch;align-items:center}.lxb-global-search{height:31px;display:flex;align-items:center;gap:7px;padding:0 8px;border:1px solid var(--lxb-line);border-radius:6px;background:var(--lxb-card);box-shadow:0 1px 2px rgba(16,24,40,.02)}.lxb-global-search svg{color:#4261a0}.lxb-global-search input{min-width:0;width:100%;padding:0;border:0;background:transparent;color:var(--lxb-text);font-size:8px}.lxb-global-search input::placeholder{color:#6c7da0}.lxb-global-search kbd{padding:3px 4px;border-radius:4px;background:#f2f4f7;color:#697386;font:600 7px/1 var(--lxb-font)}.lxb-square-tool{position:relative;width:34px;height:31px;display:grid;place-items:center;padding:0;border:1px solid var(--lxb-line);background:var(--lxb-card);border-radius:6px!important;color:#1b3969}.lxb-square-tool>b{position:absolute;right:-5px;top:-5px;min-width:15px;height:15px;padding:0 3px;display:grid;place-items:center;border-radius:999px;background:#ea1d2c;color:#fff;border:2px solid var(--lxb-card);font-size:6px}.lxb-support-tool{height:31px}.lxb-support-tool .lexhp-topbar-chat{width:80px!important;height:31px!important;min-height:31px!important;padding:0 10px!important;display:flex!important;justify-content:flex-start!important;gap:7px!important;border:1px solid var(--lxb-line)!important;border-radius:6px!important;background:var(--lxb-card)!important;color:#162c4d!important;box-shadow:none!important;transform:none!important}.lxb-support-tool .lexhp-topbar-chat:after{content:"Support";font-size:8px;font-weight:700}.lxb-support-tool .lexhp-topbar-chat svg{width:15px!important;height:15px!important}.lxb-profile{height:31px;width:122px;padding:3px 6px 3px 4px;display:grid;grid-template-columns:24px 1fr 12px;align-items:center;gap:5px;border:1px solid var(--lxb-line);background:var(--lxb-card);border-radius:6px!important}.lxb-avatar{width:23px;height:23px;display:grid;place-items:center;overflow:hidden;border-radius:50%;background:linear-gradient(135deg,#a5754c,#e6b785);color:#fff;font-size:7px;font-weight:700}.lxb-avatar img{width:100%;height:100%;object-fit:cover}.lxb-profile>span:nth-child(2){min-width:0;text-align:left}.lxb-profile small,.lxb-profile strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lxb-profile strong{font-size:7px;line-height:1.1}.lxb-profile small{margin-top:2px;color:#43536d;font-size:6px;line-height:1}.lxb-range-wrap{grid-column:4;grid-row:2;position:relative}.lxb-range-wrap>label{height:31px;padding:0 7px;display:flex;align-items:center;border:1px solid var(--lxb-line);border-radius:6px;background:var(--lxb-card)}.lxb-range-wrap select{appearance:none;width:100%;border:0;background:transparent;color:#263a5a;font-size:7px;font-weight:700}.lxb-range-wrap svg{color:#1f4b90}.lxb-notification-wrap,.lxb-profile-wrap{position:relative}.lxb-popover{position:absolute;right:0;top:37px;z-index:85;width:270px;border:1px solid var(--lxb-line);background:var(--lxb-card);border-radius:8px;box-shadow:0 14px 36px rgba(16,24,40,.15);overflow:hidden}.lxb-notifications>div{padding:9px 10px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--lxb-line)}.lxb-notifications>div>strong{font-size:10px}.lxb-notifications>button,.lxb-notifications>div>button{border:0;background:transparent}.lxb-notifications>button{width:100%;padding:8px 10px;display:grid;grid-template-columns:6px 1fr;gap:7px;text-align:left;border-bottom:1px solid color-mix(in srgb,var(--lxb-line) 65%,transparent)}.lxb-notifications>button.is-unread{background:color-mix(in srgb,var(--lxb-purple) 4%,var(--lxb-card))}.lxb-notifications>button>span{width:5px;height:5px;margin-top:3px;border-radius:50%;background:var(--lxb-purple)}.lxb-notifications>button small,.lxb-notifications>button strong{display:block}.lxb-notifications>button strong{font-size:8px}.lxb-notifications>button small{margin-top:2px;color:var(--lxb-muted);font-size:7px}.lxb-notifications>p{padding:12px;margin:0;color:var(--lxb-muted)}.lxb-profile-menu{width:180px;padding:10px;display:grid;gap:6px}.lxb-profile-menu>strong{font-size:10px}.lxb-profile-menu>small{color:var(--lxb-muted);font-size:8px}.lxb-profile-menu>code{padding:6px;border-radius:5px;background:color-mix(in srgb,var(--lxb-purple) 5%,var(--lxb-card));color:var(--lxb-purple);font-size:7px}.lxb-profile-menu>a,.lxb-profile-menu>button{padding:7px 5px;border:0;border-top:1px solid var(--lxb-line);background:transparent;text-align:left;color:var(--lxb-text);font-size:8px}.lxb-custom-range{width:210px;padding:10px;display:grid;grid-template-columns:1fr 1fr;gap:7px}.lxb-custom-range label{display:grid;gap:3px;font-size:7px;color:var(--lxb-muted)}.lxb-custom-range input{width:100%;height:29px;padding:4px;border:1px solid var(--lxb-line);background:var(--lxb-card);color:var(--lxb-text);border-radius:5px}.lxb-custom-range button{grid-column:1/-1;min-height:28px;border:0;background:var(--lxb-purple);color:#fff;border-radius:5px!important}.lxb-workspace{padding:5px 9px 16px}.lxb-banner{margin-bottom:6px;padding:7px 9px;display:flex;gap:8px;border:1px solid #fde2a7;background:#fff8e7;border-radius:6px;color:#8a5a00;font-size:8px}.lxb-banner.is-readonly{border-color:#cfe1ff;background:#f2f7ff;color:#1754a5}.lxb-banner.is-disabled{border-color:#ffd0d5;background:#fff2f3;color:#a91f2c}.lxb-quick-actions{display:flex;gap:12px;margin-bottom:7px}.lxb-quick-actions>button{position:relative;min-width:128px;height:44px;padding:5px 12px;display:flex;align-items:center;gap:9px;border:1px solid var(--lxb-line);background:var(--lxb-card);border-radius:7px!important;box-shadow:0 1px 2px rgba(16,24,40,.015);font-size:8px;font-weight:700;color:#3930c8}.lxb-quick-actions>button:nth-child(2){color:#119b50}.lxb-quick-actions>button:nth-child(3){color:#1158d7}.lxb-quick-actions>button>b{min-width:18px;height:18px;display:grid;place-items:center;margin-left:auto;border-radius:999px;background:#ef1d2d;color:#fff;font-size:7px}.lxb-icon-box{width:30px;height:30px;display:grid;place-items:center;border-radius:7px;background:#f1edff;color:#5b36f5;flex:0 0 auto}.lxb-icon-box.is-blue{background:#edf4ff;color:#146ef5}.lxb-icon-box.is-green{background:#eafaf1;color:#1aa85c}.lxb-icon-box.is-red{background:#fff0f1;color:#ff3545}.lxb-icon-box.is-orange{background:#fff6e8;color:#ef9414}.lxb-primary-kpis{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin-bottom:8px}.lxb-kpi{min-width:0;min-height:109px;padding:12px 10px 7px;text-align:left;border:1px solid var(--lxb-line);background:var(--lxb-card);border-radius:7px!important;overflow:hidden;transition:border-color .14s ease,transform .14s ease}.lxb-kpi:hover{border-color:color-mix(in srgb,var(--lxb-purple) 30%,var(--lxb-line));transform:translateY(-1px)}.lxb-kpi-head{display:flex;align-items:flex-start;justify-content:space-between;gap:5px}.lxb-kpi-head>div>span,.lxb-kpi-head>div>strong{display:block}.lxb-kpi-head>div>span{font-size:7px;font-weight:700;color:#293b5b}.lxb-kpi-head>div>strong{margin-top:3px;font-size:18px;line-height:1;font-weight:750;letter-spacing:-.025em}.lxb-kpi-head .lxb-icon-box{width:29px;height:29px}.lxb-kpi>small{display:inline-flex;margin-top:4px;padding:2px 4px;border-radius:4px;font-size:6px;font-weight:750}.lxb-kpi>small.is-success{background:#ecfdf3;color:#16a34a}.lxb-kpi>small.is-danger{background:#fff0f1;color:#e52b3a}.lxb-kpi>p{min-height:12px;margin:4px 0 2px;display:flex;align-items:center;gap:4px;color:#62718b;font-size:6px}.lxb-kpi .lxb-progress{margin-top:7px}.lxb-progress{height:5px;border-radius:999px;background:#eceef2;overflow:hidden}.lxb-progress>i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#6636ff,#5424f5)}.lxb-spark{width:100%;height:27px;margin-top:1px;overflow:visible}.lxb-spark polyline{fill:none;stroke:var(--lxb-blue);stroke-width:1.2;vector-effect:non-scaling-stroke}.lxb-spark.is-red polyline{stroke:var(--lxb-red)}.lxb-spark.is-green polyline{stroke:var(--lxb-green)}.lxb-spark.is-purple polyline{stroke:var(--lxb-purple)}.lxb-secondary-kpis{display:grid;grid-template-columns:1.35fr repeat(5,minmax(0,1fr));gap:8px;margin-bottom:8px}.lxb-secondary-card{position:relative;min-width:0;height:80px;padding:10px 11px;text-align:left;border:1px solid var(--lxb-line);background:var(--lxb-card);border-radius:7px!important}.lxb-secondary-card>p,.lxb-secondary-card>span,.lxb-secondary-card>strong{display:block}.lxb-secondary-card>span{font-size:7px;font-weight:700;color:#25395b}.lxb-secondary-card>strong{margin-top:4px;font-size:17px;line-height:1;font-weight:750;letter-spacing:-.025em}.lxb-secondary-card>em{position:absolute;top:31px;left:63px;padding:2px 4px;border-radius:4px;background:#ecfdf3;color:#16934b;font-size:6px;font-style:normal;font-weight:700}.lxb-secondary-card>em.is-bad{background:#fff0f1;color:#d9293a}.lxb-secondary-card>p{margin:7px 0 0;color:#62718b;font-size:6px}.lxb-secondary-card>.lxb-icon-box{position:absolute;right:10px;top:21px;width:29px;height:29px}.lxb-budget-card{display:grid;grid-template-columns:1fr 50px;align-items:center;gap:9px}.lxb-budget-card>div>span{font-size:7px;font-weight:700}.lxb-budget-card>div>strong{display:block;margin:5px 0;font-size:16px;line-height:1}.lxb-budget-card>div>p{display:flex;justify-content:space-between;margin:4px 0 0;font-size:5.5px;color:#68758a}.lxb-ring{--lxb-value:0%;width:43px;height:43px;display:grid;place-items:center;border-radius:50%;background:conic-gradient(#1d69f5 var(--lxb-value),#e8edf7 0);font-style:normal;position:relative}.lxb-ring:after{content:"";position:absolute;inset:4px;border-radius:50%;background:var(--lxb-card)}.lxb-ring b{position:relative;z-index:1;color:#155eea;font-size:9px}.lxb-widget{min-width:0;border:1px solid var(--lxb-line);background:var(--lxb-card);border-radius:7px;padding:10px;box-shadow:0 1px 2px rgba(16,24,40,.012)}.lxb-widget h2{margin:0;color:#153cdb;font-size:8px!important;line-height:1.2!important;font-weight:750!important;letter-spacing:0!important}.lxb-widget-link{margin-top:auto;padding:6px 0 0;display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;color:#4d24e8;font-size:6.5px;font-weight:700}.lxb-mid-row{display:grid;grid-template-columns:minmax(220px,.72fr) minmax(430px,1.38fr) minmax(330px,1.05fr);gap:8px;margin-bottom:8px}.lxb-mid-row>.lxb-widget{min-height:194px}.lxb-attention{display:flex;flex-direction:column}.lxb-attention>button:not(.lxb-widget-link){min-height:36px;padding:4px 0;display:grid;grid-template-columns:27px 1fr 25px;align-items:center;gap:6px;border:0;background:transparent;text-align:left}.lxb-attention>button>.lxb-icon-box{width:24px;height:24px;border-radius:6px}.lxb-attention>button span small,.lxb-attention>button span strong{display:block}.lxb-attention>button span strong{font-size:7px}.lxb-attention>button span small{margin-top:1px;color:#64748b;font-size:6px}.lxb-attention>button>b{width:22px;height:22px;display:grid;place-items:center;border-radius:5px;font-size:7px}.lxb-attention>button>b.is-red{background:#fff0f1;color:#ef2739}.lxb-attention>button>b.is-orange{background:#fff5e6;color:#ef8f0c}.lxb-attention>button>b.is-blue{background:#edf4ff;color:#146ef5}.lxb-campaign-performance{display:flex;flex-direction:column}.lxb-table-scroll{overflow:auto;margin-top:6px}.lxb-campaign-performance table{width:100%;border-collapse:separate;border-spacing:0;font-size:6px}.lxb-campaign-performance th{padding:5px 6px;background:#fafbfe;border-top:1px solid var(--lxb-line);border-bottom:1px solid var(--lxb-line);color:#34466b;text-align:left;font-weight:700;white-space:nowrap}.lxb-campaign-performance td{padding:6px;border-bottom:1px solid color-mix(in srgb,var(--lxb-line) 55%,transparent);white-space:nowrap;color:#253a5d}.lxb-campaign-performance tbody tr{cursor:pointer}.lxb-campaign-performance tbody tr:hover{background:#faf8ff}.lxb-status{display:inline-flex;align-items:center;justify-content:center;padding:2px 5px;border-radius:999px;font-size:5.5px;font-weight:700;white-space:nowrap}.lxb-status.is-success{background:#eafaf1;color:#14914a}.lxb-status.is-warning{background:#fff4e5;color:#d87b00}.lxb-status.is-danger{background:#fff0f1;color:#d9293a}.lxb-status.is-info{background:#edf4ff;color:#175cd3}.lxb-conversion{display:flex;flex-direction:column}.lxb-donut-wrap{min-width:0;display:grid;grid-template-columns:148px minmax(0,1fr);align-items:center;gap:12px;padding:7px 4px 3px}.lxb-donut{width:128px;height:128px;border:0;border-radius:50%!important;display:grid;place-items:center;position:relative}.lxb-donut:after{content:"";position:absolute;inset:23px;border-radius:50%;background:var(--lxb-card)}.lxb-donut>span{position:relative;z-index:1;text-align:center}.lxb-donut>span small,.lxb-donut>span strong{display:block}.lxb-donut>span strong{font-size:15px}.lxb-donut>span small{max-width:74px;margin:3px auto 0;color:#54627a;font-size:5.5px;line-height:1.25}.lxb-donut-legend{min-width:0;display:grid;gap:8px}.lxb-donut-legend>button{min-width:0;padding:0;display:grid;grid-template-columns:7px 1fr auto;align-items:center;gap:6px;border:0;background:transparent;text-align:left;font-size:6.5px}.lxb-donut-legend>button i{width:6px;height:6px;border-radius:50%}.lxb-donut-legend>button span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#34466b}.lxb-donut-legend>button strong{font-size:6.5px;color:#26385a}.lxb-analytics-row{display:grid;grid-template-columns:1.4fr .74fr 1.02fr .98fr;gap:8px;margin-bottom:8px}.lxb-analytics-row>.lxb-widget{min-height:198px;display:flex;flex-direction:column}.lxb-widget-heading{display:flex;align-items:center;justify-content:space-between;gap:6px}.lxb-widget-heading select{height:20px;padding:0 18px 0 5px;border:1px solid var(--lxb-line);background:var(--lxb-card);color:#34466b;border-radius:4px;font-size:5.5px}.lxb-chart-legend{display:flex;flex-wrap:wrap;gap:9px;margin:7px 0 3px;color:#465775;font-size:5.5px}.lxb-chart-legend span{display:flex;align-items:center;gap:3px}.lxb-chart-legend i{width:6px;height:6px;border-radius:2px;background:#146ef5}.lxb-chart-legend i.is-green{background:#22b573}.lxb-chart-legend i.is-purple{background:#5b36f5}.lxb-chart-legend i.is-orange{background:#f59e0b}.lxb-chart-legend i.is-dash{width:14px;height:0;border-top:1px dashed #6d35f7;border-radius:0;background:transparent}.lxb-line-chart{width:100%;height:132px;overflow:visible}.lxb-line-chart .grid path{stroke:#edf0f5;stroke-width:1}.lxb-line-chart polyline{fill:none;stroke-width:1.5;vector-effect:non-scaling-stroke}.lxb-line-chart .purchased{stroke:#146ef5}.lxb-line-chart .qualified{stroke:#22b573}.lxb-line-chart .retained{stroke:#6a37f5}.lxb-line-chart .spend{stroke:#6435ee;stroke-dasharray:4 3;opacity:.75}.lxb-line-chart .dot{fill:#146ef5}.lxb-line-chart text{fill:#61708a;font-size:5px}.lxb-bars{display:grid;gap:7px;margin-top:10px}.lxb-bars>button{padding:0;display:grid;grid-template-columns:66px 1fr 28px;align-items:center;gap:5px;border:0;background:transparent;text-align:left;font-size:5.5px}.lxb-bars>button>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#43516b}.lxb-bars>button>i{height:7px;background:#f1f3f7;overflow:hidden}.lxb-bars>button>i>b{display:block;height:100%;background:#146ef5}.lxb-bars>button>strong{font-size:5.5px;font-weight:600}.lxb-stacked-bars{display:grid;gap:8px;margin-top:7px}.lxb-stacked-bars>button{padding:0;display:grid;grid-template-columns:56px minmax(0,1fr) 24px;align-items:center;gap:5px;border:0;background:transparent;text-align:left;font-size:5.5px}.lxb-stacked-bars>button>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lxb-stacked-bars>button>i{height:11px;display:flex;overflow:hidden;background:#eef1f6;font-style:normal}.lxb-stacked-bars>button>i>b{min-width:0;display:grid;place-items:center;color:#fff;font-size:4.8px;font-weight:700;overflow:hidden}.lxb-stacked-bars .is-blue{background:#146ef5}.lxb-stacked-bars .is-green{background:#22b573}.lxb-stacked-bars .is-orange{background:#f59e0b}.lxb-stacked-bars .is-purple{background:#6a37f5}.lxb-stacked-bars>button>strong{font-size:5px}.lxb-source-breakdown .lxb-donut-wrap{grid-template-columns:116px 1fr;gap:7px;padding-top:10px}.lxb-source-breakdown .lxb-donut{width:108px;height:108px}.lxb-source-breakdown .lxb-donut:after{inset:20px}.lxb-source-breakdown .lxb-donut-legend{gap:7px}.lxb-source-breakdown .lxb-donut-legend>button,.lxb-source-breakdown .lxb-donut-legend>button strong{font-size:5.5px}.lxb-bottom-row{display:grid;grid-template-columns:minmax(610px,3.9fr) repeat(3,minmax(150px,.85fr));gap:8px;align-items:stretch;scroll-margin-top:10px}.lxb-bottom-row>.lxb-widget{min-height:244px}.lxb-recent-leads{padding:0;overflow:hidden;display:flex;flex-direction:column}.lxb-recent-head{padding:10px 9px 0;border-bottom:1px solid var(--lxb-line);position:relative}.lxb-recent-head>h2{position:absolute;left:9px;top:15px;color:#1c2f54}.lxb-lead-tools{padding-left:104px;display:grid;grid-template-columns:minmax(120px,1.55fr) repeat(5,minmax(72px,.85fr)) minmax(72px,.9fr);gap:6px}.lxb-lead-search{height:27px;padding:0 7px;display:flex;align-items:center;gap:5px;border:1px solid var(--lxb-line);border-radius:5px;background:var(--lxb-card);color:#496188}.lxb-lead-search input{min-width:0;width:100%;border:0;background:transparent;color:var(--lxb-text);font-size:6px}.lxb-filter-select select,.lxb-more-filter{width:100%;height:27px;padding:0 7px;border:1px solid var(--lxb-line);background:var(--lxb-card);color:#324766;border-radius:5px!important;font-size:5.5px}.lxb-more-filter{display:flex;align-items:center;justify-content:center;gap:5px}.lxb-more-panel{margin:6px 0 0;padding:6px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;border:1px solid var(--lxb-line);border-radius:6px;background:#fafbfe}.lxb-active-filters{min-height:33px;padding:6px 0;display:flex;align-items:center;gap:6px;flex-wrap:wrap;font-size:5.5px}.lxb-active-filters>strong{margin-right:2px;font-size:6px}.lxb-active-filters>button:not(.lxb-clear-all){height:19px;padding:0 7px;border:0;border-radius:4px!important;background:#f1f5ff;color:#3053a0;font-size:5.5px}.lxb-active-filters>button span{color:#315de5;font-weight:700}.lxb-active-filters .lxb-clear-all{height:19px;padding:0 4px;border:0;background:transparent;color:#4430d6;border-radius:4px!important;font-size:5.5px}.lxb-no-filter{color:#8a95a7}.lxb-lead-table-wrap{overflow:auto;flex:1 1}.lxb-lead-table-wrap table{width:100%;min-width:880px;border-collapse:collapse;font-size:4.7px}.lxb-lead-table-wrap th{padding:5px 4px;background:#fafbfe;border-bottom:1px solid var(--lxb-line);color:#40516d;text-align:left;white-space:nowrap;font-weight:750}.lxb-lead-table-wrap td{height:25px;padding:4px;border-bottom:1px solid color-mix(in srgb,var(--lxb-line) 50%,transparent);color:#30415e;white-space:nowrap}.lxb-lead-table-wrap tbody tr:hover{background:#faf8ff}.lxb-lead-table-wrap td>a{color:#244a9a;font-weight:650}.lxb-score{min-width:18px;height:15px;padding:0 3px;display:inline-grid;place-items:center;border-radius:4px;font-size:4.8px;font-weight:750}.lxb-score.is-high{background:#eafaf1;color:#15934b}.lxb-score.is-good{background:#f0fbf5;color:#23a15c}.lxb-score.is-mid{background:#fff5e8;color:#d67a00}.lxb-score.is-low{background:#fff0f1;color:#d9293a}.lxb-tier{font-size:4.8px;color:#5c4a91}.lxb-row-actions{display:flex;align-items:center;gap:4px}.lxb-row-actions>a,.lxb-row-actions>details>summary{width:14px;height:14px;display:grid;place-items:center;border-radius:3px!important;color:#264f99;cursor:pointer;list-style:none}.lxb-row-actions details{position:relative}.lxb-row-actions details>div{position:absolute;right:0;top:17px;z-index:20;width:70px;padding:4px;border:1px solid var(--lxb-line);background:var(--lxb-card);border-radius:4px;box-shadow:0 7px 20px rgba(16,24,40,.12)}.lxb-row-actions details>div a{display:block;padding:4px;color:var(--lxb-text);font-size:5px}.lxb-recent-footer{height:38px;padding:0 10px;display:flex;align-items:center;justify-content:space-between;gap:8px}.lxb-recent-footer .lxb-widget-link{margin:0;padding:0}.lxb-pagination{display:flex;align-items:center;gap:5px}.lxb-pagination button{width:21px;height:21px;padding:0;border:0;background:transparent;border-radius:4px!important;color:#34466b;font-size:6px}.lxb-pagination button.is-active{border:1px solid #8069ff;background:#faf8ff;color:#4d2be2}.lxb-pagination button:disabled{opacity:.35}.lxb-pagination span{font-size:6px}.lxb-ops{display:flex;flex-direction:column;padding:12px 11px}.lxb-ops-title h2,.lxb-ops>h2{color:#2444be}.lxb-ops-title{display:flex;justify-content:space-between;align-items:center;gap:5px}.lxb-ops-title>span{display:flex;align-items:center;gap:4px;padding:2px 4px;border-radius:999px;background:#eafaf1;color:#15934b;font-size:5px;font-weight:700}.lxb-ops-title>span>i{width:20px;height:11px;border-radius:999px;background:#22b573;position:relative}.lxb-ops-title>span>i:after{content:"";position:absolute;right:1px;top:1px;width:9px;height:9px;border-radius:50%;background:#fff}.lxb-ops-title>span.is-off{background:#fff0f1;color:#d9293a}.lxb-ops-title>span.is-off>i{background:#f04c5c}.lxb-ops-title>span.is-off>i:after{left:1px;right:auto}.lxb-health-row,.lxb-ops-row{min-height:27px;padding:3px 0;display:flex;align-items:center;justify-content:space-between;gap:6px}.lxb-health-row span,.lxb-ops-row span{color:#54637b;font-size:5.5px}.lxb-health-row strong,.lxb-ops-row strong{display:flex;align-items:center;gap:3px;text-align:right;color:#273b5d;font-size:5.5px;font-weight:650}.lxb-green-dot{width:5px;height:5px;border-radius:50%;background:#22b573}.lxb-health-row strong svg{color:#18a154}.lxb-health-row strong svg.lexh-semantic-icon[aria-label]{color:inherit}.lxb-health-row strong:has(svg:first-child){color:#304563}.lxb-health-row strong svg:first-child{flex:0 0 auto}.lxb-health .lxb-health-row strong svg[viewBox]{color:#18a154}.lxb-ops .lxb-widget-link{margin-top:auto}.lxb-widget-state{min-height:120px;display:grid;place-items:center;align-content:center;gap:7px;text-align:center;color:var(--lxb-muted);font-size:7px}.lxb-widget-state strong{font-size:7px;font-weight:600}.lxb-widget-state button{min-height:25px;padding:0 8px;border:1px solid var(--lxb-line);background:var(--lxb-card);color:var(--lxb-purple);border-radius:5px!important}.lxb-widget-state.is-error svg{color:var(--lxb-red)}.lxb-chart-skeleton,.lxb-skeleton-table{margin-top:8px;min-height:120px;border-radius:5px;background:linear-gradient(90deg,#f1f3f6 25%,#f8f9fb 37%,#f1f3f6 63%);background-size:400% 100%;animation:lxb-shimmer 1.3s ease infinite}.lxb-skeleton-table{min-height:110px}@keyframes lxb-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media (max-width:1280px){.lxb-dashboard{grid-template-columns:205px minmax(0,1fr)}.lxb-top-tools{grid-template-columns:220px 34px 74px 112px}.lxb-support-tool .lexhp-topbar-chat{width:74px!important}.lxb-primary-kpis,.lxb-secondary-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}.lxb-mid-row{grid-template-columns:minmax(220px,.75fr) minmax(410px,1.35fr)}.lxb-conversion{grid-column:1/-1}.lxb-analytics-row{grid-template-columns:repeat(2,minmax(0,1fr))}.lxb-bottom-row{grid-template-columns:minmax(0,2fr) repeat(3,minmax(150px,.6fr))}.lxb-recent-leads{grid-column:1/-1}}@media (max-width:980px){.lxb-dashboard{display:block}.lxb-sidebar{position:fixed;left:0;top:0;width:220px;transform:translateX(-102%);transition:transform .18s ease}.lxb-dashboard.is-sidebar-open .lxb-sidebar{transform:none}.lxb-scrim{display:none}.lxb-dashboard.is-sidebar-open .lxb-scrim{display:block;position:fixed;inset:0;z-index:45;border:0;background:rgba(15,23,42,.35)}.lxb-main{width:100%}.lxb-topbar{grid-template-columns:34px 1fr;align-items:start}.lxb-mobile-menu{display:grid;grid-row:1/span 2}.lxb-top-tools{grid-column:2;width:100%;grid-template-columns:minmax(180px,1fr) 34px 74px 112px}.lxb-range-wrap{grid-column:4}.lxb-primary-kpis,.lxb-secondary-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.lxb-mid-row{grid-template-columns:1fr}.lxb-conversion{grid-column:auto}.lxb-analytics-row{grid-template-columns:1fr 1fr}.lxb-bottom-row{grid-template-columns:repeat(3,minmax(0,1fr))}.lxb-recent-leads{grid-column:1/-1}.lxb-lead-tools{grid-template-columns:repeat(3,minmax(0,1fr));padding-left:0;padding-top:25px}.lxb-recent-head>h2{top:12px}}@media (max-width:660px){.lxb-topbar{padding:8px;grid-template-columns:32px 1fr}.lxb-welcome h1{font-size:14px!important}.lxb-top-tools{grid-template-columns:minmax(0,1fr) 34px 34px}.lxb-global-search{grid-column:1/-1}.lxb-support-tool{grid-column:1}.lxb-support-tool .lexhp-topbar-chat{width:100%!important}.lxb-profile-wrap{grid-column:2/span 2}.lxb-profile{width:100%}.lxb-range-wrap{grid-column:1/-1;grid-row:auto}.lxb-workspace{padding:7px}.lxb-quick-actions{display:grid;grid-template-columns:1fr 1fr}.lxb-quick-actions>button{min-width:0}.lxb-analytics-row,.lxb-bottom-row,.lxb-mid-row,.lxb-primary-kpis,.lxb-secondary-kpis{grid-template-columns:1fr}.lxb-donut-wrap{grid-template-columns:120px 1fr}.lxb-donut{width:112px;height:112px}.lxb-lead-tools{grid-template-columns:1fr 1fr}.lxb-more-panel{grid-template-columns:1fr}.lxb-bottom-row>.lxb-widget{grid-column:auto}.lxb-recent-leads{grid-column:1/-1!important}.lxb-banner{flex-direction:column}}.lxb-dashboard .lxb-scrim{display:none}@media (max-width:980px){.lxb-dashboard.is-sidebar-open .lxb-scrim{display:block}}.lxb-dashboard h2{font-size:20px!important}.lxb-dashboard :where(p,small,label,input,select,textarea,td,th){font-size:16px!important}.lxb-dashboard :where(.lxb-nav>a,.lxb-quick-actions>button,.lxb-widget-link,.lxb-kpi-head span,.lxb-secondary-card>span,.lxb-attention button span strong,.lxb-chart-legend,.lxb-bars>button>span,.lxb-stacked-bars>button>span,.lxb-donut-legend>button>span,.lxb-active-filters,.lxb-ops-row span,.lxb-ops-row strong,.lxb-health-row span,.lxb-health-row strong,.lxb-widget-state,.lxb-status){font-size:16px!important}.lxb-support-tool .lexhp-topbar-chat:after{font-size:16px!important}.lxb-dashboard :where(.lxb-firm strong,.lxb-firm em,.lxb-upgrade>div strong,.lxb-upgrade>a,.lxb-wallet span,.lxb-id-strip,.lxb-profile strong,.lxb-notifications strong,.lxb-profile-menu strong,.lxb-profile-menu code,.lxb-profile-menu>a,.lxb-profile-menu>button,.lxb-banner,.lxb-active-filters>strong,.lxb-active-filters>button,.lxb-pagination button,.lxb-pagination span,.lxb-widget-state strong){font-size:16px!important}:root{--lexh-dashboard-font:var(--lexh-open-sans),"Open Sans",sans-serif;--lexh-dashboard-h1:22px;--lexh-dashboard-h2:18px;--lexh-dashboard-h3:16px;--lexh-dashboard-body:14px;--lexh-dashboard-secondary:13px;--lexh-dashboard-small:12px;--lexh-dashboard-table:12.5px;--lexh-dashboard-button:13px;--lexh-dashboard-gap:14px;--lexh-dashboard-pad:16px}html[data-lexh-color-mode] :where(.lexhp-app,.lxb-dashboard,.lexh-admin-grid),html[data-lexh-color-mode] :where(.lexhp-app,.lxb-dashboard,.lexh-admin-grid) *{font-family:var(--lexh-dashboard-font)!important}html[data-lexh-color-mode] :where(.lexhp-app,.lxb-dashboard){font-size:var(--lexh-dashboard-body);line-height:1.5;letter-spacing:.01em;min-width:0;max-width:none;overflow-x:clip}html[data-lexh-color-mode] :where(.lexhp-app,.lxb-dashboard) :where(button,input,select,textarea){font-family:var(--lexh-dashboard-font)!important}html[data-lexh-color-mode] .lexhp-content .lexhp-page-heading h1{font-size:var(--lexh-dashboard-h1)!important;font-weight:700!important;line-height:1.35!important;letter-spacing:-.01em!important}html[data-lexh-color-mode] .lexhp-content :where(h2,.lexhp-panel__head h2,.lexhp-card__head strong,.lexhp-module-hero h2){font-size:var(--lexh-dashboard-h2)!important;font-weight:700!important;line-height:1.35!important;letter-spacing:-.005em!important}html[data-lexh-color-mode] .lexhp-content :where(h3,.lexhp-panel__head h3){font-size:var(--lexh-dashboard-h3)!important;font-weight:600!important;line-height:1.4!important;letter-spacing:0!important}html[data-lexh-color-mode] .lexhp-content :where(p,li,input,select,textarea,label){font-size:var(--lexh-dashboard-body)!important;font-weight:400!important;line-height:1.5!important;letter-spacing:.01em!important}html[data-lexh-color-mode] .lexhp-content :where(small,.lexhp-panel__head p,.lexhp-card__head small,.lexhp-module-hero p,.lexhp-cell-note){font-size:var(--lexh-dashboard-secondary)!important;font-weight:400!important;line-height:1.45!important;letter-spacing:.01em!important}html[data-lexh-color-mode] .lexhp-content :where(.lexhp-btn,button){font-size:var(--lexh-dashboard-button)!important;font-weight:600!important;line-height:1.2!important;letter-spacing:.005em!important}html[data-lexh-color-mode] .lexhp-table th{font-size:var(--lexh-dashboard-table)!important;font-weight:600!important;line-height:1.4!important;letter-spacing:.01em!important}html[data-lexh-color-mode] .lexhp-table td{font-size:var(--lexh-dashboard-table)!important;font-weight:400!important;line-height:1.45!important;letter-spacing:.005em!important}html[data-lexh-color-mode] .lexhp-content :where(.lexhp-status-pill,.lexhp-badge,.lexhp-nav__badge,.lexhp-heading-status,.lexhp-iam-badge,.lexhp-chat-role,.lexhp-chat-status,.lexhp-chat-priority){font-size:var(--lexh-dashboard-small)!important;font-weight:600!important;line-height:1.4!important;letter-spacing:.01em!important}html[data-lexh-color-mode] .lexhp-content :where(.lexhp-balance strong,.lexhp-stat-card strong),html[data-lexh-color-mode] .lexhp-kpi__copy strong{font-size:clamp(18px,1.05vw,20px)!important;font-weight:600!important;line-height:1.25!important;letter-spacing:-.01em!important}html[data-lexh-color-mode] .lexhp-sidebar{box-sizing:border-box;flex-shrink:0}html[data-lexh-color-mode] .lexhp-nav--grouped .lexhp-nav__item,html[data-lexh-color-mode] .lexhp-nav__item{min-height:38px!important;grid-template-columns:32px minmax(0,1fr) auto;gap:9px!important;padding-block:4px!important}html[data-lexh-color-mode] .lexhp-nav--grouped .lexhp-nav__label,html[data-lexh-color-mode] .lexhp-nav-group__label>span:last-child,html[data-lexh-color-mode] .lexhp-nav__label{font-size:14px!important;font-weight:500!important;line-height:1.4!important;letter-spacing:.01em!important}html[data-lexh-color-mode] .lexhp-nav-group.is-active>.lexhp-nav-group__toggle .lexhp-nav-group__label>span:last-child,html[data-lexh-color-mode] .lexhp-nav__item.is-active .lexhp-nav__label{font-weight:600!important}html[data-lexh-color-mode] .lexhp-nav__badge{font-size:12px!important;font-weight:600!important;line-height:1.4!important}html[data-lexh-color-mode] .lexhp-nav__icon{flex:0 0 32px}html[data-lexh-color-mode] .lexhp-content,html[data-lexh-color-mode] .lexhp-main{min-width:0;max-width:none;width:100%}html[data-lexh-color-mode] .lexhp-content{padding:var(--lexh-dashboard-pad)!important}html[data-lexh-color-mode] .lexhp-content :where(.lexhp-kpi-grid,.lexhp-grid--dashboard,.lexhp-grid--lower,.lexhp-grid--two,.lexhp-workspace-grid,.lexhp-market-grid,.lexhp-integration-grid,.lexhp-form-grid,.lexhp-finance-layout){gap:var(--lexh-dashboard-gap)!important}html[data-lexh-color-mode] .lexhp-content :where(.lexhp-panel__head,.lexhp-card__head,.lexhp-page-heading,.lexhp-table-tools,.lexhp-action-row){min-width:0;flex-wrap:wrap}html[data-lexh-color-mode] .lexhp-content :where(.lexhp-panel__head,.lexhp-card__head)>*{min-width:0}html[data-lexh-color-mode] .lexhp-content :where(.lexhp-panel,.lexhp-card,.lexhp-kpi,.lexhp-module-hero,.lexhp-workspace-grid>*,.lexhp-grid--dashboard>*,.lexhp-grid--lower>*){min-width:0}html[data-lexh-color-mode] .lexhp-table-wrap{width:100%;max-width:100%;overflow-x:auto!important;overflow-y:visible}html[data-lexh-color-mode] .lexhp-table{width:100%;max-width:100%}html[data-lexh-color-mode] .lexhp-content :where(svg,canvas){max-width:100%}html[data-lexh-color-mode] .lexhp-content :where(input,select,textarea,button){max-width:100%;min-width:0}html[data-lexh-color-mode] .lexhp-profile__copy,html[data-lexh-color-mode] .lexhp-search-wrap,html[data-lexh-color-mode] .lexhp-topbar,html[data-lexh-color-mode] .lexhp-topbar__left,html[data-lexh-color-mode] .lexhp-topbar__right{min-width:0}html[data-lexh-color-mode] .lexhp-avatar,html[data-lexh-color-mode] .lexhp-avatar img{aspect-ratio:1/1!important;border-radius:50%!important;object-fit:cover!important;flex-shrink:0!important}html[data-lexh-color-mode] .lxb-dashboard{font-family:var(--lexh-dashboard-font)!important;font-size:var(--lexh-dashboard-body);line-height:1.5;letter-spacing:.01em}html[data-lexh-color-mode] .lxb-welcome h1{font-size:var(--lexh-dashboard-h1)!important;font-weight:700!important;line-height:1.35!important;letter-spacing:-.01em!important}html[data-lexh-color-mode] .lxb-dashboard h2{font-size:var(--lexh-dashboard-h2)!important;font-weight:700!important;line-height:1.35!important;letter-spacing:-.005em!important}html[data-lexh-color-mode] .lxb-dashboard h3{font-size:var(--lexh-dashboard-h3)!important;font-weight:600!important;line-height:1.4!important}html[data-lexh-color-mode] .lxb-dashboard :where(.lxb-welcome p,.lxb-banner,.lxb-kpi>p,.lxb-secondary-card>p,.lxb-attention button span small,.lxb-widget-state){font-size:var(--lexh-dashboard-secondary)!important;font-weight:400!important;line-height:1.45!important;letter-spacing:.01em!important}html[data-lexh-color-mode] .lxb-dashboard :where(.lxb-quick-actions>button,.lxb-widget-link,.lxb-global-search input,.lxb-range-wrap select,.lxb-lead-search input,.lxb-filter-select select,.lxb-more-filter){font-size:var(--lexh-dashboard-button)!important;font-weight:600!important;line-height:1.2!important;letter-spacing:.005em!important}html[data-lexh-color-mode] .lxb-dashboard :where(.lxb-nav>a){min-height:38px;font-size:14px!important;font-weight:500!important;line-height:1.4!important;letter-spacing:.01em!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-nav>a.is-active{font-weight:600!important}html[data-lexh-color-mode] .lxb-dashboard :where(.lxb-nav-badge,.lxb-kpi>small,.lxb-secondary-card>em,.lxb-status,.lxb-score,.lxb-tier,.lxb-ops-title>span){font-size:var(--lexh-dashboard-small)!important;font-weight:600!important;line-height:1.4!important;letter-spacing:.01em!important}html[data-lexh-color-mode] .lxb-dashboard :where(.lxb-kpi-head>div>span,.lxb-secondary-card>span,.lxb-budget-card>div>span,.lxb-attention>button span strong,.lxb-chart-legend,.lxb-bars>button>span,.lxb-stacked-bars>button>span,.lxb-donut-legend>button,.lxb-ops-row span,.lxb-health-row span,.lxb-ops-row strong,.lxb-health-row strong){font-size:var(--lexh-dashboard-body)!important;line-height:1.45!important;letter-spacing:.005em!important}html[data-lexh-color-mode] .lxb-dashboard :where(.lxb-kpi-head>div>span,.lxb-secondary-card>span,.lxb-budget-card>div>span,.lxb-attention>button span strong){font-weight:600!important}html[data-lexh-color-mode] .lxb-dashboard :where(.lxb-kpi-head>div>strong,.lxb-secondary-card>strong,.lxb-budget-card>div>strong,.lxb-donut>span strong,.lxb-wallet strong){font-size:clamp(18px,1.05vw,20px)!important;font-weight:600!important;line-height:1.25!important;letter-spacing:-.01em!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-lead-table-wrap table{font-size:var(--lexh-dashboard-table)!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-lead-table-wrap th{font-size:var(--lexh-dashboard-table)!important;font-weight:600!important;line-height:1.4!important;letter-spacing:.01em!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-lead-table-wrap td{font-size:var(--lexh-dashboard-table)!important;font-weight:400!important;line-height:1.45!important;letter-spacing:.005em!important}html[data-lexh-color-mode] .lxb-dashboard :where(.lxb-firm strong,.lxb-firm small,.lxb-firm p,.lxb-upgrade>div strong,.lxb-upgrade p,.lxb-upgrade>a,.lxb-wallet span,.lxb-id-strip,.lxb-profile strong,.lxb-profile small,.lxb-profile-menu,.lxb-notifications){line-height:1.4!important}html[data-lexh-color-mode] .lxb-dashboard :where(.lxb-firm strong,.lxb-upgrade>div strong,.lxb-wallet span,.lxb-id-strip,.lxb-profile strong){font-size:13px!important}html[data-lexh-color-mode] .lxb-dashboard :where(.lxb-firm small,.lxb-firm p,.lxb-upgrade p,.lxb-profile small){font-size:12px!important}html[data-lexh-color-mode] .lxb-dashboard :where(.lxb-upgrade>a,.lxb-wallet>a,.lxb-id-strip){font-size:13px!important;font-weight:600!important}html[data-lexh-color-mode] .lxb-dashboard :where(.lxb-support-tool .lexhp-topbar-chat:after){font-size:13px!important;font-weight:600!important}html[data-lexh-color-mode] .lxb-avatar,html[data-lexh-color-mode] .lxb-avatar img{aspect-ratio:1/1!important;border-radius:50%!important;object-fit:cover!important;flex-shrink:0!important}html[data-lexh-color-mode] .lxb-workspace{padding:12px 14px 18px}html[data-lexh-color-mode] .lxb-quick-actions{gap:12px;margin-bottom:12px;flex-wrap:wrap}html[data-lexh-color-mode] .lxb-analytics-row,html[data-lexh-color-mode] .lxb-bottom-row,html[data-lexh-color-mode] .lxb-mid-row,html[data-lexh-color-mode] .lxb-primary-kpis,html[data-lexh-color-mode] .lxb-secondary-kpis{gap:12px;margin-bottom:12px}html[data-lexh-color-mode] .lxb-kpi,html[data-lexh-color-mode] .lxb-widget{padding:14px;min-width:0}html[data-lexh-color-mode] .lxb-secondary-card{padding:14px;min-width:0;height:auto;min-height:92px}html[data-lexh-color-mode] .lxb-main{min-width:0;overflow-x:clip}html[data-lexh-color-mode] .lxb-topbar{min-width:0;gap:14px;padding:10px 16px;align-items:start}html[data-lexh-color-mode] .lxb-global-search,html[data-lexh-color-mode] .lxb-profile,html[data-lexh-color-mode] .lxb-range-wrap,html[data-lexh-color-mode] .lxb-support-tool,html[data-lexh-color-mode] .lxb-top-tools{min-width:0}html[data-lexh-color-mode] .lxb-recent-head{position:static;display:grid;grid-template-columns:max-content minmax(0,1fr);align-items:start;gap:12px;padding:14px 14px 0}html[data-lexh-color-mode] .lxb-recent-head>h2{position:static!important;inset:auto!important;margin:5px 0 0;min-width:0}html[data-lexh-color-mode] .lxb-lead-tools{min-width:0;padding:0!important;display:grid;grid-template-columns:minmax(180px,1.5fr) repeat(5,minmax(110px,.9fr)) minmax(110px,.9fr);gap:8px}html[data-lexh-color-mode] .lxb-filter-select select,html[data-lexh-color-mode] .lxb-lead-search,html[data-lexh-color-mode] .lxb-more-filter{min-width:0;height:36px}html[data-lexh-color-mode] .lxb-more-panel{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:8px}html[data-lexh-color-mode] .lxb-active-filters{gap:6px;padding:8px 0;font-size:12px!important}html[data-lexh-color-mode] .lxb-lead-table-wrap{width:100%;max-width:100%;overflow-x:auto;overflow-y:visible;overscroll-behavior-inline:contain}html[data-lexh-color-mode] .lxb-lead-table-wrap table{min-width:1280px}html[data-lexh-color-mode] .lxb-lead-table-wrap td,html[data-lexh-color-mode] .lxb-lead-table-wrap th{padding:8px 7px}html[data-lexh-color-mode] .lxb-recent-footer{height:auto;min-height:42px;flex-wrap:wrap}html[data-lexh-color-mode] .lxb-chart-legend,html[data-lexh-color-mode] .lxb-donut-legend,html[data-lexh-color-mode] .lxb-widget-heading{min-width:0;flex-wrap:wrap}html[data-lexh-color-mode] .lxb-dashboard :where(svg,canvas){max-width:100%}@media (min-width:2560px){html[data-lexh-color-mode] .lexhp-content{padding:16px 18px!important}html[data-lexh-color-mode] .lexhp-content :where(.lexhp-kpi-grid,.lexhp-grid--dashboard,.lexhp-grid--lower,.lexhp-grid--two,.lexhp-workspace-grid){gap:14px!important}html[data-lexh-color-mode] .lxb-workspace{padding:14px 16px 18px}html[data-lexh-color-mode] .lxb-primary-kpis{grid-template-columns:repeat(6,minmax(0,1fr))}html[data-lexh-color-mode] .lxb-secondary-kpis{grid-template-columns:1.35fr repeat(5,minmax(0,1fr))}html[data-lexh-color-mode] .lxb-mid-row{grid-template-columns:minmax(280px,.72fr) minmax(560px,1.38fr) minmax(420px,1.05fr)}html[data-lexh-color-mode] .lxb-analytics-row{grid-template-columns:1.4fr .74fr 1.02fr .98fr}html[data-lexh-color-mode] .lxb-bottom-row{grid-template-columns:minmax(760px,3.9fr) repeat(3,minmax(210px,.85fr))}}@media (max-width:1600px){html[data-lexh-color-mode] .lxb-top-tools{grid-template-columns:minmax(220px,1fr) 34px 80px 122px}html[data-lexh-color-mode] .lxb-primary-kpis,html[data-lexh-color-mode] .lxb-secondary-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}html[data-lexh-color-mode] .lxb-mid-row{grid-template-columns:minmax(240px,.8fr) minmax(0,1.4fr)}html[data-lexh-color-mode] .lxb-conversion{grid-column:1/-1}html[data-lexh-color-mode] .lxb-analytics-row{grid-template-columns:repeat(2,minmax(0,1fr))}html[data-lexh-color-mode] .lxb-bottom-row{grid-template-columns:repeat(3,minmax(0,1fr))}html[data-lexh-color-mode] .lxb-recent-leads{grid-column:1/-1}html[data-lexh-color-mode] .lxb-recent-head{grid-template-columns:1fr}html[data-lexh-color-mode] .lxb-recent-head>h2{margin-top:0}html[data-lexh-color-mode] .lxb-lead-tools{grid-template-columns:minmax(180px,1.4fr) repeat(3,minmax(120px,1fr))}}@media (max-width:1100px){html[data-lexh-color-mode] .lexhp-content{padding:12px!important}html[data-lexh-color-mode] .lexhp-topbar{height:auto;min-height:var(--lexhp-topbar);flex-wrap:wrap;padding-block:8px}html[data-lexh-color-mode] .lexhp-topbar__right{margin-left:auto;flex-wrap:wrap;justify-content:flex-end}html[data-lexh-color-mode] .lexhp-content :where(.lexhp-kpi-grid,.lexhp-market-grid,.lexhp-integration-grid){grid-template-columns:repeat(2,minmax(0,1fr))!important}html[data-lexh-color-mode] .lxb-lead-tools{grid-template-columns:repeat(3,minmax(0,1fr))}html[data-lexh-color-mode] .lxb-bottom-row{grid-template-columns:1fr 1fr}html[data-lexh-color-mode] .lxb-recent-leads{grid-column:1/-1}}@media (max-width:834px){:root{--lexh-dashboard-h1:21px;--lexh-dashboard-h2:17px;--lexh-dashboard-gap:11px;--lexh-dashboard-pad:11px}html[data-lexh-color-mode] .lexhp-content{padding:11px!important}html[data-lexh-color-mode] .lexhp-content :where(.lexhp-kpi-grid,.lexhp-market-grid,.lexhp-integration-grid,.lexhp-form-grid){grid-template-columns:repeat(2,minmax(0,1fr))!important}html[data-lexh-color-mode] .lxb-workspace{padding:10px}html[data-lexh-color-mode] .lxb-analytics-row,html[data-lexh-color-mode] .lxb-bottom-row,html[data-lexh-color-mode] .lxb-primary-kpis,html[data-lexh-color-mode] .lxb-secondary-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}html[data-lexh-color-mode] .lxb-mid-row{grid-template-columns:1fr}html[data-lexh-color-mode] .lxb-conversion{grid-column:auto}html[data-lexh-color-mode] .lxb-recent-leads{grid-column:1/-1}html[data-lexh-color-mode] .lxb-lead-tools{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){:root{--lexh-dashboard-h1:20px;--lexh-dashboard-h2:16px;--lexh-dashboard-h3:15px;--lexh-dashboard-gap:9px;--lexh-dashboard-pad:9px}html[data-lexh-color-mode] .lexhp-content{padding:9px!important}html[data-lexh-color-mode] .lexhp-page-heading{gap:10px;margin-bottom:12px}html[data-lexh-color-mode] .lexhp-content :where(.lexhp-kpi-grid,.lexhp-market-grid,.lexhp-integration-grid,.lexhp-form-grid){grid-template-columns:1fr!important}html[data-lexh-color-mode] .lexhp-content :where(.lexhp-panel,.lexhp-card,.lexhp-kpi){min-width:0}html[data-lexh-color-mode] .lxb-workspace{padding:8px}html[data-lexh-color-mode] .lxb-quick-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}html[data-lexh-color-mode] .lxb-primary-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}html[data-lexh-color-mode] .lxb-analytics-row,html[data-lexh-color-mode] .lxb-bottom-row,html[data-lexh-color-mode] .lxb-mid-row,html[data-lexh-color-mode] .lxb-secondary-kpis{grid-template-columns:1fr}html[data-lexh-color-mode] .lxb-recent-leads{grid-column:auto!important}html[data-lexh-color-mode] .lxb-lead-tools{grid-template-columns:1fr 1fr}html[data-lexh-color-mode] .lxb-more-panel{grid-template-columns:1fr}html[data-lexh-color-mode] .lxb-recent-footer{align-items:flex-start}}@media (max-width:390px){html[data-lexh-color-mode] .lxb-lead-tools,html[data-lexh-color-mode] .lxb-primary-kpis,html[data-lexh-color-mode] .lxb-quick-actions{grid-template-columns:1fr}}html[data-lexh-color-mode] .lexh-admin-main h1{font-size:22px;font-weight:700;line-height:1.35;letter-spacing:-.01em}html[data-lexh-color-mode] .lexh-admin-main h2{font-size:18px;font-weight:700;line-height:1.35;letter-spacing:-.005em}html[data-lexh-color-mode] .lexh-admin-main :where(p,li,input,select,textarea){font-size:14px;font-weight:400;line-height:1.5;letter-spacing:.01em}html[data-lexh-color-mode] .lexh-admin-sidebar a{font-size:14px;font-weight:500;line-height:1.4;letter-spacing:.01em}html[data-lexh-color-mode] .lexh-admin-table th{font-size:12.5px;font-weight:600;line-height:1.4}html[data-lexh-color-mode] .lexh-admin-table td{font-size:12.5px;font-weight:400;line-height:1.45}html[data-lexh-color-mode] .lexh-admin-main{min-width:0;max-width:none;width:100%;padding:16px}html[data-lexh-color-mode] .lexh-admin-card{min-width:0}html[data-lexh-color-mode] .lexh-admin-main{overflow-x:clip}html[data-lexh-color-mode] .lexh-admin-card{overflow-x:auto}@media (max-width:600px){html[data-lexh-color-mode] .lexh-admin-main{padding:9px}}html[data-lexh-color-mode] .lexhp-app[data-role][data-role][data-role][data-role][data-role] *,html[data-lexh-color-mode] .lexhp-app[data-role][data-role][data-role][data-role][data-role] :where(button,input,select,textarea){font-family:var(--lexh-dashboard-font)!important}html[data-lexh-color-mode] .lexhp-app[data-role][data-role][data-role][data-role][data-role] .lexhp-content .lexhp-page-heading h1{font-size:var(--lexh-dashboard-h1)!important;font-weight:700!important;line-height:1.35!important;letter-spacing:-.01em!important}html[data-lexh-color-mode] .lexhp-app[data-role][data-role][data-role][data-role][data-role] .lexhp-content .lexhp-card__head strong,html[data-lexh-color-mode] .lexhp-app[data-role][data-role][data-role][data-role][data-role] .lexhp-content .lexhp-module-hero h2,html[data-lexh-color-mode] .lexhp-app[data-role][data-role][data-role][data-role][data-role] .lexhp-content .lexhp-panel__head h2,html[data-lexh-color-mode] .lexhp-app[data-role][data-role][data-role][data-role][data-role] .lexhp-content h2{font-size:var(--lexh-dashboard-h2)!important;font-weight:700!important;line-height:1.35!important;letter-spacing:-.005em!important}html[data-lexh-color-mode] .lexhp-app[data-role][data-role][data-role][data-role][data-role] .lexhp-content .lexhp-panel__head h3,html[data-lexh-color-mode] .lexhp-app[data-role][data-role][data-role][data-role][data-role] .lexhp-content h3{font-size:var(--lexh-dashboard-h3)!important;font-weight:600!important;line-height:1.4!important;letter-spacing:0!important}html[data-lexh-color-mode] .lexhp-app[data-role][data-role][data-role][data-role][data-role] .lexhp-content :where(p,li,input,select,textarea,label){font-size:var(--lexh-dashboard-body)!important;font-weight:400!important;line-height:1.5!important;letter-spacing:.01em!important}html[data-lexh-color-mode] .lexhp-app[data-role][data-role][data-role][data-role][data-role] .lexhp-content :where(small,.lexhp-panel__head p,.lexhp-card__head small,.lexhp-module-hero p,.lexhp-cell-note){font-size:var(--lexh-dashboard-secondary)!important;font-weight:400!important;line-height:1.45!important;letter-spacing:.01em!important}html[data-lexh-color-mode] .lexhp-app[data-role][data-role][data-role][data-role][data-role] .lexhp-content :where(.lexhp-btn,button){font-size:var(--lexh-dashboard-button)!important;font-weight:600!important;line-height:1.2!important;letter-spacing:.005em!important}html[data-lexh-color-mode] .lexhp-app[data-role][data-role][data-role][data-role][data-role] .lexhp-content .lexhp-table th{font-size:var(--lexh-dashboard-table)!important;font-weight:600!important;line-height:1.4!important;letter-spacing:.01em!important}html[data-lexh-color-mode] .lexhp-app[data-role][data-role][data-role][data-role][data-role] .lexhp-content .lexhp-table td{font-size:var(--lexh-dashboard-table)!important;font-weight:400!important;line-height:1.45!important;letter-spacing:.005em!important}html[data-lexh-color-mode] .lexhp-app[data-role][data-role][data-role][data-role][data-role] .lexhp-content .lexhp-kpi__copy strong{font-size:clamp(18px,1.05vw,20px)!important;font-weight:600!important;line-height:1.25!important;letter-spacing:-.01em!important}html[data-lexh-color-mode] .lexhp-app[data-role][data-role][data-role][data-role][data-role] :where(.lexhp-nav__label,.lexhp-nav-group__label>span:last-child){font-size:14px!important;font-weight:500!important;line-height:1.4!important;letter-spacing:.01em!important}html[data-lexh-color-mode] .lexhp-app[data-role][data-role][data-role][data-role][data-role] :where(.lexhp-nav__item.is-active .lexhp-nav__label,.lexhp-nav-group.is-active>.lexhp-nav-group__toggle .lexhp-nav-group__label>span:last-child){font-weight:600!important}html[data-lexh-color-mode] .lexhp-app[data-role][data-role][data-role][data-role][data-role] .lexhp-nav__badge{font-size:12px!important;font-weight:600!important;line-height:1.4!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-secondary-card>span,html[data-lexh-color-mode] .lxb-dashboard h2{font-size:16px!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-secondary-card>strong{display:inline-block!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-secondary-card>em{position:static!important;display:inline-flex!important;align-items:center;margin:4px 0 0 8px;vertical-align:middle}html[data-lexh-color-mode] .lxb-dashboard .lxb-secondary-card>p{margin-top:8px!important}html[data-lexh-color-mode] .lxb-dashboard :where(h1,h2,h3,p,small,label,a,button,th,td,span,strong,em){text-transform:capitalize}html[data-lexh-color-mode] .lxb-dashboard :where(select,option){text-transform:capitalize}html[data-lexh-color-mode] .lxb-dashboard input::placeholder{text-transform:capitalize}html[data-lexh-color-mode] .lxb-dashboard :where(code,kbd){text-transform:none}html[data-lexh-color-mode] .lxb-dashboard .lxb-active-filters>button{font-size:13px!important}html[data-lexh-color-mode] .lxb-dashboard{--lexh-dashboard-body:13px}html[data-lexh-color-mode] .lxb-dashboard .lxb-top-tools{grid-template-columns:minmax(260px,296px) 34px 80px 156px;gap:8px 10px}html[data-lexh-color-mode] .lxb-dashboard .lxb-profile{width:156px;height:36px;grid-template-columns:28px minmax(0,1fr) 14px;padding:3px 8px 3px 4px;border-radius:7px!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-avatar{width:28px;height:28px}html[data-lexh-color-mode] .lxb-dashboard .lxb-profile strong{line-height:1.15!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-profile small{line-height:1.2!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-range-wrap>label{height:36px;padding:0 10px;gap:8px;border-radius:7px;box-shadow:0 1px 2px rgba(16,24,40,.02)}html[data-lexh-color-mode] .lxb-dashboard .lxb-range-wrap select{min-width:0;font-size:13px!important;font-weight:600!important;line-height:1.2!important;color:var(--lxb-text);cursor:pointer}html[data-lexh-color-mode] .lxb-dashboard .lxb-range-wrap svg{flex:0 0 auto;width:16px;height:16px}html[data-lexh-color-mode] .lxb-dashboard .lxb-custom-range{top:44px;width:310px;padding:14px;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px;border-radius:9px;overflow:visible;box-shadow:0 16px 38px rgba(16,24,40,.14)}html[data-lexh-color-mode] .lxb-dashboard .lxb-custom-range label{gap:6px;min-width:0;font-size:12px!important;font-weight:600!important;line-height:1.35!important;color:var(--lxb-muted)}html[data-lexh-color-mode] .lxb-dashboard .lxb-custom-range input[type=date]{width:100%;min-width:0;height:38px;padding:0 10px;border:1px solid var(--lxb-line);border-radius:7px;background:var(--lxb-card);color:var(--lxb-text);font-size:13px!important;line-height:1.2!important;box-shadow:0 1px 2px rgba(16,24,40,.02)}html[data-lexh-color-mode] .lxb-dashboard .lxb-custom-range input[type=date]:focus{outline:2px solid color-mix(in srgb,var(--lxb-purple) 18%,transparent);outline-offset:1px;border-color:color-mix(in srgb,var(--lxb-purple) 45%,var(--lxb-line))}html[data-lexh-color-mode] .lxb-dashboard .lxb-custom-range button{min-height:36px;padding:0 14px;border-radius:7px!important;font-size:13px!important;font-weight:600!important;box-shadow:0 1px 2px rgba(16,24,40,.06)}html[data-lexh-color-mode] .lxb-dashboard .lxb-custom-range button:disabled{opacity:.5;cursor:not-allowed}html[data-lexh-color-mode] .lxb-dashboard .lxb-trend .lxb-widget-heading select{min-width:126px;height:32px;padding:0 30px 0 10px;border-radius:6px;font-size:13px!important;font-weight:600!important;line-height:1.2!important;color:var(--lxb-text);box-shadow:0 1px 2px rgba(16,24,40,.02);cursor:pointer}html[data-lexh-color-mode] .lxb-dashboard .lxb-trend .lxb-widget-heading{align-items:center;gap:10px}html[data-lexh-color-mode] .lxb-dashboard .lxb-line-chart{width:100%;height:148px;margin-top:2px;overflow:hidden;display:block}html[data-lexh-color-mode] .lxb-dashboard .lxb-line-chart .grid path{stroke:color-mix(in srgb,var(--lxb-line) 82%,transparent);stroke-width:1}html[data-lexh-color-mode] .lxb-dashboard .lxb-line-chart polyline{stroke-width:1.8}html[data-lexh-color-mode] .lxb-dashboard .lxb-line-chart .dot{stroke:var(--lxb-card);stroke-width:1.2}html[data-lexh-color-mode] .lxb-dashboard .lxb-line-chart .axis-label{fill:var(--lxb-muted);font-size:8px!important;font-weight:600!important;letter-spacing:0!important}@media (max-width:1280px){html[data-lexh-color-mode] .lxb-dashboard .lxb-top-tools{grid-template-columns:minmax(200px,1fr) 34px 74px 148px}html[data-lexh-color-mode] .lxb-dashboard .lxb-profile{width:148px}}@media (max-width:980px){html[data-lexh-color-mode] .lxb-dashboard .lxb-top-tools{grid-template-columns:minmax(180px,1fr) 34px 74px 148px}}@media (max-width:660px){html[data-lexh-color-mode] .lxb-dashboard .lxb-top-tools{grid-template-columns:minmax(0,1fr) 34px 34px}html[data-lexh-color-mode] .lxb-dashboard .lxb-profile{width:100%}html[data-lexh-color-mode] .lxb-dashboard .lxb-custom-range{right:0;left:auto;width:min(310px,calc(100vw - 24px));grid-template-columns:1fr}html[data-lexh-color-mode] .lxb-dashboard .lxb-custom-range button{grid-column:1}html[data-lexh-color-mode] .lxb-dashboard .lxb-trend .lxb-widget-heading select{min-width:118px}}html[data-lexh-color-mode] .lxb-dashboard .lxb-top-tools{grid-template-columns:minmax(260px,296px) 36px 36px 156px;grid-template-rows:36px 36px;column-gap:8px;row-gap:8px;align-items:center}html[data-lexh-color-mode] .lxb-dashboard .lxb-square-tool,html[data-lexh-color-mode] .lxb-dashboard .lxb-support-tool,html[data-lexh-color-mode] .lxb-dashboard .lxb-support-tool .lexhp-topbar-chat{width:36px!important;min-width:36px!important;height:36px!important;min-height:36px!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-square-tool,html[data-lexh-color-mode] .lxb-dashboard .lxb-support-tool .lexhp-topbar-chat{display:grid!important;place-items:center!important;padding:0!important;border:1px solid var(--lxb-line)!important;border-radius:7px!important;background:var(--lxb-card)!important;color:var(--lxb-text)!important;box-shadow:0 1px 2px rgba(16,24,40,.02)!important;transition:border-color .16s ease,background-color .16s ease,color .16s ease,box-shadow .16s ease!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-square-tool:hover,html[data-lexh-color-mode] .lxb-dashboard .lxb-support-tool .lexhp-topbar-chat:hover{border-color:color-mix(in srgb,var(--lxb-purple) 28%,var(--lxb-line))!important;background:color-mix(in srgb,var(--lxb-purple) 4%,var(--lxb-card))!important;color:var(--lxb-purple)!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-square-tool:focus-visible,html[data-lexh-color-mode] .lxb-dashboard .lxb-support-tool .lexhp-topbar-chat:focus-visible{outline:2px solid color-mix(in srgb,var(--lxb-purple) 25%,transparent)!important;outline-offset:2px!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-support-tool{display:grid;place-items:center}html[data-lexh-color-mode] .lxb-dashboard .lxb-support-tool .lexhp-topbar-chat{justify-content:center!important;gap:0!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-support-tool .lexhp-topbar-chat:after{content:none!important;display:none!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-square-tool svg,html[data-lexh-color-mode] .lxb-dashboard .lxb-support-tool .lexhp-topbar-chat svg{width:17px!important;height:17px!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-square-tool>b,html[data-lexh-color-mode] .lxb-dashboard .lxb-support-tool .lexhp-topbar-chat__badge{right:-5px;top:-5px;min-width:16px;height:16px;padding:0 3px;border:2px solid var(--lxb-card);font-size:9px!important;line-height:1!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-profile-wrap{min-width:0}html[data-lexh-color-mode] .lxb-dashboard .lxb-range-wrap{grid-column:4;grid-row:2;min-width:0}@media (max-width:1280px){html[data-lexh-color-mode] .lxb-dashboard .lxb-top-tools{grid-template-columns:minmax(200px,1fr) 36px 36px 148px}}@media (max-width:980px){html[data-lexh-color-mode] .lxb-dashboard .lxb-topbar{grid-template-columns:34px minmax(0,1fr);column-gap:12px;row-gap:10px}html[data-lexh-color-mode] .lxb-dashboard .lxb-top-tools{grid-column:2;grid-template-columns:minmax(180px,1fr) 36px 36px 148px}}@media (max-width:760px){html[data-lexh-color-mode] .lxb-dashboard .lxb-topbar{grid-template-columns:42px minmax(0,1fr);gap:10px 12px;padding:12px}html[data-lexh-color-mode] .lxb-dashboard .lxb-mobile-menu{width:42px;height:42px;grid-row:1;align-self:start;border-radius:8px!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-welcome{min-width:0;padding-top:2px}html[data-lexh-color-mode] .lxb-dashboard .lxb-top-tools{grid-column:1/-1;width:100%;grid-template-columns:36px 36px minmax(0,1fr);grid-template-rows:auto;gap:10px}html[data-lexh-color-mode] .lxb-dashboard .lxb-global-search{grid-column:1/-1;grid-row:auto;width:100%;height:42px;padding:0 12px;border-radius:8px}html[data-lexh-color-mode] .lxb-dashboard .lxb-notification-wrap{grid-column:1;grid-row:auto}html[data-lexh-color-mode] .lxb-dashboard .lxb-support-tool{grid-column:2;grid-row:auto}html[data-lexh-color-mode] .lxb-dashboard .lxb-profile-wrap{grid-column:3;grid-row:auto;width:100%}html[data-lexh-color-mode] .lxb-dashboard .lxb-profile{width:100%;height:36px}html[data-lexh-color-mode] .lxb-dashboard .lxb-range-wrap{grid-column:1/-1;grid-row:auto;width:100%}html[data-lexh-color-mode] .lxb-dashboard .lxb-range-wrap>label{width:100%;height:42px}html[data-lexh-color-mode] .lxb-dashboard .lxb-popover{max-width:calc(100vw - 24px)}html[data-lexh-color-mode] .lxb-dashboard .lxb-notifications{left:0;right:auto}}html[data-lexh-color-mode] .lxb-dashboard .lxb-budget-card>div>p,html[data-lexh-color-mode] .lxb-dashboard .lxb-widget-state,html[data-lexh-color-mode] .lxb-dashboard .lxb-widget-state>strong{font-size:13px!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-topbar{min-height:auto}html[data-lexh-color-mode] .lxb-dashboard .lxb-top-tools{grid-template-rows:36px}html[data-lexh-color-mode] .lxb-dashboard .lxb-range-row{display:flex;justify-content:flex-end;align-items:center;min-width:0;padding:8px 16px;background:var(--lxb-card);border-bottom:1px solid color-mix(in srgb,var(--lxb-line) 65%,transparent)}html[data-lexh-color-mode] .lxb-dashboard .lxb-range-row .lxb-range-wrap{position:relative;width:156px;min-width:0}@media (max-width:1280px){html[data-lexh-color-mode] .lxb-dashboard .lxb-range-row .lxb-range-wrap{width:148px}}@media (max-width:760px){html[data-lexh-color-mode] .lxb-dashboard .lxb-range-row{padding:8px 12px 10px}html[data-lexh-color-mode] .lxb-dashboard .lxb-range-row .lxb-range-wrap{width:100%}}html[data-lexh-color-mode] .lxb-dashboard .lxb-topbar{align-items:center}html[data-lexh-color-mode] .lxb-dashboard .lxb-top-tools,html[data-lexh-color-mode] .lxb-dashboard .lxb-top-tools>*,html[data-lexh-color-mode] .lxb-dashboard .lxb-welcome{align-self:center}html[data-lexh-color-mode] .lxb-dashboard .lxb-range-wrap>label{transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease}html[data-lexh-color-mode] .lxb-dashboard .lxb-range-wrap>label:hover{border-color:color-mix(in srgb,var(--lxb-purple) 30%,var(--lxb-line));background:color-mix(in srgb,var(--lxb-purple) 3%,var(--lxb-card));box-shadow:0 2px 6px rgba(16,24,40,.05)}html[data-lexh-color-mode] .lxb-dashboard .lxb-range-wrap>label:focus-within{border-color:color-mix(in srgb,var(--lxb-purple) 48%,var(--lxb-line));box-shadow:0 0 0 3px color-mix(in srgb,var(--lxb-purple) 12%,transparent)}html[data-lexh-color-mode] .lxb-dashboard .lxb-range-wrap select:focus{outline:none}html[data-lexh-color-mode] .lxb-dashboard .lxb-range-wrap>label>svg{width:26px!important;height:26px!important;padding:5px;box-sizing:border-box;flex:0 0 26px;border-radius:6px;background:color-mix(in srgb,var(--lxb-blue) 10%,var(--lxb-card));color:var(--lxb-blue)!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-trend .lxb-widget-heading select{transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease,color .16s ease}html[data-lexh-color-mode] .lxb-dashboard .lxb-trend .lxb-widget-heading select:hover{border-color:color-mix(in srgb,var(--lxb-purple) 30%,var(--lxb-line));background-color:color-mix(in srgb,var(--lxb-purple) 3%,var(--lxb-card));box-shadow:0 2px 6px rgba(16,24,40,.05)}html[data-lexh-color-mode] .lxb-dashboard .lxb-trend .lxb-widget-heading select:focus-visible{outline:none;border-color:color-mix(in srgb,var(--lxb-purple) 48%,var(--lxb-line));box-shadow:0 0 0 3px color-mix(in srgb,var(--lxb-purple) 12%,transparent)}html[data-lexh-color-mode] .lxb-dashboard .lxb-workspace-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0;margin-bottom:12px}html[data-lexh-color-mode] .lxb-dashboard .lxb-workspace-toolbar .lxb-quick-actions{flex:1 1 auto;min-width:0;margin-bottom:0}html[data-lexh-color-mode] .lxb-dashboard .lxb-workspace-toolbar .lxb-range-wrap{position:relative;width:156px;flex:0 0 156px;margin-left:auto}@media (max-width:1280px){html[data-lexh-color-mode] .lxb-dashboard .lxb-workspace-toolbar .lxb-range-wrap{width:148px;flex-basis:148px}}@media (max-width:760px){html[data-lexh-color-mode] .lxb-dashboard .lxb-workspace-toolbar{align-items:stretch;flex-direction:column;gap:8px}html[data-lexh-color-mode] .lxb-dashboard .lxb-workspace-toolbar .lxb-range-wrap{width:100%;flex-basis:auto;margin-left:0}}html[data-lexh-color-mode] .lxb-dashboard .lxb-secondary-card>em,html[data-lexh-color-mode] .lxb-dashboard .lxb-secondary-card>strong{vertical-align:middle!important;line-height:1.25!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-secondary-card>em{margin:0 0 0 8px!important;white-space:nowrap}html[data-lexh-color-mode] .lxb-dashboard .lxb-budget-card>div>p{display:flex!important;align-items:center;justify-content:space-between;flex-wrap:nowrap;gap:12px}html[data-lexh-color-mode] .lxb-dashboard .lxb-budget-card>div>p>span{white-space:nowrap}html[data-lexh-color-mode] .lxb-dashboard .lxb-auto-purchase-toggle{display:inline-flex;align-items:center;gap:5px;min-height:24px;padding:3px 6px;border:1px solid color-mix(in srgb,#22b573 24%,var(--lxb-line));border-radius:999px!important;background:#eafaf1;color:#15934b;font:700 12px/1 var(--lxb-font);cursor:pointer;transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease,opacity .16s ease}html[data-lexh-color-mode] .lxb-dashboard .lxb-auto-purchase-toggle>i{position:relative;width:27px;height:15px;border-radius:999px;background:#22b573;flex:0 0 auto}html[data-lexh-color-mode] .lxb-dashboard .lxb-auto-purchase-toggle>i:after{content:"";position:absolute;top:2px;right:2px;width:11px;height:11px;border-radius:50%;background:#fff;box-shadow:0 1px 2px rgba(16,24,40,.18);transition:transform .16s ease,left .16s ease,right .16s ease}html[data-lexh-color-mode] .lxb-dashboard .lxb-auto-purchase-toggle.is-off{border-color:color-mix(in srgb,#ef4444 20%,var(--lxb-line));background:#fff0f1;color:#d9293a}html[data-lexh-color-mode] .lxb-dashboard .lxb-auto-purchase-toggle.is-off>i{background:#f04c5c}html[data-lexh-color-mode] .lxb-dashboard .lxb-auto-purchase-toggle.is-off>i:after{left:2px;right:auto}html[data-lexh-color-mode] .lxb-dashboard .lxb-auto-purchase-toggle:hover:not(:disabled){box-shadow:0 2px 6px rgba(16,24,40,.08);border-color:color-mix(in srgb,currentColor 35%,var(--lxb-line))}html[data-lexh-color-mode] .lxb-dashboard .lxb-auto-purchase-toggle:focus-visible{outline:2px solid color-mix(in srgb,var(--lxb-purple) 24%,transparent);outline-offset:2px}html[data-lexh-color-mode] .lxb-dashboard .lxb-auto-purchase-toggle:disabled{opacity:.6;cursor:not-allowed}html[data-lexh-color-mode] .lxb-dashboard .lxb-top-tools{grid-template-columns:minmax(260px,296px) 36px 36px 176px}html[data-lexh-color-mode] .lxb-dashboard .lxb-profile{width:176px;height:40px;padding:4px 8px 4px 5px;grid-template-columns:30px minmax(0,1fr) 14px;gap:7px;border-radius:8px!important;box-shadow:0 1px 2px rgba(16,24,40,.025);transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease}html[data-lexh-color-mode] .lxb-dashboard .lxb-profile:hover{border-color:color-mix(in srgb,var(--lxb-purple) 24%,var(--lxb-line));background:color-mix(in srgb,var(--lxb-purple) 2.5%,var(--lxb-card));box-shadow:0 2px 7px rgba(16,24,40,.05)}html[data-lexh-color-mode] .lxb-dashboard .lxb-profile:focus-visible{outline:2px solid color-mix(in srgb,var(--lxb-purple) 22%,transparent);outline-offset:2px}html[data-lexh-color-mode] .lxb-dashboard .lxb-avatar{width:30px;height:30px;font-size:10px!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-profile strong{font-size:13px!important;line-height:1.2!important;font-weight:700!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-profile small{font-size:11px!important;line-height:1.25!important;margin-top:1px;color:var(--lxb-muted)}html[data-lexh-color-mode] .lxb-dashboard .lxb-profile>svg{color:var(--lxb-muted)}html[data-lexh-color-mode] .lxb-dashboard .lxb-profile-menu{width:224px;padding:12px;gap:8px;border-radius:9px;box-shadow:0 16px 38px rgba(16,24,40,.14)}html[data-lexh-color-mode] .lxb-dashboard .lxb-profile-menu>strong{font-size:13px!important;line-height:1.3!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-profile-menu>small{font-size:12px!important;line-height:1.35!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-profile-menu>code{padding:7px 8px;font-size:11px!important;border-radius:6px}html[data-lexh-color-mode] .lxb-dashboard .lxb-profile-menu>a,html[data-lexh-color-mode] .lxb-dashboard .lxb-profile-menu>button{padding:8px 6px;font-size:12px!important;line-height:1.3!important;border-radius:5px!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-profile-menu>a:hover,html[data-lexh-color-mode] .lxb-dashboard .lxb-profile-menu>button:hover{background:color-mix(in srgb,var(--lxb-purple) 5%,var(--lxb-card))}@media (max-width:1280px){html[data-lexh-color-mode] .lxb-dashboard .lxb-top-tools{grid-template-columns:minmax(200px,1fr) 36px 36px 164px}html[data-lexh-color-mode] .lxb-dashboard .lxb-profile{width:164px}}@media (max-width:980px){html[data-lexh-color-mode] .lxb-dashboard .lxb-top-tools{grid-template-columns:minmax(180px,1fr) 36px 36px 160px}html[data-lexh-color-mode] .lxb-dashboard .lxb-profile{width:160px}}@media (max-width:760px){html[data-lexh-color-mode] .lxb-dashboard .lxb-top-tools{grid-template-columns:36px 36px minmax(0,1fr)}html[data-lexh-color-mode] .lxb-dashboard .lxb-profile{width:100%;height:40px}}html[data-lexh-color-mode] .lxb-dashboard .lxb-widget>h2{margin-bottom:10px!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-ops-title{margin-bottom:10px}html[data-lexh-color-mode] .lxb-dashboard .lxb-analytics-row>.lxb-widget>.lxb-widget-state,html[data-lexh-color-mode] .lxb-dashboard .lxb-mid-row>.lxb-widget>.lxb-widget-state{flex:1 1 auto;min-height:0;display:flex;align-items:center;justify-content:center;text-align:center}html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap tbody td>.lxb-widget-state{min-height:150px;align-content:center;justify-items:center}html[data-lexh-color-mode] .lxb-dashboard .lxb-analytics-row>.lxb-widget>.lxb-widget-state,html[data-lexh-color-mode] .lxb-dashboard .lxb-mid-row>.lxb-widget>.lxb-widget-state{flex:1 1!important;align-self:stretch;width:100%;min-height:0!important;margin:0!important;display:flex!important;flex-direction:column;align-items:center!important;justify-content:center!important;text-align:center!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-analytics-row>.lxb-widget:has(>.lxb-widget-state)>.lxb-widget-link,html[data-lexh-color-mode] .lxb-dashboard .lxb-mid-row>.lxb-widget:has(>.lxb-widget-state)>.lxb-widget-link{margin-top:0}html[data-lexh-color-mode] .lxb-dashboard .lxb-attention>.lxb-attention-body{flex:1 1;min-height:0;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:stretch}html[data-lexh-color-mode] .lxb-dashboard .lxb-attention>.lxb-attention-body>button{width:100%;min-height:36px;padding:4px 0;display:grid;grid-template-columns:27px minmax(0,1fr) 25px;align-items:center;gap:6px;border:0;background:transparent;text-align:left}html[data-lexh-color-mode] .lxb-dashboard .lxb-attention>.lxb-attention-body>button>.lxb-icon-box{width:24px;height:24px;border-radius:6px}html[data-lexh-color-mode] .lxb-dashboard .lxb-attention>.lxb-attention-body>button span small,html[data-lexh-color-mode] .lxb-dashboard .lxb-attention>.lxb-attention-body>button span strong{display:block}html[data-lexh-color-mode] .lxb-dashboard .lxb-attention>.lxb-attention-body>button span strong{font-size:var(--lexh-dashboard-body)!important;font-weight:600!important;line-height:1.45!important;letter-spacing:.005em!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-attention>.lxb-attention-body>button span small{margin-top:1px;color:#64748b}html[data-lexh-color-mode] .lxb-dashboard .lxb-attention>.lxb-attention-body>button>b{width:22px;height:22px;display:grid;place-items:center;border-radius:5px;font-size:7px}html[data-lexh-color-mode] .lxb-dashboard .lxb-attention>.lxb-attention-body>button>b.is-red{background:#fff0f1;color:#ef2739}html[data-lexh-color-mode] .lxb-dashboard .lxb-attention>.lxb-attention-body>button>b.is-orange{background:#fff5e6;color:#ef8f0c}html[data-lexh-color-mode] .lxb-dashboard .lxb-attention>.lxb-attention-body>button>b.is-blue{background:#edf4ff;color:#146ef5}html[data-lexh-color-mode] .lxb-dashboard .lxb-attention>.lxb-widget-link{margin-top:0}html[data-lexh-color-mode] .lxb-dashboard .lxb-attention{display:grid;grid-template-rows:auto minmax(min-content,1fr) auto;align-content:stretch}html[data-lexh-color-mode] .lxb-dashboard .lxb-attention>.lxb-attention-body{flex:none;min-height:min-content;overflow:visible}html[data-lexh-color-mode] .lxb-dashboard .lxb-attention>.lxb-widget-link{align-self:end;position:relative;z-index:1;margin-top:6px}html[data-lexh-color-mode] .lxb-dashboard .lxb-range-trigger{width:100%;height:36px;padding:0 9px 0 12px;display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid var(--lxb-line);border-radius:7px!important;background:var(--lxb-card);color:var(--lxb-text);box-shadow:0 1px 2px rgba(16,24,40,.02);font:600 13px/1.2 var(--lxb-font);letter-spacing:.005em;text-align:left;cursor:pointer;transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease}html[data-lexh-color-mode] .lxb-dashboard .lxb-range-trigger:hover{border-color:color-mix(in srgb,var(--lxb-purple) 30%,var(--lxb-line));background:color-mix(in srgb,var(--lxb-purple) 3%,var(--lxb-card));box-shadow:0 2px 6px rgba(16,24,40,.05)}html[data-lexh-color-mode] .lxb-dashboard .lxb-range-trigger:focus-visible,html[data-lexh-color-mode] .lxb-dashboard .lxb-range-trigger[aria-expanded=true]{outline:none;border-color:color-mix(in srgb,var(--lxb-purple) 48%,var(--lxb-line));box-shadow:0 0 0 3px color-mix(in srgb,var(--lxb-purple) 12%,transparent)}html[data-lexh-color-mode] .lxb-dashboard .lxb-range-trigger>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html[data-lexh-color-mode] .lxb-dashboard .lxb-range-trigger>svg{width:26px!important;height:26px!important;padding:5px;box-sizing:border-box;flex:0 0 26px;border-radius:6px;background:color-mix(in srgb,var(--lxb-blue) 10%,var(--lxb-card));color:var(--lxb-blue)!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-range-menu{position:absolute;top:calc(100% + 7px);right:0;z-index:96;width:190px;padding:6px;display:grid;gap:2px;border:1px solid var(--lxb-line);border-radius:9px;background:var(--lxb-card);box-shadow:0 14px 34px rgba(16,24,40,.14)}html[data-lexh-color-mode] .lxb-dashboard .lxb-range-menu>button{width:100%;min-height:34px;padding:7px 10px;border:0;border-radius:6px!important;background:transparent;color:var(--lxb-text);font:500 13px/1.35 var(--lxb-font);letter-spacing:.005em;text-align:left;cursor:pointer;transition:background-color .14s ease,color .14s ease}html[data-lexh-color-mode] .lxb-dashboard .lxb-range-menu>button:focus-visible,html[data-lexh-color-mode] .lxb-dashboard .lxb-range-menu>button:hover{outline:none;background:color-mix(in srgb,var(--lxb-purple) 7%,var(--lxb-card));color:var(--lxb-purple)}html[data-lexh-color-mode] .lxb-dashboard .lxb-range-menu>button.is-selected{background:color-mix(in srgb,var(--lxb-purple) 10%,var(--lxb-card));color:var(--lxb-purple);font-weight:700}@media (max-width:760px){html[data-lexh-color-mode] .lxb-dashboard .lxb-range-trigger{height:42px}html[data-lexh-color-mode] .lxb-dashboard .lxb-range-menu{left:0;right:auto;width:min(240px,100%)}}html[data-lexh-color-mode] .lxb-dashboard .lxb-chart-legend{column-gap:14px;row-gap:6px}html[data-lexh-color-mode] .lxb-dashboard .lxb-chart-legend>span{gap:5px}html[data-lexh-color-mode] .lxb-dashboard .lxb-firm-mark,html[data-lexh-color-mode] .lxb-dashboard .lxb-icon-box,html[data-lexh-color-mode] .lxb-dashboard .lxb-mobile-menu,html[data-lexh-color-mode] .lxb-dashboard .lxb-square-tool{position:relative;place-items:center!important;place-content:center!important;line-height:0}html[data-lexh-color-mode] .lxb-dashboard .lxb-firm-mark>.lexh-semantic-icon,html[data-lexh-color-mode] .lxb-dashboard .lxb-icon-box>.lexh-semantic-icon,html[data-lexh-color-mode] .lxb-dashboard .lxb-mobile-menu>.lexh-semantic-icon,html[data-lexh-color-mode] .lxb-dashboard .lxb-square-tool>.lexh-semantic-icon{position:absolute!important;left:50%!important;top:50%!important;margin:0!important;transform:translate(-50%,-50%)!important;display:block!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-range-trigger>.lexh-semantic-icon{display:block!important;align-self:center!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-welcome h1{text-align:center!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-top-tools{grid-template-columns:minmax(260px,296px) 36px 36px 36px 164px}html[data-lexh-color-mode] .lxb-dashboard .lxb-message-tool{text-decoration:none}html[data-lexh-color-mode] .lxb-dashboard .lxb-notification-tool{border-color:transparent!important;box-shadow:none!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-notification-tool:hover{border-color:transparent!important}@media (max-width:1280px){html[data-lexh-color-mode] .lxb-dashboard .lxb-top-tools{grid-template-columns:minmax(200px,1fr) 36px 36px 36px 164px}}@media (max-width:980px){html[data-lexh-color-mode] .lxb-dashboard .lxb-top-tools{grid-template-columns:minmax(180px,1fr) 36px 36px 36px 160px}}@media (max-width:760px){html[data-lexh-color-mode] .lxb-dashboard .lxb-top-tools{grid-template-columns:36px 36px 36px minmax(0,1fr)}html[data-lexh-color-mode] .lxb-dashboard .lxb-global-search{grid-column:1/-1}html[data-lexh-color-mode] .lxb-dashboard .lxb-message-tool{grid-column:1;grid-row:auto}html[data-lexh-color-mode] .lxb-dashboard .lxb-notification-wrap{grid-column:2;grid-row:auto}html[data-lexh-color-mode] .lxb-dashboard .lxb-support-tool{grid-column:3;grid-row:auto}html[data-lexh-color-mode] .lxb-dashboard .lxb-profile-wrap{grid-column:4;grid-row:auto}}html[data-lexh-color-mode] .lxb-dashboard .lxb-secondary-card>.lxb-icon-box{position:absolute!important;top:14px!important;right:14px!important;left:auto!important;bottom:auto!important;width:29px;height:29px;margin:0!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-welcome{display:flex!important;align-items:center!important;justify-content:flex-start!important;align-self:stretch!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-welcome h1{margin-top:0!important;margin-bottom:0!important;text-align:left!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-message-tool{border-color:transparent!important;box-shadow:none!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-message-tool:hover{border-color:transparent!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-trend-range{position:relative;flex:0 0 auto}html[data-lexh-color-mode] .lxb-dashboard .lxb-trend-range-trigger{min-width:126px;height:32px;padding:0 9px 0 10px;display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid var(--lxb-line);border-radius:6px!important;background:var(--lxb-card);color:var(--lxb-text);box-shadow:0 1px 2px rgba(16,24,40,.02);font:600 13px/1.2 var(--lxb-font);letter-spacing:.005em;text-align:left;cursor:pointer;transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease,color .16s ease}html[data-lexh-color-mode] .lxb-dashboard .lxb-trend-range-trigger:hover{border-color:color-mix(in srgb,var(--lxb-purple) 30%,var(--lxb-line));background:color-mix(in srgb,var(--lxb-purple) 3%,var(--lxb-card));box-shadow:0 2px 6px rgba(16,24,40,.05)}html[data-lexh-color-mode] .lxb-dashboard .lxb-trend-range-trigger:focus-visible,html[data-lexh-color-mode] .lxb-dashboard .lxb-trend-range-trigger[aria-expanded=true]{outline:none;border-color:color-mix(in srgb,var(--lxb-purple) 48%,var(--lxb-line));box-shadow:0 0 0 3px color-mix(in srgb,var(--lxb-purple) 12%,transparent)}html[data-lexh-color-mode] .lxb-dashboard .lxb-trend-range-trigger>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html[data-lexh-color-mode] .lxb-dashboard .lxb-trend-range-trigger>svg{flex:0 0 auto;color:var(--lxb-muted)!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-trend-range-menu{position:absolute;top:calc(100% + 7px);right:0;z-index:96;width:154px;padding:6px;display:grid;gap:2px;border:1px solid var(--lxb-line);border-radius:9px;background:var(--lxb-card);box-shadow:0 14px 34px rgba(16,24,40,.14)}html[data-lexh-color-mode] .lxb-dashboard .lxb-trend-range-menu>button{width:100%;min-height:34px;padding:7px 10px;border:0;border-radius:6px!important;background:transparent;color:var(--lxb-text);font:500 13px/1.35 var(--lxb-font);letter-spacing:.005em;text-align:left;cursor:pointer;transition:background-color .14s ease,color .14s ease}html[data-lexh-color-mode] .lxb-dashboard .lxb-trend-range-menu>button:focus-visible,html[data-lexh-color-mode] .lxb-dashboard .lxb-trend-range-menu>button:hover{outline:none;background:color-mix(in srgb,var(--lxb-purple) 7%,var(--lxb-card));color:var(--lxb-purple)}html[data-lexh-color-mode] .lxb-dashboard .lxb-trend-range-menu>button.is-selected{background:color-mix(in srgb,var(--lxb-purple) 10%,var(--lxb-card));color:var(--lxb-purple);font-weight:700}@media (max-width:660px){html[data-lexh-color-mode] .lxb-dashboard .lxb-trend-range-trigger{min-width:118px}}@media (min-width:761px){html[data-lexh-color-mode] .lxb-dashboard .lxb-global-search{width:75%!important;justify-self:start}}html[data-lexh-color-mode] .lxb-dashboard .lxb-primary-kpis .lxb-kpi{display:flex!important;flex-direction:column;align-items:stretch;justify-content:flex-start}html[data-lexh-color-mode] .lxb-dashboard .lxb-primary-kpis .lxb-kpi-head{flex:0 0 auto}html[data-lexh-color-mode] .lxb-dashboard .lxb-primary-kpis .lxb-kpi:not(:has(>small)) .lxb-kpi-head{margin-bottom:22px}html[data-lexh-color-mode] .lxb-dashboard .lxb-primary-kpis .lxb-kpi>small{align-self:flex-start;flex:0 0 auto}html[data-lexh-color-mode] .lxb-dashboard .lxb-primary-kpis .lxb-kpi>p{flex:0 0 auto}html[data-lexh-color-mode] .lxb-dashboard .lxb-primary-kpis .lxb-kpi>.lxb-progress,html[data-lexh-color-mode] .lxb-dashboard .lxb-primary-kpis .lxb-kpi>.lxb-spark{flex:0 0 auto;margin-top:auto!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-budget-card>.lxb-icon-box{right:66px!important;top:14px!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-attention>.lxb-attention-body>button{grid-template-columns:27px minmax(0,1fr) 47px}html[data-lexh-color-mode] .lxb-dashboard .lxb-attention>.lxb-attention-body>button>b{width:44px;height:44px;border-radius:10px;font-size:14px}html[data-lexh-color-mode] .lxb-dashboard .lxb-chart-legend i:not(.is-dash){width:12px;height:12px}html[data-lexh-color-mode] .lxb-dashboard .lxb-health-row .lxb-health-alert-icon{width:24px;height:24px;display:inline-grid;place-items:center;flex:0 0 24px;border-radius:7px;background:#fff0f1;color:#ff3545}html[data-lexh-color-mode] .lxb-dashboard .lxb-health-row .lxb-health-alert-icon>.lexh-semantic-icon{display:block;margin:auto;color:inherit!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-conversion{display:grid!important;grid-template-rows:auto minmax(0,1fr) auto;min-width:0}html[data-lexh-color-mode] .lxb-dashboard .lxb-conversion-content{min-width:0;min-height:0;display:grid;grid-template-columns:minmax(150px,.9fr) minmax(245px,1.2fr);align-items:center;justify-content:center;gap:24px;padding:12px 10px 8px}html[data-lexh-color-mode] .lxb-dashboard .lxb-conversion-donut{width:156px;height:156px;aspect-ratio:1/1;justify-self:center;position:relative;display:grid;place-items:center;padding:0;border:0;border-radius:50%!important;cursor:pointer}html[data-lexh-color-mode] .lxb-dashboard .lxb-conversion-donut:after{content:"";position:absolute;inset:31px;border-radius:50%;background:var(--lxb-card)}html[data-lexh-color-mode] .lxb-dashboard .lxb-conversion-donut>span{position:relative;z-index:1;display:grid;justify-items:center;text-align:center}html[data-lexh-color-mode] .lxb-dashboard .lxb-conversion-donut>span strong{font-size:20px!important;font-weight:700!important;line-height:1.2!important;letter-spacing:-.01em!important;color:var(--lxb-text)}html[data-lexh-color-mode] .lxb-dashboard .lxb-conversion-donut>span small{max-width:108px;margin-top:4px;font-size:12px!important;font-weight:600!important;line-height:1.3!important;letter-spacing:0!important;color:var(--lxb-muted)}html[data-lexh-color-mode] .lxb-dashboard .lxb-conversion-legend{min-width:0;display:grid;gap:10px;align-content:center}html[data-lexh-color-mode] .lxb-dashboard .lxb-conversion-legend>button{min-width:0;width:100%;display:grid;grid-template-columns:12px minmax(120px,1fr) minmax(44px,max-content) minmax(58px,max-content);align-items:center;column-gap:10px;padding:2px 0;border:0;background:transparent;color:var(--lxb-text);text-align:left;cursor:pointer}html[data-lexh-color-mode] .lxb-dashboard .lxb-conversion-legend>button>i{width:10px;height:10px;border-radius:50%;justify-self:center}html[data-lexh-color-mode] .lxb-dashboard .lxb-conversion-legend>button>em,html[data-lexh-color-mode] .lxb-dashboard .lxb-conversion-legend>button>span,html[data-lexh-color-mode] .lxb-dashboard .lxb-conversion-legend>button>strong{min-width:0;font-size:13px!important;line-height:1.4!important;letter-spacing:.005em!important;font-style:normal}html[data-lexh-color-mode] .lxb-dashboard .lxb-conversion-legend>button>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500;color:var(--lxb-text)}html[data-lexh-color-mode] .lxb-dashboard .lxb-conversion-legend>button>strong{justify-self:end;font-weight:700!important;color:var(--lxb-text)}html[data-lexh-color-mode] .lxb-dashboard .lxb-conversion-legend>button>em{justify-self:end;font-weight:600;color:var(--lxb-muted)}html[data-lexh-color-mode] .lxb-dashboard .lxb-conversion>.lxb-widget-link{justify-self:end}@media (max-width:760px){html[data-lexh-color-mode] .lxb-dashboard .lxb-conversion-content{grid-template-columns:1fr;gap:14px}html[data-lexh-color-mode] .lxb-dashboard .lxb-conversion-legend{width:min(100%,420px);justify-self:center}}@media (max-width:430px){html[data-lexh-color-mode] .lxb-dashboard .lxb-conversion-legend>button{grid-template-columns:10px minmax(0,1fr) max-content max-content;column-gap:7px}}html[data-lexh-color-mode] .lxb-dashboard .lxb-analytics-row>.lxb-widget{height:600px;min-height:600px}html[data-lexh-color-mode] .lxb-dashboard .lxb-bottom-row>.lxb-recent-leads{height:600px;min-height:600px;align-self:start}html[data-lexh-color-mode] .lxb-dashboard .lxb-bottom-row>.lxb-widget:not(.lxb-recent-leads){align-self:start}html[data-lexh-color-mode] .lxb-dashboard .lxb-health-row,html[data-lexh-color-mode] .lxb-dashboard .lxb-ops-row{min-height:54px;padding:6px 0}html[data-lexh-color-mode] .lxb-dashboard .lxb-global-search,html[data-lexh-color-mode] .lxb-dashboard .lxb-lead-search{transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease}html[data-lexh-color-mode] .lxb-dashboard .lxb-global-search:hover,html[data-lexh-color-mode] .lxb-dashboard .lxb-lead-search:hover{border-color:color-mix(in srgb,var(--lxb-purple) 26%,var(--lxb-line));background:color-mix(in srgb,var(--lxb-purple) 2%,var(--lxb-card))}html[data-lexh-color-mode] .lxb-dashboard .lxb-global-search:focus-within,html[data-lexh-color-mode] .lxb-dashboard .lxb-lead-search:focus-within{border-color:color-mix(in srgb,var(--lxb-purple) 48%,var(--lxb-line));background:var(--lxb-card);box-shadow:0 0 0 3px color-mix(in srgb,var(--lxb-purple) 10%,transparent),0 1px 2px rgba(16,24,40,.03)}html[data-lexh-color-mode] .lxb-dashboard .lxb-global-search input:focus,html[data-lexh-color-mode] .lxb-dashboard .lxb-global-search input:focus-visible,html[data-lexh-color-mode] .lxb-dashboard .lxb-lead-search input:focus,html[data-lexh-color-mode] .lxb-dashboard .lxb-lead-search input:focus-visible{outline:none!important;border:0!important;box-shadow:none!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-filter-select{position:relative;min-width:0;width:100%}html[data-lexh-color-mode] .lxb-dashboard .lxb-filter-trigger{width:100%;height:36px;min-width:0;padding:0 10px 0 11px;display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid var(--lxb-line);border-radius:7px!important;background:var(--lxb-card);color:var(--lxb-text);box-shadow:0 1px 2px rgba(16,24,40,.02);font:600 13px/1.2 var(--lxb-font);letter-spacing:.005em;text-align:left;cursor:pointer;transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease,color .16s ease}html[data-lexh-color-mode] .lxb-dashboard .lxb-filter-trigger>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html[data-lexh-color-mode] .lxb-dashboard .lxb-filter-trigger>.lexh-semantic-icon{position:static!important;left:auto!important;top:auto!important;flex:0 0 auto;margin:0!important;transform:none!important;color:var(--lxb-muted)!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-filter-trigger:hover{border-color:color-mix(in srgb,var(--lxb-purple) 30%,var(--lxb-line));background:color-mix(in srgb,var(--lxb-purple) 3%,var(--lxb-card));box-shadow:0 2px 6px rgba(16,24,40,.05)}html[data-lexh-color-mode] .lxb-dashboard .lxb-filter-trigger:focus-visible,html[data-lexh-color-mode] .lxb-dashboard .lxb-filter-trigger[aria-expanded=true]{outline:none;border-color:color-mix(in srgb,var(--lxb-purple) 48%,var(--lxb-line));box-shadow:0 0 0 3px color-mix(in srgb,var(--lxb-purple) 10%,transparent)}html[data-lexh-color-mode] .lxb-dashboard .lxb-filter-menu{position:absolute;top:calc(100% + 6px);left:0;z-index:120;width:max(100%,170px);max-width:min(280px,80vw);max-height:250px;padding:6px;display:grid;gap:2px;overflow:auto;border:1px solid var(--lxb-line);border-radius:9px;background:var(--lxb-card);box-shadow:0 14px 34px rgba(16,24,40,.14)}html[data-lexh-color-mode] .lxb-dashboard .lxb-filter-menu>button{width:100%;min-height:34px;padding:7px 10px;border:0;border-radius:6px!important;background:transparent;color:var(--lxb-text);font:500 13px/1.35 var(--lxb-font);letter-spacing:.005em;text-align:left;cursor:pointer;transition:background-color .14s ease,color .14s ease}html[data-lexh-color-mode] .lxb-dashboard .lxb-filter-menu>button:focus-visible,html[data-lexh-color-mode] .lxb-dashboard .lxb-filter-menu>button:hover{outline:none;background:color-mix(in srgb,var(--lxb-purple) 7%,var(--lxb-card));color:var(--lxb-purple)}html[data-lexh-color-mode] .lxb-dashboard .lxb-filter-menu>button.is-selected{background:color-mix(in srgb,var(--lxb-purple) 10%,var(--lxb-card));color:var(--lxb-purple);font-weight:700}@media (max-width:660px){html[data-lexh-color-mode] .lxb-dashboard .lxb-filter-menu{width:100%;max-width:none}}html[data-lexh-color-mode] .lxb-dashboard .lxb-ops .lxb-ops-title,html[data-lexh-color-mode] .lxb-dashboard .lxb-ops>h2{min-height:24px}html[data-lexh-color-mode] .lxb-dashboard .lxb-ops>h2{display:flex;align-items:center}html[data-lexh-color-mode] .lxb-dashboard .lxb-health-row,html[data-lexh-color-mode] .lxb-dashboard .lxb-ops-row{height:50px;min-height:50px;padding:0;flex:0 0 50px;align-items:center}html[data-lexh-color-mode] .lxb-dashboard .lxb-bottom-row>.lxb-ops{height:600px;min-height:600px}html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap:has(.lxb-widget-state) table{height:100%}html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap:has(.lxb-widget-state) tbody{height:100%}html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap:has(.lxb-widget-state) tbody tr{height:100%}html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap:has(.lxb-widget-state) tbody td{height:100%;padding:0}html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap tbody td>.lxb-widget-state{width:100%;height:100%;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}html[data-lexh-color-mode] .lxb-dashboard .lxb-secondary-kpis>.lxb-secondary-card{height:200px!important;min-height:200px!important}@media (hover:hover) and (pointer:fine){html[data-lexh-color-mode] .lxb-dashboard .lxb-quick-actions>button,html[data-lexh-color-mode] .lxb-dashboard .lxb-secondary-kpis>.lxb-secondary-card{position:relative;transition:border-color .16s ease,transform .16s ease;transform-origin:center}html[data-lexh-color-mode] .lxb-dashboard .lxb-quick-actions>button:hover,html[data-lexh-color-mode] .lxb-dashboard .lxb-secondary-kpis>.lxb-secondary-card:hover{transform:translateY(-1px) scale(1.02);z-index:2}html[data-lexh-color-mode] .lxb-dashboard .lxb-quick-actions>button:first-child:hover{border-color:color-mix(in srgb,var(--lxb-purple) 70%,var(--lxb-line))}html[data-lexh-color-mode] .lxb-dashboard .lxb-quick-actions>button:nth-child(2):hover{border-color:color-mix(in srgb,var(--lxb-green) 70%,var(--lxb-line))}html[data-lexh-color-mode] .lxb-dashboard .lxb-quick-actions>button:nth-child(3):hover{border-color:color-mix(in srgb,var(--lxb-blue) 70%,var(--lxb-line))}html[data-lexh-color-mode] .lxb-dashboard .lxb-quick-actions>button:nth-child(4):hover{border-color:color-mix(in srgb,var(--lxb-purple) 70%,var(--lxb-line))}html[data-lexh-color-mode] .lxb-dashboard .lxb-secondary-kpis>.lxb-secondary-card:first-child:hover{border-color:color-mix(in srgb,var(--lxb-blue) 70%,var(--lxb-line))}html[data-lexh-color-mode] .lxb-dashboard .lxb-secondary-kpis>.lxb-secondary-card:nth-child(2):hover{border-color:color-mix(in srgb,var(--lxb-green) 70%,var(--lxb-line))}html[data-lexh-color-mode] .lxb-dashboard .lxb-secondary-kpis>.lxb-secondary-card:nth-child(3):hover{border-color:color-mix(in srgb,var(--lxb-blue) 70%,var(--lxb-line))}html[data-lexh-color-mode] .lxb-dashboard .lxb-secondary-kpis>.lxb-secondary-card:nth-child(4):hover{border-color:color-mix(in srgb,var(--lxb-purple) 70%,var(--lxb-line))}html[data-lexh-color-mode] .lxb-dashboard .lxb-secondary-kpis>.lxb-secondary-card:nth-child(5):hover{border-color:color-mix(in srgb,var(--lxb-green) 70%,var(--lxb-line))}html[data-lexh-color-mode] .lxb-dashboard .lxb-secondary-kpis>.lxb-secondary-card:nth-child(6):hover{border-color:color-mix(in srgb,var(--lxb-purple) 70%,var(--lxb-line))}}html[data-lexh-color-mode] .lxb-dashboard .lxb-bottom-row>.lxb-ops{height:420px;min-height:420px}html[data-lexh-color-mode] .lxb-dashboard .lxb-health-row,html[data-lexh-color-mode] .lxb-dashboard .lxb-ops-row{height:40px;min-height:40px;flex:0 0 40px}html[data-lexh-color-mode] .lxb-dashboard .lxb-lead-table-wrap th .lxb-sort-header{display:inline-flex;align-items:center;gap:4px;min-width:0;padding:0;border:0;background:transparent;color:inherit;font:inherit;letter-spacing:inherit;text-align:left;cursor:pointer}html[data-lexh-color-mode] .lxb-dashboard .lxb-lead-table-wrap th .lxb-sort-header:focus-visible,html[data-lexh-color-mode] .lxb-dashboard .lxb-lead-table-wrap th .lxb-sort-header:hover{outline:none;color:var(--lxb-purple)}html[data-lexh-color-mode] .lxb-dashboard .lxb-lead-table-wrap th .lxb-sort-arrows{width:8px;height:13px;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;flex:0 0 8px;color:color-mix(in srgb,var(--lxb-muted) 58%,transparent);line-height:6px}html[data-lexh-color-mode] .lxb-dashboard .lxb-lead-table-wrap th .lxb-sort-arrows i{display:block;height:6px;font-size:8px;line-height:6px;font-style:normal;font-weight:700}html[data-lexh-color-mode] .lxb-dashboard .lxb-lead-table-wrap th .lxb-sort-arrows i.is-active{color:var(--lxb-purple)}.lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap{padding:0 12px 10px}.lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap thead th,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap thead th{background:#0c1f3c;color:#d8e4ff;border-top:1px solid #183055;border-bottom:1px solid #183055;padding:12px 10px;text-transform:uppercase;letter-spacing:.04em;font-weight:800}.lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap tbody tr,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap tbody tr{background:#091b35}.lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap tbody td,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap tbody td{padding:13px 10px;color:#eef4ff;border-bottom:1px solid #173055}.lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap tbody tr:hover,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap tbody tr:hover{background:#0d2444}.lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap tbody td>a,.lxb-dashboard .lxb-recent-leads .lxb-row-actions a,.lxb-dashboard .lxb-recent-leads .lxb-row-actions summary,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap tbody td>a,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-row-actions a,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-row-actions summary{color:#f2f7ff}.lxb-dashboard .lxb-recent-leads .lxb-row-actions,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-row-actions{gap:8px}.lxb-dashboard .lxb-recent-leads .lxb-row-actions>a,.lxb-dashboard .lxb-recent-leads .lxb-row-actions>details>summary,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-row-actions>a,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-row-actions>details>summary{width:36px;height:36px;border-radius:12px!important;border:1px solid #1a335c;background:#0a1d38;box-shadow:inset 0 0 0 1px rgba(255,255,255,.02)}.lxb-dashboard .lxb-recent-leads .lxb-row-actions>a:hover,.lxb-dashboard .lxb-recent-leads .lxb-row-actions>details>summary:hover,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-row-actions>a:hover,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-row-actions>details>summary:hover{border-color:#2c4d83;background:#11294b}.lxb-dashboard .lxb-recent-leads .lxb-row-actions details>div,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-row-actions details>div{border:1px solid #183055;background:#0c1f3c;box-shadow:0 18px 36px rgba(2,8,23,.35)}.lxb-dashboard .lxb-recent-leads .lxb-row-actions details>div a,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-row-actions details>div a{color:#f2f7ff}.lxb-dashboard .lxb-recent-leads .lxb-status,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-status{min-width:88px;padding:8px 14px;font-weight:700}.lxb-dashboard .lxb-recent-leads .lxb-status.is-success,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-status.is-success{background:rgba(18,121,82,.18);color:#33c481}.lxb-dashboard .lxb-recent-leads .lxb-status.is-warning,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-status.is-warning{background:rgba(200,132,31,.18);color:#f0a532}.lxb-dashboard .lxb-recent-leads .lxb-status.is-danger,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-status.is-danger{background:rgba(198,55,77,.18);color:#ef5a70}.lxb-dashboard .lxb-recent-leads .lxb-status.is-info,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-status.is-info{background:rgba(33,114,245,.16);color:#6ea7ff}.lxb-dashboard .lxb-recent-leads .lxb-score,.lxb-dashboard .lxb-recent-leads .lxb-tier,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-score,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-tier{min-height:28px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px}.lxb-dashboard .lxb-recent-leads .lxb-tier,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-tier{background:rgba(124,92,255,.14);color:#c8b9ff}.lxb-dashboard .lxb-recent-leads .lxb-score.is-high,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-score.is-high{background:rgba(21,147,75,.18);color:#6cdf9b}.lxb-dashboard .lxb-recent-leads .lxb-score.is-good,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-score.is-good{background:rgba(39,161,92,.18);color:#83e4aa}.lxb-dashboard .lxb-recent-leads .lxb-score.is-mid,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-score.is-mid{background:rgba(214,122,0,.18);color:#ffc066}.lxb-dashboard .lxb-recent-leads .lxb-score.is-low,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-score.is-low{background:rgba(217,41,58,.18);color:#ff8b98}.lxb-dashboard .lxb-recent-leads .lxb-recent-footer,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-recent-footer{padding:8px 12px 12px}.lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap thead th,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap thead th{background:color-mix(in srgb,var(--lxb-purple) 2.5%,var(--lxb-card));color:var(--lxb-text-2);border-top-color:var(--lxb-line);border-bottom-color:var(--lxb-line)}.lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap tbody tr,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap tbody tr{background:var(--lxb-card)}.lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap tbody td,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap tbody td{color:var(--lxb-text-2);border-bottom-color:color-mix(in srgb,var(--lxb-line) 72%,transparent)}.lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap tbody tr:hover,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap tbody tr:hover{background:color-mix(in srgb,var(--lxb-purple) 2.5%,var(--lxb-card))}.lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap tbody td>a,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap tbody td>a{color:#244a9a}.lxb-dashboard .lxb-recent-leads .lxb-row-actions a,.lxb-dashboard .lxb-recent-leads .lxb-row-actions summary,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-row-actions a,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-row-actions summary{color:#264f99}.lxb-dashboard .lxb-recent-leads .lxb-row-actions>a,.lxb-dashboard .lxb-recent-leads .lxb-row-actions>details>summary,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-row-actions>a,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-row-actions>details>summary{border-color:var(--lxb-line);background:var(--lxb-card);box-shadow:none}.lxb-dashboard .lxb-recent-leads .lxb-row-actions>a:hover,.lxb-dashboard .lxb-recent-leads .lxb-row-actions>details>summary:hover,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-row-actions>a:hover,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-row-actions>details>summary:hover{border-color:color-mix(in srgb,var(--lxb-purple) 34%,var(--lxb-line))}.lxb-dashboard .lxb-recent-leads .lxb-row-actions details>div,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-row-actions details>div{border-color:var(--lxb-line);background:var(--lxb-card);box-shadow:0 14px 32px rgba(16,24,40,.12)}.lxb-dashboard .lxb-recent-leads .lxb-row-actions details>div a,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-row-actions details>div a{color:var(--lxb-text)}.lxb-dashboard .lxb-recent-leads .lxb-status.is-success,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-status.is-success{background:#eafaf1;color:#14914a}.lxb-dashboard .lxb-recent-leads .lxb-status.is-warning,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-status.is-warning{background:#fff4e5;color:#d87b00}.lxb-dashboard .lxb-recent-leads .lxb-status.is-danger,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-status.is-danger{background:#fff0f1;color:#d9293a}.lxb-dashboard .lxb-recent-leads .lxb-status.is-info,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-status.is-info{background:#edf4ff;color:#175cd3}.lxb-dashboard .lxb-recent-leads .lxb-tier,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-tier{background:color-mix(in srgb,var(--lxb-purple) 8%,var(--lxb-card));color:#5c4a91}.lxb-dashboard .lxb-recent-leads .lxb-score.is-high,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-score.is-high{background:#eafaf1;color:#15934b}.lxb-dashboard .lxb-recent-leads .lxb-score.is-good,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-score.is-good{background:#f0fbf5;color:#23a15c}.lxb-dashboard .lxb-recent-leads .lxb-score.is-mid,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-score.is-mid{background:#fff5e8;color:#d67a00}.lxb-dashboard .lxb-recent-leads .lxb-score.is-low,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-score.is-low{background:#fff0f1;color:#d9293a}.lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap thead th:first-child,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap thead th:first-child{border-top-left-radius:12px;border-bottom-left-radius:12px}.lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap thead th:last-child,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap thead th:last-child{border-top-right-radius:12px;border-bottom-right-radius:12px}.lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap{padding:0 0 10px}.lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap thead th,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap thead th{border-radius:0!important}.lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap thead th:first-child,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap thead th:first-child{border-left:1px solid var(--lxb-line);border-top-left-radius:0!important;border-bottom-left-radius:0!important}.lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap thead th:last-child,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap thead th:last-child{border-right:1px solid var(--lxb-line);border-top-right-radius:0!important;border-bottom-right-radius:0!important}.lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap tbody tr:hover,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap tbody tr:hover{background:var(--lxb-card)!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-secondary-value-row{display:flex;align-items:center;gap:8px;min-width:0;margin-top:4px}html[data-lexh-color-mode] .lxb-dashboard .lxb-secondary-value-row>strong{margin:0!important;display:inline-flex!important;align-items:center;flex:0 0 auto;font-size:clamp(18px,1.05vw,20px)!important;font-weight:600!important;line-height:1.25!important;letter-spacing:-.01em!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-secondary-value-row>em{position:static!important;display:inline-flex!important;align-items:center;flex:0 0 auto;margin:0!important;padding:2px 4px;border-radius:4px;background:#ecfdf3;color:#16934b;font-size:var(--lexh-dashboard-small)!important;font-style:normal;font-weight:600!important;line-height:1.4!important;letter-spacing:.01em!important;white-space:nowrap}html[data-lexh-color-mode] .lxb-dashboard .lxb-secondary-value-row>em.is-bad{background:#fff0f1;color:#d9293a}html[data-lexh-color-mode] .lxb-dashboard .lxb-secondary-title-row{width:100%;min-width:0;min-height:29px;display:flex;align-items:center;justify-content:space-between;gap:12px}html[data-lexh-color-mode] .lxb-dashboard .lxb-secondary-title-row>span{min-width:0;margin:0;color:#25395b;font-size:16px!important;line-height:1.45!important;letter-spacing:.005em!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-secondary-title-row>.lxb-icon-box{position:static!important;inset:auto!important;flex:0 0 29px;width:29px!important;height:29px!important;margin:0!important;align-self:center}.lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap thead th,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap thead th{background:#fff!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-secondary-kpis>.lxb-secondary-card .lxb-secondary-title-row{position:absolute!important;top:14px!important;left:14px!important;right:14px!important;width:auto!important;min-height:29px;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px}html[data-lexh-color-mode] .lxb-dashboard .lxb-secondary-kpis>.lxb-secondary-card .lxb-secondary-title-row>.lxb-icon-box,html[data-lexh-color-mode] .lxb-dashboard .lxb-secondary-kpis>.lxb-secondary-card .lxb-secondary-title-row>span{align-self:center!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-secondary-kpis>.lxb-secondary-card .lxb-secondary-title-row{position:static!important;inset:auto!important;width:100%!important;margin:0!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-secondary-kpis>.lxb-secondary-card .lxb-secondary-title-row>.lxb-icon-box{position:relative!important;inset:auto!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-secondary-kpis>.lxb-secondary-card:not(.lxb-budget-card){display:flex!important;flex-direction:column;align-items:stretch}html[data-lexh-color-mode] .lxb-dashboard .lxb-secondary-kpis>.lxb-secondary-card:not(.lxb-budget-card) .lxb-secondary-value-row,html[data-lexh-color-mode] .lxb-dashboard .lxb-secondary-kpis>.lxb-secondary-card:not(.lxb-budget-card)>p{margin-top:18px!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-secondary-kpis>.lxb-budget-card>div{min-width:0}html[data-lexh-color-mode] .lxb-dashboard .lxb-secondary-kpis>.lxb-budget-card>div>strong{margin-top:18px!important;margin-bottom:0!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-secondary-kpis>.lxb-budget-card>div>.lxb-progress,html[data-lexh-color-mode] .lxb-dashboard .lxb-secondary-kpis>.lxb-budget-card>div>p{margin-top:12px!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-analytics-row>.lxb-widget{position:relative}html[data-lexh-color-mode] .lxb-dashboard .lxb-analytics-row>.lxb-widget>.lxb-widget-state>strong{position:absolute;left:50%;top:50%;width:max-content;max-width:calc(100% - 28px);transform:translate(-50%,-50%)}html[data-lexh-color-mode] .lxb-dashboard .lxb-analytics-row>.lxb-widget>.lxb-widget-state.is-error>svg{position:absolute;left:50%;top:calc(50% - 38px);margin:0!important;transform:translateX(-50%)}html[data-lexh-color-mode] .lxb-dashboard .lxb-analytics-row>.lxb-widget>.lxb-widget-state.is-error>button{position:absolute;left:50%;top:calc(50% + 24px);margin:0!important;transform:translateX(-50%)}html[data-lexh-color-mode] .lxb-dashboard .lxb-primary-kpis .lxb-primary-value-row{display:flex;align-items:center;gap:7px;min-width:0;margin-top:3px}html[data-lexh-color-mode] .lxb-dashboard .lxb-primary-kpis .lxb-primary-value-row>strong{margin:0!important;flex:0 0 auto}html[data-lexh-color-mode] .lxb-dashboard .lxb-primary-kpis .lxb-primary-value-row>small{display:inline-flex;align-items:center;flex:0 0 auto;margin:0!important;padding:2px 4px;border-radius:4px;font-weight:750}html[data-lexh-color-mode] .lxb-dashboard .lxb-primary-kpis .lxb-primary-value-row>small.is-success{background:#ecfdf3;color:#16a34a}html[data-lexh-color-mode] .lxb-dashboard .lxb-primary-kpis .lxb-primary-value-row>small.is-danger{background:#fff0f1;color:#e52b3a}html[data-lexh-color-mode] .lxb-dashboard .lxb-primary-kpis .lxb-kpi:not(:has(>small)) .lxb-kpi-head{margin-bottom:0}html[data-lexh-color-mode] .lxb-dashboard .lxb-analytics-row{grid-auto-rows:600px!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-analytics-row>.lxb-widget{height:600px!important;min-height:600px!important;max-height:600px!important;block-size:600px!important;min-block-size:600px!important;max-block-size:600px!important;overflow:hidden!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-secondary-kpis>.lxb-budget-card>div{align-self:start!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-secondary-kpis>.lxb-secondary-card{box-sizing:border-box!important;height:250px!important;min-height:250px!important;max-height:250px!important;block-size:250px!important;min-block-size:250px!important;max-block-size:250px!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-primary-kpis .lxb-primary-value-row>strong{font-size:clamp(18px,1.05vw,20px)!important;font-weight:700!important;line-height:1.25!important;letter-spacing:-.01em!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-secondary-kpis>.lxb-secondary-card{height:auto!important;min-height:0!important;max-height:none!important;block-size:auto!important;min-block-size:0!important;max-block-size:none!important;align-self:stretch!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-analytics-row{grid-auto-rows:auto!important;align-items:stretch!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-analytics-row>.lxb-widget{height:auto!important;min-height:198px!important;max-height:none!important;block-size:auto!important;min-block-size:198px!important;max-block-size:none!important;align-self:stretch!important;overflow:visible!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-analytics-row>.lxb-widget>.lxb-widget-state>strong{position:static!important;left:auto!important;top:auto!important;width:auto!important;max-width:100%!important;margin:0!important;transform:none!important;white-space:nowrap;text-align:center}html[data-lexh-color-mode] .lxb-dashboard .lxb-analytics-row>.lxb-widget>.lxb-widget-state.is-error>button,html[data-lexh-color-mode] .lxb-dashboard .lxb-analytics-row>.lxb-widget>.lxb-widget-state.is-error>svg{position:static!important;left:auto!important;top:auto!important;transform:none!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-analytics-row>.lxb-widget>.lxb-widget-state.is-error>svg{margin:0 0 8px!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-analytics-row>.lxb-widget>.lxb-widget-state.is-error>button{margin:8px 0 0!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-widget-center-body{flex:1 1 auto;min-width:0;min-height:0;width:100%;display:flex;align-items:center;justify-content:center;position:relative}html[data-lexh-color-mode] .lxb-dashboard .lxb-widget-center-body>:where(.lxb-line-chart,.lxb-bars,.lxb-stacked-bars,.lxb-donut-wrap,.lxb-conversion-content,.lxb-table-scroll,.lxb-chart-skeleton,.lxb-skeleton-table){width:100%;margin-top:0!important;margin-bottom:0!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-widget-center-body>.lxb-widget-state{width:100%;min-height:0!important;margin:0!important;align-self:center}html[data-lexh-color-mode] .lxb-dashboard .lxb-analytics-row>.lxb-widget>.lxb-widget-center-body>.lxb-widget-state>strong{position:absolute;left:50%;top:50%;width:max-content;max-width:calc(100% - 28px);margin:0!important;transform:translate(-50%,-50%);white-space:nowrap;text-align:center}html[data-lexh-color-mode] .lxb-dashboard .lxb-analytics-row>.lxb-widget>.lxb-widget-center-body>.lxb-widget-state.is-error>svg{position:absolute;left:50%;top:calc(50% - 38px);margin:0!important;transform:translateX(-50%)}html[data-lexh-color-mode] .lxb-dashboard .lxb-analytics-row>.lxb-widget>.lxb-widget-center-body>.lxb-widget-state.is-error>button{position:absolute;left:50%;top:calc(50% + 24px);margin:0!important;transform:translateX(-50%)}html[data-lexh-color-mode] .lxb-dashboard .lxb-analytics-row>.lxb-widget,html[data-lexh-color-mode] .lxb-dashboard .lxb-campaign-performance{display:flex;flex-direction:column}html[data-lexh-color-mode] .lxb-dashboard .lxb-conversion>.lxb-widget-center-body{grid-row:2}html[data-lexh-color-mode] .lxb-dashboard .lxb-analytics-row{grid-auto-rows:398px!important;align-items:start!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-analytics-row>.lxb-widget{box-sizing:border-box!important;height:398px!important;min-height:398px!important;max-height:398px!important;block-size:398px!important;min-block-size:398px!important;max-block-size:398px!important;align-self:start!important}html[data-lexh-color-mode] .lxb-dashboard{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}html[data-lexh-color-mode] .lxb-dashboard .lxb-welcome h1{font-size:clamp(18px,.95vw,22px)!important;font-weight:700!important;line-height:1.3!important;letter-spacing:-.012em!important}html[data-lexh-color-mode] .lxb-dashboard :where(.lxb-widget>h2,.lxb-widget-heading>h2,.lxb-ops-title>h2,.lxb-recent-head>h2){font-size:15px!important;font-weight:700!important;line-height:1.35!important;letter-spacing:-.005em!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-secondary-title-row>span{font-size:14px!important;font-weight:600!important;line-height:1.4!important}html[data-lexh-color-mode] .lxb-dashboard :where(.lxb-kpi-head>div>span,.lxb-chart-legend,.lxb-donut-legend>button,.lxb-conversion-legend>button,.lxb-bars>button>span,.lxb-stacked-bars>button>span,.lxb-ops-row,.lxb-health-row){font-size:12.5px!important;line-height:1.45!important}html[data-lexh-color-mode] .lxb-dashboard :where(.lxb-global-search input,.lxb-range-trigger,.lxb-trend-range-trigger,.lxb-lead-search input,.lxb-filter-trigger,.lxb-more-filter){font-size:12.5px!important;font-weight:600!important;line-height:1.3!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap{scrollbar-gutter:stable;-webkit-overflow-scrolling:touch;outline:none}html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap:focus-visible{outline:2px solid color-mix(in srgb,var(--lxb-purple) 62%,transparent);outline-offset:2px}html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap table{min-width:1500px;border-collapse:separate;border-spacing:0}html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap thead th{position:sticky;top:0;z-index:4;white-space:nowrap;font-size:12.5px!important;font-weight:650!important;line-height:1.35!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap tbody td{min-height:42px;white-space:nowrap;font-size:12.5px!important;line-height:1.45!important;vertical-align:middle}html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-sort-header{min-height:32px;cursor:pointer;transition:opacity .14s ease,transform .14s ease}html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap tbody tr{transition:background-color .14s ease,box-shadow .14s ease}html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap tbody tr:focus-within{box-shadow:inset 3px 0 0 color-mix(in srgb,var(--lxb-purple) 70%,transparent)}html[data-lexh-color-mode] .lxb-dashboard .lxb-filter-trigger,html[data-lexh-color-mode] .lxb-dashboard .lxb-more-filter,html[data-lexh-color-mode] .lxb-dashboard .lxb-pagination button,html[data-lexh-color-mode] .lxb-dashboard .lxb-row-actions :where(a,summary){transition:transform .14s ease,border-color .14s ease,background-color .14s ease,box-shadow .14s ease}html[data-lexh-color-mode] .lxb-dashboard .lxb-campaign-performance tbody tr[role=button]{cursor:pointer;outline:none}html[data-lexh-color-mode] .lxb-dashboard .lxb-campaign-performance tbody tr[role=button]:focus-visible{box-shadow:inset 3px 0 0 color-mix(in srgb,var(--lxb-purple) 70%,transparent)}html[data-lexh-color-mode] .lxb-dashboard :where(.lxb-chart-skeleton,.lxb-skeleton-table){position:relative;overflow:hidden;min-height:132px;isolation:isolate}html[data-lexh-color-mode] .lxb-dashboard .lxb-skeleton-table{min-height:146px}html[data-lexh-color-mode] .lxb-dashboard :where(.lxb-chart-skeleton,.lxb-skeleton-table):after{content:"";position:absolute;inset:12px;z-index:1;border-radius:5px;opacity:.55;background:repeating-linear-gradient(180deg,transparent 0 23px,color-mix(in srgb,var(--lxb-line) 58%,transparent) 23px 24px);pointer-events:none}html[data-lexh-color-mode] .lxb-dashboard [aria-busy=true]{cursor:progress}html[data-lexh-color-mode] .lxb-dashboard .lxb-spark-empty{width:100%;height:30px;display:block;position:relative}html[data-lexh-color-mode] .lxb-dashboard .lxb-spark-empty:after{content:"";position:absolute;left:0;right:0;top:50%;border-top:1px dashed var(--lxb-line)}@media (hover:hover) and (pointer:fine){html[data-lexh-color-mode] .lxb-dashboard :where(.lxb-kpi,.lxb-secondary-card,.lxb-quick-actions>button){transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}html[data-lexh-color-mode] .lxb-dashboard :where(.lxb-kpi,.lxb-secondary-card,.lxb-quick-actions>button):hover{transform:translateY(-1px)!important;box-shadow:0 8px 20px color-mix(in srgb,var(--lxb-text) 7%,transparent)}html[data-lexh-color-mode] .lxb-dashboard :where(.lxb-bars>button,.lxb-stacked-bars>button,.lxb-donut-legend>button,.lxb-conversion-legend>button,.lxb-attention-body>button):hover{transform:translateY(-1px)}html[data-lexh-color-mode] .lxb-dashboard .lxb-pagination button:not(:disabled):hover,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-sort-header:hover,html[data-lexh-color-mode] .lxb-dashboard .lxb-row-actions :where(a,summary):hover{transform:translateY(-1px)}}@media (max-width:1440px){html[data-lexh-color-mode] .lxb-dashboard .lxb-lead-tools{grid-template-columns:minmax(190px,1.4fr) repeat(3,minmax(120px,1fr))}}@media (max-width:1200px){html[data-lexh-color-mode] .lxb-dashboard .lxb-primary-kpis,html[data-lexh-color-mode] .lxb-dashboard .lxb-secondary-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}html[data-lexh-color-mode] .lxb-dashboard .lxb-mid-row{grid-template-columns:1fr}html[data-lexh-color-mode] .lxb-dashboard .lxb-conversion{grid-column:auto}html[data-lexh-color-mode] .lxb-dashboard .lxb-bottom-row{grid-template-columns:repeat(2,minmax(0,1fr))}html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads{grid-column:1/-1}}@media (max-width:1024px){html[data-lexh-color-mode] .lxb-dashboard .lxb-primary-kpis,html[data-lexh-color-mode] .lxb-dashboard .lxb-secondary-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}html[data-lexh-color-mode] .lxb-dashboard .lxb-lead-tools{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:834px){html[data-lexh-color-mode] .lxb-dashboard .lxb-analytics-row>.lxb-widget{height:auto!important;min-height:340px!important;max-height:none!important;block-size:auto!important;min-block-size:340px!important;max-block-size:none!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-bottom-row{grid-template-columns:1fr}html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads{grid-column:auto}}@media (max-width:768px){html[data-lexh-color-mode] .lxb-dashboard .lxb-analytics-row{grid-template-columns:1fr}html[data-lexh-color-mode] .lxb-dashboard .lxb-lead-tools{grid-template-columns:repeat(2,minmax(0,1fr))}html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-head{gap:10px}}@media (max-width:600px){html[data-lexh-color-mode] .lxb-dashboard .lxb-welcome h1{font-size:18px!important}html[data-lexh-color-mode] .lxb-dashboard :where(.lxb-widget>h2,.lxb-widget-heading>h2,.lxb-ops-title>h2,.lxb-recent-head>h2){font-size:14px!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-analytics-row>.lxb-widget{min-height:320px!important;min-block-size:320px!important}html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap table{min-width:1460px}}@media (max-width:480px){html[data-lexh-color-mode] .lxb-dashboard .lxb-lead-tools,html[data-lexh-color-mode] .lxb-dashboard .lxb-primary-kpis,html[data-lexh-color-mode] .lxb-dashboard .lxb-quick-actions{grid-template-columns:1fr}html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-head{padding-inline:10px}}@media (prefers-reduced-motion:reduce){html[data-lexh-color-mode] .lxb-dashboard *,html[data-lexh-color-mode] .lxb-dashboard :after,html[data-lexh-color-mode] .lxb-dashboard :before{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.lexhp-role-buyer .lexhp-content[data-section=leads]>.lexhp-page-heading,.lexhp-role-buyer .lexhp-content[data-section=leads]>.lexhp-stripe-readiness{display:none!important}.lexhp-role-buyer .lexhp-content[data-section=leads]{--lexhpl-purple:#5b35f5;--lexhpl-blue:#2673f3;--lexhpl-green:#21a663;--lexhpl-orange:#e58a13;--lexhpl-red:#e5484d;--lexhpl-bg:var(--lexhp-bg);--lexhpl-card:var(--lexhp-panel);--lexhpl-line:var(--lexhp-line);--lexhpl-text:var(--lexhp-text);--lexhpl-muted:var(--lexhp-muted)}.lexhpl{display:grid;gap:14px;min-width:0;color:var(--lexhpl-text)}.lexhpl button,.lexhpl input,.lexhpl select,.lexhpl textarea{font:inherit}.lexhpl a:focus-visible,.lexhpl button:focus-visible,.lexhpl input:focus-visible,.lexhpl select:focus-visible,.lexhpl textarea:focus-visible{outline:2px solid color-mix(in srgb,var(--lexhpl-purple) 55%,transparent);outline-offset:2px}.lexhpl-header{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:2px 0 4px}.lexhpl-header__title{display:flex;align-items:center;gap:12px;min-width:0}.lexhpl-title-icon{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border-radius:10px;background:color-mix(in srgb,var(--lexhpl-purple) 9%,var(--lexhpl-card));color:var(--lexhpl-purple)}.lexhpl-header h1{margin:0;font-size:28px!important;line-height:1.2!important;font-weight:700!important;letter-spacing:-.02em!important}.lexhpl-header p{margin:4px 0 0;color:var(--lexhpl-muted);font-size:13px!important;line-height:1.5!important}.lexhpl-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:9px;flex-wrap:wrap}.lexhpl-header__actions>.lexhp-btn{height:38px;display:inline-flex;align-items:center;gap:7px;white-space:nowrap}.lexhpl-range{position:relative}.lexhpl-range__trigger{height:38px;min-width:150px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid var(--lexhpl-line);border-radius:8px;background:var(--lexhpl-card);color:var(--lexhpl-text);cursor:pointer}.lexhpl-range__trigger:hover{border-color:color-mix(in srgb,var(--lexhpl-purple) 28%,var(--lexhpl-line))}.lexhpl-range__menu{position:absolute;right:0;top:44px;z-index:80;width:190px;padding:6px;border:1px solid var(--lexhpl-line);border-radius:9px;background:var(--lexhpl-card);box-shadow:0 12px 30px rgba(15,23,42,.12)}.lexhpl-range__menu button{width:100%;min-height:34px;padding:0 9px;display:flex;align-items:center;justify-content:space-between;border:0;border-radius:6px;background:transparent;color:var(--lexhpl-text);text-align:left;cursor:pointer}.lexhpl-range__menu button:hover,.lexhpl-range__menu button[aria-selected=true]{background:color-mix(in srgb,var(--lexhpl-purple) 7%,var(--lexhpl-card));color:var(--lexhpl-purple)}.lexhpl-custom-range{position:absolute;right:0;top:44px;z-index:85;width:320px;padding:12px;border:1px solid var(--lexhpl-line);border-radius:10px;background:var(--lexhpl-card);box-shadow:0 14px 34px rgba(15,23,42,.14)}.lexhpl-custom-range>div:first-child{display:grid;grid-template-columns:1fr 1fr;gap:9px}.lexhpl-custom-range label{display:grid;gap:5px;color:var(--lexhpl-muted);font-size:12px}.lexhpl-custom-range input{height:36px;padding:0 9px;border:1px solid var(--lexhpl-line);border-radius:7px;background:var(--lexhpl-card);color:var(--lexhpl-text)}.lexhpl-custom-range>div:last-child{display:flex;justify-content:flex-end;gap:8px;margin-top:10px}.lexhpl-kpis{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.lexhpl-kpi{min-width:0;height:132px;padding:13px 14px 10px;border:1px solid var(--lexhpl-line);border-radius:10px;background:var(--lexhpl-card);overflow:hidden;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.lexhpl-kpi:hover{border-color:color-mix(in srgb,currentColor 22%,var(--lexhpl-line));box-shadow:0 5px 16px rgba(15,23,42,.055)}.lexhpl-kpi__head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.lexhpl-kpi__head>div>span{display:block;color:var(--lexhpl-text);font-size:12px!important;font-weight:650}.lexhpl-kpi__value{display:flex;align-items:baseline;gap:7px;margin-top:3px}.lexhpl-kpi__value strong{font-size:22px!important;line-height:1.15!important;font-weight:700}.lexhpl-kpi__value em{padding:2px 5px;border-radius:5px;font-size:10px!important;line-height:1.25;font-style:normal;font-weight:650}.lexhpl-kpi__value em.is-good{background:#eaf9f1;color:#17894b}.lexhpl-kpi__value em.is-bad{background:#fff0f1;color:#c93644}.lexhpl-kpi__value em.is-neutral{background:color-mix(in srgb,var(--lexhpl-muted) 9%,var(--lexhpl-card));color:var(--lexhpl-muted)}.lexhpl-kpi__value em.is-new{background:#eef3ff;color:#2f65d7}.lexhpl-kpi__head small{display:block;margin-top:4px;color:var(--lexhpl-muted);font-size:10px!important}.lexhpl-kpi__icon{width:31px;height:31px;display:grid;place-items:center;border-radius:8px;background:color-mix(in srgb,currentColor 8%,var(--lexhpl-card))}.lexhpl-kpi.is-purple{color:var(--lexhpl-purple)}.lexhpl-kpi.is-blue{color:var(--lexhpl-blue)}.lexhpl-kpi.is-green{color:var(--lexhpl-green)}.lexhpl-kpi.is-orange{color:var(--lexhpl-orange)}.lexhpl-kpi .lexhpl-kpi__head>div,.lexhpl-kpi .lexhpl-kpi__value strong{color:var(--lexhpl-text)}.lexhpl-spark{width:100%;height:30px;margin-top:8px;overflow:visible}.lexhpl-spark polyline{fill:none;stroke:currentColor;stroke-width:1.35;vector-effect:non-scaling-stroke}.lexhpl-skeleton{display:block;border-radius:6px;background:linear-gradient(90deg,color-mix(in srgb,var(--lexhpl-line) 70%,transparent),color-mix(in srgb,var(--lexhpl-line) 35%,var(--lexhpl-card)),color-mix(in srgb,var(--lexhpl-line) 70%,transparent));background-size:200% 100%;animation:lexhpl-shimmer 1.3s linear infinite}.lexhpl-skeleton--title{width:42%;height:12px}.lexhpl-skeleton--value{width:30%;height:24px;margin-top:9px}.lexhpl-skeleton--line{width:100%;height:24px;margin-top:24px}.lexhpl-skeleton--cell{height:13px;width:84%}@keyframes lexhpl-shimmer{to{background-position:-200% 0}}.lexhpl-card{position:relative;min-width:0;border:1px solid var(--lexhpl-line);border-radius:11px;background:var(--lexhpl-card);overflow:visible}.lexhpl-toolbar{display:grid;grid-template-columns:minmax(260px,1.4fr) minmax(0,4.5fr);gap:10px;padding:14px 14px 9px}.lexhpl-search{height:38px;display:flex;align-items:center;gap:8px;padding:0 11px;border:1px solid var(--lexhpl-line);border-radius:8px;background:var(--lexhpl-card);color:var(--lexhpl-muted)}.lexhpl-search:focus-within{border-color:color-mix(in srgb,var(--lexhpl-purple) 42%,var(--lexhpl-line));box-shadow:0 0 0 3px color-mix(in srgb,var(--lexhpl-purple) 9%,transparent)}.lexhpl-search input{min-width:0;width:100%;border:0;outline:0;background:transparent;color:var(--lexhpl-text);font-size:12px!important}.lexhpl-search input::placeholder{color:color-mix(in srgb,var(--lexhpl-muted) 82%,transparent)}.lexhpl-filters{display:grid;grid-template-columns:repeat(7,minmax(105px,1fr)) minmax(112px,.95fr);gap:7px}.lexhpl-filter{position:relative;min-width:0}.lexhpl-filter__trigger,.lexhpl-more-trigger{width:100%;height:38px;padding:0 9px;display:flex;align-items:center;justify-content:space-between;gap:6px;border:1px solid var(--lexhpl-line);border-radius:8px;background:var(--lexhpl-card);color:var(--lexhpl-text);font-size:11px!important;white-space:nowrap;cursor:pointer}.lexhpl-filter__trigger span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis}.lexhpl-filter__trigger.is-active,.lexhpl-filter__trigger:hover,.lexhpl-more-trigger.is-active,.lexhpl-more-trigger:hover{border-color:color-mix(in srgb,var(--lexhpl-purple) 34%,var(--lexhpl-line));background:color-mix(in srgb,var(--lexhpl-purple) 2.8%,var(--lexhpl-card))}.lexhpl-more-trigger{justify-content:center}.lexhpl-more-trigger b{min-width:18px;height:18px;display:grid;place-items:center;border-radius:999px;background:var(--lexhpl-purple);color:#fff;font-size:9px!important}.lexhpl-filter__menu{position:absolute;left:0;top:43px;z-index:75;width:max(100%,190px);max-height:260px;overflow:auto;padding:6px;border:1px solid var(--lexhpl-line);border-radius:9px;background:var(--lexhpl-card);box-shadow:0 12px 28px rgba(15,23,42,.13)}.lexhpl-filter__menu button{width:100%;min-height:33px;padding:0 8px;display:flex;align-items:center;gap:8px;border:0;border-radius:6px;background:transparent;color:var(--lexhpl-text);text-align:left;cursor:pointer}.lexhpl-filter__menu button:hover{background:color-mix(in srgb,var(--lexhpl-purple) 6%,var(--lexhpl-card))}.lexhpl-filter__menu p{margin:8px;color:var(--lexhpl-muted);font-size:11px!important}.lexhpl-check{width:16px;height:16px;display:grid;place-items:center;border:1px solid var(--lexhpl-line);border-radius:4px;font-size:10px!important}.lexhpl-check.is-selected{border-color:var(--lexhpl-purple);background:var(--lexhpl-purple);color:#fff}.lexhpl-active{min-height:38px;padding:0 14px 9px;display:flex;align-items:center;gap:6px;flex-wrap:wrap;border-bottom:1px solid color-mix(in srgb,var(--lexhpl-line) 68%,transparent)}.lexhpl-active>strong{font-size:11px!important}.lexhpl-active>button:not(.lexhpl-clear){height:25px;padding:0 8px;display:flex;align-items:center;gap:5px;border:0;border-radius:6px;background:color-mix(in srgb,var(--lexhpl-purple) 7%,var(--lexhpl-card));color:#40558a;font-size:10px!important;cursor:pointer}.lexhpl-active>button span{color:var(--lexhpl-purple);font-weight:800}.lexhpl-active .lexhpl-clear{height:25px;padding:0 6px;border:0;background:transparent;color:var(--lexhpl-purple);font-size:10px!important;cursor:pointer}.lexhpl-more{position:absolute;right:14px;top:61px;z-index:72;width:min(900px,calc(100% - 28px));padding:14px;border:1px solid var(--lexhpl-line);border-radius:11px;background:var(--lexhpl-card);box-shadow:0 18px 42px rgba(15,23,42,.14)}.lexhpl-more__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.lexhpl-more__head strong{display:block;font-size:14px!important}.lexhpl-more__head span{display:block;margin-top:2px;color:var(--lexhpl-muted);font-size:11px!important}.lexhpl-more__head>button{width:30px;height:30px;border:0;border-radius:7px;background:transparent;color:var(--lexhpl-muted);font-size:20px;cursor:pointer}.lexhpl-more__head>button:hover{background:color-mix(in srgb,var(--lexhpl-line) 45%,transparent)}.lexhpl-more__grid{display:grid;grid-template-columns:1.4fr .8fr 1fr 1fr;gap:14px}.lexhpl-more fieldset{min-width:0;margin:0;padding:0;border:0}.lexhpl-more legend{margin-bottom:8px;color:var(--lexhpl-text);font-size:11px!important;font-weight:700}.lexhpl-more label{display:grid;gap:4px;margin-bottom:8px;color:var(--lexhpl-muted);font-size:10px!important}.lexhpl-more input{width:100%;height:34px;padding:0 8px;border:1px solid var(--lexhpl-line);border-radius:7px;background:var(--lexhpl-card);color:var(--lexhpl-text);font-size:11px!important}.lexhpl-more__actions{display:flex;justify-content:flex-end;gap:8px;padding-top:8px;border-top:1px solid var(--lexhpl-line)}.lexhpl-table-region{max-width:100%;overflow:auto;overscroll-behavior-inline:contain}.lexhpl-table{width:100%;min-width:1550px;border-collapse:separate;border-spacing:0;font-size:11px!important}.lexhpl-table thead{position:sticky;top:0;z-index:8}.lexhpl-table th{height:42px;padding:0 10px;border-top:1px solid var(--lexhpl-line);border-bottom:1px solid var(--lexhpl-line);background:color-mix(in srgb,var(--lexhpl-muted) 3.5%,var(--lexhpl-card));color:#46536b;text-align:left;white-space:nowrap;font-weight:650}.lexhpl-table th button{width:100%;height:42px;padding:0;display:flex;align-items:center;gap:5px;border:0;background:transparent;color:inherit;font-weight:inherit;cursor:pointer}.lexhpl-sort{color:#a4adbd;font-size:11px!important}.lexhpl-sort.is-active{color:var(--lexhpl-purple)}.lexhpl-table td{height:52px;padding:8px 10px;border-bottom:1px solid color-mix(in srgb,var(--lexhpl-line) 64%,transparent);color:var(--lexhpl-text);white-space:nowrap}.lexhpl-table tbody tr{cursor:pointer}.lexhpl-table tbody tr:hover{background:color-mix(in srgb,var(--lexhpl-purple) 1.8%,var(--lexhpl-card))}.lexhpl-table tbody tr:focus-visible{outline:2px solid color-mix(in srgb,var(--lexhpl-purple) 45%,transparent);outline-offset:-2px}.lexhpl-table td.is-money{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.lexhpl-id{padding:0;border:0;background:transparent;color:#3159b8;font-weight:700;cursor:pointer}.lexhpl-truncate{display:block;max-width:145px;overflow:hidden;text-overflow:ellipsis}.lexhpl-score{min-width:30px;height:24px;padding:0 7px;display:inline-grid;place-items:center;border-radius:6px;font-weight:700}.lexhpl-score.is-high{background:#eaf9f1;color:#16874a}.lexhpl-score.is-mid{background:#eef4ff;color:#2b65cf}.lexhpl-score.is-low{background:#fff4e7;color:#bf6e08}.lexhpl-status,.lexhpl-tier{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:0 8px;border-radius:999px;font-size:10px!important;font-weight:650}.lexhpl-tier.is-platinum{background:#eef0ff;color:#5540cf}.lexhpl-tier.is-gold{background:#fff6dc;color:#9b6b00}.lexhpl-tier.is-silver{background:#f1f4f7;color:#64748b}.lexhpl-tier.is-standard{background:#f4f4f5;color:#71717a}.lexhpl-status{background:#f1f4f7;color:#526174}.lexhpl-status.is-new{background:#fff4e7;color:#b96b08}.lexhpl-status.is-contacted{background:#eef4ff;color:#2d67d2}.lexhpl-status.is-converted,.lexhpl-status.is-qualified{background:#eaf9f1;color:#16874a}.lexhpl-status.is-consultation{background:#f1edff;color:#6544d8}.lexhpl-status.is-follow-up{background:#fff6dc;color:#9b6b00}.lexhpl-status.is-disputed,.lexhpl-status.is-refunded{background:#fff0f1;color:#bd3544}.lexhpl-received{display:grid;gap:1px}.lexhpl-received strong{font-size:11px!important;font-weight:600}.lexhpl-received small{color:var(--lexhpl-muted);font-size:9px!important}.lexhpl-actions{display:flex;align-items:center;gap:4px}.lexhpl-actions>a,.lexhpl-actions>button{width:30px;height:30px;display:grid;place-items:center;border:1px solid transparent;border-radius:7px;background:transparent;color:#526582;cursor:pointer}.lexhpl-actions>a:hover,.lexhpl-actions>button:hover{border-color:var(--lexhpl-line);background:color-mix(in srgb,var(--lexhpl-purple) 4%,var(--lexhpl-card));color:var(--lexhpl-purple)}.lexhpl-table tr.is-skeleton td{cursor:default}.lexhpl-state{min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:30px;text-align:center;color:var(--lexhpl-muted)}.lexhpl-state>svg{color:#8692a6}.lexhpl-state strong{color:var(--lexhpl-text);font-size:15px!important}.lexhpl-state p{max-width:520px;margin:0;font-size:11px!important;line-height:1.5}.lexhpl-state>div{display:flex;gap:8px;margin-top:4px}.lexhpl-pagination{min-height:52px;padding:8px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--lexhpl-line);color:var(--lexhpl-muted);font-size:10px!important}.lexhpl-pagination label{display:flex;align-items:center;gap:7px}.lexhpl-pagination select{height:31px;padding:0 25px 0 8px;border:1px solid var(--lexhpl-line);border-radius:7px;background:var(--lexhpl-card);color:var(--lexhpl-text);font-size:10px!important}.lexhpl-pagination nav{display:flex;align-items:center;gap:4px}.lexhpl-pagination nav button{min-width:30px;height:30px;padding:0 8px;border:1px solid transparent;border-radius:7px;background:transparent;color:var(--lexhpl-text);font-size:10px!important;cursor:pointer}.lexhpl-pagination nav button.is-active,.lexhpl-pagination nav button:hover:not(:disabled){border-color:color-mix(in srgb,var(--lexhpl-purple) 30%,var(--lexhpl-line));background:color-mix(in srgb,var(--lexhpl-purple) 5%,var(--lexhpl-card));color:var(--lexhpl-purple)}.lexhpl-pagination nav button:disabled{opacity:.35;cursor:not-allowed}.lexhpl-pagination nav span{padding:0 4px}.lexhpl-mobile-list{display:none}.lexhpl-drawer{position:fixed;inset:0;z-index:160;display:flex;justify-content:flex-end}.lexhpl-drawer__backdrop{position:absolute;inset:0;border:0;background:rgba(15,23,42,.3);cursor:default}.lexhpl-drawer>aside{position:relative;width:min(520px,94vw);height:100%;display:flex;flex-direction:column;border-left:1px solid var(--lexhpl-line);background:var(--lexhpl-card);box-shadow:-20px 0 50px rgba(15,23,42,.14);animation:lexhpl-drawer-in .18s ease-out}.lexhpl-drawer>aside>header{min-height:84px;padding:16px 18px;display:flex;align-items:flex-start;justify-content:space-between;border-bottom:1px solid var(--lexhpl-line)}.lexhpl-drawer>aside>header span{color:var(--lexhpl-purple);font-size:10px!important;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.lexhpl-drawer>aside>header h2{margin:3px 0 0;font-size:20px!important}.lexhpl-drawer>aside>header p{margin:2px 0 0;color:var(--lexhpl-muted);font-size:11px!important}.lexhpl-drawer>aside>header button{width:32px;height:32px;border:0;border-radius:7px;background:transparent;color:var(--lexhpl-muted);font-size:22px;cursor:pointer}.lexhpl-drawer__body{flex:1 1;overflow:auto;padding:16px 18px}.lexhpl-drawer__body section{padding:0 0 16px;margin:0 0 16px;border-bottom:1px solid var(--lexhpl-line)}.lexhpl-drawer__body section:last-child{border-bottom:0}.lexhpl-drawer__body h3{margin:0 0 10px;font-size:13px!important}.lexhpl-drawer__body dl{display:grid;grid-template-columns:1fr 1fr;gap:9px 14px;margin:0}.lexhpl-drawer__body dl>div{min-width:0}.lexhpl-drawer__body dt{color:var(--lexhpl-muted);font-size:9px!important;text-transform:uppercase;letter-spacing:.05em}.lexhpl-drawer__body dd{margin:2px 0 0;color:var(--lexhpl-text);font-size:11px!important;overflow-wrap:anywhere}.lexhpl-timeline{display:grid;gap:8px}.lexhpl-timeline p{margin:0;display:grid;grid-template-columns:9px 1fr auto;align-items:center;gap:7px;color:var(--lexhpl-muted);font-size:11px!important}.lexhpl-timeline p span{width:8px;height:8px;border-radius:50%;background:var(--lexhpl-purple)}.lexhpl-timeline p b{color:var(--lexhpl-text);font-weight:600}.lexhpl-drawer form{display:grid;gap:9px}.lexhpl-drawer form label{display:grid;gap:5px;color:var(--lexhpl-muted);font-size:10px!important}.lexhpl-drawer form select,.lexhpl-drawer form textarea{width:100%;padding:8px;border:1px solid var(--lexhpl-line);border-radius:7px;background:var(--lexhpl-card);color:var(--lexhpl-text);font-size:11px!important}.lexhpl-drawer__message{margin:0;color:var(--lexhpl-muted);font-size:10px!important}.lexhpl-drawer>aside>footer{padding:12px 18px;display:flex;align-items:center;justify-content:flex-end;gap:8px;border-top:1px solid var(--lexhpl-line)}.lexhpl-drawer>aside>footer .lexhp-btn{display:inline-flex;align-items:center;gap:6px}@keyframes lexhpl-drawer-in{0%{transform:translateX(16px);opacity:.7}to{transform:none;opacity:1}}@media(max-width:1700px){.lexhpl-toolbar{grid-template-columns:1fr}.lexhpl-filters{grid-template-columns:repeat(4,minmax(120px,1fr))}.lexhpl-kpis{grid-template-columns:repeat(5,minmax(150px,1fr));overflow-x:auto}.lexhpl-kpi{min-width:180px}}@media(max-width:1100px){.lexhpl-header{align-items:flex-start;flex-direction:column}.lexhpl-header__actions{width:100%;justify-content:flex-start}.lexhpl-kpis{grid-template-columns:repeat(3,minmax(0,1fr));overflow:visible}.lexhpl-kpi{min-width:0}.lexhpl-filters{grid-template-columns:repeat(3,minmax(0,1fr))}.lexhpl-more__grid{grid-template-columns:1fr 1fr}.lexhpl-pagination{align-items:flex-start;flex-wrap:wrap}}@media(max-width:760px){.lexhpl{gap:10px}.lexhpl-header h1{font-size:23px!important}.lexhpl-header__actions{display:grid;grid-template-columns:1fr 1fr}.lexhpl-range{grid-column:1/-1}.lexhpl-range__trigger{width:100%}.lexhpl-header__actions>.lexhp-btn{justify-content:center}.lexhpl-kpis{grid-template-columns:1fr 1fr}.lexhpl-toolbar{padding:10px}.lexhpl-filters{grid-template-columns:1fr 1fr}.lexhpl-filter:nth-of-type(n+4){display:none}.lexhpl-more-trigger{display:flex}.lexhpl-more{position:fixed;inset:auto 8px 8px;z-index:150;width:auto;max-height:80vh;overflow:auto}.lexhpl-more__grid{grid-template-columns:1fr}.lexhpl-table{display:none}.lexhpl-table-region{overflow:visible}.lexhpl-mobile-list{display:grid;gap:8px;padding:10px}.lexhpl-mobile-list article{padding:12px;border:1px solid var(--lexhpl-line);border-radius:9px;background:var(--lexhpl-card)}.lexhpl-mobile-footer,.lexhpl-mobile-head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.lexhpl-mobile-head strong{display:block;font-size:13px!important}.lexhpl-mobile-head small{display:block;margin-top:2px;color:var(--lexhpl-muted);font-size:9px!important}.lexhpl-mobile-list p{margin:8px 0;color:var(--lexhpl-muted);font-size:10px!important;line-height:1.45}.lexhpl-mobile-meta{display:flex;gap:6px;flex-wrap:wrap}.lexhpl-mobile-meta span{padding:4px 6px;border-radius:5px;background:color-mix(in srgb,var(--lexhpl-muted) 6%,var(--lexhpl-card));font-size:9px!important}.lexhpl-mobile-footer{margin-top:10px;padding-top:9px;border-top:1px solid var(--lexhpl-line);align-items:center}.lexhpl-mobile-footer>span{color:var(--lexhpl-muted);font-size:9px!important}.lexhpl-mobile-footer>div{display:flex;gap:5px}.lexhpl-mobile-footer button{height:29px;padding:0 8px;border:1px solid var(--lexhpl-line);border-radius:6px;background:var(--lexhpl-card);color:var(--lexhpl-purple);font-size:9px!important}.lexhpl-pagination nav{width:100%;overflow:auto}.lexhpl-pagination>label{order:2}.lexhpl-drawer>aside{width:100%}}@media(max-width:520px){.lexhpl-kpis{grid-template-columns:1fr}.lexhpl-kpi{height:118px}.lexhpl-header__actions{grid-template-columns:1fr}.lexhpl-range{grid-column:auto}.lexhpl-filters{grid-template-columns:1fr}.lexhpl-filter:nth-of-type(n+3){display:none}.lexhpl-custom-range{position:fixed;left:8px;right:8px;top:auto;bottom:8px;width:auto}.lexhpl-drawer__body dl{grid-template-columns:1fr}.lexhpl-drawer>aside>footer{flex-wrap:wrap}.lexhpl-drawer>aside>footer .lexhp-btn{flex:1 1;justify-content:center}}.lxb-dashboard .lxb-recent-head .lxb-more-panel,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-head .lxb-more-panel{left:8px;right:8px;top:42px;z-index:82;display:block;max-height:calc(100% + 430px);overflow:auto;border-radius:10px}.lxb-dashboard .lxb-more-panel__head,html[data-lexh-color-mode] .lxb-dashboard .lxb-more-panel__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.lxb-dashboard .lxb-more-panel__head strong,html[data-lexh-color-mode] .lxb-dashboard .lxb-more-panel__head strong{display:block;color:var(--lxb-text);font-size:14px!important;line-height:1.25;font-weight:650}.lxb-dashboard .lxb-more-panel__head span,html[data-lexh-color-mode] .lxb-dashboard .lxb-more-panel__head span{display:block;margin-top:3px;color:var(--lxb-muted);font-size:11px!important;line-height:1.45}.lxb-dashboard .lxb-more-panel__head>button,html[data-lexh-color-mode] .lxb-dashboard .lxb-more-panel__head>button{width:30px;height:30px;display:grid;place-items:center;padding:0;border:0;border-radius:7px!important;background:transparent;color:var(--lxb-muted);font-size:20px!important;line-height:1;cursor:pointer}.lxb-dashboard .lxb-more-panel__head>button:hover,html[data-lexh-color-mode] .lxb-dashboard .lxb-more-panel__head>button:hover{background:color-mix(in srgb,var(--lxb-line) 45%,transparent)}.lxb-dashboard .lxb-more-panel__grid,html[data-lexh-color-mode] .lxb-dashboard .lxb-more-panel__grid{display:grid;grid-template-columns:1.4fr .8fr 1fr 1fr;gap:14px}.lxb-dashboard .lxb-more-panel fieldset,html[data-lexh-color-mode] .lxb-dashboard .lxb-more-panel fieldset{min-width:0;margin:0;padding:0;border:0}.lxb-dashboard .lxb-more-panel legend,html[data-lexh-color-mode] .lxb-dashboard .lxb-more-panel legend{margin-bottom:8px;color:var(--lxb-text);font-size:11px!important;font-weight:700}.lxb-dashboard .lxb-more-panel label,html[data-lexh-color-mode] .lxb-dashboard .lxb-more-panel label{display:grid;gap:4px;margin-bottom:8px;color:var(--lxb-text-2);font-size:10px!important;line-height:1.35}.lxb-dashboard .lxb-more-panel input,html[data-lexh-color-mode] .lxb-dashboard .lxb-more-panel input{width:100%;height:34px;padding:0 8px;border:1px solid var(--lxb-line);border-radius:7px!important;background:var(--lxb-card);color:var(--lxb-text);font-size:11px!important}.lxb-dashboard .lxb-more-panel input:focus-visible,html[data-lexh-color-mode] .lxb-dashboard .lxb-more-panel input:focus-visible{border-color:color-mix(in srgb,var(--lxb-purple) 45%,var(--lxb-line));outline:2px solid color-mix(in srgb,var(--lxb-purple) 16%,transparent)}.lxb-dashboard .lxb-more-panel__actions,html[data-lexh-color-mode] .lxb-dashboard .lxb-more-panel__actions{display:flex;justify-content:flex-end;gap:8px;padding-top:10px;border-top:1px solid var(--lxb-line)}.lxb-dashboard .lxb-more-panel__actions button,html[data-lexh-color-mode] .lxb-dashboard .lxb-more-panel__actions button{min-width:96px;height:36px;padding:0 14px;border-radius:8px!important;font-size:11px!important;font-weight:650;cursor:pointer}.lxb-dashboard .lxb-more-panel__actions .is-secondary,html[data-lexh-color-mode] .lxb-dashboard .lxb-more-panel__actions .is-secondary{border:1px solid var(--lxb-line);background:var(--lxb-card);color:var(--lxb-text)}.lxb-dashboard .lxb-more-panel__actions .is-primary,html[data-lexh-color-mode] .lxb-dashboard .lxb-more-panel__actions .is-primary{border:1px solid var(--lxb-purple);background:var(--lxb-purple);color:#fff}.lxb-dashboard .lxb-more-panel__actions .is-secondary:hover,html[data-lexh-color-mode] .lxb-dashboard .lxb-more-panel__actions .is-secondary:hover{border-color:color-mix(in srgb,var(--lxb-purple) 26%,var(--lxb-line));background:color-mix(in srgb,var(--lxb-purple) 3%,var(--lxb-card))}.lxb-dashboard .lxb-more-panel__actions .is-primary:hover,html[data-lexh-color-mode] .lxb-dashboard .lxb-more-panel__actions .is-primary:hover{background:var(--lxb-purple-2);border-color:var(--lxb-purple-2)}@media(max-width:1100px){.lxb-dashboard .lxb-more-panel__grid,html[data-lexh-color-mode] .lxb-dashboard .lxb-more-panel__grid{grid-template-columns:1fr 1fr}}@media(max-width:660px){.lxb-dashboard .lxb-recent-head .lxb-more-panel,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-head .lxb-more-panel{left:4px;right:4px;top:70px;max-height:calc(100% + 360px);padding:12px}.lxb-dashboard .lxb-more-panel__grid,html[data-lexh-color-mode] .lxb-dashboard .lxb-more-panel__grid{grid-template-columns:1fr}.lxb-dashboard .lxb-more-panel__actions,html[data-lexh-color-mode] .lxb-dashboard .lxb-more-panel__actions{position:sticky;bottom:0;padding-top:10px;background:var(--lxb-card)}}html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-head{position:relative}.lxb-dashboard .lxb-recent-leads .lxb-filter-trigger,.lxb-dashboard .lxb-recent-leads .lxb-more-filter,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-filter-trigger,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-more-filter{width:100%;height:38px;padding:0 9px;display:flex;align-items:center;justify-content:space-between;gap:6px;border:1px solid var(--lxb-line);border-radius:8px!important;background:var(--lxb-card);color:var(--lxb-text);box-shadow:none;font-size:11px!important;font-weight:600!important;line-height:1.2!important;white-space:nowrap;cursor:pointer}.lxb-dashboard .lxb-recent-leads .lxb-more-filter,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-more-filter{justify-content:center}.lxb-dashboard .lxb-recent-leads .lxb-filter-trigger:hover,.lxb-dashboard .lxb-recent-leads .lxb-filter-trigger[aria-expanded=true],.lxb-dashboard .lxb-recent-leads .lxb-more-filter.is-active,.lxb-dashboard .lxb-recent-leads .lxb-more-filter:hover,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-filter-trigger:hover,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-filter-trigger[aria-expanded=true],html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-more-filter.is-active,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-more-filter:hover{border-color:color-mix(in srgb,var(--lxb-purple) 34%,var(--lxb-line));background:color-mix(in srgb,var(--lxb-purple) 2.8%,var(--lxb-card));box-shadow:none}.lxb-dashboard .lxb-recent-leads .lxb-filter-trigger:focus-visible,.lxb-dashboard .lxb-recent-leads .lxb-more-filter:focus-visible,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-filter-trigger:focus-visible,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-more-filter:focus-visible{outline:2px solid color-mix(in srgb,var(--lxb-purple) 55%,transparent);outline-offset:2px}.lxb-dashboard .lxb-recent-leads .lxb-filter-menu,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-filter-menu{top:43px;z-index:75;width:max(100%,190px);max-width:none;max-height:260px;padding:6px;gap:0;border:1px solid var(--lxb-line);border-radius:9px;background:var(--lxb-card);box-shadow:0 12px 28px rgba(15,23,42,.13)}.lxb-dashboard .lxb-recent-leads .lxb-filter-menu button,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-filter-menu button{min-height:33px;padding:0 8px;border-radius:6px!important;font-size:11px!important}.lxb-dashboard .lxb-recent-leads .lxb-filter-menu button:hover,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-filter-menu button:hover{background:color-mix(in srgb,var(--lxb-purple) 6%,var(--lxb-card))}.lxb-dashboard .lxb-recent-head .lxb-more-panel,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-head .lxb-more-panel{position:absolute;left:auto;right:14px;top:61px;z-index:72;width:min(900px,calc(100% - 28px));max-height:none;margin:0;padding:14px;overflow:visible;border:1px solid var(--lxb-line);border-radius:11px;background:var(--lxb-card);box-shadow:0 18px 42px rgba(15,23,42,.14)}.lxb-dashboard .lxb-recent-leads .lxb-more-panel__head,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-more-panel__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.lxb-dashboard .lxb-recent-leads .lxb-more-panel__head strong,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-more-panel__head strong{display:block;color:var(--lxb-text);font-size:14px!important;line-height:normal;font-weight:700}.lxb-dashboard .lxb-recent-leads .lxb-more-panel__head span,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-more-panel__head span{display:block;margin-top:2px;color:var(--lxb-muted);font-size:11px!important;line-height:normal}.lxb-dashboard .lxb-recent-leads .lxb-more-panel__head>button,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-more-panel__head>button{width:30px;height:30px;padding:0;border:0;border-radius:7px!important;background:transparent;color:var(--lxb-muted);font-size:20px!important;cursor:pointer}.lxb-dashboard .lxb-recent-leads .lxb-more-panel__head>button:hover,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-more-panel__head>button:hover{background:color-mix(in srgb,var(--lxb-line) 45%,transparent)}.lxb-dashboard .lxb-recent-leads .lxb-more-panel__grid,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-more-panel__grid{display:grid;grid-template-columns:1.4fr .8fr 1fr 1fr;gap:14px}.lxb-dashboard .lxb-recent-leads .lxb-more-panel fieldset,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-more-panel fieldset{min-width:0;margin:0;padding:0;border:0}.lxb-dashboard .lxb-recent-leads .lxb-more-panel legend,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-more-panel legend{margin-bottom:8px;color:var(--lxb-text);font-size:11px!important;font-weight:700}.lxb-dashboard .lxb-recent-leads .lxb-more-panel label,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-more-panel label{display:grid;gap:4px;margin-bottom:8px;color:var(--lxb-muted);font-size:10px!important}.lxb-dashboard .lxb-recent-leads .lxb-more-panel input,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-more-panel input{width:100%;height:34px;padding:0 8px;border:1px solid var(--lxb-line);border-radius:7px!important;background:var(--lxb-card);color:var(--lxb-text);font-size:11px!important}.lxb-dashboard .lxb-recent-leads .lxb-more-panel__actions,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-more-panel__actions{display:flex;justify-content:flex-end;gap:8px;padding-top:8px;border-top:1px solid var(--lxb-line)}@media(max-width:1100px){.lxb-dashboard .lxb-recent-leads .lxb-more-panel__grid,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-more-panel__grid{grid-template-columns:1fr 1fr}}@media(max-width:760px){.lxb-dashboard .lxb-recent-head .lxb-more-panel,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-head .lxb-more-panel{position:fixed;inset:auto 8px 8px;z-index:150;width:auto;max-height:80vh;overflow:auto;padding:14px}.lxb-dashboard .lxb-recent-leads .lxb-more-panel__grid,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-more-panel__grid{grid-template-columns:1fr}}.lxb-dashboard .lxb-bottom-row,html[data-lexh-color-mode] .lxb-dashboard .lxb-bottom-row{grid-template-columns:repeat(3,minmax(0,1fr))}.lxb-dashboard .lxb-bottom-row>.lxb-recent-leads,html[data-lexh-color-mode] .lxb-dashboard .lxb-bottom-row>.lxb-recent-leads{grid-column:1/-1}@media(max-width:1200px){.lxb-dashboard .lxb-bottom-row,html[data-lexh-color-mode] .lxb-dashboard .lxb-bottom-row{grid-template-columns:repeat(2,minmax(0,1fr))}.lxb-dashboard .lxb-bottom-row>.lxb-recent-leads,html[data-lexh-color-mode] .lxb-dashboard .lxb-bottom-row>.lxb-recent-leads{grid-column:1/-1}}@media(max-width:834px){.lxb-dashboard .lxb-bottom-row,html[data-lexh-color-mode] .lxb-dashboard .lxb-bottom-row{grid-template-columns:1fr}.lxb-dashboard .lxb-bottom-row>.lxb-recent-leads,html[data-lexh-color-mode] .lxb-dashboard .lxb-bottom-row>.lxb-recent-leads{grid-column:1/-1}}.lexhp-role-buyer .lexhp-content[data-section=leads] .lexhpl-search{height:40px;padding:0 12px;gap:10px;overflow:hidden;border:1px solid var(--lexhpl-line);border-radius:8px;background:var(--lexhpl-card);box-shadow:0 1px 2px rgba(15,23,42,.025);transition:border-color .14s ease,box-shadow .14s ease,background .14s ease}.lexhp-role-buyer .lexhp-content[data-section=leads] .lexhpl-search:hover{border-color:color-mix(in srgb,var(--lexhpl-purple) 22%,var(--lexhpl-line))}.lexhp-role-buyer .lexhp-content[data-section=leads] .lexhpl-search:focus-within{border-color:color-mix(in srgb,var(--lexhpl-purple) 45%,var(--lexhpl-line));background:var(--lexhpl-card);box-shadow:0 0 0 3px color-mix(in srgb,var(--lexhpl-purple) 9%,transparent)}.lexhp-role-buyer .lexhp-content[data-section=leads] .lexhpl-search>.lexh-semantic-icon{flex:0 0 auto;color:var(--lexhpl-text);opacity:.84}.lexhp-role-buyer .lexhp-content[data-section=leads] .lexhpl-search input{width:100%!important;min-width:0!important;height:100%!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;color:var(--lexhpl-text)!important;font-size:12px!important;line-height:1.4!important}.lexhp-role-buyer .lexhp-content[data-section=leads] .lexhpl-search input:focus,.lexhp-role-buyer .lexhp-content[data-section=leads] .lexhpl-search input:focus-visible{border:0!important;outline:0!important;box-shadow:none!important}.lexhpl-kpi.is-error{border-color:color-mix(in srgb,var(--lexhpl-orange) 20%,var(--lexhpl-line))}.lexhpl-kpi__retry{margin-top:5px;padding:2px 7px;border:1px solid var(--lexhpl-line);border-radius:6px;background:var(--lexhpl-card);color:var(--lexhpl-purple);font-size:9px!important;font-weight:650;line-height:1.5;cursor:pointer}.lexhpl-kpi__retry:hover{border-color:color-mix(in srgb,var(--lexhpl-purple) 30%,var(--lexhpl-line));background:color-mix(in srgb,var(--lexhpl-purple) 4%,var(--lexhpl-card))}.lexhpl-kpi__retry:focus-visible{outline:2px solid color-mix(in srgb,var(--lexhpl-purple) 42%,transparent);outline-offset:2px}.lexhpl-status.is-returned{background:#fff6dc;color:#9b6b00}.lexhp-role-buyer .lexhp-content[data-section=leads] .lexhpl-kpi.is-actionable{width:100%;text-align:left;font:inherit;color:inherit;cursor:pointer;appearance:none;-webkit-appearance:none}.lexhp-role-buyer .lexhp-content[data-section=leads] .lexhpl-kpi.is-actionable:hover{transform:translateY(-1px);border-color:color-mix(in srgb,currentColor 25%,var(--lexhpl-line));box-shadow:0 6px 18px rgba(15,23,42,.065)}.lexhp-role-buyer .lexhp-content[data-section=leads] .lexhpl-kpi.is-actionable:focus-visible{outline:2px solid color-mix(in srgb,var(--lexhpl-purple) 55%,transparent);outline-offset:2px}.lxb-dashboard .lxb-recent-leads,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads{border-radius:11px;background:var(--lxb-card)}.lxb-dashboard .lxb-recent-head,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-head{padding:14px 14px 9px;border-bottom:1px solid color-mix(in srgb,var(--lxb-line) 68%,transparent);background:var(--lxb-card)}.lxb-dashboard .lxb-recent-head>h2,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-head>h2{margin:0 0 10px!important;color:var(--lxb-text)}.lxb-dashboard .lxb-recent-leads .lxb-lead-tools,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-tools{padding:0!important;display:grid;grid-template-columns:minmax(260px,1.45fr) repeat(5,minmax(105px,1fr)) minmax(112px,.95fr);gap:7px;align-items:center}.lxb-dashboard .lxb-recent-leads .lxb-lead-search,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-search{height:38px;padding:0 11px;gap:8px;border:1px solid var(--lxb-line);border-radius:8px!important;background:var(--lxb-card);color:var(--lxb-muted);box-shadow:none}.lxb-dashboard .lxb-recent-leads .lxb-lead-search:focus-within,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-search:focus-within{border-color:color-mix(in srgb,var(--lxb-purple) 42%,var(--lxb-line));box-shadow:0 0 0 3px color-mix(in srgb,var(--lxb-purple) 9%,transparent)}.lxb-dashboard .lxb-recent-leads .lxb-lead-search input,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-search input{width:100%;min-width:0;border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;color:var(--lxb-text);font-size:12px!important;font-weight:500!important}.lxb-dashboard .lxb-recent-leads .lxb-active-filters,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-active-filters{min-height:38px;padding:9px 0 0;gap:6px;border:0;color:var(--lxb-text)}.lxb-dashboard .lxb-recent-leads .lxb-active-filters>strong,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-active-filters>strong{font-size:11px!important;font-weight:700!important}.lxb-dashboard .lxb-recent-leads .lxb-active-filters>button:not(.lxb-clear-all),html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-active-filters>button:not(.lxb-clear-all){height:25px;padding:0 8px;display:flex;align-items:center;gap:5px;border:0;border-radius:6px!important;background:color-mix(in srgb,var(--lxb-purple) 7%,var(--lxb-card));color:#40558a;font-size:10px!important}.lxb-dashboard .lxb-recent-leads .lxb-clear-all,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-clear-all{height:25px;padding:0 6px;color:var(--lxb-purple);font-size:10px!important}.lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap{width:100%;max-width:100%;padding:0;overflow:auto;overscroll-behavior-inline:contain;scrollbar-gutter:stable}.lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap table,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap table{width:100%;min-width:1550px;border-collapse:separate;border-spacing:0;font-size:11px!important}.lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap thead,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap thead{position:sticky;top:0;z-index:8}.lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap thead th,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap thead th{height:42px;padding:0 10px!important;border-top:1px solid var(--lxb-line);border-bottom:1px solid var(--lxb-line);background:color-mix(in srgb,var(--lxb-muted) 3.5%,var(--lxb-card))!important;color:#46536b;font-size:11px!important;font-weight:650!important;vertical-align:middle}.lxb-dashboard .lxb-recent-leads .lxb-sort-header,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-sort-header{width:100%;min-height:42px;padding:0;display:flex;align-items:center;gap:5px;border:0;background:transparent;color:inherit;font:inherit}.lxb-dashboard .lxb-recent-leads .lxb-sort-arrows,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-sort-arrows{color:#a4adbd}.lxb-dashboard .lxb-recent-leads .lxb-sort-arrows i.is-active,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-sort-arrows i.is-active{color:var(--lxb-purple)}.lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap tbody td,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap tbody td{height:52px;padding:8px 10px!important;border-bottom:1px solid color-mix(in srgb,var(--lxb-line) 64%,transparent);background:var(--lxb-card);color:var(--lxb-text);font-size:11px!important;line-height:1.4!important;vertical-align:middle;white-space:nowrap}.lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap tbody tr:hover td,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap tbody tr:hover td{background:color-mix(in srgb,var(--lxb-purple) 1.8%,var(--lxb-card))}.lxb-dashboard .lxb-recent-leads .lxb-row-actions,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-row-actions{gap:4px}.lxb-dashboard .lxb-recent-leads .lxb-row-actions>a,.lxb-dashboard .lxb-recent-leads .lxb-row-actions>details>summary,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-row-actions>a,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-row-actions>details>summary{width:30px;height:30px;display:grid;place-items:center;border:1px solid transparent;border-radius:7px!important;background:transparent;color:#526582}.lxb-dashboard .lxb-recent-leads .lxb-row-actions>a:hover,.lxb-dashboard .lxb-recent-leads .lxb-row-actions>details>summary:hover,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-row-actions>a:hover,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-row-actions>details>summary:hover{border-color:var(--lxb-line);background:color-mix(in srgb,var(--lxb-purple) 4%,var(--lxb-card));color:var(--lxb-purple)}.lxb-dashboard .lxb-recent-leads .lxb-widget-state,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-widget-state{min-height:300px;padding:30px;gap:7px;color:var(--lxb-muted)}.lxb-dashboard .lxb-recent-leads .lxb-recent-footer,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-recent-footer{min-height:52px;height:auto;padding:8px 14px;border-top:1px solid var(--lxb-line)}.lxb-dashboard .lxb-recent-leads .lxb-pagination,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-pagination{gap:4px}.lxb-dashboard .lxb-recent-leads .lxb-pagination button,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-pagination button{min-width:30px;width:auto;height:30px;padding:0 8px;border:1px solid transparent;border-radius:7px!important;background:transparent;color:var(--lxb-text);font-size:10px!important}.lxb-dashboard .lxb-recent-leads .lxb-pagination button.is-active,.lxb-dashboard .lxb-recent-leads .lxb-pagination button:hover:not(:disabled),html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-pagination button.is-active,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-pagination button:hover:not(:disabled){border-color:color-mix(in srgb,var(--lxb-purple) 30%,var(--lxb-line));background:color-mix(in srgb,var(--lxb-purple) 5%,var(--lxb-card));color:var(--lxb-purple)}@media(max-width:1700px){.lxb-dashboard .lxb-recent-leads .lxb-lead-tools,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-tools{grid-template-columns:repeat(4,minmax(120px,1fr))}.lxb-dashboard .lxb-recent-leads .lxb-lead-search,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-search{grid-column:span 2}}@media(max-width:980px){.lxb-dashboard .lxb-recent-leads .lxb-lead-tools,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-tools{grid-template-columns:repeat(3,minmax(0,1fr));padding-top:0!important}}@media(max-width:660px){.lxb-dashboard .lxb-recent-leads .lxb-lead-tools,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-tools{grid-template-columns:1fr 1fr}.lxb-dashboard .lxb-recent-leads .lxb-lead-search,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-search{grid-column:1/-1}}@media(max-width:480px){.lxb-dashboard .lxb-recent-leads .lxb-lead-tools,html[data-lexh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-tools{grid-template-columns:1fr}}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-marketplace-contact-protection{display:grid;gap:7px;margin-top:12px;padding-top:11px;border-top:1px solid var(--lexhp-line)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-marketplace-contact-lock{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;color:var(--lexhp-muted);font-size:11px;line-height:17px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-marketplace-contact-lock>span{display:inline-flex;align-items:center;gap:6px;min-width:0;color:var(--lexhp-text);font-weight:600}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-marketplace-contact-lock>strong{min-width:0;padding:3px 7px;border:1px solid var(--lexhp-line);border-radius:5px;background:var(--lexhp-panel-2);color:var(--lexhp-muted);font-size:10px;line-height:15px;font-weight:600;text-align:right;white-space:nowrap}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-marketplace-contact-verification{display:flex;align-items:center;flex-wrap:wrap;gap:6px 10px;padding-top:2px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-marketplace-contact-verification>span{display:inline-flex;align-items:center;gap:5px;color:var(--lexhp-success,#169b55);font-size:10px;line-height:15px;font-weight:600}@media(max-width:480px){html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-marketplace-contact-lock{grid-template-columns:1fr;gap:4px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhp-marketplace-contact-lock>strong{width:max-content;max-width:100%;text-align:left}}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace]>.lexhp-page-heading,html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace]>.lexhp-stripe-readiness{display:none!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace]{padding:12px!important;overflow:visible}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse,html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse *{box-sizing:border-box}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse{--lexhb-purple:#5b36f2;--lexhb-purple-2:#5424f5;--lexhb-purple-soft:color-mix(in srgb,var(--lexhb-purple) 8%,var(--lexhp-panel));--lexhb-blue:#2563eb;--lexhb-green:#22a65a;--lexhb-orange:#ef8c18;--lexhb-red:#e74655;--lexhb-surface:var(--lexhp-panel);--lexhb-surface-2:color-mix(in srgb,var(--lexhp-panel) 96%,var(--lexhp-text) 4%);--lexhb-border:var(--lexhp-line);--lexhb-text:var(--lexhp-text);--lexhb-muted:var(--lexhp-muted);display:grid;grid-template-columns:minmax(0,1fr);gap:12px;width:100%;min-width:0;color:var(--lexhb-text);font-family:Open Sans,sans-serif!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse.has-preview{grid-template-columns:minmax(0,1fr) 340px;align-items:start}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-main{display:grid;gap:12px;min-width:0}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse :where(button,input,select,textarea){font:inherit}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse :where(button,a,input,select,summary){outline:none}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse :where(button,a,input,select,summary):focus-visible{box-shadow:0 0 0 3px color-mix(in srgb,var(--lexhb-purple) 20%,transparent)!important;border-color:color-mix(in srgb,var(--lexhb-purple) 62%,var(--lexhb-border))!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-page-head{min-width:0;display:flex;justify-content:space-between;gap:18px;padding:4px 2px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-page-title{display:flex;align-items:center;gap:12px;min-width:0}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-page-title>span{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;background:var(--lexhb-purple-soft);color:var(--lexhb-purple)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-page-title>div{min-width:0}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-page-title h1{margin:0;line-height:1.25!important;font-weight:700!important;letter-spacing:-.015em!important;color:var(--lexhb-text)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-page-title p{margin:4px 0 0;line-height:1.45!important;color:var(--lexhb-muted)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-page-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-btn,html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-page-actions>a{min-height:40px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--lexhb-border);border-radius:12px!important;background:var(--lexhb-surface);color:var(--lexhb-text);font-size:13px!important;font-weight:600!important;text-decoration:none;cursor:pointer;transition:border-color .14s ease,background .14s ease,box-shadow .14s ease,transform .14s ease}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-btn:hover,html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-page-actions>a:hover{border-color:color-mix(in srgb,var(--lexhb-purple) 30%,var(--lexhb-border));background:var(--lexhb-purple-soft)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-btn.is-primary{border-color:var(--lexhb-purple);background:var(--lexhb-purple);color:#fff;box-shadow:0 6px 14px rgba(91,54,242,.16)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-btn.is-primary:hover{background:var(--lexhb-purple-2);border-color:var(--lexhb-purple-2)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-btn:disabled{opacity:.48;cursor:not-allowed;transform:none!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-wallet{min-height:50px!important;padding:7px 13px!important;display:flex!important;align-items:center!important;gap:9px!important;text-decoration:none!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-wallet>span{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:color-mix(in srgb,var(--lexhb-green) 10%,var(--lexhb-surface));color:var(--lexhb-green)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-wallet>div{display:grid;gap:1px;text-align:left}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-wallet small{font-size:10px!important;color:var(--lexhb-muted)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-wallet strong{font-size:15px!important;color:var(--lexhb-text)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-saved-wrap{position:relative}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-saved-menu{position:absolute;right:0;top:calc(100% + 8px);z-index:80;width:min(360px,calc(100vw - 28px));padding:10px;border:1px solid var(--lexhb-border);border-radius:12px;background:var(--lexhb-surface);box-shadow:0 18px 44px rgba(15,23,42,.16)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-saved-menu-head{display:flex;align-items:center;justify-content:space-between;padding:2px 4px 8px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-saved-menu-head strong{font-size:14px!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-saved-menu-head button,html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-saved-row>div button{width:30px;height:30px;display:grid;place-items:center;border:0;border-radius:8px;background:transparent;color:var(--lexhb-muted);cursor:pointer}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-saved-menu-head button:hover,html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-saved-row>div button:hover{background:var(--lexhb-purple-soft);color:var(--lexhb-purple)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-saved-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:6px;padding:6px;border-radius:10px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-saved-row.is-active{background:var(--lexhb-purple-soft)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-saved-row>button{min-width:0;padding:5px;border:0;background:transparent;text-align:left;cursor:pointer;color:var(--lexhb-text)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-saved-row>button small,html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-saved-row>button span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-saved-row>button span{font-size:12px!important;font-weight:600!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-saved-row>button small{margin-top:2px;font-size:10px!important;color:var(--lexhb-muted)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-saved-row>div{display:flex;gap:2px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-saved-menu>p{margin:12px;color:var(--lexhb-muted);font-size:12px!important;text-align:center}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-saved-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:8px;padding-top:8px;border-top:1px solid var(--lexhb-border)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-saved-actions button{min-height:36px;border:1px solid var(--lexhb-border);border-radius:9px;background:var(--lexhb-surface);color:var(--lexhb-text);font-size:11px!important;font-weight:600;cursor:pointer}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-kpis{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-kpi{position:relative;min-width:0;min-height:128px;padding:15px 16px 12px;display:grid;grid-template-columns:42px minmax(0,1fr);grid-template-rows:auto 32px;align-items:start;gap:8px 12px;border:1px solid var(--lexhb-border);border-radius:12px;background:var(--lexhb-surface);cursor:pointer;box-shadow:0 1px 2px rgba(16,24,40,.02);transition:border-color .14s ease,transform .14s ease,box-shadow .14s ease}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-kpi:hover{transform:translateY(-1px);border-color:color-mix(in srgb,currentColor 30%,var(--lexhb-border));box-shadow:0 10px 22px rgba(15,23,42,.06)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-kpi.is-purple{color:var(--lexhb-purple)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-kpi.is-green{color:var(--lexhb-green)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-kpi.is-orange{color:var(--lexhb-orange)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-kpi.is-blue{color:var(--lexhb-blue)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-kpi-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:color-mix(in srgb,currentColor 9%,var(--lexhb-surface));grid-row:1}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-kpi-copy{min-width:0;display:grid;align-content:start;gap:2px;color:var(--lexhb-text)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-kpi-copy>span{font-size:11px!important;font-weight:650!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-kpi-copy>strong{font-size:22px!important;line-height:1.2!important;font-weight:700!important;letter-spacing:-.01em!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-kpi-copy>small{font-size:10px!important;color:var(--lexhb-muted)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-spark{grid-column:1/-1;width:100%;height:32px;color:inherit;overflow:visible}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-spark polyline{fill:none;stroke:currentColor;stroke-width:1.8;vector-effect:non-scaling-stroke}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-spark>i{display:block;width:100%;height:1px;margin-top:20px;background:color-mix(in srgb,currentColor 55%,transparent)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-kpi-retry{grid-column:1/-1;justify-self:start;height:28px;padding:0 9px;border:1px solid var(--lexhb-border);border-radius:8px;background:var(--lexhb-surface);color:var(--lexhb-purple);font-size:11px!important;cursor:pointer}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-kpi.is-loading{cursor:default;display:grid;grid-template-columns:1fr;gap:8px;color:var(--lexhb-muted)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-skeleton-line{height:12px;border-radius:999px;background:linear-gradient(90deg,color-mix(in srgb,var(--lexhb-border) 64%,transparent),color-mix(in srgb,var(--lexhb-border) 25%,transparent),color-mix(in srgb,var(--lexhb-border) 64%,transparent));background-size:220% 100%;animation:lexhbrowse-shimmer 1.25s linear infinite}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-skeleton-line.is-short{width:46%}.lexhbrowse-skeleton-line.is-value{height:26px;width:32%}@keyframes lexhbrowse-shimmer{to{background-position:-220% 0}}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-message{min-height:40px;padding:8px 12px;display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid color-mix(in srgb,var(--lexhb-purple) 18%,var(--lexhb-border));border-radius:12px;background:var(--lexhb-purple-soft);color:var(--lexhb-text);font-size:12px!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-message button{width:30px;height:30px;display:grid;place-items:center;border:0;border-radius:8px;background:transparent;color:var(--lexhb-muted);cursor:pointer}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-tabs{display:flex;align-items:center;gap:4px;min-height:43px;padding:0 5px;border:1px solid var(--lexhb-border);border-radius:12px;background:var(--lexhb-surface);overflow-x:auto;scrollbar-width:none}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-tabs::-webkit-scrollbar{display:none}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-tabs button{position:relative;min-height:41px;padding:0 13px;white-space:nowrap;border:0;background:transparent;color:var(--lexhb-muted);font-weight:600;cursor:pointer}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-tabs button.is-active{color:var(--lexhb-purple)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-tabs button.is-active:after{content:"";position:absolute;left:8px;right:8px;bottom:0;height:2px;border-radius:2px 2px 0 0;background:var(--lexhb-purple)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-inventory,html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-results,html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-tab-panel{min-width:0;border:1px solid var(--lexhb-border);border-radius:12px;background:var(--lexhb-surface);box-shadow:0 1px 2px rgba(16,24,40,.02)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-inventory{padding:12px 12px 10px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-inventory-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-inventory-head>div{display:flex;align-items:flex-start;gap:8px;min-width:0}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-inventory-head>div>span{width:28px;height:28px;flex:0 0 28px;display:grid;place-items:center;border-radius:8px;background:var(--lexhb-purple-soft);color:var(--lexhb-purple)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-inventory-head h2,html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-panel-head h2{margin:0;font-size:17px!important;line-height:1.3!important;font-weight:700!important;color:var(--lexhb-text)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-inventory-head p,html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-panel-head p{margin:3px 0 0;font-size:12px!important;line-height:1.45!important;color:var(--lexhb-muted)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-refreshing{display:inline-flex;align-items:center;gap:6px;color:var(--lexhb-muted);font-size:11px!important;white-space:nowrap}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-refreshing svg{animation:lexhbrowse-spin .8s linear infinite}@keyframes lexhbrowse-spin{to{transform:rotate(1turn)}}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-search-row{display:flex;margin-bottom:8px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-search{width:min(620px,100%);padding:0 11px;display:flex;align-items:center;gap:8px;border:1px solid var(--lexhb-border);border-radius:12px;background:var(--lexhb-surface);color:var(--lexhb-muted)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-search:focus-within{border-color:color-mix(in srgb,var(--lexhb-purple) 60%,var(--lexhb-border));box-shadow:0 0 0 3px color-mix(in srgb,var(--lexhb-purple) 14%,transparent)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-search input{min-width:0;flex:1 1;border:0!important;background:transparent!important;color:var(--lexhb-text);font-size:13px!important;box-shadow:none!important;outline:none!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-search input::placeholder{color:color-mix(in srgb,var(--lexhb-muted) 80%,transparent)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-search>button{width:28px;height:28px;display:grid;place-items:center;border:0;border-radius:8px;background:transparent;color:var(--lexhb-muted);cursor:pointer}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-filter-row{display:grid;grid-template-columns:repeat(7,minmax(105px,1fr)) minmax(120px,.9fr);gap:8px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-select{position:relative;min-width:0}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-more-filter,html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-select>button{width:100%;height:38px;padding:0 11px;display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid var(--lexhb-border);border-radius:12px!important;background:var(--lexhb-surface);color:var(--lexhb-text);font-size:11px!important;font-weight:600!important;cursor:pointer;white-space:nowrap}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-more-filter:hover,html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-select>button:hover{border-color:color-mix(in srgb,var(--lexhb-purple) 30%,var(--lexhb-border));background:var(--lexhb-purple-soft)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-more-filter{justify-content:center;position:relative}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-more-filter>b{position:absolute;right:5px;top:4px;min-width:16px;height:16px;padding:0 4px;display:grid;place-items:center;border-radius:999px;background:var(--lexhb-purple);color:#fff;font-size:9px!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-select-menu{position:absolute;left:0;top:calc(100% + 6px);z-index:90;min-width:100%;width:max-content;max-width:280px;max-height:280px;overflow:auto;padding:6px;border:1px solid var(--lexhb-border);border-radius:12px;background:var(--lexhb-surface);box-shadow:0 16px 34px rgba(15,23,42,.14)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-select-menu button{width:100%;min-height:34px;padding:6px 9px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:0;border-radius:8px;background:transparent;color:var(--lexhb-text);text-align:left;font-size:11px!important;white-space:nowrap;cursor:pointer}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-select-menu button.is-selected,html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-select-menu button:hover{background:var(--lexhb-purple-soft);color:var(--lexhb-purple)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-active-filters{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-top:9px;min-height:26px;font-size:11px!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-active-filters>strong{font-size:11px!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-active-filters>button:not(.lexhbrowse-clear-all){height:26px;padding:0 9px;display:inline-flex;align-items:center;gap:6px;border:0;border-radius:7px;background:var(--lexhb-purple-soft);color:var(--lexhb-purple);font-size:10px!important;cursor:pointer}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-active-filters>button span{font-size:13px!important;font-weight:700}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-clear-all{height:26px;padding:0 6px;border:0;background:transparent;color:var(--lexhb-purple);font-size:10px!important;font-weight:600;cursor:pointer}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-results-tools{min-height:50px;padding:8px 12px;display:flex;align-items:center;justify-content:space-between;gap:12px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-results-tools>strong{font-size:11px!important;color:var(--lexhb-muted)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-results-tools>div{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-results-tools .lexhbrowse-select{min-width:128px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-selection-bar{min-height:44px;padding:7px 12px;display:flex;align-items:center;gap:8px;border-bottom:1px solid color-mix(in srgb,var(--lexhb-purple) 14%,var(--lexhb-border));background:var(--lexhb-purple-soft)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-selection-bar>strong{margin-right:auto;font-size:11px!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-selection-bar button{min-height:30px;padding:0 10px;border:1px solid var(--lexhb-border);border-radius:9px;background:var(--lexhb-surface);color:var(--lexhb-purple);font-size:10px!important;font-weight:600;cursor:pointer}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-selection-bar button:last-child{width:30px;padding:0;display:grid;place-items:center;margin-left:auto}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-table-wrap{width:100%;overscroll-behavior-inline:contain}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-table{width:100%;min-width:1740px;border-collapse:separate;border-spacing:0;table-layout:auto}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-table th{position:sticky;top:0;z-index:8;height:44px;padding:0 9px;border-bottom:1px solid var(--lexhb-border);background:var(--lexhb-surface-2);color:var(--lexhb-muted);font-size:10.5px!important;font-weight:650!important;text-align:left;white-space:nowrap}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-table th>button{height:44px;padding:0;display:inline-flex;align-items:center;gap:5px;border:0;background:transparent;color:inherit;font-size:inherit;font-weight:inherit;cursor:pointer}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-table th>button.is-active{color:var(--lexhb-purple)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-table th>button span{color:color-mix(in srgb,currentColor 70%,transparent)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-table td{height:51px;padding:7px 9px;border-bottom:1px solid color-mix(in srgb,var(--lexhb-border) 70%,transparent);background:var(--lexhb-surface);color:var(--lexhb-text);font-size:10.5px!important;line-height:1.35!important;vertical-align:middle;white-space:nowrap}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-table tbody tr:hover td{background:color-mix(in srgb,var(--lexhb-purple) 2.2%,var(--lexhb-surface))}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-table td small{display:block;margin-top:2px;font-size:9px!important;color:var(--lexhb-muted)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-table .is-select{width:34px;min-width:34px;text-align:center;padding-inline:6px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-table input[type=checkbox]{width:15px;height:15px;margin:0;accent-color:var(--lexhb-purple)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-table .is-sticky-left{position:sticky;left:0;z-index:5;background:var(--lexhb-surface);box-shadow:1px 0 0 var(--lexhb-border)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-table td.is-actions,html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-table th.is-actions{position:sticky;right:0;z-index:7;background:var(--lexhb-surface);box-shadow:-1px 0 0 var(--lexhb-border)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-table th.is-actions{z-index:10;background:var(--lexhb-surface-2)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-lead-id{padding:0;border:0;background:transparent;color:var(--lexhb-purple);font-size:10.5px!important;font-weight:700;cursor:pointer}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-match{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:22px;padding:0 7px;border-radius:7px;background:color-mix(in srgb,var(--lexhb-green) 10%,var(--lexhb-surface));color:var(--lexhb-green);font-size:10px!important;font-weight:700}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-score{display:inline-grid;place-items:center;min-width:28px;height:23px;padding:0 7px;border-radius:6px;font-size:10px!important;font-weight:700}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-score.is-excellent{background:#e8f8ed;color:#168a45}.lexhbrowse-score.is-good{background:#eefaf2;color:#239b55}.lexhbrowse-score.is-fair{background:#fff5e8;color:#c97808}.lexhbrowse-score.is-review{background:#fff0f1;color:#c93647}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-tier{display:inline-flex;align-items:center;justify-content:center;min-height:22px;padding:0 8px;border-radius:6px;font-size:9.5px!important;font-weight:700;white-space:nowrap}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-tier.is-platinum{background:#f0eaff;color:#6338de}.lexhbrowse-tier.is-gold{background:#fff4df;color:#b67100}.lexhbrowse-tier.is-silver{background:#eff2f6;color:#536179}.lexhbrowse-tier.is-bronze{background:#fff0e6;color:#c7611a}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-contact-locked{display:inline-flex;align-items:center;gap:5px;color:var(--lexhb-muted);font-size:9.5px!important;white-space:nowrap}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-contact-locked svg{color:color-mix(in srgb,var(--lexhb-muted) 82%,transparent)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-row-actions{display:flex;align-items:center;gap:5px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-row-actions>button,html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-row-actions>details>summary{height:28px;padding:0 8px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--lexhb-border);border-radius:7px;background:var(--lexhb-surface);color:var(--lexhb-text);font-size:9px!important;font-weight:600;cursor:pointer;list-style:none;white-space:nowrap}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-row-actions>button.is-primary{border-color:var(--lexhb-purple);background:var(--lexhb-purple);color:#fff}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-row-actions>button:hover,html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-row-actions>details>summary:hover{border-color:color-mix(in srgb,var(--lexhb-purple) 32%,var(--lexhb-border));background:var(--lexhb-purple-soft);color:var(--lexhb-purple)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-row-actions details{position:relative}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-row-actions details>div{position:absolute;right:0;top:34px;z-index:100;width:175px;padding:6px;border:1px solid var(--lexhb-border);border-radius:10px;background:var(--lexhb-surface);box-shadow:0 16px 34px rgba(15,23,42,.14)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-row-actions details>div button{width:100%;min-height:32px;padding:6px 9px;border:0;border-radius:7px;background:transparent;color:var(--lexhb-text);text-align:left;font-size:10px!important;cursor:pointer}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-row-actions details>div button:hover{background:var(--lexhb-purple-soft);color:var(--lexhb-purple)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:12px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-lead-card{min-width:0;padding:14px;display:grid;gap:12px;border:1px solid var(--lexhb-border);border-radius:12px;background:var(--lexhb-surface);transition:border-color .14s ease,box-shadow .14s ease,transform .14s ease}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-lead-card:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--lexhb-purple) 30%,var(--lexhb-border));box-shadow:0 10px 24px rgba(15,23,42,.06)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-lead-card>header{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-lead-card>header>button{padding:0;border:0;background:transparent;color:var(--lexhb-purple);font-size:12px!important;font-weight:700;text-align:left;cursor:pointer}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-lead-card-main h3{margin:0;font-size:15px!important;font-weight:700!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-lead-card-main p{margin:3px 0 0;font-size:11px!important;color:var(--lexhb-muted)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-lead-card-main>div{display:flex;gap:7px;margin-top:9px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-lead-card dl{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:0;padding:10px;border-radius:10px;background:var(--lexhb-surface-2)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-lead-card dl div{display:grid;gap:2px}.lexhbrowse-lead-card dt{font-size:9px!important;color:var(--lexhb-muted)}.lexhbrowse-lead-card dd{margin:0;font-size:11px!important;font-weight:600}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-card-locked{display:grid;gap:6px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-lead-card>footer{display:flex;justify-content:flex-end;gap:7px;flex-wrap:wrap}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-pagination{min-height:56px;padding:8px 12px;display:flex;align-items:center;justify-content:space-between;gap:12px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-pagination>span{font-size:11px!important;color:var(--lexhb-muted)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-pagination>div{display:flex;align-items:center;gap:5px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-pagination .lexhbrowse-select{width:112px;margin-right:12px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-pagination>div>button{width:32px;height:32px;padding:0;display:grid;place-items:center;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--lexhb-text);font-size:11px!important;cursor:pointer}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-pagination>div>button:hover{background:var(--lexhb-purple-soft);color:var(--lexhb-purple)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-pagination>div>button.is-active{border-color:color-mix(in srgb,var(--lexhb-purple) 30%,var(--lexhb-border));background:var(--lexhb-purple-soft);color:var(--lexhb-purple);font-weight:700}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-pagination>div>button:disabled{opacity:.35;cursor:not-allowed}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-empty{min-height:280px;padding:30px;display:grid;place-items:center;align-content:center;gap:8px;text-align:center;color:var(--lexhb-muted)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-empty>span{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:var(--lexhb-purple-soft);color:var(--lexhb-purple)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-empty.is-error>span{background:color-mix(in srgb,var(--lexhb-red) 9%,var(--lexhb-surface));color:var(--lexhb-red)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-empty strong{font-size:14px!important;color:var(--lexhb-text)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-empty p{max-width:560px;margin:0;font-size:12px!important;line-height:1.5!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-empty>div{display:flex;gap:8px;margin-top:5px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-table-skeleton{display:grid;gap:1px;padding:1px;background:var(--lexhb-border)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-table-skeleton>div{min-height:50px;padding:10px 12px;display:grid;grid-template-columns:1fr 1.2fr .9fr 1.4fr 1fr .8fr 1fr 1fr 1fr;gap:12px;background:var(--lexhb-surface)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-table-skeleton span{height:10px;align-self:center;border-radius:999px;background:linear-gradient(90deg,color-mix(in srgb,var(--lexhb-border) 68%,transparent),color-mix(in srgb,var(--lexhb-border) 25%,transparent),color-mix(in srgb,var(--lexhb-border) 68%,transparent));background-size:220% 100%;animation:lexhbrowse-shimmer 1.25s linear infinite}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-tab-panel{padding:14px;min-height:330px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-status{display:inline-flex;align-items:center;min-height:23px;padding:0 8px;border-radius:999px;background:var(--lexhb-purple-soft);color:var(--lexhb-purple);font-size:9.5px!important;font-weight:700}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-auto form{max-width:720px;display:grid;gap:14px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-auto form>label:not(.lexhbrowse-toggle){gap:7px;font-size:12px!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-auto input[type=number]{height:42px;padding:0 12px;border:1px solid var(--lexhb-border);border-radius:12px;background:var(--lexhb-surface);color:var(--lexhb-text)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-toggle{display:grid;grid-template-columns:auto auto minmax(0,1fr);align-items:center;gap:10px;padding:12px;border:1px solid var(--lexhb-border);border-radius:12px;background:var(--lexhb-surface-2);cursor:pointer}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-toggle input{position:absolute;opacity:0}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-toggle>span{width:42px;height:24px;border-radius:999px;background:color-mix(in srgb,var(--lexhb-muted) 28%,var(--lexhb-surface));position:relative;transition:background .14s ease}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-toggle>span:after{content:"";position:absolute;left:3px;top:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 2px 5px rgba(15,23,42,.2);transition:transform .14s ease}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-toggle input:checked+span{background:var(--lexhb-green)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-toggle input:checked+span:after{transform:translateX(18px)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-toggle>div{display:grid;gap:2px}.lexhbrowse-toggle strong{font-size:12px!important}.lexhbrowse-toggle small{font-size:10px!important;color:var(--lexhb-muted)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-auto-note{display:grid;gap:3px;padding:12px;border:1px solid var(--lexhb-border);border-radius:12px;background:var(--lexhb-purple-soft)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-auto-note strong{font-size:11px!important}.lexhbrowse-auto-note span{font-size:11px!important;color:var(--lexhb-muted)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-preview{position:sticky;align-self:start;height:calc(100vh - 86px);min-height:520px;display:grid;grid-template-rows:auto minmax(0,1fr) auto;border:1px solid var(--lexhb-border);background:var(--lexhb-surface);box-shadow:0 12px 28px rgba(15,23,42,.08);overflow:hidden;z-index:25}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-preview>header{min-height:48px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid var(--lexhb-border)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-preview>header>div{display:flex;align-items:center;gap:8px}.lexhbrowse-preview>header>div>span{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;background:var(--lexhb-purple-soft);color:var(--lexhb-purple)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-preview>header strong{font-size:12px!important}.lexhbrowse-preview>header>button{width:32px;height:32px;display:grid;place-items:center;border:0;border-radius:8px;background:transparent;color:var(--lexhb-muted);cursor:pointer}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-preview-scroll{min-height:0;overflow:auto;padding:13px;overscroll-behavior:contain}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-preview-id{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:12px;border-bottom:1px solid var(--lexhb-border)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-preview-id>div{display:grid;gap:2px}.lexhbrowse-preview-id small{font-size:9px!important;color:var(--lexhb-muted)}.lexhbrowse-preview-id strong{font-size:13px!important;color:var(--lexhb-purple)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-preview-section{padding:13px 0;border-bottom:1px solid var(--lexhb-border)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-preview-section:last-child{border-bottom:0}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-preview-section h3{margin:0 0 9px;font-size:11px!important;font-weight:700!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-preview-row{min-height:27px;display:flex;align-items:center;justify-content:space-between;gap:12px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-preview-row span{font-size:10px!important;color:var(--lexhb-muted)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-preview-row strong{font-size:10px!important;font-weight:650!important;text-align:right;overflow-wrap:anywhere}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-preview-locked{display:grid;gap:8px}.lexhbrowse-preview-locked .lexhbrowse-contact-locked{min-height:34px;padding:0 10px;border:1px solid var(--lexhb-border);border-radius:9px;background:var(--lexhb-surface-2)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-verification{min-height:28px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:7px;font-size:10px!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-verification.is-passed svg{color:var(--lexhb-green)}.lexhbrowse-verification.is-unavailable svg{color:var(--lexhb-muted)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-verification small{font-size:9px!important;color:var(--lexhb-muted)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-preview-campaigns{display:flex;flex-wrap:wrap;gap:6px}.lexhbrowse-preview-campaigns span{padding:4px 7px;border-radius:7px;background:var(--lexhb-purple-soft);color:var(--lexhb-purple);font-size:9px!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-preview>footer{padding:12px;display:grid;gap:8px;border-top:1px solid var(--lexhb-border);background:var(--lexhb-surface)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-preview>footer>div{display:flex;align-items:center;justify-content:space-between}.lexhbrowse-preview>footer>div span{font-size:10px!important;color:var(--lexhb-muted)}.lexhbrowse-preview>footer>div strong{font-size:14px!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-preview>footer>small{display:flex;align-items:flex-start;gap:5px;font-size:9px!important;line-height:1.4!important;color:var(--lexhb-muted)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-preview-skeleton{display:grid;gap:11px}.lexhbrowse-preview-skeleton span{height:12px;border-radius:999px;background:linear-gradient(90deg,color-mix(in srgb,var(--lexhb-border) 68%,transparent),color-mix(in srgb,var(--lexhb-border) 25%,transparent),color-mix(in srgb,var(--lexhb-border) 68%,transparent));background-size:220% 100%;animation:lexhbrowse-shimmer 1.25s linear infinite}.lexhbrowse-preview-skeleton span:nth-child(3n){width:62%}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-dialog-backdrop{position:fixed;inset:0;z-index:160;display:grid;place-items:center;padding:18px;background:rgba(15,23,42,.38);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-dialog{width:min(720px,100%);max-height:min(88vh,860px);overflow:auto;border:1px solid var(--lexhb-border);border-radius:12px;background:var(--lexhb-surface);box-shadow:0 26px 70px rgba(15,23,42,.24)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-dialog>header{min-height:62px;padding:12px 16px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;border-bottom:1px solid var(--lexhb-border)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-dialog>header h2{margin:0;font-size:18px!important;font-weight:700!important}.lexhbrowse-dialog>header p{margin:3px 0 0;font-size:12px!important;color:var(--lexhb-muted)}.lexhbrowse-dialog>header>button{width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:9px;background:transparent;color:var(--lexhb-muted);cursor:pointer}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-dialog>footer{padding:12px 16px;display:flex;justify-content:flex-end;gap:9px;border-top:1px solid var(--lexhb-border)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-filter-dialog{width:min(1120px,100%)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-advanced-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;padding:16px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-advanced-grid fieldset{min-width:0;margin:0;padding:0;border:0;display:grid;align-content:start;gap:10px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-advanced-grid legend{margin-bottom:2px;font-size:12px!important;font-weight:700!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-advanced-grid label,html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-bid-dialog>label,html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-save-dialog>label{display:grid;gap:5px;font-size:10px!important;font-weight:600;color:var(--lexhb-muted)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-advanced-grid :where(input,select),html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-bid-dialog>label input,html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-save-dialog>label input{width:100%;height:40px;padding:0 11px;border:1px solid var(--lexhb-border);border-radius:12px;background:var(--lexhb-surface);color:var(--lexhb-text);font-size:12px!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-check{display:flex!important;grid-template-columns:none!important;align-items:center;gap:8px!important;min-height:40px;padding:8px;border:1px solid var(--lexhb-border);border-radius:12px;background:var(--lexhb-surface-2);color:var(--lexhb-text)!important;cursor:pointer}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-check input{width:16px!important;height:16px!important;accent-color:var(--lexhb-purple)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-save-dialog{width:min(520px,100%)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-save-dialog>label{margin:14px 16px 0}.lexhbrowse-save-dialog>label.lexhbrowse-check{margin-bottom:14px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-compare-dialog{width:min(980px,100%)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-compare-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:16px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-compare-grid article{padding:13px;border:1px solid var(--lexhb-border);border-radius:12px;background:var(--lexhb-surface-2)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-compare-grid article>strong{display:block;margin-bottom:7px;color:var(--lexhb-purple);font-size:12px!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-bid-dialog{width:min(560px,100%)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-bid-summary{display:grid;gap:2px;margin:14px 16px;padding:12px;border:1px solid var(--lexhb-border);border-radius:12px;background:var(--lexhb-surface-2)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-bid-dialog>label{margin:0 16px 16px}@media (prefers-reduced-motion:reduce){html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse *{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}@media(max-width:1560px){html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse.has-preview{grid-template-columns:minmax(0,1fr) 310px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-filter-row{grid-template-columns:repeat(4,minmax(120px,1fr))}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1199px){html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse.has-preview{grid-template-columns:1fr}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-preview{position:fixed;right:0;top:0;bottom:0;z-index:150;width:min(420px,92vw);height:100vh;min-height:0;border-radius:12px 0 0 12px;box-shadow:-18px 0 54px rgba(15,23,42,.22)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-preview:before{content:"";position:fixed;inset:0;z-index:-1;background:rgba(15,23,42,.34)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-advanced-grid,html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace]{padding:10px!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-page-head{align-items:flex-start;flex-direction:column}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-page-actions{width:100%;justify-content:flex-start}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-page-actions>*{flex:1 1 auto}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-filter-row{grid-template-columns:repeat(2,minmax(0,1fr))}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-results-tools{align-items:flex-start;flex-direction:column}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-results-tools>div{width:100%;justify-content:flex-start}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-card-grid{grid-template-columns:1fr}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-pagination{align-items:flex-start;flex-direction:column}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-pagination>div{width:100%;overflow-x:auto;padding-bottom:2px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-compare-grid{grid-template-columns:1fr 1fr}}@media(max-width:620px){html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace]{padding:8px!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-page-title h1{font-size:21px!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-page-title p{font-size:12px!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-kpis{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:3px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-kpi{min-width:250px;scroll-snap-align:start}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-filter-row{grid-template-columns:1fr 1fr}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-btn,html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-more-filter,html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-select>button{min-height:44px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-search{height:44px;width:100%}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-table-wrap{display:none}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-card-grid{display:grid!important;padding:8px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-selection-bar{align-items:flex-start;flex-wrap:wrap}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-selection-bar>strong{width:100%}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-preview{width:100%;border-radius:0}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-dialog-backdrop{padding:0;align-items:end}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-dialog{width:100%;max-height:94vh;border-radius:14px 14px 0 0}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-advanced-grid{grid-template-columns:1fr;gap:14px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-compare-grid{grid-template-columns:1fr}}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-mobile-cards{display:none}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-preview-notice{margin:0 14px 12px;padding:10px 11px;display:flex;align-items:center;gap:8px;border:1px solid color-mix(in srgb,#f59e0b 35%,var(--lexhb-border));border-radius:12px;background:color-mix(in srgb,#f59e0b 8%,var(--lexhb-surface));color:var(--lexhb-text);font-size:12px;line-height:1.45}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-preview-notice svg{color:#d97706;flex:0 0 auto}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-auto form>label:not(.lexhbrowse-toggle){display:grid;gap:6px;color:var(--lexhb-muted);font-size:11px;font-weight:600}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-auto form>label select{width:100%;min-height:42px;padding:0 12px;border:1px solid var(--lexhb-border);border-radius:12px;background:var(--lexhb-surface);color:var(--lexhb-text)}@media(max-width:620px){html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-mobile-cards{display:grid!important;padding:8px}}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace]{padding:18px 20px 20px!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse{gap:14px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse.has-preview{grid-template-columns:minmax(0,1fr) 292px;gap:14px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-main{gap:14px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-page-head{min-height:72px;padding:4px 4px 6px;align-items:center}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-page-title{gap:14px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-page-title>span{width:46px;height:46px;flex-basis:46px;border-radius:12px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-page-title h1{font-size:24px!important;line-height:1.2!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-page-title p{margin-top:5px;max-width:760px;font-size:13px!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-page-actions{gap:10px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-page-actions .lexhbrowse-btn,html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-wallet{min-height:44px!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-wallet{min-width:148px;padding:7px 14px!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-wallet>span{width:32px;height:32px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-kpis{gap:14px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-kpi{min-height:144px;padding:17px 18px 13px;grid-template-columns:46px minmax(0,1fr);grid-template-rows:auto 34px;gap:9px 13px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-kpi-icon{width:46px;height:46px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-kpi-copy{gap:3px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-kpi-copy>span{font-size:11.5px!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-kpi-copy>strong{font-size:24px!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-kpi-copy>small{font-size:10.5px!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-spark{height:34px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-tabs{min-height:48px;padding-inline:8px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-tabs button{min-height:46px;padding-inline:16px;font-size:12px!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-inventory{padding:14px 14px 12px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-inventory-head{margin-bottom:11px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-inventory-head>div{gap:9px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-inventory-head>div>span{width:30px;height:30px;flex-basis:30px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-inventory-head h2{font-size:17px!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-search-row{margin-bottom:9px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-search{width:min(760px,100%);height:40px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-filter-row{grid-template-columns:repeat(7,minmax(112px,1fr)) minmax(122px,.9fr);gap:9px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-more-filter,html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-select>button{min-height:38px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-active-filters{margin-top:10px;gap:8px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-active-filters>button:not(.lexhbrowse-clear-all){height:27px;padding-inline:10px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-results-tools{min-height:52px;padding:9px 14px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-table-wrap{max-width:100%;overflow:auto;scrollbar-gutter:stable}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-table thead th{height:42px;vertical-align:middle}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-table tbody td{height:48px;vertical-align:middle}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-table tbody tr:hover{background:color-mix(in srgb,var(--lexhb-purple) 2.5%,var(--lexhb-surface))}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-row-actions{gap:6px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-row-actions>button,html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-row-actions>details>summary{height:30px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-pagination{min-height:58px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-pagination .lexhbrowse-select{width:122px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-preview{top:8px;height:calc(100vh - 82px);min-height:640px;border-radius:12px;box-shadow:0 12px 30px rgba(15,23,42,.07)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-preview>header{min-height:52px;padding-inline:13px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-preview-scroll{padding:14px 13px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-preview-section{padding:14px 0}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-preview-row{min-height:29px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-preview>footer{padding:13px;gap:9px}@media(max-width:1560px){html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse.has-preview{grid-template-columns:minmax(0,1fr) 292px}}@media(max-width:1199px){html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse.has-preview{grid-template-columns:1fr}}@media(max-width:820px){html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace]{padding:10px!important}}@media(max-width:620px){html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace]{padding:8px!important}}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-preview-empty{min-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:24px 18px;text-align:center;color:var(--lexhb-muted)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-preview-empty svg{color:var(--lexhb-purple)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-preview-empty strong{font-size:12px!important;color:var(--lexhb-text)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-preview-empty p{max-width:240px;margin:0;font-size:10px!important;line-height:1.5!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-results{overflow:hidden;border:1px solid var(--lexhb-border);border-radius:12px;background:var(--lexhb-surface)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-results-tools{min-height:58px;padding:10px 14px;border-bottom:1px solid var(--lexhb-border);background:var(--lexhb-surface)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-results-tools>strong{color:var(--lexhb-text);font-size:12px!important;font-weight:600!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-results-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-sort-control{display:flex;align-items:center;gap:8px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-sort-control>span{color:var(--lexhb-muted);font-size:11px!important;font-weight:600;white-space:nowrap}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-sort-control .lexhbrowse-select{min-width:150px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-view-control{min-width:150px;display:flex;align-items:center;gap:7px;padding-left:10px;border:1px solid var(--lexhb-border);border-radius:12px;background:var(--lexhb-surface);color:var(--lexhb-purple)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-view-control .lexhbrowse-select{flex:1 1 auto;min-width:0}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-view-control .lexhbrowse-select>button{border:0;background:transparent;min-height:38px;padding-left:0}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-save-view-btn{min-height:40px;padding-inline:14px;color:var(--lexhb-purple)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-table{min-width:1480px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-table thead th{height:44px;padding:0 10px;background:var(--lexhb-surface);border-bottom:1px solid var(--lexhb-border);color:var(--lexhb-text);font-size:10.5px!important;font-weight:650!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-table tbody td{height:50px;padding:7px 10px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-empty-table-row td{height:260px!important;padding:0 24px!important;text-align:center;white-space:normal!important}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-empty-table-row .lexhbrowse-empty{min-height:240px}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-pagination{min-height:66px;padding:10px 14px;border-top:1px solid var(--lexhb-border)}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-pagination>span{color:var(--lexhb-text);font-size:11.5px!important;font-weight:500}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-pagination .lexhbrowse-select{width:132px;margin-right:14px}@media(max-width:900px){html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-results-actions{width:100%;justify-content:flex-start}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-sort-control,html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-view-control{min-width:180px}}html[data-lexh-color-mode] .lexhp-role-buyer .lexhp-content[data-section=marketplace] .lexhbrowse-pagination .lexhbrowse-select-menu{top:auto;bottom:calc(100% + 6px);z-index:120}.lexhp-role-seller .lexhp-content[data-section=dashboard]{width:min(100%,1600px)!important;max-width:1600px!important;padding:12px 14px 20px!important;overflow-x:hidden}.lxs-dashboard{--lxs-blue:#2463eb;--lxs-violet:#3b19eb;--lxs-cyan:#13b8d3;--lxs-green:#16a34a;--lxs-orange:#f97316;--lxs-text:var(--lexhp-text);--lxs-muted:var(--lexhp-muted);--lxs-line:var(--lexhp-line);--lxs-card:var(--lexhp-panel);--lxs-soft:var(--lexhp-panel-2);display:grid;gap:7px;min-width:0;color:var(--lxs-text)}.lxs-dashboard *{box-sizing:border-box}.lxs-dashboard a{text-decoration:none}.lxs-dashboard button,.lxs-dashboard input,.lxs-dashboard select{font:inherit}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.lxs-kpi,.lxs-page-head,.lxs-setup,.lxs-widget{background:var(--lxs-card);border:1px solid var(--lxs-line);border-radius:10px;box-shadow:0 1px 4px rgba(15,23,42,.035)}.lxs-page-head{min-height:68px;padding:9px 13px;display:flex;align-items:center;justify-content:space-between;gap:18px}.lxs-page-head__identity{display:flex;align-items:center;gap:13px;min-width:0}.lxs-page-head__icon{width:46px;height:46px;display:grid;place-items:center;color:var(--lxs-blue);border-right:1px solid var(--lxs-line);padding-right:12px;flex:0 0 46px}.lxs-page-head__identity h1{margin:2px 0 1px!important;font-size:20px!important;line-height:1.16!important;letter-spacing:-.015em!important;color:var(--lxs-text)!important}.lxs-page-head__identity p{margin:0!important;font-size:11px!important;line-height:1.35!important;color:var(--lxs-muted)!important}.lxs-eyebrow,.lxs-kicker{display:block;font-size:9px!important;line-height:1.1!important;letter-spacing:.03em;color:var(--lxs-blue);text-transform:uppercase}.lxs-kicker.is-live{color:#0969dc}.lxs-page-head__tools{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.lxs-operational{display:inline-flex;align-items:center;gap:7px;padding:5px 9px;border:1px solid var(--lxs-line);border-radius:6px;background:var(--lxs-soft);font-size:10px!important;white-space:nowrap}.lxs-operational i{width:8px;height:8px;border-radius:50%;background:#94a3b8;box-shadow:0 0 0 2px color-mix(in srgb,#94a3b8 14%,transparent)}.lxs-operational.is-ok i{background:#16a34a}.lxs-operational.is-warning i{background:#f59e0b}.lxs-operational.is-loading i{animation:lxsPulse 1.4s infinite}.lxs-sync{font-size:9px!important;color:var(--lxs-blue);white-space:nowrap}.lxs-advanced-filters__actions button,.lxs-btn,.lxs-filter-btn,.lxs-pagination button,.lxs-table-tools>button,.lxs-widget__actions>button{min-height:32px;padding:6px 13px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid var(--lxs-line);border-radius:6px;background:var(--lxs-card);color:var(--lxs-blue);font-size:10px!important;line-height:1.1!important;cursor:pointer;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease,transform .16s ease}.lxs-advanced-filters__actions button:hover,.lxs-btn:hover,.lxs-filter-btn:hover,.lxs-pagination button:hover:not(:disabled),.lxs-table-tools>button:hover,.lxs-widget__actions>button:hover{border-color:color-mix(in srgb,var(--lxs-blue) 45%,var(--lxs-line));background:color-mix(in srgb,var(--lxs-blue) 5%,var(--lxs-card))}.lxs-advanced-filters__actions button.is-primary,.lxs-btn.is-primary{background:linear-gradient(135deg,#3121eb,#2604dc);border-color:#2c13df;color:#fff;min-width:118px}.lxs-btn:focus-visible,.lxs-kpi:focus-visible,.lxs-page-head a:focus-visible,.lxs-widget button:focus-visible,.lxs-widget input:focus-visible,.lxs-widget select:focus-visible{outline:2px solid color-mix(in srgb,var(--lxs-blue) 65%,#fff);outline-offset:2px}.lxs-dashboard button:disabled{opacity:.55;cursor:not-allowed}.lxs-setup{min-height:75px;padding:8px 12px;display:grid;grid-template-columns:minmax(230px,.8fr) minmax(380px,2fr) auto;align-items:center;gap:14px}.lxs-setup__intro{display:flex;align-items:center;gap:12px}.lxs-setup__shield{width:40px;height:40px;border:1.5px solid #f97316;color:#f97316;display:grid;place-items:center;clip-path:polygon(50% 0,90% 14%,87% 69%,50% 100%,13% 69%,10% 14%)}.lxs-setup h2{margin:0 0 2px!important;font-size:14px!important;line-height:1.2!important;color:var(--lxs-text)!important}.lxs-setup p{margin:0!important;font-size:9px!important;line-height:1.3!important;color:var(--lxs-muted)!important}.lxs-setup__progress{display:grid;gap:6px}.lxs-setup__progress-head{display:flex;align-items:center;justify-content:space-between;font-size:9px!important;color:var(--lxs-blue)}.lxs-progress{height:5px;background:color-mix(in srgb,var(--lxs-line) 75%,transparent);border-radius:999px;overflow:hidden}.lxs-progress>span{display:block;height:100%;background:linear-gradient(90deg,#2d39e9,#3c19eb);border-radius:inherit;transition:width .25s ease}.lxs-setup__steps{display:flex;gap:9px;align-items:center;flex-wrap:wrap}.lxs-setup__steps>span{min-height:22px;padding:4px 8px;display:inline-flex;align-items:center;gap:5px;border:1px solid var(--lxs-line);border-radius:5px;background:var(--lxs-soft);font-size:8px!important;line-height:1!important;white-space:nowrap;color:var(--lxs-muted)}.lxs-setup__steps .is-complete{color:#07883f;border-color:color-mix(in srgb,#16a34a 18%,var(--lxs-line));background:color-mix(in srgb,#16a34a 5%,var(--lxs-card))}.lxs-setup__steps .is-required{color:#d55a10;border-color:color-mix(in srgb,#f97316 24%,var(--lxs-line));background:color-mix(in srgb,#f97316 4%,var(--lxs-card))}.lxs-kpis{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:7px}.lxs-kpi{min-height:91px;padding:10px;display:grid;grid-template-columns:42px 1fr;grid-template-rows:1fr auto;gap:5px 9px;min-width:0;color:var(--lxs-text);position:relative;overflow:hidden;transition:border-color .17s ease,box-shadow .17s ease,transform .17s ease}.lxs-kpi:hover{border-color:color-mix(in srgb,var(--lxs-kpi-tone,var(--lxs-blue)) 44%,var(--lxs-line));box-shadow:0 5px 15px color-mix(in srgb,var(--lxs-kpi-tone,var(--lxs-blue)) 10%,transparent);transform:translateY(-1px)}.lxs-kpi[data-tone=blue]{--lxs-kpi-tone:#2563eb}.lxs-kpi[data-tone=cyan]{--lxs-kpi-tone:#06b6d4}.lxs-kpi[data-tone=green]{--lxs-kpi-tone:#16a34a}.lxs-kpi[data-tone=violet]{--lxs-kpi-tone:#3b19eb}.lxs-kpi[data-tone=emerald]{--lxs-kpi-tone:#079447}.lxs-kpi[data-tone=orange]{--lxs-kpi-tone:#f97316}.lxs-kpi__icon{width:42px;height:42px;display:grid;place-items:center;border-radius:6px;background:var(--lxs-kpi-tone);color:#fff;grid-row:1/3;align-self:start}.lxs-kpi__copy{display:grid;align-content:start;min-width:0}.lxs-kpi__copy>span{font-size:9px!important;color:#1d3f89}.lxs-kpi__copy strong,.lxs-kpi__copy>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lxs-kpi__copy strong{font-size:19px!important;line-height:1.1!important;letter-spacing:.01em!important;color:var(--lxs-text)!important}.lxs-kpi__copy small{font-size:7.5px!important;line-height:1.2!important;color:color-mix(in srgb,var(--lxs-kpi-tone) 80%,var(--lxs-muted));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lxs-kpi__action{grid-column:2;font-size:8px!important;color:var(--lxs-blue);text-align:right;white-space:nowrap}.lxs-analytics-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(350px,.95fr);gap:7px}.lxs-widget{min-width:0;padding:9px 11px}.lxs-widget__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:5px}.lxs-widget__head h2{margin:2px 0 1px!important;font-size:13px!important;line-height:1.15!important;color:var(--lxs-text)!important}.lxs-widget__head p{margin:0!important;font-size:8px!important;line-height:1.35!important;color:var(--lxs-muted)!important}.lxs-widget__actions{display:flex;align-items:center;gap:7px;flex-wrap:wrap;justify-content:flex-end}.lxs-table-tools select,.lxs-widget__actions select{min-height:30px;padding:5px 28px 5px 9px;border:1px solid var(--lxs-line);border-radius:5px;background:var(--lxs-card);color:var(--lxs-text);font-size:9px!important}.lxs-custom-range{display:flex;justify-content:flex-end;gap:8px;margin:-2px 0 5px}.lxs-custom-range label{display:flex;align-items:center;gap:5px;font-size:8px!important;color:var(--lxs-muted)}.lxs-custom-range input{min-height:28px;border:1px solid var(--lxs-line);border-radius:5px;background:var(--lxs-card);color:var(--lxs-text);padding:3px 6px;font-size:8px!important}.lxs-chart{min-height:205px;display:grid;grid-template-rows:auto 1fr;gap:3px}.lxs-chart__legend{display:flex;align-items:center;gap:20px;padding:2px 5px;font-size:8px!important;color:var(--lxs-muted)}.lxs-chart__legend span{display:flex;align-items:center;gap:5px}.lxs-chart__legend i{width:7px;height:7px;border-radius:50%}.lxs-chart__legend .is-total{background:#1475ef}.lxs-chart__legend .is-sold{background:#3511e7}.lxs-chart__legend .is-earnings{width:13px;height:2px;border-radius:0;background:#16a34a}.lxs-chart svg{width:100%;height:205px;overflow:visible}.lxs-chart__grid line{stroke:color-mix(in srgb,var(--lxs-line) 75%,transparent);stroke-width:1}.lxs-chart__grid text,.lxs-chart__money-label,.lxs-chart__x{fill:var(--lxs-muted);font-size:8px}.lxs-chart rect.is-total{fill:#1475ef}.lxs-chart rect.is-sold{fill:#3511e7}.lxs-chart polyline.is-earnings{fill:none;stroke:#16a34a;stroke-width:2;vector-effect:non-scaling-stroke}.lxs-chart circle.is-earnings-dot{fill:#16a34a;stroke:var(--lxs-card);stroke-width:1.5}.lxs-analytics-totals{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--lxs-line);padding-top:6px}.lxs-mini-stat{display:grid;justify-items:center;gap:2px;padding:2px 8px;border-left:1px solid var(--lxs-line);min-width:0}.lxs-mini-stat:first-child{border-left:0}.lxs-mini-stat span{font-size:8px!important;color:var(--lxs-muted);white-space:nowrap}.lxs-mini-stat strong{font-size:12px!important;line-height:1.1!important;color:#1b49ad!important;white-space:nowrap}.lxs-mini-stat strong.is-good{color:#0e9a3b!important}.lxs-quality{display:flex;flex-direction:column}.lxs-quality__main{display:grid;grid-template-columns:minmax(145px,.85fr) minmax(160px,1fr);align-items:center;gap:14px;min-height:185px}.lxs-donut{width:150px;height:150px;margin:auto;border-radius:50%;display:grid;place-items:center;position:relative}.lxs-donut:after{content:"";position:absolute;width:94px;height:94px;border-radius:50%;background:var(--lxs-card);box-shadow:0 0 0 1px color-mix(in srgb,var(--lxs-line) 65%,transparent)}.lxs-donut>span{position:relative;z-index:1;display:grid;justify-items:center}.lxs-donut strong{font-size:18px!important;line-height:1!important}.lxs-donut small{font-size:8px!important;color:var(--lxs-blue)}.lxs-status-list{display:grid;gap:9px}.lxs-status-list>div{display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:9px!important}.lxs-status-list>div>span{display:flex;align-items:center;gap:7px;color:var(--lxs-muted)}.lxs-status-list i{width:7px;height:7px;border-radius:50%}.lxs-status-list strong{color:#1c46a3!important;font-size:9px!important}.lxs-status-list small{font-size:8px!important;color:inherit}.lxs-quality-metrics{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--lxs-line);border-radius:7px;padding:7px 2px}.lxs-text-link{align-self:flex-start;margin-top:6px;font-size:8px!important;color:var(--lxs-blue)}.lxs-automation{padding-bottom:8px}.lxs-automation__head{align-items:center}.lxs-automation__controls{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.lxs-ready{display:inline-flex;align-items:center;gap:6px;padding:5px 8px;border:1px solid var(--lxs-line);border-radius:5px;font-size:8px!important;color:var(--lxs-muted);white-space:nowrap}.lxs-ready i{width:7px;height:7px;border-radius:50%;background:#f59e0b}.lxs-ready.is-ready{color:#0c8a42}.lxs-ready.is-ready i{background:#16a34a}.lxs-automation-status{white-space:nowrap}.lxs-automation-status,.lxs-toggle{font-size:8px!important;color:#1b3d88}.lxs-toggle{display:flex!important;align-items:center;gap:7px}.lxs-toggle button{width:31px;height:18px;padding:2px;border:0;border-radius:999px;background:#94a3b8;cursor:pointer;transition:background .15s}.lxs-toggle button i{display:block;width:14px;height:14px;border-radius:50%;background:white;transition:transform .15s}.lxs-toggle button.is-on{background:#18ad57}.lxs-toggle button.is-on i{transform:translateX(13px)}.lxs-automation-metrics{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));margin:3px 0 6px}.lxs-flow-metric{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;align-items:center;gap:1px 6px;padding:4px 10px;border-left:1px solid var(--lxs-line);min-width:0;color:#1d54c6}.lxs-flow-metric:first-child{border-left:0}.lxs-flow-metric svg{grid-row:1/3}.lxs-flow-metric span{font-size:7.5px!important;color:var(--lxs-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lxs-flow-metric strong{font-size:11px!important;line-height:1.1!important;color:#1744a8!important;white-space:nowrap}.lxs-pipeline{overflow-x:auto;padding:4px 3px 3px}.lxs-pipeline,.lxs-pipeline__wrap{display:flex;align-items:center;gap:6px}.lxs-pipeline__wrap{flex:0 0 auto}.lxs-pipeline__step{min-height:27px;padding:5px 9px;display:inline-flex;align-items:center;gap:6px;border:1px solid var(--lxs-line);border-radius:5px;background:var(--lxs-soft);font-size:7.5px!important;color:#1744a8;white-space:nowrap}.lxs-pipeline__arrow{color:#1e40af}.lxs-split{gap:18px;padding:3px;font-size:7.5px!important;color:var(--lxs-muted)}.lxs-split,.lxs-split span{display:flex;align-items:center}.lxs-split span{gap:6px}.lxs-split i{width:6px;height:6px;border-radius:50%}.lxs-split .is-seller{background:#16a34a}.lxs-split .is-platform{background:#2563eb}.lxs-inline-message{margin:2px 0 5px;padding:5px 8px;border-radius:5px;font-size:8px!important}.lxs-inline-message.is-success{color:#08783a;background:color-mix(in srgb,#16a34a 7%,var(--lxs-card));border:1px solid color-mix(in srgb,#16a34a 25%,var(--lxs-line))}.lxs-inline-message.is-error{color:#c52c37;background:color-mix(in srgb,#ef4444 6%,var(--lxs-card));border:1px solid color-mix(in srgb,#ef4444 22%,var(--lxs-line))}.lxs-leads{padding:8px 9px 6px}.lxs-leads__head,.lxs-table-tools{align-items:center}.lxs-table-tools{display:flex;justify-content:flex-end;gap:7px;margin:-34px 0 6px auto;padding-right:2px;max-width:64%}.lxs-search{min-height:30px;min-width:190px;display:flex!important;align-items:center;gap:6px;padding:0 9px;border:1px solid var(--lxs-line);border-radius:5px;background:var(--lxs-card);color:var(--lxs-blue)}.lxs-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--lxs-text);font-size:9px!important}.lxs-search input::placeholder{color:var(--lxs-muted)}.lxs-filter-btn.is-active{border-color:var(--lxs-blue);background:color-mix(in srgb,var(--lxs-blue) 7%,var(--lxs-card))}.lxs-advanced-filters{display:grid;grid-template-columns:repeat(5,minmax(110px,1fr));gap:7px;padding:8px;margin-bottom:6px;border:1px solid var(--lxs-line);border-radius:7px;background:var(--lxs-soft)}.lxs-advanced-filters label{display:grid!important;gap:3px}.lxs-advanced-filters label span{font-size:7.5px!important;color:var(--lxs-muted)}.lxs-advanced-filters input{min-width:0;width:100%;min-height:28px;padding:4px 7px;border:1px solid var(--lxs-line);border-radius:5px;background:var(--lxs-card);color:var(--lxs-text);font-size:8px!important}.lxs-advanced-filters__actions{display:flex;align-items:end;justify-content:flex-end;gap:6px}.lxs-table-wrap{width:100%;max-width:100%;overflow-x:auto;overscroll-behavior-inline:contain;border-top:1px solid var(--lxs-line);scrollbar-width:thin}.lxs-table{width:100%;min-width:1590px;border-collapse:collapse;table-layout:auto}.lxs-table td,.lxs-table th{height:25px;padding:4px 6px;border-bottom:1px solid color-mix(in srgb,var(--lxs-line) 72%,transparent);font-size:7.2px!important;line-height:1.25!important;text-align:left;white-space:nowrap;max-width:150px;overflow:hidden;text-overflow:ellipsis;color:var(--lxs-text)}.lxs-table th{height:23px;color:#1744a8!important;background:var(--lxs-card);position:sticky;top:0;z-index:1}.lxs-table tbody tr:hover td{background:color-mix(in srgb,var(--lxs-blue) 3.5%,var(--lxs-card))}.lxs-sort{border:0;background:transparent;color:inherit;display:inline-flex;align-items:center;gap:3px;padding:0;cursor:pointer;font-size:inherit!important}.lxs-lead-id{color:#1d4ed8}.lxs-table td a{color:#234b9a}.lxs-status,.lxs-tier{display:inline-flex;align-items:center;gap:4px}.lxs-tier{padding:2px 5px;border-radius:999px;border:1px solid var(--lxs-line);background:var(--lxs-soft)}.lxs-tier.is-elite,.lxs-tier.is-premium{color:#0a8747}.lxs-tier.is-review{color:#c2413a}.lxs-status i{width:6px;height:6px;border-radius:50%}.lxs-row-actions{display:flex;align-items:center;gap:7px}.lxs-row-actions a,.lxs-row-actions button{display:grid;place-items:center;width:20px;height:20px;padding:0;border:0;background:transparent;border-radius:4px;color:#1744a8;cursor:pointer}.lxs-row-actions a:hover,.lxs-row-actions button:hover{background:color-mix(in srgb,var(--lxs-blue) 8%,var(--lxs-card))}.lxs-table-empty{min-height:95px;display:grid;place-items:center;align-content:center;gap:4px;color:var(--lxs-muted)}.lxs-table-empty strong{font-size:10px!important}.lxs-table-empty span{font-size:8px!important}.lxs-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:5px 2px 0;font-size:8px!important;color:var(--lxs-muted)}.lxs-pagination>div{display:flex;align-items:center;gap:3px}.lxs-pagination button{min-width:24px;min-height:23px;padding:3px 5px;border-radius:4px}.lxs-pagination button.is-active{background:#2d23df;color:#fff;border-color:#2d23df}.lxs-pagination>div>span{padding:0 2px}.lxs-bottom-grid{display:grid;grid-template-columns:1fr 1.02fr;gap:7px}.lxs-finance-list,.lxs-integration-list{display:grid;gap:3px}.lxs-finance-list>div,.lxs-integration-list>div{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:18px;font-size:8px!important}.lxs-finance-list>div>span,.lxs-integration-list>div>span{display:flex;align-items:center;gap:6px;color:var(--lxs-muted)}.lxs-finance-list i,.lxs-integration-list i{width:12px;height:12px;border-radius:50%;display:grid;place-items:center;color:#fff}.lxs-finance-list i.is-good,.lxs-integration-list i.is-good{background:#16a34a}.lxs-finance-list i.is-info{background:#1677c8}.lxs-finance-list i.is-warning{background:#f59e0b}.lxs-integration-list i.is-bad{background:#ef4444}.lxs-finance-list strong,.lxs-integration-list strong{color:#1744a8!important;font-size:8px!important}.lxs-integration-list .is-bad span,.lxs-integration-list .is-bad strong{color:#dc2626!important}.lxs-finance__foot,.lxs-integration__foot{display:flex;align-items:center;justify-content:space-between;gap:9px;margin-top:6px;padding-top:5px;border-top:1px solid var(--lxs-line);font-size:7.5px!important;color:var(--lxs-muted)}.lxs-finance__foot strong{display:flex;align-items:center;gap:4px;color:#ea580c!important}.lxs-health-word.is-good{color:#169447}.lxs-health-word.is-warning{color:#d97706}.lxs-integration__foot .lxs-btn{border:0;padding:2px 0;min-height:auto}.lxs-state{min-height:42px;padding:8px 10px;display:flex;align-items:center;justify-content:center;gap:8px;border:1px dashed var(--lxs-line);border-radius:7px;color:var(--lxs-muted);font-size:9px!important}.lxs-state--error{color:#c8323d;background:color-mix(in srgb,#ef4444 4%,var(--lxs-card))}.lxs-state button{border:0;background:transparent;color:var(--lxs-blue);cursor:pointer;text-decoration:underline}.lxs-skeleton{display:block;background:linear-gradient(90deg,color-mix(in srgb,var(--lxs-line) 65%,var(--lxs-card)) 25%,color-mix(in srgb,var(--lxs-line) 30%,var(--lxs-card)) 50%,color-mix(in srgb,var(--lxs-line) 65%,var(--lxs-card)) 75%);background-size:200% 100%;animation:lxsShimmer 1.35s infinite;border-radius:5px}.lxs-skeleton--chip{width:110px;height:22px}.lxs-skeleton--value{width:78px;height:21px;margin:2px 0}.lxs-skeleton--cell{width:54px;height:9px}.lxs-skeleton--money{width:62px;height:9px}.lxs-skeleton--count{width:20px;height:8px}.lxs-skeleton--donut{width:150px;height:150px;border-radius:50%}.lxs-skeleton--line{width:100%;height:9px}.lxs-chart-skeleton{height:205px;display:grid;align-content:end;grid-template-columns:repeat(3,1fr);gap:12px;padding:24px 45px}.lxs-chart-skeleton>span:first-child{height:52%}.lxs-chart-skeleton>span:nth-child(2){height:76%}.lxs-chart-skeleton>span:nth-child(3){height:64%}.lxs-quality__loading{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:18px;min-height:185px}.lxs-quality__loading>div{display:grid;gap:12px}.lxs-toast{position:fixed;right:24px;bottom:24px;z-index:420;display:flex;align-items:center;gap:8px;max-width:min(360px,calc(100vw - 40px));padding:9px 12px;border:1px solid color-mix(in srgb,#16a34a 30%,var(--lxs-line));border-radius:8px;background:var(--lxs-card);box-shadow:var(--lexhp-shadow-lg);color:#0e8a43;font-size:9px!important}@keyframes lxsShimmer{to{background-position:-200% 0}}@keyframes lxsPulse{50%{opacity:.35}}html[data-lexh-color-mode=dark] .lxs-dashboard{--lxs-blue:#8aa7ff}html[data-lexh-color-mode=dark] .lxs-kpi,html[data-lexh-color-mode=dark] .lxs-page-head,html[data-lexh-color-mode=dark] .lxs-setup,html[data-lexh-color-mode=dark] .lxs-widget{box-shadow:none}html[data-lexh-color-mode=dark] .lxs-finance-list strong,html[data-lexh-color-mode=dark] .lxs-flow-metric strong,html[data-lexh-color-mode=dark] .lxs-integration-list strong,html[data-lexh-color-mode=dark] .lxs-kpi__copy>span,html[data-lexh-color-mode=dark] .lxs-lead-id,html[data-lexh-color-mode=dark] .lxs-mini-stat strong,html[data-lexh-color-mode=dark] .lxs-status-list strong,html[data-lexh-color-mode=dark] .lxs-table th{color:#aec2ff!important}html[data-lexh-color-mode=dark] .lxs-operational,html[data-lexh-color-mode=dark] .lxs-pipeline__step{background:color-mix(in srgb,var(--lexhp-panel-2) 88%,#0b1624)}@media(max-width:1400px){.lxs-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}.lxs-analytics-grid{grid-template-columns:minmax(0,1.5fr) minmax(320px,.9fr)}.lxs-automation-metrics{grid-template-columns:repeat(4,minmax(0,1fr))}.lxs-flow-metric:nth-child(5){border-left:0}.lxs-table-tools{max-width:70%}}@media(max-width:1120px){.lxs-page-head{align-items:flex-start}.lxs-page-head__tools{max-width:52%}.lxs-setup{grid-template-columns:1fr 1.7fr}.lxs-setup>.lxs-btn{grid-column:2;justify-self:end}.lxs-analytics-grid,.lxs-bottom-grid{grid-template-columns:1fr}.lxs-table-tools{max-width:none;margin:0 0 7px}.lxs-advanced-filters{grid-template-columns:repeat(3,minmax(110px,1fr))}}@media(max-width:820px){.lexhp-role-seller .lexhp-content[data-section=dashboard]{padding:10px!important}.lxs-dashboard{gap:8px}.lxs-page-head{display:grid}.lxs-page-head__tools{max-width:none;justify-content:flex-start}.lxs-sync{order:4}.lxs-setup{grid-template-columns:1fr}.lxs-setup>.lxs-btn{grid-column:auto;justify-self:start}.lxs-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.lxs-automation__head{align-items:flex-start}.lxs-automation__controls{justify-content:flex-start}.lxs-automation-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.lxs-flow-metric:nth-child(odd){border-left:0}.lxs-pipeline{padding-bottom:8px}.lxs-table-tools{flex-wrap:wrap;justify-content:flex-start}.lxs-search{flex:1 1 240px}.lxs-advanced-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.lxs-quality__main{grid-template-columns:1fr 1fr}.lxs-finance__foot,.lxs-integration__foot{flex-wrap:wrap}}@media(max-width:560px){.lxs-page-head__identity{align-items:flex-start}.lxs-page-head__identity h1{font-size:18px!important}.lxs-page-head__tools>.lxs-btn{flex:1 1 42%}.lxs-operational{width:100%}.lxs-kpis,.lxs-quality__main{grid-template-columns:1fr}.lxs-donut{width:142px;height:142px}.lxs-analytics-totals,.lxs-quality-metrics{grid-template-columns:repeat(2,1fr);row-gap:8px}.lxs-mini-stat:nth-child(3){border-left:0}.lxs-automation-metrics{grid-template-columns:1fr}.lxs-flow-metric{border-left:0;border-top:1px solid var(--lxs-line)}.lxs-flow-metric:first-child{border-top:0}.lxs-advanced-filters{grid-template-columns:1fr}.lxs-advanced-filters__actions{justify-content:stretch}.lxs-advanced-filters__actions button{flex:1 1}.lxs-pagination{align-items:flex-start;flex-direction:column}.lxs-widget__actions{justify-content:flex-start}.lxs-sales .lxs-widget__head{display:grid}.lxs-custom-range{justify-content:flex-start}.lxs-quality__loading{grid-template-columns:1fr}.lxs-setup__steps{gap:5px}.lxs-setup__steps>span{white-space:normal}.lxs-finance__foot,.lxs-integration__foot{align-items:flex-start;flex-direction:column}}.lexhp-content .lxb-dashboard.is-embedded,html[data-lexh-color-mode] .lexhp-content .lxb-dashboard.is-embedded{display:block;min-height:0;width:100%;background:transparent}.lexhp-content .lxb-dashboard.is-embedded .lxb-main,html[data-lexh-color-mode] .lexhp-content .lxb-dashboard.is-embedded .lxb-main{grid-column:auto;width:100%;min-height:0;background:transparent}.lexhp-content .lxb-dashboard.is-embedded .lxb-workspace,html[data-lexh-color-mode] .lexhp-content .lxb-dashboard.is-embedded .lxb-workspace{padding:0}.lexh-auth-card--standalone .lexh-location-fields{margin:2px 0 14px;padding:14px;border:1px solid var(--lexh-line);border-radius:12px;background:color-mix(in srgb,var(--lexh-bg) 72%,var(--lexh-surface))}.lexh-auth-card--standalone .lexh-location-fields legend{padding:0 7px;color:var(--lexh-text);font-size:12px;font-weight:600}.lexh-auth-card--standalone .lexh-location-fields .lexh-field:last-child{margin-bottom:0}.lexh-auth-card--standalone input[type=search]::-webkit-search-cancel-button{cursor:pointer}@media(max-width:580px){.lexh-auth-card--standalone .lexh-location-fields{padding:12px}}