:root{--lxh-bg:#f4f7fb;--lxh-surface:#fff;--lxh-surface-2:#eef4fb;--lxh-text:#0d2037;--lxh-muted:#5e6f83;--lxh-line:#dce6f0;--lxh-navy:#061b2f;--lxh-navy-2:#0a2742;--lxh-blue:#1469ff;--lxh-blue-2:#4f8dff;--lxh-cyan:#22c7e8;--lxh-green:#19b86a;--lxh-orange:#f28c28;--lxh-danger:#e5484d;--lxh-radius:10px;--lxh-radius-sm:10px;--lxh-shadow:0 18px 60px #0723401a;--lxh-shadow-sm:0 8px 26px #07234014;--lxh-max:1440px;--lxh-header:78px;--lxh-font:"Open Sans","Segoe UI",Arial,sans-serif;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[data-theme=dark]{--lxh-bg:#07121f;--lxh-surface:#0c1c2c;--lxh-surface-2:#10263a;--lxh-text:#f5f9ff;--lxh-muted:#9eb0c5;--lxh-line:#22384c;--lxh-shadow:0 18px 60px #00000047;--lxh-shadow-sm:0 8px 26px #00000038;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--lxh-bg:#07121f;--lxh-surface:#0c1c2c;--lxh-surface-2:#10263a;--lxh-text:#f5f9ff;--lxh-muted:#9eb0c5;--lxh-line:#22384c;--lxh-shadow:0 18px 60px #00000047;--lxh-shadow-sm:0 8px 26px #00000038;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}html{scroll-behavior:smooth;-moz-text-size-adjust:100%;text-size-adjust:100%}body{background:var(--lxh-bg);color:var(--lxh-text);font-family:var(--lxh-font);-webkit-font-smoothing:antialiased;margin:0;line-height:1.65}body.lxh-nav-open{overflow:hidden}img{max-width:100%;height:auto}.screen-reader-text{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;position:absolute!important}.screen-reader-text:focus{z-index:100000;color:#111;background:#fff;border-radius:10px;width:auto;height:auto;margin:0;padding:12px 18px;top:8px;left:8px;clip:auto!important}.lxh-wrap{width:min(100% - 40px,var(--lxh-max));margin-inline:auto}.lxh-main{width:100%;min-height:65vh;overflow:hidden}.lxh-site-header{z-index:1000;background:color-mix(in srgb,var(--lxh-surface) 92%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid #071628;width:100%;transition:border-color .2s,box-shadow .2s;position:sticky;top:0}.lxh-site-header.is-scrolled{border-color:#071628;box-shadow:0 8px 30px #07234012}.lxh-header-inner{width:100%;height:var(--lxh-header);align-items:center;gap:28px;margin:0;padding-inline:clamp(16px,2vw,32px);display:flex}.lxh-brand{flex:none;align-items:center;display:flex}.lxh-brand img,.lxh-footer-logo{width:auto;max-height:46px;display:block}.lxh-footer-logo{border-radius:5px}.lxh-custom-logo .custom-logo-link{display:flex}.lxh-custom-logo img{width:auto;max-height:46px}.lxh-primary-nav{margin-left:auto}.lxh-menu{align-items:center;gap:4px;margin:0;padding:0;list-style:none;display:flex}.lxh-menu>li{position:relative}.lxh-menu a{color:var(--lxh-muted);border-radius:10px;padding:11px 13px;font-size:14px;font-weight:400;transition:background .18s,color .18s,transform .18s;display:block}.lxh-menu a:hover,.lxh-menu .current-menu-item>a{background:var(--lxh-surface-2);color:var(--lxh-text)}.lxh-menu .sub-menu{background:var(--lxh-surface);border:1px solid var(--lxh-line);min-width:230px;box-shadow:var(--lxh-shadow);opacity:0;visibility:hidden;border-radius:10px;padding:8px;list-style:none;transition:all .2s;position:absolute;top:calc(100% + 8px);left:0;transform:translateY(8px)}.lxh-menu li:hover>.sub-menu,.lxh-menu li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:none}.lxh-header-actions{align-items:center;gap:9px;display:flex}.lxh-btn{border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:10px 17px;font-size:14px;font-weight:400;line-height:1.2;transition:transform .18s,box-shadow .18s,background .18s,border-color .18s;display:inline-flex}.lxh-btn:hover{transform:translateY(-1px)}.lxh-btn--primary{background:linear-gradient(135deg,var(--lxh-blue),#0950db);color:#fff;box-shadow:0 10px 24px #1469ff3d}.lxh-btn--primary:hover{box-shadow:0 14px 28px #1469ff4d}.lxh-btn--secondary{background:var(--lxh-surface);color:var(--lxh-text);border-color:var(--lxh-line);box-shadow:var(--lxh-shadow-sm)}.lxh-btn--ghost{color:var(--lxh-text);border-color:var(--lxh-line);background:0 0}.lxh-btn--large{border-radius:10px;min-height:52px;padding:14px 22px}.lxh-btn--block{width:100%;margin-top:10px}.lxh-theme-toggle,.lxh-menu-toggle{border:1px solid var(--lxh-line);background:var(--lxh-surface);color:var(--lxh-text);border-radius:10px;place-items:center;width:44px;height:44px;display:grid}.lxh-menu-toggle{gap:4px;padding:10px;display:none}.lxh-menu-toggle span:not(.screen-reader-text){background:currentColor;border-radius:10px;width:20px;height:2px;display:block}.lxh-home-hero{color:#fff;background:radial-gradient(circle at 82% 20%,#22c7e82e,#0000 22%),radial-gradient(circle at 72% 72%,#1469ff38,#0000 30%),linear-gradient(135deg,#031426 0%,#082a47 55%,#0b3555 100%);width:100%;padding:86px 0 82px;position:relative;overflow:hidden}.lxh-home-hero:before{content:"";opacity:.28;background-image:linear-gradient(#ffffff0a 1px,#0000 1px),linear-gradient(90deg,#ffffff0a 1px,#0000 1px);background-size:44px 44px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#000,#0000 75%);mask-image:linear-gradient(90deg,#000,#0000 75%)}.lxh-home-hero__grid{grid-template-columns:minmax(0,1.06fr) minmax(480px,.94fr);align-items:center;gap:58px;display:grid;position:relative}.lxh-home-hero__copy{max-width:780px}.lxh-pill,.lxh-eyebrow{letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:9px;font-size:12px;font-weight:400;display:inline-flex}.lxh-pill{color:#dbeaff;background:#ffffff14;border:1px solid #ffffff26;border-radius:10px;padding:8px 11px}.lxh-live-dot{background:#30dd8a;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 5px #30dd8a1f}.lxh-home-hero h1{letter-spacing:-.045em;max-width:900px;margin:22px 0;font-size:clamp(44px,5.2vw,78px);line-height:1.02}.lxh-home-hero p{color:#c8d8e7;max-width:760px;margin:0;font-size:clamp(17px,1.5vw,21px)}.lxh-hero-actions{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.lxh-trust-row{color:#aecdde;flex-wrap:wrap;gap:10px 22px;margin-top:25px;font-size:13px;font-weight:400;display:flex}.lxh-command-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#061828d1;border:1px solid #ffffff24;border-radius:10px;padding:20px;transform:perspective(1200px)rotateY(-3deg)rotateX(1deg);box-shadow:0 28px 90px #00000057}.lxh-command-card__top{color:#d3e2ee;justify-content:space-between;align-items:center;padding:4px 2px 16px;font-size:13px;font-weight:400;display:flex}.lxh-status{color:#9ff1c6;align-items:center;gap:7px;display:inline-flex}.lxh-status i{background:#31d883;border-radius:50%;width:8px;height:8px}.lxh-flow-line{border-top:1px solid #ffffff17;grid-template-columns:42px 1fr auto;align-items:center;gap:13px;padding:15px 0;display:grid}.lxh-flow-icon{color:#9ec2ff;background:linear-gradient(135deg,#1469ff47,#22c7e829);border-radius:10px;place-items:center;width:38px;height:38px;font-weight:400;display:grid}.lxh-flow-line strong{font-size:14px;display:block}.lxh-flow-line small{color:#86a1b7;margin-top:2px;font-size:12px;display:block}.lxh-flow-line b{color:#a9f6cf;background:#19b86a1f;border-radius:10px;padding:5px 8px;font-size:12px}.lxh-command-metrics{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:14px;display:grid}.lxh-command-metrics>div{background:#ffffff0e;border-radius:10px;padding:12px}.lxh-command-metrics span{color:#829eb5;font-size:11px;display:block}.lxh-command-metrics strong{font-size:16px}.lxh-metric-strip{background:var(--lxh-surface);border-bottom:1px solid var(--lxh-line)}.lxh-metric-grid{grid-template-columns:repeat(4,1fr);display:grid}.lxh-metric-grid>div{border-right:1px solid var(--lxh-line);padding:24px 26px}.lxh-metric-grid>div:first-child{padding-left:0}.lxh-metric-grid>div:last-child{border-right:0}.lxh-metric-grid strong,.lxh-metric-grid span{display:block}.lxh-metric-grid strong{font-size:15px}.lxh-metric-grid span{color:var(--lxh-muted);margin-top:3px;font-size:12px}.lxh-dual-path,.lxh-process-section,.lxh-integrations-section,.lxh-home-guide{padding:90px 0}.lxh-section-heading{max-width:900px;margin-bottom:34px}.lxh-section-heading .lxh-eyebrow,.lxh-page-hero .lxh-eyebrow,.lxh-sticky-cta .lxh-eyebrow{color:var(--lxh-blue)}.lxh-section-heading h2{letter-spacing:-.035em;margin:10px 0;font-size:clamp(32px,3.4vw,52px);line-height:1.08}.lxh-section-heading p{color:var(--lxh-muted);font-size:17px}.lxh-path-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.lxh-path-card{border:1px solid var(--lxh-line);background:var(--lxh-surface);box-shadow:var(--lxh-shadow-sm);border-radius:10px;padding:36px;position:relative;overflow:hidden}.lxh-path-card:after{content:"";background:#1469ff17;border-radius:50%;width:250px;height:250px;position:absolute;top:-120px;right:-120px}.lxh-path-card--buyer:after{background:#22c7e81a}.lxh-card-kicker{text-transform:uppercase;letter-spacing:.09em;color:var(--lxh-blue);font-size:12px;font-weight:400}.lxh-path-card h3{margin:14px 0;font-size:28px;line-height:1.15}.lxh-path-card p{color:var(--lxh-muted)}.lxh-path-card ul{padding-left:20px}.lxh-path-card li{margin:8px 0}.lxh-text-link{color:var(--lxh-blue);font-weight:400}.lxh-process-section{background:var(--lxh-surface)}.lxh-process-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.lxh-step{background:var(--lxh-bg);border:1px solid var(--lxh-line);border-radius:10px;padding:24px}.lxh-step h3{margin:0 0 7px;font-size:21px}.lxh-step p{color:var(--lxh-muted);margin:0;font-size:14px}.lxh-integrations-section{background:linear-gradient(180deg,var(--lxh-bg),var(--lxh-surface-2))}.lxh-integrations-grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.lxh-integrations-grid h2{letter-spacing:-.035em;margin:12px 0;font-size:clamp(34px,4vw,54px);line-height:1.07}.lxh-integrations-grid p{color:var(--lxh-muted);font-size:17px}.lxh-code-chip{border:1px solid var(--lxh-line);background:var(--lxh-surface);font:400 12px var(--lxh-font);color:var(--lxh-blue);border-radius:10px;margin:8px 6px 0 0;padding:7px 10px;display:inline-block}.lxh-integration-visual{border:1px solid var(--lxh-line);background:radial-gradient(circle at 50% 50%,#1469ff26,transparent 40%),var(--lxh-surface);min-height:400px;box-shadow:var(--lxh-shadow);border-radius:10px;place-items:center;display:grid;position:relative}.lxh-integration-visual:before,.lxh-integration-visual:after{content:"";background:var(--lxh-line);position:absolute}.lxh-integration-visual:before{width:70%;height:1px}.lxh-integration-visual:after{width:1px;height:70%}.lxh-node{background:var(--lxh-surface);border:1px solid var(--lxh-line);box-shadow:var(--lxh-shadow-sm);z-index:2;border-radius:10px;padding:11px 14px;font-size:13px;font-weight:400;position:absolute}.lxh-node--origin{background:linear-gradient(135deg,var(--lxh-blue),#0b4bc2);color:#fff;border-color:#0000;padding:18px 22px;font-size:16px;position:relative}.lxh-node:nth-child(2){top:35px;left:45px}.lxh-node:nth-child(3){top:35px;right:45px}.lxh-node:nth-child(4){bottom:35px;left:45px}.lxh-node:nth-child(5){bottom:35px;right:45px}.lxh-home-guide{background:var(--lxh-surface)}.lxh-prose{color:var(--lxh-text);font-size:17px}.lxh-prose--wide{max-width:1080px}.lxh-prose h2{letter-spacing:-.025em;margin:54px 0 16px;scroll-margin-top:100px;font-size:clamp(28px,3vw,40px);line-height:1.15}.lxh-prose h3{margin:34px 0 12px;font-size:23px;line-height:1.2}.lxh-prose p{color:color-mix(in srgb,var(--lxh-text) 82%,var(--lxh-muted));margin:0 0 20px}.lxh-prose ul,.lxh-prose ol{margin:0 0 24px;padding-left:22px}.lxh-prose li{margin:8px 0}.lxh-prose blockquote{border-left:4px solid var(--lxh-blue);background:var(--lxh-surface-2);border-radius:0 10px 10px 0;margin:28px 0;padding:18px 22px}.lxh-prose table{border-collapse:separate;border-spacing:0;border:1px solid var(--lxh-line);border-radius:10px;width:100%;overflow:hidden}.lxh-prose th,.lxh-prose td{border-bottom:1px solid var(--lxh-line);text-align:left;padding:12px 14px}.lxh-prose th{background:var(--lxh-surface-2)}.lxh-prose details{border:1px solid var(--lxh-line);background:var(--lxh-surface);border-radius:10px;margin:12px 0;padding:15px 17px}.lxh-prose summary{cursor:pointer;font-weight:400}.lxh-final-cta{color:#fff;background:linear-gradient(135deg,#04192c,#0d3d63);padding:54px 0}.lxh-final-cta .lxh-wrap{justify-content:space-between;align-items:center;gap:30px;display:flex}.lxh-final-cta h2{margin:8px 0;font-size:clamp(28px,3vw,42px)}.lxh-page-hero{background:radial-gradient(circle at 90% 20%,#22c7e81f,transparent 22%),linear-gradient(180deg,var(--lxh-surface),var(--lxh-bg));border-bottom:1px solid var(--lxh-line);padding:78px 0}.lxh-page-hero--compact{padding:58px 0}.lxh-page-hero--article{padding-bottom:64px}.lxh-page-hero h1{letter-spacing:-.045em;max-width:950px;margin:12px 0 16px;font-size:clamp(42px,5vw,68px);line-height:1.02}.lxh-page-hero p{color:var(--lxh-muted);max-width:850px;margin:0;font-size:19px}.lxh-hero-grid{grid-template-columns:1.15fr .85fr;align-items:center;gap:60px;display:grid}.lxh-hero-orbit{border:1px solid var(--lxh-line);background:radial-gradient(circle,#1469ff1f,transparent 58%),var(--lxh-surface);border-radius:10px;height:240px;position:relative}.lxh-hero-orbit:before{content:"";border:1px dashed var(--lxh-line);border-radius:50%;position:absolute;inset:35px}.lxh-orbit-card{background:var(--lxh-surface);border:1px solid var(--lxh-line);box-shadow:var(--lxh-shadow-sm);border-radius:10px;padding:12px 14px;font-size:12px;position:absolute}.lxh-orbit-card span{width:28px;height:28px;color:var(--lxh-blue);background:#1469ff1a;border-radius:10px;place-items:center;margin-bottom:7px;font-weight:400;display:grid}.lxh-orbit-card:first-child{top:26px;left:24px}.lxh-orbit-card:nth-child(2){top:70px;right:24px}.lxh-orbit-card:nth-child(3){bottom:20px;left:42%}.lxh-context-strip{border-bottom:1px solid var(--lxh-line);background:var(--lxh-surface)}.lxh-context-strip .lxh-wrap{color:var(--lxh-muted);flex-wrap:wrap;gap:12px 28px;padding-block:16px;font-size:12px;font-weight:400;display:flex}.lxh-context-strip span:before{content:"✓";color:var(--lxh-green);margin-right:7px}.lxh-content-section{padding:66px 0 90px}.lxh-prose-shell{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:60px;display:grid}.lxh-sticky-cta{top:calc(var(--lxh-header) + 24px);background:var(--lxh-surface);border:1px solid var(--lxh-line);box-shadow:var(--lxh-shadow-sm);border-radius:10px;padding:24px;position:sticky}.lxh-sticky-cta h2{margin:10px 0;font-size:24px;line-height:1.15}.lxh-sticky-cta p{color:var(--lxh-muted);font-size:14px}.lxh-site-footer{color:#c5d5e4;background:#031425;padding:62px 0 20px}.lxh-footer-grid{grid-template-columns:1.4fr repeat(3,1fr);gap:48px;width:100%;margin:0;padding-inline:clamp(20px,2.5vw,40px);display:grid}.lxh-footer-grid h2{text-transform:uppercase;letter-spacing:.08em;color:#fff;margin:0 0 15px;font-size:13px}.lxh-footer-grid p{color:#8fa8bd;max-width:420px;font-size:16px}.lxh-footer-grid>div:first-child .lxh-footer-logo{margin-bottom:30px}.lxh-footer-grid>div:first-child>p{margin:0 0 30px}.lxh-footer-grid a{color:#9fb3c4;padding:5px 0;font-size:18px;display:block}.lxh-footer-grid a:hover{color:#fff}.lxh-us-badge{color:#d9e9f5;border:1px solid #ffffff1a;border-radius:10px;padding:7px 10px;font-size:12px;display:inline-flex}.lxh-social-icons{align-items:center;gap:10px;margin-top:0;display:flex}.lxh-social-icon{color:#fff;border-radius:50%;place-items:center;width:38px;height:38px;padding:9px;text-decoration:none;transition:transform .22s,box-shadow .22s;display:inline-grid;box-shadow:0 6px 18px #0000002e}.lxh-social-icon svg{fill:currentColor;width:20px;height:20px;display:block}.lxh-social-icon:hover{transform:scale(1.14);box-shadow:0 10px 24px #00000042}.lxh-social-icon--facebook{background:#1877f2}.lxh-social-icon--x{background:#000}.lxh-social-icon--linkedin{background:#0a66c2}.lxh-social-icon--instagram{background:radial-gradient(circle at 30% 107%,#fdf497 0 5%,#fdf497 5% 9%,#fd5949 42%,#d6249f 60%,#285aeb 90%)}.lxh-social-icon--youtube{background:red}.lxh-footer-bottom{color:#708ba1;border-top:1px solid #ffffff17;justify-content:space-between;gap:20px;width:100%;margin:46px 0 0;padding:18px clamp(20px,2.5vw,40px) 0;font-size:16px;display:flex}.lxh-content-grid{padding:60px 0 90px}.lxh-post-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.lxh-post-card{background:var(--lxh-surface);border:1px solid var(--lxh-line);box-shadow:var(--lxh-shadow-sm);border-radius:10px;overflow:hidden}.lxh-post-thumb{aspect-ratio:16/9;background:var(--lxh-surface-2);display:block;overflow:hidden}.lxh-post-thumb img{object-fit:cover;width:100%;height:100%}.lxh-post-card__body{padding:22px}.lxh-post-card h2{margin:6px 0 10px;font-size:22px;line-height:1.2}.lxh-post-card p{color:var(--lxh-muted);font-size:14px}.lxh-post-meta{text-transform:uppercase;color:var(--lxh-blue);letter-spacing:.08em;font-size:11px;font-weight:400}.lxh-article-wrap{max-width:900px}.lxh-featured-image{border-radius:10px;margin-bottom:30px}.lxh-card{background:var(--lxh-surface);border:1px solid var(--lxh-line);border-radius:10px;padding:28px}.navigation.pagination{grid-column:1/-1;margin-top:18px}.nav-links{gap:8px;display:flex}.page-numbers{border:1px solid var(--lxh-line);background:var(--lxh-surface);border-radius:10px;padding:8px 12px}.page-numbers.current{background:var(--lxh-blue);color:#fff;border-color:var(--lxh-blue)}.lxh-auth-canvas{background:#05192d;min-height:100vh;margin:0}.lxh-auth-layout{grid-template-columns:minmax(420px,.82fr) minmax(560px,1.18fr);width:100%;min-height:100vh;display:grid}.lxh-auth-brand-panel{color:#fff;background:radial-gradient(circle at 20% 20%,#22c7e824,#0000 25%),radial-gradient(circle at 80% 78%,#1469ff38,#0000 35%),linear-gradient(145deg,#031426,#0a3150);flex-direction:column;height:100vh;padding:44px clamp(32px,5vw,80px);display:flex;position:sticky;top:0}.lxh-auth-brand-copy{margin:auto 0}.lxh-auth-brand-copy h1{letter-spacing:-.04em;margin:20px 0 16px;font-size:clamp(42px,4.8vw,68px);line-height:1.03}.lxh-auth-brand-copy p{color:#abc3d5;max-width:560px;font-size:17px}.lxh-auth-feature-list{color:#9fb8cb;gap:8px;font-size:13px;display:grid}.lxh-auth-content-panel{background:var(--lxh-bg);min-height:100vh;padding:48px clamp(24px,5vw,80px)}.lxh-auth-content-inner{max-width:760px;margin:0 auto}.lxh-auth-entry>.lxh-account-card:first-child{margin-top:3vh}.lxh-account-card{background:var(--lxh-surface);border:1px solid var(--lxh-line);box-shadow:var(--lxh-shadow);border-radius:10px;padding:30px}.lxh-account-card h2{margin:0 0 8px;font-size:30px;line-height:1.15}.lxh-account-card>p{color:var(--lxh-muted);margin-top:0}.lxh-auth-form{gap:15px;margin-top:22px;display:grid}.lxh-field{gap:6px;display:grid}.lxh-field-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.lxh-field label{color:var(--lxh-text);font-size:12px;font-weight:400}.lxh-field input,.lxh-field select,.lxh-field textarea{border:1px solid var(--lxh-line);background:var(--lxh-bg);width:100%;min-height:48px;color:var(--lxh-text);border-radius:10px;outline:none;padding:11px 13px}.lxh-field input:focus,.lxh-field select:focus,.lxh-field textarea:focus{border-color:var(--lxh-blue);box-shadow:0 0 0 3px #1469ff1f}.lxh-check{color:var(--lxh-muted);align-items:flex-start;gap:10px;font-size:13px;display:flex}.lxh-check input{margin-top:4px}.lxh-form-note{color:var(--lxh-muted);font-size:12px}.lxh-alert{border-radius:10px;margin:0 0 15px;padding:11px 13px;font-size:13px;font-weight:400}.lxh-alert--error{color:#c83439;background:#e5484d1a;border:1px solid #e5484d40}.lxh-alert--success{color:#0e8b4c;background:#19b86a1a;border:1px solid #19b86a40}.lxh-alert--info{color:#0b58c9;background:#1469ff14;border:1px solid #1469ff38}.lxh-auth-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.lxh-auth-support{margin-top:50px}.lxh-auth-support h2{font-size:28px}.lxh-auth-support details{background:var(--lxh-surface)}.lxh-portal-canvas{background:#edf3f8;min-height:100vh;margin:0}.lxh-portal-host{width:100vw;max-width:none;min-height:100vh;margin:0;padding:0}.lxh-portal-shell{color:#102238;background:#eef3f8;grid-template-columns:250px minmax(0,1fr);width:100%;min-height:100vh;display:grid}.lxh-portal-sidebar{color:#fff;background:linear-gradient(#031525,#08263f);height:100vh;padding:18px 13px;position:sticky;top:0;overflow:auto}.lxh-portal-brand{border-bottom:1px solid #ffffff14;align-items:center;gap:10px;margin-bottom:14px;padding:5px 9px 20px;display:flex}.lxh-portal-brand img{width:178px}.lxh-portal-label{text-transform:uppercase;letter-spacing:.12em;color:#6f8da6;padding:16px 10px 7px;font-size:10px;font-weight:400}.lxh-portal-nav{gap:3px;margin:0;padding:0;list-style:none;display:grid}.lxh-portal-nav a{color:#a9bfd1;border-radius:10px;align-items:center;gap:10px;padding:10px 11px;font-size:13px;font-weight:400;display:flex}.lxh-portal-nav a:hover,.lxh-portal-nav a.is-active{color:#fff;background:#297bff2e}.lxh-portal-dot{background:#4b7190;border-radius:50%;width:8px;height:8px}.lxh-portal-nav a.is-active .lxh-portal-dot{background:#4f8dff;box-shadow:0 0 0 4px #4f8dff1f}.lxh-portal-main{min-width:0}.lxh-portal-topbar{z-index:20;background:#fff;border-bottom:1px solid #dfe7ef;justify-content:space-between;align-items:center;height:72px;padding:0 24px;display:flex;position:sticky;top:0}.lxh-portal-topbar h1{margin:0;font-size:20px}.lxh-portal-user{align-items:center;gap:10px;display:flex}.lxh-portal-avatar{color:#fff;background:#0a3150;border-radius:10px;place-items:center;width:38px;height:38px;font-size:12px;font-weight:400;display:grid}.lxh-portal-content{width:100%;max-width:none;padding:24px}.lxh-portal-kpis{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.lxh-portal-kpi,.lxh-portal-panel{background:#fff;border:1px solid #dfe7ef;border-radius:10px;box-shadow:0 1px 2px #0a1e3208}.lxh-portal-kpi{padding:18px}.lxh-portal-kpi span{color:#6a7c8f;text-transform:uppercase;font-size:11px;font-weight:400}.lxh-portal-kpi strong{margin:5px 0 2px;font-size:28px;display:block}.lxh-portal-kpi small{color:#74879a}.lxh-portal-grid{grid-template-columns:1.3fr .7fr;gap:14px;margin-top:14px;display:grid}.lxh-portal-panel{padding:20px}.lxh-portal-panel h2{margin:0 0 15px;font-size:16px}.lxh-portal-flow{gap:10px;display:grid}.lxh-portal-flow>div{border:1px solid #edf1f5;border-radius:10px;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;padding:12px;display:grid}.lxh-portal-flow b{color:#1368ff;font-size:12px}.lxh-portal-progress{background:#e9eef4;border-radius:10px;height:8px;overflow:hidden}.lxh-portal-progress i{border-radius:inherit;background:linear-gradient(90deg,#1469ff,#22c7e8);height:100%;display:block}.lxh-portal-table{border-collapse:collapse;width:100%;font-size:12px}.lxh-portal-table th,.lxh-portal-table td{text-align:left;border-bottom:1px solid #edf1f5;padding:11px 9px}.lxh-portal-table th{color:#6d7f91;text-transform:uppercase;letter-spacing:.06em;font-size:10px}.lxh-portal-badge{color:#13844a;background:#e8f7ef;border-radius:10px;padding:4px 7px;font-weight:400;display:inline-flex}.lxh-portal-help{background:#eef3f8;padding:22px 24px 40px}.lxh-portal-help details{background:#fff;border:1px solid #dfe7ef;border-radius:10px;padding:14px 16px}.lxh-portal-help summary{cursor:pointer;font-weight:400}.lxh-portal-help .lxh-prose{color:#34495e;font-size:14px}.lxh-portal-menu-btn{background:#fff;border:1px solid #dfe7ef;border-radius:10px;width:40px;height:40px;display:none}.lxh-feature-grid{grid-template-columns:repeat(3,1fr);gap:14px;margin:28px 0;display:grid}.lxh-feature{background:var(--lxh-surface);border:1px solid var(--lxh-line);border-radius:10px;padding:20px}.lxh-feature strong{margin-bottom:5px;display:block}.lxh-feature p{color:var(--lxh-muted);margin:0;font-size:14px}.lxh-callout{background:#1469ff0f;border:1px solid #1469ff40;border-radius:10px;margin:28px 0;padding:22px}.lxh-callout strong{color:var(--lxh-blue)}.lxh-faq-stack{margin:28px 0}.lxh-faq{border:1px solid var(--lxh-line);background:var(--lxh-surface);border-radius:10px;margin:10px 0;overflow:hidden}.lxh-faq button{width:100%;color:var(--lxh-text);text-align:left;background:0 0;border:0;justify-content:space-between;padding:15px 18px;font-weight:400;display:flex}.lxh-faq__answer{color:var(--lxh-muted);padding:0 18px 16px;display:none}.lxh-faq.is-open .lxh-faq__answer{display:block}.lxh-faq button:after{content:"+"}.lxh-faq.is-open button:after{content:"–"}.lxh-inline-cta{color:#fff;background:linear-gradient(135deg,#071d33,#0c3557);border-radius:10px;justify-content:space-between;align-items:center;gap:24px;margin:35px 0;padding:24px;display:flex}.lxh-inline-cta h3{margin:0 0 5px}.lxh-inline-cta p{color:#b9cddd;margin:0}.lxh-inline-cta .lxh-btn{flex:none}@media (max-width:1180px){.lxh-primary-nav{left:16px;right:16px;top:calc(var(--lxh-header) + 8px);background:var(--lxh-surface);border:1px solid var(--lxh-line);box-shadow:var(--lxh-shadow);border-radius:10px;max-height:calc(100vh - 105px);padding:10px;display:none;position:fixed;overflow:auto}.lxh-primary-nav.is-open{display:block}.lxh-menu{gap:2px;display:grid}.lxh-menu a{padding:12px}.lxh-menu .sub-menu{opacity:1;visibility:visible;box-shadow:none;background:var(--lxh-surface-2);border:0;margin:5px 0 0 12px;position:static;transform:none}.lxh-menu-toggle{display:grid}.lxh-header-inner{gap:12px}.lxh-header-actions{margin-left:auto}.lxh-home-hero__grid{grid-template-columns:1fr 470px;gap:34px}.lxh-prose-shell{grid-template-columns:minmax(0,1fr) 290px;gap:36px}.lxh-post-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:920px){.lxh-home-hero{padding:65px 0}.lxh-home-hero__grid,.lxh-hero-grid,.lxh-integrations-grid,.lxh-prose-shell{grid-template-columns:1fr}.lxh-command-card{max-width:680px;transform:none}.lxh-metric-grid{grid-template-columns:1fr 1fr}.lxh-metric-grid>div:nth-child(2){border-right:0}.lxh-metric-grid>div:nth-child(3),.lxh-metric-grid>div:nth-child(4){border-top:1px solid var(--lxh-line)}.lxh-path-grid{grid-template-columns:1fr}.lxh-process-grid{grid-template-columns:1fr 1fr}.lxh-sticky-cta{position:static}.lxh-footer-grid{grid-template-columns:1.4fr 1fr 1fr}.lxh-footer-grid>div:last-child{grid-column:1/-1}.lxh-hero-orbit{display:none}.lxh-auth-layout{grid-template-columns:1fr}.lxh-auth-brand-panel{height:auto;min-height:420px;position:relative}.lxh-auth-brand-copy{margin:80px 0}.lxh-auth-content-panel{min-height:auto}.lxh-portal-shell{grid-template-columns:1fr}.lxh-portal-sidebar{z-index:100;width:250px;height:100vh;transition:left .2s;position:fixed;top:0;left:-270px}.lxh-portal-shell.is-menu-open .lxh-portal-sidebar{left:0}.lxh-portal-menu-btn{place-items:center;display:grid}.lxh-portal-topbar{padding:0 15px}.lxh-portal-kpis{grid-template-columns:1fr 1fr}.lxh-portal-grid{grid-template-columns:1fr}.lxh-portal-content{padding:15px}.lxh-portal-help{padding:15px 15px 30px}}@media (max-width:680px){.lxh-wrap{width:min(100% - 28px,var(--lxh-max))}.lxh-header-inner{width:100%;height:68px;padding-inline:10px}.lxh-site-header{--lxh-header:68px}.lxh-brand img{width:165px}.lxh-hide-mobile,.lxh-theme-toggle{display:none}.lxh-btn{padding:9px 13px;font-size:13px}.lxh-home-hero h1{font-size:44px}.lxh-home-hero p{font-size:16px}.lxh-command-card{padding:14px}.lxh-flow-line{grid-template-columns:38px 1fr}.lxh-flow-line>b{display:none}.lxh-command-metrics,.lxh-metric-grid,.lxh-process-grid,.lxh-feature-grid,.lxh-post-grid{grid-template-columns:1fr}.lxh-metric-grid>div{border-top:1px solid var(--lxh-line);padding:18px 0;border-right:0!important}.lxh-metric-grid>div:first-child{border-top:0}.lxh-path-card{padding:24px}.lxh-dual-path,.lxh-process-section,.lxh-integrations-section,.lxh-home-guide{padding:62px 0}.lxh-integrations-grid{gap:28px}.lxh-integration-visual{min-height:330px}.lxh-node:nth-child(2){top:25px;left:20px}.lxh-node:nth-child(3){top:25px;right:20px}.lxh-node:nth-child(4){bottom:25px;left:20px}.lxh-node:nth-child(5){bottom:25px;right:20px}.lxh-final-cta .lxh-wrap,.lxh-footer-bottom{display:grid}.lxh-footer-grid{grid-template-columns:1fr 1fr;gap:30px}.lxh-footer-grid>div:first-child,.lxh-footer-grid>div:last-child{grid-column:1/-1}.lxh-page-hero{padding:56px 0}.lxh-page-hero h1{font-size:42px}.lxh-page-hero p{font-size:16px}.lxh-content-section{padding:44px 0 65px}.lxh-prose{font-size:16px}.lxh-prose h2{margin-top:42px}.lxh-auth-brand-panel{min-height:360px;padding:28px 22px}.lxh-auth-brand-copy{margin:55px 0}.lxh-auth-brand-copy h1{font-size:42px}.lxh-auth-content-panel{padding:28px 14px}.lxh-account-card{padding:22px}.lxh-field-grid,.lxh-portal-kpis{grid-template-columns:1fr}.lxh-portal-topbar h1{font-size:16px}.lxh-inline-cta{display:grid}.lxh-portal-user>div:not(.lxh-portal-avatar){display:none}}@media (max-width:420px){.lxh-brand img{width:145px}.lxh-header-actions .lxh-btn--primary{padding-inline:10px}.lxh-home-hero h1,.lxh-page-hero h1{font-size:38px}.lxh-command-card{border-radius:10px}.lxh-footer-grid{grid-template-columns:1fr}.lxh-footer-grid>div{grid-column:auto!important}.lxh-integration-visual{display:none}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.lxh-logo-dark{display:none!important}.lxh-orbit-card,.lxh-sticky-cta,.lxh-post-card,.lxh-card,.lxh-account-card,.lxh-portal-kpi,.lxh-portal-panel,.lxh-project-access-card{--lxh-card-flip-base:none;transform-style:preserve-3d;will-change:transform}.lxh-orbit-card.lxh-card-flip-once,.lxh-sticky-cta.lxh-card-flip-once,.lxh-post-card.lxh-card-flip-once,.lxh-card.lxh-card-flip-once,.lxh-account-card.lxh-card-flip-once,.lxh-portal-kpi.lxh-card-flip-once,.lxh-portal-panel.lxh-card-flip-once,.lxh-project-access-card.lxh-card-flip-once{animation:1.25s cubic-bezier(.22,.61,.36,1) both lxh-card-hover-flip}@keyframes lxh-card-hover-flip{0%{transform:var(--lxh-card-flip-base) rotateY(0deg)}to{transform:var(--lxh-card-flip-base) rotateY(360deg)}}.lxh-command-card{will-change:transform;transition:transform .45s}@media (hover:hover) and (pointer:fine){.lxh-command-card:hover{transform:perspective(1200px)rotateY(-3deg)rotateX(1deg)scale(1.035)}}@media (max-width:920px) and (hover:hover) and (pointer:fine){.lxh-command-card:hover{transform:scale(1.035)}}.lxh-path-card,.lxh-step,.lxh-integration-visual{will-change:transform;transition:transform .45s}@media (hover:hover) and (pointer:fine){.lxh-path-card:hover,.lxh-step:hover,.lxh-integration-visual:hover{transform:scale(1.025)}}.lxh-primary-nav,.lxh-header-actions{font-family:var(--lxh-font)}.lxh-menu{gap:6px}.lxh-menu a{font-family:var(--lxh-font);letter-spacing:-.01em;transform-origin:50%;border:1px solid #0000;border-radius:10px;padding:12px 15px;font-size:18px;font-weight:400;line-height:1.2;transition:transform .28s cubic-bezier(.2,.7,.2,1),background-color .22s,color .22s,border-color .22s,box-shadow .22s;transform:scale(1)}.lxh-menu .current-menu-item>a{background:var(--lxh-surface-2);color:var(--lxh-text);border-color:color-mix(in srgb,var(--lxh-line) 82%,transparent);box-shadow:0 6px 18px #0723400f}.lxh-header-actions .lxh-btn{font-family:var(--lxh-font);font-size:18px;line-height:1.2;transition:transform .28s cubic-bezier(.2,.7,.2,1),box-shadow .22s,background .22s,border-color .22s;transform:scale(1)}.lxh-header-actions .lxh-theme-toggle{transition:transform .28s cubic-bezier(.2,.7,.2,1),background .22s,border-color .22s,box-shadow .22s;transform:scale(1)}@media (hover:hover) and (pointer:fine){.lxh-menu a:hover{background:var(--lxh-surface-2);color:var(--lxh-text);border-color:color-mix(in srgb,var(--lxh-line) 88%,transparent);transform:scale(1.06);box-shadow:0 9px 22px #07234017}.lxh-header-actions .lxh-btn:hover{transform:scale(1.045)}.lxh-header-actions .lxh-theme-toggle:hover{transform:scale(1.06);box-shadow:0 8px 20px #07234014}}@media (max-width:1180px){.lxh-menu{gap:4px}.lxh-menu a{padding:12px 14px;font-size:18px}}@media (prefers-reduced-motion:reduce){.lxh-menu a,.lxh-header-actions .lxh-btn,.lxh-header-actions .lxh-theme-toggle{transition:none!important;transform:none!important}}.lxh-primary-nav .lxh-menu a,.lxh-header-actions .lxh-btn{font-weight:400!important}.lxh-account-links{align-items:center;gap:7px;display:flex}.lxh-account-link{color:#fff;min-height:44px;font-family:var(--lxh-font);white-space:nowrap;box-shadow:var(--lxh-shadow-sm);background:#061424;border:1px solid #18324d;border-radius:10px;justify-content:center;align-items:center;padding:10px 14px;font-size:15px;font-weight:400;line-height:1.2;transition:transform .28s cubic-bezier(.2,.7,.2,1),background-color .22s,border-color .22s,box-shadow .22s,color .22s;display:inline-flex;transform:scale(1)}@media (hover:hover) and (pointer:fine){.lxh-account-link:hover{color:#fff;background:#0b223b;border-color:#23527b;transform:scale(1.045);box-shadow:0 10px 24px #06142447}}@media (max-width:1460px){.lxh-account-link{padding-inline:11px;font-size:14px}}@media (max-width:1280px){.lxh-account-links{display:none}}@media (prefers-reduced-motion:reduce){.lxh-account-link{transition:none!important;transform:none!important}}button,.lxh-btn,a[role=button],input[type=submit],input[type=button],input[type=reset],.lxh-account-link,.lxh-theme-toggle,.lxh-menu-toggle,.lxh-portal-menu-btn{border-radius:10px!important}:root{--lxh-core-font:"Open Sans","Segoe UI",Arial,sans-serif}.lxh-hp{width:1px!important;height:1px!important;position:absolute!important;left:-99999px!important;overflow:hidden!important}.lxh-project-dashboard-host{width:100vw;max-width:none;min-height:100vh;margin:0;padding:0;overflow-x:hidden}.lxh-project-dashboard-host>*{max-width:none}.leadxhub-portal-guide-source{font-family:var(--lxh-font);background:#eef3f8;margin:0;padding:18px 24px 40px}.leadxhub-portal-guide-source details{background:#fff;border:1px solid #dfe7ef;border-radius:10px;max-width:1100px;margin:auto;padding:15px 18px}.leadxhub-portal-guide-source summary{cursor:pointer;color:#102238;font-weight:400}.leadxhub-portal-guide-source .lxh-prose{font-size:14px}.leadxhub-portal-guide-source h3{margin-top:28px;font-size:19px}.leadxhub-portal-guide-source p{color:#41566b}button,.lxh-btn,a[role=button],input[type=submit],input[type=button],input[type=reset],.lxh-portal-menu-btn{border-radius:10px!important}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--lxhp-font:"Open Sans","Segoe UI",Arial,sans-serif;--lxhp-bg:#f5f7fb;--lxhp-panel:#fff;--lxhp-panel-2:#f8fafc;--lxhp-panel-3:#eef3f8;--lxhp-text:#0f1f35;--lxhp-muted:#66768b;--lxhp-subtle:#8a98aa;--lxhp-line:#dde5ef;--lxhp-line-strong:#cbd6e4;--lxhp-sidebar:#081629;--lxhp-sidebar-2:#0d2037;--lxhp-sidebar-text:#d8e4f2;--lxhp-success:#16a66a;--lxhp-warning:#d28a18;--lxhp-danger:#d94b5b;--lxhp-info:#2c7be5;--lxhp-shadow:0 12px 36px #152a4814;--lxhp-shadow-lg:0 24px 70px #0d1f3829;--lxhp-radius:10px;--lxhp-sidebar-width:297px;--lxhp-topbar:74px}html[data-lxh-legacy-dark-disabled=true]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--lxhp-bg:#07111f;--lxhp-panel:#0d1b2e;--lxhp-panel-2:#102238;--lxhp-panel-3:#132941;--lxhp-text:#e8f0fa;--lxhp-muted:#9db0c7;--lxhp-subtle:#7e93ad;--lxhp-line:#203650;--lxhp-line-strong:#2a4564;--lxhp-sidebar:#040d19;--lxhp-sidebar-2:#09182a;--lxhp-sidebar-text:#dbe8f7;--lxhp-shadow:0 12px 36px #0003;--lxhp-shadow-lg:0 24px 70px #00000057}*{box-sizing:border-box}body.lxhp-body{background:var(--lxhp-bg);color:var(--lxhp-text);font-family:var(--lxh-font);-webkit-font-smoothing:antialiased;margin:0;font-size:15px;line-height:1.5;overflow-x:hidden}button,input,select,textarea{font:inherit}button,a{touch-action:manipulation}button{cursor:pointer}a{color:inherit;text-decoration:none}img,svg{max-width:100%;display:block}svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}[hidden]{display:none!important}.lxhp-skip{z-index:9999;color:#111;box-shadow:var(--lxhp-shadow-lg);background:#fff;border-radius:8px;padding:10px 14px;position:fixed;top:-60px;left:12px}.lxhp-skip:focus{top:12px}.lxhp-app{grid-template-columns:var(--lxhp-sidebar-width) minmax(0,1fr);width:100%;min-height:100vh;display:grid}.lxhp-sidebar{width:var(--lxhp-sidebar-width);z-index:100;background:linear-gradient(180deg,var(--lxhp-sidebar),var(--lxhp-sidebar-2));color:var(--lxhp-sidebar-text);border-right:1px solid #ffffff12;flex-direction:column;display:flex;position:fixed;inset:0 auto 0 0}.lxhp-sidebar__brand{border-bottom:1px solid #ffffff14;padding:16px 14px 14px}.lxhp-sidebar__identity{border-radius:10px;align-items:center;gap:11px;min-width:0;padding:7px 8px;transition:background .18s;display:flex}.lxhp-sidebar__identity:hover{background:#ffffff0d}.lxhp-sidebar__mark{background:#fff;border-radius:10px;flex:0 0 38px;place-items:center;width:38px;height:38px;display:grid;overflow:hidden;box-shadow:0 5px 16px #00000024}.lxhp-sidebar__mark img{object-fit:contain;width:25px;height:25px}.lxhp-sidebar__brand-copy{min-width:0}.lxhp-sidebar__brand-copy strong,.lxhp-sidebar__brand-copy small{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.lxhp-sidebar__brand-copy strong{color:#fff;letter-spacing:-.01em;font-size:13px;font-weight:400;line-height:1.2}.lxhp-sidebar__brand-copy small{color:#839ab3;letter-spacing:.045em;text-transform:uppercase;margin-top:4px;font-size:10px;font-weight:400;line-height:1.2}.lxhp-logo-plate{background:#fff;border-radius:10px;justify-content:center;align-items:center;height:54px;padding:9px 12px;display:flex;overflow:hidden}.lxhp-logo-plate img{width:auto;max-height:36px}.lxhp-role-chip{letter-spacing:.04em;text-transform:uppercase;background:#ffffff14;border:1px solid #ffffff1c;border-radius:999px;margin-top:12px;padding:5px 9px;font-size:11px;font-weight:400;display:inline-flex}.lxhp-sidebar-angle-toggle{color:#8fa7bf;cursor:pointer;background:#ffffff0b;border:1px solid #ffffff1a;border-radius:8px;place-items:center;width:36px;height:32px;margin:10px 0 0 auto;padding:0;transition:background .18s,color .18s,border-color .18s,transform .18s;display:grid}.lxhp-sidebar-angle-toggle:hover{color:#fff;background:#ffffff13;border-color:#ffffff29;transform:translate(-1px)}.lxhp-sidebar-angle-toggle svg{width:18px;height:18px}.lxhp-sidebar-edge-restore{z-index:115;background:linear-gradient(180deg,var(--lxhp-sidebar),var(--lxhp-sidebar-2));color:#8fa7bf;width:36px;height:36px;box-shadow:var(--lxhp-shadow-md);cursor:pointer;border:1px solid #ffffff1a;border-left:0;border-radius:0 8px 8px 0;place-items:center;padding:0;transition:background .18s,color .18s,border-color .18s,transform .18s;display:grid;position:fixed;bottom:16px;left:0}.lxhp-sidebar-edge-restore:hover{color:#fff;border-color:#ffffff29;transform:translate(1px)}.lxhp-sidebar-edge-restore svg{width:18px;height:18px}.lxhp-nav{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#ffffff2e transparent;flex:1;padding:10px 10px 16px;overflow:auto}.lxhp-nav__item{color:#c3d1e1;border:1px solid #0000;border-radius:10px;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:48px;margin:3px 0;padding:7px 10px;transition:background .18s,color .18s,border-color .18s,transform .18s;display:grid}.lxhp-nav__item:hover{color:#fff;background:#fff1;border-color:#ffffff0a;transform:translate(1px)}.lxhp-nav__item.is-active{background:linear-gradient(135deg,color-mix(in srgb,var(--lxhp-accent) 72%,#0b1b30 28%),color-mix(in srgb,var(--lxhp-accent) 55%,#071423 45%));border-color:color-mix(in srgb,var(--lxhp-accent) 55%,#ffffff29);color:#fff;box-shadow:0 7px 18px color-mix(in srgb,var(--lxhp-accent) 18%,transparent)}.lxhp-nav__icon{width:32px;height:32px;color:var(--lxhp-item-color,#8da5bf);background:color-mix(in srgb,var(--lxhp-item-color,#8da5bf) 11%,transparent);border:1px solid color-mix(in srgb,var(--lxhp-item-color,#8da5bf) 18%,transparent);border-radius:9px;place-items:center;transition:color .18s,background .18s,border-color .18s;display:grid}.lxhp-nav__icon svg{width:18px;height:18px}.lxhp-nav__item:hover .lxhp-nav__icon{color:var(--lxhp-item-color,#fff);background:color-mix(in srgb,var(--lxhp-item-color,#fff) 18%,transparent);border-color:color-mix(in srgb,var(--lxhp-item-color,#fff) 32%,transparent)}.lxhp-nav__item.is-active .lxhp-nav__icon{color:#fff;background:#ffffff21;border-color:#ffffff29}.lxhp-nav__label{white-space:nowrap;text-overflow:ellipsis;letter-spacing:-.01em;color:#fff;min-width:0;font-size:16px;font-weight:400;line-height:1.25;overflow:hidden}.lxhp-nav__badge{color:#dbe8f7;background:#ffffff1a;border:1px solid #ffffff0f;border-radius:999px;place-items:center;min-width:24px;height:21px;padding:0 7px;font-size:9px;font-weight:400;display:grid}.lxhp-nav__item.is-active .lxhp-nav__badge{color:#fff;background:#ffffff29}.lxhp-nav--grouped{padding-top:8px}.lxhp-nav-group{margin:0 0 5px}.lxhp-nav-group__toggle{color:#7f97b1;width:100%;min-height:34px;font:inherit;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:7px 10px;transition:background .18s,color .18s,border-color .18s,transform .18s;display:flex}.lxhp-nav-group__toggle:hover{color:#fff;background:#fff1;border-color:#ffffff0a;transform:translate(1px)}.lxhp-nav-group__label{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.lxhp-nav-group__label>span:last-child{min-width:0;font-family:var(--lxh-font);letter-spacing:-.01em;color:#fff;font-size:15px;font-weight:400;line-height:1.25;text-transform:none!important}.lxhp-nav-group__glyph{background:linear-gradient(#0f172a6b,#0f172a33);border-radius:9px;flex:0 0 28px;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex;box-shadow:inset 0 0 0 1px #94a3b82e,0 6px 18px #02061729}.lxhp-nav-group__glyph svg{width:18px;height:18px;display:block}.lxhp-nav-group__chevron{flex:none;justify-content:center;align-items:center;display:inline-flex}.lxhp-nav-group__chevron svg{width:15px;height:15px;transition:transform .18s;display:block}.lxhp-nav-group.is-open>.lxhp-nav-group__toggle{color:#b8c9dc}.lxhp-nav-group.is-active>.lxhp-nav-group__toggle{color:#fff;background:#05403a;border-color:#225651a7;box-shadow:0 9px 22px #05403a3d}.lxhp-nav-group.is-active>.lxhp-nav-group__toggle:hover{color:#fff;background:#05403a;border-color:#225651a7}.lxhp-nav-group.is-open>.lxhp-nav-group__toggle .lxhp-nav-group__chevron svg{transform:rotate(180deg)}.lxhp-nav-group__items{padding:1px 0 5px}.lxhp-nav--grouped .lxhp-nav__item{min-height:44px;margin:2px 0;padding-left:12px}.lxhp-nav--grouped .lxhp-nav__label{font-size:15px!important}.lxhp-sidebar__footer{border-top:1px solid #ffffff14;padding:13px 14px 16px}.lxhp-demo-mini{background:#0b4f49;border:1px solid #17675f;border-radius:10px;align-items:center;gap:10px;padding:10px 11px;display:flex}.lxhp-demo-mini>span{background:#f59e0b;border-radius:50%;flex:0 0 8px;width:8px;height:8px;box-shadow:0 0 0 4px #f59e0b1a}.lxhp-demo-mini.is-live>span{background:#4ade80;box-shadow:0 0 0 4px #4ade801a}.lxhp-demo-mini strong,.lxhp-demo-mini small{display:block}.lxhp-demo-mini strong{color:#fff;white-space:nowrap;font-size:16px;line-height:1.25}.lxhp-demo-mini small{color:#fff;white-space:nowrap;margin-top:2px;font-size:14px;line-height:1.25}.lxhp-back-site{color:#fff;margin-top:9px;padding:4px 2px;font-size:10px;display:block}.lxhp-back-site:hover{color:#fff}.lxhp-main{grid-column:2;min-width:0;min-height:100vh}.lxhp-topbar{z-index:90;height:var(--lxhp-topbar);background:color-mix(in srgb,var(--lxhp-panel) 94%,transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--lxhp-line);justify-content:space-between;align-items:center;gap:20px;padding:0 24px;display:flex;position:sticky;top:0}.lxhp-topbar__left,.lxhp-topbar__right{align-items:center;gap:10px;min-width:0;display:flex}.lxhp-page-id{align-items:baseline;gap:8px;min-width:0;display:flex}.lxhp-page-id span{color:var(--lxhp-muted);font-size:12px}.lxhp-page-id strong{white-space:nowrap;font-size:14px}.lxhp-icon-btn{border:1px solid var(--lxhp-line);background:var(--lxhp-panel);width:40px;height:40px;color:var(--lxhp-text);border-radius:10px;place-items:center;padding:0;transition:transform .18s,border-color .18s,background .18s;display:grid}.lxhp-icon-btn:hover{border-color:var(--lxhp-line-strong);background:var(--lxhp-panel-2);transform:translateY(-1px)scale(1.03)}.lxhp-icon-btn svg{width:18px;height:18px}.lxhp-mobile-menu{display:none}.lxhp-search{border:1px solid var(--lxhp-line);background:var(--lxhp-panel);min-width:220px;height:40px;color:var(--lxhp-muted);border-radius:10px;align-items:center;gap:8px;padding:0 11px;display:flex}.lxhp-search span svg{width:16px;height:16px}.lxhp-search input{width:100%;min-width:0;color:var(--lxhp-text);background:0 0;border:0;outline:0}.lxhp-search input::placeholder{color:var(--lxhp-subtle)}.lxhp-role-switch{border:1px solid var(--lxhp-line);background:var(--lxhp-panel);border-radius:10px;height:40px;padding:3px;display:flex}.lxhp-role-switch a{color:var(--lxhp-muted);border-radius:7px;place-items:center;padding:0 10px;font-size:11px;font-weight:400;display:grid}.lxhp-role-switch a.is-active{background:var(--lxhp-panel-3);color:var(--lxhp-text)}.lxhp-notify-btn{position:relative}.lxhp-notify-btn>span{color:#fff;border:2px solid var(--lxhp-panel);background:#ef4444;border-radius:999px;place-items:center;min-width:17px;height:17px;font-size:9px;font-weight:400;display:grid;position:absolute;top:-4px;right:-4px}.lxhp-profile{border:1px solid var(--lxhp-line);background:var(--lxhp-panel);height:44px;color:var(--lxhp-text);border-radius:10px;align-items:center;gap:9px;padding:4px 8px 4px 5px;display:flex}.lxhp-avatar{background:linear-gradient(135deg,var(--lxhp-accent),var(--lxhp-accent-2));color:#fff;border-radius:9px;place-items:center;width:34px;height:34px;font-size:12px;font-weight:400;display:grid}.lxhp-profile__copy{text-align:left;min-width:0}.lxhp-profile__copy strong,.lxhp-profile__copy small{white-space:nowrap;text-overflow:ellipsis;max-width:130px;display:block;overflow:hidden}.lxhp-profile__copy strong{font-size:11px}.lxhp-profile__copy small{color:var(--lxhp-muted);font-size:9px}.lxhp-popover{z-index:110;border:1px solid var(--lxhp-line);background:var(--lxhp-panel);width:min(360px,100vw - 32px);box-shadow:var(--lxhp-shadow-lg);border-radius:10px;position:fixed;top:66px;right:24px;overflow:hidden}.lxhp-popover__head{border-bottom:1px solid var(--lxhp-line);justify-content:space-between;align-items:center;padding:13px 14px;display:flex}.lxhp-popover__head button,.lxhp-popover>button{color:var(--lxhp-accent);background:0 0;border:0;font-size:11px}.lxhp-notifications-popover>a{border-bottom:1px solid var(--lxhp-line);align-items:flex-start;gap:10px;padding:12px 14px;display:flex}.lxhp-notifications-popover>a:hover{background:var(--lxhp-panel-2)}.lxhp-notifications-popover>a>span{border-radius:50%;width:9px;height:9px;margin-top:4px}.lxhp-notifications-popover>a>span.is-success{background:var(--lxhp-success)}.lxhp-notifications-popover>a>span.is-info{background:var(--lxhp-info)}.lxhp-notifications-popover>a>span.is-warning{background:var(--lxhp-warning)}.lxhp-notifications-popover strong,.lxhp-notifications-popover small{display:block}.lxhp-notifications-popover strong{font-size:12px}.lxhp-notifications-popover small{color:var(--lxhp-muted);margin-top:2px;font-size:10px}.lxhp-profile-popover{width:230px;padding:14px}.lxhp-profile-popover strong,.lxhp-profile-popover small{display:block}.lxhp-profile-popover small{color:var(--lxhp-muted);margin-top:3px;font-size:11px}.lxhp-profile-popover hr{border:0;border-top:1px solid var(--lxhp-line);margin:12px 0}.lxhp-profile-popover button{text-align:left;width:100%;color:var(--lxhp-text);padding:8px 0;display:block}.lxhp-preview-banner{border:1px solid color-mix(in srgb,var(--lxhp-accent) 25%,var(--lxhp-line));background:color-mix(in srgb,var(--lxhp-accent) 7%,var(--lxhp-panel));border-radius:10px;justify-content:space-between;align-items:center;gap:14px;min-height:48px;margin:18px 24px 0;padding:9px 13px;display:flex}.lxhp-preview-banner>div{align-items:center;gap:9px;min-width:0;display:flex}.lxhp-preview-banner strong{font-size:12px}.lxhp-preview-banner div>span:not(.lxhp-preview-dot){color:var(--lxhp-muted);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.lxhp-preview-dot{background:#4ade80;border-radius:50%;flex:none;width:8px;height:8px;box-shadow:0 0 0 4px #4ade801f}.lxhp-preview-safety{background:var(--lxhp-panel);border:1px solid var(--lxhp-line);white-space:nowrap;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:400}.lxhp-content{max-width:1900px;margin:0 auto;padding:24px}.lxhp-page-heading h1{letter-spacing:-.03em;margin:5px 0 7px;font-size:clamp(26px,2.4vw,38px);line-height:1.08}.lxhp-page-heading p{max-width:760px;color:var(--lxhp-muted);margin:0}.lxhp-eyebrow{color:var(--lxhp-accent)!important;letter-spacing:.08em!important;margin:0!important;font-size:10px!important;font-weight:400!important}.lxhp-heading-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.lxhp-btn{border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:8px 13px;font-size:12px;font-weight:400;transition:transform .18s,box-shadow .18s,background .18s,border-color .18s;display:inline-flex}.lxhp-btn:hover{transform:translateY(-1px)}.lxhp-btn svg{width:16px;height:16px}.lxhp-btn--primary{background:linear-gradient(135deg,var(--lxhp-accent),color-mix(in srgb,var(--lxhp-accent) 72%,#000));color:#fff;box-shadow:0 8px 18px color-mix(in srgb,var(--lxhp-accent) 18%,transparent)}.lxhp-btn--secondary{background:var(--lxhp-panel);color:var(--lxhp-text);border-color:var(--lxhp-line)}.lxhp-btn--secondary:hover{background:var(--lxhp-panel-2);border-color:var(--lxhp-line-strong)}.lxhp-btn--danger{background:color-mix(in srgb,var(--lxhp-danger) 10%,var(--lxhp-panel));color:var(--lxhp-danger);border-color:color-mix(in srgb,var(--lxhp-danger) 30%,var(--lxhp-line))}.lxhp-kpi{border:1px solid var(--lxhp-line);background:var(--lxhp-panel);min-width:0;box-shadow:var(--lxhp-shadow);border-radius:10px;align-items:center;gap:13px;padding:18px;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex}.lxhp-kpi:hover{border-color:color-mix(in srgb,var(--lxhp-accent) 24%,var(--lxhp-line));transform:translateY(-2px);box-shadow:0 16px 38px #152a481f}.lxhp-kpi__icon{background:color-mix(in srgb,var(--lxhp-accent) 10%,var(--lxhp-panel));width:43px;height:43px;color:var(--lxhp-accent);border-radius:10px;flex:none;place-items:center;display:grid}.lxhp-kpi__copy{min-width:0}.lxhp-kpi__copy strong{letter-spacing:-.03em;margin:2px 0;font-size:23px;line-height:1.2}.lxhp-kpi__copy small b{color:var(--lxhp-success)}.lxhp-grid{gap:16px;margin-bottom:16px;display:grid}.lxhp-grid--dashboard{grid-template-columns:minmax(0,1.55fr) minmax(320px,.7fr)}.lxhp-grid--lower{grid-template-columns:minmax(0,1.55fr) minmax(300px,.7fr)}.lxhp-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.lxhp-card{border:1px solid var(--lxhp-line);background:var(--lxhp-panel);min-width:0;box-shadow:var(--lxhp-shadow);border-radius:10px;padding:18px}.lxhp-card--table{padding:0;overflow:hidden}.lxhp-card__head{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:15px;display:flex}.lxhp-card--table>.lxhp-card__head{padding:18px 18px 0}.lxhp-card__head strong,.lxhp-card__head small{display:block}.lxhp-card__head strong{font-size:13px}.lxhp-card__head small{color:var(--lxhp-muted);margin-top:2px;font-size:10px}.lxhp-card__head>a,.lxhp-card__head>button{color:var(--lxhp-accent);background:0 0;border:0;font-size:10px;font-weight:400}.lxhp-card__head select{border:1px solid var(--lxhp-line);background:var(--lxhp-panel);height:34px;color:var(--lxhp-text);border-radius:8px;padding:0 10px;font-size:10px}.lxhp-chart-wrap{flex-direction:column;justify-content:flex-end;min-height:270px;display:flex}.lxhp-line-chart{width:100%;height:auto;max-height:250px;overflow:visible}.lxhp-gridlines path{stroke:var(--lxhp-line);stroke-width:1px;fill:none}.lxhp-area-path{fill:url(#lxhp-area);stroke:none}.lxhp-primary-line{fill:none;stroke:var(--lxhp-accent);stroke-width:3px;vector-effect:non-scaling-stroke}.lxhp-secondary-line{fill:none;stroke:var(--lxhp-accent-2);stroke-width:2.2px;stroke-dasharray:5 5;vector-effect:non-scaling-stroke}.lxhp-chart-legend{flex-wrap:wrap;gap:20px;padding-top:8px;display:flex}.lxhp-chart-legend span{color:var(--lxhp-muted);align-items:center;gap:6px;font-size:10px;display:flex}.lxhp-chart-legend i{border-radius:50%;width:8px;height:8px}.lxhp-chart-legend i.is-primary{background:var(--lxhp-accent)}.lxhp-chart-legend i.is-secondary{background:var(--lxhp-accent-2)}.lxhp-chart-legend b{color:var(--lxhp-text)}.lxhp-donut-row{grid-template-columns:150px 1fr;align-items:center;gap:16px;display:grid}.lxhp-donut{--value:80;aspect-ratio:1;background:conic-gradient(var(--lxhp-accent) calc(var(--value)*1%),var(--lxhp-panel-3) 0);border-radius:50%;place-items:center;width:138px;display:grid;position:relative}.lxhp-donut:before{content:"";background:var(--lxhp-panel);border-radius:50%;position:absolute;inset:14px}.lxhp-donut>span{z-index:1;text-align:center;position:relative}.lxhp-donut strong,.lxhp-donut small{display:block}.lxhp-donut strong{font-size:23px}.lxhp-donut small{color:var(--lxhp-muted);font-size:9px}.lxhp-health-list p,.lxhp-check-list p{border-bottom:1px solid var(--lxhp-line);justify-content:space-between;align-items:center;gap:10px;margin:0;padding:10px 0;font-size:11px;display:flex}.lxhp-health-list p:last-child,.lxhp-check-list p:last-child{border-bottom:0}.lxhp-status{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-height:22px;padding:3px 7px;font-size:9px;font-weight:400;display:inline-flex}.lxhp-status--success{color:var(--lxhp-success);background:#16a66a1c}.lxhp-status--warning{color:var(--lxhp-warning);background:#d28a181f}.lxhp-status--danger{color:var(--lxhp-danger);background:#d94b5b1f}.lxhp-status--info{color:var(--lxhp-info);background:#2c7be51c}.lxhp-status--neutral{background:var(--lxhp-panel-3);color:var(--lxhp-muted)}.lxhp-table-shell{width:100%;overflow:auto}.lxhp-table{border-collapse:collapse;width:100%;min-width:760px}.lxhp-table th,.lxhp-table td{border-bottom:1px solid var(--lxhp-line);text-align:left;vertical-align:middle;white-space:nowrap;padding:12px 14px}.lxhp-table th{background:var(--lxhp-panel-2);color:var(--lxhp-muted);text-transform:uppercase;letter-spacing:.04em;font-size:9px}.lxhp-table tbody tr:last-child td{border-bottom:0}.lxhp-sort{color:inherit;text-transform:inherit;letter-spacing:inherit;background:0 0;border:0;align-items:center;gap:5px;padding:0;font-weight:400;display:inline-flex}.lxhp-sort span{opacity:.45}.lxhp-actions-col{width:82px}.lxhp-row-actions .lxhp-icon-btn{width:30px;height:30px}.lxhp-row-actions .lxhp-icon-btn svg{width:15px;height:15px}.lxhp-dot-btn{border:1px solid var(--lxhp-line);background:var(--lxhp-panel);width:30px;height:30px;color:var(--lxhp-muted);border-radius:8px}.lxhp-table-shell.is-compact .lxhp-table{min-width:680px}.lxhp-table-shell.is-compact .lxhp-table th,.lxhp-table-shell.is-compact .lxhp-table td{padding:10px 12px}.lxhp-activity-list>div{border-bottom:1px solid var(--lxhp-line);gap:10px;padding:11px 0;display:flex}.lxhp-activity-list>div:last-child{border-bottom:0}.lxhp-activity-list>div>span{border-radius:9px;flex:none;place-items:center;width:32px;height:32px;display:grid}.lxhp-activity-list>div>span svg{width:16px;height:16px}.lxhp-activity-list .is-success{color:var(--lxhp-success);background:#16a66a1c}.lxhp-activity-list .is-info{color:var(--lxhp-info);background:#2c7be51c}.lxhp-activity-list .is-warning{color:var(--lxhp-warning);background:#d28a181c}.lxhp-activity-list .is-primary{background:color-mix(in srgb,var(--lxhp-accent) 10%,var(--lxhp-panel));color:var(--lxhp-accent)}.lxhp-activity-list p{margin:0}.lxhp-activity-list strong,.lxhp-activity-list small{display:block}.lxhp-activity-list strong{font-size:10px}.lxhp-activity-list small{color:var(--lxhp-muted);margin-top:2px;font-size:9px}.lxhp-mini-metrics{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.lxhp-mini-metrics>div{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);border-radius:10px;padding:13px}.lxhp-mini-metrics span,.lxhp-mini-metrics strong{display:block}.lxhp-mini-metrics span{color:var(--lxhp-muted);font-size:9px}.lxhp-mini-metrics strong{margin-top:3px;font-size:18px}.lxhp-code-block{color:#dce9f7;font:12px var(--lxh-font);background:#07111f;border-radius:10px;margin-top:13px;padding:13px}.lxhp-code-block span{color:#4ade80;margin-right:8px;font-weight:400;display:inline-block}.lxhp-code-block small{color:#7f97b1;font:10px var(--lxhp-font);margin-top:8px;display:block}.lxhp-credential{margin-top:13px}.lxhp-credential label{color:var(--lxhp-muted);margin-bottom:5px;font-size:9px;font-weight:400;display:block}.lxhp-credential>div{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);border-radius:10px;justify-content:space-between;align-items:center;gap:10px;min-height:42px;padding:6px 8px 6px 12px;display:flex}.lxhp-credential code{text-overflow:ellipsis;font-size:11px;overflow:hidden}.lxhp-credential button{border:1px solid var(--lxhp-line);background:var(--lxhp-panel);height:29px;color:var(--lxhp-text);border-radius:7px;font-size:9px}.lxhp-inline-actions{flex-wrap:wrap;gap:8px;margin-top:15px;display:flex}.lxhp-form-stack label{color:var(--lxhp-muted);gap:5px;font-size:10px;font-weight:400;display:grid}.lxhp-form-stack input,.lxhp-form-stack select,.lxhp-form-stack textarea,.lxhp-table-tools input,.lxhp-table-tools select{border:1px solid var(--lxhp-line);background:var(--lxhp-panel);width:100%;min-width:0;color:var(--lxhp-text);border-radius:10px;outline:0;padding:10px 11px}.lxhp-form-stack input:focus,.lxhp-form-stack select:focus,.lxhp-form-stack textarea:focus,.lxhp-table-tools input:focus,.lxhp-table-tools select:focus{border-color:var(--lxhp-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--lxhp-accent) 13%,transparent)}.lxhp-form-stack textarea{resize:vertical}.lxhp-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;display:grid}.lxhp-delivery-list{margin-top:13px}.lxhp-delivery-list p{border-bottom:1px solid var(--lxhp-line);justify-content:space-between;gap:12px;margin:0;padding:9px 0;font-size:10px;display:flex}.lxhp-delivery-list p:last-child{border-bottom:0}.lxhp-delivery-list span{color:var(--lxhp-muted)}.lxhp-integration-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.lxhp-integration-card{grid-template-columns:42px minmax(0,1fr);align-items:start;gap:12px;display:grid}.lxhp-integration-logo{background:linear-gradient(135deg,var(--lxhp-accent),var(--lxhp-accent-2));color:#fff;border-radius:10px;place-items:center;width:42px;height:42px;font-size:11px;font-weight:400;display:grid}.lxhp-integration-card strong{font-size:12px}.lxhp-integration-card p{color:var(--lxhp-muted);margin:4px 0 7px;font-size:10px}.lxhp-integration-card .lxhp-btn{grid-column:1/-1;width:100%}.lxhp-verification{gap:13px;display:flex}.lxhp-verification__icon{width:50px;height:50px;color:var(--lxhp-success);background:#16a66a1a;border-radius:10px;flex:none;place-items:center;display:grid}.lxhp-verification__icon svg{width:24px;height:24px}.lxhp-verification strong{font-size:13px}.lxhp-verification p{color:var(--lxhp-muted);margin:4px 0 8px;font-size:10px}.lxhp-verification code{background:var(--lxhp-panel-2);border:1px solid var(--lxhp-line);border-radius:10px;padding:10px;font-size:10px;display:block;overflow:auto}.lxhp-bar-list{gap:12px;display:grid}.lxhp-bar-list>div{grid-template-columns:110px minmax(0,1fr) 40px;align-items:center;gap:10px;display:grid}.lxhp-bar-list span,.lxhp-bar-list strong{font-size:10px}.lxhp-bar-list strong{text-align:right}.lxhp-bar-list b{background:var(--lxhp-panel-3);border-radius:999px;height:8px;overflow:hidden}.lxhp-bar-list i{border-radius:inherit;background:linear-gradient(90deg,var(--lxhp-accent),var(--lxhp-accent-2));height:100%;display:block}.lxhp-balance{border:1px solid var(--lxhp-line);background:linear-gradient(135deg,color-mix(in srgb,var(--lxhp-accent) 7%,var(--lxhp-panel)),var(--lxhp-panel));border-radius:10px;padding:18px}.lxhp-balance small,.lxhp-balance strong,.lxhp-balance span{display:block}.lxhp-balance small{color:var(--lxhp-muted);font-size:10px}.lxhp-balance strong{letter-spacing:-.04em;margin:5px 0;font-size:32px}.lxhp-balance span{color:var(--lxhp-subtle);font-size:9px}.lxhp-check-list b{font-size:10px}.lxhp-check-list b small{color:var(--lxhp-muted);font-weight:400}.lxhp-market-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.lxhp-lead-card{transition:transform .18s,box-shadow .18s}.lxhp-lead-card:hover{box-shadow:var(--lxhp-shadow-lg);transform:translateY(-3px)}.lxhp-lead-card__top{justify-content:space-between;align-items:center;gap:10px;display:flex}.lxhp-lead-card__top>span:first-child{font-size:11px;font-weight:400}.lxhp-lead-card>strong{letter-spacing:-.04em;margin:14px 0 2px;font-size:27px;display:block}.lxhp-lead-card>p{color:var(--lxhp-muted);margin:0;font-size:10px}.lxhp-quality{background:var(--lxhp-panel-3);border-radius:999px;height:7px;margin:13px 0;overflow:hidden}.lxhp-quality i{background:linear-gradient(90deg,var(--lxhp-accent),var(--lxhp-accent-2));border-radius:inherit;height:100%;display:block}.lxhp-lead-card .lxhp-btn{width:100%}.lxhp-table-tools{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.lxhp-table-tools input{width:180px;height:34px;padding:6px 9px;font-size:9px}.lxhp-table-tools select{width:auto;height:34px;padding:6px 9px;font-size:9px}.lxhp-table-tools .lxhp-btn{min-height:34px;padding:6px 9px;font-size:9px}.lxhp-pagination{border-top:1px solid var(--lxhp-line);color:var(--lxhp-muted);justify-content:space-between;align-items:center;gap:14px;padding:13px 16px;font-size:9px;display:flex}.lxhp-pagination>div{gap:4px;display:flex}.lxhp-pagination button{border:1px solid var(--lxhp-line);background:var(--lxhp-panel);min-width:29px;height:29px;color:var(--lxhp-text);border-radius:7px;font-size:9px}.lxhp-pagination button.is-active{background:var(--lxhp-accent);color:#fff;border-color:var(--lxhp-accent)}.lxhp-ticket-list{gap:8px;display:grid}.lxhp-ticket-list>button{text-align:left;border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);width:100%;color:var(--lxhp-text);border-radius:10px;grid-template-columns:auto 1fr;align-items:start;gap:10px;padding:11px;display:grid}.lxhp-ticket-list>button:hover{border-color:var(--lxhp-line-strong)}.lxhp-ticket-list strong,.lxhp-ticket-list small{display:block}.lxhp-ticket-list strong{font-size:10px}.lxhp-ticket-list small{color:var(--lxhp-muted);margin-top:2px;font-size:9px}.lxhp-settings-layout{grid-template-columns:200px minmax(0,1fr);gap:16px;display:grid}.lxhp-settings-tabs{align-content:start;gap:4px;display:grid}.lxhp-settings-tabs button{text-align:left;width:100%;color:var(--lxhp-muted);background:0 0;border:1px solid #0000;border-radius:10px;padding:10px 12px}.lxhp-settings-tabs button:hover{background:var(--lxhp-panel)}.lxhp-settings-tabs button.is-active{background:var(--lxhp-panel);border-color:var(--lxhp-line);color:var(--lxhp-text);font-weight:400}.lxhp-switch-list{border:1px solid var(--lxhp-line);border-radius:10px;gap:1px;display:grid;overflow:hidden}.lxhp-switch-list label{background:var(--lxhp-panel-2);color:var(--lxhp-text);justify-content:space-between;align-items:center;gap:18px;padding:12px;display:flex}.lxhp-switch-list strong,.lxhp-switch-list small{display:block}.lxhp-switch-list strong{font-size:10px}.lxhp-switch-list small{color:var(--lxhp-muted);margin-top:2px;font-size:9px}.lxhp-switch-list input{width:36px;height:20px;accent-color:var(--lxhp-accent)}.lxhp-safe-note{background:#2c7be512;border:1px solid #2c7be533;border-radius:10px;padding:12px}.lxhp-safe-note strong{color:var(--lxhp-info);font-size:10px}.lxhp-safe-note p{color:var(--lxhp-muted);margin:3px 0 0;font-size:9px}.lxhp-modal{z-index:300;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.lxhp-modal__backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#030a149e;position:absolute;inset:0}.lxhp-modal__panel{z-index:1;border:1px solid var(--lxhp-line);background:var(--lxhp-panel);width:min(620px,100%);max-height:min(760px,100vh - 36px);box-shadow:var(--lxhp-shadow-lg);border-radius:10px;position:relative;overflow:auto}.lxhp-modal__head{border-bottom:1px solid var(--lxhp-line);justify-content:space-between;align-items:flex-start;gap:16px;padding:18px;display:flex}.lxhp-modal__head h2{margin:3px 0 0;font-size:20px}.lxhp-modal__footer{border-top:1px solid var(--lxhp-line);justify-content:flex-end;gap:8px;padding:13px 18px;display:flex}.lxhp-detail-grid{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:14px;display:grid}.lxhp-detail-grid>div{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);border-radius:10px;padding:11px}.lxhp-detail-grid span,.lxhp-detail-grid strong{display:block}.lxhp-detail-grid span{color:var(--lxhp-muted);font-size:9px}.lxhp-detail-grid strong{margin-top:3px;font-size:11px}.lxhp-toast{z-index:400;background:var(--lxhp-panel);min-width:280px;max-width:calc(100vw - 40px);box-shadow:var(--lxhp-shadow-lg);border:1px solid #16a66a40;border-radius:10px;align-items:center;gap:10px;padding:12px 14px;display:flex;position:fixed;bottom:20px;right:20px}.lxhp-toast>span{width:31px;height:31px;color:var(--lxhp-success);background:#16a66a1f;border-radius:9px;place-items:center;font-weight:400;display:grid}.lxhp-toast strong,.lxhp-toast small{display:block}.lxhp-toast strong{font-size:10px}.lxhp-toast small{color:var(--lxhp-muted);font-size:9px}.lxhp-scrim{padding:0;display:none;border:0!important;border-radius:0!important}@media (min-width:821px){.lxhp-sidebar{transition:transform .22s}.lxhp-app.is-sidebar-hidden{grid-template-columns:0 minmax(0,1fr)}.lxhp-app.is-sidebar-hidden .lxhp-sidebar{pointer-events:none;transform:translate(-100%)}.lxhp-app.is-sidebar-hidden .lxhp-main{grid-column:1/-1}}@media (max-width:1420px){:root{--lxhp-sidebar-width:271px}.lxhp-search{min-width:180px}.lxhp-profile__copy{display:none}.lxhp-kpi-grid,.lxhp-integration-grid,.lxhp-market-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:1100px){.lxhp-search,.lxhp-role-switch{display:none}.lxhp-grid--dashboard,.lxhp-grid--lower,.lxhp-grid--two{grid-template-columns:1fr}.lxhp-donut-row{grid-template-columns:140px 1fr}.lxhp-settings-layout{grid-template-columns:1fr}.lxhp-settings-tabs{grid-template-columns:repeat(4,1fr)}.lxhp-settings-tabs button{text-align:center}.lxhp-form-grid{grid-template-columns:1fr 1fr}}@media (max-width:820px){:root{--lxhp-sidebar-width:297px}.lxhp-app{display:block}.lxhp-sidebar{box-shadow:var(--lxhp-shadow-lg);transition:transform .22s;transform:translate(-100%)}.lxhp-app.is-sidebar-open .lxhp-sidebar{transform:none}.lxhp-app.is-sidebar-hidden .lxhp-sidebar{pointer-events:none;transform:translate(-100%)!important}.lxhp-app.is-sidebar-hidden .lxhp-scrim{display:none!important}.lxhp-main{min-width:0}.lxhp-mobile-menu{display:grid}.lxhp-scrim{z-index:95;background:#030a148c;position:fixed;inset:0}.lxhp-app.is-sidebar-open .lxhp-scrim{display:block}.lxhp-topbar{padding:0 14px}.lxhp-preview-banner{margin:12px 14px 0}.lxhp-content{padding:18px 14px 24px}.lxhp-page-id span{display:none}.lxhp-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lxhp-page-heading{flex-direction:column}.lxhp-heading-actions{justify-content:flex-start}.lxhp-integration-grid,.lxhp-market-grid{grid-template-columns:1fr 1fr}.lxhp-detail-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.lxhp-topbar__right{gap:6px}.lxhp-profile{padding-right:5px}.lxhp-profile>span:last-child{display:none}.lxhp-preview-banner{align-items:flex-start}.lxhp-preview-banner>div{flex-wrap:wrap;align-items:flex-start}.lxhp-preview-banner div>span:not(.lxhp-preview-dot){white-space:normal}.lxhp-preview-safety{display:none}.lxhp-kpi-grid{grid-template-columns:1fr}.lxhp-kpi{padding:14px}.lxhp-content{padding-top:16px}.lxhp-page-heading h1{font-size:28px}.lxhp-heading-actions{width:100%}.lxhp-heading-actions .lxhp-btn{flex:1}.lxhp-integration-grid,.lxhp-market-grid{grid-template-columns:1fr}.lxhp-donut-row{grid-template-columns:1fr;justify-items:center}.lxhp-health-list{width:100%}.lxhp-form-grid{grid-template-columns:1fr}.lxhp-settings-tabs{grid-template-columns:repeat(2,1fr)}.lxhp-detail-grid{grid-template-columns:1fr}.lxhp-table-tools,.lxhp-table-tools input,.lxhp-table-tools select{width:100%}.lxhp-card__head{flex-direction:column}.lxhp-bar-list>div{grid-template-columns:90px minmax(0,1fr) 34px}.lxhp-pagination{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}body.lxhp-body{font-family:var(--lxh-font);font-size:16px;font-weight:400}body.lxhp-body .lxhp-app,body.lxhp-body .lxhp-app *{font-family:var(--lxh-font);font-weight:400!important}.lxhp-page-heading p{max-width:none}body.lxhp-body .lxhp-app :where(a,button,input,select,textarea,label,p,small,span,strong,b,th,td,code){font-size:16px!important}.lxhp-page-heading h1{font-size:clamp(32px,2.6vw,44px)!important;font-weight:400!important}.lxhp-modal__head h2{font-size:24px!important;font-weight:400!important}.lxhp-kpi__copy strong,.lxhp-donut strong{font-size:28px!important;font-weight:400!important}.lxhp-mini-metrics strong{font-size:22px!important;font-weight:400!important}.lxhp-balance strong{font-size:36px!important;font-weight:400!important}.lxhp-lead-card>strong{font-size:30px!important;font-weight:400!important}.lxhp-nav__badge,.lxhp-notify-btn>span{font-size:12px!important;font-weight:400!important}@media (max-width:820px){.lxhp-content{width:100%;max-width:none;margin:0;padding:18px 14px 24px}}[data-modal=record] .lxhp-modal__backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#040d1aad}[data-modal=record] .lxhp-record-modal{border:1px solid color-mix(in srgb,var(--lxhp-accent) 22%,var(--lxhp-line));width:min(780px,100%);overflow:hidden;box-shadow:0 32px 90px #0819303d,0 8px 28px #0819301a}[data-modal=record] .lxhp-record-modal:before{content:"";background:linear-gradient(90deg,var(--lxhp-accent),var(--lxhp-accent-2));height:4px;display:block}[data-modal=record] .lxhp-record-modal__head{background:linear-gradient(180deg,color-mix(in srgb,var(--lxhp-accent) 4%,var(--lxhp-panel)),var(--lxhp-panel));align-items:center;padding:24px 26px 22px}[data-modal=record] .lxhp-record-modal__title{min-width:0}[data-modal=record] .lxhp-record-modal__title .lxhp-eyebrow{border:1px solid color-mix(in srgb,var(--lxhp-accent) 22%,var(--lxhp-line));background:color-mix(in srgb,var(--lxhp-accent) 7%,var(--lxhp-panel));width:max-content;color:var(--lxhp-accent);letter-spacing:.08em;border-radius:7px;align-items:center;padding:5px 9px;display:inline-flex}[data-modal=record] .lxhp-record-modal__title-row{flex-wrap:wrap;align-items:center;gap:12px;margin-top:10px;display:flex}[data-modal=record] .lxhp-record-modal__title-row h2{letter-spacing:-.02em;margin:0;line-height:1.15;font-size:30px!important;font-weight:400!important}[data-modal=record] .lxhp-record-modal__title-row .lxhp-status{border-radius:999px;min-height:28px;padding:4px 10px}[data-modal=record] .lxhp-record-modal__title>p{color:var(--lxhp-muted);margin:7px 0 0;font-size:16px!important}[data-modal=record] .lxhp-record-modal__close{background:var(--lxhp-panel);flex:0 0 44px;width:44px;height:44px;box-shadow:0 6px 18px #0f1f350f}[data-modal=record] .lxhp-record-modal__content{padding:24px 26px 26px}[data-modal=record] .lxhp-record-detail-grid{gap:14px;margin-bottom:18px}[data-modal=record] .lxhp-record-detail-grid>div{background:linear-gradient(180deg,var(--lxhp-panel-2),color-mix(in srgb,var(--lxhp-panel-2) 84%,var(--lxhp-panel)));border-color:var(--lxhp-line);flex-direction:column;justify-content:center;min-height:98px;padding:16px 17px;display:flex;box-shadow:inset 0 1px #ffffffa6}html[data-lxh-legacy-dark-disabled=true] [data-modal=record] .lxhp-record-detail-grid>div{box-shadow:none}[data-modal=record] .lxhp-record-detail-grid span{color:var(--lxhp-muted);line-height:1.25;font-size:16px!important}[data-modal=record] .lxhp-record-detail-grid strong{color:var(--lxhp-text);margin-top:8px;line-height:1.25;font-size:18px!important;font-weight:400!important}[data-modal=record] .lxhp-record-detail-grid .lxhp-status{width:max-content;margin-top:8px;padding:5px 10px}[data-modal=record] .lxhp-record-safe-note{border-color:color-mix(in srgb,var(--lxhp-info) 26%,var(--lxhp-line));background:color-mix(in srgb,var(--lxhp-info) 6%,var(--lxhp-panel));grid-template-columns:42px minmax(0,1fr);align-items:start;gap:13px;padding:16px 17px;display:grid}[data-modal=record] .lxhp-record-safe-note__icon{background:color-mix(in srgb,var(--lxhp-info) 12%,var(--lxhp-panel));width:42px;height:42px;color:var(--lxhp-info);border-radius:10px;place-items:center;display:grid}[data-modal=record] .lxhp-record-safe-note__icon svg{width:20px;height:20px}[data-modal=record] .lxhp-record-safe-note strong{color:var(--lxhp-info);display:block;font-size:16px!important;font-weight:400!important}[data-modal=record] .lxhp-record-safe-note p{color:var(--lxhp-muted);margin:5px 0 0;line-height:1.55;font-size:16px!important}[data-modal=record] .lxhp-record-modal__footer{background:var(--lxhp-panel-2);justify-content:space-between;align-items:center;gap:16px;padding:16px 26px}[data-modal=record] .lxhp-record-modal__footnote{color:var(--lxhp-muted);font-size:16px!important}[data-modal=record] .lxhp-record-modal__actions{flex:none;justify-content:flex-end;gap:10px;display:flex}[data-modal=record] .lxhp-record-modal__actions .lxhp-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] .lxhp-record-modal__head{padding:20px}[data-modal=record] .lxhp-record-modal__title-row h2{font-size:26px!important}[data-modal=record] .lxhp-record-modal__content{padding:20px}[data-modal=record] .lxhp-record-detail-grid{grid-template-columns:1fr 1fr}[data-modal=record] .lxhp-record-modal__footer{flex-direction:column;align-items:stretch;padding:16px 20px}[data-modal=record] .lxhp-record-modal__actions{width:100%}[data-modal=record] .lxhp-record-modal__actions .lxhp-btn{flex:1}}@media (max-width:480px){[data-modal=record] .lxhp-record-modal__title-row{flex-direction:column;align-items:flex-start}[data-modal=record] .lxhp-record-detail-grid,[data-modal=record] .lxhp-record-safe-note{grid-template-columns:1fr}[data-modal=record] .lxhp-record-modal__actions{flex-direction:column-reverse}}html{scroll-behavior:smooth}body{margin:0}.lxh-menu{list-style:none}.lxh-menu a{text-decoration:none}.lxh-custom-page main{min-height:60vh}.lxh-admin-grid{background:#f6f8fb;grid-template-columns:260px minmax(0,1fr);min-height:100vh;display:grid}.lxh-admin-sidebar{color:#fff;background:#0b1220;padding:24px 18px}.lxh-admin-sidebar a{color:#cbd5e1;border-radius:8px;margin:4px 0;padding:10px 12px;text-decoration:none;display:block}.lxh-admin-sidebar a:hover{color:#fff;background:#172033}.lxh-admin-main{padding:28px}.lxh-admin-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;margin-bottom:18px;padding:20px}.lxh-admin-table{border-collapse:collapse;width:100%}.lxh-admin-table th,.lxh-admin-table td{text-align:left;border-bottom:1px solid #e5e7eb;padding:12px}.lxh-admin-form input,.lxh-admin-form textarea,.lxh-admin-form select{box-sizing:border-box;border:1px solid #cbd5e1;border-radius:8px;width:100%;margin:6px 0 14px;padding:10px}.lxh-admin-form textarea{min-height:220px}.lxh-admin-btn{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:8px;padding:10px 16px;display:inline-block}.lxh-auth-grid{grid-template-columns:1fr 1fr;align-items:start;gap:32px;display:grid}.lxh-auth-card{background:var(--lxh-surface,#fff);border:1px solid var(--lxh-border,#e5e7eb);border-radius:18px;padding:28px}.lxh-auth-card input,.lxh-auth-card select{box-sizing:border-box;border:1px solid #cbd5e1;border-radius:9px;width:100%;margin:6px 0 14px;padding:12px}.lxh-auth-card label{font-weight:400;display:block}.lxh-message{color:#065f46;background:#ecfdf5;border-radius:8px;margin:10px 0;padding:10px 12px}.lxh-error{color:#991b1b;background:#fef2f2}.lxhp-app{min-height:100vh}.lxhp-nav__item{text-decoration:none}.lxhp-demo-banner{background:#2563eb17;border-radius:10px;margin:12px 18px;padding:10px 12px;font-size:12px}.lxhp-section-content{padding:24px}.lxhp-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:20px;display:grid}.lxhp-stat-card{background:var(--lxhp-card,#fff);border:1px solid var(--lxhp-border,#e5e7eb);border-radius:14px;padding:18px}.lxhp-stat-card span{color:var(--lxhp-muted,#64748b);font-size:13px;display:block}.lxhp-stat-card strong{margin-top:6px;font-size:25px;display:block}.lxhp-panel{background:var(--lxhp-card,#fff);border:1px solid var(--lxhp-border,#e5e7eb);border-radius:14px;padding:18px;overflow:auto}.lxhp-table{border-collapse:collapse;width:100%}.lxhp-table th,.lxhp-table td{border-bottom:1px solid var(--lxhp-border,#e5e7eb);text-align:left;white-space:nowrap;padding:12px 10px}.lxhp-role-switch a,.lxhp-topbar a{text-decoration:none}@media (max-width:900px){.lxh-admin-grid{grid-template-columns:1fr}.lxh-admin-sidebar{display:none}.lxh-auth-grid{grid-template-columns:1fr}.lxhp-stat-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.lxhp-stat-grid{grid-template-columns:1fr}}n.lxhp-app{background:var(--lxhp-bg);color:var(--lxhp-text);font-family:var(--lxh-font);-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.5}.lxhp-app *{font-family:var(--lxh-font)}n .lxhp-live-banner{background:#19b86a1a;border:1px solid #19b86a38}.lxh-dashboard-logout{text-align:left;cursor:pointer;width:100%;font:inherit;background:0 0;border:0}.lxhp-live-account{flex-direction:column;align-items:flex-end;line-height:1.25;display:flex}.lxhp-live-account span{color:var(--lxhp-muted,#64748b);font-size:12px}.lxhp-live-account strong{text-overflow:ellipsis;white-space:nowrap;max-width:260px;font-size:14px;overflow:hidden}.lxhp-live-empty{border:1px dashed var(--lxhp-border,#d9e1ea);background:var(--lxhp-panel-2,#f8fafc);border-radius:12px;padding:26px}.lxhp-live-empty strong{margin-bottom:8px;font-size:18px;display:block}.lxhp-live-empty p{color:var(--lxhp-muted,#64748b);max-width:900px;margin:0}.lxh-auth-card button:disabled,.lxh-dashboard-logout:disabled{opacity:.65;cursor:not-allowed}:root{--lxh-font:var(--lxh-open-sans),"Open Sans","Segoe UI",Arial,sans-serif;--lxhp-font:var(--lxh-open-sans),"Open Sans","Segoe UI",Arial,sans-serif}body,.lxh-site-header,.lxh-site-footer,.lxh-auth-experience,.lxhp-app{font-family:var(--lxh-font)}strong,b{font-weight:400}.lxh-header-inner{gap:18px}.lxh-primary-nav{min-width:0}.lxh-menu{flex-wrap:nowrap;gap:2px}.lxh-menu a{white-space:nowrap;letter-spacing:-.005em;padding:10px 9px!important;font-size:14px!important;font-weight:400!important}.lxh-header-actions{flex:none;gap:7px}.lxh-header-actions .lxh-btn{padding-inline:12px;font-size:14px!important;font-weight:400!important}.lxh-owner-link{color:var(--lxh-muted);padding:8px;font-size:13px;font-weight:400}@media (max-width:1420px){.lxh-account-links{display:none}.lxh-menu a{padding-inline:7px!important;font-size:13px!important}}@media (max-width:1120px){.lxh-primary-nav{background:var(--lxh-surface);border:1px solid var(--lxh-line);box-shadow:var(--lxh-shadow);border-radius:14px;padding:12px;display:none;position:fixed;top:72px;left:14px;right:14px}.lxh-primary-nav.is-open{display:block}.lxh-menu{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;display:grid}.lxh-menu a{padding:12px!important}.lxh-menu-toggle{display:grid}.lxh-header-actions{margin-left:auto}}@media (max-width:620px){.lxh-primary-nav{top:66px}.lxh-menu{grid-template-columns:1fr}.lxh-header-actions .lxh-btn--primary{display:none}}.lxh-footer-brand p{max-width:360px}.lxh-socials{flex-wrap:wrap;align-items:center;gap:9px;margin-top:20px;display:flex}.lxh-social-icon{color:#fff;border-radius:10px;place-items:center;width:38px;height:38px;display:grid;box-shadow:0 7px 18px #02101f29}.lxh-social-icon svg{stroke:none;width:18px;height:18px}.lxh-social-icon.is-facebook{background:#1877f2}.lxh-social-icon.is-x{background:#000}.lxh-social-icon.is-linkedin{background:#0a66c2}.lxh-social-icon.is-youtube{background:red}.lxh-social-icon.is-instagram{background:linear-gradient(135deg,#feda75,#d62976 48%,#4f5bd5)}@media (max-width:1250px){.lxh-footer-grid--advanced{grid-template-columns:1.4fr repeat(3,1fr)}.lxh-footer-grid--advanced>div:nth-child(n+5){margin-top:8px}}@media (max-width:820px){.lxh-footer-grid--advanced{grid-template-columns:1fr 1fr}}@media (max-width:520px){.lxh-footer-grid--advanced{grid-template-columns:1fr}}.lxh-auth-experience{background:var(--lxh-bg);min-height:100vh;color:var(--lxh-text);grid-template-columns:minmax(360px,.82fr) minmax(520px,1.18fr);display:grid}.lxh-auth-experience .lxh-auth-brand-panel{color:#fff;background:radial-gradient(circle at 18% 22%,#22c7e829,#0000 28%),radial-gradient(circle at 86% 78%,#1469ff3d,#0000 34%),linear-gradient(145deg,#031426,#0a3150);flex-direction:column;height:100vh;min-height:720px;padding:42px clamp(28px,4vw,68px);display:flex;position:sticky;top:0;overflow:hidden}.lxh-auth-logo{width:max-content;display:inline-flex}.lxh-auth-logo img{width:210px;max-height:50px}.lxh-auth-experience .lxh-auth-brand-copy{max-width:650px;margin:auto 0}.lxh-auth-kicker{color:#b9d7ea;letter-spacing:.07em;text-transform:uppercase;background:#ffffff12;border:1px solid #ffffff24;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:400;display:inline-flex}.lxh-auth-experience .lxh-auth-brand-copy h1{letter-spacing:-.04em;margin:20px 0 16px;font-size:clamp(42px,4vw,66px);font-weight:400;line-height:1.04}.lxh-auth-experience .lxh-auth-brand-copy p{color:#b2cadc;max-width:590px;margin:0;font-size:17px;line-height:1.7}.lxh-auth-experience .lxh-auth-feature-list{color:#a9c3d6;gap:9px;font-size:13px;font-weight:400;display:grid}.lxh-auth-experience .lxh-auth-content-panel{background:linear-gradient(180deg,color-mix(in srgb,var(--lxh-bg) 94%,#fff),var(--lxh-bg));align-items:center;min-height:100vh;padding:34px clamp(22px,5vw,72px);display:grid}.lxh-auth-experience .lxh-auth-content-inner{width:min(720px,100%);margin:auto}.lxh-auth-toolbar{color:var(--lxh-muted);justify-content:space-between;align-items:center;gap:15px;margin-bottom:18px;font-size:12px;display:flex}.lxh-auth-toolbar a{color:var(--lxh-text);font-weight:400}.lxh-auth-toolbar span{align-items:center;gap:7px;display:inline-flex}.lxh-auth-toolbar span:before{content:"";background:#19b86a;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #19b86a1f}.lxh-auth-card--standalone{background:var(--lxh-surface);border:1px solid var(--lxh-line);border-radius:18px;padding:clamp(22px,3vw,34px);box-shadow:0 24px 70px #0723401c}.lxh-auth-card__head{margin-bottom:22px}.lxh-auth-card__head>span{color:var(--lxh-blue);letter-spacing:.07em;text-transform:uppercase;font-size:12px;font-weight:400;display:block}.lxh-auth-card__head h2{letter-spacing:-.025em;margin:7px 0 8px;font-size:clamp(28px,3vw,38px);font-weight:400;line-height:1.12}.lxh-auth-card__head p{color:var(--lxh-muted);margin:0;font-size:14px;line-height:1.65}.lxh-auth-card--standalone .lxh-field{gap:7px;margin-bottom:14px;display:grid}.lxh-auth-card--standalone .lxh-field label{color:var(--lxh-text);font-size:12px;font-weight:400}.lxh-auth-card--standalone .lxh-field label small{color:var(--lxh-muted);margin-left:5px;font-weight:400}.lxh-auth-card--standalone input,.lxh-auth-card--standalone select{border:1px solid var(--lxh-line);background:var(--lxh-bg);width:100%;min-height:50px;color:var(--lxh-text);border-radius:10px;outline:none;margin:0;padding:11px 13px}.lxh-auth-card--standalone input:focus,.lxh-auth-card--standalone select:focus{border-color:var(--lxh-blue);box-shadow:0 0 0 3px #1469ff1a}.lxh-auth-card--standalone .lxh-field-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.lxh-verify-row{grid-template-columns:minmax(0,1fr) auto;gap:8px;display:grid}.lxh-verify-btn,.lxh-otp-inline button{border:1px solid color-mix(in srgb,var(--lxh-blue) 34%,var(--lxh-line));background:color-mix(in srgb,var(--lxh-blue) 8%,var(--lxh-surface));min-width:100px;color:var(--lxh-blue);border-radius:10px;padding:0 13px;font-weight:400}.lxh-verify-btn:disabled,.lxh-otp-inline button:disabled{opacity:.6;cursor:not-allowed}.lxh-otp-inline{background:var(--lxh-surface-2);border:1px solid var(--lxh-line);border-radius:10px;grid-template-columns:96px minmax(0,1fr) 86px;align-items:center;gap:8px;margin:-4px 0 14px;padding:10px;display:grid}.lxh-otp-inline label{font-size:11px;font-weight:400}.lxh-otp-inline input{text-align:center;letter-spacing:.28em;background:var(--lxh-surface)!important;min-height:42px!important;padding-inline:10px!important}.lxh-otp-inline button{min-width:0;min-height:42px}.lxh-password-meter{grid-template-columns:repeat(4,1fr);gap:5px;height:5px;margin-top:2px;display:grid}.lxh-password-meter i{background:var(--lxh-line);border-radius:999px;display:block}.lxh-password-meter i.is-on{background:linear-gradient(90deg,var(--lxh-blue),var(--lxh-cyan))}.lxh-auth-card--standalone .lxh-field>small{color:var(--lxh-muted);font-size:11px;line-height:1.45}.lxh-auth-card--standalone .lxh-check{color:var(--lxh-muted);align-items:flex-start;gap:9px;margin:2px 0 15px;font-size:12px;display:flex}.lxh-auth-card--standalone .lxh-check input{width:16px;min-height:16px;margin-top:2px}.lxh-auth-card--standalone .lxh-check a{color:var(--lxh-blue);font-weight:400}.lxh-auth-card--standalone .lxh-btn{font-weight:400}.lxh-auth-card--standalone .lxh-message{margin:12px 0;font-size:12px}.lxh-auth-links{color:var(--lxh-muted);flex-wrap:wrap;justify-content:center;align-items:center;gap:10px 18px;margin-top:17px;font-size:12px;display:flex}.lxh-auth-links a{color:var(--lxh-blue);font-weight:400}.lxh-auth-mini-legal{color:var(--lxh-muted);justify-content:center;gap:18px;margin-top:18px;font-size:11px;display:flex}.lxh-auth-done{justify-items:center;gap:10px;padding:18px;display:grid}.lxh-auth-done>span{color:#0d9b57;background:#19b86a1f;border-radius:50%;place-items:center;width:46px;height:46px;font-size:22px;display:grid}@media (max-width:980px){.lxh-auth-experience{grid-template-columns:1fr}.lxh-auth-experience .lxh-auth-brand-panel{height:auto;min-height:330px;padding:28px;position:relative}.lxh-auth-experience .lxh-auth-brand-copy{margin:58px 0 36px}.lxh-auth-experience .lxh-auth-brand-copy h1{font-size:44px}.lxh-auth-experience .lxh-auth-content-panel{min-height:auto;padding:30px 18px 48px}}@media (max-width:580px){.lxh-auth-experience .lxh-auth-brand-panel{min-height:290px}.lxh-auth-logo img{width:180px}.lxh-auth-experience .lxh-auth-brand-copy h1{font-size:36px}.lxh-auth-experience .lxh-auth-feature-list{display:none}.lxh-auth-card--standalone{padding:20px 16px}.lxh-auth-card--standalone .lxh-field-grid{grid-template-columns:1fr}.lxh-otp-inline{grid-template-columns:1fr 88px}.lxh-otp-inline label{grid-column:1/-1}.lxh-auth-toolbar span{display:none}}.lxhp-app{background:var(--lxhp-bg);color:var(--lxhp-text);font-family:var(--lxh-font);font-weight:400}.lxhp-app :where(button,input,select,textarea){font-family:var(--lxh-font)}.lxhp-sidebar__brand-copy strong,.lxhp-sidebar__brand-copy small{font-weight:400!important}.lxhp-nav__label{font-size:15px!important;font-weight:400!important;line-height:1.25!important}.lxhp-nav__badge{font-size:11px!important;font-weight:400!important}.lxhp-demo-mini strong,.lxhp-page-id strong{font-weight:400!important}.lxhp-main{background:var(--lxhp-bg)}.lxhp-page-heading{justify-content:space-between;align-items:flex-start;gap:22px;margin-bottom:22px;display:flex}.lxhp-page-heading h1{letter-spacing:-.035em;margin:5px 0 7px;line-height:1.1;font-size:clamp(30px,2.5vw,42px)!important;font-weight:400!important}.lxhp-page-heading p{color:var(--lxhp-muted);max-width:780px;margin:0;font-size:14px!important}.lxhp-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--lxhp-accent);font-size:11px!important;font-weight:400!important}.lxhp-heading-status{border:1px solid var(--lxhp-line);background:var(--lxhp-panel);color:var(--lxhp-muted);border-radius:999px;align-items:center;gap:8px;padding:8px 11px;font-size:11px;display:flex}.lxhp-heading-status>span{border-radius:50%;width:7px;height:7px}.lxhp-heading-status>span.is-live{background:#22c55e;box-shadow:0 0 0 4px #22c55e1a}.lxhp-heading-status>span.is-preview{background:#f59e0b;box-shadow:0 0 0 4px #f59e0b1a}.lxhp-topbar{padding-inline:20px}.lxhp-topbar__right{gap:8px}.lxhp-search-wrap,.lxhp-action-wrap{position:relative}.lxhp-search-trigger{border:1px solid var(--lxhp-line);background:var(--lxhp-panel);min-width:210px;height:40px;color:var(--lxhp-muted);border-radius:10px;align-items:center;gap:8px;padding:0 10px;display:flex}.lxhp-search-trigger span{font-size:12px}.lxhp-search-trigger kbd{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);color:var(--lxhp-subtle);border-radius:5px;margin-left:auto;padding:2px 5px;font-size:9px}.lxhp-popover{top:calc(var(--lxhp-topbar) - 6px);right:20px}.lxhp-search-popover{width:min(430px,100vw - 32px);position:absolute;top:48px;left:0;right:auto}.lxhp-search-box{border-bottom:1px solid var(--lxhp-line);align-items:center;gap:9px;padding:11px 13px;display:flex}.lxhp-search-box input{width:100%;color:var(--lxhp-text);background:0 0;border:0;outline:0}.lxhp-search-results{padding:7px}.lxhp-search-results>button{text-align:left;width:100%;color:var(--lxhp-text);background:0 0;border:0;border-radius:8px;grid-template-columns:34px 1fr auto;align-items:center;gap:8px;padding:8px;display:grid}.lxhp-search-results>button:hover{background:var(--lxhp-panel-2)}.lxhp-search-results>button span:nth-child(2){font-size:12px}.lxhp-search-results>button small{color:var(--lxhp-muted);font-size:9px}.lxhp-search-results>p,.lxhp-popover-empty{color:var(--lxhp-muted);text-align:center;margin:0;padding:18px;font-size:11px}.lxhp-notifications-popover,.lxhp-messages-popover{width:min(390px,100vw - 32px);position:absolute;top:48px;right:0}.lxhp-notifications-popover>button{text-align:left;border:0;border-bottom:1px solid var(--lxhp-line);width:100%;color:var(--lxhp-text);background:0 0;grid-template-columns:10px 1fr;gap:10px;padding:12px 14px;display:grid}.lxhp-notifications-popover>button:hover,.lxhp-notifications-popover>button.is-unread{background:var(--lxhp-panel-2)}.lxhp-notifications-popover>button div,.lxhp-message-row div{min-width:0}.lxhp-notifications-popover>button strong,.lxhp-notifications-popover>button small,.lxhp-notifications-popover>button em,.lxhp-message-row strong,.lxhp-message-row small,.lxhp-message-row em{display:block}.lxhp-notifications-popover>button strong,.lxhp-message-row strong{font-size:11px!important;font-weight:400!important}.lxhp-notifications-popover>button small,.lxhp-message-row small{color:var(--lxhp-muted);white-space:nowrap;text-overflow:ellipsis;margin-top:2px;overflow:hidden;font-size:10px!important}.lxhp-notifications-popover>button em,.lxhp-message-row em{color:var(--lxhp-subtle);margin-top:4px;font-style:normal;font-size:9px!important}.lxhp-notification-dot{background:var(--lxhp-accent);border-radius:50%;width:7px;height:7px;margin-top:5px}.lxhp-message-row{border-bottom:1px solid var(--lxhp-line);grid-template-columns:34px 1fr;gap:10px;padding:12px 14px;display:grid}.lxhp-message-row>span{background:var(--lxhp-panel-3);width:32px;height:32px;color:var(--lxhp-accent);border-radius:9px;place-items:center;font-size:10px;font-weight:400;display:grid}.lxhp-avatar{overflow:hidden;font-weight:400!important}.lxhp-avatar img{object-fit:cover;width:100%;height:100%}.lxhp-profile__copy strong{font-size:11px!important;font-weight:400!important}.lxhp-profile__copy small{font-size:9px!important}.lxhp-profile-popover{width:300px;position:absolute;top:50px;right:0}.lxhp-profile-card{border-bottom:1px solid var(--lxhp-line);grid-template-columns:44px 1fr;align-items:center;gap:11px;padding:14px;display:grid}.lxhp-profile-card .lxhp-avatar{width:44px;height:44px}.lxhp-profile-card strong,.lxhp-profile-card span,.lxhp-profile-card small{display:block}.lxhp-profile-card strong{font-size:12px!important;font-weight:400!important}.lxhp-profile-card span{color:var(--lxhp-muted);margin-top:2px;font-size:10px!important}.lxhp-profile-card small{color:var(--lxhp-subtle);margin-top:2px;font-size:9px!important}.lxhp-account-status{color:var(--lxhp-muted);border-bottom:1px solid var(--lxhp-line);align-items:center;gap:7px;padding:10px 14px;font-size:10px;display:flex}.lxhp-account-status>span{background:#22c55e;border-radius:50%;width:7px;height:7px}.lxhp-profile-popover>button{width:100%;color:var(--lxhp-text);text-align:left;background:0 0;border:0;align-items:center;gap:9px;padding:11px 14px;font-size:11px;display:flex}.lxhp-profile-popover>button:hover{background:var(--lxhp-panel-2)}.lxhp-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:16px;display:grid}.lxhp-kpi{border:1px solid var(--lxhp-line);background:linear-gradient(180deg,var(--lxhp-panel),color-mix(in srgb,var(--lxhp-panel) 94%,var(--lxhp-bg)));box-shadow:var(--lxhp-shadow);border-radius:12px;grid-template-columns:42px 1fr;align-items:start;gap:12px;padding:17px;display:grid}.lxhp-kpi__icon{background:color-mix(in srgb,var(--lxhp-accent) 9%,var(--lxhp-panel));width:42px;height:42px;color:var(--lxhp-accent);border-radius:10px;place-items:center;display:grid}.lxhp-kpi__copy span,.lxhp-kpi__copy strong,.lxhp-kpi__copy small{display:block}.lxhp-kpi__copy span{color:var(--lxhp-muted);font-size:10px!important}.lxhp-kpi__copy strong{letter-spacing:-.025em;margin:5px 0 3px;line-height:1.15;font-size:25px!important;font-weight:400!important}.lxhp-kpi__copy small{color:var(--lxhp-subtle);font-size:9px!important}.lxhp-dashboard-grid{grid-template-columns:minmax(0,1.65fr) minmax(300px,.75fr);gap:16px;display:grid}.lxhp-panel{border-radius:12px;padding:0}.lxhp-panel__head{border-bottom:1px solid var(--lxhp-line);justify-content:space-between;align-items:flex-start;gap:16px;padding:17px 18px;display:flex}.lxhp-panel__head h2{letter-spacing:-.015em;margin:4px 0;font-size:18px!important;font-weight:400!important}.lxhp-panel__head p{color:var(--lxhp-muted);margin:0;font-size:10px!important}.lxhp-record-count{color:var(--lxhp-muted);border:1px solid var(--lxhp-line);border-radius:999px;padding:5px 8px;font-size:10px}.lxhp-table-wrap{width:100%;overflow:auto}.lxhp-table{font-size:11px}.lxhp-table th{text-transform:uppercase;letter-spacing:.04em;color:var(--lxhp-muted);background:var(--lxhp-panel-2);font-size:9px!important;font-weight:400!important}.lxhp-table td{font-size:11px!important}.lxhp-id{font-family:var(--lxh-font);font-size:10px}.lxhp-status-pill{background:var(--lxhp-panel-3);color:var(--lxhp-muted);border-radius:999px;padding:4px 7px;font-size:9px;display:inline-flex}.lxhp-status-pill.is-sold,.lxhp-status-pill.is-available{color:#148050;background:#16a66a1a}.lxhp-status-pill.is-rejected,.lxhp-status-pill.is-returned{color:#b23d4b;background:#d94b5b1a}.lxhp-health-list{padding:8px 18px 14px;display:grid}.lxhp-health-list>div{border-bottom:1px solid var(--lxhp-line);justify-content:space-between;align-items:center;gap:15px;padding:10px 0;display:flex}.lxhp-health-list>div:last-child{border-bottom:0}.lxhp-health-list strong{align-items:center;gap:7px;display:flex;font-size:10px!important;font-weight:400!important}.lxhp-health-list i{border-radius:50%;width:7px;height:7px}.lxhp-health-list i.is-ok{background:#22c55e}.lxhp-health-list i.is-warn{background:#f59e0b}.lxhp-panel>.lxhp-safe-note{margin:0 18px 18px}.lxhp-safe-note strong{font-weight:400!important}.lxhp-safe-note p{font-size:10px!important}.lxhp-workspace-grid{grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:16px;display:grid}.lxhp-module-hero{grid-template-columns:58px 1fr;gap:16px;padding:22px;display:grid}.lxhp-module-icon{background:color-mix(in srgb,var(--lxhp-accent) 10%,var(--lxhp-panel));width:58px;height:58px;color:var(--lxhp-accent);border-radius:13px;place-items:center;display:grid}.lxhp-module-icon svg{width:25px;height:25px}.lxhp-module-hero h2{margin:5px 0;font-size:24px!important;font-weight:400!important}.lxhp-module-hero p{color:var(--lxhp-muted);max-width:720px;margin:0;font-size:12px!important}.lxhp-module-actions{border-top:1px solid var(--lxhp-line);grid-template-columns:repeat(3,1fr);display:grid}.lxhp-module-actions>div{border-right:1px solid var(--lxhp-line);padding:14px 18px}.lxhp-module-actions>div:last-child{border-right:0}.lxhp-module-actions span,.lxhp-module-actions strong{display:block}.lxhp-module-actions span{color:var(--lxhp-muted);font-size:9px!important}.lxhp-module-actions strong{margin-top:4px;font-size:11px!important;font-weight:400!important}.lxhp-check-list{padding:9px 18px 16px}.lxhp-check-list p{border-bottom:1px solid var(--lxhp-line);grid-template-columns:28px 1fr;align-items:start;gap:8px;margin:0;padding:10px 0;display:grid}.lxhp-check-list p:last-child{border-bottom:0}.lxhp-check-list p>span{color:#15915b;background:#16a66a1a;border-radius:8px;place-items:center;width:26px;height:26px;display:grid}.lxhp-check-list b{font-size:11px!important;font-weight:400!important}.lxhp-check-list b small{color:var(--lxhp-muted);margin-top:3px;line-height:1.45;display:block;font-size:9px!important;font-weight:400!important}.lxhp-empty-state{text-align:center;padding:38px 20px}.lxhp-empty-state>span{background:var(--lxhp-panel-3);width:42px;height:42px;color:var(--lxhp-muted);border-radius:50%;place-items:center;margin:0 auto 10px;display:grid}.lxhp-empty-state strong{display:block;font-size:13px!important;font-weight:400!important}.lxhp-empty-state p{max-width:540px;color:var(--lxhp-muted);margin:6px auto 0;font-size:10px!important}.lxhp-notification-list{display:grid}.lxhp-notification-list article{border-bottom:1px solid var(--lxhp-line);grid-template-columns:10px 1fr;gap:10px;padding:14px 18px;display:grid}.lxhp-notification-list article.is-unread{background:var(--lxhp-panel-2)}.lxhp-notification-list strong{font-size:11px!important;font-weight:400!important}.lxhp-notification-list p{color:var(--lxhp-muted);margin:3px 0;font-size:10px!important}.lxhp-notification-list small{color:var(--lxhp-subtle);font-size:9px!important}.lxhp-identity-card{grid-template-columns:54px 1fr;align-items:center;gap:14px;padding:20px;display:grid}.lxhp-identity-card .lxhp-avatar{width:54px;height:54px}.lxhp-identity-card strong,.lxhp-identity-card span,.lxhp-identity-card small{display:block}.lxhp-identity-card strong{font-size:14px!important;font-weight:400!important}.lxhp-identity-card span{color:var(--lxhp-muted);margin-top:3px;font-size:10px!important}.lxhp-identity-card small{color:var(--lxhp-subtle);margin-top:3px;font-size:9px!important}.lxhp-muted-copy{color:var(--lxhp-muted);margin:0;padding:18px;font-size:11px!important}.lxhp-profile-modal{width:min(760px,100%)}.lxhp-avatar-editor{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);border-radius:12px;grid-template-columns:72px 1fr;align-items:center;gap:16px;margin-bottom:16px;padding:14px;display:grid}.lxhp-avatar-editor .lxhp-avatar{width:72px;height:72px}.lxhp-avatar-editor strong{font-size:12px!important;font-weight:400!important}.lxhp-avatar-editor p{color:var(--lxhp-muted);margin:3px 0 9px;font-size:9px!important}.lxhp-avatar-editor .lxhp-btn{width:max-content;min-height:34px;padding:6px 10px;font-size:9px!important}.lxhp-form-stack{gap:13px;display:grid}.lxhp-form-stack label{gap:6px;display:grid;font-size:10px!important;font-weight:400!important}.lxhp-form-stack input,.lxhp-form-stack select{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);width:100%;min-height:42px;color:var(--lxhp-text);border-radius:9px;padding:8px 10px}.lxhp-form-stack input[readonly]{opacity:.75}.lxhp-form-stack label small{color:var(--lxhp-muted);font-size:8px!important;font-weight:400!important}.lxhp-platform-id{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);border-radius:10px;padding:13px}.lxhp-platform-id span,.lxhp-platform-id strong,.lxhp-platform-id small{display:block}.lxhp-platform-id span{color:var(--lxhp-muted);font-size:9px!important}.lxhp-platform-id strong{margin:3px 0;font-size:14px!important;font-weight:400!important}.lxhp-platform-id small{color:var(--lxhp-subtle);font-size:8px!important}.lxhp-form-message{background:color-mix(in srgb,var(--lxhp-accent) 8%,var(--lxhp-panel));color:var(--lxhp-text);border-radius:9px;padding:10px;font-size:10px}.lxhp-profile-modal .lxhp-modal__footer{border-top:1px solid var(--lxhp-line);margin-top:2px;padding:13px 0 0}.lxhp-btn{font-weight:400!important}@media (max-width:1120px){.lxhp-kpi-grid{grid-template-columns:repeat(2,1fr)}.lxhp-dashboard-grid,.lxhp-workspace-grid{grid-template-columns:1fr}.lxhp-search-trigger{justify-content:center;width:42px;min-width:42px;padding:0}.lxhp-search-trigger span,.lxhp-search-trigger kbd{display:none}}@media (max-width:820px){.lxhp-content{padding:18px 14px 28px}.lxhp-page-heading{flex-direction:column;align-items:flex-start}.lxhp-heading-status{align-self:flex-start}.lxhp-topbar{padding-inline:12px}.lxhp-profile__copy{display:none}.lxhp-profile{justify-content:center;width:44px;padding:4px}.lxhp-profile>svg{display:none}.lxhp-kpi-grid{grid-template-columns:1fr 1fr}.lxhp-module-actions{grid-template-columns:1fr}.lxhp-module-actions>div{border-right:0;border-bottom:1px solid var(--lxhp-line)}.lxhp-module-actions>div:last-child{border-bottom:0}}@media (max-width:540px){.lxhp-kpi-grid{grid-template-columns:1fr}.lxhp-role-switch{display:none}.lxhp-topbar__right{gap:5px}.lxhp-icon-btn{width:38px;height:38px}.lxhp-page-id span{display:none}.lxhp-page-id strong{font-size:12px!important}.lxhp-search-popover,.lxhp-notifications-popover,.lxhp-messages-popover,.lxhp-profile-popover{width:auto;position:fixed;top:66px;left:12px;right:12px}.lxhp-form-grid{grid-template-columns:1fr}.lxhp-avatar-editor{grid-template-columns:1fr;justify-items:start}}.lxhp-sidebar__identity--stacked{padding:0;display:block}.lxhp-sidebar__identity--stacked:hover{background:0 0}.lxhp-sidebar__identity--stacked .lxhp-logo-plate{border-radius:9px;width:100%;height:52px;padding:7px 9px;box-shadow:0 7px 18px #00000024}.lxhp-sidebar__identity--stacked .lxhp-logo-plate img{object-fit:contain;width:100%;height:100%;max-height:none}.lxhp-sidebar__identity--stacked .lxhp-role-chip{text-align:center;letter-spacing:.05em;color:#fff;text-transform:none;white-space:nowrap;background:#17365d;border-color:#2b4e78;border-radius:8px;justify-content:center;align-items:center;width:calc(100% + 8px);min-height:44px;margin-top:9px;margin-left:-4px;padding:7px 10px;font-size:14px;font-weight:400;display:flex}.lxhp-finance-chart{padding:16px 18px 18px}.lxhp-finance-chart svg{width:100%;height:230px;overflow:visible}.lxhp-finance-chart svg line{stroke:var(--lxhp-line);stroke-width:.5px;vector-effect:non-scaling-stroke}.lxhp-finance-chart svg polyline{fill:none;stroke:var(--lxhp-accent);stroke-width:2px;vector-effect:non-scaling-stroke;filter:drop-shadow(0 6px 8px color-mix(in srgb,var(--lxhp-accent) 18%,transparent))}.lxhp-chart-summary{color:var(--lxhp-muted);justify-content:space-between;align-items:center;gap:14px;margin-top:10px;font-size:10px;display:flex}.lxhp-chart-summary span{align-items:center;gap:7px;display:flex}.lxhp-chart-summary i{background:var(--lxhp-accent);border-radius:50%;width:7px;height:7px}.lxhp-chart-summary strong{color:var(--lxhp-text);font-size:13px;font-weight:400}.lxhp-finance-position{padding:12px 18px 18px;display:grid}.lxhp-finance-position>div{border-bottom:1px solid var(--lxhp-line);justify-content:space-between;align-items:center;gap:16px;padding:12px 0;display:flex}.lxhp-finance-position>div span{color:var(--lxhp-muted);font-size:10px}.lxhp-finance-position>div strong{font-size:14px;font-weight:400}.lxhp-finance-position>small{color:var(--lxhp-subtle);padding-top:12px;font-size:9px}.lxhp-finance-layout{grid-template-columns:minmax(0,1.35fr) minmax(320px,.85fr);align-items:start;gap:16px;display:grid}.lxhp-finance-body{padding:18px}.lxhp-finance-message{border:1px solid color-mix(in srgb,var(--lxhp-accent) 30%,var(--lxhp-line));background:color-mix(in srgb,var(--lxhp-accent) 7%,var(--lxhp-panel));color:var(--lxhp-text);border-radius:10px;margin:0 0 16px;padding:11px 13px;font-size:10px}.lxhp-stripe-status{border:1px solid var(--lxhp-line);white-space:nowrap;border-radius:999px;align-items:center;gap:7px;padding:6px 9px;display:inline-flex}.lxhp-stripe-status span{border-radius:50%;width:7px;height:7px}.lxhp-stripe-status strong{font-size:9px;font-weight:400}.lxhp-stripe-status.is-ready span{background:#22c55e;box-shadow:0 0 0 4px #22c55e14}.lxhp-stripe-status.is-off span{background:#f59e0b;box-shadow:0 0 0 4px #f59e0b14}.lxhp-inline-finance-form{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px;display:grid}.lxhp-inline-finance-form label,.lxhp-auto-recharge label,.lxhp-finance-settings label{color:var(--lxhp-muted);gap:6px;font-size:9px;font-weight:400;display:grid}.lxhp-inline-finance-form input,.lxhp-auto-recharge input,.lxhp-auto-recharge select,.lxhp-finance-settings input,.lxhp-order-item input,.lxhp-payment-admin-list input{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);width:100%;min-height:40px;color:var(--lxhp-text);border-radius:9px;outline:0;padding:8px 10px}.lxhp-inline-finance-form input:focus,.lxhp-auto-recharge input:focus,.lxhp-auto-recharge select:focus,.lxhp-finance-settings input:focus,.lxhp-order-item input:focus,.lxhp-payment-admin-list input:focus{border-color:color-mix(in srgb,var(--lxhp-accent) 55%,var(--lxhp-line));box-shadow:0 0 0 3px color-mix(in srgb,var(--lxhp-accent) 9%,transparent)}.lxhp-qr-checkout{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);border-radius:12px;grid-template-columns:154px minmax(0,1fr);align-items:center;gap:18px;margin-top:16px;padding:16px;display:grid}.lxhp-qr-checkout img{background:#fff;border-radius:10px;width:154px;height:154px;padding:8px}.lxhp-qr-checkout strong{font-size:13px;font-weight:400;display:block}.lxhp-qr-checkout p{color:var(--lxhp-muted);margin:5px 0 12px;font-size:10px;line-height:1.55}.lxhp-auto-recharge{border-top:1px solid var(--lxhp-line);margin-top:18px;padding-top:18px}.lxhp-panel__subhead{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.lxhp-panel__subhead strong{font-size:12px;font-weight:400}.lxhp-panel__subhead span{color:var(--lxhp-muted);background:var(--lxhp-panel-3);border-radius:999px;padding:4px 7px;font-size:9px}.lxhp-auto-recharge .lxhp-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:12px;display:grid}.lxhp-auto-recharge label:first-child{grid-auto-flow:column;justify-content:start;align-self:end;align-items:center;min-height:40px;display:flex}.lxhp-auto-recharge label:first-child input{width:16px;height:16px;min-height:16px}.lxhp-finance-preview{grid-template-columns:repeat(3,1fr);padding:18px;display:grid}.lxhp-finance-preview>div{border-right:1px solid var(--lxhp-line);padding:12px}.lxhp-finance-preview>div:last-child{border-right:0}.lxhp-finance-preview span,.lxhp-finance-preview strong{display:block}.lxhp-finance-preview span{color:var(--lxhp-muted);font-size:9px}.lxhp-finance-preview strong{margin-top:4px;font-size:11px;font-weight:400}.lxhp-payment-method-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:18px;display:grid}.lxhp-payment-method-grid article{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);border-radius:12px;padding:16px}.lxhp-payment-method-grid article>strong,.lxhp-payment-method-grid article>small{display:block}.lxhp-payment-method-grid article>strong{margin:12px 0 4px;font-size:12px;font-weight:400}.lxhp-payment-method-grid article>small{color:var(--lxhp-muted);font-size:9px}.lxhp-payment-method-grid article>div{flex-wrap:wrap;gap:7px;margin-top:14px;display:flex}.lxhp-payment-brand{background:color-mix(in srgb,var(--lxhp-accent) 10%,var(--lxhp-panel));color:var(--lxhp-accent);letter-spacing:.04em;border-radius:7px;padding:5px 8px;font-size:9px;font-weight:400;display:inline-flex}.lxhp-order-list{gap:12px;padding:18px;display:grid}.lxhp-order-list>article{border:1px solid var(--lxhp-line);background:var(--lxhp-panel);border-radius:12px;overflow:hidden}.lxhp-order-head{background:var(--lxhp-panel-2);border-bottom:1px solid var(--lxhp-line);justify-content:space-between;align-items:center;gap:15px;padding:13px 15px;display:flex}.lxhp-order-head strong,.lxhp-order-head span{display:block}.lxhp-order-head strong{font-family:var(--lxh-font);font-size:10px;font-weight:400}.lxhp-order-head span{color:var(--lxhp-muted);margin-top:3px;font-size:9px}.lxhp-order-head b{font-size:12px;font-weight:400}.lxhp-order-item{border-bottom:1px solid var(--lxhp-line);grid-template-columns:minmax(0,1fr) auto minmax(140px,auto);align-items:center;gap:15px;padding:13px 15px;display:grid}.lxhp-order-item:last-child{border-bottom:0}.lxhp-order-item strong,.lxhp-order-item span{display:block}.lxhp-order-item strong{font-size:11px;font-weight:400}.lxhp-order-item span{color:var(--lxhp-muted);margin-top:2px;font-size:9px}.lxhp-order-item>b{font-size:11px;font-weight:400}.lxhp-order-item details{justify-self:end}.lxhp-order-item summary{cursor:pointer;color:var(--lxhp-accent);font-size:9px;font-weight:400}.lxhp-order-item form{grid-template-columns:minmax(160px,1fr) auto;gap:7px;margin-top:8px;display:grid}.lxhp-connect-card{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);border-radius:11px;grid-template-columns:repeat(3,1fr);display:grid;overflow:hidden}.lxhp-connect-card>div{border-right:1px solid var(--lxhp-line);padding:13px}.lxhp-connect-card>div:last-child{border-right:0}.lxhp-connect-card span,.lxhp-connect-card strong{display:block}.lxhp-connect-card span{color:var(--lxhp-muted);font-size:9px}.lxhp-connect-card strong{margin-top:4px;font-size:12px;font-weight:400}.lxhp-action-row{flex-wrap:wrap;gap:8px;margin:14px 0;display:flex}.lxhp-connect-card+.lxhp-inline-finance-form,.lxhp-action-row+.lxhp-inline-finance-form{margin-top:16px}.lxhp-finance-settings{grid-template-columns:1fr 1fr;gap:11px;padding:18px;display:grid}.lxhp-finance-settings .lxhp-btn{grid-column:1/-1;justify-self:start}.lxhp-payment-admin-list{padding:10px 18px 18px;display:grid}.lxhp-payment-admin-list>article{border-bottom:1px solid var(--lxhp-line);grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:14px;padding:12px 0;display:grid}.lxhp-payment-admin-list>article:last-child{border-bottom:0}.lxhp-payment-admin-list strong,.lxhp-payment-admin-list span{display:block}.lxhp-payment-admin-list strong{font-size:11px;font-weight:400}.lxhp-payment-admin-list span{color:var(--lxhp-muted);margin-top:3px;font-size:9px}.lxhp-payment-admin-list>b{font-size:11px;font-weight:400}.lxhp-payment-admin-list details{justify-self:end}.lxhp-payment-admin-list summary{cursor:pointer;color:var(--lxhp-accent);font-size:9px;font-weight:400}.lxhp-payment-admin-list form{grid-template-columns:90px minmax(150px,1fr) auto;gap:7px;min-width:380px;margin-top:8px;display:grid}@media (max-width:1120px){.lxhp-finance-layout{grid-template-columns:1fr}.lxhp-finance-chart svg{height:200px}}@media (max-width:820px){.lxhp-sidebar__identity--stacked .lxhp-logo-plate{height:52px}.lxhp-payment-method-grid{grid-template-columns:1fr}.lxhp-order-item{grid-template-columns:minmax(0,1fr) auto}.lxhp-order-item details{grid-column:1/-1;justify-self:stretch}.lxhp-order-item form{grid-template-columns:1fr auto}.lxhp-payment-admin-list>article{grid-template-columns:minmax(0,1fr) auto}.lxhp-payment-admin-list details{grid-column:1/-1;justify-self:stretch}.lxhp-payment-admin-list form{grid-template-columns:1fr 1fr;min-width:0}.lxhp-payment-admin-list form .lxhp-btn{grid-column:1/-1;justify-self:start}}@media (max-width:540px){.lxhp-finance-chart svg{height:170px}.lxhp-chart-summary{flex-direction:column;align-items:flex-start}.lxhp-inline-finance-form,.lxhp-qr-checkout{grid-template-columns:1fr}.lxhp-qr-checkout img{width:138px;height:138px}.lxhp-auto-recharge .lxhp-form-grid,.lxhp-finance-settings,.lxhp-finance-preview,.lxhp-connect-card{grid-template-columns:1fr}.lxhp-finance-preview>div,.lxhp-connect-card>div{border-right:0;border-bottom:1px solid var(--lxhp-line)}.lxhp-finance-preview>div:last-child,.lxhp-connect-card>div:last-child{border-bottom:0}.lxhp-order-item{grid-template-columns:1fr}.lxhp-order-item>b{justify-self:start}.lxhp-order-item form,.lxhp-payment-admin-list form{grid-template-columns:1fr}.lxhp-payment-admin-list .lxhp-btn{grid-column:auto}.lxhp-panel__head{flex-direction:column}.lxhp-stripe-status{align-self:flex-start}}.lxhp-return-window{color:var(--lxhp-muted,#738198);white-space:nowrap;margin-top:4px;font-size:12px;font-weight:400;line-height:1.45;display:block}.lxhp-marketplace-wallet{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);text-align:right;border-radius:10px;gap:2px;min-width:112px;padding:9px 12px;display:grid}.lxhp-marketplace-wallet span{color:var(--lxhp-muted);font-size:9px}.lxhp-marketplace-wallet strong{color:var(--lxhp-text);font-size:14px;font-weight:400}.lxhp-marketplace-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:18px;display:grid}.lxhp-marketplace-card{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);border-radius:12px;justify-content:space-between;align-items:center;gap:18px;min-width:0;padding:16px;transition:border-color .18s,transform .18s,box-shadow .18s;display:flex}.lxhp-marketplace-card:hover{border-color:color-mix(in srgb,var(--lxhp-accent) 28%,var(--lxhp-line));transform:translateY(-1px);box-shadow:0 10px 24px #0f233d0f}.lxhp-marketplace-card h3{color:var(--lxhp-text);margin:7px 0 4px;font-size:13px;font-weight:400}.lxhp-marketplace-card p{color:var(--lxhp-muted);margin:0;font-size:9px;line-height:1.5}.lxhp-marketplace-price{flex:none;justify-items:end;gap:9px;display:grid}.lxhp-marketplace-price>strong{color:var(--lxhp-text);font-size:15px;font-weight:400}@media (max-width:920px){.lxhp-marketplace-grid{grid-template-columns:1fr}}@media (max-width:540px){.lxhp-marketplace-wallet{text-align:left;width:100%}.lxhp-marketplace-card{flex-direction:column;align-items:flex-start}.lxhp-marketplace-price{grid-template-columns:1fr auto;place-items:center start;width:100%}.lxhp-marketplace-price .lxhp-btn{justify-self:end}}.lxhp-role-owner{--lxhp-role-accent:#16a34a}.lxhp-role-buyer{--lxhp-role-accent:#f97316}.lxhp-role-seller{--lxhp-role-accent:#2563eb}.lxhp-role-owner .lxhp-nav__item.is-active,.lxhp-role-buyer .lxhp-nav__item.is-active,.lxhp-role-seller .lxhp-nav__item.is-active{background:linear-gradient(135deg,color-mix(in srgb,var(--lxhp-role-accent) 82%,#10243b 18%),color-mix(in srgb,var(--lxhp-role-accent) 64%,#071423 36%));border-color:color-mix(in srgb,var(--lxhp-role-accent) 58%,#ffffff2e);box-shadow:0 9px 22px color-mix(in srgb,var(--lxhp-role-accent) 24%,transparent)}.lxhp-panel--live-leads{border-top:3px solid var(--lxhp-accent);box-shadow:0 14px 36px color-mix(in srgb,var(--lxhp-accent) 7%,#152a4814)}.lxhp-panel--live-leads .lxhp-panel__head{background:linear-gradient(180deg,color-mix(in srgb,var(--lxhp-accent) 5%,var(--lxhp-panel)),var(--lxhp-panel))}@media (max-width:1180px){.lxhp-nav__label{font-size:15px}}.lxhp-approval-banner{border:1px solid color-mix(in srgb,var(--lxhp-accent) 35%,#dbe5ef);background:color-mix(in srgb,var(--lxhp-accent) 7%,#fff);border-radius:12px;justify-content:space-between;align-items:center;gap:10px;margin:0 0 16px;padding:12px 16px;font-size:14px;display:flex}.lxhp-approval-banner strong{font-weight:400}.lxhp-approval-banner span{color:#64748b}.lxhp-table td small{color:#7c8ba1;margin-top:4px;font-size:12px;display:block}.lxhp-iam-badge{letter-spacing:.02em;color:#475569;background:#eef2f7;border-radius:999px;align-items:center;padding:4px 8px;font-size:11px;font-weight:400;display:inline-flex}.lxhp-iam-badge.is-active{color:#166534;background:#dcfce7}.lxhp-iam-badge.is-pending-approval{color:#c2410c;background:#fff7ed}.lxhp-iam-badge.is-suspended{color:#92400e;background:#fef3c7}.lxhp-iam-badge.is-rejected{color:#991b1b;background:#fee2e2}.lxhp-iam-actions{flex-wrap:wrap;gap:6px;display:flex}.lxhp-btn--danger{color:#b91c1c!important;background:#fff7f7!important;border-color:#fecaca!important}.lxhp-permission-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:14px 0;display:grid}.lxhp-permission-grid label,.lxhp-permission-list label{background:#fff;border:1px solid #dbe5ef;border-radius:10px;align-items:center;gap:10px;padding:10px;display:flex}.lxhp-permission-grid label span,.lxhp-permission-list label span{flex-direction:column;flex:1;gap:2px;display:flex}.lxhp-permission-grid small,.lxhp-permission-list small{color:#718096;font-size:11px}.lxhp-permission-grid.is-compact{grid-template-columns:1fr;max-height:280px;overflow:auto}.lxhp-permission-list{gap:8px;max-height:52vh;display:grid;overflow:auto}.lxhp-team-add{margin:14px 0}.lxhp-team-add select{width:100%}.lxhp-chip-list{flex-wrap:wrap;gap:7px;display:flex}.lxhp-chip-list span{background:#eef3f8;border-radius:999px;padding:6px 9px;font-size:12px}.lxhp-team-list{gap:8px;display:grid}.lxhp-team-list article{border-bottom:1px solid #e7edf4;grid-template-columns:minmax(180px,1fr) 120px 90px auto;align-items:center;gap:10px;padding:10px 0;display:grid}.lxhp-team-list article>div{flex-direction:column;gap:3px;display:flex}.lxhp-team-list small{color:#718096}.lxhp-panel select,.lxhp-panel input{font:inherit}.lxhp-modal__head button{cursor:pointer;background:0 0;border:0;font-size:26px}html[data-lxh-legacy-dark-disabled=true] .lxhp-approval-banner{background:color-mix(in srgb,var(--lxhp-accent) 12%,#0d1b2a);border-color:#29405a}html[data-lxh-legacy-dark-disabled=true] .lxhp-permission-grid label,html[data-lxh-legacy-dark-disabled=true] .lxhp-permission-list label{background:#0d1b2a;border-color:#29405a}html[data-lxh-legacy-dark-disabled=true] .lxhp-chip-list span{background:#13263a}@media (max-width:760px){.lxhp-permission-grid,.lxhp-team-list article{grid-template-columns:1fr}.lxhp-approval-banner{flex-direction:column;align-items:flex-start}}.lxhp-foundation-kpis{margin-bottom:14px}.lxhp-action-message{border:1px solid var(--lxhp-line);background:var(--lxhp-panel);color:var(--lxhp-text);border-radius:10px;margin:0 0 14px;padding:10px 13px;font-size:12px}.lxhp-action-message.is-success{color:#166534;background:#f0fdf4;border-color:#bbf7d0}.lxhp-action-message.is-error{color:#b91c1c;background:#fff1f2;border-color:#fecaca}.lxhp-lead-intake{margin-bottom:14px}.lxhp-lead-form{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:18px;display:grid}.lxhp-lead-form label,.lxhp-inline-rule-form label{color:var(--lxhp-text);gap:6px;font-size:11px;font-weight:400;display:grid}.lxhp-lead-form input,.lxhp-lead-form select,.lxhp-lead-form textarea,.lxhp-inline-rule-form input,.lxhp-inline-rule-form select{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);width:100%;min-height:40px;color:var(--lxhp-text);border-radius:9px;outline:none;padding:9px 10px}.lxhp-lead-form textarea{resize:vertical;min-height:76px}.lxhp-lead-form input:focus,.lxhp-lead-form select:focus,.lxhp-lead-form textarea:focus,.lxhp-inline-rule-form input:focus,.lxhp-inline-rule-form select:focus{border-color:var(--lxhp-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--lxhp-accent) 10%,transparent)}.lxhp-lead-form label:has(input[type=checkbox]){align-items:center;gap:8px;display:flex}.lxhp-lead-form input[type=checkbox]{width:16px;min-height:16px}.lxhp-form-span{grid-column:1/-1}.lxhp-score,.lxhp-risk{border-radius:999px;justify-content:center;align-items:center;min-width:36px;height:24px;padding:0 7px;font-size:10px;font-weight:400;display:inline-flex}.lxhp-score.is-good{color:#166534;background:#dcfce7}.lxhp-score.is-mid{color:#92400e;background:#fef3c7}.lxhp-score.is-low{color:#991b1b;background:#fee2e2}.lxhp-risk.is-low{color:#166534;background:#dcfce7}.lxhp-risk.is-mid{color:#c2410c;background:#ffedd5}.lxhp-risk.is-high{color:#b91c1c;background:#fee2e2}.lxhp-cell-note{color:var(--lxhp-muted);margin-top:3px;font-size:9px;display:block}.lxhp-row-actions{align-items:center;gap:6px;display:flex}.lxhp-inline-rule-form{border-top:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);grid-template-columns:minmax(170px,1.3fr) minmax(120px,1fr) 90px minmax(130px,1fr) 110px auto;align-items:end;gap:8px;padding:14px 18px;display:grid}.lxhp-taxonomy-block{border-top:1px solid var(--lxhp-line);padding:14px 18px}.lxhp-taxonomy-block>div:first-child{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.lxhp-taxonomy-block strong{font-size:12px;font-weight:400}.lxhp-taxonomy-block>div:first-child span{color:var(--lxhp-muted);font-size:9px}.lxhp-taxonomy-tags{flex-wrap:wrap;gap:6px;margin-top:9px;display:flex}.lxhp-taxonomy-tags span{background:color-mix(in srgb,var(--lxhp-accent) 8%,var(--lxhp-panel-2));border:1px solid color-mix(in srgb,var(--lxhp-accent) 14%,var(--lxhp-line));color:var(--lxhp-text);border-radius:999px;padding:5px 8px;font-size:9px}html[data-lxh-legacy-dark-disabled=true] .lxhp-action-message.is-success{color:#86efac;background:#0c2c20;border-color:#166534}html[data-lxh-legacy-dark-disabled=true] .lxhp-action-message.is-error{color:#fecaca;background:#301419;border-color:#7f1d1d}@media (max-width:1050px){.lxhp-lead-form{grid-template-columns:repeat(2,minmax(0,1fr))}.lxhp-inline-rule-form{grid-template-columns:repeat(3,minmax(0,1fr))}.lxhp-inline-rule-form .lxhp-btn{justify-self:start}}@media (max-width:620px){.lxhp-lead-form{grid-template-columns:1fr}.lxhp-form-span{grid-column:auto}.lxhp-inline-rule-form{grid-template-columns:1fr}.lxhp-row-actions{flex-direction:column;align-items:stretch}}.lxhp-status-pill.is-review,.lxhp-status-pill.is-validating{color:#c2410c;background:#fff7ed}.lxhp-status-pill.is-received{color:#1d4ed8;background:#eff6ff}html[data-lxh-legacy-dark-disabled=true] .lxhp-status-pill.is-review,html[data-lxh-legacy-dark-disabled=true] .lxhp-status-pill.is-validating{color:#fdba74;background:#3a2412}.lxhp-review-action{gap:6px;min-width:210px;display:grid}.lxhp-review-action>input{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);width:100%;min-height:34px;color:var(--lxhp-text);border-radius:8px;padding:7px 9px;font-size:10px}.lxh-menu a{letter-spacing:-.01em;padding:10px 11px!important;font-size:18px!important;font-weight:400!important}@media (max-width:1420px){.lxh-account-links{display:none}.lxh-menu a{padding-inline:9px!important;font-size:18px!important}}.lxh-social-icon{border-radius:50%!important}.lxh-footer-grid--advanced{grid-template-columns:minmax(250px,1.45fr) repeat(6,minmax(118px,1fr));gap:30px}.lxh-footer-bottom{line-height:1.55;color:#fff!important;font-size:18px!important;font-weight:400!important}@media (max-width:1450px){.lxh-footer-grid--advanced{grid-template-columns:minmax(250px,1.35fr) repeat(3,minmax(150px,1fr))}.lxh-footer-grid--advanced>div:nth-child(n+5){margin-top:8px}}@media (max-width:820px){.lxh-footer-grid--advanced{grid-template-columns:1fr 1fr}}@media (max-width:520px){.lxh-footer-grid--advanced{grid-template-columns:1fr}.lxh-footer-bottom{font-size:18px!important}}.lxh-contact-section{background:linear-gradient(180deg,var(--lxh-bg),color-mix(in srgb,var(--lxh-surface-2) 54%,var(--lxh-bg)));padding:72px 0 78px}.lxh-contact-layout{grid-template-columns:minmax(300px,.72fr) minmax(560px,1.28fr);align-items:start;gap:54px;display:grid}.lxh-contact-intro{top:calc(var(--lxh-header) + 28px);padding:12px 0;position:sticky}.lxh-contact-intro .lxh-eyebrow{color:var(--lxh-blue)}.lxh-contact-intro>h2{letter-spacing:-.035em;max-width:620px;margin:13px 0 17px;font-size:clamp(32px,3.7vw,52px);line-height:1.08}.lxh-contact-intro>p{color:var(--lxh-muted);max-width:620px;margin:0;font-size:17px}.lxh-contact-trust-grid{gap:12px;margin-top:30px;display:grid}.lxh-contact-trust-grid article{border:1px solid var(--lxh-line);background:color-mix(in srgb,var(--lxh-surface) 88%,transparent);box-shadow:var(--lxh-shadow-sm);border-radius:16px;grid-template-columns:44px 1fr;align-items:start;gap:13px;padding:17px 18px;display:grid}.lxh-contact-trust-grid article>span{width:38px;height:38px;color:var(--lxh-blue);background:#1469ff1a;border-radius:12px;place-items:center;font-size:12px;font-weight:400;display:grid}.lxh-contact-trust-grid h3{margin:0 0 4px;font-size:16px;font-weight:400}.lxh-contact-trust-grid p{color:var(--lxh-muted);margin:0;font-size:13px;line-height:1.55}.lxh-contact-security-note{color:var(--lxh-muted);align-items:center;gap:9px;margin-top:22px;font-size:13px;display:flex}.lxh-contact-security-note i{background:#27b96f;border-radius:50%;width:9px;height:9px;box-shadow:0 0 0 5px #27b96f1f}.lxh-contact-form{border:1px solid var(--lxh-line);background:var(--lxh-surface);border-radius:22px;padding:34px;position:relative;box-shadow:0 24px 70px #0723401a}.lxh-contact-form__heading{border-bottom:1px solid var(--lxh-line);justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:25px;padding-bottom:24px;display:flex}.lxh-contact-form__heading span:first-child{color:var(--lxh-blue);letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:400;display:block}.lxh-contact-form__heading h3{margin:4px 0 0;font-size:27px;font-weight:400;line-height:1.2}.lxh-contact-required{color:var(--lxh-muted);white-space:nowrap;font-size:12px}.lxh-contact-fields{gap:16px;margin-bottom:17px;display:grid}.lxh-contact-fields--two{grid-template-columns:1fr 1fr}.lxh-contact-form label>span,.lxh-contact-preference>span{color:var(--lxh-text);margin-bottom:7px;font-size:14px;font-weight:400;display:block}.lxh-contact-form label>span small{color:var(--lxh-muted);margin-left:5px;font-size:11px;font-weight:400}.lxh-contact-form input:not([type=checkbox]):not([type=radio]),.lxh-contact-form select,.lxh-contact-form textarea{border:1px solid var(--lxh-line);background:var(--lxh-bg);width:100%;color:var(--lxh-text);border-radius:12px;outline:none;transition:border-color .18s,box-shadow .18s,background .18s}.lxh-contact-form input:not([type=checkbox]):not([type=radio]),.lxh-contact-form select{min-height:52px;padding:12px 14px}.lxh-contact-form textarea{resize:vertical;min-height:165px;padding:14px;line-height:1.6}.lxh-contact-form input:focus,.lxh-contact-form select:focus,.lxh-contact-form textarea:focus{border-color:var(--lxh-blue);background:var(--lxh-surface);box-shadow:0 0 0 4px #1469ff1a}.lxh-contact-form input::placeholder,.lxh-contact-form textarea::placeholder{color:color-mix(in srgb,var(--lxh-muted) 72%,transparent)}.lxh-contact-form label>em{color:var(--lxh-muted);margin-top:6px;font-size:11px;font-style:normal;display:block}.lxh-contact-field-full{margin-bottom:17px;display:block}.lxh-contact-preference{border:1px solid var(--lxh-line);background:var(--lxh-bg);border-radius:12px;flex-wrap:wrap;align-items:center;gap:18px;margin:5px 0 17px;padding:14px 16px;display:flex}.lxh-contact-preference>span{margin:0 auto 0 0}.lxh-contact-preference label{color:var(--lxh-muted);align-items:center;gap:7px;font-size:13px;display:flex}.lxh-contact-preference input{accent-color:var(--lxh-blue)}.lxh-contact-consent{grid-template-columns:20px 1fr;align-items:start;gap:11px;padding:15px 0 4px;display:grid!important}.lxh-contact-consent input{width:18px;height:18px;accent-color:var(--lxh-blue);margin-top:3px}.lxh-contact-consent span{line-height:1.55;color:var(--lxh-muted)!important;margin:0!important;font-size:12px!important;font-weight:400!important}.lxh-contact-honeypot{width:1px!important;height:1px!important;position:absolute!important;top:auto!important;left:-10000px!important;overflow:hidden!important}.lxh-contact-alert{border:1px solid;border-radius:12px;gap:3px;margin-top:16px;padding:14px 16px;display:grid}.lxh-contact-alert strong{font-size:14px;font-weight:400}.lxh-contact-alert span,.lxh-contact-alert small{font-size:12px}.lxh-contact-alert.is-success{color:#16834b;background:#27b96f14;border-color:#27b96f4d}.lxh-contact-alert.is-error{color:#c53d3d;background:#e14b4b14;border-color:#e14b4b47}.lxh-contact-submit{color:#fff;background:linear-gradient(135deg,#1469ff,#0952d9);border:0;border-radius:13px;justify-content:center;align-items:center;gap:10px;width:100%;min-height:56px;margin-top:20px;font-size:16px;font-weight:400;transition:transform .18s,box-shadow .18s,opacity .18s;display:flex;box-shadow:0 14px 30px #1469ff33}.lxh-contact-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 18px 34px #1469ff47}.lxh-contact-submit:disabled{opacity:.7;cursor:wait}.lxh-contact-spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.75s linear infinite lxh-contact-spin}@keyframes lxh-contact-spin{to{transform:rotate(360deg)}}.lxh-contact-fineprint{text-align:center;color:var(--lxh-muted);margin:12px 0 0;font-size:11px;line-height:1.5}@media (max-width:1020px){.lxh-contact-layout{grid-template-columns:1fr;gap:30px}.lxh-contact-intro{position:static}.lxh-contact-trust-grid{grid-template-columns:repeat(3,1fr)}.lxh-contact-trust-grid article{grid-template-columns:1fr}}@media (max-width:720px){.lxh-contact-section{padding:48px 0 56px}.lxh-contact-form{border-radius:16px;padding:22px}.lxh-contact-fields--two,.lxh-contact-trust-grid{grid-template-columns:1fr}.lxh-contact-form__heading{display:grid}.lxh-contact-preference{align-items:flex-start}.lxh-contact-preference>span{width:100%}}@media (prefers-reduced-motion:reduce){.lxh-contact-spinner{animation:none}}.lxh-site-header{--lxh-surface:#fff;--lxh-surface-2:#eef4fb;--lxh-text:#0d2037;--lxh-muted:#5e6f83;--lxh-line:#dce6f0;-webkit-backdrop-filter:none!important;background:#fff!important}.lxh-site-header.is-scrolled{background:#fff!important}.lxhp-app{--lxhp-radius:5px}.lxhp-content,.lxhp-content :where(p,span,small,label,th,td,a,button,input,select,textarea,summary,code,b,em,strong){font-size:16px!important}.lxhp-content .lxhp-page-heading h1{font-size:clamp(32px,2.6vw,44px)!important}.lxhp-content .lxhp-panel__head h2{font-size:18px!important}.lxhp-content .lxhp-module-hero h2{font-size:24px!important}.lxhp-content .lxhp-kpi__copy strong{font-size:28px!important}.lxhp-content .lxhp-balance strong{font-size:36px!important}.lxhp-content .lxhp-lead-card>strong,.lxhp-content [data-modal=record] .lxhp-record-modal__title-row h2{font-size:30px!important}.lxhp-app svg{flex:0 0 18px;width:18px!important;height:18px!important}.lxhp-app .lxhp-finance-chart svg{flex:auto;width:100%!important;height:230px!important}@media (max-width:540px){.lxhp-app .lxhp-finance-chart svg{height:170px!important}}.lxhp-app :where(.lxhp-demo-mini>span,.lxhp-preview-dot,.lxhp-notifications-popover>a>span,.lxhp-chart-legend i,.lxhp-donut,.lxhp-heading-status>span,.lxhp-notification-dot,.lxhp-account-status>span,.lxhp-health-list i,.lxhp-chart-summary i,.lxhp-stripe-status span){border-radius:50%!important}.lxhp-sidebar{border:0!important;border-radius:0!important}.lxhp-inline-form{grid-template-columns:minmax(240px,1fr) auto;align-items:end;gap:10px;display:grid}.lxhp-inline-form input,.lxhp-inline-form select,.lxhp-inline-form textarea{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);width:100%;min-height:42px;color:var(--lxhp-text);outline:none;padding:9px 11px}.lxhp-inline-form input:focus,.lxhp-inline-form select:focus,.lxhp-inline-form textarea:focus{border-color:var(--lxhp-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--lxhp-accent) 10%,transparent)}.lxhp-secret-reveal{border:1px solid color-mix(in srgb,var(--lxhp-accent) 25%,var(--lxhp-line));background:color-mix(in srgb,var(--lxhp-accent) 6%,var(--lxhp-panel-2));grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;margin-top:14px;padding:13px;display:grid}.lxhp-secret-reveal code,.lxhp-doc-list code,.lxhp-api-endpoints code,.lxhp-integration-card code{background:var(--lxhp-panel-2);border:1px solid var(--lxhp-line);min-width:0;font-family:var(--lxh-font);padding:7px 9px;overflow:auto}.lxhp-checkbox-row{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.lxhp-checkbox-row label{align-items:center;gap:8px;grid-template-columns:none!important;display:flex!important}.lxhp-checkbox-row input{width:18px;height:18px;min-height:18px;accent-color:var(--lxhp-accent)}.lxhp-form-cards{gap:12px;display:grid}.lxhp-integration-card{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);gap:12px;padding:16px;display:grid}.lxhp-integration-card>div:first-child{justify-content:space-between;align-items:center;gap:12px;display:flex}.lxhp-integration-card>div:first-child span{color:var(--lxhp-muted)}.lxhp-mini-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.lxhp-mini-kpis>div{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);padding:14px}.lxhp-mini-kpis span,.lxhp-mini-kpis strong{display:block}.lxhp-mini-kpis span{color:var(--lxhp-muted)}.lxhp-mini-kpis strong{margin-top:5px;font-size:24px!important}.lxhp-doc-list{gap:10px;display:grid}.lxhp-doc-list p{border-bottom:1px solid var(--lxhp-line);grid-template-columns:minmax(150px,.55fr) minmax(0,1.45fr);align-items:center;gap:12px;margin:0;padding:10px 0;display:grid}.lxhp-doc-list p:last-child{border-bottom:0}.lxhp-steps{gap:10px;margin:0;padding-left:26px;display:grid}.lxhp-steps li{padding-left:5px;line-height:1.6}.lxhp-code-block{white-space:pre;border:1px solid color-mix(in srgb,var(--lxhp-accent) 14%,#18283b);color:#dce9f7;max-width:100%;line-height:1.65;font-family:var(--lxh-font);background:#07111f;padding:16px;overflow:auto}.lxhp-api-endpoints{gap:10px;display:grid}.lxhp-api-endpoints p{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);grid-template-columns:64px minmax(250px,.9fr) minmax(200px,1.1fr);align-items:center;gap:10px;margin:0;padding:11px;display:grid}.lxhp-api-endpoints b{color:var(--lxhp-accent)}.lxhp-csv-editor{resize:vertical;border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);width:100%;min-height:280px;color:var(--lxhp-text);font-family:var(--lxh-font);outline:none;padding:13px;line-height:1.55}.lxhp-csv-editor:focus{border-color:var(--lxhp-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--lxhp-accent) 10%,transparent)}.lxhp-analytics-columns{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.lxhp-analytics-columns>div{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);padding:14px}.lxhp-analytics-columns p{border-top:1px solid var(--lxhp-line);justify-content:space-between;align-items:center;gap:10px;margin:9px 0 0;padding-top:9px;display:flex}.lxhp-analytics-columns b{font-weight:400}.lxhp-seller-trend{border-top:1px solid var(--lxhp-line);align-items:flex-end;gap:5px;height:210px;margin-top:18px;padding:16px 8px 0;display:flex;overflow-x:auto}.lxhp-seller-trend>div{flex:1;grid-template-rows:1fr auto;place-items:end center;gap:6px;min-width:20px;height:100%;display:grid}.lxhp-seller-trend i{background:linear-gradient(180deg,var(--lxhp-accent),color-mix(in srgb,var(--lxhp-accent) 65%,#fff));align-self:end;width:min(18px,80%);min-height:4px;display:block}.lxhp-seller-trend span{white-space:nowrap;color:var(--lxhp-muted);transform-origin:50%;transform:rotate(-45deg)}.lxhp-account-details{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.lxhp-account-details>div{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);padding:13px}.lxhp-account-details span,.lxhp-account-details strong{display:block}.lxhp-account-details span{color:var(--lxhp-muted);margin-bottom:4px}@media (max-width:1050px){.lxhp-mini-kpis,.lxhp-analytics-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.lxhp-api-endpoints p{grid-template-columns:60px 1fr}.lxhp-api-endpoints p span{grid-column:1/-1}}@media (max-width:680px){.lxhp-inline-form,.lxhp-secret-reveal,.lxhp-doc-list p,.lxhp-account-details,.lxhp-mini-kpis,.lxhp-analytics-columns{grid-template-columns:1fr}.lxhp-row-actions{align-items:stretch}.lxhp-api-endpoints p{grid-template-columns:1fr}.lxhp-api-endpoints p span{grid-column:auto}}.lxhp-routing-stack{gap:16px;display:grid}.lxhp-routing-note{border:1px solid color-mix(in srgb,var(--lxhp-accent) 20%,var(--lxhp-line));background:color-mix(in srgb,var(--lxhp-accent) 5%,var(--lxhp-panel-2));color:var(--lxhp-muted);margin-top:14px;padding:12px}.lxhp-routing-detail-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:0 18px 18px;display:grid}.lxhp-routing-detail-grid>div{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);padding:14px}.lxhp-routing-detail-grid h3{margin:0 0 12px}.lxhp-routing-detail-grid ul{gap:8px;margin:0;padding:0;list-style:none;display:grid}.lxhp-routing-detail-grid li{border-bottom:1px solid var(--lxhp-line);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;padding:9px 0;display:grid}.lxhp-routing-detail-grid li:last-child{border-bottom:0}.lxhp-routing-detail-grid li .lxhp-btn{grid-column:1/-1;justify-self:start}.lxhp-routing-detail-grid li span:not(.lxhp-status-pill){text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@media (max-width:1100px){.lxhp-routing-detail-grid{grid-template-columns:1fr}}@media (max-width:680px){.lxhp-routing-detail-grid{padding:0 12px 12px}.lxhp-routing-detail-grid li{grid-template-columns:1fr}.lxhp-routing-detail-grid li span:not(.lxhp-status-pill){white-space:normal}}.lxhp-routing-stack .lxhp-compact-input{width:92px;min-height:36px;font:inherit;border:1px solid var(--lxhp-border);background:var(--lxhp-surface);color:inherit;border-radius:5px;padding:6px 8px}.lxha-stack{gap:18px;display:grid}.lxha-toolbar{justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.lxha-toolbar h2{margin:4px 0 6px}.lxha-toolbar p{margin:0}.lxha-controls{flex-wrap:wrap;align-items:end;gap:10px;display:flex}.lxha-controls label{gap:6px;min-width:130px;display:grid}.lxha-controls select{min-height:40px}.lxha-grid-wide{grid-template-columns:minmax(0,1.6fr) minmax(280px,.7fr)}.lxha-bars{border-bottom:1px solid var(--lxhp-border,#dbe4ee);align-items:flex-end;gap:4px;height:260px;padding:18px 6px 30px;display:flex;overflow-x:auto}.lxha-bar{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:7px;min-width:14px;height:100%;display:flex}.lxha-bar i{background:var(--lxhp-accent);opacity:.88;border-radius:5px 5px 0 0;width:100%;max-width:24px;min-height:4px;display:block}.lxha-bar span{white-space:nowrap;transform-origin:50%;color:var(--lxhp-muted,#64748b);font-size:12px;transform:rotate(-45deg)}.lxha-metric-list{gap:0;display:grid}.lxha-metric-list>div{border-bottom:1px solid var(--lxhp-border,#e2e8f0);justify-content:space-between;align-items:center;gap:16px;padding:12px 0;display:flex}.lxha-metric-list>div:last-child{border-bottom:0}.lxha-metric-list span{color:var(--lxhp-muted,#64748b)}.lxha-export,.lxha-report-actions{flex-wrap:wrap;gap:8px;display:flex}.lxha-top-list{display:grid}.lxha-top-list>div{border-bottom:1px solid var(--lxhp-border,#e2e8f0);grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:10px;padding:11px 0;display:grid}.lxha-top-list>div:last-child{border-bottom:0}.lxha-top-list>b{background:color-mix(in srgb,var(--lxhp-accent) 12%,transparent);width:28px;height:28px;color:var(--lxhp-accent);border-radius:5px;place-items:center;display:grid}.lxha-top-list span{gap:2px;display:grid}.lxha-top-list small{color:var(--lxhp-muted,#64748b)}.lxha-top-list em{font-style:normal;font-weight:400}.lxha-report-list{gap:12px;display:grid}.lxha-report-list article{border:1px solid var(--lxhp-border,#dbe4ee);border-radius:5px;justify-content:space-between;align-items:center;gap:16px;padding:16px;display:flex}.lxha-report-list article>div:first-child{gap:4px;display:grid}.lxha-report-list span,.lxha-report-list small,.lxha-report-list em{color:var(--lxhp-muted,#64748b);font-style:normal}@media (max-width:900px){.lxha-toolbar{flex-direction:column;align-items:stretch}.lxha-grid-wide{grid-template-columns:1fr}.lxha-report-list article{flex-direction:column;align-items:flex-start}.lxha-report-actions{width:100%}.lxha-report-actions .lxhp-btn{flex:1}.lxha-bars{height:220px}}.lxhaut-stack{gap:20px;display:grid}.lxhaut-tabs{border-top:1px solid var(--lxhp-line);flex-wrap:wrap;gap:8px;padding-top:16px;display:flex}.lxhaut-tabs button{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);color:var(--lxhp-muted);font:inherit;cursor:pointer;border-radius:999px;padding:8px 14px;font-weight:400}.lxhaut-tabs button.is-active{background:var(--lxhp-accent);border-color:var(--lxhp-accent);color:#fff}.lxhaut-provider{flex-wrap:wrap;justify-content:flex-end;gap:7px;display:flex}.lxhaut-provider span,.lxhaut-status{letter-spacing:.02em;border-radius:999px;align-items:center;padding:5px 9px;font-size:11px;font-weight:400;display:inline-flex}.lxhaut-provider .is-ok,.lxhaut-status.is-active,.lxhaut-status.is-succeeded{color:#16a34a;background:#22c55e1f}.lxhaut-provider .is-off,.lxhaut-status.is-paused,.lxhaut-status.is-failed{color:#dc2626;background:#ef44441f}.lxhaut-status.is-running,.lxhaut-status.is-pending{color:#2563eb;background:#3b82f61f}.lxhaut-status.is-partial,.lxhaut-status.is-skipped{color:#d97706;background:#f59e0b24}.lxhaut-actions-builder{gap:14px;padding-top:6px;display:grid}.lxhaut-actions-builder>.lxhp-panel__head{margin-bottom:0}.lxhaut-action-card{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);border-radius:16px;gap:14px;padding:16px;display:grid}.lxhaut-action-foot,.lxhaut-form-actions,.lxhaut-actions{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.lxhaut-action-foot{justify-content:space-between}.lxhaut-check{align-items:center;gap:8px;min-height:42px;display:flex!important}.lxhaut-check input{width:auto!important}.lxhaut-workflows,.lxhaut-runs,.lxhaut-template-list{gap:12px;display:grid}.lxhaut-workflows article,.lxhaut-runs article,.lxhaut-template-list article{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);border-radius:16px;padding:16px}.lxhaut-workflow-main{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.lxhaut-workflow-main>div:first-child{gap:6px;min-width:0;display:grid}.lxhaut-workflow-main strong{font-size:16px}.lxhaut-workflow-main small,.lxhaut-workflow-main em,.lxhaut-template-list small,.lxhaut-runs small{color:var(--lxhp-muted);font-style:normal}.lxhaut-workflow-main p,.lxhaut-template-list p,.lxhaut-runs p{color:var(--lxhp-muted);margin:0}.lxhaut-runs article{grid-template-columns:minmax(210px,.75fr) minmax(300px,1.25fr);gap:18px;display:grid}.lxhaut-runs article>div:first-child{align-content:start;gap:6px;display:grid}.lxhaut-run-actions{gap:8px;display:grid}.lxhaut-run-actions>div{border-left:3px solid var(--lxhp-line);grid-template-columns:140px 1fr;gap:6px 12px;padding:7px 10px;display:grid}.lxhaut-run-actions small{word-break:break-word;grid-column:1/-1}.lxhaut-template-list article{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.lxhaut-template-list article>div{gap:5px;display:grid}.lxhaut-pref-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.lxhaut-pref-grid>label{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);border-radius:14px;align-items:flex-start;gap:10px;padding:15px;display:flex}.lxhaut-pref-grid input{margin-top:3px;width:auto!important}.lxhaut-pref-grid span{gap:4px;display:grid}.lxhaut-pref-grid small{color:var(--lxhp-muted);font-weight:400}.lxhaut-stack code{font-family:var(--lxh-font);background:var(--lxhp-panel-2);border:1px solid var(--lxhp-line);border-radius:5px;padding:1px 4px;font-size:.9em}.lxhaut-test-context{color:var(--lxhp-muted);gap:6px;margin:0 0 16px;font-weight:400;display:grid}.lxhaut-test-context small{color:var(--lxhp-muted);font-weight:400}.lxhaut-test-context textarea{border:1px solid var(--lxhp-line);background:var(--lxhp-panel);width:100%;min-height:84px;color:var(--lxhp-text);resize:vertical;outline:none;padding:10px 11px}.lxhaut-test-context textarea:focus{border-color:var(--lxhp-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--lxhp-accent) 13%,transparent)}@media (max-width:900px){.lxhaut-workflow-main{display:grid}.lxhaut-runs article,.lxhaut-pref-grid{grid-template-columns:1fr}.lxhaut-provider{justify-content:flex-start}}@media (max-width:640px){.lxhaut-action-card{padding:13px}.lxhaut-actions,.lxhaut-form-actions{grid-template-columns:1fr;display:grid}.lxhaut-actions .lxhp-btn,.lxhaut-form-actions .lxhp-btn{width:100%}.lxhaut-run-actions>div{grid-template-columns:1fr}.lxhaut-run-actions small{grid-column:auto}.lxhaut-template-list article{display:grid}}.lxhp-messages-popover button.lxhp-message-row{border:0;border-bottom:1px solid var(--lxhp-line);width:100%;color:var(--lxhp-text);text-align:left;font:inherit;cursor:pointer;background:0 0}.lxhp-messages-popover button.lxhp-message-row:hover{background:var(--lxhp-panel-2)}.lxhp-mfa-panel{grid-column:1/-1}.lxhp-mfa-panel details{border:1px solid var(--lxhp-line);background:var(--lxhp-panel);border-radius:10px;margin-top:12px;padding:10px 12px}.lxhp-mfa-panel summary{cursor:pointer;color:var(--lxhp-text);font-weight:400}.lxhp-mfa-panel details .lxhp-form-stack{margin-top:12px}.lxhp-mfa-setup{gap:16px;display:grid}.lxhp-mfa-qr{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);border-radius:12px;flex-wrap:wrap;align-items:center;gap:18px;padding:14px;display:flex}.lxhp-mfa-qr img{background:#fff;border-radius:10px;width:180px;height:180px;padding:6px}.lxhp-mfa-qr>div{flex-direction:column;gap:5px;min-width:0;display:flex}.lxhp-mfa-qr code,.lxhp-mfa-recovery code{font-family:var(--lxh-font)}.lxhp-mfa-qr code{word-break:break-all;background:var(--lxhp-panel);border:1px solid var(--lxhp-line);border-radius:8px;padding:7px 9px}.lxhp-mfa-recovery{border:1px solid color-mix(in srgb,var(--lxhp-accent) 30%,var(--lxhp-line));background:color-mix(in srgb,var(--lxhp-accent) 5%,var(--lxhp-panel));border-radius:12px;gap:8px;margin:12px 0;padding:14px;display:grid}.lxhp-mfa-recovery>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;display:grid}.lxhp-mfa-recovery code{border:1px solid var(--lxhp-line);background:var(--lxhp-panel);text-align:center;border-radius:8px;padding:8px}.lxhp-mfa-enabled{gap:10px;display:grid}.lxhp-form-message.is-error{color:var(--lxhp-danger)}.lxh-auth-link-button{color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;text-decoration:underline}@media (max-width:640px){.lxhp-mfa-recovery>div{grid-template-columns:1fr}.lxhp-mfa-qr img{width:160px;height:160px}}.lxhpc-shell{gap:18px;display:grid}.lxhpc-hero{overflow:hidden}.lxhpc-role-tabs{border-top:1px solid var(--lxhp-line);flex-wrap:wrap;gap:8px;margin-top:14px;padding-top:14px;display:flex}.lxhpc-role-tabs button{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);min-height:40px;color:var(--lxhp-muted);font:inherit;cursor:pointer;border-radius:10px;padding:8px 16px;font-weight:400;transition:border-color .18s,background .18s,color .18s,transform .18s}.lxhpc-role-tabs button:hover{border-color:color-mix(in srgb,var(--lxhp-accent) 45%,var(--lxhp-line));color:var(--lxhp-text);transform:translateY(-1px)}.lxhpc-role-tabs button.is-active{border-color:var(--lxhp-accent);background:color-mix(in srgb,var(--lxhp-accent) 12%,var(--lxhp-panel));color:var(--lxhp-accent)}.lxhpc-toolbar{grid-template-columns:minmax(240px,1.2fr) minmax(200px,.75fr) minmax(240px,1fr);gap:12px;margin-top:16px;display:grid}.lxhpc-toolbar label{gap:6px;min-width:0;display:grid}.lxhpc-toolbar label>span{color:var(--lxhp-muted);letter-spacing:.03em;font-size:12px;font-weight:400}.lxhpc-toolbar label small{font-weight:400}.lxhpc-toolbar select,.lxhpc-toolbar input{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);width:100%;min-height:42px;color:var(--lxhp-text);font:inherit;border-radius:10px;outline:none;padding:9px 11px}.lxhpc-toolbar select:focus,.lxhpc-toolbar input:focus{border-color:var(--lxhp-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--lxhp-accent) 12%,transparent)}.lxhpc-summary{grid-template-columns:minmax(220px,1.5fr) repeat(4,minmax(100px,.55fr));gap:10px;margin-top:14px;display:grid}.lxhpc-summary>div{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);border-radius:12px;min-width:0;padding:13px 14px}.lxhpc-summary span,.lxhpc-summary strong{display:block}.lxhpc-summary span{letter-spacing:.04em;text-transform:uppercase;color:var(--lxhp-muted);font-size:11px;font-weight:400}.lxhpc-summary strong{text-overflow:ellipsis;white-space:nowrap;margin-top:5px;font-size:18px;overflow:hidden}.lxhpc-summary>div:first-child strong{font-size:14px}.lxhpc-message{margin-top:14px}.lxhpc-readonly-banner{background:#f59e0b14!important;border-color:#f59e0b47!important}.lxhpc-group{overflow:hidden;padding:0!important}.lxhpc-group-head{border-bottom:1px solid var(--lxhp-line);justify-content:space-between;align-items:flex-start;gap:18px;padding:18px 20px;display:flex}.lxhpc-group-head h3{margin:3px 0 5px;font-size:18px}.lxhpc-group-head p{color:var(--lxhp-muted);margin:0;font-size:13px}.lxhpc-bulk{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:6px;display:flex}.lxhpc-bulk>span{color:var(--lxhp-muted);text-transform:uppercase;letter-spacing:.04em;margin-right:4px;font-size:11px;font-weight:400}.lxhpc-bulk button,.lxhpc-mode-control button,.lxhpc-inherit{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);min-height:34px;color:var(--lxhp-muted);font:inherit;cursor:pointer;border-radius:9px;padding:6px 10px;font-size:12px;font-weight:400;transition:border-color .15s,background .15s,color .15s,transform .15s}.lxhpc-bulk button:hover:not(:disabled),.lxhpc-mode-control button:hover:not(:disabled),.lxhpc-inherit:hover:not(:disabled){border-color:color-mix(in srgb,var(--lxhp-accent) 38%,var(--lxhp-line));color:var(--lxhp-text);transform:translateY(-1px)}.lxhpc-bulk button:disabled,.lxhpc-mode-control button:disabled,.lxhpc-inherit:disabled{opacity:.48;cursor:not-allowed;transform:none}.lxhpc-feature-list{display:grid}.lxhpc-feature{border-bottom:1px solid var(--lxhp-line);background:var(--lxhp-panel);grid-template-columns:minmax(220px,1fr) auto auto;align-items:center;gap:16px;padding:14px 20px;transition:background .15s;display:grid}.lxhpc-feature:last-child{border-bottom:0}.lxhpc-feature:hover{background:color-mix(in srgb,var(--lxhp-accent) 3%,var(--lxhp-panel))}.lxhpc-feature-copy{gap:4px;min-width:0;display:grid}.lxhpc-feature-copy>div{align-items:center;gap:8px;min-width:0;display:flex}.lxhpc-feature-copy strong{font-size:14px;font-weight:400}.lxhpc-feature-copy small{color:var(--lxhp-muted);font-family:var(--lxh-font);font-size:11px}.lxhpc-feature-copy em{color:var(--lxhp-muted);font-size:12px;font-style:normal}.lxhpc-core{border:1px solid color-mix(in srgb,var(--lxhp-accent) 28%,var(--lxhp-line));background:color-mix(in srgb,var(--lxhp-accent) 8%,var(--lxhp-panel));color:var(--lxhp-accent);text-transform:uppercase;letter-spacing:.04em;border-radius:999px;align-items:center;padding:2px 7px;font-size:10px;font-weight:400;display:inline-flex}.lxhpc-mode-control{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);border-radius:12px;grid-template-columns:repeat(3,92px);gap:5px;padding:4px;display:grid}.lxhpc-mode-control button{background:0 0;border-color:#0000}.lxhpc-mode-control button.is-active:first-child{color:#16a34a;background:#22c55e1f;border-color:#22c55e47}.lxhpc-mode-control button.is-active:nth-child(2){color:#d97706;background:#f59e0b21;border-color:#f59e0b4d}.lxhpc-mode-control button.is-active:nth-child(3){color:#dc2626;background:#ef44441f;border-color:#ef444447}.lxhpc-inherit{min-width:128px}.lxhp-empty{gap:6px;padding:24px;display:grid}.lxhp-empty span{color:var(--lxhp-muted)}@media (max-width:1100px){.lxhpc-toolbar{grid-template-columns:1fr 1fr}.lxhpc-reason{grid-column:1/-1}.lxhpc-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.lxhpc-summary>div:first-child{grid-column:1/-1}.lxhpc-feature{grid-template-columns:minmax(180px,1fr) auto}.lxhpc-inherit{grid-column:2;justify-self:end}}@media (max-width:760px){.lxhpc-toolbar,.lxhpc-summary{grid-template-columns:1fr}.lxhpc-reason,.lxhpc-summary>div:first-child{grid-column:auto}.lxhpc-group-head{display:grid}.lxhpc-bulk{justify-content:flex-start}.lxhpc-feature{grid-template-columns:1fr;padding:14px}.lxhpc-mode-control{grid-template-columns:repeat(3,minmax(0,1fr));width:100%}.lxhpc-inherit{grid-column:auto;justify-self:start}.lxhpc-summary strong{white-space:normal}.lxhpc-role-tabs button{flex:1}}.lxhp-table-link{color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;flex-direction:column;gap:3px;padding:0;display:flex}.lxhp-table-link strong{color:var(--lxhp-text)}.lxhp-table-link:hover strong{text-underline-offset:3px;text-decoration:underline}.lxhp-seller-lead-book{overflow:hidden}.lxhp-lead-book-filters{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;display:grid}.lxhp-lead-book-filters input,.lxhp-lead-book-filters select{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);width:100%;min-width:0;color:var(--lxhp-text);border-radius:9px;padding:9px 10px}.lxhp-seller-lead-table td{vertical-align:top}.lxhp-seller-lead-table details{margin-top:5px}.lxhp-seller-lead-table summary{cursor:pointer;color:var(--lxhp-accent);font-size:12px}.lxhp-json-preview{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);max-width:360px;max-height:180px;color:var(--lxhp-text);font:11px/1.45 var(--lxh-font);white-space:pre-wrap;word-break:break-word;border-radius:8px;margin:7px 0 0;padding:8px;overflow:auto}.lxhp-verification-desk{margin-bottom:16px}.lxhp-verification-summary,.lxhp-economics-preview{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:0 0 16px;display:grid}.lxhp-verification-summary>div,.lxhp-economics-preview>div{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);border-radius:10px;flex-direction:column;gap:4px;min-width:0;padding:12px;display:flex}.lxhp-verification-summary span,.lxhp-economics-preview span{color:var(--lxhp-muted);font-size:11px}.lxhp-verification-summary strong,.lxhp-economics-preview strong{color:var(--lxhp-text);font-size:16px}.lxhp-verification-summary small{color:var(--lxhp-muted);font-size:11px}.lxhp-verification-actions,.lxhp-verification-session,.lxhp-verification-transfer{gap:14px;display:grid}.lxhp-verification-actions small,.lxhp-verification-help{color:var(--lxhp-muted);font-size:12px}.lxhp-verification-status{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.lxhp-verification-status>span:not(.lxhp-status-pill){background:var(--lxhp-panel-2);color:var(--lxhp-muted);border-radius:999px;padding:5px 8px;font-size:11px}.lxhp-verification-transfer .lxhp-form-grid{margin-top:2px}.lxhp-economics-preview{grid-template-columns:repeat(6,minmax(0,1fr))}.lxhp-economics-preview>div:last-child strong{color:var(--lxhp-accent)}.lxhp-lead-book-pagination{justify-content:space-between;align-items:center;gap:12px;padding:14px 0 0;display:flex}.lxhp-lead-book-pagination>span{color:var(--lxhp-muted);font-size:12px}@media (max-width:1250px){.lxhp-lead-book-filters{grid-template-columns:repeat(4,minmax(0,1fr))}.lxhp-lead-book-filters>input:first-child{grid-column:span 2}.lxhp-verification-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.lxhp-economics-preview{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:700px){.lxhp-lead-book-filters{grid-template-columns:1fr}.lxhp-lead-book-filters>input:first-child{grid-column:auto}.lxhp-verification-summary,.lxhp-economics-preview{grid-template-columns:1fr}.lxhp-verification-status,.lxhp-lead-book-pagination{flex-direction:column;align-items:flex-start}}.lxhp-main{background:var(--lxhp-bg);color:var(--lxhp-text)}.lxhp-content{width:min(100%,1920px);font-family:var(--lxh-font);padding:clamp(20px,2.15vw,34px);font-size:15px;line-height:1.55}.lxhp-page-heading{border:1px solid var(--lxhp-line);background:linear-gradient(135deg,var(--lxhp-panel),color-mix(in srgb,var(--lxhp-panel-2) 82%,var(--lxhp-panel)));box-shadow:var(--lxhp-shadow);align-items:center;margin:0 0 22px;padding:clamp(17px,1.7vw,24px);border-radius:16px!important}.lxhp-page-heading__identity{align-items:center;gap:16px;min-width:0;display:flex}.lxhp-page-heading__identity>div{min-width:0}.lxhp-page-heading__icon{border:1px solid color-mix(in srgb,var(--lxhp-feature-color) 28%,var(--lxhp-line));background:color-mix(in srgb,var(--lxhp-feature-color) 11%,var(--lxhp-panel));width:52px;height:52px;color:var(--lxhp-feature-color);box-shadow:0 10px 24px color-mix(in srgb,var(--lxhp-feature-color) 10%,transparent);flex:0 0 52px;place-items:center;display:grid;border-radius:14px!important}.lxhp-page-heading__icon svg{width:24px!important;height:24px!important}.lxhp-page-heading h1{color:var(--lxhp-text);letter-spacing:-.03em!important;margin:4px 0 6px!important;font-size:clamp(27px,2vw,38px)!important;font-weight:400!important;line-height:1.12!important}.lxhp-page-heading p{color:var(--lxhp-muted);line-height:1.55;max-width:900px!important;font-size:14px!important}.lxhp-heading-status{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);min-height:38px;padding:8px 12px;font-weight:400;border-radius:999px!important;font-size:12px!important}.lxhp-eyebrow{letter-spacing:.06em!important;font-size:12px!important;font-weight:400!important;line-height:1.35!important}.lxhp-main :where(.lxhp-panel,.lxhp-card){border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel)!important;box-shadow:0 10px 30px color-mix(in srgb,var(--lxhp-text) 5%,transparent)!important;border-radius:16px!important}.lxhp-main :where(.lxhp-panel,.lxhp-card):hover{border-color:color-mix(in srgb,var(--lxhp-accent) 18%,var(--lxhp-line))}.lxhp-panel__head,.lxhp-card__head{border-bottom:1px solid color-mix(in srgb,var(--lxhp-line) 72%,transparent);gap:16px;margin:0!important;padding:20px 20px 16px!important}.lxhp-panel__head h2,.lxhp-card__head strong{color:var(--lxhp-text);letter-spacing:-.018em!important;font-size:20px!important;font-weight:400!important;line-height:1.25!important}.lxhp-panel__head h3{font-size:17px!important;font-weight:400!important;line-height:1.3!important}.lxhp-panel__head p,.lxhp-card__head small{color:var(--lxhp-muted)!important;margin-top:5px!important;font-size:14px!important;line-height:1.55!important}.lxhp-panel-title-row{align-items:flex-start;gap:13px;min-width:0;display:flex}.lxhp-panel-title-row>div{min-width:0}.lxhp-panel-glyph{border:1px solid color-mix(in srgb,var(--lxhp-feature-color) 26%,var(--lxhp-line));background:color-mix(in srgb,var(--lxhp-feature-color) 10%,var(--lxhp-panel-2));width:42px;height:42px;color:var(--lxhp-feature-color);flex:0 0 42px;place-items:center;display:grid;border-radius:12px!important}.lxhp-panel-glyph svg{width:20px!important;height:20px!important}.lxhp-kpi{min-height:112px;border:1px solid var(--lxhp-line)!important;background:linear-gradient(145deg,var(--lxhp-panel),color-mix(in srgb,var(--lxhp-kpi-color,var(--lxhp-accent)) 3%,var(--lxhp-panel)))!important;box-shadow:var(--lxhp-shadow)!important;border-radius:16px!important;gap:14px!important;padding:18px!important}.lxhp-kpi:hover{border-color:color-mix(in srgb,var(--lxhp-kpi-color,var(--lxhp-accent)) 32%,var(--lxhp-line))!important;box-shadow:0 16px 38px color-mix(in srgb,var(--lxhp-kpi-color,var(--lxhp-accent)) 10%,transparent)!important}.lxhp-kpi__icon{width:48px!important;height:48px!important;color:var(--lxhp-kpi-color,var(--lxhp-accent))!important;background:color-mix(in srgb,var(--lxhp-kpi-color,var(--lxhp-accent)) 11%,var(--lxhp-panel))!important;border:1px solid color-mix(in srgb,var(--lxhp-kpi-color,var(--lxhp-accent)) 24%,var(--lxhp-line))!important;border-radius:13px!important;flex:0 0 48px!important}.lxhp-kpi__icon svg{width:22px!important;height:22px!important}.lxhp-kpi__copy span{font-weight:400;color:var(--lxhp-muted)!important;font-size:13px!important;line-height:1.35!important}.lxhp-kpi__copy strong{font-size:clamp(23px,1.55vw,29px)!important;font-weight:400!important;line-height:1.18!important}.lxhp-kpi__copy small{color:var(--lxhp-subtle)!important;margin-top:4px!important;font-size:12px!important;line-height:1.4!important}.lxhp-dashboard-grid,.lxhp-workspace-grid,.lxhp-grid,.lxhp-finance-layout,.lxha-grid-wide{gap:18px!important}.lxhp-dashboard-grid{margin-bottom:18px}.lxhp-main .lxhp-panel>:not(.lxhp-panel__head):not(.lxhp-table-wrap):not(.lxhp-module-hero):not(.lxhp-health-list):not(.lxhp-form-stack):not(.lxhp-empty):not(.lxhpc-feature-list):not(.lxhpc-group-head){font-size:14px}.lxhp-form-stack{gap:16px!important;padding:20px!important}.lxhp-form-grid{gap:13px!important}.lxhp-content label{color:var(--lxhp-text);font-size:13px!important;font-weight:400!important;line-height:1.4!important}.lxhp-content label small,.lxhp-content .lxhp-form-stack small{color:var(--lxhp-muted)!important;font-size:12px!important;font-weight:400!important;line-height:1.45!important}.lxhp-content :where(input:not([type=checkbox]):not([type=radio]),select,textarea){border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;min-height:44px!important;color:var(--lxhp-text)!important;border-radius:11px!important;padding:10px 12px!important;font-size:14px!important;line-height:1.4!important}.lxhp-content textarea{min-height:96px!important}.lxhp-content :where(input,textarea)::placeholder{opacity:1;color:var(--lxhp-subtle)!important}.lxhp-btn{border-radius:10px!important;min-height:42px!important;padding:9px 14px!important;font-size:13px!important;font-weight:400!important;line-height:1.2!important}.lxhp-table-wrap{scrollbar-width:thin;scrollbar-color:var(--lxhp-line-strong) transparent;border-radius:0 0 16px 16px!important}.lxhp-table{width:100%;font-size:14px!important;line-height:1.45!important}.lxhp-table th{z-index:2;position:sticky;top:0;background:var(--lxhp-panel-2)!important;color:var(--lxhp-muted)!important;border-bottom:1px solid var(--lxhp-line)!important;letter-spacing:.035em!important;padding:12px 14px!important;font-size:12px!important;font-weight:400!important}.lxhp-table td{border-bottom:1px solid color-mix(in srgb,var(--lxhp-line) 72%,transparent)!important;color:var(--lxhp-text)!important;padding:13px 14px!important;font-size:14px!important}.lxhp-table tbody tr{transition:background .15s}.lxhp-table tbody tr:hover{background:color-mix(in srgb,var(--lxhp-accent) 4%,var(--lxhp-panel))}.lxhp-table td small,.lxhp-cell-note{color:var(--lxhp-muted)!important;margin-top:4px!important;font-size:12px!important;line-height:1.4!important}.lxhp-id{font-size:12px!important}.lxhp-status-pill,.lxhp-score,.lxhp-risk{min-height:26px!important;padding:5px 8px!important;font-size:12px!important;font-weight:400!important}.lxhp-table-tools{gap:9px!important}.lxhp-table-tools :where(input,select){height:38px!important;min-height:38px!important;font-size:13px!important}.lxhp-table-tools .lxhp-btn{min-height:38px!important;font-size:13px!important}.lxhp-pagination,.lxhp-lead-book-pagination{color:var(--lxhp-muted)!important;font-size:12px!important}.lxhp-health-list{padding:8px 20px 16px!important}.lxhp-health-list>div{padding:12px 0!important}.lxhp-health-list span{color:var(--lxhp-muted)!important;font-size:13px!important}.lxhp-health-list strong{font-size:13px!important;font-weight:400!important}.lxhp-mini-metrics span,.lxhp-verification-summary span,.lxhp-economics-preview span,.lxhpc-summary span{font-size:12px!important}.lxhp-mini-metrics strong,.lxhp-verification-summary strong,.lxhp-economics-preview strong{font-size:18px!important}.lxhp-cell-note,.lxhp-review-action input,.lxhp-finance-message,.lxhp-qr-checkout p,.lxhp-taxonomy-block>div:first-child span,.lxhp-taxonomy-tags span{font-size:12px!important}.lxhp-autopilot-panel{overflow:hidden;margin-bottom:18px!important}.lxhp-autopilot-panel>.lxhp-panel__head{justify-content:space-between;align-items:flex-start;display:flex}.lxhp-autopilot-badge{white-space:nowrap;border:1px solid var(--lxhp-line);align-items:center;padding:6px 9px;font-size:12px;font-weight:400;display:inline-flex;border-radius:999px!important}.lxhp-autopilot-badge.is-ready{color:#0f8a57;background:color-mix(in srgb,#16a66a 10%,var(--lxhp-panel));border-color:color-mix(in srgb,#16a66a 30%,var(--lxhp-line))}.lxhp-autopilot-badge.is-warning{color:var(--lxhp-warning);background:color-mix(in srgb,var(--lxhp-warning) 10%,var(--lxhp-panel));border-color:color-mix(in srgb,var(--lxhp-warning) 30%,var(--lxhp-line))}.lxhp-autopilot-metrics{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;padding:18px 20px;display:grid}.lxhp-autopilot-metrics>div{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);min-width:0;padding:13px 14px;border-radius:12px!important}.lxhp-autopilot-metrics span,.lxhp-autopilot-metrics strong{display:block}.lxhp-autopilot-metrics span{color:var(--lxhp-muted);font-size:12px}.lxhp-autopilot-metrics strong{color:var(--lxhp-text);margin-top:4px;font-size:19px;font-weight:400}.lxhp-autopilot-flow{border:1px dashed color-mix(in srgb,var(--lxhp-accent) 28%,var(--lxhp-line));background:color-mix(in srgb,var(--lxhp-accent) 4%,var(--lxhp-panel-2));flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin:0 20px 20px;padding:12px 14px;display:flex;border-radius:12px!important}.lxhp-autopilot-flow span{font-size:12px;font-weight:400}.lxhp-autopilot-flow i{color:var(--lxhp-accent);font-style:normal;font-weight:400}.lxhp-autopilot-state{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);gap:4px;margin:18px 20px 20px;padding:14px;display:grid;border-radius:12px!important}.lxhp-autopilot-state strong{font-size:14px}.lxhp-autopilot-state span{color:var(--lxhp-muted);font-size:13px}.lxhp-autobuy-toggle{border:1px solid color-mix(in srgb,#16a66a 28%,var(--lxhp-line));background:color-mix(in srgb,#16a66a 6%,var(--lxhp-panel-2));gap:12px;padding:16px;display:grid;border-radius:14px!important}.lxhp-autobuy-toggle>label{align-items:flex-start;gap:12px;display:flex}.lxhp-autobuy-toggle input[type=checkbox]{accent-color:#16a66a;flex:0 0 20px;width:20px;height:20px;margin-top:2px}.lxhp-autobuy-toggle label span{gap:3px;display:grid}.lxhp-autobuy-toggle label strong{font-size:15px;font-weight:400}.lxhp-autobuy-toggle label small{font-size:13px!important}.lxhp-autobuy-flow{flex-wrap:wrap;align-items:center;gap:7px;padding-left:32px;display:flex}.lxhp-autobuy-flow span{color:var(--lxhp-text);font-size:12px;font-weight:400}.lxhp-autobuy-flow i{color:#16a66a;font-style:normal;font-weight:400}html[data-lxh-legacy-dark-disabled=true] .lxhp-main :where(.lxhp-action-message.is-success,.lxhp-score.is-good,.lxhp-risk.is-low){color:#9af0c3!important;background:#0c2c20!important;border-color:#1b5f45!important}html[data-lxh-legacy-dark-disabled=true] .lxhp-main :where(.lxhp-score.is-mid){color:#fde68a!important;background:#36290d!important}html[data-lxh-legacy-dark-disabled=true] .lxhp-main :where(.lxhp-score.is-low,.lxhp-risk.is-high,.lxhp-action-message.is-error){color:#fecaca!important;background:#301419!important;border-color:#7f1d1d!important}html[data-lxh-legacy-dark-disabled=true] .lxhp-main .lxhp-risk.is-mid{color:#fdba74!important;background:#34200f!important}html[data-lxh-legacy-dark-disabled=true] .lxhp-main .lxhp-status-pill.is-received{color:#93c5fd!important;background:#102a4a!important}html[data-lxh-legacy-dark-disabled=true] .lxhp-autopilot-badge.is-ready{color:#86efac}@media (max-width:1280px){.lxhp-autopilot-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.lxhp-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (max-width:1024px){.lxhp-content{padding:22px}.lxhp-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.lxhp-dashboard-grid,.lxhp-workspace-grid,.lxhp-finance-layout,.lxha-grid-wide{grid-template-columns:1fr!important}.lxhp-page-heading{align-items:flex-start}}@media (max-width:760px){.lxhp-content{padding:16px}.lxhp-page-heading{align-items:flex-start;gap:14px;padding:16px}.lxhp-page-heading__icon{flex-basis:44px;width:44px;height:44px}.lxhp-page-heading__icon svg{width:21px!important;height:21px!important}.lxhp-page-heading h1{font-size:25px!important}.lxhp-heading-status{display:none}.lxhp-kpi-grid{grid-template-columns:1fr!important;gap:12px!important}.lxhp-kpi{min-height:96px}.lxhp-autopilot-metrics{grid-template-columns:repeat(2,minmax(0,1fr));padding:15px}.lxhp-autopilot-flow{margin:0 15px 15px}.lxhp-panel__head,.lxhp-card__head{padding:17px 16px 14px!important}.lxhp-form-stack{padding:16px!important}.lxhp-table th,.lxhp-table td{padding:11px 12px!important}.lxhp-panel__head h2,.lxhp-card__head strong{font-size:18px!important}}@media (max-width:480px){.lxhp-content{padding:12px}.lxhp-page-heading{padding:14px}.lxhp-page-heading__identity{align-items:flex-start;gap:11px}.lxhp-page-heading h1{font-size:22px!important}.lxhp-page-heading p{font-size:13px!important}.lxhp-autopilot-metrics{grid-template-columns:1fr}.lxhp-autopilot-panel>.lxhp-panel__head{gap:10px;display:grid}.lxhp-autopilot-badge{justify-self:start}.lxhp-autobuy-flow{padding-left:0}.lxhp-panel-title-row{gap:10px}.lxhp-panel-glyph{flex-basis:38px;width:38px;height:38px}}.lxhp-main :where(button,a,input,select,textarea):focus-visible{outline:3px solid color-mix(in srgb,var(--lxhp-accent) 46%,transparent)!important;outline-offset:2px!important}@media (prefers-reduced-motion:reduce){.lxhp-main *,.lxhp-main :before,.lxhp-main :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.lxhp-content .lxhp-eyebrow,.lxhp-content :where(.lxhp-kpi__copy span,.lxhp-kpi__copy small,.lxhp-table th,.lxhp-table td small,.lxhp-cell-note,.lxhp-id,.lxhp-status-pill,.lxhp-score,.lxhp-risk,.lxhp-pagination,.lxhp-lead-book-pagination,.lxhp-health-list span,.lxhp-health-list strong,.lxhp-autopilot-metrics span,.lxhp-autopilot-flow span,.lxhp-autopilot-state span){font-size:13px!important}.lxhp-content .lxhp-table td,.lxhp-content .lxhp-panel__head p,.lxhp-content .lxhp-card__head small{font-size:15px!important}.lxhp-form-price-control{border:1px solid var(--lxhp-line);background:var(--lxhp-panel);grid-template-columns:minmax(150px,.55fr) minmax(150px,.45fr);align-items:center;gap:4px 12px;padding:13px 14px;border-radius:12px!important;display:grid!important}.lxhp-form-price-control input{grid-area:1/2;min-width:0}.lxhp-form-price-control small{grid-column:1/-1;color:var(--lxhp-muted)!important;font-size:13px!important}html[data-lxh-legacy-dark-disabled=true] .lxhp-main{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}html[data-lxh-color-mode=light] .lxhp-main{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}html[data-lxh-legacy-dark-disabled=true] .lxhp-main .lxhp-iam-badge{color:#cbd5e1!important;background:#13263a!important}html[data-lxh-legacy-dark-disabled=true] .lxhp-main .lxhp-iam-badge.is-active{color:#9af0c3!important;background:#0c2c20!important}html[data-lxh-legacy-dark-disabled=true] .lxhp-main .lxhp-iam-badge.is-pending-approval{color:#fdba74!important;background:#34200f!important}html[data-lxh-legacy-dark-disabled=true] .lxhp-main .lxhp-iam-badge.is-suspended{color:#fde68a!important;background:#36290d!important}html[data-lxh-legacy-dark-disabled=true] .lxhp-main .lxhp-iam-badge.is-rejected{color:#fecaca!important;background:#301419!important}html[data-lxh-legacy-dark-disabled=true] .lxhp-main .lxhp-btn--danger{color:#fecaca!important;background:#301419!important;border-color:#7f1d1d!important}html[data-lxh-legacy-dark-disabled=true] .lxhp-main :where(.lxhp-status-pill.is-review,.lxhp-status-pill.is-validating){color:#fed7aa!important;background:#3a2412!important}@media (max-width:680px){.lxhp-form-price-control{grid-template-columns:1fr}.lxhp-form-price-control input{grid-area:auto/1}}.lxhp-recent-leads{width:100%;min-width:0}.lxhp-recent-leads__head{align-items:center}.lxhp-recent-leads__view{min-height:36px;color:var(--lxhp-accent);border:1px solid color-mix(in srgb,var(--lxhp-accent) 20%,var(--lxhp-line));background:color-mix(in srgb,var(--lxhp-accent) 6%,var(--lxhp-panel));border-radius:9px;flex:none;justify-content:center;align-items:center;padding:7px 12px;font-size:14px;font-weight:400;text-decoration:none;transition:background .18s,border-color .18s,transform .18s;display:inline-flex}.lxhp-recent-leads__view:hover{background:color-mix(in srgb,var(--lxhp-accent) 11%,var(--lxhp-panel));border-color:color-mix(in srgb,var(--lxhp-accent) 34%,var(--lxhp-line));transform:translateY(-1px)}.lxhp-recent-leads__table{max-width:100%;overflow:auto}.lxhp-recent-leads__table .lxhp-table{min-width:1580px}.lxhp-recent-leads__table .lxhp-table th{white-space:nowrap}.lxhp-recent-leads__table .lxhp-table td{vertical-align:middle}.lxhp-recent-leads__table .lxhp-table td strong{font-size:14px;font-weight:400}.lxhp-phone-value{white-space:nowrap;font-variant-numeric:tabular-nums}.lxhp-phone-value.is-masked{color:var(--lxhp-muted);letter-spacing:.035em}.lxhp-quality-label,.lxhp-tier-pill{border:1px solid var(--lxhp-line);white-space:nowrap;border-radius:999px;align-items:center;min-height:26px;padding:4px 9px;font-size:12px;font-weight:400;display:inline-flex}.lxhp-quality-label.is-excellent,.lxhp-tier-pill.is-elite{color:#087247;background:#e9fbf2;border-color:#b8efd2}.lxhp-quality-label.is-very-good,.lxhp-tier-pill.is-premium{color:#096b9b;background:#edf8ff;border-color:#bfe7f8}.lxhp-quality-label.is-good,.lxhp-tier-pill.is-priority{color:#6346c6;background:#f1efff;border-color:#d9d0ff}.lxhp-quality-label.is-fair,.lxhp-tier-pill.is-standard{color:#9a5d00;background:#fff7e8;border-color:#f4d8a4}.lxhp-quality-label.is-review,.lxhp-tier-pill.is-review{color:#b42331;background:#fff0f1;border-color:#f4c3c8}.lxhp-quality-label.is-unscored,.lxhp-tier-pill.is-unscored{background:var(--lxhp-panel-2);color:var(--lxhp-muted);border-color:var(--lxhp-line)}html[data-lxh-legacy-dark-disabled=true] .lxhp-quality-label.is-excellent,html[data-lxh-legacy-dark-disabled=true] .lxhp-tier-pill.is-elite{color:#9af0c3;background:#0c2c20;border-color:#1b5f45}html[data-lxh-legacy-dark-disabled=true] .lxhp-quality-label.is-very-good,html[data-lxh-legacy-dark-disabled=true] .lxhp-tier-pill.is-premium{color:#93c5fd;background:#102a4a;border-color:#23496e}html[data-lxh-legacy-dark-disabled=true] .lxhp-quality-label.is-good,html[data-lxh-legacy-dark-disabled=true] .lxhp-tier-pill.is-priority{color:#c4b5fd;background:#251d47;border-color:#4c3d83}html[data-lxh-legacy-dark-disabled=true] .lxhp-quality-label.is-fair,html[data-lxh-legacy-dark-disabled=true] .lxhp-tier-pill.is-standard{color:#fde68a;background:#36290d;border-color:#6b521a}html[data-lxh-legacy-dark-disabled=true] .lxhp-quality-label.is-review,html[data-lxh-legacy-dark-disabled=true] .lxhp-tier-pill.is-review{color:#fecaca;background:#301419;border-color:#7f1d1d}@media (max-width:820px){.lxhp-recent-leads__head{align-items:flex-start}.lxhp-recent-leads__view{min-height:34px;padding:6px 10px;font-size:13px}}.lxhp-main{width:100%!important;max-width:none!important}.lxhp-content{width:100%!important;max-width:none!important;padding-right:clamp(20px,2.15vw,34px)!important}.lxhp-dashboard-grid,.lxhp-workspace-grid,.lxhp-grid,.lxhp-finance-layout,.lxha-grid-wide,.lxhp-kpi-grid{width:100%!important;max-width:none!important}.lxhp-page-heading,.lxhp-main :where(.lxhp-panel,.lxhp-card),.lxhp-kpi,.lxhp-table-wrap,.lxhp-autopilot-metrics>div,.lxhp-autopilot-flow,.lxhp-autopilot-state,.lxhp-verification-summary>div,.lxhp-economics-preview>div,.lxhp-payment-method-grid article,.lxhp-order-list>article,.lxhp-connect-card,.lxhp-live-account,.lxhp-live-empty,.lxhp-json-preview,.lxhp-finance-message,.lxhp-qr-checkout,.lxhp-sidebar__identity--stacked .lxhp-logo-plate,.lxhp-sidebar__identity--stacked .lxhp-role-chip,.lxhp-page-heading__icon,.lxhp-panel-glyph,.lxhp-kpi__icon{border-radius:5px!important}.lxhp-page-id span,.lxhp-page-id strong{font-size:26px!important;line-height:1.2!important}.lxhp-page-id span{color:var(--lxhp-text)!important;font-weight:400!important}.lxhp-page-id strong{font-weight:400!important}.lxhp-content{width:auto!important;max-width:none!important;margin:15px!important;padding:0!important}.lxhp-page-heading{margin:0 0 15px!important}.lxhp-kpi-grid,.lxhp-dashboard-grid,.lxhp-workspace-grid,.lxhp-grid,.lxhp-finance-layout,.lxha-grid-wide{gap:15px!important;margin-bottom:15px!important}.lxhp-dashboard-grid--trend{margin-bottom:15px!important}.lxhp-content>:where(.lxhp-panel,.lxhp-card,.lxhp-approval-banner,.lxhp-action-message,.lxhp-form-message)+:where(.lxhp-panel,.lxhp-card,.lxhp-approval-banner,.lxhp-action-message,.lxhp-form-message){margin-top:15px!important}.lxhp-page-heading__icon,.lxhp-panel-glyph,.lxhp-kpi__icon,.lxhp-module-icon,.lxhp-nav__icon,.lxhp-nav-group__glyph{place-items:center!important;display:grid!important}.lxhp-page-heading__icon svg,.lxhp-panel-glyph svg,.lxhp-kpi__icon svg,.lxhp-module-icon svg,.lxhp-nav__icon svg,.lxhp-nav-group__glyph svg{flex:none!important;margin:auto!important;display:block!important}@media (max-width:1024px){.lxhp-content{margin:15px!important;padding:0!important}}@media (max-width:760px){.lxhp-content{margin:15px!important;padding:0!important}.lxhp-dashboard-grid,.lxhp-workspace-grid,.lxhp-grid,.lxhp-finance-layout,.lxha-grid-wide,.lxhp-kpi-grid{gap:15px!important}}@media (max-width:480px){.lxhp-content{margin:15px!important;padding:0!important}}.lxhp-page-id{white-space:nowrap!important;align-items:center!important;gap:10px!important;min-width:0!important;max-width:100%!important;display:flex!important;overflow:hidden!important}.lxhp-page-id__role,.lxhp-page-id__group,.lxhp-page-id__section,.lxhp-page-id__separator{white-space:nowrap!important;font-size:26px!important;line-height:1.2!important}.lxhp-page-id__role{flex:none;color:var(--lxhp-text)!important;font-weight:400!important}.lxhp-page-id__separator{flex:none;color:var(--lxhp-subtle)!important;font-weight:400!important}.lxhp-page-id__group{text-overflow:ellipsis;flex:0 auto;min-width:0;overflow:hidden;color:var(--lxhp-muted)!important;font-weight:400!important}.lxhp-page-id__section{text-overflow:ellipsis;flex:0 auto;min-width:0;overflow:hidden;color:var(--lxhp-text)!important;font-weight:400!important}@media (max-width:1180px){.lxhp-page-id__role,.lxhp-page-id__group,.lxhp-page-id__section,.lxhp-page-id__separator{font-size:20px!important}.lxhp-page-id{gap:7px!important}}@media (max-width:820px){.lxhp-page-id span{display:inline!important}.lxhp-page-id__group,.lxhp-page-id__separator:first-of-type{display:none!important}.lxhp-page-id__role,.lxhp-page-id__section,.lxhp-page-id__separator{font-size:16px!important}.lxhp-page-id{gap:6px!important}}@media (max-width:540px){.lxhp-page-id__role,.lxhp-page-id__section,.lxhp-page-id__separator{font-size:14px!important}.lxhp-page-id__section{max-width:42vw}}.lxhp-content :where(.lxhp-page-heading__icon,.lxhp-panel-glyph,.lxhp-kpi__icon,.lxhp-module-icon,.lxhp-record-safe-note__icon,.lxhp-verification__icon,.lxhp-activity-list>div>span,.lxhp-check-list p>span,.lxhp-icon-btn){text-align:center!important;place-items:center!important;display:grid!important}.lxhp-content :where(.lxhp-page-heading__icon,.lxhp-panel-glyph,.lxhp-kpi__icon,.lxhp-module-icon,.lxhp-record-safe-note__icon,.lxhp-verification__icon,.lxhp-activity-list>div>span,.lxhp-check-list p>span,.lxhp-icon-btn)>svg{flex:none!important;place-self:center!important;margin:auto!important;display:block!important}.lxhp-page-id span,.lxhp-page-id strong,.lxhp-page-id__role,.lxhp-page-id__group,.lxhp-page-id__section,.lxhp-page-id__separator{font-size:20px!important}@media (max-width:820px){.lxhp-page-id{display:none!important}.lxhp-topbar{gap:8px!important;padding-inline:12px!important}.lxhp-topbar__left{flex:none!important}.lxhp-topbar__right{gap:6px!important;min-width:0!important;margin-left:auto!important}.lxhp-search-trigger{justify-content:center!important;width:40px!important;min-width:40px!important;height:40px!important;padding:0!important}.lxhp-search-trigger span,.lxhp-search-trigger kbd{display:none!important}.lxhp-profile{justify-content:center!important;width:40px!important;min-width:40px!important;padding:4px!important}.lxhp-profile__copy,.lxhp-profile>svg{display:none!important}.lxhp-search-popover,.lxhp-notifications-popover,.lxhp-messages-popover,.lxhp-profile-popover{width:auto!important;max-width:none!important;position:fixed!important;top:66px!important;left:12px!important;right:12px!important}}@media (max-width:540px){.lxhp-topbar{gap:5px!important;padding-inline:10px!important}.lxhp-topbar__right{gap:4px!important}.lxhp-search-trigger,.lxhp-profile{width:38px!important;min-width:38px!important;height:38px!important}}.lxhp-source-workspace{gap:15px!important}.lxhp-source-panel,.lxhp-source-inventory{overflow:hidden}.lxhp-source-form{gap:0;display:grid}.lxhp-source-form__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 24px;padding:22px 24px 24px;display:grid}.lxhp-source-field{grid-template-rows:auto minmax(34px,auto) auto;align-content:start;min-width:0;gap:5px!important;display:grid!important}.lxhp-source-field>span{display:block;color:var(--lxhp-text)!important;font-size:14px!important;font-weight:400!important;line-height:1.35!important}.lxhp-source-field>small{display:block;color:var(--lxhp-muted)!important;font-size:12px!important;font-weight:400!important;line-height:1.45!important}.lxhp-source-field>input,.lxhp-source-field>select{transition:border-color .16s,box-shadow .16s,background .16s;border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;width:100%!important;min-width:0!important;min-height:48px!important;color:var(--lxhp-text)!important;box-shadow:none!important;border-radius:5px!important;margin:0!important;padding:11px 13px!important;font-size:14px!important;line-height:1.35!important}.lxhp-source-field>input:hover,.lxhp-source-field>select:hover{border-color:var(--lxhp-line-strong)!important}.lxhp-source-field>input:focus,.lxhp-source-field>select:focus{border-color:color-mix(in srgb,var(--lxhp-accent) 72%,var(--lxhp-line))!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--lxhp-accent) 12%,transparent)!important;outline:none!important}.lxhp-source-field>input::placeholder{opacity:1;color:var(--lxhp-subtle)!important}.lxhp-source-form__footer{border-top:1px solid var(--lxhp-line);background:color-mix(in srgb,var(--lxhp-panel-2) 54%,var(--lxhp-panel));justify-content:space-between;align-items:center;gap:20px;padding:18px 24px;display:flex}.lxhp-source-form__note{gap:3px;min-width:0;display:grid}.lxhp-source-form__note strong{color:var(--lxhp-text)!important;font-size:13px!important;font-weight:400!important;line-height:1.35!important}.lxhp-source-form__note span{color:var(--lxhp-muted)!important;font-size:12px!important;line-height:1.45!important}.lxhp-source-form__footer .lxhp-btn{flex:none;min-width:148px;border-radius:5px!important;min-height:44px!important}.lxhp-source-panel>.lxhp-form-message{margin:0 24px 20px}.lxhp-source-inventory>.lxhp-empty-state{min-height:180px}@media (max-width:760px){.lxhp-source-form__grid{grid-template-columns:1fr;gap:17px;padding:18px 16px}.lxhp-source-field{grid-template-rows:auto auto auto}.lxhp-source-form__footer{flex-direction:column;align-items:stretch;padding:16px}.lxhp-source-form__footer .lxhp-btn{width:100%;min-width:0}.lxhp-source-panel>.lxhp-form-message{margin:0 16px 16px}}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-page-heading{border:1px solid var(--lxhp-line)!important;background:linear-gradient(135deg,color-mix(in srgb,var(--lxhp-accent) 5%,var(--lxhp-panel)),var(--lxhp-panel) 58%,var(--lxhp-panel-2))!important;box-shadow:0 8px 24px color-mix(in srgb,var(--lxhp-text) 4%,transparent)!important;padding:20px 22px!important}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-page-heading__identity{align-items:center!important;gap:16px!important}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-page-heading h1{letter-spacing:-.025em!important;margin:3px 0 5px!important;font-size:clamp(28px,2vw,36px)!important;font-weight:400!important;line-height:1.12!important}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-page-heading p{max-width:760px!important;font-size:14px!important;line-height:1.55!important}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-heading-status{background:color-mix(in srgb,var(--lxhp-panel-2) 72%,var(--lxhp-panel))!important;border-radius:5px!important;min-height:34px!important;padding:7px 10px!important}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-kpi{position:relative;overflow:hidden;background:linear-gradient(145deg,var(--lxhp-panel),color-mix(in srgb,var(--lxhp-kpi-color,var(--lxhp-accent)) 3%,var(--lxhp-panel-2)))!important;border-color:color-mix(in srgb,var(--lxhp-kpi-color,var(--lxhp-accent)) 16%,var(--lxhp-line))!important;min-height:108px!important;box-shadow:inset 0 2px 0 color-mix(in srgb,var(--lxhp-kpi-color,var(--lxhp-accent)) 48%,transparent),0 7px 20px color-mix(in srgb,var(--lxhp-text) 3%,transparent)!important;grid-template-columns:44px minmax(0,1fr)!important;align-items:center!important;gap:14px!important;padding:16px 18px!important;transform:none!important}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-kpi:hover{border-color:color-mix(in srgb,var(--lxhp-kpi-color,var(--lxhp-accent)) 30%,var(--lxhp-line))!important;box-shadow:inset 0 2px 0 color-mix(in srgb,var(--lxhp-kpi-color,var(--lxhp-accent)) 66%,transparent),0 9px 24px color-mix(in srgb,var(--lxhp-text) 5%,transparent)!important}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-kpi__icon{flex-basis:44px!important;width:44px!important;height:44px!important}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-kpi__icon svg{width:20px!important;height:20px!important}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-kpi__copy span{letter-spacing:.005em!important;font-size:12px!important;font-weight:400!important}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-kpi__copy strong{letter-spacing:-.025em!important;margin:3px 0 2px!important;font-size:clamp(23px,1.45vw,28px)!important;font-weight:400!important}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-kpi__copy small{margin-top:2px!important;font-size:11px!important;line-height:1.35!important}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-panel{overflow:hidden;border-color:var(--lxhp-line)!important;box-shadow:0 7px 22px color-mix(in srgb,var(--lxhp-text) 3%,transparent)!important}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-panel__head{background:linear-gradient(180deg,color-mix(in srgb,var(--lxhp-accent) 3%,var(--lxhp-panel)),var(--lxhp-panel))!important;padding:18px 20px 16px!important}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-panel-title-row{align-items:center!important;gap:13px!important}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-panel-glyph{flex-basis:40px!important;width:40px!important;height:40px!important}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-panel-glyph svg{width:19px!important;height:19px!important}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-panel__head h2{margin:3px 0 2px!important;font-size:19px!important;font-weight:400!important}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-panel__head p{max-width:860px;margin-top:3px!important;font-size:13px!important;line-height:1.5!important}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-eyebrow{letter-spacing:.075em!important;font-size:11px!important}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-autopilot-panel{margin-bottom:0!important}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-autopilot-badge{min-height:32px;padding:6px 10px;border-radius:5px!important;font-size:11px!important;font-weight:400!important}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-autopilot-metrics{border-bottom:1px solid var(--lxhp-line);grid-template-columns:repeat(5,minmax(0,1fr));gap:0!important;padding:0!important}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-autopilot-metrics>div{align-content:center;min-height:82px;display:grid;border:0!important;border-right:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel)!important;border-radius:0!important;padding:15px 18px!important}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-autopilot-metrics>div:last-child{border-right:0!important}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-autopilot-metrics span{font-size:11px!important;font-weight:400!important}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-autopilot-metrics strong{margin-top:4px!important;font-size:20px!important;font-weight:400!important}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-autopilot-flow{background:color-mix(in srgb,var(--lxhp-accent) 3%,var(--lxhp-panel-2))!important;border:0!important;border-radius:0!important;justify-content:flex-start!important;gap:7px!important;margin:0!important;padding:14px 18px!important}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-autopilot-flow span{border:1px solid var(--lxhp-line);background:var(--lxhp-panel);border-radius:5px;align-items:center;min-height:30px;padding:5px 9px;display:inline-flex;font-size:11px!important;font-weight:400!important}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-autopilot-flow i{color:var(--lxhp-subtle)!important;font-size:14px!important}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-dashboard-grid--trend{grid-template-columns:minmax(0,1.55fr) minmax(320px,.75fr)!important}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-finance-chart{padding:18px 20px 20px!important}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-finance-chart svg{height:245px!important}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-chart-summary{margin-top:12px!important;font-size:11px!important}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-health-list{padding:4px 20px 12px!important}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-health-list>div{min-height:45px;padding:10px 0!important}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-health-list span,.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-health-list strong{font-size:12px!important}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-health-list i{width:8px;height:8px;box-shadow:0 0 0 3px color-mix(in srgb,currentColor 10%,transparent)}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-recent-leads__view{min-height:34px;padding:6px 11px;border-radius:5px!important;font-size:12px!important;font-weight:400!important}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-recent-leads__table{background:var(--lxhp-panel)}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-recent-leads__table .lxhp-table th{z-index:2;letter-spacing:.035em;text-transform:uppercase;position:sticky;top:0;background:var(--lxhp-panel-2)!important;color:var(--lxhp-muted)!important;padding-top:11px!important;padding-bottom:11px!important;font-size:11px!important;font-weight:400!important}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-recent-leads__table .lxhp-table td{border-bottom-color:color-mix(in srgb,var(--lxhp-line) 78%,transparent)!important;padding-top:12px!important;padding-bottom:12px!important}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-recent-leads__table .lxhp-table tbody tr{transition:background .14s}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-recent-leads__table .lxhp-table tbody tr:hover{background:color-mix(in srgb,var(--lxhp-accent) 4%,var(--lxhp-panel))}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-finance-position{grid-template-columns:repeat(2,minmax(0,1fr));padding:0!important}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-finance-position>div{border-right:1px solid var(--lxhp-line);min-height:92px;border-bottom:0!important;place-content:center stretch!important;gap:5px!important;padding:17px 20px!important;display:grid!important}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-finance-position>div:nth-child(2){border-right:0!important}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-finance-position>div span{font-size:12px!important;font-weight:400!important}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-finance-position>div strong{letter-spacing:-.02em;font-size:22px!important;font-weight:400!important}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-finance-position>small{border-top:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);grid-column:1/-1;padding:11px 20px!important;font-size:11px!important;line-height:1.45!important}@media (max-width:1280px){.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (max-width:1024px){.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-dashboard-grid--trend{grid-template-columns:1fr!important}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-autopilot-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-autopilot-metrics>div{border-bottom:1px solid var(--lxhp-line)!important}}@media (max-width:760px){.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-page-heading{padding:16px!important}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-kpi-grid{grid-template-columns:1fr!important}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-kpi{min-height:96px!important;padding:14px 16px!important}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-autopilot-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-autopilot-flow{align-items:flex-start;padding:14px!important}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-finance-position{grid-template-columns:1fr}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-finance-position>div{border-right:0!important;border-bottom:1px solid var(--lxhp-line)!important}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-finance-position>div:nth-child(2){border-bottom:0!important}}@media (max-width:480px){.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-autopilot-metrics{grid-template-columns:1fr}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-autopilot-metrics>div{border-right:0!important}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-autopilot-flow{grid-template-columns:1fr!important;display:grid!important}.lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-autopilot-flow i{display:none!important}}.lxhp-content .lxhp-page-heading{border:1px solid var(--lxhp-line)!important;background:linear-gradient(135deg,color-mix(in srgb,var(--lxhp-accent) 5%,var(--lxhp-panel)),var(--lxhp-panel) 58%,var(--lxhp-panel-2))!important;box-shadow:0 8px 24px color-mix(in srgb,var(--lxhp-text) 4%,transparent)!important;border-radius:5px!important;padding:20px 22px!important}.lxhp-content .lxhp-page-heading__identity{align-items:center!important;gap:16px!important}.lxhp-content .lxhp-page-heading h1{letter-spacing:-.025em!important;margin:3px 0 5px!important;font-size:clamp(27px,1.9vw,35px)!important;font-weight:400!important;line-height:1.12!important}.lxhp-content .lxhp-page-heading p{max-width:840px!important;margin:0!important;font-size:14px!important;line-height:1.55!important}.lxhp-content .lxhp-heading-status{background:color-mix(in srgb,var(--lxhp-panel-2) 72%,var(--lxhp-panel))!important;border-radius:5px!important;min-height:34px!important;padding:7px 10px!important}.lxhp-content .lxhp-eyebrow{letter-spacing:.075em!important;font-size:11px!important;font-weight:400!important;line-height:1.3!important}.lxhp-content :where(.lxhp-panel,.lxhp-card){overflow:hidden;border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel)!important;box-shadow:0 7px 22px color-mix(in srgb,var(--lxhp-text) 3%,transparent)!important;border-radius:5px!important}.lxhp-content :where(.lxhp-panel,.lxhp-card):hover{border-color:color-mix(in srgb,var(--lxhp-accent) 22%,var(--lxhp-line))!important}.lxhp-content :where(.lxhp-panel__head,.lxhp-card__head){min-height:72px;border-bottom:1px solid var(--lxhp-line)!important;background:linear-gradient(180deg,color-mix(in srgb,var(--lxhp-accent) 2.5%,var(--lxhp-panel)),var(--lxhp-panel))!important;align-items:flex-start!important;gap:14px!important;padding:18px 20px 16px!important}.lxhp-content .lxhp-panel__head h2,.lxhp-content .lxhp-card__head strong{letter-spacing:-.015em!important;margin:2px 0!important;font-size:19px!important;font-weight:400!important;line-height:1.25!important}.lxhp-content .lxhp-panel__head h3{margin:2px 0!important;font-size:17px!important;font-weight:400!important}.lxhp-content .lxhp-panel__head p,.lxhp-content .lxhp-card__head small{max-width:900px;color:var(--lxhp-muted)!important;margin:4px 0 0!important;font-size:13px!important;line-height:1.5!important}.lxhp-content .lxhp-panel-title-row{align-items:center!important;gap:13px!important}.lxhp-content .lxhp-panel-glyph{border-radius:5px!important;flex-basis:40px!important;width:40px!important;height:40px!important}.lxhp-content .lxhp-panel-glyph svg{width:19px!important;height:19px!important}.lxhp-content .lxhp-module-hero{grid-template-columns:50px minmax(0,1fr)!important;align-items:center!important;gap:15px!important;padding:20px!important}.lxhp-content .lxhp-module-icon{border:1px solid color-mix(in srgb,var(--lxhp-accent) 22%,var(--lxhp-line))!important;border-radius:5px!important;width:50px!important;height:50px!important}.lxhp-content .lxhp-module-icon svg{width:22px!important;height:22px!important}.lxhp-content .lxhp-module-hero h2{letter-spacing:-.015em!important;margin:3px 0!important;font-size:21px!important;font-weight:400!important}.lxhp-content .lxhp-module-hero p{max-width:820px!important;font-size:13px!important;line-height:1.5!important}.lxhp-content .lxhp-module-actions>div{padding:14px 18px!important}.lxhp-content .lxhp-module-actions span{font-size:11px!important;font-weight:400!important}.lxhp-content .lxhp-module-actions strong{font-size:13px!important;font-weight:400!important}.lxhp-content[data-section=dashboard] .lxhp-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.lxhp-content[data-section=dashboard] .lxhp-kpi{transition:border-color .15s,box-shadow .15s,transform .15s;position:relative;overflow:hidden;min-height:108px!important;box-shadow:inset 0 2px 0 color-mix(in srgb,var(--lxhp-kpi-color,var(--lxhp-accent)) 52%,transparent),0 7px 20px color-mix(in srgb,var(--lxhp-text) 4%,transparent)!important;border-radius:5px!important;gap:13px!important;padding:16px 17px!important}.lxhp-content[data-section=dashboard] .lxhp-kpi:hover{border-color:color-mix(in srgb,var(--lxhp-kpi-color,var(--lxhp-accent)) 30%,var(--lxhp-line))!important;box-shadow:inset 0 2px 0 color-mix(in srgb,var(--lxhp-kpi-color,var(--lxhp-accent)) 66%,transparent),0 9px 24px color-mix(in srgb,var(--lxhp-text) 5%,transparent)!important}.lxhp-content[data-section=dashboard] .lxhp-kpi__icon{border-radius:5px!important;flex-basis:44px!important;width:44px!important;height:44px!important}.lxhp-content[data-section=dashboard] .lxhp-kpi__icon svg{width:20px!important;height:20px!important}.lxhp-content[data-section=dashboard] .lxhp-kpi__copy span{letter-spacing:.005em!important;font-size:12px!important;font-weight:400!important}.lxhp-content[data-section=dashboard] .lxhp-kpi__copy strong{letter-spacing:-.025em!important;margin:3px 0 2px!important;font-size:clamp(23px,1.45vw,28px)!important;font-weight:400!important}.lxhp-content[data-section=dashboard] .lxhp-kpi__copy small{margin-top:2px!important;font-size:11px!important;line-height:1.35!important}.lxhp-content[data-section=dashboard] .lxhp-autopilot-panel{margin-bottom:0!important}.lxhp-content[data-section=dashboard] .lxhp-autopilot-badge{min-height:32px;padding:6px 10px;border-radius:5px!important;font-size:11px!important;font-weight:400!important}.lxhp-content[data-section=dashboard] .lxhp-autopilot-metrics{border-bottom:1px solid var(--lxhp-line);grid-template-columns:repeat(5,minmax(0,1fr));gap:0!important;padding:0!important}.lxhp-content[data-section=dashboard] .lxhp-autopilot-metrics>div{align-content:center;min-height:82px;display:grid;border:0!important;border-right:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel)!important;border-radius:0!important;padding:15px 18px!important}.lxhp-content[data-section=dashboard] .lxhp-autopilot-metrics>div:last-child{border-right:0!important}.lxhp-content[data-section=dashboard] .lxhp-autopilot-metrics span{font-size:11px!important;font-weight:400!important}.lxhp-content[data-section=dashboard] .lxhp-autopilot-metrics strong{margin-top:4px!important;font-size:20px!important;font-weight:400!important}.lxhp-content[data-section=dashboard] .lxhp-autopilot-flow{background:color-mix(in srgb,var(--lxhp-accent) 3%,var(--lxhp-panel-2))!important;border:0!important;border-radius:0!important;justify-content:flex-start!important;gap:7px!important;margin:0!important;padding:14px 18px!important}.lxhp-content[data-section=dashboard] .lxhp-autopilot-flow span{border:1px solid var(--lxhp-line);background:var(--lxhp-panel);border-radius:5px;align-items:center;min-height:30px;padding:5px 9px;display:inline-flex;font-size:11px!important;font-weight:400!important}.lxhp-content[data-section=dashboard] .lxhp-autopilot-flow i{color:var(--lxhp-subtle)!important;font-size:14px!important}.lxhp-content[data-section=dashboard] .lxhp-dashboard-grid--trend{grid-template-columns:minmax(0,1.55fr) minmax(320px,.75fr)!important}.lxhp-content[data-section=dashboard] .lxhp-finance-chart{padding:18px 20px 20px!important}.lxhp-content[data-section=dashboard] .lxhp-finance-chart svg{height:245px!important}.lxhp-content[data-section=dashboard] .lxhp-chart-summary{margin-top:12px!important;font-size:11px!important}.lxhp-content[data-section=dashboard] .lxhp-health-list{padding:4px 20px 12px!important}.lxhp-content[data-section=dashboard] .lxhp-health-list>div{min-height:45px;padding:10px 0!important}.lxhp-content[data-section=dashboard] .lxhp-health-list span,.lxhp-content[data-section=dashboard] .lxhp-health-list strong{font-size:12px!important}.lxhp-content[data-section=dashboard] .lxhp-recent-leads__view{min-height:34px;padding:6px 11px;border-radius:5px!important;font-size:12px!important;font-weight:400!important}.lxhp-content[data-section=dashboard] .lxhp-recent-leads__table .lxhp-table th{padding-top:11px!important;padding-bottom:11px!important;font-size:11px!important;font-weight:400!important}.lxhp-content[data-section=dashboard] .lxhp-recent-leads__table .lxhp-table td{padding-top:12px!important;padding-bottom:12px!important}.lxhp-content[data-section=dashboard] .lxhp-finance-position{grid-template-columns:repeat(2,minmax(0,1fr));padding:0!important}.lxhp-content[data-section=dashboard] .lxhp-finance-position>div{border-right:1px solid var(--lxhp-line);min-height:92px;border-bottom:0!important;place-content:center stretch!important;gap:5px!important;padding:17px 20px!important;display:grid!important}.lxhp-content[data-section=dashboard] .lxhp-finance-position>div:nth-child(2){border-right:0!important}.lxhp-content[data-section=dashboard] .lxhp-finance-position>div span{font-size:12px!important;font-weight:400!important}.lxhp-content[data-section=dashboard] .lxhp-finance-position>div strong{letter-spacing:-.02em;font-size:22px!important;font-weight:400!important}.lxhp-content[data-section=dashboard] .lxhp-finance-position>small{border-top:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);grid-column:1/-1;padding:11px 20px!important;font-size:11px!important;line-height:1.45!important}.lxhp-content :where(.lxhp-form-grid,.lxhp-lead-book-filters,.lxha-controls,.lxhpc-toolbar,.lxhaut-pref-grid){gap:14px!important}.lxhp-content label{color:var(--lxhp-text)!important;gap:6px!important;font-size:13px!important;font-weight:400!important;line-height:1.4!important}.lxhp-content label small{color:var(--lxhp-muted)!important;font-size:11px!important;font-weight:400!important;line-height:1.45!important}.lxhp-content :where(input:not([type=checkbox]):not([type=radio]),select,textarea){transition:border-color .15s,box-shadow .15s,background .15s;border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;min-height:46px!important;color:var(--lxhp-text)!important;box-shadow:none!important;border-radius:5px!important;padding:10px 12px!important;font-size:14px!important;line-height:1.4!important}.lxhp-content :where(input:not([type=checkbox]):not([type=radio]),select,textarea):hover{border-color:var(--lxhp-line-strong)!important}.lxhp-content :where(input,select,textarea):focus{border-color:color-mix(in srgb,var(--lxhp-accent) 72%,var(--lxhp-line))!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--lxhp-accent) 11%,transparent)!important;outline:none!important}.lxhp-content textarea{resize:vertical;min-height:104px!important}.lxhp-content :where(.lxhp-btn,.lxhp-icon-btn,.lxhpc-bulk button,.lxhpc-mode-control button,.lxhpc-inherit,.lxhaut-tabs button){border-radius:5px!important}.lxhp-content .lxhp-btn{min-height:40px!important;padding:9px 14px!important;font-size:13px!important;font-weight:400!important}.lxhp-content .lxhp-action-row{align-items:center!important;gap:9px!important;margin:15px 0!important}.lxhp-content .lxhp-checkbox-row{gap:12px!important;padding-top:4px!important}.lxhp-content .lxhp-checkbox-row label{align-items:center!important;gap:8px!important;display:flex!important}.lxhp-content .lxhp-checkbox-row input[type=checkbox],.lxhp-content input[type=checkbox],.lxhp-content input[type=radio]{accent-color:var(--lxhp-accent)}.lxhp-content :where(.lxhp-form-message,.lxhp-action-message,.lxhp-finance-message,.lxhp-approval-banner,.lxhp-safe-note){border-radius:5px!important;font-size:12px!important;line-height:1.5!important}.lxhp-content .lxhp-safe-note{padding:13px 14px!important}.lxhp-content .lxhp-table-wrap{background:var(--lxhp-panel)!important;border-radius:0 0 5px 5px!important}.lxhp-content .lxhp-table{font-size:13px!important;line-height:1.45!important}.lxhp-content .lxhp-table th{text-transform:uppercase;background:var(--lxhp-panel-2)!important;color:var(--lxhp-muted)!important;letter-spacing:.04em!important;padding:11px 13px!important;font-size:11px!important;font-weight:400!important}.lxhp-content .lxhp-table td{vertical-align:middle!important;border-bottom:1px solid color-mix(in srgb,var(--lxhp-line) 78%,transparent)!important;padding:12px 13px!important;font-size:13px!important}.lxhp-content .lxhp-table tbody tr:hover{background:color-mix(in srgb,var(--lxhp-accent) 4%,var(--lxhp-panel))!important}.lxhp-content .lxhp-table td small,.lxhp-content .lxhp-cell-note{font-size:11px!important;line-height:1.4!important}.lxhp-content :where(.lxhp-status-pill,.lxhp-score,.lxhp-risk,.lxhp-quality-label,.lxhp-tier-pill,.lxhp-record-count,.lxhp-stripe-status,.lxhp-autopilot-badge){border-radius:999px!important}.lxhp-content .lxhp-table-tools{flex-wrap:wrap;align-items:center;display:flex;gap:8px!important}.lxhp-content .lxhp-table-tools :where(input,select){height:38px!important;min-height:38px!important;font-size:12px!important}.lxhp-content :where(.lxhp-lead-book-filters,.lxha-toolbar){padding:0 0 15px!important}.lxhp-content .lxhp-lead-book-filters :where(input,select){min-height:40px!important}.lxhp-content :where(.lxhp-mini-metrics>div,.lxhp-verification-summary>div,.lxhp-economics-preview>div,.lxhpc-summary>div,.lxhp-payment-method-grid article,.lxhp-order-list>article,.lxhp-connect-card,.lxhp-identity-card,.lxhp-avatar-editor,.lxhp-mfa-panel details,.lxhp-mfa-qr,.lxhp-mfa-recovery,.lxhaut-pref-grid>label,.lxhaut-action-card,.lxhp-json-preview,.lxhp-code-block,.lxhp-qr-checkout){border-radius:5px!important}.lxhp-content :where(.lxhp-mini-metrics>div,.lxhp-verification-summary>div,.lxhp-economics-preview>div,.lxhpc-summary>div){background:var(--lxhp-panel-2)!important;padding:14px!important}.lxhp-content :where(.lxhp-mini-metrics span,.lxhp-verification-summary span,.lxhp-economics-preview span,.lxhpc-summary span){color:var(--lxhp-muted)!important;font-size:11px!important;font-weight:400!important}.lxhp-content :where(.lxhp-mini-metrics strong,.lxhp-verification-summary strong,.lxhp-economics-preview strong){margin-top:3px!important;font-size:18px!important;font-weight:400!important}.lxhp-content .lxhp-check-list p{grid-template-columns:30px minmax(0,1fr)!important;gap:10px!important;padding:12px 0!important}.lxhp-content .lxhp-check-list p>span{border-radius:5px!important;width:28px!important;height:28px!important;font-size:12px!important;font-weight:400!important}.lxhp-content .lxhp-check-list b{font-size:13px!important;font-weight:400!important}.lxhp-content .lxhp-check-list b small{margin-top:3px!important;font-size:11px!important;line-height:1.45!important}.lxhp-content .lxhp-health-list{padding:6px 20px 14px!important}.lxhp-content .lxhp-health-list>div{min-height:44px;padding:10px 0!important}.lxhp-content .lxhp-empty-state,.lxhp-content .lxhp-empty{padding:30px 20px!important}.lxhp-content .lxhp-empty-state>span{border-radius:5px!important}.lxhp-content .lxhp-empty-state strong,.lxhp-content .lxhp-empty strong{font-size:14px!important;font-weight:400!important}.lxhp-content .lxhp-empty-state p,.lxhp-content .lxhp-empty span{font-size:12px!important;line-height:1.5!important}.lxhp-content .lxhp-code-block{padding:14px!important;font-size:12px!important;line-height:1.55!important}.lxhp-content :where(.lxha-stack,.lxhaut-stack,.lxhpc-shell){gap:15px!important}.lxhp-content :where(.lxhpc-role-tabs button,.lxhaut-tabs button){min-height:38px!important;padding:8px 12px!important;font-size:12px!important;font-weight:400!important}.lxhp-content .lxhpc-summary{gap:10px!important;margin-top:15px!important}.lxhp-content .lxhpc-group-head{background:color-mix(in srgb,var(--lxhp-accent) 2%,var(--lxhp-panel))!important;gap:15px!important;padding:17px 20px!important}.lxhp-content .lxhpc-group-head h3{font-size:17px!important;font-weight:400!important}.lxhp-content .lxhpc-group-head p{font-size:12px!important;line-height:1.5!important}.lxhp-content .lxhpc-feature{gap:14px!important;padding:13px 20px!important}.lxhp-content .lxhpc-feature-copy strong{font-size:13px!important;font-weight:400!important}.lxhp-content .lxhpc-feature-copy small,.lxhp-content .lxhpc-feature-copy em{font-size:11px!important}.lxhp-content .lxhpc-mode-control,.lxhp-content :where(.lxha-bar,.lxha-report-list article,.lxha-top-list article,.lxhaut-provider,.lxhaut-workflows article,.lxhaut-runs article,.lxhaut-template-list article){border-radius:5px!important}@media (max-width:1280px){.lxhp-content[data-section=dashboard] .lxhp-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.lxhp-content .lxhp-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:1024px){.lxhp-content[data-section=dashboard] .lxhp-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.lxhp-content[data-section=dashboard] .lxhp-dashboard-grid--trend{grid-template-columns:1fr!important}.lxhp-content[data-section=dashboard] .lxhp-autopilot-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.lxhp-content[data-section=dashboard] .lxhp-autopilot-metrics>div{border-bottom:1px solid var(--lxhp-line)!important}.lxhp-content :where(.lxhp-workspace-grid,.lxhp-finance-layout,.lxha-grid-wide){grid-template-columns:1fr!important}}@media (max-width:760px){.lxhp-content .lxhp-page-heading{gap:12px!important;padding:16px!important}.lxhp-content .lxhp-page-heading__identity{align-items:flex-start!important;gap:12px!important}.lxhp-content .lxhp-page-heading h1{font-size:24px!important}.lxhp-content :where(.lxhp-panel__head,.lxhp-card__head){min-height:0;padding:16px!important}.lxhp-content .lxhp-panel__head h2,.lxhp-content .lxhp-card__head strong{font-size:17px!important}.lxhp-content .lxhp-form-grid{grid-template-columns:1fr!important}.lxhp-content :where(.lxhp-form-stack,.lxhp-finance-settings){padding:16px!important}.lxhp-content[data-section=dashboard] .lxhp-kpi-grid{grid-template-columns:1fr!important}.lxhp-content[data-section=dashboard] .lxhp-kpi{min-height:96px!important;padding:14px 16px!important}.lxhp-content[data-section=dashboard] .lxhp-autopilot-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.lxhp-content[data-section=dashboard] .lxhp-autopilot-flow{align-items:flex-start;padding:14px!important}.lxhp-content[data-section=dashboard] .lxhp-finance-position{grid-template-columns:1fr}.lxhp-content[data-section=dashboard] .lxhp-finance-position>div{border-right:0!important;border-bottom:1px solid var(--lxhp-line)!important}.lxhp-content[data-section=dashboard] .lxhp-finance-position>div:nth-child(2){border-bottom:0!important}.lxhp-content .lxhp-table-tools{flex-direction:column;align-items:stretch}.lxhp-content .lxhp-table-tools :where(input,select,.lxhp-btn){width:100%!important}.lxhp-content .lxhpc-feature{grid-template-columns:1fr!important;padding:14px!important}.lxhp-content .lxhpc-mode-control{grid-template-columns:repeat(3,minmax(0,1fr))!important;width:100%!important}}@media (max-width:480px){.lxhp-content .lxhp-page-heading__icon{flex-basis:42px!important;width:42px!important;height:42px!important}.lxhp-content .lxhp-page-heading__icon svg{width:20px!important;height:20px!important}.lxhp-content .lxhp-page-heading h1{font-size:22px!important}.lxhp-content[data-section=dashboard] .lxhp-autopilot-metrics{grid-template-columns:1fr}.lxhp-content[data-section=dashboard] .lxhp-autopilot-metrics>div{border-right:0!important}.lxhp-content[data-section=dashboard] .lxhp-autopilot-flow{grid-template-columns:1fr!important;display:grid!important}.lxhp-content[data-section=dashboard] .lxhp-autopilot-flow i{display:none!important}.lxhp-content .lxhp-module-hero{grid-template-columns:42px minmax(0,1fr)!important;padding:16px!important}.lxhp-content .lxhp-module-icon{width:42px!important;height:42px!important}}.lxhp-content{--lxhp-space-xs:5px;--lxhp-space-sm:10px;--lxhp-space-md:15px;--lxhp-space-lg:20px;--lxhp-space-xl:24px;gap:var(--lxhp-space-md)!important;flex-direction:column!important;display:flex!important}.lxhp-content>*{margin-top:0!important;margin-bottom:0!important}.lxhp-content :where(.lxhp-kpi-grid,.lxhp-dashboard-grid,.lxhp-workspace-grid,.lxhp-grid,.lxhp-finance-layout,.lxhp-integration-grid,.lxhp-marketplace-grid,.lxhp-payment-method-grid,.lxhp-order-list,.lxhp-mini-kpis,.lxhp-account-details,.lxhp-routing-detail-grid,.lxhp-analytics-columns,.lxhp-verification-summary,.lxhp-economics-preview,.lxhpc-summary,.lxhaut-pref-grid,.lxha-grid-wide){gap:var(--lxhp-space-md)!important;margin-top:0!important;margin-bottom:0!important}.lxhp-content :where(.lxhp-dashboard-grid--trend,.lxhp-foundation-kpis,.lxhp-lead-intake,.lxhp-verification-desk){margin-bottom:0!important}.lxhp-content :where(.lxhp-routing-stack,.lxhp-source-workspace,.lxhp-form-cards,.lxhp-doc-list,.lxhp-api-endpoints,.lxhp-team-list,.lxhp-permission-list,.lxhp-verification-actions,.lxhp-verification-session,.lxhp-verification-transfer,.lxha-stack,.lxha-report-list,.lxhaut-stack,.lxhaut-actions-builder,.lxhaut-workflows,.lxhaut-runs,.lxhaut-template-list,.lxhpc-shell){gap:var(--lxhp-space-md)!important}.lxhp-content :where(.lxhp-form-stack,.lxhp-finance-settings){gap:var(--lxhp-space-md)!important;padding:var(--lxhp-space-lg)!important}.lxhp-content :where(.lxhp-form-stack,.lxhp-finance-settings)>*{margin-top:0!important;margin-bottom:0!important}.lxhp-content :where(.lxhp-form-grid,.lxhp-lead-form,.lxhp-lead-book-filters,.lxha-controls,.lxhpc-toolbar,.lxhaut-pref-grid){gap:var(--lxhp-space-md)!important}.lxhp-content :where(.lxhp-inline-form,.lxhp-inline-finance-form,.lxhp-inline-rule-form,.lxhp-row-actions,.lxhp-iam-actions,.lxhaut-actions,.lxhaut-form-actions,.lxhaut-run-actions,.lxha-export,.lxha-report-actions){gap:var(--lxhp-space-sm)!important}.lxhp-content label{gap:7px!important}.lxhp-content .lxhp-form-stack :where(.lxhp-action-row,.lxhp-checkbox-row),.lxhp-content .lxhp-finance-settings :where(.lxhp-action-row,.lxhp-checkbox-row){margin:0!important}.lxhp-content .lxhp-action-row{gap:var(--lxhp-space-sm)!important}.lxhp-content .lxhp-checkbox-row{gap:12px!important}.lxhp-content .lxhp-finance-body{gap:var(--lxhp-space-md)!important;padding:var(--lxhp-space-lg)!important;display:grid!important}.lxhp-content .lxhp-finance-body>*{margin-top:0!important;margin-bottom:0!important}.lxhp-content .lxhp-auto-recharge{padding-top:var(--lxhp-space-md)!important;margin-top:0!important}.lxhp-content .lxhp-qr-checkout{margin-top:0!important}.lxhp-content .lxhp-marketplace-grid,.lxhp-content .lxhp-payment-method-grid,.lxhp-content .lxhp-order-list,.lxhp-content .lxhp-lead-form{padding:var(--lxhp-space-lg)!important}.lxhp-content .lxhp-routing-detail-grid{padding:0 var(--lxhp-space-lg) var(--lxhp-space-lg)!important}.lxhp-content .lxhp-panel>.lxhp-form-message{margin:var(--lxhp-space-md) var(--lxhp-space-lg) 0!important}.lxhp-content .lxhp-panel>.lxhp-safe-note{margin:0 var(--lxhp-space-lg) var(--lxhp-space-lg)!important}.lxhp-content .lxhp-panel>.lxhp-permission-grid{gap:var(--lxhp-space-sm)!important;padding:var(--lxhp-space-lg)!important;margin:0!important}.lxhp-content .lxhp-panel>.lxhp-team-list{padding:var(--lxhp-space-sm) var(--lxhp-space-lg) var(--lxhp-space-lg)!important}.lxhp-content .lxhp-panel>.lxhp-team-add{margin:0 var(--lxhp-space-lg) var(--lxhp-space-md)!important}.lxhp-content .lxhp-panel>.lxhp-chip-list,.lxhp-content .lxhp-panel>.lxhp-btn{margin:0 var(--lxhp-space-lg) var(--lxhp-space-lg)!important}.lxhp-content .lxhp-panel>.lxhp-muted-copy{padding:var(--lxhp-space-lg)!important;margin:0!important}.lxhp-content .lxhp-marketplace-card{gap:var(--lxhp-space-md)!important;padding:var(--lxhp-space-md)!important}.lxhp-content .lxhp-integration-card{padding:var(--lxhp-space-md)!important;gap:12px!important}.lxhp-content .lxhp-payment-method-grid article{padding:var(--lxhp-space-md)!important}.lxhp-content .lxhp-order-head,.lxhp-content .lxhp-order-item{gap:var(--lxhp-space-md)!important;padding:var(--lxhp-space-md)!important}.lxhp-content .lxhp-activity-list>div{gap:12px!important;padding:12px 0!important}.lxhp-content .lxhp-notification-list article{padding:var(--lxhp-space-md) var(--lxhp-space-lg)!important;gap:12px!important}.lxhp-content .lxhp-team-list article{gap:var(--lxhp-space-sm)!important;padding:12px 0!important}.lxhp-content .lxhp-chip-list{gap:8px!important}.lxhp-content .lxhp-taxonomy-tags{margin-top:var(--lxhp-space-sm)!important;gap:8px!important}.lxhp-content .lxhp-check-list{padding:var(--lxhp-space-sm) var(--lxhp-space-lg) var(--lxhp-space-md)!important}.lxhp-content .lxhp-check-list p{padding:12px 0!important}.lxhp-content :where(.lxhp-table-tools,.lxhp-lead-book-pagination,.lxhp-panel__subhead,.lxhp-verification-status){gap:var(--lxhp-space-sm)!important}.lxhp-content .lxhp-lead-book-pagination{padding-top:var(--lxhp-space-md)!important}.lxhp-content :where(.lxhp-finance-message,.lxhp-action-message,.lxhp-approval-banner){margin-top:0!important;margin-bottom:0!important}.lxhp-content .lxhpc-toolbar,.lxhp-content .lxhpc-summary{margin-top:0!important}.lxhp-modal__head{gap:var(--lxhp-space-md,15px)!important;padding:var(--lxhp-space-lg,20px)!important}.lxhp-modal__content{padding:var(--lxhp-space-lg,20px)!important}.lxhp-modal__content>.lxhp-avatar-editor{margin-bottom:var(--lxhp-space-md,15px)!important}.lxhp-modal__footer{gap:var(--lxhp-space-sm,10px)!important;padding:var(--lxhp-space-md,15px) var(--lxhp-space-lg,20px)!important}.lxhp-profile-modal .lxhp-modal__footer{margin-top:var(--lxhp-space-md,15px)!important;padding:var(--lxhp-space-md,15px) 0 0!important}@media (max-width:760px){.lxhp-content{gap:var(--lxhp-space-md)!important}.lxhp-content :where(.lxhp-form-stack,.lxhp-finance-settings,.lxhp-finance-body),.lxhp-content :where(.lxhp-marketplace-grid,.lxhp-payment-method-grid,.lxhp-order-list,.lxhp-lead-form){padding:16px!important}.lxhp-content .lxhp-routing-detail-grid{padding:0 16px 16px!important}.lxhp-content .lxhp-panel>.lxhp-form-message{margin:var(--lxhp-space-md) 16px 0!important}.lxhp-content .lxhp-panel>.lxhp-safe-note{margin:0 16px 16px!important}.lxhp-content .lxhp-panel>.lxhp-permission-grid{padding:16px!important}.lxhp-content .lxhp-panel>.lxhp-team-list{padding:8px 16px 16px!important}.lxhp-content .lxhp-panel>.lxhp-team-add{margin:0 16px var(--lxhp-space-md)!important}.lxhp-content .lxhp-panel>.lxhp-chip-list,.lxhp-content .lxhp-panel>.lxhp-btn{margin-bottom:16px!important;margin-left:16px!important;margin-right:16px!important}.lxhp-content .lxhp-notification-list article{padding:14px 16px!important}.lxhp-modal__head,.lxhp-modal__content{padding:16px!important}.lxhp-modal__footer{padding:14px 16px!important}}.lxhp-content:not([data-section=dashboard]) .lxhp-page-heading{border:1px solid var(--lxhp-line)!important;background:linear-gradient(135deg,var(--lxhp-panel),color-mix(in srgb,var(--lxhp-panel-2) 72%,var(--lxhp-panel)))!important;min-height:96px!important;box-shadow:none!important;border-radius:5px!important;padding:18px 20px!important}.lxhp-content:not([data-section=dashboard]) .lxhp-page-heading__identity{align-items:center!important;gap:15px!important}.lxhp-content:not([data-section=dashboard]) .lxhp-page-heading__icon{border-radius:5px!important;flex:0 0 48px!important;place-items:center!important;width:48px!important;height:48px!important;display:grid!important}.lxhp-content:not([data-section=dashboard]) .lxhp-page-heading__icon svg{width:22px!important;height:22px!important;margin:auto!important}.lxhp-content:not([data-section=dashboard]) .lxhp-page-heading h1{font-size:clamp(26px,1.8vw,34px)!important;font-weight:400!important}.lxhp-content:not([data-section=dashboard]) .lxhp-page-heading p{font-size:13px!important;line-height:1.5!important}.lxhp-content:not([data-section=dashboard]) :where(.lxhp-panel,.lxhp-card){position:relative;overflow:hidden;border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel)!important;box-shadow:0 6px 20px color-mix(in srgb,var(--lxhp-text) 4%,transparent)!important;border-radius:5px!important}.lxhp-content:not([data-section=dashboard]) :where(.lxhp-panel__head,.lxhp-card__head){border-bottom:1px solid var(--lxhp-line)!important;background:linear-gradient(180deg,color-mix(in srgb,var(--lxhp-accent) 2.5%,var(--lxhp-panel)),var(--lxhp-panel))!important;align-items:center!important;min-height:72px!important;padding:16px 20px!important}.lxhp-content:not([data-section=dashboard]) .lxhp-panel__head>div,.lxhp-content:not([data-section=dashboard]) .lxhp-card__head>div{min-width:0}.lxhp-content:not([data-section=dashboard]) .lxhp-panel__head h2,.lxhp-content:not([data-section=dashboard]) .lxhp-card__head strong{font-size:18px!important;font-weight:400!important}.lxhp-content:not([data-section=dashboard]) .lxhp-panel__head p,.lxhp-content:not([data-section=dashboard]) .lxhp-card__head small{font-size:12px!important;line-height:1.5!important}.lxhp-content:not([data-section=dashboard]) .lxhp-module-hero{min-height:126px;background:linear-gradient(135deg,color-mix(in srgb,var(--lxhp-accent) 3%,var(--lxhp-panel)),var(--lxhp-panel))!important;grid-template-columns:50px minmax(0,1fr)!important;align-items:center!important;gap:15px!important;padding:20px!important}.lxhp-content:not([data-section=dashboard]) .lxhp-module-icon{border:1px solid color-mix(in srgb,var(--lxhp-accent) 22%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 9%,var(--lxhp-panel-2))!important;border-radius:5px!important;place-items:center!important;width:50px!important;height:50px!important;display:grid!important}.lxhp-content:not([data-section=dashboard]) .lxhp-module-icon svg{width:22px!important;height:22px!important;margin:auto!important}.lxhp-content:not([data-section=dashboard]) .lxhp-module-hero h2{font-size:20px!important;font-weight:400!important}.lxhp-content:not([data-section=dashboard]) .lxhp-module-hero p{font-size:12px!important;line-height:1.55!important}.lxhp-content:not([data-section=dashboard]) .lxhp-module-actions{background:var(--lxhp-panel-2)!important}.lxhp-content:not([data-section=dashboard]) .lxhp-module-actions>div{align-content:center;min-height:68px;display:grid;padding:13px 18px!important}.lxhp-content:not([data-section=dashboard]) .lxhp-module-actions span{text-transform:uppercase;letter-spacing:.04em;font-size:10px!important;font-weight:400!important}.lxhp-content:not([data-section=dashboard]) .lxhp-module-actions strong{font-size:12px!important;font-weight:400!important}.lxhp-content:not([data-section=dashboard]) .lxhp-panel>.lxhp-form-stack,.lxhp-content:not([data-section=dashboard]) .lxhp-panel>.lxhp-finance-settings{background:var(--lxhp-panel)!important;padding:20px!important}.lxhp-content:not([data-section=dashboard]) :where(.lxhp-form-grid,.lxhp-finance-settings){grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 20px!important}.lxhp-content:not([data-section=dashboard]) :where(.lxhp-form-grid,.lxhp-finance-settings)>label{align-content:start;min-width:0}.lxhp-content:not([data-section=dashboard]) label{color:var(--lxhp-text)!important;font-size:12px!important;font-weight:400!important}.lxhp-content:not([data-section=dashboard]) label small{color:var(--lxhp-muted)!important;font-size:11px!important;font-weight:400!important}.lxhp-content:not([data-section=dashboard]) :where(input:not([type=checkbox]):not([type=radio]),select,textarea){width:100%;border-radius:5px!important}.lxhp-content:not([data-section=dashboard]) .lxhp-form-stack>.lxhp-action-row,.lxhp-content:not([data-section=dashboard]) .lxhp-finance-settings>.lxhp-action-row{border-top:1px solid var(--lxhp-line)!important;background:color-mix(in srgb,var(--lxhp-panel-2) 52%,var(--lxhp-panel))!important;margin:4px -20px -20px!important;padding:15px 20px 18px!important}.lxhp-content:not([data-section=dashboard]) .lxhp-form-stack>.lxhp-checkbox-row{border-top:1px solid color-mix(in srgb,var(--lxhp-line) 72%,transparent)!important;margin-top:2px!important;padding-top:14px!important}.lxhp-content:not([data-section=dashboard]) .lxhp-table-wrap{width:100%;background:var(--lxhp-panel)!important;border-radius:0!important;overflow:auto!important}.lxhp-content:not([data-section=dashboard]) .lxhp-table{width:100%;min-width:max-content;border-collapse:separate!important;border-spacing:0!important}.lxhp-content:not([data-section=dashboard]) .lxhp-table th{z-index:2;white-space:nowrap;position:sticky;top:0;background:var(--lxhp-panel-2)!important}.lxhp-content:not([data-section=dashboard]) .lxhp-table tbody tr:last-child td{border-bottom:0!important}.lxhp-content:not([data-section=dashboard]) .lxhp-table td>strong{font-weight:400!important}.lxhp-content:not([data-section=dashboard]) .lxhp-cell-note{color:var(--lxhp-muted)!important;margin-top:3px!important;display:block!important}.lxhp-content:not([data-section=dashboard]) :where(.lxhp-lead-book-filters,.lxha-controls,.lxhpc-toolbar){border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel)!important;border-radius:5px!important;margin:0!important;padding:15px!important}.lxhp-content:not([data-section=dashboard]) .lxhp-row-edit{min-width:540px;grid-template-columns:minmax(130px,.8fr) minmax(120px,.75fr) minmax(180px,1.3fr) auto!important;align-items:center!important;gap:8px!important;display:grid!important}.lxhp-content:not([data-section=dashboard]) .lxhp-row-edit :where(input,select){height:38px!important;min-height:38px!important;padding:7px 9px!important;font-size:12px!important}.lxhp-content:not([data-section=dashboard]) .lxhp-row-edit .lxhp-btn{white-space:nowrap;min-height:38px!important}.lxhp-content:not([data-section=dashboard]) .lxhp-code-card{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;border-radius:5px!important;gap:8px!important;margin:0 20px 12px!important;padding:14px 15px!important;display:grid!important}.lxhp-content:not([data-section=dashboard]) .lxhp-code-card:first-of-type{margin-top:18px!important}.lxhp-content:not([data-section=dashboard]) .lxhp-code-card:last-child{margin-bottom:20px!important}.lxhp-content:not([data-section=dashboard]) .lxhp-code-card strong{font-size:12px!important;font-weight:400!important}.lxhp-content:not([data-section=dashboard]) .lxhp-code-card code{border:1px solid var(--lxhp-line);background:var(--lxhp-panel);color:var(--lxhp-muted);border-radius:5px;padding:10px 11px;font-size:11px;line-height:1.5;display:block;overflow:auto}.lxhp-content:not([data-section=dashboard]) :where(.lxhp-marketplace-card,.lxhp-integration-card,.lxhp-payment-method-grid article,.lxhp-order-list>article,.lxhaut-action-card,.lxhaut-provider,.lxha-report-list article,.lxha-top-list article){border-radius:5px!important}.lxhp-content:not([data-section=dashboard]) :where(.lxhp-empty,.lxhp-empty-state){text-align:center;align-content:center;justify-items:center;min-height:150px;display:grid;padding:28px 20px!important}.lxhp-content:not([data-section=dashboard]) :where(.lxhp-form-message,.lxhp-action-message,.lxhp-finance-message){margin-left:20px!important;margin-right:20px!important}.lxhp-content:not([data-section=dashboard]) .lxhp-check-list{padding:8px 20px 16px!important}.lxhp-content:not([data-section=dashboard]) .lxhp-check-list p>span{place-items:center!important;display:grid!important}.lxhp-content:not([data-section=dashboard]) .lxhp-check-list p>span svg{width:15px!important;height:15px!important;margin:auto!important}@media (max-width:1180px){.lxhp-content:not([data-section=dashboard]) :where(.lxhp-form-grid,.lxhp-finance-settings){grid-template-columns:repeat(2,minmax(0,1fr))!important}.lxhp-content:not([data-section=dashboard]) .lxhp-row-edit{min-width:480px;grid-template-columns:repeat(2,minmax(0,1fr))!important}.lxhp-content:not([data-section=dashboard]) .lxhp-row-edit .lxhp-btn{justify-self:start}}@media (max-width:760px){.lxhp-content:not([data-section=dashboard]) .lxhp-page-heading{min-height:0;padding:16px!important}.lxhp-content:not([data-section=dashboard]) .lxhp-page-heading__identity{align-items:flex-start!important;gap:12px!important}.lxhp-content:not([data-section=dashboard]) .lxhp-page-heading__icon{flex-basis:44px!important;width:44px!important;height:44px!important}.lxhp-content:not([data-section=dashboard]) .lxhp-page-heading h1{font-size:23px!important}.lxhp-content:not([data-section=dashboard]) :where(.lxhp-panel__head,.lxhp-card__head){align-items:flex-start!important;min-height:0!important;padding:15px 16px!important}.lxhp-content:not([data-section=dashboard]) :where(.lxhp-form-grid,.lxhp-finance-settings){grid-template-columns:1fr!important;gap:14px!important}.lxhp-content:not([data-section=dashboard]) .lxhp-panel>.lxhp-form-stack,.lxhp-content:not([data-section=dashboard]) .lxhp-panel>.lxhp-finance-settings{padding:16px!important}.lxhp-content:not([data-section=dashboard]) .lxhp-form-stack>.lxhp-action-row,.lxhp-content:not([data-section=dashboard]) .lxhp-finance-settings>.lxhp-action-row{margin:2px -16px -16px!important;padding:14px 16px 16px!important}.lxhp-content:not([data-section=dashboard]) .lxhp-module-hero{min-height:0;grid-template-columns:44px minmax(0,1fr)!important;padding:16px!important}.lxhp-content:not([data-section=dashboard]) .lxhp-module-icon{width:44px!important;height:44px!important}.lxhp-content:not([data-section=dashboard]) .lxhp-module-actions{grid-template-columns:1fr!important}.lxhp-content:not([data-section=dashboard]) .lxhp-module-actions>div{border-right:0!important;border-bottom:1px solid var(--lxhp-line)!important;min-height:0!important}.lxhp-content:not([data-section=dashboard]) .lxhp-module-actions>div:last-child{border-bottom:0!important}.lxhp-content:not([data-section=dashboard]) .lxhp-row-edit{min-width:320px;grid-template-columns:1fr!important}.lxhp-content:not([data-section=dashboard]) .lxhp-row-edit .lxhp-btn{justify-self:stretch;width:100%}.lxhp-content:not([data-section=dashboard]) .lxhp-code-card,.lxhp-content:not([data-section=dashboard]) :where(.lxhp-form-message,.lxhp-action-message,.lxhp-finance-message){margin-left:16px!important;margin-right:16px!important}}.lxhp-content[data-section=forms] .lxhp-forms-workspace{grid-template-columns:minmax(0,1fr)!important;align-items:start!important;gap:15px!important}.lxhp-content[data-section=forms] .lxhp-forms-create-panel,.lxhp-content[data-section=forms] .lxhp-forms-inventory-panel{width:100%;min-width:0}.lxhp-content[data-section=forms] .lxhp-forms-create-form{gap:18px!important;padding:20px!important;display:grid!important}.lxhp-content[data-section=forms] .lxhp-forms-create-form>.lxhp-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px 20px!important}.lxhp-content[data-section=forms] .lxhp-forms-create-form>label{min-width:0;gap:7px!important;display:grid!important}.lxhp-content[data-section=forms] .lxhp-forms-create-form textarea{resize:vertical;min-height:110px!important}.lxhp-content[data-section=forms] .lxhp-forms-create-form :where(input,select,textarea){background:var(--lxhp-panel-2)!important;border-color:var(--lxhp-line)!important}.lxhp-content[data-section=forms] .lxhp-forms-create-form :where(input,select,textarea):focus{background:var(--lxhp-panel)!important}.lxhp-content[data-section=forms] .lxhp-forms-actions{border-top:1px solid var(--lxhp-line);background:color-mix(in srgb,var(--lxhp-panel-2) 55%,var(--lxhp-panel));justify-content:flex-end;align-items:center;gap:10px;display:flex;margin:2px -20px -20px!important;padding:15px 20px 18px!important}.lxhp-content[data-section=forms] .lxhp-forms-actions .lxhp-btn{min-width:190px}.lxhp-content[data-section=forms] .lxhp-forms-count{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);min-height:30px;color:var(--lxhp-muted);white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:5px 10px;font-weight:400;display:inline-flex;font-size:11px!important}.lxhp-content[data-section=forms] .lxhp-form-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px!important;padding:20px!important}.lxhp-content[data-section=forms] .lxhp-form-integration-card{min-width:0;border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;box-shadow:none!important;border-radius:5px!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:start!important;gap:14px 16px!important;padding:18px!important}.lxhp-content[data-section=forms] .lxhp-form-integration-card:hover{border-color:color-mix(in srgb,var(--lxhp-accent) 28%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 2%,var(--lxhp-panel-2))!important}.lxhp-content[data-section=forms] .lxhp-form-integration-card>div:first-child{align-content:start;min-width:0;gap:4px!important;display:grid!important}.lxhp-content[data-section=forms] .lxhp-form-integration-card>div:first-child strong{color:var(--lxhp-text)!important;font-size:15px!important;font-weight:400!important;line-height:1.35!important}.lxhp-content[data-section=forms] .lxhp-form-integration-card>div:first-child span{color:var(--lxhp-muted)!important;font-size:11px!important;line-height:1.5!important}.lxhp-content[data-section=forms] .lxhp-form-integration-card>.lxhp-status-pill{place-self:start end}.lxhp-content[data-section=forms] .lxhp-form-integration-card>.lxhp-form-price-control,.lxhp-content[data-section=forms] .lxhp-form-integration-card>code,.lxhp-content[data-section=forms] .lxhp-form-integration-card>.lxhp-row-actions{grid-column:1/-1!important}.lxhp-content[data-section=forms] .lxhp-form-integration-card>.lxhp-form-price-control{background:var(--lxhp-panel)!important;border-radius:5px!important;margin:0!important;padding:12px 14px!important}.lxhp-content[data-section=forms] .lxhp-form-integration-card>code{white-space:nowrap;width:100%;min-width:0;display:block;overflow:auto;border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel)!important;color:var(--lxhp-muted)!important;border-radius:5px!important;padding:10px 12px!important;font-size:11px!important;line-height:1.5!important}.lxhp-content[data-section=forms] .lxhp-form-integration-card>.lxhp-row-actions{flex-wrap:wrap;padding-top:2px;gap:8px!important;display:flex!important}.lxhp-content[data-section=forms] .lxhp-form-integration-card>.lxhp-row-actions .lxhp-btn{flex:120px;justify-content:center}@media (max-width:1120px){.lxhp-content[data-section=forms] .lxhp-form-cards{grid-template-columns:1fr!important}}@media (max-width:760px){.lxhp-content[data-section=forms] .lxhp-forms-create-form{gap:15px!important;padding:16px!important}.lxhp-content[data-section=forms] .lxhp-forms-create-form>.lxhp-form-grid{grid-template-columns:1fr!important;gap:14px!important}.lxhp-content[data-section=forms] .lxhp-forms-actions{margin:2px -16px -16px!important;padding:14px 16px 16px!important}.lxhp-content[data-section=forms] .lxhp-forms-actions .lxhp-btn{width:100%;min-width:0}.lxhp-content[data-section=forms] .lxhp-forms-inventory-panel>.lxhp-panel__head{flex-direction:row!important;align-items:flex-start!important;display:flex!important}.lxhp-content[data-section=forms] .lxhp-form-cards{gap:14px!important;padding:16px!important}.lxhp-content[data-section=forms] .lxhp-form-integration-card{padding:15px!important}}@media (max-width:520px){.lxhp-content[data-section=forms] .lxhp-forms-inventory-panel>.lxhp-panel__head{gap:10px!important;display:grid!important}.lxhp-content[data-section=forms] .lxhp-forms-count{justify-self:start}.lxhp-content[data-section=forms] .lxhp-form-integration-card{grid-template-columns:1fr!important}.lxhp-content[data-section=forms] .lxhp-form-integration-card>.lxhp-status-pill{justify-self:start}.lxhp-content[data-section=forms] .lxhp-form-integration-card>.lxhp-row-actions{grid-template-columns:1fr!important;display:grid!important}.lxhp-content[data-section=forms] .lxhp-form-integration-card>.lxhp-row-actions .lxhp-btn{width:100%}}.lxhp-content[data-section=landing-pages] .lxhp-workspace-grid{grid-template-columns:minmax(0,1fr)!important;align-items:start!important;gap:15px!important}.lxhp-content[data-section=landing-pages] .lxhp-workspace-grid>.lxhp-panel{width:100%;min-width:0;overflow:hidden}.lxhp-content[data-section=landing-pages] .lxhp-workspace-grid>.lxhp-panel:first-child .lxhp-module-hero{min-height:156px;border-bottom:1px solid var(--lxhp-line)!important;background:linear-gradient(135deg,color-mix(in srgb,var(--lxhp-accent) 5%,var(--lxhp-panel)),var(--lxhp-panel))!important;grid-template-columns:58px minmax(0,1fr)!important;align-items:center!important;gap:18px!important;padding:24px!important}.lxhp-content[data-section=landing-pages] .lxhp-module-icon{border:1px solid color-mix(in srgb,var(--lxhp-accent) 25%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 9%,var(--lxhp-panel))!important;width:58px!important;height:58px!important;color:var(--lxhp-accent)!important;border-radius:5px!important;place-items:center!important;display:grid!important}.lxhp-content[data-section=landing-pages] .lxhp-module-icon svg{width:25px!important;height:25px!important;margin:auto!important}.lxhp-content[data-section=landing-pages] .lxhp-module-hero h2{letter-spacing:-.02em!important;margin:4px 0 6px!important;font-size:24px!important;font-weight:400!important;line-height:1.2!important}.lxhp-content[data-section=landing-pages] .lxhp-module-hero p{max-width:880px!important;color:var(--lxhp-muted)!important;margin:0!important;font-size:13px!important;line-height:1.6!important}.lxhp-content[data-section=landing-pages] .lxhp-module-actions{background:var(--lxhp-panel)!important;border-top:0!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:16px 20px 20px!important;display:grid!important}.lxhp-content[data-section=landing-pages] .lxhp-module-actions>div{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;border-radius:5px!important;align-content:center!important;gap:4px!important;min-height:78px!important;padding:14px 15px!important;display:grid!important}.lxhp-content[data-section=landing-pages] .lxhp-module-actions span{letter-spacing:.045em!important;text-transform:uppercase!important;color:var(--lxhp-muted)!important;font-size:10px!important;font-weight:400!important;line-height:1.3!important}.lxhp-content[data-section=landing-pages] .lxhp-module-actions strong{color:var(--lxhp-text)!important;margin:0!important;font-size:13px!important;font-weight:400!important;line-height:1.35!important}.lxhp-content[data-section=landing-pages] .lxhp-workspace-grid>.lxhp-panel:nth-child(2)>.lxhp-panel__head{border-bottom:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel)!important;min-height:86px!important;padding:18px 20px!important}.lxhp-content[data-section=landing-pages] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:20px!important;display:grid!important}.lxhp-content[data-section=landing-pages] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;border-radius:5px!important;grid-template-columns:34px minmax(0,1fr)!important;align-content:start!important;align-items:start!important;gap:12px!important;min-height:128px!important;margin:0!important;padding:16px!important;display:grid!important}.lxhp-content[data-section=landing-pages] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p>span{background:color-mix(in srgb,#16a66a 11%,var(--lxhp-panel))!important;color:#15915b!important;border-radius:5px!important;place-items:center!important;width:32px!important;height:32px!important;display:grid!important}.lxhp-content[data-section=landing-pages] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p>span svg{width:16px!important;height:16px!important;margin:auto!important}.lxhp-content[data-section=landing-pages] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list b{color:var(--lxhp-text)!important;font-size:13px!important;font-weight:400!important;line-height:1.4!important}.lxhp-content[data-section=landing-pages] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list b small{color:var(--lxhp-muted)!important;margin-top:5px!important;font-size:11px!important;font-weight:400!important;line-height:1.55!important;display:block!important}@media (max-width:900px){.lxhp-content[data-section=landing-pages] .lxhp-module-actions,.lxhp-content[data-section=landing-pages] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list{grid-template-columns:1fr!important}.lxhp-content[data-section=landing-pages] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p{min-height:0!important}}@media (max-width:760px){.lxhp-content[data-section=landing-pages] .lxhp-workspace-grid>.lxhp-panel:first-child .lxhp-module-hero{grid-template-columns:46px minmax(0,1fr)!important;align-items:start!important;gap:13px!important;min-height:0!important;padding:16px!important}.lxhp-content[data-section=landing-pages] .lxhp-module-icon{width:46px!important;height:46px!important}.lxhp-content[data-section=landing-pages] .lxhp-module-icon svg{width:21px!important;height:21px!important}.lxhp-content[data-section=landing-pages] .lxhp-module-hero h2{font-size:20px!important}.lxhp-content[data-section=landing-pages] .lxhp-module-actions{gap:10px!important;padding:14px 16px 16px!important}.lxhp-content[data-section=landing-pages] .lxhp-module-actions>div{min-height:68px!important;padding:12px 13px!important}.lxhp-content[data-section=landing-pages] .lxhp-workspace-grid>.lxhp-panel:nth-child(2)>.lxhp-panel__head{min-height:0!important;padding:15px 16px!important}.lxhp-content[data-section=landing-pages] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list{gap:10px!important;padding:16px!important}.lxhp-content[data-section=landing-pages] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p{padding:14px!important}}.lxhp-content[data-section=bulk-import] .lxhp-bulk-import-workspace{grid-template-columns:minmax(0,1fr)!important;align-items:start!important;gap:15px!important}.lxhp-content[data-section=bulk-import] :where(.lxhp-bulk-import-panel,.lxhp-bulk-results-panel){width:100%;min-width:0;overflow:hidden}.lxhp-content[data-section=bulk-import] :where(.lxhp-bulk-import-panel,.lxhp-bulk-results-panel)>.lxhp-panel__head{justify-content:space-between!important;align-items:flex-start!important;gap:18px!important;display:flex!important}.lxhp-content[data-section=bulk-import] .lxhp-bulk-import-limit{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);min-height:30px;color:var(--lxhp-muted);white-space:nowrap;border-radius:999px;flex:none;justify-content:center;align-items:center;padding:5px 10px;display:inline-flex;font-size:11px!important;font-weight:400!important;line-height:1.2!important}.lxhp-content[data-section=bulk-import] .lxhp-bulk-import-body{gap:18px;padding:20px;display:grid}.lxhp-content[data-section=bulk-import] .lxhp-bulk-import-guide{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.lxhp-content[data-section=bulk-import] .lxhp-bulk-import-guide>div{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);border-radius:5px;grid-template-columns:34px minmax(0,1fr);align-items:start;gap:11px;min-width:0;padding:14px;display:grid}.lxhp-content[data-section=bulk-import] .lxhp-bulk-import-guide>div>span{border:1px solid color-mix(in srgb,var(--lxhp-accent) 28%,var(--lxhp-line));background:color-mix(in srgb,var(--lxhp-accent) 9%,var(--lxhp-panel));width:34px;height:34px;color:var(--lxhp-accent);border-radius:5px;place-items:center;display:grid;font-size:12px!important;font-weight:400!important;line-height:1!important}.lxhp-content[data-section=bulk-import] .lxhp-bulk-import-guide strong{min-width:0;color:var(--lxhp-text);padding-top:1px;display:block;font-size:13px!important;font-weight:400!important;line-height:1.35!important}.lxhp-content[data-section=bulk-import] .lxhp-bulk-import-guide small{color:var(--lxhp-muted);margin-top:4px;display:block;font-size:11px!important;font-weight:400!important;line-height:1.45!important}.lxhp-content[data-section=bulk-import] .lxhp-bulk-editor-block{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);border-radius:5px;overflow:hidden}.lxhp-content[data-section=bulk-import] .lxhp-bulk-editor-head{border-bottom:1px solid var(--lxhp-line);background:var(--lxhp-panel);justify-content:space-between;align-items:flex-start;gap:16px;padding:14px 15px;display:flex}.lxhp-content[data-section=bulk-import] .lxhp-bulk-editor-head>div{gap:3px;min-width:0;display:grid}.lxhp-content[data-section=bulk-import] .lxhp-bulk-editor-head strong{font-size:13px!important;font-weight:400!important;line-height:1.35!important}.lxhp-content[data-section=bulk-import] .lxhp-bulk-editor-head>div>span{color:var(--lxhp-muted);font-size:11px!important;line-height:1.45!important}.lxhp-content[data-section=bulk-import] .lxhp-bulk-format{border:1px solid color-mix(in srgb,var(--lxhp-accent) 28%,var(--lxhp-line));background:color-mix(in srgb,var(--lxhp-accent) 8%,var(--lxhp-panel));min-width:42px;min-height:26px;color:var(--lxhp-accent);letter-spacing:.05em;border-radius:5px;justify-content:center;align-items:center;padding:4px 8px;display:inline-flex;font:400 10px/1 var(--lxh-font)!important}.lxhp-content[data-section=bulk-import] .lxhp-csv-editor{resize:vertical;tab-size:2;display:block;background:color-mix(in srgb,var(--lxhp-panel-2) 88%,var(--lxhp-panel))!important;width:100%!important;min-height:310px!important;color:var(--lxhp-text)!important;box-shadow:none!important;font:400 12px/1.65 var(--lxh-font)!important;border:0!important;border-radius:0!important;margin:0!important;padding:16px!important}.lxhp-content[data-section=bulk-import] .lxhp-csv-editor:focus{background:var(--lxhp-panel)!important;box-shadow:inset 0 0 0 2px color-mix(in srgb,var(--lxhp-accent) 34%,transparent)!important;outline:none!important}.lxhp-content[data-section=bulk-import] .lxhp-bulk-columns{border-top:1px solid var(--lxhp-line);background:var(--lxhp-panel);flex-wrap:wrap;align-items:center;gap:6px;padding:11px 14px;display:flex}.lxhp-content[data-section=bulk-import] .lxhp-bulk-columns>span{color:var(--lxhp-muted);text-transform:uppercase;letter-spacing:.04em;margin-right:3px;font-size:10px!important;font-weight:400!important;line-height:1.3!important}.lxhp-content[data-section=bulk-import] .lxhp-bulk-columns code{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);min-height:24px;color:var(--lxhp-muted);border-radius:5px;align-items:center;padding:4px 7px;display:inline-flex;font:400 10px/1 var(--lxh-font)!important}.lxhp-content[data-section=bulk-import] .lxhp-bulk-import-actions{border-top:1px solid var(--lxhp-line);background:color-mix(in srgb,var(--lxhp-panel-2) 55%,var(--lxhp-panel));justify-content:flex-end;align-items:center;gap:9px;margin:0 -20px -20px;padding:15px 20px 18px;display:flex}.lxhp-content[data-section=bulk-import] .lxhp-bulk-import-actions .lxhp-btn{justify-content:center;min-width:150px}.lxhp-content[data-section=bulk-import] .lxhp-bulk-result-kpis{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:20px 20px 15px!important}.lxhp-content[data-section=bulk-import] .lxhp-bulk-result-kpis>div{min-height:92px;border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;border-radius:5px!important;padding:15px!important}.lxhp-content[data-section=bulk-import] .lxhp-bulk-result-kpis>div.is-success{border-color:color-mix(in srgb,#16a66a 28%,var(--lxhp-line))!important;background:color-mix(in srgb,#16a66a 5%,var(--lxhp-panel-2))!important}.lxhp-content[data-section=bulk-import] .lxhp-bulk-result-kpis>div.is-failed{border-color:color-mix(in srgb,#dc2626 25%,var(--lxhp-line))!important;background:color-mix(in srgb,#dc2626 4%,var(--lxhp-panel-2))!important}.lxhp-content[data-section=bulk-import] .lxhp-bulk-result-kpis span{color:var(--lxhp-muted)!important;font-size:11px!important;font-weight:400!important;line-height:1.3!important}.lxhp-content[data-section=bulk-import] .lxhp-bulk-result-kpis strong{color:var(--lxhp-text)!important;margin-top:7px!important;font-size:26px!important;font-weight:400!important;line-height:1.1!important}.lxhp-content[data-section=bulk-import] .lxhp-bulk-results-table{border:1px solid var(--lxhp-line)!important;border-radius:5px!important;margin:0 20px 20px!important;overflow:auto!important}.lxhp-content[data-section=bulk-import] .lxhp-bulk-results-table .lxhp-table{min-width:720px!important}.lxhp-content[data-section=bulk-import] .lxhp-bulk-results-table .lxhp-table th{z-index:2;position:sticky;top:0}.lxhp-content[data-section=bulk-import] .lxhp-bulk-result{border:1px solid var(--lxhp-line);border-radius:999px;justify-content:center;align-items:center;min-width:72px;min-height:26px;padding:4px 8px;display:inline-flex;font-size:10px!important;font-weight:400!important;line-height:1.2!important}.lxhp-content[data-section=bulk-import] .lxhp-bulk-result.is-success{border-color:color-mix(in srgb,#16a66a 32%,var(--lxhp-line));background:color-mix(in srgb,#16a66a 10%,var(--lxhp-panel));color:#0f8a57}.lxhp-content[data-section=bulk-import] .lxhp-bulk-result.is-failed{border-color:color-mix(in srgb,#dc2626 30%,var(--lxhp-line));background:color-mix(in srgb,#dc2626 9%,var(--lxhp-panel));color:#b91c1c}html[data-lxh-legacy-dark-disabled=true] .lxhp-content[data-section=bulk-import] .lxhp-bulk-result.is-success{color:#9af0c3}html[data-lxh-legacy-dark-disabled=true] .lxhp-content[data-section=bulk-import] .lxhp-bulk-result.is-failed{color:#fecaca}@media (max-width:900px){.lxhp-content[data-section=bulk-import] .lxhp-bulk-import-guide{grid-template-columns:1fr!important}.lxhp-content[data-section=bulk-import] .lxhp-bulk-result-kpis{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (max-width:760px){.lxhp-content[data-section=bulk-import] :where(.lxhp-bulk-import-panel,.lxhp-bulk-results-panel)>.lxhp-panel__head{gap:10px!important;display:grid!important}.lxhp-content[data-section=bulk-import] .lxhp-bulk-import-limit{justify-self:start}.lxhp-content[data-section=bulk-import] .lxhp-bulk-import-body{gap:15px;padding:16px}.lxhp-content[data-section=bulk-import] .lxhp-csv-editor{min-height:280px!important;padding:14px!important}.lxhp-content[data-section=bulk-import] .lxhp-bulk-import-actions{margin:0 -16px -16px;padding:14px 16px 16px}.lxhp-content[data-section=bulk-import] .lxhp-bulk-result-kpis{gap:10px!important;padding:16px 16px 14px!important}.lxhp-content[data-section=bulk-import] .lxhp-bulk-results-table{margin:0 16px 16px!important}}@media (max-width:560px){.lxhp-content[data-section=bulk-import] .lxhp-bulk-import-actions{grid-template-columns:1fr;display:grid}.lxhp-content[data-section=bulk-import] .lxhp-bulk-import-actions .lxhp-btn{width:100%;min-width:0}.lxhp-content[data-section=bulk-import] .lxhp-bulk-result-kpis{grid-template-columns:1fr!important}.lxhp-content[data-section=bulk-import] .lxhp-bulk-result-kpis>div{min-height:78px}.lxhp-content[data-section=bulk-import] .lxhp-bulk-editor-head{padding:13px}.lxhp-content[data-section=bulk-import] .lxhp-bulk-columns{align-items:flex-start;padding:10px 12px}.lxhp-content[data-section=bulk-import] .lxhp-bulk-columns>span{width:100%;margin:0 0 2px}}.lxhp-content[data-section=advanced-form-builder] .lxhp-workspace-grid{grid-template-columns:minmax(0,1fr)!important;align-items:start!important;gap:15px!important}.lxhp-content[data-section=advanced-form-builder] .lxhp-workspace-grid>.lxhp-panel{width:100%;min-width:0;overflow:hidden}.lxhp-content[data-section=advanced-form-builder] .lxhp-workspace-grid>.lxhp-panel:first-child{border-color:color-mix(in srgb,var(--lxhp-accent) 16%,var(--lxhp-line))!important}.lxhp-content[data-section=advanced-form-builder] .lxhp-workspace-grid>.lxhp-panel:first-child .lxhp-module-hero{min-height:158px;border-bottom:1px solid var(--lxhp-line)!important;background:linear-gradient(135deg,color-mix(in srgb,var(--lxhp-accent) 6%,var(--lxhp-panel)),var(--lxhp-panel))!important;grid-template-columns:60px minmax(0,1fr)!important;align-items:center!important;gap:18px!important;padding:24px!important}.lxhp-content[data-section=advanced-form-builder] .lxhp-module-icon{border:1px solid color-mix(in srgb,var(--lxhp-accent) 28%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 10%,var(--lxhp-panel))!important;width:60px!important;height:60px!important;color:var(--lxhp-accent)!important;box-shadow:0 8px 20px color-mix(in srgb,var(--lxhp-accent) 8%,transparent)!important;border-radius:5px!important;place-items:center!important;display:grid!important}.lxhp-content[data-section=advanced-form-builder] .lxhp-module-icon svg{width:26px!important;height:26px!important;margin:auto!important}.lxhp-content[data-section=advanced-form-builder] .lxhp-module-hero h2{letter-spacing:-.02em!important;margin:4px 0 6px!important;font-size:24px!important;font-weight:400!important;line-height:1.2!important}.lxhp-content[data-section=advanced-form-builder] .lxhp-module-hero p{max-width:900px!important;color:var(--lxhp-muted)!important;margin:0!important;font-size:13px!important;line-height:1.6!important}.lxhp-content[data-section=advanced-form-builder] .lxhp-module-actions{background:var(--lxhp-panel)!important;border-top:0!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:18px 20px 20px!important;display:grid!important}.lxhp-content[data-section=advanced-form-builder] .lxhp-module-actions>div{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;border-radius:5px!important;align-content:center!important;gap:5px!important;min-height:82px!important;padding:15px!important;transition:border-color .15s,background .15s,transform .15s!important;display:grid!important}.lxhp-content[data-section=advanced-form-builder] .lxhp-module-actions>div:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--lxhp-accent) 28%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 3%,var(--lxhp-panel-2))!important}.lxhp-content[data-section=advanced-form-builder] .lxhp-module-actions span{letter-spacing:.05em!important;text-transform:uppercase!important;color:var(--lxhp-muted)!important;font-size:10px!important;font-weight:400!important;line-height:1.3!important}.lxhp-content[data-section=advanced-form-builder] .lxhp-module-actions strong{color:var(--lxhp-text)!important;margin:0!important;font-size:13px!important;font-weight:400!important;line-height:1.4!important}.lxhp-content[data-section=advanced-form-builder] .lxhp-workspace-grid>.lxhp-panel:nth-child(2)>.lxhp-panel__head{border-bottom:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel)!important;min-height:86px!important;padding:18px 20px!important}.lxhp-content[data-section=advanced-form-builder] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:20px!important;display:grid!important}.lxhp-content[data-section=advanced-form-builder] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;border-radius:5px!important;grid-template-columns:36px minmax(0,1fr)!important;align-content:start!important;align-items:start!important;gap:12px!important;min-height:132px!important;margin:0!important;padding:16px!important;display:grid!important}.lxhp-content[data-section=advanced-form-builder] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p>span{border:1px solid color-mix(in srgb,#16a66a 22%,var(--lxhp-line))!important;background:color-mix(in srgb,#16a66a 10%,var(--lxhp-panel))!important;color:#15915b!important;border-radius:5px!important;place-items:center!important;width:34px!important;height:34px!important;display:grid!important}.lxhp-content[data-section=advanced-form-builder] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p>span svg{width:16px!important;height:16px!important;margin:auto!important}.lxhp-content[data-section=advanced-form-builder] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list b{color:var(--lxhp-text)!important;font-size:13px!important;font-weight:400!important;line-height:1.4!important}.lxhp-content[data-section=advanced-form-builder] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list b small{color:var(--lxhp-muted)!important;margin-top:5px!important;font-size:11px!important;font-weight:400!important;line-height:1.55!important;display:block!important}@media (max-width:900px){.lxhp-content[data-section=advanced-form-builder] .lxhp-module-actions,.lxhp-content[data-section=advanced-form-builder] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list{grid-template-columns:1fr!important}.lxhp-content[data-section=advanced-form-builder] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p{min-height:0!important}}@media (max-width:760px){.lxhp-content[data-section=advanced-form-builder] .lxhp-workspace-grid>.lxhp-panel:first-child .lxhp-module-hero{grid-template-columns:46px minmax(0,1fr)!important;align-items:start!important;gap:13px!important;min-height:0!important;padding:16px!important}.lxhp-content[data-section=advanced-form-builder] .lxhp-module-icon{width:46px!important;height:46px!important;box-shadow:none!important}.lxhp-content[data-section=advanced-form-builder] .lxhp-module-icon svg{width:21px!important;height:21px!important}.lxhp-content[data-section=advanced-form-builder] .lxhp-module-hero h2{font-size:20px!important}.lxhp-content[data-section=advanced-form-builder] .lxhp-module-actions{gap:10px!important;padding:14px 16px 16px!important}.lxhp-content[data-section=advanced-form-builder] .lxhp-module-actions>div{min-height:68px!important;padding:12px 13px!important}.lxhp-content[data-section=advanced-form-builder] .lxhp-workspace-grid>.lxhp-panel:nth-child(2)>.lxhp-panel__head{min-height:0!important;padding:15px 16px!important}.lxhp-content[data-section=advanced-form-builder] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list{gap:10px!important;padding:16px!important}.lxhp-content[data-section=advanced-form-builder] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p{padding:14px!important}}.lxhp-content[data-section=creative-library] .lxhp-workspace-grid{grid-template-columns:minmax(0,1fr)!important;align-items:start!important;gap:15px!important}.lxhp-content[data-section=creative-library] .lxhp-workspace-grid>.lxhp-panel{width:100%;min-width:0;overflow:hidden}.lxhp-content[data-section=creative-library] .lxhp-workspace-grid>.lxhp-panel:first-child{border-color:color-mix(in srgb,var(--lxhp-accent) 16%,var(--lxhp-line))!important}.lxhp-content[data-section=creative-library] .lxhp-workspace-grid>.lxhp-panel:first-child .lxhp-module-hero{min-height:158px;border-bottom:1px solid var(--lxhp-line)!important;background:linear-gradient(135deg,color-mix(in srgb,var(--lxhp-accent) 6%,var(--lxhp-panel)),var(--lxhp-panel))!important;grid-template-columns:60px minmax(0,1fr)!important;align-items:center!important;gap:18px!important;padding:24px!important}.lxhp-content[data-section=creative-library] .lxhp-module-icon{border:1px solid color-mix(in srgb,var(--lxhp-accent) 28%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 10%,var(--lxhp-panel))!important;width:60px!important;height:60px!important;color:var(--lxhp-accent)!important;box-shadow:0 8px 20px color-mix(in srgb,var(--lxhp-accent) 8%,transparent)!important;border-radius:5px!important;place-items:center!important;display:grid!important}.lxhp-content[data-section=creative-library] .lxhp-module-icon svg{width:26px!important;height:26px!important;margin:auto!important}.lxhp-content[data-section=creative-library] .lxhp-module-hero h2{letter-spacing:-.02em!important;margin:4px 0 6px!important;font-size:24px!important;font-weight:400!important;line-height:1.2!important}.lxhp-content[data-section=creative-library] .lxhp-module-hero p{max-width:900px!important;color:var(--lxhp-muted)!important;margin:0!important;font-size:13px!important;line-height:1.6!important}.lxhp-content[data-section=creative-library] .lxhp-module-actions{background:var(--lxhp-panel)!important;border-top:0!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:18px 20px 20px!important;display:grid!important}.lxhp-content[data-section=creative-library] .lxhp-module-actions>div{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;border-radius:5px!important;align-content:center!important;gap:5px!important;min-height:82px!important;padding:15px!important;transition:border-color .15s,background .15s,transform .15s!important;display:grid!important}.lxhp-content[data-section=creative-library] .lxhp-module-actions>div:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--lxhp-accent) 28%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 3%,var(--lxhp-panel-2))!important}.lxhp-content[data-section=creative-library] .lxhp-module-actions span{letter-spacing:.05em!important;text-transform:uppercase!important;color:var(--lxhp-muted)!important;font-size:10px!important;font-weight:400!important;line-height:1.3!important}.lxhp-content[data-section=creative-library] .lxhp-module-actions strong{color:var(--lxhp-text)!important;margin:0!important;font-size:13px!important;font-weight:400!important;line-height:1.4!important}.lxhp-content[data-section=creative-library] .lxhp-workspace-grid>.lxhp-panel:nth-child(2)>.lxhp-panel__head{border-bottom:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel)!important;min-height:86px!important;padding:18px 20px!important}.lxhp-content[data-section=creative-library] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:20px!important;display:grid!important}.lxhp-content[data-section=creative-library] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;border-radius:5px!important;grid-template-columns:36px minmax(0,1fr)!important;align-content:start!important;align-items:start!important;gap:12px!important;min-height:132px!important;margin:0!important;padding:16px!important;transition:border-color .15s,background .15s!important;display:grid!important}.lxhp-content[data-section=creative-library] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p:hover{border-color:color-mix(in srgb,var(--lxhp-accent) 20%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 2%,var(--lxhp-panel-2))!important}.lxhp-content[data-section=creative-library] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p>span{border:1px solid color-mix(in srgb,#16a66a 22%,var(--lxhp-line))!important;background:color-mix(in srgb,#16a66a 10%,var(--lxhp-panel))!important;color:#15915b!important;border-radius:5px!important;place-items:center!important;width:34px!important;height:34px!important;display:grid!important}.lxhp-content[data-section=creative-library] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p>span svg{width:16px!important;height:16px!important;margin:auto!important}.lxhp-content[data-section=creative-library] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list b{color:var(--lxhp-text)!important;font-size:13px!important;font-weight:400!important;line-height:1.4!important}.lxhp-content[data-section=creative-library] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list b small{color:var(--lxhp-muted)!important;margin-top:5px!important;font-size:11px!important;font-weight:400!important;line-height:1.55!important;display:block!important}@media (max-width:900px){.lxhp-content[data-section=creative-library] .lxhp-module-actions,.lxhp-content[data-section=creative-library] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list{grid-template-columns:1fr!important}.lxhp-content[data-section=creative-library] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p{min-height:0!important}}@media (max-width:760px){.lxhp-content[data-section=creative-library] .lxhp-workspace-grid>.lxhp-panel:first-child .lxhp-module-hero{grid-template-columns:46px minmax(0,1fr)!important;align-items:start!important;gap:13px!important;min-height:0!important;padding:16px!important}.lxhp-content[data-section=creative-library] .lxhp-module-icon{width:46px!important;height:46px!important;box-shadow:none!important}.lxhp-content[data-section=creative-library] .lxhp-module-icon svg{width:21px!important;height:21px!important}.lxhp-content[data-section=creative-library] .lxhp-module-hero h2{font-size:20px!important}.lxhp-content[data-section=creative-library] .lxhp-module-actions{gap:10px!important;padding:14px 16px 16px!important}.lxhp-content[data-section=creative-library] .lxhp-module-actions>div{min-height:68px!important;padding:12px 13px!important}.lxhp-content[data-section=creative-library] .lxhp-workspace-grid>.lxhp-panel:nth-child(2)>.lxhp-panel__head{min-height:0!important;padding:15px 16px!important}.lxhp-content[data-section=creative-library] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list{gap:10px!important;padding:16px!important}.lxhp-content[data-section=creative-library] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p{padding:14px!important}}.lxhp-content[data-section=form-ab-testing] .lxhp-workspace-grid{grid-template-columns:minmax(0,1fr)!important;align-items:start!important;gap:15px!important}.lxhp-content[data-section=form-ab-testing] .lxhp-workspace-grid>.lxhp-panel{width:100%;min-width:0;overflow:hidden}.lxhp-content[data-section=form-ab-testing] .lxhp-workspace-grid>.lxhp-panel:first-child{border-color:color-mix(in srgb,var(--lxhp-accent) 16%,var(--lxhp-line))!important}.lxhp-content[data-section=form-ab-testing] .lxhp-workspace-grid>.lxhp-panel:first-child .lxhp-module-hero{min-height:158px;border-bottom:1px solid var(--lxhp-line)!important;background:linear-gradient(135deg,color-mix(in srgb,var(--lxhp-accent) 6%,var(--lxhp-panel)),var(--lxhp-panel))!important;grid-template-columns:60px minmax(0,1fr)!important;align-items:center!important;gap:18px!important;padding:24px!important}.lxhp-content[data-section=form-ab-testing] .lxhp-module-icon{border:1px solid color-mix(in srgb,var(--lxhp-accent) 28%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 10%,var(--lxhp-panel))!important;width:60px!important;height:60px!important;color:var(--lxhp-accent)!important;box-shadow:0 8px 20px color-mix(in srgb,var(--lxhp-accent) 8%,transparent)!important;border-radius:5px!important;place-items:center!important;display:grid!important}.lxhp-content[data-section=form-ab-testing] .lxhp-module-icon svg{width:26px!important;height:26px!important;margin:auto!important}.lxhp-content[data-section=form-ab-testing] .lxhp-module-hero h2{letter-spacing:-.02em!important;margin:4px 0 6px!important;font-size:24px!important;font-weight:400!important;line-height:1.2!important}.lxhp-content[data-section=form-ab-testing] .lxhp-module-hero p{max-width:900px!important;color:var(--lxhp-muted)!important;margin:0!important;font-size:13px!important;line-height:1.6!important}.lxhp-content[data-section=form-ab-testing] .lxhp-module-actions{background:var(--lxhp-panel)!important;border-top:0!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:18px 20px 20px!important;display:grid!important}.lxhp-content[data-section=form-ab-testing] .lxhp-module-actions>div{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;border-radius:5px!important;align-content:center!important;gap:5px!important;min-height:82px!important;padding:15px!important;transition:border-color .15s,background .15s,transform .15s!important;display:grid!important}.lxhp-content[data-section=form-ab-testing] .lxhp-module-actions>div:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--lxhp-accent) 28%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 3%,var(--lxhp-panel-2))!important}.lxhp-content[data-section=form-ab-testing] .lxhp-module-actions span{letter-spacing:.05em!important;text-transform:uppercase!important;color:var(--lxhp-muted)!important;font-size:10px!important;font-weight:400!important;line-height:1.3!important}.lxhp-content[data-section=form-ab-testing] .lxhp-module-actions strong{color:var(--lxhp-text)!important;margin:0!important;font-size:13px!important;font-weight:400!important;line-height:1.4!important}.lxhp-content[data-section=form-ab-testing] .lxhp-workspace-grid>.lxhp-panel:nth-child(2)>.lxhp-panel__head{border-bottom:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel)!important;min-height:86px!important;padding:18px 20px!important}.lxhp-content[data-section=form-ab-testing] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:20px!important;display:grid!important}.lxhp-content[data-section=form-ab-testing] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;border-radius:5px!important;grid-template-columns:36px minmax(0,1fr)!important;align-content:start!important;align-items:start!important;gap:12px!important;min-height:132px!important;margin:0!important;padding:16px!important;transition:border-color .15s,background .15s!important;display:grid!important}.lxhp-content[data-section=form-ab-testing] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p:hover{border-color:color-mix(in srgb,var(--lxhp-accent) 20%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 2%,var(--lxhp-panel-2))!important}.lxhp-content[data-section=form-ab-testing] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p>span{border:1px solid color-mix(in srgb,#16a66a 22%,var(--lxhp-line))!important;background:color-mix(in srgb,#16a66a 10%,var(--lxhp-panel))!important;color:#15915b!important;border-radius:5px!important;place-items:center!important;width:34px!important;height:34px!important;display:grid!important}.lxhp-content[data-section=form-ab-testing] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p>span svg{width:16px!important;height:16px!important;margin:auto!important}.lxhp-content[data-section=form-ab-testing] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list b{color:var(--lxhp-text)!important;font-size:13px!important;font-weight:400!important;line-height:1.4!important}.lxhp-content[data-section=form-ab-testing] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list b small{color:var(--lxhp-muted)!important;margin-top:5px!important;font-size:11px!important;font-weight:400!important;line-height:1.55!important;display:block!important}@media (max-width:900px){.lxhp-content[data-section=form-ab-testing] .lxhp-module-actions,.lxhp-content[data-section=form-ab-testing] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list{grid-template-columns:1fr!important}.lxhp-content[data-section=form-ab-testing] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p{min-height:0!important}}@media (max-width:760px){.lxhp-content[data-section=form-ab-testing] .lxhp-workspace-grid>.lxhp-panel:first-child .lxhp-module-hero{grid-template-columns:46px minmax(0,1fr)!important;align-items:start!important;gap:13px!important;min-height:0!important;padding:16px!important}.lxhp-content[data-section=form-ab-testing] .lxhp-module-icon{width:46px!important;height:46px!important;box-shadow:none!important}.lxhp-content[data-section=form-ab-testing] .lxhp-module-icon svg{width:21px!important;height:21px!important}.lxhp-content[data-section=form-ab-testing] .lxhp-module-hero h2{font-size:20px!important}.lxhp-content[data-section=form-ab-testing] .lxhp-module-actions{gap:10px!important;padding:14px 16px 16px!important}.lxhp-content[data-section=form-ab-testing] .lxhp-module-actions>div{min-height:68px!important;padding:12px 13px!important}.lxhp-content[data-section=form-ab-testing] .lxhp-workspace-grid>.lxhp-panel:nth-child(2)>.lxhp-panel__head{min-height:0!important;padding:15px 16px!important}.lxhp-content[data-section=form-ab-testing] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list{gap:10px!important;padding:16px!important}.lxhp-content[data-section=form-ab-testing] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p{padding:14px!important}}.lxhp-content[data-section=lead-recycling] .lxhp-workspace-grid{grid-template-columns:minmax(0,1fr)!important;align-items:start!important;gap:15px!important}.lxhp-content[data-section=lead-recycling] .lxhp-workspace-grid>.lxhp-panel{width:100%;min-width:0;overflow:hidden}.lxhp-content[data-section=lead-recycling] .lxhp-workspace-grid>.lxhp-panel:first-child{border-color:color-mix(in srgb,var(--lxhp-accent) 16%,var(--lxhp-line))!important}.lxhp-content[data-section=lead-recycling] .lxhp-workspace-grid>.lxhp-panel:first-child .lxhp-module-hero{min-height:158px;border-bottom:1px solid var(--lxhp-line)!important;background:linear-gradient(135deg,color-mix(in srgb,var(--lxhp-accent) 6%,var(--lxhp-panel)),var(--lxhp-panel))!important;grid-template-columns:60px minmax(0,1fr)!important;align-items:center!important;gap:18px!important;padding:24px!important}.lxhp-content[data-section=lead-recycling] .lxhp-module-icon{border:1px solid color-mix(in srgb,var(--lxhp-accent) 28%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 10%,var(--lxhp-panel))!important;width:60px!important;height:60px!important;color:var(--lxhp-accent)!important;box-shadow:0 8px 20px color-mix(in srgb,var(--lxhp-accent) 8%,transparent)!important;border-radius:5px!important;place-items:center!important;display:grid!important}.lxhp-content[data-section=lead-recycling] .lxhp-module-icon svg{width:26px!important;height:26px!important;margin:auto!important}.lxhp-content[data-section=lead-recycling] .lxhp-module-hero h2{letter-spacing:-.02em!important;margin:4px 0 6px!important;font-size:24px!important;font-weight:400!important;line-height:1.2!important}.lxhp-content[data-section=lead-recycling] .lxhp-module-hero p{max-width:900px!important;color:var(--lxhp-muted)!important;margin:0!important;font-size:13px!important;line-height:1.6!important}.lxhp-content[data-section=lead-recycling] .lxhp-module-actions{background:var(--lxhp-panel)!important;border-top:0!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:18px 20px 20px!important;display:grid!important}.lxhp-content[data-section=lead-recycling] .lxhp-module-actions>div{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;border-radius:5px!important;align-content:center!important;gap:5px!important;min-height:82px!important;padding:15px!important;transition:border-color .15s,background .15s,transform .15s!important;display:grid!important}.lxhp-content[data-section=lead-recycling] .lxhp-module-actions>div:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--lxhp-accent) 28%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 3%,var(--lxhp-panel-2))!important}.lxhp-content[data-section=lead-recycling] .lxhp-module-actions span{letter-spacing:.05em!important;text-transform:uppercase!important;color:var(--lxhp-muted)!important;font-size:10px!important;font-weight:400!important;line-height:1.3!important}.lxhp-content[data-section=lead-recycling] .lxhp-module-actions strong{color:var(--lxhp-text)!important;margin:0!important;font-size:13px!important;font-weight:400!important;line-height:1.4!important}.lxhp-content[data-section=lead-recycling] .lxhp-workspace-grid>.lxhp-panel:nth-child(2)>.lxhp-panel__head{border-bottom:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel)!important;min-height:86px!important;padding:18px 20px!important}.lxhp-content[data-section=lead-recycling] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:20px!important;display:grid!important}.lxhp-content[data-section=lead-recycling] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;border-radius:5px!important;grid-template-columns:36px minmax(0,1fr)!important;align-content:start!important;align-items:start!important;gap:12px!important;min-height:132px!important;margin:0!important;padding:16px!important;transition:border-color .15s,background .15s!important;display:grid!important}.lxhp-content[data-section=lead-recycling] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p:hover{border-color:color-mix(in srgb,var(--lxhp-accent) 20%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 2%,var(--lxhp-panel-2))!important}.lxhp-content[data-section=lead-recycling] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p>span{border:1px solid color-mix(in srgb,#16a66a 22%,var(--lxhp-line))!important;background:color-mix(in srgb,#16a66a 10%,var(--lxhp-panel))!important;color:#15915b!important;border-radius:5px!important;place-items:center!important;width:34px!important;height:34px!important;display:grid!important}.lxhp-content[data-section=lead-recycling] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p>span svg{width:16px!important;height:16px!important;margin:auto!important}.lxhp-content[data-section=lead-recycling] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list b{color:var(--lxhp-text)!important;font-size:13px!important;font-weight:400!important;line-height:1.4!important}.lxhp-content[data-section=lead-recycling] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list b small{color:var(--lxhp-muted)!important;margin-top:5px!important;font-size:11px!important;font-weight:400!important;line-height:1.55!important;display:block!important}@media (max-width:900px){.lxhp-content[data-section=lead-recycling] .lxhp-module-actions,.lxhp-content[data-section=lead-recycling] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list{grid-template-columns:1fr!important}.lxhp-content[data-section=lead-recycling] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p{min-height:0!important}}@media (max-width:760px){.lxhp-content[data-section=lead-recycling] .lxhp-workspace-grid>.lxhp-panel:first-child .lxhp-module-hero{grid-template-columns:46px minmax(0,1fr)!important;align-items:start!important;gap:13px!important;min-height:0!important;padding:16px!important}.lxhp-content[data-section=lead-recycling] .lxhp-module-icon{width:46px!important;height:46px!important;box-shadow:none!important}.lxhp-content[data-section=lead-recycling] .lxhp-module-icon svg{width:21px!important;height:21px!important}.lxhp-content[data-section=lead-recycling] .lxhp-module-hero h2{font-size:20px!important}.lxhp-content[data-section=lead-recycling] .lxhp-module-actions{gap:10px!important;padding:14px 16px 16px!important}.lxhp-content[data-section=lead-recycling] .lxhp-module-actions>div{min-height:68px!important;padding:12px 13px!important}.lxhp-content[data-section=lead-recycling] .lxhp-workspace-grid>.lxhp-panel:nth-child(2)>.lxhp-panel__head{min-height:0!important;padding:15px 16px!important}.lxhp-content[data-section=lead-recycling] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list{gap:10px!important;padding:16px!important}.lxhp-content[data-section=lead-recycling] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p{padding:14px!important}}.lxhp-content[data-section=preferred-buyers] .lxhp-workspace-grid{grid-template-columns:minmax(0,1fr)!important;align-items:start!important;gap:15px!important}.lxhp-content[data-section=preferred-buyers] .lxhp-workspace-grid>.lxhp-panel{width:100%;min-width:0;overflow:hidden}.lxhp-content[data-section=preferred-buyers] .lxhp-workspace-grid>.lxhp-panel:first-child{border-color:color-mix(in srgb,var(--lxhp-accent) 16%,var(--lxhp-line))!important}.lxhp-content[data-section=preferred-buyers] .lxhp-workspace-grid>.lxhp-panel:first-child .lxhp-module-hero{min-height:158px;border-bottom:1px solid var(--lxhp-line)!important;background:linear-gradient(135deg,color-mix(in srgb,var(--lxhp-accent) 6%,var(--lxhp-panel)),var(--lxhp-panel))!important;grid-template-columns:60px minmax(0,1fr)!important;align-items:center!important;gap:18px!important;padding:24px!important}.lxhp-content[data-section=preferred-buyers] .lxhp-module-icon{border:1px solid color-mix(in srgb,var(--lxhp-accent) 28%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 10%,var(--lxhp-panel))!important;width:60px!important;height:60px!important;color:var(--lxhp-accent)!important;box-shadow:0 8px 20px color-mix(in srgb,var(--lxhp-accent) 8%,transparent)!important;border-radius:5px!important;place-items:center!important;display:grid!important}.lxhp-content[data-section=preferred-buyers] .lxhp-module-icon svg{width:26px!important;height:26px!important;margin:auto!important}.lxhp-content[data-section=preferred-buyers] .lxhp-module-hero h2{letter-spacing:-.02em!important;margin:4px 0 6px!important;font-size:24px!important;font-weight:400!important;line-height:1.2!important}.lxhp-content[data-section=preferred-buyers] .lxhp-module-hero p{max-width:900px!important;color:var(--lxhp-muted)!important;margin:0!important;font-size:13px!important;line-height:1.6!important}.lxhp-content[data-section=preferred-buyers] .lxhp-module-actions{background:var(--lxhp-panel)!important;border-top:0!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:18px 20px 20px!important;display:grid!important}.lxhp-content[data-section=preferred-buyers] .lxhp-module-actions>div{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;border-radius:5px!important;align-content:center!important;gap:5px!important;min-height:82px!important;padding:15px!important;transition:border-color .15s,background .15s,transform .15s!important;display:grid!important}.lxhp-content[data-section=preferred-buyers] .lxhp-module-actions>div:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--lxhp-accent) 28%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 3%,var(--lxhp-panel-2))!important}.lxhp-content[data-section=preferred-buyers] .lxhp-module-actions span{letter-spacing:.05em!important;text-transform:uppercase!important;color:var(--lxhp-muted)!important;font-size:10px!important;font-weight:400!important;line-height:1.3!important}.lxhp-content[data-section=preferred-buyers] .lxhp-module-actions strong{color:var(--lxhp-text)!important;margin:0!important;font-size:13px!important;font-weight:400!important;line-height:1.4!important}.lxhp-content[data-section=preferred-buyers] .lxhp-workspace-grid>.lxhp-panel:nth-child(2)>.lxhp-panel__head{border-bottom:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel)!important;min-height:86px!important;padding:18px 20px!important}.lxhp-content[data-section=preferred-buyers] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:20px!important;display:grid!important}.lxhp-content[data-section=preferred-buyers] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;border-radius:5px!important;grid-template-columns:36px minmax(0,1fr)!important;align-content:start!important;align-items:start!important;gap:12px!important;min-height:132px!important;margin:0!important;padding:16px!important;transition:border-color .15s,background .15s!important;display:grid!important}.lxhp-content[data-section=preferred-buyers] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p:hover{border-color:color-mix(in srgb,var(--lxhp-accent) 20%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 2%,var(--lxhp-panel-2))!important}.lxhp-content[data-section=preferred-buyers] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p>span{border:1px solid color-mix(in srgb,#16a66a 22%,var(--lxhp-line))!important;background:color-mix(in srgb,#16a66a 10%,var(--lxhp-panel))!important;color:#15915b!important;border-radius:5px!important;place-items:center!important;width:34px!important;height:34px!important;display:grid!important}.lxhp-content[data-section=preferred-buyers] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p>span svg{width:16px!important;height:16px!important;margin:auto!important}.lxhp-content[data-section=preferred-buyers] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list b{color:var(--lxhp-text)!important;font-size:13px!important;font-weight:400!important;line-height:1.4!important}.lxhp-content[data-section=preferred-buyers] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list b small{color:var(--lxhp-muted)!important;margin-top:5px!important;font-size:11px!important;font-weight:400!important;line-height:1.55!important;display:block!important}@media (max-width:900px){.lxhp-content[data-section=preferred-buyers] .lxhp-module-actions,.lxhp-content[data-section=preferred-buyers] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list{grid-template-columns:1fr!important}.lxhp-content[data-section=preferred-buyers] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p{min-height:0!important}}@media (max-width:760px){.lxhp-content[data-section=preferred-buyers] .lxhp-workspace-grid>.lxhp-panel:first-child .lxhp-module-hero{grid-template-columns:46px minmax(0,1fr)!important;align-items:start!important;gap:13px!important;min-height:0!important;padding:16px!important}.lxhp-content[data-section=preferred-buyers] .lxhp-module-icon{width:46px!important;height:46px!important;box-shadow:none!important}.lxhp-content[data-section=preferred-buyers] .lxhp-module-icon svg{width:21px!important;height:21px!important}.lxhp-content[data-section=preferred-buyers] .lxhp-module-hero h2{font-size:20px!important}.lxhp-content[data-section=preferred-buyers] .lxhp-module-actions{gap:10px!important;padding:14px 16px 16px!important}.lxhp-content[data-section=preferred-buyers] .lxhp-module-actions>div{min-height:68px!important;padding:12px 13px!important}.lxhp-content[data-section=preferred-buyers] .lxhp-workspace-grid>.lxhp-panel:nth-child(2)>.lxhp-panel__head{min-height:0!important;padding:15px 16px!important}.lxhp-content[data-section=preferred-buyers] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list{gap:10px!important;padding:16px!important}.lxhp-content[data-section=preferred-buyers] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p{padding:14px!important}}.lxhp-content[data-section=private-deals] .lxhp-workspace-grid{grid-template-columns:minmax(0,1fr)!important;align-items:start!important;gap:15px!important}.lxhp-content[data-section=private-deals] .lxhp-workspace-grid>.lxhp-panel{width:100%;min-width:0;overflow:hidden}.lxhp-content[data-section=private-deals] .lxhp-workspace-grid>.lxhp-panel:first-child{border-color:color-mix(in srgb,var(--lxhp-accent) 16%,var(--lxhp-line))!important}.lxhp-content[data-section=private-deals] .lxhp-workspace-grid>.lxhp-panel:first-child .lxhp-module-hero{min-height:158px;border-bottom:1px solid var(--lxhp-line)!important;background:linear-gradient(135deg,color-mix(in srgb,var(--lxhp-accent) 6%,var(--lxhp-panel)),var(--lxhp-panel))!important;grid-template-columns:60px minmax(0,1fr)!important;align-items:center!important;gap:18px!important;padding:24px!important}.lxhp-content[data-section=private-deals] .lxhp-module-icon{border:1px solid color-mix(in srgb,var(--lxhp-accent) 28%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 10%,var(--lxhp-panel))!important;width:60px!important;height:60px!important;color:var(--lxhp-accent)!important;box-shadow:0 8px 20px color-mix(in srgb,var(--lxhp-accent) 8%,transparent)!important;border-radius:5px!important;place-items:center!important;display:grid!important}.lxhp-content[data-section=private-deals] .lxhp-module-icon svg{width:26px!important;height:26px!important;margin:auto!important}.lxhp-content[data-section=private-deals] .lxhp-module-hero h2{letter-spacing:-.02em!important;margin:4px 0 6px!important;font-size:24px!important;font-weight:400!important;line-height:1.2!important}.lxhp-content[data-section=private-deals] .lxhp-module-hero p{max-width:900px!important;color:var(--lxhp-muted)!important;margin:0!important;font-size:13px!important;line-height:1.6!important}.lxhp-content[data-section=private-deals] .lxhp-module-actions{background:var(--lxhp-panel)!important;border-top:0!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:18px 20px 20px!important;display:grid!important}.lxhp-content[data-section=private-deals] .lxhp-module-actions>div{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;border-radius:5px!important;align-content:center!important;gap:5px!important;min-height:82px!important;padding:15px!important;transition:border-color .15s,background .15s,transform .15s!important;display:grid!important}.lxhp-content[data-section=private-deals] .lxhp-module-actions>div:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--lxhp-accent) 28%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 3%,var(--lxhp-panel-2))!important}.lxhp-content[data-section=private-deals] .lxhp-module-actions span{letter-spacing:.05em!important;text-transform:uppercase!important;color:var(--lxhp-muted)!important;font-size:10px!important;font-weight:400!important;line-height:1.3!important}.lxhp-content[data-section=private-deals] .lxhp-module-actions strong{color:var(--lxhp-text)!important;margin:0!important;font-size:13px!important;font-weight:400!important;line-height:1.4!important}.lxhp-content[data-section=private-deals] .lxhp-workspace-grid>.lxhp-panel:nth-child(2)>.lxhp-panel__head{border-bottom:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel)!important;min-height:86px!important;padding:18px 20px!important}.lxhp-content[data-section=private-deals] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:20px!important;display:grid!important}.lxhp-content[data-section=private-deals] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;border-radius:5px!important;grid-template-columns:36px minmax(0,1fr)!important;align-content:start!important;align-items:start!important;gap:12px!important;min-height:132px!important;margin:0!important;padding:16px!important;transition:border-color .15s,background .15s!important;display:grid!important}.lxhp-content[data-section=private-deals] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p:hover{border-color:color-mix(in srgb,var(--lxhp-accent) 20%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 2%,var(--lxhp-panel-2))!important}.lxhp-content[data-section=private-deals] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p>span{border:1px solid color-mix(in srgb,#16a66a 22%,var(--lxhp-line))!important;background:color-mix(in srgb,#16a66a 10%,var(--lxhp-panel))!important;color:#15915b!important;border-radius:5px!important;place-items:center!important;width:34px!important;height:34px!important;display:grid!important}.lxhp-content[data-section=private-deals] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p>span svg{width:16px!important;height:16px!important;margin:auto!important}.lxhp-content[data-section=private-deals] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list b{color:var(--lxhp-text)!important;font-size:13px!important;font-weight:400!important;line-height:1.4!important}.lxhp-content[data-section=private-deals] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list b small{color:var(--lxhp-muted)!important;margin-top:5px!important;font-size:11px!important;font-weight:400!important;line-height:1.55!important;display:block!important}@media (max-width:900px){.lxhp-content[data-section=private-deals] .lxhp-module-actions,.lxhp-content[data-section=private-deals] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list{grid-template-columns:1fr!important}.lxhp-content[data-section=private-deals] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p{min-height:0!important}}@media (max-width:760px){.lxhp-content[data-section=private-deals] .lxhp-workspace-grid>.lxhp-panel:first-child .lxhp-module-hero{grid-template-columns:46px minmax(0,1fr)!important;align-items:start!important;gap:13px!important;min-height:0!important;padding:16px!important}.lxhp-content[data-section=private-deals] .lxhp-module-icon{width:46px!important;height:46px!important;box-shadow:none!important}.lxhp-content[data-section=private-deals] .lxhp-module-icon svg{width:21px!important;height:21px!important}.lxhp-content[data-section=private-deals] .lxhp-module-hero h2{font-size:20px!important}.lxhp-content[data-section=private-deals] .lxhp-module-actions{gap:10px!important;padding:14px 16px 16px!important}.lxhp-content[data-section=private-deals] .lxhp-module-actions>div{min-height:68px!important;padding:12px 13px!important}.lxhp-content[data-section=private-deals] .lxhp-workspace-grid>.lxhp-panel:nth-child(2)>.lxhp-panel__head{min-height:0!important;padding:15px 16px!important}.lxhp-content[data-section=private-deals] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list{gap:10px!important;padding:16px!important}.lxhp-content[data-section=private-deals] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p{padding:14px!important}}.lxhp-content[data-section=lead-packages] .lxhp-workspace-grid{grid-template-columns:minmax(0,1fr)!important;align-items:start!important;gap:15px!important}.lxhp-content[data-section=lead-packages] .lxhp-workspace-grid>.lxhp-panel{width:100%;min-width:0;overflow:hidden}.lxhp-content[data-section=lead-packages] .lxhp-workspace-grid>.lxhp-panel:first-child{border-color:color-mix(in srgb,var(--lxhp-accent) 16%,var(--lxhp-line))!important}.lxhp-content[data-section=lead-packages] .lxhp-workspace-grid>.lxhp-panel:first-child .lxhp-module-hero{min-height:158px;border-bottom:1px solid var(--lxhp-line)!important;background:linear-gradient(135deg,color-mix(in srgb,var(--lxhp-accent) 6%,var(--lxhp-panel)),var(--lxhp-panel))!important;grid-template-columns:60px minmax(0,1fr)!important;align-items:center!important;gap:18px!important;padding:24px!important}.lxhp-content[data-section=lead-packages] .lxhp-module-icon{border:1px solid color-mix(in srgb,var(--lxhp-accent) 28%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 10%,var(--lxhp-panel))!important;width:60px!important;height:60px!important;color:var(--lxhp-accent)!important;box-shadow:0 8px 20px color-mix(in srgb,var(--lxhp-accent) 8%,transparent)!important;border-radius:5px!important;place-items:center!important;display:grid!important}.lxhp-content[data-section=lead-packages] .lxhp-module-icon svg{width:26px!important;height:26px!important;margin:auto!important}.lxhp-content[data-section=lead-packages] .lxhp-module-hero h2{letter-spacing:-.02em!important;margin:4px 0 6px!important;font-size:24px!important;font-weight:400!important;line-height:1.2!important}.lxhp-content[data-section=lead-packages] .lxhp-module-hero p{max-width:900px!important;color:var(--lxhp-muted)!important;margin:0!important;font-size:13px!important;line-height:1.6!important}.lxhp-content[data-section=lead-packages] .lxhp-module-actions{background:var(--lxhp-panel)!important;border-top:0!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:18px 20px 20px!important;display:grid!important}.lxhp-content[data-section=lead-packages] .lxhp-module-actions>div{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;border-radius:5px!important;align-content:center!important;gap:5px!important;min-height:82px!important;padding:15px!important;transition:border-color .15s,background .15s,transform .15s!important;display:grid!important}.lxhp-content[data-section=lead-packages] .lxhp-module-actions>div:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--lxhp-accent) 28%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 3%,var(--lxhp-panel-2))!important}.lxhp-content[data-section=lead-packages] .lxhp-module-actions span{letter-spacing:.05em!important;text-transform:uppercase!important;color:var(--lxhp-muted)!important;font-size:10px!important;font-weight:400!important;line-height:1.3!important}.lxhp-content[data-section=lead-packages] .lxhp-module-actions strong{color:var(--lxhp-text)!important;margin:0!important;font-size:13px!important;font-weight:400!important;line-height:1.4!important}.lxhp-content[data-section=lead-packages] .lxhp-workspace-grid>.lxhp-panel:nth-child(2)>.lxhp-panel__head{border-bottom:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel)!important;min-height:86px!important;padding:18px 20px!important}.lxhp-content[data-section=lead-packages] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:20px!important;display:grid!important}.lxhp-content[data-section=lead-packages] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;border-radius:5px!important;grid-template-columns:36px minmax(0,1fr)!important;align-content:start!important;align-items:start!important;gap:12px!important;min-height:132px!important;margin:0!important;padding:16px!important;transition:border-color .15s,background .15s!important;display:grid!important}.lxhp-content[data-section=lead-packages] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p:hover{border-color:color-mix(in srgb,var(--lxhp-accent) 20%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 2%,var(--lxhp-panel-2))!important}.lxhp-content[data-section=lead-packages] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p>span{border:1px solid color-mix(in srgb,#16a66a 22%,var(--lxhp-line))!important;background:color-mix(in srgb,#16a66a 10%,var(--lxhp-panel))!important;color:#15915b!important;border-radius:5px!important;place-items:center!important;width:34px!important;height:34px!important;display:grid!important}.lxhp-content[data-section=lead-packages] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p>span svg{width:16px!important;height:16px!important;margin:auto!important}.lxhp-content[data-section=lead-packages] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list b{color:var(--lxhp-text)!important;font-size:13px!important;font-weight:400!important;line-height:1.4!important}.lxhp-content[data-section=lead-packages] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list b small{color:var(--lxhp-muted)!important;margin-top:5px!important;font-size:11px!important;font-weight:400!important;line-height:1.55!important;display:block!important}@media (max-width:900px){.lxhp-content[data-section=lead-packages] .lxhp-module-actions,.lxhp-content[data-section=lead-packages] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list{grid-template-columns:1fr!important}.lxhp-content[data-section=lead-packages] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p{min-height:0!important}}@media (max-width:760px){.lxhp-content[data-section=lead-packages] .lxhp-workspace-grid>.lxhp-panel:first-child .lxhp-module-hero{grid-template-columns:46px minmax(0,1fr)!important;align-items:start!important;gap:13px!important;min-height:0!important;padding:16px!important}.lxhp-content[data-section=lead-packages] .lxhp-module-icon{width:46px!important;height:46px!important;box-shadow:none!important}.lxhp-content[data-section=lead-packages] .lxhp-module-icon svg{width:21px!important;height:21px!important}.lxhp-content[data-section=lead-packages] .lxhp-module-hero h2{font-size:20px!important}.lxhp-content[data-section=lead-packages] .lxhp-module-actions{gap:10px!important;padding:14px 16px 16px!important}.lxhp-content[data-section=lead-packages] .lxhp-module-actions>div{min-height:68px!important;padding:12px 13px!important}.lxhp-content[data-section=lead-packages] .lxhp-workspace-grid>.lxhp-panel:nth-child(2)>.lxhp-panel__head{min-height:0!important;padding:15px 16px!important}.lxhp-content[data-section=lead-packages] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list{gap:10px!important;padding:16px!important}.lxhp-content[data-section=lead-packages] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p{padding:14px!important}}.lxhp-content[data-section=guaranteed-volume-deals] .lxhp-workspace-grid{grid-template-columns:minmax(0,1fr)!important;align-items:start!important;gap:15px!important}.lxhp-content[data-section=guaranteed-volume-deals] .lxhp-workspace-grid>.lxhp-panel{width:100%;min-width:0;overflow:hidden}.lxhp-content[data-section=guaranteed-volume-deals] .lxhp-workspace-grid>.lxhp-panel:first-child{border-color:color-mix(in srgb,var(--lxhp-accent) 16%,var(--lxhp-line))!important}.lxhp-content[data-section=guaranteed-volume-deals] .lxhp-workspace-grid>.lxhp-panel:first-child .lxhp-module-hero{min-height:158px;border-bottom:1px solid var(--lxhp-line)!important;background:linear-gradient(135deg,color-mix(in srgb,var(--lxhp-accent) 6%,var(--lxhp-panel)),var(--lxhp-panel))!important;grid-template-columns:60px minmax(0,1fr)!important;align-items:center!important;gap:18px!important;padding:24px!important}.lxhp-content[data-section=guaranteed-volume-deals] .lxhp-module-icon{border:1px solid color-mix(in srgb,var(--lxhp-accent) 28%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 10%,var(--lxhp-panel))!important;width:60px!important;height:60px!important;color:var(--lxhp-accent)!important;box-shadow:0 8px 20px color-mix(in srgb,var(--lxhp-accent) 8%,transparent)!important;border-radius:5px!important;place-items:center!important;display:grid!important}.lxhp-content[data-section=guaranteed-volume-deals] .lxhp-module-icon svg{width:26px!important;height:26px!important;margin:auto!important}.lxhp-content[data-section=guaranteed-volume-deals] .lxhp-module-hero h2{letter-spacing:-.02em!important;margin:4px 0 6px!important;font-size:24px!important;font-weight:400!important;line-height:1.2!important}.lxhp-content[data-section=guaranteed-volume-deals] .lxhp-module-hero p{max-width:900px!important;color:var(--lxhp-muted)!important;margin:0!important;font-size:13px!important;line-height:1.6!important}.lxhp-content[data-section=guaranteed-volume-deals] .lxhp-module-actions{background:var(--lxhp-panel)!important;border-top:0!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:18px 20px 20px!important;display:grid!important}.lxhp-content[data-section=guaranteed-volume-deals] .lxhp-module-actions>div{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;border-radius:5px!important;align-content:center!important;gap:5px!important;min-height:82px!important;padding:15px!important;transition:border-color .15s,background .15s,transform .15s!important;display:grid!important}.lxhp-content[data-section=guaranteed-volume-deals] .lxhp-module-actions>div:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--lxhp-accent) 28%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 3%,var(--lxhp-panel-2))!important}.lxhp-content[data-section=guaranteed-volume-deals] .lxhp-module-actions span{letter-spacing:.05em!important;text-transform:uppercase!important;color:var(--lxhp-muted)!important;font-size:10px!important;font-weight:400!important;line-height:1.3!important}.lxhp-content[data-section=guaranteed-volume-deals] .lxhp-module-actions strong{color:var(--lxhp-text)!important;margin:0!important;font-size:13px!important;font-weight:400!important;line-height:1.4!important}.lxhp-content[data-section=guaranteed-volume-deals] .lxhp-workspace-grid>.lxhp-panel:nth-child(2)>.lxhp-panel__head{border-bottom:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel)!important;min-height:86px!important;padding:18px 20px!important}.lxhp-content[data-section=guaranteed-volume-deals] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:20px!important;display:grid!important}.lxhp-content[data-section=guaranteed-volume-deals] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;border-radius:5px!important;grid-template-columns:36px minmax(0,1fr)!important;align-content:start!important;align-items:start!important;gap:12px!important;min-height:132px!important;margin:0!important;padding:16px!important;transition:border-color .15s,background .15s!important;display:grid!important}.lxhp-content[data-section=guaranteed-volume-deals] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p:hover{border-color:color-mix(in srgb,var(--lxhp-accent) 20%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 2%,var(--lxhp-panel-2))!important}.lxhp-content[data-section=guaranteed-volume-deals] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p>span{border:1px solid color-mix(in srgb,#16a66a 22%,var(--lxhp-line))!important;background:color-mix(in srgb,#16a66a 10%,var(--lxhp-panel))!important;color:#15915b!important;border-radius:5px!important;place-items:center!important;width:34px!important;height:34px!important;display:grid!important}.lxhp-content[data-section=guaranteed-volume-deals] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p>span svg{width:16px!important;height:16px!important;margin:auto!important}.lxhp-content[data-section=guaranteed-volume-deals] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list b{color:var(--lxhp-text)!important;font-size:13px!important;font-weight:400!important;line-height:1.4!important}.lxhp-content[data-section=guaranteed-volume-deals] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list b small{color:var(--lxhp-muted)!important;margin-top:5px!important;font-size:11px!important;font-weight:400!important;line-height:1.55!important;display:block!important}@media (max-width:900px){.lxhp-content[data-section=guaranteed-volume-deals] .lxhp-module-actions,.lxhp-content[data-section=guaranteed-volume-deals] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list{grid-template-columns:1fr!important}.lxhp-content[data-section=guaranteed-volume-deals] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p{min-height:0!important}}@media (max-width:760px){.lxhp-content[data-section=guaranteed-volume-deals] .lxhp-workspace-grid>.lxhp-panel:first-child .lxhp-module-hero{grid-template-columns:46px minmax(0,1fr)!important;align-items:start!important;gap:13px!important;min-height:0!important;padding:16px!important}.lxhp-content[data-section=guaranteed-volume-deals] .lxhp-module-icon{width:46px!important;height:46px!important;box-shadow:none!important}.lxhp-content[data-section=guaranteed-volume-deals] .lxhp-module-icon svg{width:21px!important;height:21px!important}.lxhp-content[data-section=guaranteed-volume-deals] .lxhp-module-hero h2{font-size:20px!important}.lxhp-content[data-section=guaranteed-volume-deals] .lxhp-module-actions{gap:10px!important;padding:14px 16px 16px!important}.lxhp-content[data-section=guaranteed-volume-deals] .lxhp-module-actions>div{min-height:68px!important;padding:12px 13px!important}.lxhp-content[data-section=guaranteed-volume-deals] .lxhp-workspace-grid>.lxhp-panel:nth-child(2)>.lxhp-panel__head{min-height:0!important;padding:15px 16px!important}.lxhp-content[data-section=guaranteed-volume-deals] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list{gap:10px!important;padding:16px!important}.lxhp-content[data-section=guaranteed-volume-deals] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p{padding:14px!important}}.lxhp-content[data-section=reserved-inventory] .lxhp-workspace-grid{grid-template-columns:minmax(0,1fr)!important;align-items:start!important;gap:15px!important}.lxhp-content[data-section=reserved-inventory] .lxhp-workspace-grid>.lxhp-panel{width:100%;min-width:0;overflow:hidden}.lxhp-content[data-section=reserved-inventory] .lxhp-workspace-grid>.lxhp-panel:first-child{border-color:color-mix(in srgb,var(--lxhp-accent) 16%,var(--lxhp-line))!important}.lxhp-content[data-section=reserved-inventory] .lxhp-workspace-grid>.lxhp-panel:first-child .lxhp-module-hero{min-height:158px;border-bottom:1px solid var(--lxhp-line)!important;background:linear-gradient(135deg,color-mix(in srgb,var(--lxhp-accent) 6%,var(--lxhp-panel)),var(--lxhp-panel))!important;grid-template-columns:60px minmax(0,1fr)!important;align-items:center!important;gap:18px!important;padding:24px!important}.lxhp-content[data-section=reserved-inventory] .lxhp-module-icon{border:1px solid color-mix(in srgb,var(--lxhp-accent) 28%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 10%,var(--lxhp-panel))!important;width:60px!important;height:60px!important;color:var(--lxhp-accent)!important;box-shadow:0 8px 20px color-mix(in srgb,var(--lxhp-accent) 8%,transparent)!important;border-radius:5px!important;place-items:center!important;display:grid!important}.lxhp-content[data-section=reserved-inventory] .lxhp-module-icon svg{width:26px!important;height:26px!important;margin:auto!important}.lxhp-content[data-section=reserved-inventory] .lxhp-module-hero h2{letter-spacing:-.02em!important;margin:4px 0 6px!important;font-size:24px!important;font-weight:400!important;line-height:1.2!important}.lxhp-content[data-section=reserved-inventory] .lxhp-module-hero p{max-width:900px!important;color:var(--lxhp-muted)!important;margin:0!important;font-size:13px!important;line-height:1.6!important}.lxhp-content[data-section=reserved-inventory] .lxhp-module-actions{background:var(--lxhp-panel)!important;border-top:0!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:18px 20px 20px!important;display:grid!important}.lxhp-content[data-section=reserved-inventory] .lxhp-module-actions>div{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;border-radius:5px!important;align-content:center!important;gap:5px!important;min-height:82px!important;padding:15px!important;transition:border-color .15s,background .15s,transform .15s!important;display:grid!important}.lxhp-content[data-section=reserved-inventory] .lxhp-module-actions>div:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--lxhp-accent) 28%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 3%,var(--lxhp-panel-2))!important}.lxhp-content[data-section=reserved-inventory] .lxhp-module-actions span{letter-spacing:.05em!important;text-transform:uppercase!important;color:var(--lxhp-muted)!important;font-size:10px!important;font-weight:400!important;line-height:1.3!important}.lxhp-content[data-section=reserved-inventory] .lxhp-module-actions strong{color:var(--lxhp-text)!important;margin:0!important;font-size:13px!important;font-weight:400!important;line-height:1.4!important}.lxhp-content[data-section=reserved-inventory] .lxhp-workspace-grid>.lxhp-panel:nth-child(2)>.lxhp-panel__head{border-bottom:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel)!important;min-height:86px!important;padding:18px 20px!important}.lxhp-content[data-section=reserved-inventory] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:20px!important;display:grid!important}.lxhp-content[data-section=reserved-inventory] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;border-radius:5px!important;grid-template-columns:36px minmax(0,1fr)!important;align-content:start!important;align-items:start!important;gap:12px!important;min-height:132px!important;margin:0!important;padding:16px!important;transition:border-color .15s,background .15s!important;display:grid!important}.lxhp-content[data-section=reserved-inventory] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p:hover{border-color:color-mix(in srgb,var(--lxhp-accent) 20%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 2%,var(--lxhp-panel-2))!important}.lxhp-content[data-section=reserved-inventory] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p>span{border:1px solid color-mix(in srgb,#16a66a 22%,var(--lxhp-line))!important;background:color-mix(in srgb,#16a66a 10%,var(--lxhp-panel))!important;color:#15915b!important;border-radius:5px!important;place-items:center!important;width:34px!important;height:34px!important;display:grid!important}.lxhp-content[data-section=reserved-inventory] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p>span svg{width:16px!important;height:16px!important;margin:auto!important}.lxhp-content[data-section=reserved-inventory] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list b{color:var(--lxhp-text)!important;font-size:13px!important;font-weight:400!important;line-height:1.4!important}.lxhp-content[data-section=reserved-inventory] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list b small{color:var(--lxhp-muted)!important;margin-top:5px!important;font-size:11px!important;font-weight:400!important;line-height:1.55!important;display:block!important}@media (max-width:900px){.lxhp-content[data-section=reserved-inventory] .lxhp-module-actions,.lxhp-content[data-section=reserved-inventory] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list{grid-template-columns:1fr!important}.lxhp-content[data-section=reserved-inventory] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p{min-height:0!important}}@media (max-width:760px){.lxhp-content[data-section=reserved-inventory] .lxhp-workspace-grid>.lxhp-panel:first-child .lxhp-module-hero{grid-template-columns:46px minmax(0,1fr)!important;align-items:start!important;gap:13px!important;min-height:0!important;padding:16px!important}.lxhp-content[data-section=reserved-inventory] .lxhp-module-icon{width:46px!important;height:46px!important;box-shadow:none!important}.lxhp-content[data-section=reserved-inventory] .lxhp-module-icon svg{width:21px!important;height:21px!important}.lxhp-content[data-section=reserved-inventory] .lxhp-module-hero h2{font-size:20px!important}.lxhp-content[data-section=reserved-inventory] .lxhp-module-actions{gap:10px!important;padding:14px 16px 16px!important}.lxhp-content[data-section=reserved-inventory] .lxhp-module-actions>div{min-height:68px!important;padding:12px 13px!important}.lxhp-content[data-section=reserved-inventory] .lxhp-workspace-grid>.lxhp-panel:nth-child(2)>.lxhp-panel__head{min-height:0!important;padding:15px 16px!important}.lxhp-content[data-section=reserved-inventory] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list{gap:10px!important;padding:16px!important}.lxhp-content[data-section=reserved-inventory] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p{padding:14px!important}}.lxhp-content[data-section=minimum-commitments] .lxhp-workspace-grid{grid-template-columns:minmax(0,1fr)!important;align-items:start!important;gap:15px!important}.lxhp-content[data-section=minimum-commitments] .lxhp-workspace-grid>.lxhp-panel{width:100%;min-width:0;overflow:hidden}.lxhp-content[data-section=minimum-commitments] .lxhp-workspace-grid>.lxhp-panel:first-child{border-color:color-mix(in srgb,var(--lxhp-accent) 16%,var(--lxhp-line))!important}.lxhp-content[data-section=minimum-commitments] .lxhp-workspace-grid>.lxhp-panel:first-child .lxhp-module-hero{min-height:158px;border-bottom:1px solid var(--lxhp-line)!important;background:linear-gradient(135deg,color-mix(in srgb,var(--lxhp-accent) 6%,var(--lxhp-panel)),var(--lxhp-panel))!important;grid-template-columns:60px minmax(0,1fr)!important;align-items:center!important;gap:18px!important;padding:24px!important}.lxhp-content[data-section=minimum-commitments] .lxhp-module-icon{border:1px solid color-mix(in srgb,var(--lxhp-accent) 28%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 10%,var(--lxhp-panel))!important;width:60px!important;height:60px!important;color:var(--lxhp-accent)!important;box-shadow:0 8px 20px color-mix(in srgb,var(--lxhp-accent) 8%,transparent)!important;border-radius:5px!important;place-items:center!important;display:grid!important}.lxhp-content[data-section=minimum-commitments] .lxhp-module-icon svg{width:26px!important;height:26px!important;margin:auto!important}.lxhp-content[data-section=minimum-commitments] .lxhp-module-hero h2{letter-spacing:-.02em!important;margin:4px 0 6px!important;font-size:24px!important;font-weight:400!important;line-height:1.2!important}.lxhp-content[data-section=minimum-commitments] .lxhp-module-hero p{max-width:900px!important;color:var(--lxhp-muted)!important;margin:0!important;font-size:13px!important;line-height:1.6!important}.lxhp-content[data-section=minimum-commitments] .lxhp-module-actions{background:var(--lxhp-panel)!important;border-top:0!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:18px 20px 20px!important;display:grid!important}.lxhp-content[data-section=minimum-commitments] .lxhp-module-actions>div{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;border-radius:5px!important;align-content:center!important;gap:5px!important;min-height:82px!important;padding:15px!important;transition:border-color .15s,background .15s,transform .15s!important;display:grid!important}.lxhp-content[data-section=minimum-commitments] .lxhp-module-actions>div:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--lxhp-accent) 28%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 3%,var(--lxhp-panel-2))!important}.lxhp-content[data-section=minimum-commitments] .lxhp-module-actions span{letter-spacing:.05em!important;text-transform:uppercase!important;color:var(--lxhp-muted)!important;font-size:10px!important;font-weight:400!important;line-height:1.3!important}.lxhp-content[data-section=minimum-commitments] .lxhp-module-actions strong{color:var(--lxhp-text)!important;margin:0!important;font-size:13px!important;font-weight:400!important;line-height:1.4!important}.lxhp-content[data-section=minimum-commitments] .lxhp-workspace-grid>.lxhp-panel:nth-child(2)>.lxhp-panel__head{border-bottom:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel)!important;min-height:86px!important;padding:18px 20px!important}.lxhp-content[data-section=minimum-commitments] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:20px!important;display:grid!important}.lxhp-content[data-section=minimum-commitments] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;border-radius:5px!important;grid-template-columns:36px minmax(0,1fr)!important;align-content:start!important;align-items:start!important;gap:12px!important;min-height:132px!important;margin:0!important;padding:16px!important;transition:border-color .15s,background .15s!important;display:grid!important}.lxhp-content[data-section=minimum-commitments] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p:hover{border-color:color-mix(in srgb,var(--lxhp-accent) 20%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 2%,var(--lxhp-panel-2))!important}.lxhp-content[data-section=minimum-commitments] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p>span{border:1px solid color-mix(in srgb,#16a66a 22%,var(--lxhp-line))!important;background:color-mix(in srgb,#16a66a 10%,var(--lxhp-panel))!important;color:#15915b!important;border-radius:5px!important;place-items:center!important;width:34px!important;height:34px!important;display:grid!important}.lxhp-content[data-section=minimum-commitments] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p>span svg{width:16px!important;height:16px!important;margin:auto!important}.lxhp-content[data-section=minimum-commitments] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list b{color:var(--lxhp-text)!important;font-size:13px!important;font-weight:400!important;line-height:1.4!important}.lxhp-content[data-section=minimum-commitments] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list b small{color:var(--lxhp-muted)!important;margin-top:5px!important;font-size:11px!important;font-weight:400!important;line-height:1.55!important;display:block!important}@media (max-width:900px){.lxhp-content[data-section=minimum-commitments] .lxhp-module-actions,.lxhp-content[data-section=minimum-commitments] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list{grid-template-columns:1fr!important}.lxhp-content[data-section=minimum-commitments] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p{min-height:0!important}}@media (max-width:760px){.lxhp-content[data-section=minimum-commitments] .lxhp-workspace-grid>.lxhp-panel:first-child .lxhp-module-hero{grid-template-columns:46px minmax(0,1fr)!important;align-items:start!important;gap:13px!important;min-height:0!important;padding:16px!important}.lxhp-content[data-section=minimum-commitments] .lxhp-module-icon{width:46px!important;height:46px!important;box-shadow:none!important}.lxhp-content[data-section=minimum-commitments] .lxhp-module-icon svg{width:21px!important;height:21px!important}.lxhp-content[data-section=minimum-commitments] .lxhp-module-hero h2{font-size:20px!important}.lxhp-content[data-section=minimum-commitments] .lxhp-module-actions{gap:10px!important;padding:14px 16px 16px!important}.lxhp-content[data-section=minimum-commitments] .lxhp-module-actions>div{min-height:68px!important;padding:12px 13px!important}.lxhp-content[data-section=minimum-commitments] .lxhp-workspace-grid>.lxhp-panel:nth-child(2)>.lxhp-panel__head{min-height:0!important;padding:15px 16px!important}.lxhp-content[data-section=minimum-commitments] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list{gap:10px!important;padding:16px!important}.lxhp-content[data-section=minimum-commitments] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p{padding:14px!important}}.lxhp-content[data-section=supply-bids] .lxhp-workspace-grid{grid-template-columns:minmax(0,1fr)!important;align-items:start!important;gap:15px!important}.lxhp-content[data-section=supply-bids] .lxhp-workspace-grid>.lxhp-panel{width:100%;min-width:0;overflow:hidden}.lxhp-content[data-section=supply-bids] .lxhp-workspace-grid>.lxhp-panel:first-child{border-color:color-mix(in srgb,var(--lxhp-accent) 16%,var(--lxhp-line))!important}.lxhp-content[data-section=supply-bids] .lxhp-workspace-grid>.lxhp-panel:first-child .lxhp-module-hero{min-height:158px;border-bottom:1px solid var(--lxhp-line)!important;background:linear-gradient(135deg,color-mix(in srgb,var(--lxhp-accent) 6%,var(--lxhp-panel)),var(--lxhp-panel))!important;grid-template-columns:60px minmax(0,1fr)!important;align-items:center!important;gap:18px!important;padding:24px!important}.lxhp-content[data-section=supply-bids] .lxhp-module-icon{border:1px solid color-mix(in srgb,var(--lxhp-accent) 28%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 10%,var(--lxhp-panel))!important;width:60px!important;height:60px!important;color:var(--lxhp-accent)!important;box-shadow:0 8px 20px color-mix(in srgb,var(--lxhp-accent) 8%,transparent)!important;border-radius:5px!important;place-items:center!important;display:grid!important}.lxhp-content[data-section=supply-bids] .lxhp-module-icon svg{width:26px!important;height:26px!important;margin:auto!important}.lxhp-content[data-section=supply-bids] .lxhp-module-hero h2{letter-spacing:-.02em!important;margin:4px 0 6px!important;font-size:24px!important;font-weight:400!important;line-height:1.2!important}.lxhp-content[data-section=supply-bids] .lxhp-module-hero p{max-width:900px!important;color:var(--lxhp-muted)!important;margin:0!important;font-size:13px!important;line-height:1.6!important}.lxhp-content[data-section=supply-bids] .lxhp-module-actions{background:var(--lxhp-panel)!important;border-top:0!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:18px 20px 20px!important;display:grid!important}.lxhp-content[data-section=supply-bids] .lxhp-module-actions>div{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;border-radius:5px!important;align-content:center!important;gap:5px!important;min-height:82px!important;padding:15px!important;transition:border-color .15s,background .15s,transform .15s!important;display:grid!important}.lxhp-content[data-section=supply-bids] .lxhp-module-actions>div:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--lxhp-accent) 28%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 3%,var(--lxhp-panel-2))!important}.lxhp-content[data-section=supply-bids] .lxhp-module-actions span{letter-spacing:.05em!important;text-transform:uppercase!important;color:var(--lxhp-muted)!important;font-size:10px!important;font-weight:400!important;line-height:1.3!important}.lxhp-content[data-section=supply-bids] .lxhp-module-actions strong{color:var(--lxhp-text)!important;margin:0!important;font-size:13px!important;font-weight:400!important;line-height:1.4!important}.lxhp-content[data-section=supply-bids] .lxhp-workspace-grid>.lxhp-panel:nth-child(2)>.lxhp-panel__head{border-bottom:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel)!important;min-height:86px!important;padding:18px 20px!important}.lxhp-content[data-section=supply-bids] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:20px!important;display:grid!important}.lxhp-content[data-section=supply-bids] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;border-radius:5px!important;grid-template-columns:36px minmax(0,1fr)!important;align-content:start!important;align-items:start!important;gap:12px!important;min-height:132px!important;margin:0!important;padding:16px!important;transition:border-color .15s,background .15s!important;display:grid!important}.lxhp-content[data-section=supply-bids] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p:hover{border-color:color-mix(in srgb,var(--lxhp-accent) 20%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 2%,var(--lxhp-panel-2))!important}.lxhp-content[data-section=supply-bids] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p>span{border:1px solid color-mix(in srgb,#16a66a 22%,var(--lxhp-line))!important;background:color-mix(in srgb,#16a66a 10%,var(--lxhp-panel))!important;color:#15915b!important;border-radius:5px!important;place-items:center!important;width:34px!important;height:34px!important;display:grid!important}.lxhp-content[data-section=supply-bids] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p>span svg{width:16px!important;height:16px!important;margin:auto!important}.lxhp-content[data-section=supply-bids] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list b{color:var(--lxhp-text)!important;font-size:13px!important;font-weight:400!important;line-height:1.4!important}.lxhp-content[data-section=supply-bids] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list b small{color:var(--lxhp-muted)!important;margin-top:5px!important;font-size:11px!important;font-weight:400!important;line-height:1.55!important;display:block!important}@media (max-width:900px){.lxhp-content[data-section=supply-bids] .lxhp-module-actions,.lxhp-content[data-section=supply-bids] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list{grid-template-columns:1fr!important}.lxhp-content[data-section=supply-bids] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p{min-height:0!important}}@media (max-width:760px){.lxhp-content[data-section=supply-bids] .lxhp-workspace-grid>.lxhp-panel:first-child .lxhp-module-hero{grid-template-columns:46px minmax(0,1fr)!important;align-items:start!important;gap:13px!important;min-height:0!important;padding:16px!important}.lxhp-content[data-section=supply-bids] .lxhp-module-icon{width:46px!important;height:46px!important;box-shadow:none!important}.lxhp-content[data-section=supply-bids] .lxhp-module-icon svg{width:21px!important;height:21px!important}.lxhp-content[data-section=supply-bids] .lxhp-module-hero h2{font-size:20px!important}.lxhp-content[data-section=supply-bids] .lxhp-module-actions{gap:10px!important;padding:14px 16px 16px!important}.lxhp-content[data-section=supply-bids] .lxhp-module-actions>div{min-height:68px!important;padding:12px 13px!important}.lxhp-content[data-section=supply-bids] .lxhp-workspace-grid>.lxhp-panel:nth-child(2)>.lxhp-panel__head{min-height:0!important;padding:15px 16px!important}.lxhp-content[data-section=supply-bids] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list{gap:10px!important;padding:16px!important}.lxhp-content[data-section=supply-bids] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p{padding:14px!important}}.lxhp-role-seller .lxhp-content[data-section=publishers] .lxhp-workspace-grid{grid-template-columns:minmax(0,1fr)!important;align-items:start!important;gap:15px!important}.lxhp-role-seller .lxhp-content[data-section=publishers] .lxhp-workspace-grid>.lxhp-panel{width:100%;min-width:0;overflow:hidden}.lxhp-role-seller .lxhp-content[data-section=publishers] .lxhp-workspace-grid>.lxhp-panel:first-child{border-color:color-mix(in srgb,var(--lxhp-accent) 16%,var(--lxhp-line))!important}.lxhp-role-seller .lxhp-content[data-section=publishers] .lxhp-workspace-grid>.lxhp-panel:first-child .lxhp-module-hero{min-height:158px;border-bottom:1px solid var(--lxhp-line)!important;background:linear-gradient(135deg,color-mix(in srgb,var(--lxhp-accent) 6%,var(--lxhp-panel)),var(--lxhp-panel))!important;grid-template-columns:60px minmax(0,1fr)!important;align-items:center!important;gap:18px!important;padding:24px!important}.lxhp-role-seller .lxhp-content[data-section=publishers] .lxhp-module-icon{border:1px solid color-mix(in srgb,var(--lxhp-accent) 28%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 10%,var(--lxhp-panel))!important;width:60px!important;height:60px!important;color:var(--lxhp-accent)!important;box-shadow:0 8px 20px color-mix(in srgb,var(--lxhp-accent) 8%,transparent)!important;border-radius:5px!important;place-items:center!important;display:grid!important}.lxhp-role-seller .lxhp-content[data-section=publishers] .lxhp-module-icon svg{width:26px!important;height:26px!important;margin:auto!important}.lxhp-role-seller .lxhp-content[data-section=publishers] .lxhp-module-hero h2{letter-spacing:-.02em!important;margin:4px 0 6px!important;font-size:24px!important;font-weight:400!important;line-height:1.2!important}.lxhp-role-seller .lxhp-content[data-section=publishers] .lxhp-module-hero p{max-width:900px!important;color:var(--lxhp-muted)!important;margin:0!important;font-size:13px!important;line-height:1.6!important}.lxhp-role-seller .lxhp-content[data-section=publishers] .lxhp-module-actions{background:var(--lxhp-panel)!important;border-top:0!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:18px 20px 20px!important;display:grid!important}.lxhp-role-seller .lxhp-content[data-section=publishers] .lxhp-module-actions>div{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;border-radius:5px!important;align-content:center!important;gap:5px!important;min-height:82px!important;padding:15px!important;transition:border-color .15s,background .15s,transform .15s!important;display:grid!important}.lxhp-role-seller .lxhp-content[data-section=publishers] .lxhp-module-actions>div:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--lxhp-accent) 28%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 3%,var(--lxhp-panel-2))!important}.lxhp-role-seller .lxhp-content[data-section=publishers] .lxhp-module-actions span{letter-spacing:.05em!important;text-transform:uppercase!important;color:var(--lxhp-muted)!important;font-size:10px!important;font-weight:400!important;line-height:1.3!important}.lxhp-role-seller .lxhp-content[data-section=publishers] .lxhp-module-actions strong{color:var(--lxhp-text)!important;margin:0!important;font-size:13px!important;font-weight:400!important;line-height:1.4!important}.lxhp-role-seller .lxhp-content[data-section=publishers] .lxhp-workspace-grid>.lxhp-panel:nth-child(2)>.lxhp-panel__head{border-bottom:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel)!important;min-height:86px!important;padding:18px 20px!important}.lxhp-role-seller .lxhp-content[data-section=publishers] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:20px!important;display:grid!important}.lxhp-role-seller .lxhp-content[data-section=publishers] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;border-radius:5px!important;grid-template-columns:36px minmax(0,1fr)!important;align-content:start!important;align-items:start!important;gap:12px!important;min-height:132px!important;margin:0!important;padding:16px!important;transition:border-color .15s,background .15s!important;display:grid!important}.lxhp-role-seller .lxhp-content[data-section=publishers] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p:hover{border-color:color-mix(in srgb,var(--lxhp-accent) 20%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 2%,var(--lxhp-panel-2))!important}.lxhp-role-seller .lxhp-content[data-section=publishers] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p>span{border:1px solid color-mix(in srgb,#16a66a 22%,var(--lxhp-line))!important;background:color-mix(in srgb,#16a66a 10%,var(--lxhp-panel))!important;color:#15915b!important;border-radius:5px!important;place-items:center!important;width:34px!important;height:34px!important;display:grid!important}.lxhp-role-seller .lxhp-content[data-section=publishers] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p>span svg{width:16px!important;height:16px!important;margin:auto!important}.lxhp-role-seller .lxhp-content[data-section=publishers] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list b{color:var(--lxhp-text)!important;font-size:13px!important;font-weight:400!important;line-height:1.4!important}.lxhp-role-seller .lxhp-content[data-section=publishers] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list b small{color:var(--lxhp-muted)!important;margin-top:5px!important;font-size:11px!important;font-weight:400!important;line-height:1.55!important;display:block!important}@media (max-width:900px){.lxhp-role-seller .lxhp-content[data-section=publishers] .lxhp-module-actions,.lxhp-role-seller .lxhp-content[data-section=publishers] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list{grid-template-columns:1fr!important}.lxhp-role-seller .lxhp-content[data-section=publishers] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p{min-height:0!important}}@media (max-width:760px){.lxhp-role-seller .lxhp-content[data-section=publishers] .lxhp-workspace-grid>.lxhp-panel:first-child .lxhp-module-hero{grid-template-columns:46px minmax(0,1fr)!important;align-items:start!important;gap:13px!important;min-height:0!important;padding:16px!important}.lxhp-role-seller .lxhp-content[data-section=publishers] .lxhp-module-icon{width:46px!important;height:46px!important;box-shadow:none!important}.lxhp-role-seller .lxhp-content[data-section=publishers] .lxhp-module-icon svg{width:21px!important;height:21px!important}.lxhp-role-seller .lxhp-content[data-section=publishers] .lxhp-module-hero h2{font-size:20px!important}.lxhp-role-seller .lxhp-content[data-section=publishers] .lxhp-module-actions{gap:10px!important;padding:14px 16px 16px!important}.lxhp-role-seller .lxhp-content[data-section=publishers] .lxhp-module-actions>div{min-height:68px!important;padding:12px 13px!important}.lxhp-role-seller .lxhp-content[data-section=publishers] .lxhp-workspace-grid>.lxhp-panel:nth-child(2)>.lxhp-panel__head{min-height:0!important;padding:15px 16px!important}.lxhp-role-seller .lxhp-content[data-section=publishers] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list{gap:10px!important;padding:16px!important}.lxhp-role-seller .lxhp-content[data-section=publishers] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p{padding:14px!important}}.lxhp-role-seller .lxhp-content[data-section=affiliate-campaigns] .lxhp-workspace-grid{grid-template-columns:minmax(0,1fr)!important;align-items:start!important;gap:15px!important}.lxhp-role-seller .lxhp-content[data-section=affiliate-campaigns] .lxhp-workspace-grid>.lxhp-panel{width:100%;min-width:0;overflow:hidden}.lxhp-role-seller .lxhp-content[data-section=affiliate-campaigns] .lxhp-workspace-grid>.lxhp-panel:first-child{border-color:color-mix(in srgb,var(--lxhp-accent) 16%,var(--lxhp-line))!important}.lxhp-role-seller .lxhp-content[data-section=affiliate-campaigns] .lxhp-workspace-grid>.lxhp-panel:first-child .lxhp-module-hero{min-height:158px;border-bottom:1px solid var(--lxhp-line)!important;background:linear-gradient(135deg,color-mix(in srgb,var(--lxhp-accent) 6%,var(--lxhp-panel)),var(--lxhp-panel))!important;grid-template-columns:60px minmax(0,1fr)!important;align-items:center!important;gap:18px!important;padding:24px!important}.lxhp-role-seller .lxhp-content[data-section=affiliate-campaigns] .lxhp-module-icon{border:1px solid color-mix(in srgb,var(--lxhp-accent) 28%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 10%,var(--lxhp-panel))!important;width:60px!important;height:60px!important;color:var(--lxhp-accent)!important;box-shadow:0 8px 20px color-mix(in srgb,var(--lxhp-accent) 8%,transparent)!important;border-radius:5px!important;place-items:center!important;display:grid!important}.lxhp-role-seller .lxhp-content[data-section=affiliate-campaigns] .lxhp-module-icon svg{width:26px!important;height:26px!important;margin:auto!important}.lxhp-role-seller .lxhp-content[data-section=affiliate-campaigns] .lxhp-module-hero h2{letter-spacing:-.02em!important;margin:4px 0 6px!important;font-size:24px!important;font-weight:400!important;line-height:1.2!important}.lxhp-role-seller .lxhp-content[data-section=affiliate-campaigns] .lxhp-module-hero p{max-width:900px!important;color:var(--lxhp-muted)!important;margin:0!important;font-size:13px!important;line-height:1.6!important}.lxhp-role-seller .lxhp-content[data-section=affiliate-campaigns] .lxhp-module-actions{background:var(--lxhp-panel)!important;border-top:0!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:18px 20px 20px!important;display:grid!important}.lxhp-role-seller .lxhp-content[data-section=affiliate-campaigns] .lxhp-module-actions>div{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;border-radius:5px!important;align-content:center!important;gap:5px!important;min-height:82px!important;padding:15px!important;transition:border-color .15s,background .15s,transform .15s!important;display:grid!important}.lxhp-role-seller .lxhp-content[data-section=affiliate-campaigns] .lxhp-module-actions>div:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--lxhp-accent) 28%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 3%,var(--lxhp-panel-2))!important}.lxhp-role-seller .lxhp-content[data-section=affiliate-campaigns] .lxhp-module-actions span{letter-spacing:.05em!important;text-transform:uppercase!important;color:var(--lxhp-muted)!important;font-size:10px!important;font-weight:400!important;line-height:1.3!important}.lxhp-role-seller .lxhp-content[data-section=affiliate-campaigns] .lxhp-module-actions strong{color:var(--lxhp-text)!important;margin:0!important;font-size:13px!important;font-weight:400!important;line-height:1.4!important}.lxhp-role-seller .lxhp-content[data-section=affiliate-campaigns] .lxhp-workspace-grid>.lxhp-panel:nth-child(2)>.lxhp-panel__head{border-bottom:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel)!important;min-height:86px!important;padding:18px 20px!important}.lxhp-role-seller .lxhp-content[data-section=affiliate-campaigns] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:20px!important;display:grid!important}.lxhp-role-seller .lxhp-content[data-section=affiliate-campaigns] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;border-radius:5px!important;grid-template-columns:36px minmax(0,1fr)!important;align-content:start!important;align-items:start!important;gap:12px!important;min-height:132px!important;margin:0!important;padding:16px!important;transition:border-color .15s,background .15s!important;display:grid!important}.lxhp-role-seller .lxhp-content[data-section=affiliate-campaigns] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p:hover{border-color:color-mix(in srgb,var(--lxhp-accent) 20%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 2%,var(--lxhp-panel-2))!important}.lxhp-role-seller .lxhp-content[data-section=affiliate-campaigns] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p>span{border:1px solid color-mix(in srgb,#16a66a 22%,var(--lxhp-line))!important;background:color-mix(in srgb,#16a66a 10%,var(--lxhp-panel))!important;color:#15915b!important;border-radius:5px!important;place-items:center!important;width:34px!important;height:34px!important;display:grid!important}.lxhp-role-seller .lxhp-content[data-section=affiliate-campaigns] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p>span svg{width:16px!important;height:16px!important;margin:auto!important}.lxhp-role-seller .lxhp-content[data-section=affiliate-campaigns] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list b{color:var(--lxhp-text)!important;font-size:13px!important;font-weight:400!important;line-height:1.4!important}.lxhp-role-seller .lxhp-content[data-section=affiliate-campaigns] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list b small{color:var(--lxhp-muted)!important;margin-top:5px!important;font-size:11px!important;font-weight:400!important;line-height:1.55!important;display:block!important}.lxhp-role-seller .lxhp-content[data-section=calls] .lxhp-routing-stack{gap:15px!important;width:100%!important;min-width:0!important;display:grid!important}.lxhp-role-seller .lxhp-content[data-section=calls] .lxhp-form-message{border:1px solid color-mix(in srgb,var(--lxhp-accent) 24%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 5%,var(--lxhp-panel))!important;border-radius:5px!important;margin:0!important;padding:12px 14px!important}.lxhp-role-seller .lxhp-content[data-section=calls] .lxhp-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:15px!important;margin:0!important}.lxhp-role-seller .lxhp-content[data-section=calls] .lxhp-kpi{border:1px solid var(--lxhp-line)!important;background:linear-gradient(145deg,var(--lxhp-panel),color-mix(in srgb,var(--lxhp-accent) 3%,var(--lxhp-panel)))!important;min-height:104px!important;box-shadow:0 8px 22px color-mix(in srgb,var(--lxhp-text) 4%,transparent)!important;border-radius:5px!important;grid-template-columns:1fr!important;align-content:center!important;gap:5px!important;padding:18px 20px!important;display:grid!important}.lxhp-role-seller .lxhp-content[data-section=calls] .lxhp-kpi:hover{border-color:color-mix(in srgb,var(--lxhp-accent) 25%,var(--lxhp-line))!important;transform:translateY(-1px)!important}.lxhp-role-seller .lxhp-content[data-section=calls] .lxhp-kpi>span{letter-spacing:.05em!important;text-transform:uppercase!important;color:var(--lxhp-muted)!important;font-size:10px!important;font-weight:400!important;line-height:1.3!important;display:block!important}.lxhp-role-seller .lxhp-content[data-section=calls] .lxhp-kpi>strong{letter-spacing:-.025em!important;color:var(--lxhp-text)!important;margin:1px 0 0!important;font-size:25px!important;font-weight:400!important;line-height:1.15!important;display:block!important}.lxhp-role-seller .lxhp-content[data-section=calls] .lxhp-kpi>.lxhp-cell-note{color:var(--lxhp-muted)!important;margin-top:2px!important;font-size:11px!important;display:block!important}.lxhp-role-seller .lxhp-content[data-section=calls] .lxhp-routing-stack>.lxhp-panel{border-color:color-mix(in srgb,var(--lxhp-accent) 12%,var(--lxhp-line))!important;width:100%!important;min-width:0!important;overflow:hidden!important}.lxhp-role-seller .lxhp-content[data-section=calls] .lxhp-routing-stack>.lxhp-panel>.lxhp-panel__head{border-bottom:1px solid var(--lxhp-line)!important;background:linear-gradient(135deg,color-mix(in srgb,var(--lxhp-accent) 5%,var(--lxhp-panel)),var(--lxhp-panel))!important;min-height:92px!important;padding:18px 20px!important}.lxhp-role-seller .lxhp-content[data-section=calls] .lxhp-routing-stack>.lxhp-panel>.lxhp-panel__head .lxhp-eyebrow{letter-spacing:.06em!important;text-transform:uppercase!important;font-size:10px!important;font-weight:400!important}.lxhp-role-seller .lxhp-content[data-section=calls] .lxhp-routing-stack>.lxhp-panel>.lxhp-panel__head h2{letter-spacing:-.015em!important;margin:4px 0!important;font-size:20px!important;font-weight:400!important}.lxhp-role-seller .lxhp-content[data-section=calls] .lxhp-routing-stack>.lxhp-panel>.lxhp-panel__head p{max-width:940px!important;color:var(--lxhp-muted)!important;margin:3px 0 0!important;font-size:12px!important;line-height:1.55!important}.lxhp-role-seller .lxhp-content[data-section=calls] .lxhp-table-wrap{background:var(--lxhp-panel)!important;border-radius:0!important;width:100%!important;overflow:auto!important}.lxhp-role-seller .lxhp-content[data-section=calls] .lxhp-table{border-collapse:separate!important;border-spacing:0!important;width:100%!important;min-width:980px!important}.lxhp-role-seller .lxhp-content[data-section=calls] .lxhp-table th{z-index:2!important;border-bottom:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;letter-spacing:.04em!important;text-transform:uppercase!important;color:var(--lxhp-muted)!important;padding:11px 13px!important;font-size:10px!important;font-weight:400!important;line-height:1.3!important;position:sticky!important;top:0!important}.lxhp-role-seller .lxhp-content[data-section=calls] .lxhp-table td{border-bottom:1px solid var(--lxhp-line)!important;vertical-align:middle!important;padding:13px!important;font-size:12px!important;line-height:1.45!important}.lxhp-role-seller .lxhp-content[data-section=calls] .lxhp-table tbody tr:last-child td{border-bottom:0!important}.lxhp-role-seller .lxhp-content[data-section=calls] .lxhp-table tbody tr:hover td{background:color-mix(in srgb,var(--lxhp-accent) 2%,var(--lxhp-panel))!important}.lxhp-role-seller .lxhp-content[data-section=calls] .lxhp-table td strong{color:var(--lxhp-text)!important;font-size:12px!important;font-weight:400!important}.lxhp-role-seller .lxhp-content[data-section=calls] .lxhp-cell-note{color:var(--lxhp-muted)!important;margin-top:3px!important;font-size:10px!important;line-height:1.4!important;display:block!important}.lxhp-role-seller .lxhp-content[data-section=calls] .lxhp-status-pill{border-radius:5px!important;align-items:center!important;min-height:26px!important;padding:5px 8px!important;font-size:10px!important;font-weight:400!important}.lxhp-role-seller .lxhp-content[data-section=calls] .lxhp-empty-state{background:linear-gradient(180deg,var(--lxhp-panel),color-mix(in srgb,var(--lxhp-panel-2) 70%,var(--lxhp-panel)))!important;min-height:190px!important;padding:32px 20px!important}.lxhp-role-seller .lxhp-content[data-section=calls] .lxhp-empty-state>span{background:color-mix(in srgb,var(--lxhp-accent) 8%,var(--lxhp-panel-2))!important;width:40px!important;height:40px!important;color:var(--lxhp-accent)!important;border-radius:5px!important}.lxhp-role-seller .lxhp-content[data-section=calls] .lxhp-empty-state strong{font-size:14px!important;font-weight:400!important}.lxhp-role-seller .lxhp-content[data-section=calls] .lxhp-empty-state p{max-width:620px!important;font-size:12px!important;line-height:1.55!important}@media (max-width:980px){.lxhp-role-seller .lxhp-content[data-section=affiliate-campaigns] .lxhp-module-actions,.lxhp-role-seller .lxhp-content[data-section=affiliate-campaigns] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list{grid-template-columns:1fr!important}.lxhp-role-seller .lxhp-content[data-section=affiliate-campaigns] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p{min-height:0!important}.lxhp-role-seller .lxhp-content[data-section=calls] .lxhp-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:760px){.lxhp-role-seller .lxhp-content[data-section=affiliate-campaigns] .lxhp-workspace-grid>.lxhp-panel:first-child .lxhp-module-hero{grid-template-columns:46px minmax(0,1fr)!important;align-items:start!important;gap:13px!important;min-height:0!important;padding:16px!important}.lxhp-role-seller .lxhp-content[data-section=affiliate-campaigns] .lxhp-module-icon{width:46px!important;height:46px!important;box-shadow:none!important}.lxhp-role-seller .lxhp-content[data-section=affiliate-campaigns] .lxhp-module-icon svg{width:21px!important;height:21px!important}.lxhp-role-seller .lxhp-content[data-section=affiliate-campaigns] .lxhp-module-hero h2{font-size:20px!important}.lxhp-role-seller .lxhp-content[data-section=affiliate-campaigns] .lxhp-module-actions{gap:10px!important;padding:14px 16px 16px!important}.lxhp-role-seller .lxhp-content[data-section=affiliate-campaigns] .lxhp-module-actions>div{min-height:68px!important;padding:12px 13px!important}.lxhp-role-seller .lxhp-content[data-section=affiliate-campaigns] .lxhp-workspace-grid>.lxhp-panel:nth-child(2)>.lxhp-panel__head{min-height:0!important;padding:15px 16px!important}.lxhp-role-seller .lxhp-content[data-section=affiliate-campaigns] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list{gap:10px!important;padding:16px!important}.lxhp-role-seller .lxhp-content[data-section=affiliate-campaigns] .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p{padding:14px!important}.lxhp-role-seller .lxhp-content[data-section=calls] .lxhp-routing-stack{gap:12px!important}.lxhp-role-seller .lxhp-content[data-section=calls] .lxhp-kpi-grid{grid-template-columns:1fr!important;gap:12px!important}.lxhp-role-seller .lxhp-content[data-section=calls] .lxhp-kpi{min-height:88px!important;padding:15px 16px!important}.lxhp-role-seller .lxhp-content[data-section=calls] .lxhp-kpi>strong{font-size:22px!important}.lxhp-role-seller .lxhp-content[data-section=calls] .lxhp-routing-stack>.lxhp-panel>.lxhp-panel__head{min-height:0!important;padding:15px 16px!important}.lxhp-role-seller .lxhp-content[data-section=calls] .lxhp-table th,.lxhp-role-seller .lxhp-content[data-section=calls] .lxhp-table td{padding:10px 11px!important}}.lxhp-role-seller .lxhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lxhp-workspace-grid{grid-template-columns:minmax(0,1fr)!important;align-items:start!important;gap:15px!important}.lxhp-role-seller .lxhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lxhp-workspace-grid>.lxhp-panel{width:100%!important;min-width:0!important;overflow:hidden!important}.lxhp-role-seller .lxhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lxhp-workspace-grid>.lxhp-panel:first-child{border-color:color-mix(in srgb,var(--lxhp-accent) 16%,var(--lxhp-line))!important}.lxhp-role-seller .lxhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lxhp-workspace-grid>.lxhp-panel:first-child .lxhp-module-hero{border-bottom:1px solid var(--lxhp-line)!important;background:linear-gradient(135deg,color-mix(in srgb,var(--lxhp-accent) 6%,var(--lxhp-panel)),var(--lxhp-panel))!important;grid-template-columns:60px minmax(0,1fr)!important;align-items:center!important;gap:18px!important;min-height:158px!important;padding:24px!important}.lxhp-role-seller .lxhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lxhp-module-icon{border:1px solid color-mix(in srgb,var(--lxhp-accent) 28%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 10%,var(--lxhp-panel))!important;width:60px!important;height:60px!important;color:var(--lxhp-accent)!important;box-shadow:0 8px 20px color-mix(in srgb,var(--lxhp-accent) 8%,transparent)!important;border-radius:5px!important;place-items:center!important;display:grid!important}.lxhp-role-seller .lxhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lxhp-module-icon svg{width:26px!important;height:26px!important;margin:auto!important;display:block!important}.lxhp-role-seller .lxhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lxhp-module-hero h2{letter-spacing:-.02em!important;margin:4px 0 6px!important;font-size:24px!important;font-weight:400!important;line-height:1.2!important}.lxhp-role-seller .lxhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lxhp-module-hero p{max-width:900px!important;color:var(--lxhp-muted)!important;margin:0!important;font-size:13px!important;line-height:1.6!important}.lxhp-role-seller .lxhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lxhp-module-actions{background:var(--lxhp-panel)!important;border-top:0!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:18px 20px 20px!important;display:grid!important}.lxhp-role-seller .lxhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lxhp-module-actions>div{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;border-radius:5px!important;align-content:center!important;gap:5px!important;min-height:82px!important;padding:15px!important;transition:border-color .15s,background .15s,transform .15s!important;display:grid!important}.lxhp-role-seller .lxhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lxhp-module-actions>div:hover{border-color:color-mix(in srgb,var(--lxhp-accent) 28%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 3%,var(--lxhp-panel-2))!important;transform:translateY(-1px)!important}.lxhp-role-seller .lxhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lxhp-module-actions span{letter-spacing:.05em!important;text-transform:uppercase!important;color:var(--lxhp-muted)!important;font-size:10px!important;font-weight:400!important;line-height:1.3!important}.lxhp-role-seller .lxhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lxhp-module-actions strong{color:var(--lxhp-text)!important;margin:0!important;font-size:13px!important;font-weight:400!important;line-height:1.4!important}.lxhp-role-seller .lxhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lxhp-workspace-grid>.lxhp-panel:nth-child(2)>.lxhp-panel__head{border-bottom:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel)!important;min-height:86px!important;padding:18px 20px!important}.lxhp-role-seller .lxhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:20px!important;display:grid!important}.lxhp-role-seller .lxhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;border-radius:5px!important;grid-template-columns:36px minmax(0,1fr)!important;align-content:start!important;align-items:start!important;gap:12px!important;min-height:132px!important;margin:0!important;padding:16px!important;transition:border-color .15s,background .15s!important;display:grid!important}.lxhp-role-seller .lxhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p:hover{border-color:color-mix(in srgb,var(--lxhp-accent) 20%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 2%,var(--lxhp-panel-2))!important}.lxhp-role-seller .lxhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p>span{border:1px solid color-mix(in srgb,#16a66a 22%,var(--lxhp-line))!important;background:color-mix(in srgb,#16a66a 10%,var(--lxhp-panel))!important;color:#15915b!important;border-radius:5px!important;place-items:center!important;width:34px!important;height:34px!important;display:grid!important}.lxhp-role-seller .lxhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p>span svg{width:16px!important;height:16px!important;margin:auto!important;display:block!important}.lxhp-role-seller .lxhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list b{color:var(--lxhp-text)!important;font-size:13px!important;font-weight:400!important;line-height:1.4!important}.lxhp-role-seller .lxhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list b small{color:var(--lxhp-muted)!important;margin-top:5px!important;font-size:11px!important;font-weight:400!important;line-height:1.55!important;display:block!important}@media (max-width:900px){.lxhp-role-seller .lxhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lxhp-module-actions,.lxhp-role-seller .lxhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list{grid-template-columns:1fr!important}.lxhp-role-seller .lxhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p{min-height:0!important}}@media (max-width:760px){.lxhp-role-seller .lxhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lxhp-workspace-grid>.lxhp-panel:first-child .lxhp-module-hero{grid-template-columns:46px minmax(0,1fr)!important;align-items:start!important;gap:13px!important;min-height:0!important;padding:16px!important}.lxhp-role-seller .lxhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lxhp-module-icon{width:46px!important;height:46px!important;box-shadow:none!important}.lxhp-role-seller .lxhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lxhp-module-icon svg{width:21px!important;height:21px!important}.lxhp-role-seller .lxhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lxhp-module-hero h2{font-size:20px!important}.lxhp-role-seller .lxhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lxhp-module-actions{gap:10px!important;padding:14px 16px 16px!important}.lxhp-role-seller .lxhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lxhp-module-actions>div{min-height:68px!important;padding:12px 13px!important}.lxhp-role-seller .lxhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lxhp-workspace-grid>.lxhp-panel:nth-child(2)>.lxhp-panel__head{min-height:0!important;padding:15px 16px!important}.lxhp-role-seller .lxhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list{gap:10px!important;padding:16px!important}.lxhp-role-seller .lxhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p{padding:14px!important}}.lxhp-role-seller .lxhp-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]) .lxhp-workspace-grid{grid-template-columns:minmax(0,1fr)!important;align-items:start!important;gap:15px!important}.lxhp-role-seller .lxhp-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]) .lxhp-workspace-grid>.lxhp-panel{width:100%!important;min-width:0!important;overflow:hidden!important}.lxhp-role-seller .lxhp-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]) .lxhp-workspace-grid>.lxhp-panel:first-child{border-color:color-mix(in srgb,var(--lxhp-accent) 16%,var(--lxhp-line))!important}.lxhp-role-seller .lxhp-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]) .lxhp-workspace-grid>.lxhp-panel:first-child .lxhp-module-hero{border-bottom:1px solid var(--lxhp-line)!important;background:linear-gradient(135deg,color-mix(in srgb,var(--lxhp-accent) 6%,var(--lxhp-panel)),var(--lxhp-panel))!important;grid-template-columns:60px minmax(0,1fr)!important;align-items:center!important;gap:18px!important;min-height:158px!important;padding:24px!important}.lxhp-role-seller .lxhp-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]) .lxhp-module-icon{border:1px solid color-mix(in srgb,var(--lxhp-accent) 28%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 10%,var(--lxhp-panel))!important;width:60px!important;height:60px!important;color:var(--lxhp-accent)!important;box-shadow:0 8px 20px color-mix(in srgb,var(--lxhp-accent) 8%,transparent)!important;border-radius:5px!important;place-items:center!important;display:grid!important}.lxhp-role-seller .lxhp-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]) .lxhp-module-icon svg{width:26px!important;height:26px!important;margin:auto!important;display:block!important}.lxhp-role-seller .lxhp-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]) .lxhp-module-hero h2{letter-spacing:-.02em!important;margin:4px 0 6px!important;font-size:24px!important;font-weight:400!important;line-height:1.2!important}.lxhp-role-seller .lxhp-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]) .lxhp-module-hero p{max-width:900px!important;color:var(--lxhp-muted)!important;margin:0!important;font-size:13px!important;line-height:1.6!important}.lxhp-role-seller .lxhp-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]) .lxhp-module-actions{background:var(--lxhp-panel)!important;border-top:0!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:18px 20px 20px!important;display:grid!important}.lxhp-role-seller .lxhp-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]) .lxhp-module-actions>div{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;border-radius:5px!important;align-content:center!important;gap:5px!important;min-height:82px!important;padding:15px!important;transition:border-color .15s,background .15s,transform .15s!important;display:grid!important}.lxhp-role-seller .lxhp-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]) .lxhp-module-actions>div:hover{border-color:color-mix(in srgb,var(--lxhp-accent) 28%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 3%,var(--lxhp-panel-2))!important;transform:translateY(-1px)!important}.lxhp-role-seller .lxhp-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]) .lxhp-module-actions span{letter-spacing:.05em!important;text-transform:uppercase!important;color:var(--lxhp-muted)!important;font-size:10px!important;font-weight:400!important;line-height:1.3!important}.lxhp-role-seller .lxhp-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]) .lxhp-module-actions strong{color:var(--lxhp-text)!important;margin:0!important;font-size:13px!important;font-weight:400!important;line-height:1.4!important}.lxhp-role-seller .lxhp-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]) .lxhp-workspace-grid>.lxhp-panel:nth-child(2)>.lxhp-panel__head{border-bottom:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel)!important;min-height:86px!important;padding:18px 20px!important}.lxhp-role-seller .lxhp-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]) .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:20px!important;display:grid!important}.lxhp-role-seller .lxhp-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]) .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;border-radius:5px!important;grid-template-columns:36px minmax(0,1fr)!important;align-content:start!important;align-items:start!important;gap:12px!important;min-height:132px!important;margin:0!important;padding:16px!important;transition:border-color .15s,background .15s!important;display:grid!important}.lxhp-role-seller .lxhp-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]) .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p:hover{border-color:color-mix(in srgb,var(--lxhp-accent) 20%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 2%,var(--lxhp-panel-2))!important}.lxhp-role-seller .lxhp-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]) .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p>span{border:1px solid color-mix(in srgb,#16a66a 22%,var(--lxhp-line))!important;background:color-mix(in srgb,#16a66a 10%,var(--lxhp-panel))!important;color:#15915b!important;border-radius:5px!important;place-items:center!important;width:34px!important;height:34px!important;display:grid!important}.lxhp-role-seller .lxhp-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]) .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p>span svg{width:16px!important;height:16px!important;margin:auto!important;display:block!important}.lxhp-role-seller .lxhp-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]) .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list b{color:var(--lxhp-text)!important;font-size:13px!important;font-weight:400!important;line-height:1.4!important}.lxhp-role-seller .lxhp-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]) .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list b small{color:var(--lxhp-muted)!important;margin-top:5px!important;font-size:11px!important;font-weight:400!important;line-height:1.55!important;display:block!important}@media (max-width:900px){.lxhp-role-seller .lxhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lxhp-module-actions,.lxhp-role-seller .lxhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list{grid-template-columns:1fr!important}.lxhp-role-seller .lxhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p{min-height:0!important}}@media (max-width:760px){.lxhp-role-seller .lxhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lxhp-workspace-grid>.lxhp-panel:first-child .lxhp-module-hero{grid-template-columns:46px minmax(0,1fr)!important;align-items:start!important;gap:13px!important;min-height:0!important;padding:16px!important}.lxhp-role-seller .lxhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lxhp-module-icon{width:46px!important;height:46px!important;box-shadow:none!important}.lxhp-role-seller .lxhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lxhp-module-icon svg{width:21px!important;height:21px!important}.lxhp-role-seller .lxhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lxhp-module-hero h2{font-size:20px!important}.lxhp-role-seller .lxhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lxhp-module-actions{gap:10px!important;padding:14px 16px 16px!important}.lxhp-role-seller .lxhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lxhp-module-actions>div{min-height:68px!important;padding:12px 13px!important}.lxhp-role-seller .lxhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lxhp-workspace-grid>.lxhp-panel:nth-child(2)>.lxhp-panel__head{min-height:0!important;padding:15px 16px!important}.lxhp-role-seller .lxhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list{gap:10px!important;padding:16px!important}.lxhp-role-seller .lxhp-content:is([data-section=offers],[data-section=tracking-links],[data-section=traffic-sources],[data-section=partner-marketplace],[data-section=publisher-applications]) .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p{padding:14px!important}}.lxhp-role-seller .lxhp-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]) .lxhp-workspace-grid{grid-template-columns:1fr!important;align-items:start!important;gap:15px!important}.lxhp-role-seller .lxhp-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]) .lxhp-panel{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel)!important;box-shadow:0 8px 22px color-mix(in srgb,var(--lxhp-text) 4%,transparent)!important;border-radius:5px!important;overflow:hidden!important}.lxhp-role-seller .lxhp-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]) .lxhp-module-hero{border-bottom:1px solid var(--lxhp-line)!important;background:linear-gradient(135deg,var(--lxhp-panel),color-mix(in srgb,var(--lxhp-accent) 3%,var(--lxhp-panel-2)))!important;grid-template-columns:56px minmax(0,1fr)!important;align-items:start!important;gap:16px!important;padding:20px!important;display:grid!important}.lxhp-role-seller .lxhp-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]) .lxhp-module-icon{border:1px solid color-mix(in srgb,var(--lxhp-accent) 24%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 9%,var(--lxhp-panel))!important;width:52px!important;height:52px!important;color:var(--lxhp-accent)!important;border-radius:5px!important;place-items:center!important;display:grid!important}.lxhp-role-seller .lxhp-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]) .lxhp-module-icon svg{width:24px!important;height:24px!important;margin:auto!important;display:block!important}.lxhp-role-seller .lxhp-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]) .lxhp-module-hero h2{letter-spacing:-.02em!important;margin:3px 0 6px!important;font-size:22px!important;font-weight:400!important;line-height:1.2!important}.lxhp-role-seller .lxhp-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]) .lxhp-module-hero p{max-width:900px!important;color:var(--lxhp-muted)!important;margin:0!important;font-size:13px!important;line-height:1.6!important}.lxhp-role-seller .lxhp-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]) .lxhp-module-actions{background:var(--lxhp-panel)!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:18px 20px 20px!important;display:grid!important}.lxhp-role-seller .lxhp-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]) .lxhp-module-actions>div{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;border-radius:5px!important;align-content:center!important;gap:5px!important;min-height:82px!important;padding:15px!important;display:grid!important}.lxhp-role-seller .lxhp-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]) .lxhp-workspace-grid>.lxhp-panel:nth-child(2)>.lxhp-panel__head{border-bottom:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel)!important;padding:18px 20px!important}.lxhp-role-seller .lxhp-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]) .lxhp-check-list{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:20px!important;display:grid!important}.lxhp-role-seller .lxhp-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]) .lxhp-check-list p{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;border-radius:5px!important;grid-template-columns:36px minmax(0,1fr)!important;align-items:start!important;gap:12px!important;min-height:132px!important;margin:0!important;padding:16px!important;display:grid!important}.lxhp-role-seller .lxhp-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]) .lxhp-check-list p>span{border:1px solid color-mix(in srgb,#16a66a 22%,var(--lxhp-line))!important;background:color-mix(in srgb,#16a66a 10%,var(--lxhp-panel))!important;color:#15915b!important;border-radius:5px!important;place-items:center!important;width:34px!important;height:34px!important;display:grid!important}.lxhp-role-seller .lxhp-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]) .lxhp-check-list p>span svg{width:16px!important;height:16px!important;margin:auto!important;display:block!important}.lxhp-role-seller .lxhp-content:is([data-section=call-campaigns],[data-section=tracking-numbers],[data-section=call-recordings],[data-section=call-analytics]) :is(.lxhp-routing-stack,.lxhp-workspace-grid){align-items:start!important;gap:15px!important}.lxhp-role-seller .lxhp-content:is([data-section=call-campaigns],[data-section=tracking-numbers],[data-section=call-recordings],[data-section=call-analytics]) .lxhp-panel{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel)!important;box-shadow:0 8px 22px color-mix(in srgb,var(--lxhp-text) 4%,transparent)!important;border-radius:5px!important;overflow:hidden!important}.lxhp-role-seller .lxhp-content:is([data-section=call-campaigns],[data-section=tracking-numbers],[data-section=call-recordings],[data-section=call-analytics]) .lxhp-panel__head{border-bottom:1px solid var(--lxhp-line)!important;background:linear-gradient(135deg,var(--lxhp-panel),color-mix(in srgb,var(--lxhp-accent) 2%,var(--lxhp-panel-2)))!important;padding:18px 20px!important}.lxhp-role-seller .lxhp-content:is([data-section=call-campaigns],[data-section=tracking-numbers],[data-section=call-recordings],[data-section=call-analytics]) .lxhp-panel__head h2{margin:3px 0 4px!important;font-size:19px!important;font-weight:400!important;line-height:1.25!important}.lxhp-role-seller .lxhp-content:is([data-section=call-campaigns],[data-section=tracking-numbers],[data-section=call-recordings],[data-section=call-analytics]) .lxhp-panel__head p{max-width:880px!important;color:var(--lxhp-muted)!important;margin:3px 0 0!important;font-size:12px!important;line-height:1.55!important}.lxhp-role-seller .lxhp-content:is([data-section=call-campaigns],[data-section=tracking-numbers]) .lxhp-form-stack{background:var(--lxhp-panel)!important;gap:15px!important;padding:20px!important;display:grid!important}.lxhp-role-seller .lxhp-content:is([data-section=call-campaigns],[data-section=tracking-numbers]) .lxhp-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:15px!important}.lxhp-role-seller .lxhp-content:is([data-section=call-campaigns],[data-section=tracking-numbers]) .lxhp-form-stack label{gap:6px!important;min-width:0!important;font-size:12px!important;font-weight:400!important;display:grid!important}.lxhp-role-seller .lxhp-content:is([data-section=call-campaigns],[data-section=tracking-numbers]) .lxhp-form-stack :is(input,select,textarea){border-radius:5px!important;width:100%!important;min-width:0!important;min-height:44px!important}.lxhp-role-seller .lxhp-content[data-section=call-campaigns] .lxhp-checkbox-row{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;border-radius:5px!important;flex-wrap:wrap!important;gap:10px 18px!important;padding:15px!important;display:flex!important}.lxhp-role-seller .lxhp-content:is([data-section=call-campaigns],[data-section=tracking-numbers]) .lxhp-action-row{border-top:1px solid var(--lxhp-line)!important;flex-wrap:wrap!important;gap:10px!important;margin:0!important;padding-top:15px!important;display:flex!important}.lxhp-role-seller .lxhp-content:is([data-section=call-campaigns],[data-section=tracking-numbers],[data-section=call-recordings],[data-section=call-analytics]) .lxhp-table-wrap{border-radius:0 0 5px 5px!important;overflow:auto!important}.lxhp-role-seller .lxhp-content:is([data-section=call-campaigns],[data-section=tracking-numbers],[data-section=call-recordings],[data-section=call-analytics]) .lxhp-table th{z-index:2!important;background:var(--lxhp-panel-2)!important;letter-spacing:.045em!important;text-transform:uppercase!important;color:var(--lxhp-muted)!important;padding:11px 12px!important;font-size:10px!important;font-weight:400!important;position:sticky!important;top:0!important}.lxhp-role-seller .lxhp-content:is([data-section=call-campaigns],[data-section=tracking-numbers],[data-section=call-recordings],[data-section=call-analytics]) .lxhp-table td{vertical-align:middle!important;border-bottom-color:color-mix(in srgb,var(--lxhp-line) 82%,transparent)!important;padding:12px!important}.lxhp-role-seller .lxhp-content:is([data-section=call-campaigns],[data-section=tracking-numbers],[data-section=call-recordings],[data-section=call-analytics]) .lxhp-table tbody tr:hover td{background:color-mix(in srgb,var(--lxhp-accent) 3%,var(--lxhp-panel))!important}.lxhp-role-seller .lxhp-content:is([data-section=call-campaigns],[data-section=tracking-numbers],[data-section=call-recordings],[data-section=call-analytics]) .lxhp-empty-state{text-align:center!important;background:color-mix(in srgb,var(--lxhp-panel-2) 72%,var(--lxhp-panel))!important;align-content:center!important;place-items:center!important;gap:7px!important;min-height:190px!important;padding:30px 20px!important;display:grid!important}.lxhp-role-seller .lxhp-content[data-section=call-analytics] .lxhp-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:15px!important}.lxhp-role-seller .lxhp-content[data-section=call-analytics] .lxhp-kpi{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel)!important;border-radius:5px!important;align-content:center!important;gap:4px!important;min-height:104px!important;padding:17px 18px!important;display:grid!important}.lxhp-role-seller .lxhp-content[data-section=call-recordings] audio{width:min(260px,100%)!important;height:34px!important}@media (max-width:980px){.lxhp-role-seller .lxhp-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(.lxhp-module-actions,.lxhp-check-list),.lxhp-role-seller .lxhp-content:is([data-section=call-campaigns],[data-section=tracking-numbers]) .lxhp-form-grid{grid-template-columns:1fr!important}.lxhp-role-seller .lxhp-content[data-section=call-analytics] .lxhp-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:620px){.lxhp-role-seller .lxhp-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]) .lxhp-module-hero{grid-template-columns:44px minmax(0,1fr)!important;gap:12px!important;padding:16px!important}.lxhp-role-seller .lxhp-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]) .lxhp-module-icon{width:42px!important;height:42px!important}.lxhp-role-seller .lxhp-content:is([data-section=call-campaigns],[data-section=tracking-numbers]) .lxhp-form-stack{padding:16px!important}.lxhp-role-seller .lxhp-content:is([data-section=call-campaigns],[data-section=tracking-numbers],[data-section=call-recordings],[data-section=call-analytics]) .lxhp-panel__head{padding:15px 16px!important}.lxhp-role-seller .lxhp-content[data-section=call-analytics] .lxhp-kpi-grid{grid-template-columns:1fr!important}.lxhp-role-seller .lxhp-content:is([data-section=call-campaigns],[data-section=tracking-numbers]) .lxhp-action-row .lxhp-btn{justify-content:center!important;width:100%!important}}.lxhp-kpi.lxhp-kpi--text{grid-template-columns:minmax(0,1fr)!important;grid-auto-flow:row!important;align-content:center!important;place-items:start stretch!important;gap:4px 0!important;min-width:0!important;display:grid!important}.lxhp-kpi.lxhp-kpi--text>span,.lxhp-kpi.lxhp-kpi--text>strong,.lxhp-kpi.lxhp-kpi--text>small,.lxhp-kpi.lxhp-kpi--text>.lxhp-cell-note{grid-column:1!important;width:100%!important;min-width:0!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;display:block!important;position:static!important;inset:auto!important;transform:none!important}.lxhp-kpi.lxhp-kpi--text>span{overflow-wrap:anywhere!important;margin:0!important;line-height:1.35!important}.lxhp-kpi.lxhp-kpi--text>strong{overflow-wrap:anywhere!important;word-break:normal!important;margin:0!important;line-height:1.12!important}.lxhp-kpi.lxhp-kpi--text>small,.lxhp-kpi.lxhp-kpi--text>.lxhp-cell-note{overflow-wrap:anywhere!important;margin-top:1px!important;line-height:1.4!important}@media (max-width:620px){.lxhp-kpi.lxhp-kpi--text{row-gap:3px!important}.lxhp-kpi.lxhp-kpi--text>strong{font-size:clamp(21px,7vw,25px)!important}}.lxhp-app .lxhp-kpi-grid>*{min-width:0!important;max-width:100%!important}.lxhp-app .lxhp-kpi{min-width:0!important;max-width:100%!important;overflow:hidden!important}.lxhp-app .lxhp-kpi:not(:has(>.lxhp-kpi__icon)):not(:has(>.lxhp-kpi__copy)){grid-template-columns:minmax(0,1fr)!important;grid-auto-flow:row!important;align-content:center!important;place-items:start stretch!important;gap:4px 0!important;display:grid!important}.lxhp-app .lxhp-kpi:not(:has(>.lxhp-kpi__icon)):has(>.lxhp-kpi__copy){grid-template-columns:minmax(0,1fr)!important;align-items:center!important;display:grid!important}.lxhp-app .lxhp-kpi:has(>.lxhp-kpi__icon):has(>.lxhp-kpi__copy){grid-template-columns:auto minmax(0,1fr)!important;align-items:center!important;display:grid!important}.lxhp-app .lxhp-kpi__icon{grid-area:1/1!important;place-self:center!important}.lxhp-app .lxhp-kpi__copy{grid-template-columns:minmax(0,1fr)!important;align-content:center!important;row-gap:3px!important;width:100%!important;min-width:0!important;max-width:100%!important;display:grid!important}.lxhp-app .lxhp-kpi:has(>.lxhp-kpi__icon)>.lxhp-kpi__copy{grid-area:1/2!important}.lxhp-app .lxhp-kpi:not(:has(>.lxhp-kpi__icon))>.lxhp-kpi__copy{grid-column:1!important}.lxhp-app .lxhp-kpi__copy>:is(span,strong,small){overflow-wrap:anywhere!important;word-break:normal!important;width:100%!important;min-width:0!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;display:block!important;position:static!important;inset:auto!important;transform:none!important}.lxhp-app .lxhp-kpi:not(:has(>.lxhp-kpi__copy))>:is(span,strong,small,.lxhp-cell-note){overflow-wrap:anywhere!important;word-break:normal!important;width:100%!important;min-width:0!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;display:block!important;position:static!important;inset:auto!important;transform:none!important}:is(.lxhp-app .lxhp-kpi__copy>strong,.lxhp-app .lxhp-kpi:not(:has(>.lxhp-kpi__copy))>strong){font-variant-numeric:tabular-nums;line-height:1.12!important}.lxhp-app :is(.lxhp-autopilot-metrics>div,.lxhp-mini-metrics>div,.lxhp-verification-summary>div,.lxhp-economics-preview>div,.lxhpc-summary>div,.lxhp-finance-preview>div,.lxhp-connect-card>div,.lxhp-stat-card,.lxhp-command-metrics>div){min-width:0!important;max-width:100%!important;overflow:hidden!important}.lxhp-app :is(.lxhp-autopilot-metrics>div,.lxhp-mini-metrics>div,.lxhp-verification-summary>div,.lxhp-economics-preview>div,.lxhpc-summary>div,.lxhp-finance-preview>div,.lxhp-connect-card>div,.lxhp-stat-card,.lxhp-command-metrics>div)>:is(span,strong,small,b){overflow-wrap:anywhere!important;word-break:normal!important;min-width:0!important;max-width:100%!important}@media (max-width:760px){.lxhp-app .lxhp-kpi:has(>.lxhp-kpi__icon):has(>.lxhp-kpi__copy){grid-template-columns:44px minmax(0,1fr)!important}:is(.lxhp-app .lxhp-kpi__copy>strong,.lxhp-app .lxhp-kpi:not(:has(>.lxhp-kpi__copy))>strong){font-size:clamp(21px,7vw,27px)!important}}.lxhp-role-seller .lxhp-content[data-section=earnings]{--lxhp-earnings-gap:15px}.lxhp-role-seller .lxhp-content[data-section=earnings]>.lxhp-kpi-grid{gap:var(--lxhp-earnings-gap)!important;margin:0 0 var(--lxhp-earnings-gap)!important;grid-template-columns:repeat(5,minmax(0,1fr))!important}.lxhp-role-seller .lxhp-content[data-section=earnings]>.lxhp-kpi-grid>.lxhp-kpi{background:linear-gradient(145deg,var(--lxhp-panel),color-mix(in srgb,var(--lxhp-accent) 3%,var(--lxhp-panel)))!important;border-radius:5px!important;align-items:center!important;min-height:116px!important;padding:17px 18px!important;overflow:hidden!important}.lxhp-role-seller .lxhp-content[data-section=earnings]>.lxhp-kpi-grid>.lxhp-kpi .lxhp-kpi__icon{border-radius:5px!important;place-items:center!important;width:46px!important;height:46px!important;display:grid!important}.lxhp-role-seller .lxhp-content[data-section=earnings]>.lxhp-kpi-grid>.lxhp-kpi .lxhp-kpi__icon svg{width:22px!important;height:22px!important;margin:auto!important;display:block!important}.lxhp-role-seller .lxhp-content[data-section=earnings]>.lxhp-kpi-grid>.lxhp-kpi .lxhp-kpi__copy{align-content:center!important;gap:3px!important;min-width:0!important;display:grid!important}.lxhp-role-seller .lxhp-content[data-section=earnings]>.lxhp-kpi-grid>.lxhp-kpi .lxhp-kpi__copy span{color:var(--lxhp-muted)!important;font-size:12px!important;font-weight:400!important;line-height:1.3!important}.lxhp-role-seller .lxhp-content[data-section=earnings]>.lxhp-kpi-grid>.lxhp-kpi .lxhp-kpi__copy strong{font-variant-numeric:tabular-nums;letter-spacing:-.025em!important;overflow-wrap:anywhere!important;margin:0!important;font-size:clamp(22px,1.7vw,28px)!important;font-weight:400!important;line-height:1.08!important}.lxhp-role-seller .lxhp-content[data-section=earnings]>.lxhp-kpi-grid>.lxhp-kpi .lxhp-kpi__copy small{color:var(--lxhp-subtle)!important;margin:0!important;font-size:11px!important;line-height:1.35!important}.lxhp-role-seller .lxhp-content[data-section=earnings]>.lxhp-panel{border-radius:5px!important;width:100%!important;min-width:0!important;overflow:hidden!important}.lxhp-role-seller .lxhp-content[data-section=earnings]>.lxhp-panel>.lxhp-panel__head{border-bottom:1px solid var(--lxhp-line)!important;background:linear-gradient(180deg,var(--lxhp-panel),color-mix(in srgb,var(--lxhp-panel-2) 48%,var(--lxhp-panel)))!important;align-items:center!important;gap:16px!important;min-height:92px!important;padding:18px 20px!important}.lxhp-role-seller .lxhp-content[data-section=earnings]>.lxhp-panel>.lxhp-panel__head>div:first-child{min-width:0!important}.lxhp-role-seller .lxhp-content[data-section=earnings]>.lxhp-panel>.lxhp-panel__head .lxhp-eyebrow{margin-bottom:4px!important}.lxhp-role-seller .lxhp-content[data-section=earnings]>.lxhp-panel>.lxhp-panel__head h2{margin:0 0 5px!important;font-size:20px!important;line-height:1.2!important}.lxhp-role-seller .lxhp-content[data-section=earnings]>.lxhp-panel>.lxhp-panel__head p{max-width:820px!important;color:var(--lxhp-muted)!important;margin:0!important;line-height:1.5!important}.lxhp-role-seller .lxhp-content[data-section=earnings] .lxhp-stripe-status{border-radius:999px!important;flex:none!important;min-height:34px!important;padding:7px 10px!important}.lxhp-role-seller .lxhp-content[data-section=earnings] .lxhp-table-wrap{background:var(--lxhp-panel)!important;border-radius:0!important;width:100%!important;max-width:100%!important;overflow:auto!important}.lxhp-role-seller .lxhp-content[data-section=earnings] .lxhp-table{table-layout:auto!important;width:100%!important;min-width:820px!important}.lxhp-role-seller .lxhp-content[data-section=earnings] .lxhp-table th{z-index:2!important;background:var(--lxhp-panel-2)!important;color:var(--lxhp-muted)!important;letter-spacing:.045em!important;text-transform:uppercase!important;white-space:nowrap!important;padding:11px 14px!important;font-size:11px!important;font-weight:400!important;position:sticky!important;top:0!important}.lxhp-role-seller .lxhp-content[data-section=earnings] .lxhp-table td{vertical-align:middle!important;border-bottom:1px solid color-mix(in srgb,var(--lxhp-line) 78%,transparent)!important;padding:13px 14px!important;font-size:13px!important;line-height:1.4!important}.lxhp-role-seller .lxhp-content[data-section=earnings] .lxhp-table tbody tr{transition:background .15s!important}.lxhp-role-seller .lxhp-content[data-section=earnings] .lxhp-table tbody tr:hover{background:color-mix(in srgb,var(--lxhp-accent) 4%,var(--lxhp-panel))!important}.lxhp-role-seller .lxhp-content[data-section=earnings] .lxhp-table th:nth-child(2),.lxhp-role-seller .lxhp-content[data-section=earnings] .lxhp-table th:nth-child(3),.lxhp-role-seller .lxhp-content[data-section=earnings] .lxhp-table th:nth-child(4),.lxhp-role-seller .lxhp-content[data-section=earnings] .lxhp-table td:nth-child(2),.lxhp-role-seller .lxhp-content[data-section=earnings] .lxhp-table td:nth-child(3),.lxhp-role-seller .lxhp-content[data-section=earnings] .lxhp-table td:nth-child(4){font-variant-numeric:tabular-nums;text-align:right!important;white-space:nowrap!important}.lxhp-role-seller .lxhp-content[data-section=earnings] .lxhp-table th:nth-child(5),.lxhp-role-seller .lxhp-content[data-section=earnings] .lxhp-table td:nth-child(5){text-align:center!important;white-space:nowrap!important}.lxhp-role-seller .lxhp-content[data-section=earnings] .lxhp-table th:last-child,.lxhp-role-seller .lxhp-content[data-section=earnings] .lxhp-table td:last-child{white-space:nowrap!important}.lxhp-role-seller .lxhp-content[data-section=earnings] .lxhp-table td:first-child{font-family:var(--lxh-font);font-size:12px!important}.lxhp-role-seller .lxhp-content[data-section=earnings] .lxhp-empty-state{text-align:center!important;align-content:center!important;place-items:center!important;min-height:220px!important;padding:34px 20px!important;display:grid!important}@media (max-width:1500px){.lxhp-role-seller .lxhp-content[data-section=earnings]>.lxhp-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (max-width:1024px){.lxhp-role-seller .lxhp-content[data-section=earnings]>.lxhp-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.lxhp-role-seller .lxhp-content[data-section=earnings]>.lxhp-panel>.lxhp-panel__head{align-items:flex-start!important}}@media (max-width:620px){.lxhp-role-seller .lxhp-content[data-section=earnings]>.lxhp-kpi-grid{grid-template-columns:1fr!important;gap:12px!important;margin-bottom:15px!important}.lxhp-role-seller .lxhp-content[data-section=earnings]>.lxhp-kpi-grid>.lxhp-kpi{min-height:94px!important;padding:15px 16px!important}.lxhp-role-seller .lxhp-content[data-section=earnings]>.lxhp-kpi-grid>.lxhp-kpi .lxhp-kpi__icon{width:42px!important;height:42px!important}.lxhp-role-seller .lxhp-content[data-section=earnings]>.lxhp-panel>.lxhp-panel__head{padding:15px 16px!important}.lxhp-role-seller .lxhp-content[data-section=earnings] .lxhp-stripe-status{align-self:flex-start!important}.lxhp-role-seller .lxhp-content[data-section=earnings] .lxhp-table th,.lxhp-role-seller .lxhp-content[data-section=earnings] .lxhp-table td{padding:10px 11px!important}}.lxhp-role-seller .lxhp-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]){--lxhp-seller-insight-gap:15px}.lxhp-role-seller .lxhp-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(.lxhp-panel,.lxhp-card){border-radius:5px!important;min-width:0!important;max-width:100%!important;overflow:hidden!important}.lxhp-role-seller .lxhp-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(.lxhp-panel__head,.lxhp-card__head){border-bottom:1px solid var(--lxhp-line)!important;background:linear-gradient(180deg,var(--lxhp-panel),color-mix(in srgb,var(--lxhp-panel-2) 48%,var(--lxhp-panel)))!important;align-items:center!important;gap:15px!important;min-height:82px!important;padding:18px 20px!important}.lxhp-role-seller .lxhp-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(.lxhp-panel__head,.lxhp-card__head)>div:first-child{min-width:0!important}.lxhp-role-seller .lxhp-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]) .lxhp-panel__head h2{letter-spacing:-.015em!important;margin:3px 0 4px!important;font-size:20px!important;font-weight:400!important;line-height:1.2!important}.lxhp-role-seller .lxhp-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]) .lxhp-panel__head p{max-width:860px!important;color:var(--lxhp-muted)!important;margin:0!important;font-size:13px!important;line-height:1.5!important}.lxhp-role-seller .lxhp-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]) .lxhp-eyebrow{letter-spacing:.075em!important;font-size:11px!important;font-weight:400!important}.lxhp-role-seller .lxhp-content[data-section=payouts] .lxhp-finance-layout{grid-template-columns:minmax(0,1.35fr) minmax(360px,.65fr)!important;align-items:start!important;gap:15px!important;margin:0!important}.lxhp-role-seller .lxhp-content[data-section=payouts] .lxhp-finance-body{gap:15px!important;padding:20px!important;display:grid!important}.lxhp-role-seller .lxhp-content[data-section=payouts] .lxhp-connect-card{background:var(--lxhp-panel-2)!important;border-radius:5px!important;grid-template-columns:repeat(3,minmax(0,1fr))!important}.lxhp-role-seller .lxhp-content[data-section=payouts] .lxhp-connect-card>div{align-content:center!important;gap:4px!important;min-height:78px!important;padding:14px 16px!important;display:grid!important}.lxhp-role-seller .lxhp-content[data-section=payouts] .lxhp-connect-card span{color:var(--lxhp-muted)!important;font-size:11px!important;font-weight:400!important}.lxhp-role-seller .lxhp-content[data-section=payouts] .lxhp-connect-card strong{overflow-wrap:anywhere!important;margin:0!important;font-size:16px!important;font-weight:400!important;line-height:1.25!important}.lxhp-role-seller .lxhp-content[data-section=payouts] .lxhp-action-row{gap:9px!important;margin:0!important}.lxhp-role-seller .lxhp-content[data-section=payouts] .lxhp-inline-finance-form{border:1px solid var(--lxhp-line)!important;background:color-mix(in srgb,var(--lxhp-accent) 3%,var(--lxhp-panel-2))!important;border-radius:5px!important;grid-template-columns:minmax(220px,1fr) auto!important;align-items:end!important;gap:12px!important;margin:0!important;padding:16px!important}.lxhp-role-seller .lxhp-content[data-section=payouts] .lxhp-finance-settings{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;border-radius:5px!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:15px 18px!important;padding:18px!important}.lxhp-role-seller .lxhp-content[data-section=payouts] .lxhp-finance-settings>label:has(input[type=checkbox]){border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel)!important;border-radius:5px!important;align-self:end!important;align-items:center!important;gap:9px!important;min-height:44px!important;padding:10px 12px!important;display:flex!important}.lxhp-role-seller .lxhp-content[data-section=payouts] .lxhp-finance-settings input[type=checkbox]{flex:none!important;width:17px!important;height:17px!important;min-height:17px!important;margin:0!important}.lxhp-role-seller .lxhp-content[data-section=payouts] .lxhp-finance-settings>.lxhp-btn{grid-column:1/-1!important;justify-self:start!important}.lxhp-role-seller .lxhp-content[data-section=payouts] .lxhp-muted-copy{border-left:3px solid color-mix(in srgb,var(--lxhp-accent) 58%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 4%,var(--lxhp-panel))!important;border-radius:0 5px 5px 0!important;margin:0!important;padding:12px 14px!important;font-size:12px!important;line-height:1.5!important}.lxhp-role-seller .lxhp-content[data-section=payouts] .lxhp-stripe-status{flex:none!important;min-height:34px!important;padding:7px 10px!important}.lxhp-role-seller .lxhp-content[data-section=payouts] .lxhp-table-wrap,.lxhp-role-seller .lxhp-content:is([data-section=statements],[data-section=adjustments]) .lxhp-table-wrap,.lxhp-role-seller .lxhp-content[data-section=analytics] .lxhp-table-wrap{background:var(--lxhp-panel)!important;border-radius:0!important;width:100%!important;max-width:100%!important;overflow:auto!important}.lxhp-role-seller .lxhp-content[data-section=payouts] .lxhp-table{width:100%!important;min-width:760px!important}.lxhp-role-seller .lxhp-content:is([data-section=statements],[data-section=adjustments]) .lxhp-table{width:100%!important;min-width:900px!important}.lxhp-role-seller .lxhp-content[data-section=analytics] .lxhp-table{width:100%!important;min-width:980px!important}.lxhp-role-seller .lxhp-content:is([data-section=payouts],[data-section=statements],[data-section=adjustments],[data-section=analytics]) .lxhp-table th{z-index:2!important;background:var(--lxhp-panel-2)!important;color:var(--lxhp-muted)!important;letter-spacing:.04em!important;text-transform:uppercase!important;white-space:nowrap!important;padding:11px 13px!important;font-size:11px!important;font-weight:400!important;position:sticky!important;top:0!important}.lxhp-role-seller .lxhp-content:is([data-section=payouts],[data-section=statements],[data-section=adjustments],[data-section=analytics]) .lxhp-table td{vertical-align:middle!important;border-bottom:1px solid color-mix(in srgb,var(--lxhp-line) 78%,transparent)!important;padding:12px 13px!important;font-size:13px!important;line-height:1.4!important}.lxhp-role-seller .lxhp-content:is([data-section=payouts],[data-section=statements],[data-section=adjustments],[data-section=analytics]) .lxhp-table tbody tr{transition:background .14s!important}.lxhp-role-seller .lxhp-content:is([data-section=payouts],[data-section=statements],[data-section=adjustments],[data-section=analytics]) .lxhp-table tbody tr:hover{background:color-mix(in srgb,var(--lxhp-accent) 4%,var(--lxhp-panel))!important}.lxhp-role-seller .lxhp-content[data-section=payouts] .lxhp-table th:nth-child(2),.lxhp-role-seller .lxhp-content[data-section=payouts] .lxhp-table td:nth-child(2),.lxhp-role-seller .lxhp-content:is([data-section=statements],[data-section=adjustments]) .lxhp-table th:nth-child(4),.lxhp-role-seller .lxhp-content:is([data-section=statements],[data-section=adjustments]) .lxhp-table td:nth-child(4){font-variant-numeric:tabular-nums;text-align:right!important;white-space:nowrap!important}.lxhp-role-seller .lxhp-content[data-section=payouts] .lxhp-table th:nth-child(3),.lxhp-role-seller .lxhp-content[data-section=payouts] .lxhp-table td:nth-child(3),.lxhp-role-seller .lxhp-content:is([data-section=statements],[data-section=adjustments]) .lxhp-table th:nth-child(5),.lxhp-role-seller .lxhp-content:is([data-section=statements],[data-section=adjustments]) .lxhp-table td:nth-child(5){text-align:center!important;white-space:nowrap!important}.lxhp-role-seller .lxhp-content:is([data-section=statements],[data-section=adjustments])>.lxhp-panel{width:100%!important;margin:0!important}.lxhp-role-seller .lxhp-content:is([data-section=statements],[data-section=adjustments])>.lxhp-panel>.lxhp-panel__head .lxhp-btn{flex:none!important;min-width:108px!important}.lxhp-role-seller .lxhp-content:is([data-section=statements],[data-section=adjustments]) .lxhp-empty-state{min-height:220px!important;padding:34px 20px!important}.lxhp-role-seller .lxhp-content[data-section=analytics] .lxha-stack{gap:15px!important}.lxhp-role-seller .lxhp-content[data-section=analytics] .lxha-toolbar{align-items:flex-end!important;gap:18px!important;padding:18px 20px!important}.lxhp-role-seller .lxhp-content[data-section=analytics] .lxha-toolbar>div:first-child{min-width:0!important;max-width:780px!important}.lxhp-role-seller .lxhp-content[data-section=analytics] .lxha-toolbar h2{margin:3px 0 5px!important;font-size:21px!important;font-weight:400!important}.lxhp-role-seller .lxhp-content[data-section=analytics] .lxha-toolbar p{color:var(--lxhp-muted)!important;font-size:13px!important;line-height:1.5!important}.lxhp-role-seller .lxhp-content[data-section=analytics] .lxha-controls{flex:none!important;gap:10px!important}.lxhp-role-seller .lxhp-content[data-section=analytics] .lxha-controls label{min-width:138px!important;font-size:12px!important}.lxhp-role-seller .lxhp-content[data-section=analytics]>.lxha-stack>.lxhp-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:15px!important}.lxhp-role-seller .lxhp-content[data-section=analytics] .lxhp-kpi{background:linear-gradient(145deg,var(--lxhp-panel),color-mix(in srgb,var(--lxhp-accent) 3%,var(--lxhp-panel)))!important;border-radius:5px!important;min-height:104px!important;padding:16px 18px!important}.lxhp-role-seller .lxhp-content[data-section=analytics] .lxhp-kpi__copy{gap:4px!important}.lxhp-role-seller .lxhp-content[data-section=analytics] .lxhp-kpi__copy span{color:var(--lxhp-muted)!important;font-size:11px!important;font-weight:400!important}.lxhp-role-seller .lxhp-content[data-section=analytics] .lxhp-kpi__copy strong{font-variant-numeric:tabular-nums;letter-spacing:-.025em!important;font-size:clamp(22px,1.7vw,28px)!important;font-weight:400!important}.lxhp-role-seller .lxhp-content[data-section=analytics] .lxha-grid-wide{grid-template-columns:minmax(0,1.6fr) minmax(300px,.7fr)!important;gap:15px!important;margin:0!important}.lxhp-role-seller .lxhp-content[data-section=analytics] .lxhp-workspace-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:15px!important;margin:0!important}.lxhp-role-seller .lxhp-content[data-section=analytics] .lxha-bars{border-bottom:0!important;height:255px!important;padding:20px 10px 32px!important}.lxhp-role-seller .lxhp-content[data-section=analytics] .lxha-bar i{border-radius:4px 4px 0 0!important;max-width:28px!important}.lxhp-role-seller .lxhp-content[data-section=analytics] .lxha-metric-list{padding:4px 18px 14px!important}.lxhp-role-seller .lxhp-content[data-section=analytics] .lxha-metric-list>div{min-height:44px!important;padding:10px 0!important}.lxhp-role-seller .lxhp-content[data-section=analytics] .lxha-metric-list span{font-size:12px!important}.lxhp-role-seller .lxhp-content[data-section=analytics] .lxha-metric-list strong{font-variant-numeric:tabular-nums;font-size:13px!important;font-weight:400!important}.lxhp-role-seller .lxhp-content[data-section=analytics] .lxha-export{flex:none!important;gap:7px!important}.lxhp-role-seller .lxhp-content[data-section=analytics] .lxha-top-list{padding:4px 18px 14px!important}.lxhp-role-seller .lxhp-content[data-section=analytics] .lxha-top-list>div{min-height:58px!important;padding:10px 0!important}.lxhp-role-seller .lxhp-content[data-section=analytics] .lxha-top-list>b{border-radius:5px!important}.lxhp-role-seller .lxhp-content[data-section=reports] .lxha-stack{gap:15px!important}.lxhp-role-seller .lxhp-content[data-section=reports] .lxhp-form-stack{gap:16px!important;padding:20px!important}.lxhp-role-seller .lxhp-content[data-section=reports] .lxhp-form-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:15px 18px!important}.lxhp-role-seller .lxhp-content[data-section=reports] .lxhp-form-stack>label{gap:7px!important;display:grid!important}.lxhp-role-seller .lxhp-content[data-section=reports] .lxhp-form-stack>.lxhp-btn{justify-self:start!important;min-width:126px!important}.lxhp-role-seller .lxhp-content[data-section=reports] .lxha-report-list{gap:10px!important;padding:16px 18px 18px!important}.lxhp-role-seller .lxhp-content[data-section=reports] .lxha-report-list article{background:var(--lxhp-panel-2)!important;border-radius:5px!important;min-width:0!important;padding:15px 16px!important}.lxhp-role-seller .lxhp-content[data-section=reports] .lxha-report-list article>div:first-child{min-width:0!important}.lxhp-role-seller .lxhp-content[data-section=reports] .lxha-report-list article>div:first-child strong{font-size:14px!important;font-weight:400!important}.lxhp-role-seller .lxhp-content[data-section=reports] .lxha-report-list article>div:first-child :is(span,small,em){overflow-wrap:anywhere!important;font-size:12px!important;line-height:1.45!important}.lxhp-role-seller .lxhp-content[data-section=reports] .lxha-report-actions{flex:none!important;justify-content:flex-end!important;gap:7px!important}.lxhp-role-seller .lxhp-content[data-section=reports] .lxhp-empty-state{min-height:220px!important;padding:34px 20px!important}.lxhp-role-seller .lxhp-content:is([data-section=custom-analytics-builder],[data-section=buyer-scorecards],[data-section=partner-trust-scores]) .lxhp-workspace-grid{grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr)!important;gap:15px!important;margin:0!important}.lxhp-role-seller .lxhp-content:is([data-section=custom-analytics-builder],[data-section=buyer-scorecards],[data-section=partner-trust-scores]) .lxhp-module-hero{grid-template-columns:54px minmax(0,1fr)!important;align-items:start!important;gap:15px!important;padding:20px!important}.lxhp-role-seller .lxhp-content:is([data-section=custom-analytics-builder],[data-section=buyer-scorecards],[data-section=partner-trust-scores]) .lxhp-module-icon{border-radius:5px!important;place-items:center!important;width:52px!important;height:52px!important;display:grid!important}.lxhp-role-seller .lxhp-content:is([data-section=custom-analytics-builder],[data-section=buyer-scorecards],[data-section=partner-trust-scores]) .lxhp-module-icon svg{width:23px!important;height:23px!important;margin:auto!important;display:block!important}.lxhp-role-seller .lxhp-content:is([data-section=custom-analytics-builder],[data-section=buyer-scorecards],[data-section=partner-trust-scores]) .lxhp-module-hero h2{margin:3px 0 6px!important;font-size:21px!important;font-weight:400!important;line-height:1.2!important}.lxhp-role-seller .lxhp-content:is([data-section=custom-analytics-builder],[data-section=buyer-scorecards],[data-section=partner-trust-scores]) .lxhp-module-hero p{max-width:760px!important;font-size:13px!important;line-height:1.55!important}.lxhp-role-seller .lxhp-content:is([data-section=custom-analytics-builder],[data-section=buyer-scorecards],[data-section=partner-trust-scores]) .lxhp-module-actions{background:var(--lxhp-panel-2)!important;grid-template-columns:repeat(3,minmax(0,1fr))!important}.lxhp-role-seller .lxhp-content:is([data-section=custom-analytics-builder],[data-section=buyer-scorecards],[data-section=partner-trust-scores]) .lxhp-module-actions>div{align-content:center!important;min-height:76px!important;padding:13px 16px!important;display:grid!important}.lxhp-role-seller .lxhp-content:is([data-section=custom-analytics-builder],[data-section=buyer-scorecards],[data-section=partner-trust-scores]) .lxhp-module-actions span{font-size:11px!important;font-weight:400!important}.lxhp-role-seller .lxhp-content:is([data-section=custom-analytics-builder],[data-section=buyer-scorecards],[data-section=partner-trust-scores]) .lxhp-module-actions strong{overflow-wrap:anywhere!important;font-size:13px!important;font-weight:400!important}.lxhp-role-seller .lxhp-content:is([data-section=custom-analytics-builder],[data-section=buyer-scorecards],[data-section=partner-trust-scores]) .lxhp-check-list{padding:7px 18px 14px!important}.lxhp-role-seller .lxhp-content:is([data-section=custom-analytics-builder],[data-section=buyer-scorecards],[data-section=partner-trust-scores]) .lxhp-check-list p{grid-template-columns:30px minmax(0,1fr)!important;gap:10px!important;padding:11px 0!important}.lxhp-role-seller .lxhp-content:is([data-section=custom-analytics-builder],[data-section=buyer-scorecards],[data-section=partner-trust-scores]) .lxhp-check-list p>span{border-radius:5px!important;place-items:center!important;width:28px!important;height:28px!important;display:grid!important}.lxhp-role-seller .lxhp-content:is([data-section=custom-analytics-builder],[data-section=buyer-scorecards],[data-section=partner-trust-scores]) .lxhp-check-list p>span svg{margin:auto!important;display:block!important}.lxhp-role-seller .lxhp-content:is([data-section=custom-analytics-builder],[data-section=buyer-scorecards],[data-section=partner-trust-scores]) .lxhp-check-list b{font-size:13px!important;font-weight:400!important}.lxhp-role-seller .lxhp-content:is([data-section=custom-analytics-builder],[data-section=buyer-scorecards],[data-section=partner-trust-scores]) .lxhp-check-list b small{font-size:12px!important;line-height:1.45!important}@media (max-width:1280px){.lxhp-role-seller .lxhp-content[data-section=payouts] .lxhp-finance-layout{grid-template-columns:1fr!important}.lxhp-role-seller .lxhp-content[data-section=analytics]>.lxha-stack>.lxhp-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.lxhp-role-seller .lxhp-content[data-section=analytics] .lxhp-workspace-grid,.lxhp-role-seller .lxhp-content[data-section=reports] .lxhp-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:980px){.lxhp-role-seller .lxhp-content[data-section=analytics] .lxha-toolbar{flex-direction:column!important;align-items:stretch!important}.lxhp-role-seller .lxhp-content[data-section=analytics] .lxha-controls{width:100%!important}.lxhp-role-seller .lxhp-content[data-section=analytics] .lxha-controls label{flex:180px!important}.lxhp-role-seller .lxhp-content[data-section=analytics] .lxha-grid-wide,.lxhp-role-seller .lxhp-content:is([data-section=custom-analytics-builder],[data-section=buyer-scorecards],[data-section=partner-trust-scores]) .lxhp-workspace-grid{grid-template-columns:1fr!important}}@media (max-width:760px){.lxhp-role-seller .lxhp-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(.lxhp-panel__head,.lxhp-card__head){align-items:flex-start!important;padding:15px 16px!important}.lxhp-role-seller .lxhp-content[data-section=payouts] .lxhp-finance-body{padding:16px!important}.lxhp-role-seller .lxhp-content[data-section=payouts] .lxhp-finance-settings{grid-template-columns:1fr!important;padding:16px!important}.lxhp-role-seller .lxhp-content[data-section=payouts] .lxhp-inline-finance-form{grid-template-columns:1fr!important;padding:15px!important}.lxhp-role-seller .lxhp-content[data-section=payouts] .lxhp-connect-card{grid-template-columns:1fr!important}.lxhp-role-seller .lxhp-content[data-section=payouts] .lxhp-connect-card>div{border-right:0!important;border-bottom:1px solid var(--lxhp-line)!important}.lxhp-role-seller .lxhp-content[data-section=payouts] .lxhp-connect-card>div:last-child{border-bottom:0!important}.lxhp-role-seller .lxhp-content[data-section=analytics]>.lxha-stack>.lxhp-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.lxhp-role-seller .lxhp-content[data-section=analytics] .lxhp-workspace-grid{grid-template-columns:1fr!important}.lxhp-role-seller .lxhp-content[data-section=analytics] .lxha-toolbar,.lxhp-role-seller .lxhp-content[data-section=reports] .lxhp-form-stack{padding:16px!important}.lxhp-role-seller .lxhp-content[data-section=reports] .lxhp-form-grid{grid-template-columns:1fr!important}.lxhp-role-seller .lxhp-content[data-section=reports] .lxha-report-list article{flex-direction:column!important;align-items:flex-start!important}.lxhp-role-seller .lxhp-content[data-section=reports] .lxha-report-actions{justify-content:flex-start!important;width:100%!important}.lxhp-role-seller .lxhp-content[data-section=reports] .lxha-report-actions .lxhp-btn{flex:88px!important}.lxhp-role-seller .lxhp-content:is([data-section=custom-analytics-builder],[data-section=buyer-scorecards],[data-section=partner-trust-scores]) .lxhp-module-actions{grid-template-columns:1fr!important}.lxhp-role-seller .lxhp-content:is([data-section=custom-analytics-builder],[data-section=buyer-scorecards],[data-section=partner-trust-scores]) .lxhp-module-actions>div{border-right:0!important;border-bottom:1px solid var(--lxhp-line)!important}.lxhp-role-seller .lxhp-content:is([data-section=custom-analytics-builder],[data-section=buyer-scorecards],[data-section=partner-trust-scores]) .lxhp-module-actions>div:last-child{border-bottom:0!important}}@media (max-width:520px){.lxhp-role-seller .lxhp-content[data-section=analytics]>.lxha-stack>.lxhp-kpi-grid{grid-template-columns:1fr!important}.lxhp-role-seller .lxhp-content[data-section=analytics] .lxha-controls{grid-template-columns:1fr!important;display:grid!important}.lxhp-role-seller .lxhp-content[data-section=analytics] .lxha-controls label{width:100%!important;min-width:0!important}.lxhp-role-seller .lxhp-content[data-section=analytics] .lxha-controls .lxhp-btn,.lxhp-role-seller .lxhp-content:is([data-section=statements],[data-section=adjustments])>.lxhp-panel>.lxhp-panel__head .lxhp-btn{width:100%!important}.lxhp-role-seller .lxhp-content:is([data-section=custom-analytics-builder],[data-section=buyer-scorecards],[data-section=partner-trust-scores]) .lxhp-module-hero{grid-template-columns:44px minmax(0,1fr)!important;gap:12px!important;padding:16px!important}.lxhp-role-seller .lxhp-content:is([data-section=custom-analytics-builder],[data-section=buyer-scorecards],[data-section=partner-trust-scores]) .lxhp-module-icon{width:42px!important;height:42px!important}}.lxhp-role-seller .lxhp-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])>.lxhp-workspace-grid{align-items:start!important;gap:15px!important;width:100%!important;max-width:none!important;margin:0!important}.lxhp-role-seller .lxhp-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])>.lxhp-workspace-grid{grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr)!important}.lxhp-role-seller .lxhp-content:is([data-section=integrations],[data-section=wordpress],[data-section=api-docs])>.lxhp-workspace-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.lxhp-role-seller .lxhp-content:is([data-section=api-keys],[data-section=webhooks])>.lxhp-workspace-grid{grid-template-columns:1fr!important}.lxhp-role-seller .lxhp-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(.lxhp-panel,.lxhp-card){border-radius:5px!important;min-width:0!important;overflow:hidden!important}.lxhp-role-seller .lxhp-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(.lxhp-panel__head,.lxhp-card__head){background:linear-gradient(135deg,var(--lxhp-panel),color-mix(in srgb,var(--lxhp-accent) 2%,var(--lxhp-panel-2)))!important;align-items:flex-start!important;gap:15px!important;min-height:86px!important;padding:18px 20px!important}.lxhp-role-seller .lxhp-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]) .lxhp-panel__head>div{min-width:0!important}.lxhp-role-seller .lxhp-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]) .lxhp-panel__head h2{letter-spacing:-.015em!important;margin:3px 0 5px!important;font-size:20px!important;font-weight:400!important;line-height:1.25!important}.lxhp-role-seller .lxhp-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]) .lxhp-panel__head p{max-width:820px!important;color:var(--lxhp-muted)!important;margin:0!important;font-size:13px!important;line-height:1.5!important}.lxhp-role-seller .lxhp-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]) .lxhp-module-hero{grid-template-columns:54px minmax(0,1fr)!important;align-items:start!important;gap:15px!important;padding:20px!important}.lxhp-role-seller .lxhp-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]) .lxhp-module-icon{border-radius:5px!important;place-items:center!important;width:52px!important;height:52px!important;display:grid!important}.lxhp-role-seller .lxhp-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]) .lxhp-module-icon svg{width:23px!important;height:23px!important;margin:auto!important;display:block!important}.lxhp-role-seller .lxhp-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]) .lxhp-module-hero h2{margin:3px 0 6px!important;font-size:21px!important;font-weight:400!important;line-height:1.2!important}.lxhp-role-seller .lxhp-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]) .lxhp-module-hero p{max-width:760px!important;font-size:13px!important;line-height:1.55!important}.lxhp-role-seller .lxhp-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]) .lxhp-module-actions{background:var(--lxhp-panel-2)!important;grid-template-columns:repeat(3,minmax(0,1fr))!important}.lxhp-role-seller .lxhp-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]) .lxhp-module-actions>div{align-content:center!important;min-width:0!important;min-height:76px!important;padding:13px 16px!important;display:grid!important}.lxhp-role-seller .lxhp-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]) .lxhp-module-actions span{font-size:11px!important;font-weight:400!important}.lxhp-role-seller .lxhp-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]) .lxhp-module-actions strong{overflow-wrap:anywhere!important;min-width:0!important;font-size:13px!important;font-weight:400!important}.lxhp-role-seller .lxhp-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]) .lxhp-check-list{padding:7px 18px 14px!important}.lxhp-role-seller .lxhp-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]) .lxhp-check-list p{grid-template-columns:30px minmax(0,1fr)!important;gap:10px!important;padding:11px 0!important}.lxhp-role-seller .lxhp-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]) .lxhp-check-list p>span{border-radius:5px!important;place-items:center!important;width:28px!important;height:28px!important;display:grid!important}.lxhp-role-seller .lxhp-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]) .lxhp-check-list p>span svg{margin:auto!important;display:block!important}.lxhp-role-seller .lxhp-content[data-section=integrations] .lxhp-mini-kpis{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;padding:18px 20px 20px!important}.lxhp-role-seller .lxhp-content[data-section=integrations] .lxhp-mini-kpis>div{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;border-radius:5px!important;align-content:center!important;gap:5px!important;min-width:0!important;min-height:88px!important;padding:14px 16px!important;display:grid!important}.lxhp-role-seller .lxhp-content[data-section=integrations] .lxhp-mini-kpis span{color:var(--lxhp-muted)!important;font-size:11px!important;font-weight:400!important}.lxhp-role-seller .lxhp-content[data-section=integrations] .lxhp-mini-kpis strong{font-variant-numeric:tabular-nums;overflow-wrap:anywhere!important;min-width:0!important;font-size:24px!important;font-weight:400!important;line-height:1.1!important}.lxhp-role-seller .lxhp-content[data-section=integrations] .lxhp-doc-list{gap:0!important;padding:4px 20px 16px!important;display:grid!important}.lxhp-role-seller .lxhp-content[data-section=integrations] .lxhp-doc-list p{border-bottom:1px solid var(--lxhp-line)!important;grid-template-columns:145px minmax(0,1fr)!important;align-items:center!important;gap:12px!important;min-width:0!important;margin:0!important;padding:12px 0!important;display:grid!important}.lxhp-role-seller .lxhp-content[data-section=integrations] .lxhp-doc-list p:last-child{border-bottom:0!important}.lxhp-role-seller .lxhp-content[data-section=integrations] .lxhp-doc-list strong{font-size:12px!important;font-weight:400!important}.lxhp-role-seller .lxhp-content[data-section=integrations] .lxhp-doc-list code{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;overflow-wrap:anywhere!important;word-break:break-word!important;border-radius:5px!important;min-width:0!important;padding:8px 10px!important;font-size:12px!important}.lxhp-role-seller .lxhp-content:is([data-section=api-keys],[data-section=webhooks]) .lxhp-form-stack{gap:16px!important;padding:20px!important}.lxhp-role-seller .lxhp-content:is([data-section=api-keys],[data-section=webhooks]) .lxhp-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:15px 18px!important}.lxhp-role-seller .lxhp-content:is([data-section=api-keys],[data-section=webhooks]) .lxhp-form-stack>label{gap:7px!important;min-width:0!important;display:grid!important}.lxhp-role-seller .lxhp-content:is([data-section=api-keys],[data-section=webhooks]) .lxhp-checkbox-row{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;border-radius:5px!important;flex-wrap:wrap!important;gap:8px 18px!important;padding:13px 15px!important;display:flex!important}.lxhp-role-seller .lxhp-content:is([data-section=api-keys],[data-section=webhooks]) .lxhp-form-stack>.lxhp-btn{justify-self:start!important;min-width:140px!important}.lxhp-role-seller .lxhp-content:is([data-section=api-keys],[data-section=webhooks]) .lxhp-secret-reveal{border-radius:5px!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:8px 12px!important;margin:0 20px 20px!important;padding:15px!important;display:grid!important}.lxhp-role-seller .lxhp-content:is([data-section=api-keys],[data-section=webhooks]) .lxhp-secret-reveal>strong{grid-column:1/-1!important;font-size:12px!important;font-weight:400!important}.lxhp-role-seller .lxhp-content:is([data-section=api-keys],[data-section=webhooks]) .lxhp-secret-reveal code{overflow-wrap:anywhere!important;word-break:break-all!important;border-radius:5px!important;min-width:0!important;padding:9px 10px!important}.lxhp-role-seller .lxhp-content:is([data-section=api-keys],[data-section=webhooks]) .lxhp-table-wrap{border-radius:0 0 5px 5px!important;width:100%!important;max-width:100%!important;overflow:auto!important}.lxhp-role-seller .lxhp-content[data-section=api-keys] .lxhp-table{width:100%!important;min-width:880px!important}.lxhp-role-seller .lxhp-content[data-section=webhooks] .lxhp-table{width:100%!important;min-width:900px!important}.lxhp-role-seller .lxhp-content:is([data-section=api-keys],[data-section=webhooks]) .lxhp-table th{z-index:2!important;background:var(--lxhp-panel-2)!important;color:var(--lxhp-muted)!important;letter-spacing:.04em!important;text-transform:uppercase!important;white-space:nowrap!important;padding:11px 13px!important;font-size:11px!important;font-weight:400!important;position:sticky!important;top:0!important}.lxhp-role-seller .lxhp-content:is([data-section=api-keys],[data-section=webhooks]) .lxhp-table td{vertical-align:middle!important;border-bottom:1px solid color-mix(in srgb,var(--lxhp-line) 78%,transparent)!important;min-width:0!important;padding:12px 13px!important;font-size:13px!important;line-height:1.4!important}.lxhp-role-seller .lxhp-content:is([data-section=api-keys],[data-section=webhooks]) .lxhp-table tbody tr{transition:background .14s!important}.lxhp-role-seller .lxhp-content:is([data-section=api-keys],[data-section=webhooks]) .lxhp-table tbody tr:hover{background:color-mix(in srgb,var(--lxhp-accent) 4%,var(--lxhp-panel))!important}.lxhp-role-seller .lxhp-content:is([data-section=api-keys],[data-section=webhooks]) .lxhp-row-actions{flex-wrap:wrap!important;gap:6px!important;display:flex!important}.lxhp-role-seller .lxhp-content:is([data-section=api-keys],[data-section=webhooks]) .lxhp-row-actions .lxhp-btn{white-space:nowrap!important;min-height:34px!important;padding:7px 10px!important}.lxhp-role-seller .lxhp-content:is([data-section=api-keys],[data-section=webhooks]) .lxhp-empty-state{min-height:220px!important;padding:34px 20px!important}.lxhp-role-seller .lxhp-content:is([data-section=wordpress],[data-section=api-docs]) .lxhp-steps{gap:0!important;margin:0!important;padding:6px 20px 18px 48px!important;display:grid!important}.lxhp-role-seller .lxhp-content:is([data-section=wordpress],[data-section=api-docs]) .lxhp-steps li{border-bottom:1px solid var(--lxhp-line)!important;min-height:46px!important;padding:10px 0 10px 4px!important;font-size:13px!important;line-height:1.5!important}.lxhp-role-seller .lxhp-content:is([data-section=wordpress],[data-section=api-docs],[data-section=integration-tester]) .lxhp-code-block{tab-size:2!important;border-radius:0 0 5px 5px!important;max-width:100%!important;margin:0!important;padding:18px 20px!important;font-size:12px!important;line-height:1.55!important;overflow:auto!important}.lxhp-role-seller .lxhp-content[data-section=api-docs] .lxhp-api-endpoints{gap:0!important;padding:4px 20px 16px!important;display:grid!important}.lxhp-role-seller .lxhp-content[data-section=api-docs] .lxhp-api-endpoints p{border-bottom:1px solid var(--lxhp-line)!important;grid-template-columns:58px minmax(0,1fr)!important;gap:5px 12px!important;min-width:0!important;margin:0!important;padding:12px 0!important;display:grid!important}.lxhp-role-seller .lxhp-content[data-section=api-docs] .lxhp-api-endpoints p:last-child{border-bottom:0!important}.lxhp-role-seller .lxhp-content[data-section=api-docs] .lxhp-api-endpoints b{background:color-mix(in srgb,var(--lxhp-accent) 9%,var(--lxhp-panel-2))!important;color:var(--lxhp-accent)!important;border-radius:5px!important;grid-row:1/3!important;place-self:start!important;padding:5px 7px!important;font-size:10px!important;font-weight:400!important}.lxhp-role-seller .lxhp-content[data-section=api-docs] .lxhp-api-endpoints code{overflow-wrap:anywhere!important;word-break:break-word!important;min-width:0!important;font-size:12px!important}.lxhp-role-seller .lxhp-content[data-section=api-docs] .lxhp-api-endpoints span{color:var(--lxhp-muted)!important;grid-column:2!important;font-size:12px!important;line-height:1.45!important}.lxhp-role-seller .lxhp-content[data-section=integration-tester]>.lxhp-panel{width:100%!important;max-width:none!important;margin:0!important}.lxhp-role-seller .lxhp-content[data-section=integration-tester] .lxhp-form-stack{grid-template-columns:minmax(0,1fr) auto!important;align-items:end!important;gap:15px!important;padding:20px!important;display:grid!important}.lxhp-role-seller .lxhp-content[data-section=integration-tester] .lxhp-form-stack>label{gap:7px!important;min-width:0!important;display:grid!important}.lxhp-role-seller .lxhp-content[data-section=integration-tester] .lxhp-form-stack>.lxhp-btn{min-width:160px!important}.lxhp-role-seller .lxhp-content[data-section=integration-tester] .lxhp-form-stack>.lxhp-code-block{border:1px solid var(--lxhp-line)!important;border-radius:5px!important;grid-column:1/-1!important}@media (max-width:1180px){.lxhp-role-seller .lxhp-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])>.lxhp-workspace-grid{grid-template-columns:1fr!important}}@media (max-width:760px){.lxhp-role-seller .lxhp-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(.lxhp-panel__head,.lxhp-card__head){min-height:0!important;padding:15px 16px!important}.lxhp-role-seller .lxhp-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]) .lxhp-module-actions{grid-template-columns:1fr!important}.lxhp-role-seller .lxhp-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]) .lxhp-module-actions>div{border-right:0!important;border-bottom:1px solid var(--lxhp-line)!important}.lxhp-role-seller .lxhp-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]) .lxhp-module-actions>div:last-child{border-bottom:0!important}.lxhp-role-seller .lxhp-content[data-section=integrations] .lxhp-mini-kpis{grid-template-columns:1fr!important;padding:16px!important}.lxhp-role-seller .lxhp-content[data-section=integrations] .lxhp-doc-list{padding-inline:16px!important}.lxhp-role-seller .lxhp-content[data-section=integrations] .lxhp-doc-list p{grid-template-columns:1fr!important;gap:5px!important}.lxhp-role-seller .lxhp-content:is([data-section=api-keys],[data-section=webhooks]) .lxhp-form-stack{padding:16px!important}.lxhp-role-seller .lxhp-content:is([data-section=api-keys],[data-section=webhooks]) .lxhp-form-grid{grid-template-columns:1fr!important}.lxhp-role-seller .lxhp-content:is([data-section=api-keys],[data-section=webhooks]) .lxhp-secret-reveal{grid-template-columns:1fr!important;margin:0 16px 16px!important}.lxhp-role-seller .lxhp-content:is([data-section=api-keys],[data-section=webhooks]) .lxhp-secret-reveal .lxhp-btn{width:100%!important}.lxhp-role-seller .lxhp-content:is([data-section=wordpress],[data-section=api-docs]) .lxhp-steps{padding:4px 16px 16px 42px!important}.lxhp-role-seller .lxhp-content[data-section=api-docs] .lxhp-api-endpoints{padding-inline:16px!important}.lxhp-role-seller .lxhp-content[data-section=integration-tester] .lxhp-form-stack{grid-template-columns:1fr!important;padding:16px!important}.lxhp-role-seller .lxhp-content[data-section=integration-tester] .lxhp-form-stack>.lxhp-btn{width:100%!important}}@media (max-width:520px){.lxhp-role-seller .lxhp-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]) .lxhp-module-hero{grid-template-columns:44px minmax(0,1fr)!important;gap:12px!important;padding:16px!important}.lxhp-role-seller .lxhp-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]) .lxhp-module-icon{width:42px!important;height:42px!important}.lxhp-role-seller .lxhp-content[data-section=api-docs] .lxhp-api-endpoints p{grid-template-columns:1fr!important}.lxhp-role-seller .lxhp-content[data-section=api-docs] .lxhp-api-endpoints b{grid-row:auto!important}.lxhp-role-seller .lxhp-content[data-section=api-docs] .lxhp-api-endpoints span{grid-column:auto!important}}.lxhp-role-seller .lxhp-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])>.lxhp-workspace-grid{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr)!important;align-items:start!important;gap:15px!important;width:100%!important;display:grid!important}.lxhp-role-seller .lxhp-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]) .lxhp-panel{overflow:hidden!important}.lxhp-role-seller .lxhp-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]) .lxhp-module-hero{grid-template-columns:56px minmax(0,1fr)!important;align-items:start!important;gap:15px!important;min-width:0!important;padding:20px!important;display:grid!important}.lxhp-role-seller .lxhp-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]) .lxhp-module-icon{border:1px solid color-mix(in srgb,var(--lxhp-accent) 24%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 8%,var(--lxhp-panel-2))!important;width:54px!important;height:54px!important;color:var(--lxhp-accent)!important;border-radius:5px!important;place-self:start center!important;place-items:center!important;display:grid!important}.lxhp-role-seller .lxhp-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]) .lxhp-module-icon svg{width:24px!important;height:24px!important;margin:auto!important;display:block!important}.lxhp-role-seller .lxhp-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]) .lxhp-module-hero h2{margin:4px 0 6px!important;font-size:21px!important;line-height:1.25!important}.lxhp-role-seller .lxhp-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]) .lxhp-module-hero p{max-width:760px!important;color:var(--lxhp-muted)!important;margin:0!important;font-size:13px!important;line-height:1.55!important}.lxhp-role-seller .lxhp-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]) .lxhp-module-actions{border-top:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;display:grid!important}.lxhp-role-seller .lxhp-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]) .lxhp-module-actions>div{border-right:1px solid var(--lxhp-line)!important;min-width:0!important;padding:14px 16px!important}.lxhp-role-seller .lxhp-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]) .lxhp-module-actions>div:last-child{border-right:0!important}.lxhp-role-seller .lxhp-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]) .lxhp-module-actions span{color:var(--lxhp-muted)!important;font-size:11px!important;line-height:1.3!important;display:block!important}.lxhp-role-seller .lxhp-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]) .lxhp-module-actions strong{overflow-wrap:anywhere!important;min-width:0!important;margin-top:4px!important;font-size:13px!important;line-height:1.35!important;display:block!important}.lxhp-role-seller .lxhp-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]) .lxhp-check-list{padding:4px 20px 14px!important}.lxhp-role-seller .lxhp-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]) .lxhp-check-list p{border-bottom:1px solid var(--lxhp-line)!important;grid-template-columns:30px minmax(0,1fr)!important;gap:11px!important;margin:0!important;padding:12px 0!important}.lxhp-role-seller .lxhp-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]) .lxhp-check-list p:last-child{border-bottom:0!important}.lxhp-role-seller .lxhp-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]) .lxhp-check-list p>span{background:color-mix(in srgb,var(--lxhp-accent) 9%,var(--lxhp-panel-2))!important;width:28px!important;height:28px!important;color:var(--lxhp-accent)!important;border-radius:5px!important;place-items:center!important;display:grid!important}.lxhp-role-seller .lxhp-content:is([data-section=websites],[data-section=verification])>.lxhp-workspace-grid{grid-template-columns:1fr!important;gap:15px!important;width:100%!important;display:grid!important}.lxhp-role-seller .lxhp-content:is([data-section=websites],[data-section=verification]) .lxhp-panel{overflow:hidden!important}.lxhp-role-seller .lxhp-content:is([data-section=websites],[data-section=verification]) .lxhp-inline-form{grid-template-columns:minmax(0,1fr) auto!important;align-items:end!important;gap:10px!important;padding:20px!important;display:grid!important}.lxhp-role-seller .lxhp-content:is([data-section=websites],[data-section=verification]) .lxhp-inline-form input{width:100%!important;min-width:0!important}.lxhp-role-seller .lxhp-content:is([data-section=websites],[data-section=verification]) .lxhp-inline-form .lxhp-btn{min-width:145px!important}.lxhp-role-seller .lxhp-content:is([data-section=websites],[data-section=verification]) .lxhp-secret-reveal{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;border-radius:5px!important;grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center!important;gap:10px!important;margin:0 20px 20px!important;padding:13px 14px!important;display:grid!important}.lxhp-role-seller .lxhp-content:is([data-section=websites],[data-section=verification]) .lxhp-secret-reveal code{overflow-wrap:anywhere!important;word-break:break-all!important;min-width:0!important;font-size:12px!important}.lxhp-role-seller .lxhp-content:is([data-section=websites],[data-section=verification]) .lxhp-table-wrap{border-radius:0 0 5px 5px!important;width:100%!important;max-width:100%!important;overflow:auto!important}.lxhp-role-seller .lxhp-content:is([data-section=websites],[data-section=verification]) .lxhp-table{width:100%!important;min-width:820px!important}.lxhp-role-seller .lxhp-content[data-section=verification] .lxhp-table:last-child{min-width:720px!important}.lxhp-role-seller .lxhp-content:is([data-section=websites],[data-section=verification]) .lxhp-table th{z-index:2!important;background:var(--lxhp-panel-2)!important;color:var(--lxhp-muted)!important;letter-spacing:.04em!important;text-transform:uppercase!important;white-space:nowrap!important;padding:11px 13px!important;font-size:11px!important;font-weight:400!important;position:sticky!important;top:0!important}.lxhp-role-seller .lxhp-content:is([data-section=websites],[data-section=verification]) .lxhp-table td{vertical-align:middle!important;border-bottom:1px solid color-mix(in srgb,var(--lxhp-line) 78%,transparent)!important;padding:12px 13px!important;font-size:13px!important;line-height:1.4!important}.lxhp-role-seller .lxhp-content:is([data-section=websites],[data-section=verification]) .lxhp-table tbody tr:hover{background:color-mix(in srgb,var(--lxhp-accent) 4%,var(--lxhp-panel))!important}.lxhp-role-seller .lxhp-content:is([data-section=websites],[data-section=verification]) .lxhp-row-actions{flex-wrap:wrap!important;gap:6px!important;display:flex!important}.lxhp-role-seller .lxhp-content:is([data-section=websites],[data-section=verification]) .lxhp-row-actions .lxhp-btn{white-space:nowrap!important;min-height:34px!important;padding:7px 10px!important}.lxhp-role-seller .lxhp-content[data-section=compliance] .lxhp-kpi-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:15px!important;margin-bottom:15px!important;display:grid!important}.lxhp-role-seller .lxhp-content[data-section=compliance] .lxhp-kpi{flex-direction:column!important;justify-content:center!important;align-items:flex-start!important;gap:4px!important;min-width:0!important;min-height:104px!important;padding:16px!important;display:flex!important}.lxhp-role-seller .lxhp-content[data-section=compliance] .lxhp-kpi>span{max-width:100%!important;color:var(--lxhp-muted)!important;letter-spacing:.04em!important;text-transform:uppercase!important;white-space:normal!important;font-size:11px!important;font-weight:400!important;line-height:1.3!important;display:block!important}.lxhp-role-seller .lxhp-content[data-section=compliance] .lxhp-kpi>strong{overflow-wrap:anywhere!important;max-width:100%!important;font-size:25px!important;line-height:1.1!important;display:block!important}.lxhp-role-seller .lxhp-content[data-section=compliance] .lxhp-kpi>small{max-width:100%!important;color:var(--lxhp-muted)!important;white-space:normal!important;font-size:11px!important;line-height:1.35!important;display:block!important}.lxhp-role-seller .lxhp-content[data-section=compliance]>.lxhp-checkbox-row{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel)!important;border-radius:5px!important;flex-wrap:wrap!important;align-items:center!important;gap:7px!important;margin:0 0 15px!important;padding:8px!important;display:flex!important}.lxhp-role-seller .lxhp-content[data-section=compliance]>.lxhp-checkbox-row .lxhp-btn{min-height:36px!important;padding:7px 11px!important}.lxhp-role-seller .lxhp-content[data-section=compliance]>.lxhp-checkbox-row .lxhp-btn:last-child{margin-left:auto!important}.lxhp-role-seller .lxhp-content[data-section=compliance] .lxhp-workspace-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;align-items:start!important;gap:15px!important}.lxhp-role-seller .lxhp-content[data-section=compliance] .lxhp-panel{overflow:hidden!important}.lxhp-role-seller .lxhp-content[data-section=compliance] .lxhp-form-stack{gap:15px!important;padding:20px!important;display:grid!important}.lxhp-role-seller .lxhp-content[data-section=compliance] .lxhp-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px 15px!important;display:grid!important}.lxhp-role-seller .lxhp-content[data-section=compliance] .lxhp-form-stack>label,.lxhp-role-seller .lxhp-content[data-section=compliance] .lxhp-form-grid>label{gap:7px!important;min-width:0!important;display:grid!important}.lxhp-role-seller .lxhp-content[data-section=compliance] .lxhp-checkbox-row:not(:first-child){flex-wrap:wrap!important;gap:10px!important}.lxhp-role-seller .lxhp-content[data-section=compliance] .lxhp-safe-note{border:1px solid color-mix(in srgb,var(--lxhp-accent) 20%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 4%,var(--lxhp-panel-2))!important;border-radius:5px!important;margin:0!important;padding:13px 14px!important}.lxhp-role-seller .lxhp-content[data-section=compliance] .lxhp-health-list{padding:6px 20px 18px!important}.lxhp-role-seller .lxhp-content[data-section=compliance] .lxhp-health-list p{border-bottom:1px solid var(--lxhp-line)!important;margin:0!important;padding:11px 0!important}.lxhp-role-seller .lxhp-content[data-section=compliance] .lxhp-health-list p:last-child{border-bottom:0!important}.lxhp-role-seller .lxhp-content[data-section=compliance] .lxhp-table-wrap{border-radius:0 0 5px 5px!important;width:100%!important;max-width:100%!important;overflow:auto!important}.lxhp-role-seller .lxhp-content[data-section=compliance] .lxhp-table{width:100%!important;min-width:760px!important}.lxhp-role-seller .lxhp-content[data-section=compliance] .lxhp-table th{z-index:2!important;background:var(--lxhp-panel-2)!important;color:var(--lxhp-muted)!important;letter-spacing:.04em!important;text-transform:uppercase!important;white-space:nowrap!important;padding:11px 13px!important;font-size:11px!important;font-weight:400!important;position:sticky!important;top:0!important}.lxhp-role-seller .lxhp-content[data-section=compliance] .lxhp-table td{vertical-align:middle!important;border-bottom:1px solid color-mix(in srgb,var(--lxhp-line) 78%,transparent)!important;padding:12px 13px!important;font-size:13px!important;line-height:1.4!important}.lxhp-role-seller .lxhp-content[data-section=compliance] .lxhp-table tbody tr:hover{background:color-mix(in srgb,var(--lxhp-accent) 4%,var(--lxhp-panel))!important}.lxhp-role-seller .lxhp-content[data-section=automation] .lxhaut-stack{gap:15px!important;min-width:0!important;display:grid!important}.lxhp-role-seller .lxhp-content[data-section=automation] .lxhp-panel{overflow:hidden!important}.lxhp-role-seller .lxhp-content[data-section=automation] .lxhp-panel__head{gap:15px!important}.lxhp-role-seller .lxhp-content[data-section=automation] .lxhaut-provider{flex-wrap:wrap!important;justify-content:flex-end!important;align-items:center!important;gap:6px!important;display:flex!important}.lxhp-role-seller .lxhp-content[data-section=automation] .lxhaut-provider>span{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;white-space:nowrap!important;border-radius:5px!important;align-items:center!important;min-height:28px!important;padding:5px 8px!important;font-size:10px!important;font-weight:400!important;display:inline-flex!important}.lxhp-role-seller .lxhp-content[data-section=automation] .lxhaut-tabs{border-top:1px solid var(--lxhp-line)!important;flex-wrap:wrap!important;gap:6px!important;padding:8px 20px 16px!important;display:flex!important}.lxhp-role-seller .lxhp-content[data-section=automation] .lxhaut-tabs button{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;min-height:36px!important;color:var(--lxhp-muted)!important;border-radius:5px!important;padding:7px 11px!important;font-size:12px!important;font-weight:400!important}.lxhp-role-seller .lxhp-content[data-section=automation] .lxhaut-tabs button.is-active{border-color:color-mix(in srgb,var(--lxhp-accent) 42%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 10%,var(--lxhp-panel))!important;color:var(--lxhp-accent)!important}.lxhp-role-seller .lxhp-content[data-section=automation] .lxhp-form-stack{gap:15px!important;padding:20px!important;display:grid!important}.lxhp-role-seller .lxhp-content[data-section=automation] .lxhp-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px 15px!important;display:grid!important}.lxhp-role-seller .lxhp-content[data-section=automation] .lxhp-form-stack>label,.lxhp-role-seller .lxhp-content[data-section=automation] .lxhp-form-grid>label{gap:7px!important;min-width:0!important;display:grid!important}.lxhp-role-seller .lxhp-content[data-section=automation] .lxhaut-actions-builder{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;border-radius:5px!important;margin-top:2px!important;overflow:hidden!important}.lxhp-role-seller .lxhp-content[data-section=automation] .lxhaut-actions-builder>.lxhp-panel__head{background:color-mix(in srgb,var(--lxhp-panel-2) 88%,var(--lxhp-panel))!important;padding:14px 15px!important}.lxhp-role-seller .lxhp-content[data-section=automation] .lxhaut-action-card{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel)!important;box-shadow:0 5px 16px color-mix(in srgb,var(--lxhp-text) 3%,transparent)!important;border-radius:5px!important;margin:0 15px 15px!important;padding:15px!important}.lxhp-role-seller .lxhp-content[data-section=automation] .lxhaut-action-foot{border-top:1px solid var(--lxhp-line)!important;flex-wrap:wrap!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;margin-top:12px!important;padding-top:12px!important;display:flex!important}.lxhp-role-seller .lxhp-content[data-section=automation] .lxhaut-actions,.lxhp-role-seller .lxhp-content[data-section=automation] .lxhaut-form-actions{flex-wrap:wrap!important;align-items:center!important;gap:7px!important;display:flex!important}.lxhp-role-seller .lxhp-content[data-section=automation] .lxhaut-form-actions{padding-top:3px!important}.lxhp-role-seller .lxhp-content[data-section=automation] .lxhaut-test-context{border-bottom:1px solid var(--lxhp-line)!important;gap:7px!important;margin:0!important;padding:16px 20px!important;display:grid!important}.lxhp-role-seller .lxhp-content[data-section=automation] .lxhaut-workflows,.lxhp-role-seller .lxhp-content[data-section=automation] .lxhaut-runs,.lxhp-role-seller .lxhp-content[data-section=automation] .lxhaut-template-list{gap:10px!important;padding:15px 20px 20px!important;display:grid!important}.lxhp-role-seller .lxhp-content[data-section=automation] .lxhaut-workflows>article,.lxhp-role-seller .lxhp-content[data-section=automation] .lxhaut-runs>article,.lxhp-role-seller .lxhp-content[data-section=automation] .lxhaut-template-list>article{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;border-radius:5px!important;min-width:0!important;padding:15px!important}.lxhp-role-seller .lxhp-content[data-section=automation] .lxhaut-workflow-main{grid-template-columns:minmax(0,1fr) auto!important;align-items:start!important;gap:15px!important;display:grid!important}.lxhp-role-seller .lxhp-content[data-section=automation] .lxhaut-workflow-main>div:first-child{min-width:0!important}.lxhp-role-seller .lxhp-content[data-section=automation] .lxhaut-workflow-main p,.lxhp-role-seller .lxhp-content[data-section=automation] .lxhaut-workflow-main em{overflow-wrap:anywhere!important}.lxhp-role-seller .lxhp-content[data-section=automation] .lxhaut-run-actions{gap:7px!important;margin-top:12px!important;display:grid!important}.lxhp-role-seller .lxhp-content[data-section=automation] .lxhaut-run-actions>div{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel)!important;border-radius:5px!important;min-width:0!important;padding:10px 12px!important}.lxhp-role-seller .lxhp-content[data-section=automation] .lxhaut-pref-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;display:grid!important}.lxhp-role-seller .lxhp-content[data-section=automation] .lxhaut-pref-grid>label{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;border-radius:5px!important;grid-template-columns:auto minmax(0,1fr)!important;align-items:start!important;gap:10px!important;padding:13px!important;display:grid!important}@media (max-width:1180px){.lxhp-role-seller .lxhp-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])>.lxhp-workspace-grid{grid-template-columns:1fr!important}.lxhp-role-seller .lxhp-content[data-section=compliance] .lxhp-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.lxhp-role-seller .lxhp-content[data-section=compliance] .lxhp-workspace-grid{grid-template-columns:1fr!important}}@media (max-width:820px){.lxhp-role-seller .lxhp-content[data-section=compliance] .lxhp-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.lxhp-role-seller .lxhp-content[data-section=automation] .lxhp-form-grid,.lxhp-role-seller .lxhp-content[data-section=automation] .lxhaut-pref-grid,.lxhp-role-seller .lxhp-content[data-section=automation] .lxhaut-workflow-main{grid-template-columns:1fr!important}.lxhp-role-seller .lxhp-content[data-section=automation] .lxhaut-workflow-main>.lxhaut-actions{justify-content:flex-start!important}}@media (max-width:760px){.lxhp-role-seller .lxhp-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]) .lxhp-module-actions{grid-template-columns:1fr!important}.lxhp-role-seller .lxhp-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]) .lxhp-module-actions>div{border-right:0!important;border-bottom:1px solid var(--lxhp-line)!important}.lxhp-role-seller .lxhp-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]) .lxhp-module-actions>div:last-child{border-bottom:0!important}.lxhp-role-seller .lxhp-content:is([data-section=websites],[data-section=verification]) .lxhp-inline-form{grid-template-columns:1fr!important;padding:16px!important}.lxhp-role-seller .lxhp-content:is([data-section=websites],[data-section=verification]) .lxhp-inline-form .lxhp-btn{width:100%!important}.lxhp-role-seller .lxhp-content:is([data-section=websites],[data-section=verification]) .lxhp-secret-reveal{grid-template-columns:1fr!important;margin:0 16px 16px!important}.lxhp-role-seller .lxhp-content:is([data-section=websites],[data-section=verification]) .lxhp-secret-reveal .lxhp-btn{width:100%!important}.lxhp-role-seller .lxhp-content[data-section=compliance] .lxhp-form-stack{padding:16px!important}.lxhp-role-seller .lxhp-content[data-section=compliance] .lxhp-form-grid{grid-template-columns:1fr!important}.lxhp-role-seller .lxhp-content[data-section=compliance]>.lxhp-checkbox-row .lxhp-btn:last-child{margin-left:0!important}.lxhp-role-seller .lxhp-content[data-section=automation] .lxhp-form-stack{padding:16px!important}.lxhp-role-seller .lxhp-content[data-section=automation] .lxhaut-tabs{padding:8px 16px 14px!important}.lxhp-role-seller .lxhp-content[data-section=automation] .lxhaut-tabs button{flex:calc(50% - 6px)!important}.lxhp-role-seller .lxhp-content[data-section=automation] .lxhaut-test-context{padding:15px 16px!important}.lxhp-role-seller .lxhp-content[data-section=automation] .lxhaut-workflows,.lxhp-role-seller .lxhp-content[data-section=automation] .lxhaut-runs,.lxhp-role-seller .lxhp-content[data-section=automation] .lxhaut-template-list{padding:15px 16px 16px!important}}@media (max-width:520px){.lxhp-role-seller .lxhp-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]) .lxhp-module-hero{grid-template-columns:44px minmax(0,1fr)!important;gap:12px!important;padding:16px!important}.lxhp-role-seller .lxhp-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]) .lxhp-module-icon{width:42px!important;height:42px!important}.lxhp-role-seller .lxhp-content[data-section=compliance] .lxhp-kpi-grid{grid-template-columns:1fr!important}.lxhp-role-seller .lxhp-content[data-section=compliance]>.lxhp-checkbox-row .lxhp-btn{flex:calc(50% - 7px)!important}.lxhp-role-seller .lxhp-content[data-section=automation] .lxhaut-provider{justify-content:flex-start!important}.lxhp-role-seller .lxhp-content[data-section=automation] .lxhaut-tabs button{flex-basis:100%!important}.lxhp-role-seller .lxhp-content[data-section=automation] .lxhaut-action-card{margin:0 12px 12px!important;padding:13px!important}.lxhp-role-seller .lxhp-content[data-section=automation] .lxhaut-action-foot{flex-direction:column!important;align-items:flex-start!important}.lxhp-role-seller .lxhp-content[data-section=automation] .lxhaut-actions{width:100%!important}.lxhp-role-seller .lxhp-content[data-section=automation] .lxhaut-actions .lxhp-btn{flex:100%!important;width:100%!important}}.lxhp-role-seller .lxhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets])>.lxhp-workspace-grid{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr)!important;align-items:start!important;gap:15px!important;width:100%!important;display:grid!important}.lxhp-role-seller .lxhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lxhp-workspace-grid>.lxhp-panel{border-radius:5px!important;min-width:0!important;overflow:hidden!important}.lxhp-role-seller .lxhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lxhp-workspace-grid>.lxhp-panel:first-child .lxhp-module-hero{border-bottom:1px solid var(--lxhp-line)!important;background:linear-gradient(135deg,color-mix(in srgb,var(--lxhp-accent) 7%,var(--lxhp-panel)),var(--lxhp-panel))!important;grid-template-columns:62px minmax(0,1fr)!important;align-items:center!important;gap:18px!important;min-height:172px!important;padding:22px!important;display:grid!important}.lxhp-role-seller .lxhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lxhp-module-icon{border:1px solid color-mix(in srgb,var(--lxhp-accent) 28%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 10%,var(--lxhp-panel))!important;width:60px!important;height:60px!important;color:var(--lxhp-accent)!important;box-shadow:0 8px 20px color-mix(in srgb,var(--lxhp-accent) 8%,transparent)!important;border-radius:5px!important;place-items:center!important;display:grid!important}.lxhp-role-seller .lxhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lxhp-module-icon svg{width:26px!important;height:26px!important;margin:auto!important;display:block!important}.lxhp-role-seller .lxhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lxhp-module-hero h2{letter-spacing:-.02em!important;margin:4px 0 6px!important;font-size:24px!important;font-weight:400!important;line-height:1.2!important}.lxhp-role-seller .lxhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lxhp-module-hero p{max-width:880px!important;color:var(--lxhp-muted)!important;overflow-wrap:anywhere!important;margin:0!important;font-size:13px!important;line-height:1.6!important}.lxhp-role-seller .lxhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lxhp-module-actions{background:var(--lxhp-panel)!important;border-top:0!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:18px 20px 20px!important;display:grid!important}.lxhp-role-seller .lxhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lxhp-module-actions>div{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;border-radius:5px!important;align-content:center!important;gap:5px!important;min-width:0!important;min-height:82px!important;padding:15px!important;transition:border-color .15s,background .15s,transform .15s!important;display:grid!important}.lxhp-role-seller .lxhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lxhp-module-actions>div:hover{border-color:color-mix(in srgb,var(--lxhp-accent) 28%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 3%,var(--lxhp-panel-2))!important;transform:translateY(-1px)!important}.lxhp-role-seller .lxhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lxhp-module-actions span{letter-spacing:.05em!important;text-transform:uppercase!important;color:var(--lxhp-muted)!important;overflow-wrap:anywhere!important;font-size:10px!important;font-weight:400!important;line-height:1.3!important}.lxhp-role-seller .lxhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lxhp-module-actions strong{min-width:0!important;color:var(--lxhp-text)!important;overflow-wrap:anywhere!important;margin:0!important;font-size:13px!important;font-weight:400!important;line-height:1.4!important}.lxhp-role-seller .lxhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lxhp-workspace-grid>.lxhp-panel:nth-child(2)>.lxhp-panel__head{border-bottom:1px solid var(--lxhp-line)!important;background:linear-gradient(180deg,color-mix(in srgb,var(--lxhp-panel-2) 65%,var(--lxhp-panel)),var(--lxhp-panel))!important;min-height:86px!important;padding:18px 20px!important}.lxhp-role-seller .lxhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list{grid-template-columns:1fr!important;gap:10px!important;padding:20px!important;display:grid!important}.lxhp-role-seller .lxhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;border-radius:5px!important;grid-template-columns:38px minmax(0,1fr)!important;align-items:start!important;gap:12px!important;min-width:0!important;margin:0!important;padding:15px!important;transition:border-color .15s,background .15s!important;display:grid!important}.lxhp-role-seller .lxhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p:hover{border-color:color-mix(in srgb,var(--lxhp-accent) 20%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 2%,var(--lxhp-panel-2))!important}.lxhp-role-seller .lxhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p>span{border:1px solid color-mix(in srgb,#16a66a 24%,var(--lxhp-line))!important;background:color-mix(in srgb,#16a66a 10%,var(--lxhp-panel))!important;color:#15915b!important;border-radius:5px!important;place-items:center!important;width:36px!important;height:36px!important;display:grid!important}.lxhp-role-seller .lxhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p>span svg{width:16px!important;height:16px!important;margin:auto!important;display:block!important}.lxhp-role-seller .lxhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list b{min-width:0!important;color:var(--lxhp-text)!important;overflow-wrap:anywhere!important;font-size:13px!important;font-weight:400!important;line-height:1.4!important}.lxhp-role-seller .lxhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list b small{color:var(--lxhp-muted)!important;margin-top:5px!important;font-size:11px!important;font-weight:400!important;line-height:1.55!important;display:block!important}@media (max-width:1120px){.lxhp-role-seller .lxhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets])>.lxhp-workspace-grid{grid-template-columns:1fr!important}.lxhp-role-seller .lxhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lxhp-module-actions{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (max-width:760px){.lxhp-role-seller .lxhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lxhp-workspace-grid>.lxhp-panel:first-child .lxhp-module-hero{grid-template-columns:46px minmax(0,1fr)!important;align-items:start!important;gap:13px!important;min-height:0!important;padding:16px!important}.lxhp-role-seller .lxhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lxhp-module-icon{width:46px!important;height:46px!important;box-shadow:none!important}.lxhp-role-seller .lxhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lxhp-module-icon svg{width:21px!important;height:21px!important}.lxhp-role-seller .lxhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lxhp-module-hero h2{font-size:20px!important}.lxhp-role-seller .lxhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lxhp-module-actions{grid-template-columns:1fr!important;gap:10px!important;padding:14px 16px 16px!important}.lxhp-role-seller .lxhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lxhp-module-actions>div{min-height:68px!important;padding:12px 13px!important}.lxhp-role-seller .lxhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lxhp-workspace-grid>.lxhp-panel:nth-child(2)>.lxhp-panel__head{min-height:0!important;padding:15px 16px!important}.lxhp-role-seller .lxhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list{gap:10px!important;padding:16px!important}}@media (max-width:520px){.lxhp-role-seller .lxhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p{grid-template-columns:34px minmax(0,1fr)!important;padding:13px!important}.lxhp-role-seller .lxhp-content:is([data-section=collaboration-center],[data-section=tasks-approvals],[data-section=support],[data-section=support-tickets]) .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p>span{width:32px!important;height:32px!important}}.lxhp-role-seller .lxhp-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])>.lxhp-workspace-grid{align-items:start!important;gap:15px!important}.lxhp-role-seller .lxhp-content:is([data-section=company],[data-section=profile],[data-section=security])>.lxhp-workspace-grid{grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr)!important}.lxhp-role-seller .lxhp-content[data-section=team]>.lxhp-workspace-grid{grid-template-columns:minmax(340px,.82fr) minmax(0,1.18fr)!important}.lxhp-role-seller .lxhp-content:is([data-section=security-alerts],[data-section=sso-settings],[data-section=session-management],[data-section=ip-allowlist],[data-section=regional-settings])>.lxhp-workspace-grid{grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr)!important}.lxhp-role-seller .lxhp-content[data-section=settings]>.lxhp-workspace-grid{grid-template-columns:1fr!important}.lxhp-role-seller .lxhp-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]) .lxhp-panel{border-radius:5px!important;min-width:0!important;overflow:hidden!important}.lxhp-role-seller .lxhp-content:is([data-section=company],[data-section=profile],[data-section=team],[data-section=security],[data-section=settings]) .lxhp-panel__head{border-bottom:1px solid var(--lxhp-line)!important;background:linear-gradient(180deg,color-mix(in srgb,var(--lxhp-panel-2) 68%,var(--lxhp-panel)),var(--lxhp-panel))!important;align-items:center!important;min-height:88px!important;padding:18px 20px!important}.lxhp-role-seller .lxhp-content:is([data-section=company],[data-section=profile],[data-section=team],[data-section=security],[data-section=settings]) .lxhp-panel__head h2{letter-spacing:-.015em!important;margin:4px 0 0!important;font-size:20px!important;line-height:1.25!important}.lxhp-role-seller .lxhp-content:is([data-section=company],[data-section=profile],[data-section=team],[data-section=security],[data-section=settings]) .lxhp-panel__head p{max-width:760px!important;margin:6px 0 0!important;line-height:1.55!important}.lxhp-role-seller .lxhp-content:is([data-section=company],[data-section=profile]) .lxhp-form-stack{gap:16px!important;padding:20px!important}.lxhp-role-seller .lxhp-content:is([data-section=company],[data-section=profile]) .lxhp-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important}.lxhp-role-seller .lxhp-content[data-section=profile] .lxhp-form-grid>label:last-child:nth-child(odd){grid-column:1/-1!important}.lxhp-role-seller .lxhp-content:is([data-section=company],[data-section=profile]) .lxhp-form-stack>.lxhp-btn{justify-self:start!important;min-width:150px!important}.lxhp-role-seller .lxhp-content:is([data-section=company],[data-section=profile]) .lxhp-account-details{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;padding:20px!important}.lxhp-role-seller .lxhp-content:is([data-section=company],[data-section=profile]) .lxhp-account-details>div{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;border-radius:5px!important;flex-direction:column!important;justify-content:center!important;min-width:0!important;min-height:92px!important;padding:14px 15px!important;display:flex!important}.lxhp-role-seller .lxhp-content:is([data-section=company],[data-section=profile]) .lxhp-account-details span{color:var(--lxhp-muted)!important;margin:0 0 6px!important;font-size:12px!important;font-weight:400!important}.lxhp-role-seller .lxhp-content:is([data-section=company],[data-section=profile]) .lxhp-account-details strong{overflow-wrap:anywhere!important;min-width:0!important;font-size:15px!important;line-height:1.4!important}.lxhp-role-seller .lxhp-content[data-section=profile] .lxhp-account-details small{color:var(--lxhp-muted)!important;margin-top:5px!important;line-height:1.35!important}.lxhp-role-seller .lxhp-content[data-section=profile] .lxhp-muted-copy{color:var(--lxhp-muted)!important;margin:0!important;padding:0 20px 20px!important;line-height:1.55!important}.lxhp-role-seller .lxhp-content[data-section=team] .lxhp-workspace-grid>.lxhp-panel:first-child .lxhp-form-stack{grid-template-columns:minmax(0,1fr) 170px!important;align-items:end!important;gap:14px!important;padding:20px!important}.lxhp-role-seller .lxhp-content[data-section=team] .lxhp-workspace-grid>.lxhp-panel:first-child .lxhp-form-stack>.lxhp-btn{grid-column:1/-1!important;justify-self:start!important;min-width:140px!important}.lxhp-role-seller .lxhp-content[data-section=team] .lxhp-team-list{gap:10px!important;padding:14px 20px 20px!important}.lxhp-role-seller .lxhp-content[data-section=team] .lxhp-team-list article{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;border-radius:5px!important;grid-template-columns:minmax(190px,1fr) 130px 92px auto!important;align-items:center!important;gap:12px!important;padding:13px 14px!important}.lxhp-role-seller .lxhp-content[data-section=team] .lxhp-team-list article>div{min-width:0!important}.lxhp-role-seller .lxhp-content[data-section=team] .lxhp-team-list article>div strong,.lxhp-role-seller .lxhp-content[data-section=team] .lxhp-team-list article>div small{overflow-wrap:anywhere!important}.lxhp-role-seller .lxhp-content[data-section=team] .lxhp-team-list article>label{white-space:nowrap!important;align-items:center!important;gap:7px!important;display:flex!important}.lxhp-role-seller .lxhp-content[data-section=security] .lxhp-health-list{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;padding:20px!important}.lxhp-role-seller .lxhp-content[data-section=security] .lxhp-health-list>div{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;border-radius:5px!important;flex-direction:column!important;justify-content:center!important;align-items:flex-start!important;gap:6px!important;min-width:0!important;min-height:78px!important;padding:13px 14px!important;display:flex!important}.lxhp-role-seller .lxhp-content[data-section=security] .lxhp-health-list strong{overflow-wrap:anywhere!important;min-width:0!important}.lxhp-role-seller .lxhp-content[data-section=security] .lxhp-form-stack{gap:15px!important;padding:20px!important}.lxhp-role-seller .lxhp-content[data-section=security] .lxhp-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}.lxhp-role-seller .lxhp-content[data-section=security] .lxhp-form-stack>.lxhp-btn{justify-self:start!important;min-width:165px!important}.lxhp-role-seller .lxhp-content[data-section=security] .lxhp-mfa-panel{grid-column:1/-1!important}.lxhp-role-seller .lxhp-content[data-section=security] .lxhp-mfa-panel>.lxhp-panel__head{min-height:84px!important}.lxhp-role-seller .lxhp-content[data-section=security] .lxhp-mfa-panel :is(.lxhp-mfa-setup,.lxhp-mfa-enabled,.lxhp-mfa-recovery){padding:20px!important}.lxhp-role-seller .lxhp-content[data-section=security] .lxhp-mfa-panel details{background:var(--lxhp-panel-2)!important;border-radius:5px!important;margin:0 20px 12px!important;padding:13px 14px!important}.lxhp-role-seller .lxhp-content[data-section=security] .lxhp-mfa-qr{border-radius:5px!important;padding:16px!important}.lxhp-role-seller .lxhp-content[data-section=settings] .lxhp-workspace-grid>.lxhp-panel{width:100%!important}.lxhp-role-seller .lxhp-content[data-section=settings] .lxhp-form-stack{gap:18px!important;padding:20px!important}.lxhp-role-seller .lxhp-content[data-section=settings] .lxhp-form-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important}.lxhp-role-seller .lxhp-content[data-section=settings] .lxhp-checkbox-row{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;border-radius:5px!important;flex-wrap:wrap!important;gap:12px 22px!important;margin:0!important;padding:14px 15px!important;display:flex!important}.lxhp-role-seller .lxhp-content[data-section=settings] .lxhp-checkbox-row label{align-items:center!important;gap:8px!important;display:flex!important}.lxhp-role-seller .lxhp-content[data-section=settings] .lxhp-form-stack>.lxhp-btn{justify-self:start!important;min-width:170px!important}.lxhp-role-seller .lxhp-content:is([data-section=security-alerts],[data-section=sso-settings],[data-section=session-management],[data-section=ip-allowlist],[data-section=regional-settings]) .lxhp-workspace-grid>.lxhp-panel:first-child .lxhp-module-hero{border-bottom:1px solid var(--lxhp-line)!important;background:linear-gradient(135deg,color-mix(in srgb,var(--lxhp-accent) 7%,var(--lxhp-panel)),var(--lxhp-panel))!important;grid-template-columns:64px minmax(0,1fr)!important;align-items:center!important;gap:18px!important;min-height:176px!important;padding:22px!important}.lxhp-role-seller .lxhp-content:is([data-section=security-alerts],[data-section=sso-settings],[data-section=session-management],[data-section=ip-allowlist],[data-section=regional-settings]) .lxhp-module-icon{border:1px solid color-mix(in srgb,var(--lxhp-accent) 24%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 10%,var(--lxhp-panel-2))!important;width:64px!important;height:64px!important;box-shadow:0 10px 24px color-mix(in srgb,var(--lxhp-accent) 9%,transparent)!important;border-radius:5px!important;place-items:center!important;display:grid!important}.lxhp-role-seller .lxhp-content:is([data-section=security-alerts],[data-section=sso-settings],[data-section=session-management],[data-section=ip-allowlist],[data-section=regional-settings]) .lxhp-module-icon svg{width:26px!important;height:26px!important;margin:auto!important;display:block!important}.lxhp-role-seller .lxhp-content:is([data-section=security-alerts],[data-section=sso-settings],[data-section=session-management],[data-section=ip-allowlist],[data-section=regional-settings]) .lxhp-module-hero h2{letter-spacing:-.018em!important;margin:5px 0 7px!important;font-size:22px!important;line-height:1.2!important}.lxhp-role-seller .lxhp-content:is([data-section=security-alerts],[data-section=sso-settings],[data-section=session-management],[data-section=ip-allowlist],[data-section=regional-settings]) .lxhp-module-hero p{max-width:760px!important;margin:0!important;font-size:14px!important;line-height:1.6!important}.lxhp-role-seller .lxhp-content:is([data-section=security-alerts],[data-section=sso-settings],[data-section=session-management],[data-section=ip-allowlist],[data-section=regional-settings]) .lxhp-module-actions{background:var(--lxhp-panel)!important;border-top:0!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;padding:16px!important}.lxhp-role-seller .lxhp-content:is([data-section=security-alerts],[data-section=sso-settings],[data-section=session-management],[data-section=ip-allowlist],[data-section=regional-settings]) .lxhp-module-actions>div{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;border-radius:5px!important;flex-direction:column!important;justify-content:center!important;min-width:0!important;min-height:78px!important;padding:13px 14px!important;display:flex!important}.lxhp-role-seller .lxhp-content:is([data-section=security-alerts],[data-section=sso-settings],[data-section=session-management],[data-section=ip-allowlist],[data-section=regional-settings]) .lxhp-module-actions strong{overflow-wrap:anywhere!important;min-width:0!important;margin-top:5px!important;font-size:14px!important;line-height:1.35!important}.lxhp-role-seller .lxhp-content:is([data-section=security-alerts],[data-section=sso-settings],[data-section=session-management],[data-section=ip-allowlist],[data-section=regional-settings]) .lxhp-workspace-grid>.lxhp-panel:nth-child(2)>.lxhp-panel__head{border-bottom:1px solid var(--lxhp-line)!important;background:linear-gradient(180deg,color-mix(in srgb,var(--lxhp-panel-2) 68%,var(--lxhp-panel)),var(--lxhp-panel))!important;min-height:88px!important;padding:18px 20px!important}.lxhp-role-seller .lxhp-content:is([data-section=security-alerts],[data-section=sso-settings],[data-section=session-management],[data-section=ip-allowlist],[data-section=regional-settings]) .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list{gap:10px!important;padding:16px!important;display:grid!important}.lxhp-role-seller .lxhp-content:is([data-section=security-alerts],[data-section=sso-settings],[data-section=session-management],[data-section=ip-allowlist],[data-section=regional-settings]) .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;border-radius:5px!important;grid-template-columns:38px minmax(0,1fr)!important;align-items:start!important;gap:12px!important;min-width:0!important;padding:14px!important;display:grid!important}.lxhp-role-seller .lxhp-content:is([data-section=security-alerts],[data-section=sso-settings],[data-section=session-management],[data-section=ip-allowlist],[data-section=regional-settings]) .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p>span{border-radius:5px!important;place-items:center!important;width:36px!important;height:36px!important;display:grid!important}.lxhp-role-seller .lxhp-content:is([data-section=security-alerts],[data-section=sso-settings],[data-section=session-management],[data-section=ip-allowlist],[data-section=regional-settings]) .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p>span svg{width:16px!important;height:16px!important;margin:auto!important}.lxhp-role-seller .lxhp-content:is([data-section=security-alerts],[data-section=sso-settings],[data-section=session-management],[data-section=ip-allowlist],[data-section=regional-settings]) .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list b{min-width:0!important;font-size:14px!important;line-height:1.35!important}.lxhp-role-seller .lxhp-content:is([data-section=security-alerts],[data-section=sso-settings],[data-section=session-management],[data-section=ip-allowlist],[data-section=regional-settings]) .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list b small{overflow-wrap:anywhere!important;margin-top:5px!important;font-size:12px!important;line-height:1.5!important}@media (max-width:1180px){.lxhp-role-seller .lxhp-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])>.lxhp-workspace-grid{grid-template-columns:1fr!important}.lxhp-role-seller .lxhp-content[data-section=settings] .lxhp-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.lxhp-role-seller .lxhp-content[data-section=team] .lxhp-team-list article{grid-template-columns:minmax(180px,1fr) 130px 90px!important}.lxhp-role-seller .lxhp-content[data-section=team] .lxhp-team-list article>.lxhp-btn{grid-column:1/-1!important;justify-self:start!important}}@media (max-width:760px){.lxhp-role-seller .lxhp-content:is([data-section=company],[data-section=profile],[data-section=team],[data-section=security],[data-section=settings]) .lxhp-panel__head{min-height:0!important;padding:16px!important}.lxhp-role-seller .lxhp-content:is([data-section=company],[data-section=profile]) .lxhp-form-stack,.lxhp-role-seller .lxhp-content[data-section=security] .lxhp-form-stack,.lxhp-role-seller .lxhp-content[data-section=settings] .lxhp-form-stack{padding:16px!important}.lxhp-role-seller .lxhp-content:is([data-section=company],[data-section=profile]) .lxhp-form-grid,.lxhp-role-seller .lxhp-content[data-section=security] .lxhp-form-grid,.lxhp-role-seller .lxhp-content[data-section=settings] .lxhp-form-grid{grid-template-columns:1fr!important;gap:13px!important}.lxhp-role-seller .lxhp-content[data-section=profile] .lxhp-form-grid>label:last-child:nth-child(odd){grid-column:auto!important}.lxhp-role-seller .lxhp-content:is([data-section=company],[data-section=profile]) .lxhp-account-details{grid-template-columns:1fr!important;padding:16px!important}.lxhp-role-seller .lxhp-content[data-section=profile] .lxhp-muted-copy{padding:0 16px 16px!important}.lxhp-role-seller .lxhp-content[data-section=team] .lxhp-workspace-grid>.lxhp-panel:first-child .lxhp-form-stack{grid-template-columns:1fr!important;padding:16px!important}.lxhp-role-seller .lxhp-content[data-section=team] .lxhp-workspace-grid>.lxhp-panel:first-child .lxhp-form-stack>.lxhp-btn{grid-column:auto!important;width:100%!important}.lxhp-role-seller .lxhp-content[data-section=team] .lxhp-team-list{padding:12px 16px 16px!important}.lxhp-role-seller .lxhp-content[data-section=team] .lxhp-team-list article{grid-template-columns:1fr!important;align-items:start!important}.lxhp-role-seller .lxhp-content[data-section=team] .lxhp-team-list article>.lxhp-btn{grid-column:auto!important;width:100%!important}.lxhp-role-seller .lxhp-content[data-section=security] .lxhp-health-list{grid-template-columns:1fr!important;padding:16px!important}.lxhp-role-seller .lxhp-content[data-section=security] .lxhp-mfa-panel :is(.lxhp-mfa-setup,.lxhp-mfa-enabled,.lxhp-mfa-recovery){padding:16px!important}.lxhp-role-seller .lxhp-content[data-section=security] .lxhp-mfa-panel details{margin:0 16px 10px!important}.lxhp-role-seller .lxhp-content[data-section=settings] .lxhp-checkbox-row{flex-direction:column!important;align-items:flex-start!important;gap:10px!important;padding:13px!important}.lxhp-role-seller .lxhp-content[data-section=settings] .lxhp-form-stack>.lxhp-btn{width:100%!important}.lxhp-role-seller .lxhp-content:is([data-section=security-alerts],[data-section=sso-settings],[data-section=session-management],[data-section=ip-allowlist],[data-section=regional-settings]) .lxhp-workspace-grid>.lxhp-panel:first-child .lxhp-module-hero{grid-template-columns:48px minmax(0,1fr)!important;align-items:start!important;gap:13px!important;min-height:0!important;padding:16px!important}.lxhp-role-seller .lxhp-content:is([data-section=security-alerts],[data-section=sso-settings],[data-section=session-management],[data-section=ip-allowlist],[data-section=regional-settings]) .lxhp-module-icon{width:48px!important;height:48px!important;box-shadow:none!important}.lxhp-role-seller .lxhp-content:is([data-section=security-alerts],[data-section=sso-settings],[data-section=session-management],[data-section=ip-allowlist],[data-section=regional-settings]) .lxhp-module-icon svg{width:21px!important;height:21px!important}.lxhp-role-seller .lxhp-content:is([data-section=security-alerts],[data-section=sso-settings],[data-section=session-management],[data-section=ip-allowlist],[data-section=regional-settings]) .lxhp-module-hero h2{font-size:20px!important}.lxhp-role-seller .lxhp-content:is([data-section=security-alerts],[data-section=sso-settings],[data-section=session-management],[data-section=ip-allowlist],[data-section=regional-settings]) .lxhp-module-actions{grid-template-columns:1fr!important;padding:14px 16px 16px!important}.lxhp-role-seller .lxhp-content:is([data-section=security-alerts],[data-section=sso-settings],[data-section=session-management],[data-section=ip-allowlist],[data-section=regional-settings]) .lxhp-workspace-grid>.lxhp-panel:nth-child(2)>.lxhp-panel__head{min-height:0!important;padding:16px!important}.lxhp-role-seller .lxhp-content:is([data-section=security-alerts],[data-section=sso-settings],[data-section=session-management],[data-section=ip-allowlist],[data-section=regional-settings]) .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list{padding:16px!important}}@media (max-width:520px){.lxhp-role-seller .lxhp-content:is([data-section=security-alerts],[data-section=sso-settings],[data-section=session-management],[data-section=ip-allowlist],[data-section=regional-settings]) .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p{grid-template-columns:34px minmax(0,1fr)!important;padding:13px!important}.lxhp-role-seller .lxhp-content:is([data-section=security-alerts],[data-section=sso-settings],[data-section=session-management],[data-section=ip-allowlist],[data-section=regional-settings]) .lxhp-workspace-grid>.lxhp-panel:nth-child(2) .lxhp-check-list p>span{width:32px!important;height:32px!important}}.lxhp-copy-btn{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);min-height:32px;color:var(--lxhp-muted);font:inherit;white-space:nowrap;cursor:pointer;border-radius:5px;justify-content:center;align-items:center;gap:6px;padding:6px 9px;line-height:1;transition:border-color .15s,background .15s,color .15s,transform .15s;display:inline-flex;font-size:11px!important;font-weight:400!important}.lxhp-copy-btn svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;flex:0 0 14px;width:14px;height:14px;display:block}.lxhp-copy-btn:hover:not(:disabled){border-color:color-mix(in srgb,var(--lxhp-accent) 40%,var(--lxhp-line));background:color-mix(in srgb,var(--lxhp-accent) 7%,var(--lxhp-panel-2));color:var(--lxhp-text);transform:translateY(-1px)}.lxhp-copy-btn.is-copied{border-color:color-mix(in srgb,#16a66a 45%,var(--lxhp-line));background:color-mix(in srgb,#16a66a 8%,var(--lxhp-panel-2));color:#0f8a57}.lxhp-copy-btn:disabled{opacity:.45;cursor:not-allowed}.lxhp-copy-btn.is-compact{min-height:27px;padding:4px 7px;font-size:10px!important}.lxhp-copy-value{align-items:center;gap:8px;min-width:0;max-width:100%;display:flex}.lxhp-copy-value>:first-child{overflow-wrap:anywhere;min-width:0}.lxhp-copy-value.is-stack{flex-direction:column;align-items:flex-start;gap:6px}.lxhp-copy-value code,.lxhp-copy-value .lxhp-id{overflow-wrap:anywhere;word-break:break-word}.lxhp-code-card{position:relative}.lxhp-code-card>.lxhp-copy-btn{justify-self:start}.lxhp-secret-reveal>.lxhp-copy-btn{flex:none}.lxhp-account-details>div .lxhp-copy-btn{align-self:flex-start;margin-top:7px}.lxhp-platform-id .lxhp-copy-btn{margin-top:8px}.lxhp-table .lxhp-copy-btn{vertical-align:middle}@media (max-width:600px){.lxhp-copy-btn:not(.is-compact){min-height:34px}.lxhp-copy-value{flex-direction:column;align-items:flex-start;gap:5px}.lxhp-secret-reveal>.lxhp-copy-btn{width:100%}}.lxhp-avatar{aspect-ratio:1!important;border-radius:50%!important;overflow:hidden!important}.lxhp-avatar img{object-fit:cover!important;border-radius:50%!important;width:100%!important;height:100%!important;display:block!important}.lxhp-page-heading__actions{flex:none;justify-content:flex-end;align-items:center;gap:10px;margin-left:auto;display:flex}.lxhp-workspace-guide{border:1px solid color-mix(in srgb,var(--lxhp-accent) 34%,var(--lxhp-line));background:color-mix(in srgb,var(--lxhp-accent) 7%,var(--lxhp-panel));min-height:38px;color:var(--lxhp-accent);white-space:nowrap;border-radius:5px;justify-content:center;align-items:center;gap:8px;padding:8px 12px;line-height:1.2;transition:background .16s,border-color .16s,transform .16s;display:inline-flex;font-size:12px!important;font-weight:400!important}.lxhp-workspace-guide svg{stroke:currentColor;fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;flex:0 0 16px;width:16px;height:16px;display:block}.lxhp-workspace-guide:hover{background:color-mix(in srgb,var(--lxhp-accent) 12%,var(--lxhp-panel));border-color:color-mix(in srgb,var(--lxhp-accent) 50%,var(--lxhp-line));transform:translateY(-1px)}.lxhp-profile-popover{border-radius:5px!important;width:330px!important;padding:0!important;overflow:hidden!important}.lxhp-profile-card{background:linear-gradient(135deg,color-mix(in srgb,var(--lxhp-accent) 7%,var(--lxhp-panel)),var(--lxhp-panel))!important;grid-template-columns:58px minmax(0,1fr)!important;gap:14px!important;padding:18px!important}.lxhp-profile-card .lxhp-avatar{box-shadow:0 0 0 3px color-mix(in srgb,var(--lxhp-accent) 14%,transparent);width:58px!important;height:58px!important}.lxhp-profile-card__copy{min-width:0!important}.lxhp-profile-card__copy>strong{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:var(--lxhp-text)!important;font-size:15px!important;font-weight:400!important;line-height:1.25!important}.lxhp-profile-card__copy>span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:var(--lxhp-muted)!important;margin-top:4px!important;font-size:12px!important;line-height:1.35!important}.lxhp-profile-card__id{align-items:center;gap:7px;min-width:0;margin-top:7px;display:flex}.lxhp-profile-card__id>small{white-space:nowrap;text-overflow:ellipsis;min-width:0;max-width:170px;overflow:hidden;font:400 11px/1.25 var(--lxh-font)!important;color:var(--lxhp-subtle)!important;margin:0!important}.lxhp-profile-card__id .lxhp-copy-btn{flex:none}.lxhp-account-status{background:var(--lxhp-panel-2);gap:10px!important;padding:12px 18px!important}.lxhp-account-status>span{flex:0 0 8px;box-shadow:0 0 0 4px #22c55e21;width:8px!important;height:8px!important}.lxhp-account-status>div{min-width:0}.lxhp-account-status strong{display:block;color:var(--lxhp-text)!important;font-size:11px!important;font-weight:400!important}.lxhp-account-status small{white-space:normal;display:block;color:var(--lxhp-muted)!important;margin-top:2px!important;font-size:10px!important}.lxhp-profile-actions{padding:8px}.lxhp-profile-popover .lxhp-profile-action{width:100%;color:var(--lxhp-text);text-align:left;background:0 0;border:0;border-radius:5px;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;padding:10px;transition:background .15s,color .15s;display:grid}.lxhp-profile-popover .lxhp-profile-action:hover{background:var(--lxhp-panel-2)}.lxhp-profile-action>svg,.lxhp-profile-action__signout{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);width:34px;height:34px;color:var(--lxhp-accent);border-radius:50%;place-items:center;display:grid}.lxhp-profile-action>svg{stroke:currentColor;fill:none;stroke-width:1.8px;padding:8px}.lxhp-profile-action__signout{font-size:16px;font-weight:400}.lxhp-profile-action>span:last-child{min-width:0}.lxhp-profile-action strong{display:block;color:inherit!important;font-size:12px!important;font-weight:400!important}.lxhp-profile-action small{display:block;color:var(--lxhp-muted)!important;margin-top:2px!important;font-size:10px!important;line-height:1.35!important}.lxhp-profile-action.is-danger{color:#dc2626!important}.lxhp-profile-action.is-danger:hover{background:color-mix(in srgb,#dc2626 7%,var(--lxhp-panel))!important}.lxhp-content :is(h1,h2,h3,h4,h5,h6),.lxhp-content :is(.lxhp-panel__head,.lxhp-card__head,.lxhp-panel__subhead,.lxhp-modal__head,.lxhp-module-hero,.lxhp-empty) strong{text-transform:capitalize!important}.lxhp-content .lxhp-eyebrow{text-transform:uppercase!important}@media (max-width:820px){.lxhp-page-heading__actions{flex-wrap:wrap;justify-content:space-between;width:100%;margin-left:0}}@media (max-width:540px){.lxhp-page-heading__actions{grid-template-columns:1fr;display:grid}.lxhp-workspace-guide{width:100%;min-height:42px}.lxhp-heading-status{display:none!important}.lxhp-profile-popover{width:auto!important}}.lxh-dashboard-guide-hero p{max-width:900px!important}.lxh-dashboard-guide .lxh-prose{max-width:980px;margin-inline:auto}.lxh-dashboard-guide .lxh-prose h2{text-transform:capitalize}.lxh-guide-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:18px 0 28px;display:grid}.lxh-guide-links a{border:1px solid var(--lxh-line);background:var(--lxh-surface);min-height:48px;color:var(--lxh-text);border-radius:5px;align-items:center;padding:11px 13px;font-weight:400;display:flex}.lxh-guide-links a:hover{border-color:color-mix(in srgb,var(--lxh-blue) 35%,var(--lxh-line));color:var(--lxh-blue)}.lxh-guide-actions{border-top:1px solid var(--lxh-line);flex-wrap:wrap;gap:10px;margin-top:30px;padding-top:22px;display:flex}@media (max-width:640px){.lxh-guide-links{grid-template-columns:1fr}.lxh-guide-actions .lxh-btn{width:100%}}.lxhp-content :is(.lxhp-kpi__copy>span,.lxhp-mini-kpis>div>span,.lxhp-mini-metrics>div>span,.lxhp-autopilot-metrics>div>span,.lxhp-module-actions>div>strong,.lxhaut-action-card>strong,.lxhpc-summary>div>span){text-transform:capitalize!important}.lxhp-date-range{z-index:8;align-items:flex-end;min-width:0;display:flex;position:relative}.lxhp-date-range__preset{min-width:188px;gap:5px!important;margin:0!important;display:grid!important}.lxhp-date-range__preset>span:first-child{color:var(--lxhp-muted)!important;font-size:11px!important;font-weight:400!important;line-height:1.2!important}.lxhp-date-range__select-row{grid-template-columns:minmax(0,1fr) 42px;align-items:stretch;gap:6px;display:grid}.lxhp-date-range__select-row select{width:100%;min-width:0;border-radius:5px!important;height:42px!important;min-height:42px!important;padding:8px 10px!important}.lxhp-date-range__calendar-button{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);width:42px;height:42px;color:var(--lxhp-text);cursor:pointer;border-radius:5px;place-items:center;display:grid}.lxhp-date-range__calendar-button:hover,.lxhp-date-range.is-open .lxhp-date-range__calendar-button{border-color:color-mix(in srgb,var(--lxhp-accent) 48%,var(--lxhp-line));background:color-mix(in srgb,var(--lxhp-accent) 8%,var(--lxhp-panel-2));color:var(--lxhp-accent)}.lxhp-date-range__calendar-button svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px;display:block}.lxhp-date-range__calendar{border:1px solid var(--lxhp-line-strong);background:var(--lxhp-panel);z-index:140;border-radius:5px;width:min(390px,100vw - 32px);padding:14px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 18px 48px #0000003d}.lxhp-date-range__calendar-head{border-bottom:1px solid var(--lxhp-line);justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;padding-bottom:10px;display:flex}.lxhp-date-range__calendar-head strong{color:var(--lxhp-text);font-size:14px!important}.lxhp-date-range__calendar-head button{background:var(--lxhp-panel-2);width:30px;height:30px;color:var(--lxhp-muted);cursor:pointer;border:0;border-radius:5px;font-size:20px;line-height:1}.lxhp-date-range__calendar-fields{grid-template-columns:1fr 1fr;gap:10px;display:grid}.lxhp-date-range__calendar-fields label{gap:5px!important;margin:0!important;display:grid!important}.lxhp-date-range__calendar-fields label>span{color:var(--lxhp-muted)!important;font-size:11px!important}.lxhp-date-range__calendar-fields input[type=date]{color-scheme:normal;width:100%;min-width:0;border-radius:5px!important;min-height:42px!important}.lxhp-date-range__calendar-actions{border-top:1px solid var(--lxhp-line);justify-content:space-between;align-items:center;gap:12px;margin-top:12px;padding-top:12px;display:flex}.lxhp-date-range__calendar-actions>span{min-width:0;line-height:1.35;color:var(--lxhp-muted)!important;font-size:11px!important}.lxhp-date-range__calendar-actions .lxhp-btn{flex:none}.lxhp-date-range__error{margin-top:8px;display:block;color:#dc2626!important;font-size:11px!important}.lxhp-panel-actions{flex-wrap:wrap;justify-content:flex-end;align-items:flex-end;gap:10px;display:flex}.lxhp-analytics-range-panel>.lxhp-panel__head,.lxhp-call-analytics-range>.lxhp-panel__head,.lxhp-overview-trend>.lxhp-panel__head,.lxha-report-range>.lxhp-panel__head,.lxha-controls{overflow:visible!important}@media (max-width:900px){.lxhp-date-range__calendar{left:0;right:auto}.lxhp-panel-actions{justify-content:flex-start;width:100%}.lxhp-panel-actions .lxhp-date-range{flex:240px}}@media (max-width:600px){.lxhp-date-range{width:100%}.lxhp-date-range__preset{width:100%;min-width:0}.lxhp-date-range__calendar{width:auto;max-height:calc(100vh - 96px);position:fixed;top:76px;left:12px;right:12px;overflow:auto}.lxhp-date-range__calendar-fields{grid-template-columns:1fr}.lxhp-date-range__calendar-actions{flex-direction:column;align-items:stretch}.lxhp-date-range__calendar-actions .lxhp-btn{width:100%}.lxha-controls .lxhp-date-range{flex-basis:100%}}:is(.lxhp-panel:has(>.lxhp-panel__head .lxhp-date-range),.lxhp-panel:has(>.lxha-controls .lxhp-date-range)){overflow:visible!important}.lxhp-content :is(.lxhp-kpi__copy>span,.lxhp-kpi__copy>small,.lxhp-mini-kpis>div>span,.lxhp-mini-metrics>div>span,.lxhp-autopilot-metrics>div>span,.lxhp-autopilot-state>span,.lxhp-finance-position>div>span,.lxhp-finance-position>small,.lxhp-finance-preview>div>span,.lxhp-verification-summary>div>span,.lxhp-economics-preview>div>span,.lxhp-connect-card>div>span,.lxhp-health-list>div>span,.lxhp-chart-summary span,.lxhp-module-actions>div>span,.lxhp-module-actions>div>strong,.lxhaut-action-card>strong,.lxhpc-summary>div>span,.lxhp-stat-card>span){text-transform:capitalize!important}.lxhp-app :where(button,input:not([type=checkbox]):not([type=radio]),select,textarea,section,article,.lxhp-page-heading,.lxhp-page-heading__icon,.lxhp-panel,.lxhp-card,.lxhp-kpi,.lxhp-kpi__icon,.lxhp-panel-glyph,.lxhp-profile,.lxhp-popover,.lxhp-profile-card,.lxhp-modal__panel,.lxhp-avatar-editor,.lxhp-platform-id,.lxhp-form-message,.lxhp-action-message,.lxhp-table-wrap,.lxhp-code-card,.lxhp-empty,.lxhp-empty-state,.lxhp-heading-status,.lxhp-status,.lxhp-status-pill,.lxhp-autopilot-badge,.lxhp-tier-pill,.lxhp-record-count,.lxhp-stripe-status,.lxhp-iam-badge,.lxhp-risk,.lxhp-role-chip,.lxhp-nav__badge,.lxhp-preview-safety,.lxhp-panel__subhead span,.lxhp-chip-list span,.lxhp-taxonomy-tags span,.lxhpc-core,.lxhaut-tabs button,.lxhaut-status,[class*=badge],[class*=pill],[class*=chip]){border-radius:5px!important}.lxhp-app :where(.lxhp-avatar,.lxhp-avatar img,.lxhp-donut),.lxhp-app :where(.lxhp-preview-dot,.lxhp-notification-dot,.lxhp-health-list i,.lxhp-chart-summary i,.lxhp-chart-legend i,.lxhp-account-status>span,.lxhp-heading-status>span,.lxhp-stripe-status span,.lxhp-notifications-popover>a>span){border-radius:50%!important}.lxhp-profile-modal{border-top:3px solid var(--lxhp-accent)!important;box-shadow:0 24px 70px color-mix(in srgb,var(--lxhp-accent) 12%,#030a1447)!important}.lxhp-profile-modal .lxhp-modal__head{background:linear-gradient(135deg,color-mix(in srgb,var(--lxhp-accent) 11%,var(--lxhp-panel)),var(--lxhp-panel))!important;border-bottom:1px solid color-mix(in srgb,var(--lxhp-accent) 20%,var(--lxhp-line))!important;padding:18px 20px!important}.lxhp-profile-modal .lxhp-modal__head .lxhp-eyebrow{color:var(--lxhp-accent)!important}.lxhp-profile-modal .lxhp-modal__head h2{margin-top:4px!important}.lxhp-profile-modal .lxhp-modal__content{background:linear-gradient(180deg,color-mix(in srgb,var(--lxhp-accent) 2.5%,var(--lxhp-panel)),var(--lxhp-panel))!important;padding:20px!important}.lxhp-profile-modal .lxhp-avatar-editor{border-color:color-mix(in srgb,var(--lxhp-accent) 26%,var(--lxhp-line))!important;background:linear-gradient(135deg,color-mix(in srgb,var(--lxhp-accent) 9%,var(--lxhp-panel-2)),var(--lxhp-panel-2))!important;box-shadow:inset 3px 0 0 color-mix(in srgb,var(--lxhp-accent) 75%,transparent)!important;padding:16px!important}.lxhp-profile-modal .lxhp-avatar-editor .lxhp-avatar{box-shadow:0 0 0 4px color-mix(in srgb,var(--lxhp-accent) 11%,transparent),0 8px 20px color-mix(in srgb,var(--lxhp-accent) 18%,transparent)!important}.lxhp-profile-modal .lxhp-form-grid>label,.lxhp-profile-modal .lxhp-form-stack>label{border:1px solid color-mix(in srgb,var(--lxhp-accent) 14%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 3.5%,var(--lxhp-panel-2))!important;padding:12px!important}.lxhp-profile-modal .lxhp-form-grid>label:focus-within,.lxhp-profile-modal .lxhp-form-stack>label:focus-within{border-color:color-mix(in srgb,var(--lxhp-accent) 48%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 6%,var(--lxhp-panel-2))!important}.lxhp-profile-modal .lxhp-platform-id{border-color:color-mix(in srgb,var(--lxhp-accent) 25%,var(--lxhp-line))!important;background:linear-gradient(135deg,color-mix(in srgb,var(--lxhp-accent) 8%,var(--lxhp-panel-2)),var(--lxhp-panel-2))!important;box-shadow:inset 3px 0 0 color-mix(in srgb,var(--lxhp-accent) 70%,transparent)!important}.lxhp-profile-modal .lxhp-platform-id strong{color:var(--lxhp-accent)!important}.lxhp-profile-modal .lxhp-modal__footer{justify-content:flex-end!important;gap:10px!important;margin-top:4px!important;padding-top:16px!important;display:flex!important}.lxhp-message-icon{color:#0284c7!important;border-color:color-mix(in srgb,#0284c7 28%,var(--lxhp-line))!important;background:color-mix(in srgb,#0284c7 8%,var(--lxhp-panel))!important}.lxhp-message-icon:hover{background:color-mix(in srgb,#0284c7 13%,var(--lxhp-panel))!important}.lxhp-notification-icon{color:#d97706!important;border-color:color-mix(in srgb,#d97706 30%,var(--lxhp-line))!important;background:color-mix(in srgb,#d97706 8%,var(--lxhp-panel))!important}.lxhp-notification-icon:hover{background:color-mix(in srgb,#d97706 13%,var(--lxhp-panel))!important}.lxhp-message-icon>span{color:#fff!important;background:#0284c7!important}.lxhp-notification-icon>span{color:#fff!important;background:#d97706!important}.lxhp-searchable-select{gap:6px;width:100%;min-width:0;display:grid}.lxhp-select-search{align-items:center;width:100%;min-width:0;display:flex;position:relative}.lxhp-select-search>svg{z-index:1;fill:none;stroke:var(--lxhp-muted);stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;pointer-events:none;position:absolute;left:11px}.lxhp-select-search>input[type=search]{background:color-mix(in srgb,var(--lxhp-accent) 2.5%,var(--lxhp-panel-2))!important;border-color:color-mix(in srgb,var(--lxhp-accent) 14%,var(--lxhp-line))!important;width:100%!important;min-height:38px!important;padding:8px 10px 8px 34px!important;font-size:12px!important}.lxhp-select-search>input[type=search]:focus{border-color:color-mix(in srgb,var(--lxhp-accent) 55%,var(--lxhp-line))!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--lxhp-accent) 9%,transparent)!important}.lxhp-searchable-select>select{width:100%!important;min-width:0!important}.lxhp-searchable-select:has(select:disabled) .lxhp-select-search{display:none}@media (max-width:760px){.lxhp-profile-modal .lxhp-modal__content{padding:16px!important}.lxhp-profile-modal .lxhp-form-grid>label,.lxhp-profile-modal .lxhp-form-stack>label{padding:10px!important}}.lxhp-app *{border-radius:5px!important}.lxhp-app :where(.lxhp-avatar,.lxhp-avatar img,.lxhp-donut),.lxhp-app :where(.lxhp-preview-dot,.lxhp-notification-dot,.lxhp-health-list i,.lxhp-chart-summary i,.lxhp-chart-legend i,.lxhp-account-status>span,.lxhp-heading-status>span,.lxhp-stripe-status span,.lxhp-notifications-popover>a>span,.lxhp-demo-mini>span){border-radius:50%!important}:is(.lxhp-main:has(.lxhp-date-range.is-open),.lxhp-content:has(.lxhp-date-range.is-open),.lxhp-dashboard-grid:has(.lxhp-date-range.is-open),.lxhp-workspace-grid:has(.lxhp-date-range.is-open),.lxhp-finance-layout:has(.lxhp-date-range.is-open),.lxha-grid-wide:has(.lxhp-date-range.is-open),.lxha-stack:has(.lxhp-date-range.is-open),.lxhp-routing-stack:has(.lxhp-date-range.is-open),.lxhp-panel:has(.lxhp-date-range.is-open),.lxhp-card:has(.lxhp-date-range.is-open),.lxhp-panel__head:has(.lxhp-date-range.is-open),.lxha-toolbar:has(.lxhp-date-range.is-open),.lxha-controls:has(.lxhp-date-range.is-open)){overflow:visible!important}.lxhp-content :is(.lxhp-panel,.lxhp-card,.lxha-toolbar):has(.lxhp-date-range.is-open){z-index:600!important;position:relative!important}.lxhp-date-range.is-open{z-index:700!important;position:relative!important}.lxhp-date-range.is-open .lxhp-date-range__calendar{z-index:710!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important}.lxhp-content :is(.lxhp-kpi span,.lxhp-kpi small,.lxhp-mini-kpis span,.lxhp-mini-kpis small,.lxhp-autopilot-metrics span,.lxhp-autopilot-state span,.lxhp-finance-position span,.lxhp-finance-position small,.lxhp-finance-preview span,.lxhp-verification-summary span,.lxhp-verification-summary small,.lxhp-economics-preview span,.lxhp-connect-card span,.lxhp-health-list span,.lxhp-chart-summary span,.lxhp-module-actions>div>span,.lxhp-module-actions>div>strong,.lxhpc-summary>div>span,.lxhp-stat-card>span,.lxha-metric-list span){text-transform:capitalize!important}.lxhp-session-location{border:1px solid var(--lxhp-line);background:linear-gradient(135deg,color-mix(in srgb,var(--lxhp-accent) 4%,var(--lxhp-panel)),var(--lxhp-panel));box-shadow:var(--lxhp-shadow);margin:0 0 15px;overflow:hidden}.lxhp-session-location__head{border-bottom:1px solid var(--lxhp-line);grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px 16px;display:grid}.lxhp-session-location__icon{border:1px solid color-mix(in srgb,var(--lxhp-accent) 24%,var(--lxhp-line));background:color-mix(in srgb,var(--lxhp-accent) 9%,var(--lxhp-panel-2));width:42px;height:42px;color:var(--lxhp-accent);place-items:center;display:grid}.lxhp-session-location__icon svg,.lxhp-session-location__time svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round}.lxhp-session-location__head>div{min-width:0}.lxhp-session-location__head>div>.lxhp-eyebrow{color:var(--lxhp-accent);letter-spacing:.06em;text-transform:uppercase;margin:0 0 2px;display:block;font-size:11px!important;font-weight:400!important}.lxhp-session-location__head>div>strong{color:var(--lxhp-text);font-size:16px;font-weight:400;line-height:1.25;display:block}.lxhp-session-location__head>div>small{color:var(--lxhp-muted);margin-top:3px;line-height:1.4;display:block;font-size:12px!important}.lxhp-session-location__status{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);min-height:30px;color:var(--lxhp-muted);white-space:nowrap;align-items:center;gap:7px;padding:6px 9px;font-size:11px;font-weight:400;display:inline-flex}.lxhp-session-location__status i{background:#94a3b8;width:7px;height:7px;border-radius:50%!important}.lxhp-session-location__status.is-live{color:#0f8a57;border-color:color-mix(in srgb,#16a66a 28%,var(--lxhp-line));background:color-mix(in srgb,#16a66a 8%,var(--lxhp-panel))}.lxhp-session-location__status.is-live i{background:#22c55e;box-shadow:0 0 0 3px #22c55e1a}.lxhp-session-location__grid{background:var(--lxhp-panel);grid-template-columns:repeat(6,minmax(0,1fr));display:grid}.lxhp-session-location__grid>div{border-right:1px solid var(--lxhp-line);border-bottom:1px solid var(--lxhp-line);min-width:0;padding:12px 14px}.lxhp-session-location__grid>div:nth-child(6n){border-right:0}.lxhp-session-location__grid>div:nth-last-child(-n+6){border-bottom:0}.lxhp-session-location__grid span,.lxhp-session-location__grid strong{min-width:0;display:block}.lxhp-session-location__grid span{color:var(--lxhp-muted);font-weight:400;line-height:1.3;text-transform:none!important;font-size:11px!important}.lxhp-session-location__grid strong{color:var(--lxhp-text);overflow-wrap:anywhere;margin-top:4px;font-weight:400;line-height:1.35;font-size:13px!important}.lxhp-session-location__address{grid-column:span 2}.lxhp-session-location__time{align-items:center;gap:6px;display:flex!important}.lxhp-session-location__time svg{width:15px;height:15px;color:var(--lxhp-accent);flex:0 0 15px}.lxhp-session-location__mono{font-family:var(--lxh-font);font-size:12px!important}.lxhp-sidebar-footer-actions{justify-content:space-between;align-items:center;gap:8px;margin-top:10px;display:flex}.lxhp-sidebar-footer-actions .lxhp-sidebar-angle-toggle{margin:0 0 0 auto}.lxhp-sidebar-signout{color:#fecaca;cursor:pointer;background:#f8717114;border:1px solid #f8717140;min-height:32px;padding:6px 10px;font-size:11px;font-weight:400}.lxhp-sidebar-signout:hover{color:#fff;background:#f8717124;border-color:#f871716b}.lxhp-sidebar-signout:disabled{opacity:.6;cursor:not-allowed}.lxhp-sidebar-edge-actions{z-index:115;align-items:center;gap:6px;display:flex;position:fixed;bottom:16px;left:0}.lxhp-sidebar-edge-actions .lxhp-sidebar-edge-restore{position:static;bottom:auto;left:auto}.lxhp-sidebar-edge-signout{background:linear-gradient(180deg,var(--lxhp-sidebar),var(--lxhp-sidebar-2));color:#fecaca;min-height:36px;box-shadow:var(--lxhp-shadow-md);cursor:pointer;border:1px solid #ffffff1a;padding:7px 10px;font-size:11px;font-weight:400}.lxhp-sidebar-edge-signout:hover{color:#fff;border-color:#f8717159}.lxhp-sidebar-edge-signout:disabled{opacity:.6;cursor:not-allowed}@media (max-width:1350px){.lxhp-session-location__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.lxhp-session-location__grid>div,.lxhp-session-location__grid>div:nth-child(6n),.lxhp-session-location__grid>div:nth-last-child(-n+6){border-right:1px solid var(--lxhp-line);border-bottom:1px solid var(--lxhp-line)}.lxhp-session-location__grid>div:nth-child(4n){border-right:0}.lxhp-session-location__grid>div:nth-last-child(-n+4){border-bottom:0}.lxhp-session-location__address{grid-column:span 2}}@media (max-width:820px){.lxhp-session-location__head{grid-template-columns:38px minmax(0,1fr);padding:13px}.lxhp-session-location__icon{width:38px;height:38px}.lxhp-session-location__status{grid-column:2;justify-self:start}.lxhp-session-location__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lxhp-session-location__grid>div,.lxhp-session-location__grid>div:nth-child(4n),.lxhp-session-location__grid>div:nth-last-child(-n+4){border-right:1px solid var(--lxhp-line);border-bottom:1px solid var(--lxhp-line)}.lxhp-session-location__grid>div:nth-child(2n){border-right:0}.lxhp-session-location__grid>div:nth-last-child(-n+2){border-bottom:0}.lxhp-session-location__address{grid-column:span 2}}@media (max-width:520px){.lxhp-session-location__grid{grid-template-columns:1fr}.lxhp-session-location__grid>div,.lxhp-session-location__grid>div:nth-child(2n),.lxhp-session-location__grid>div:nth-last-child(-n+2){border-right:0;border-bottom:1px solid var(--lxhp-line)}.lxhp-session-location__grid>div:last-child{border-bottom:0}.lxhp-session-location__address{grid-column:auto}.lxhp-sidebar-edge-signout{white-space:nowrap;text-overflow:ellipsis;max-width:112px;overflow:hidden}}@media (max-width:1180px){.lxhp-main .lxhp-content :is(.lxhp-workspace-grid,.lxhp-dashboard-grid,.lxhp-finance-layout,.lxha-grid-wide,.lxhp-marketplace-grid){grid-template-columns:minmax(0,1fr)!important}.lxhp-main .lxhp-content :is(.lxhp-kpi-grid,.lxhp-stat-grid,.lxhp-mini-kpis,.lxhp-mini-metrics,.lxhp-autopilot-metrics,.lxhp-verification-summary,.lxhp-economics-preview,.lxhp-payment-method-grid,.lxhp-permission-grid,.lxhp-routing-detail-grid,.lxhpc-summary,.lxhaut-pref-grid){grid-template-columns:repeat(2,minmax(0,1fr))!important}.lxhp-main .lxhp-content :is(.lxhp-panel,.lxhp-card,.lxhp-kpi,.lxhp-module-hero,.lxhp-module-actions,.lxhp-check-list,.lxhp-check-list p,.lxhp-form-grid,.lxhp-form-stack,.lxhp-source-form__grid,.lxhp-health-list,.lxhp-account-details,.lxhp-connect-card,.lxhp-team-list,.lxhp-order-list,.lxhp-payment-admin-list,.lxha-toolbar,.lxhpc-toolbar,.lxhpc-group-head,.lxhpc-feature-list),.lxhp-main .lxhp-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){.lxhp-main .lxhp-content :is(.lxhp-workspace-grid,.lxhp-dashboard-grid,.lxhp-finance-layout,.lxha-grid-wide,.lxhp-marketplace-grid,.lxhp-form-grid,.lxhp-source-form__grid,.lxhp-finance-settings,.lxhp-inline-finance-form,.lxhp-connect-card,.lxhp-health-list,.lxhp-account-details,.lxhp-permission-grid,.lxhp-routing-detail-grid,.lxhaut-pref-grid,.lxhpc-toolbar,.lxhpc-summary){grid-template-columns:minmax(0,1fr)!important}.lxhp-main .lxhp-content :is(.lxhp-kpi-grid,.lxhp-stat-grid,.lxhp-mini-kpis,.lxhp-mini-metrics,.lxhp-autopilot-metrics,.lxhp-verification-summary,.lxhp-economics-preview,.lxhp-payment-method-grid){grid-template-columns:repeat(2,minmax(0,1fr))!important}.lxhp-main .lxhp-content .lxhp-module-actions,.lxhp-main .lxhp-content .lxhp-check-list{grid-template-columns:minmax(0,1fr)!important;width:100%!important;display:grid!important}.lxhp-main .lxhp-content .lxhp-module-actions>div{border-right:0!important;border-bottom:1px solid var(--lxhp-line)!important;width:100%!important;min-width:0!important}.lxhp-main .lxhp-content .lxhp-module-actions>div:last-child{border-bottom:0!important}.lxhp-main .lxhp-content .lxhp-check-list p{grid-template-columns:34px minmax(0,1fr)!important;align-items:start!important;width:100%!important;min-width:0!important}.lxhp-main .lxhp-content .lxhp-check-list :is(b,strong,small,p,span){overflow-wrap:anywhere!important;word-break:normal!important;min-width:0!important}.lxhp-main .lxhp-content .lxhp-module-hero{grid-template-columns:44px minmax(0,1fr)!important;align-items:start!important;gap:12px!important}.lxhp-main .lxhp-content .lxhp-module-icon{width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important}.lxhp-main .lxhp-content :is(.lxhp-panel__head,.lxhp-card__head,.lxhp-panel__subhead,.lxhp-recent-leads__head,.lxhp-bulk-editor-head){flex-wrap:wrap!important;gap:10px!important;min-width:0!important}.lxhp-main .lxhp-content :is(.lxhp-panel__head,.lxhp-card__head,.lxhp-panel__subhead)>*{min-width:0!important;max-width:100%!important}.lxhp-main .lxhp-content :is(.lxhp-action-row,.lxhp-panel-actions,.lxhp-row-actions,.lxhp-iam-actions,.lxha-report-actions,.lxhaut-actions,.lxhaut-form-actions,.lxhaut-run-actions){flex-wrap:wrap!important;min-width:0!important;max-width:100%!important}.lxhp-main .lxhp-content :is(.lxhp-table-wrap,.lxhp-json-preview,pre){-webkit-overflow-scrolling:touch;max-width:100%!important;overflow-x:auto!important}.lxhp-main .lxhp-content :is(input,select,textarea,button){max-width:100%!important}}@media (max-width:600px){.lxhp-main .lxhp-content :is(.lxhp-kpi-grid,.lxhp-stat-grid,.lxhp-mini-kpis,.lxhp-mini-metrics,.lxhp-autopilot-metrics,.lxhp-verification-summary,.lxhp-economics-preview,.lxhp-payment-method-grid){grid-template-columns:minmax(0,1fr)!important}.lxhp-main .lxhp-content .lxhp-module-actions{padding-inline:0!important}.lxhp-main .lxhp-content .lxhp-module-actions>div{min-height:0!important;padding:13px 14px!important}.lxhp-main .lxhp-content .lxhp-check-list{gap:10px!important;padding:14px!important}.lxhp-main .lxhp-content .lxhp-check-list p{min-height:0!important;padding:12px!important}.lxhp-main .lxhp-content .lxhp-check-list p>span{width:32px!important;min-width:32px!important;height:32px!important}.lxhp-main .lxhp-content .lxhp-module-hero h2,.lxhp-main .lxhp-content .lxhp-panel__head h2,.lxhp-main .lxhp-content .lxhp-card__head h2{overflow-wrap:anywhere!important}.lxhp-main .lxhp-content :is(.lxhp-action-row,.lxhp-panel-actions,.lxhp-iam-actions,.lxha-report-actions,.lxhaut-actions,.lxhaut-form-actions,.lxhaut-run-actions)>.lxhp-btn,.lxhp-main .lxhp-content :is(.lxhp-action-row,.lxhp-panel-actions,.lxhp-iam-actions,.lxha-report-actions,.lxhaut-actions,.lxhaut-form-actions,.lxhaut-run-actions)>button{max-width:100%!important}}@media (max-width:420px){.lxhp-main .lxhp-content .lxhp-module-hero{grid-template-columns:40px minmax(0,1fr)!important;gap:10px!important}.lxhp-main .lxhp-content .lxhp-module-icon{width:40px!important;min-width:40px!important;height:40px!important;min-height:40px!important}.lxhp-main .lxhp-content .lxhp-check-list p{grid-template-columns:30px minmax(0,1fr)!important;gap:9px!important}.lxhp-main .lxhp-content .lxhp-check-list p>span{width:30px!important;min-width:30px!important;height:30px!important}}.lxhp-app .lxhp-content .lxhp-page-heading.lxhp-page-heading--with-session{gap:0!important;padding:0!important;display:block!important;overflow:hidden!important}.lxhp-page-heading--with-session .lxhp-page-heading__main{justify-content:space-between;align-items:center;gap:20px;min-width:0;padding:20px 22px;display:flex}.lxhp-page-heading--with-session>.lxhp-session-location{border:0!important;border-top:1px solid var(--lxhp-line)!important;box-shadow:none!important;background:color-mix(in srgb,var(--lxhp-accent) 2.5%,var(--lxhp-panel))!important;border-radius:0!important;margin:0!important}.lxhp-page-heading--with-session>.lxhp-session-location .lxhp-session-location__head{background:0 0;padding:12px 16px}.lxhp-page-heading--with-session>.lxhp-session-location .lxhp-session-location__grid{background:color-mix(in srgb,var(--lxhp-panel-2) 48%,var(--lxhp-panel))}.lxhp-app.is-sidebar-hidden .lxhp-sidebar-edge-signout{display:none!important}@media (max-width:820px){.lxhp-page-heading--with-session .lxhp-page-heading__main{flex-direction:column;align-items:flex-start;gap:12px;padding:16px}.lxhp-page-heading--with-session .lxhp-page-heading__actions{width:100%}}@media (max-width:480px){.lxhp-page-heading--with-session .lxhp-page-heading__main{padding:14px}}.lxhp-page-heading--with-session>.lxhp-session-location .lxhp-session-location__head{grid-template-columns:30px minmax(0,1fr) auto!important;gap:8px!important;min-height:0!important;padding:7px 12px!important}.lxhp-page-heading--with-session>.lxhp-session-location .lxhp-session-location__icon{width:30px!important;height:30px!important}.lxhp-page-heading--with-session>.lxhp-session-location .lxhp-session-location__icon svg{width:15px!important;height:15px!important}.lxhp-page-heading--with-session>.lxhp-session-location .lxhp-session-location__head>div>.lxhp-eyebrow{margin:0 7px 0 0!important;font-size:9px!important;line-height:1.1!important;display:inline!important}.lxhp-page-heading--with-session>.lxhp-session-location .lxhp-session-location__head>div>strong{font-size:13px!important;line-height:1.2!important;display:inline!important}.lxhp-page-heading--with-session>.lxhp-session-location .lxhp-session-location__head>div>small{display:none!important}.lxhp-page-heading--with-session>.lxhp-session-location .lxhp-session-location__status{gap:5px!important;min-height:24px!important;padding:3px 7px!important;font-size:10px!important}.lxhp-page-heading--with-session>.lxhp-session-location .lxhp-session-location__status i{width:6px!important;height:6px!important}.lxhp-page-heading--with-session>.lxhp-session-location .lxhp-session-location__grid{grid-template-columns:repeat(6,minmax(0,1fr))!important}.lxhp-page-heading--with-session>.lxhp-session-location .lxhp-session-location__grid>div{min-height:42px!important;padding:6px 9px!important}.lxhp-page-heading--with-session>.lxhp-session-location .lxhp-session-location__grid span{font-size:9px!important;line-height:1.15!important}.lxhp-page-heading--with-session>.lxhp-session-location .lxhp-session-location__grid strong{margin-top:2px!important;font-size:11px!important;line-height:1.2!important}.lxhp-page-heading--with-session>.lxhp-session-location .lxhp-session-location__time{gap:4px!important}.lxhp-page-heading--with-session>.lxhp-session-location .lxhp-session-location__time svg{flex-basis:12px!important;width:12px!important;height:12px!important}.lxhp-page-heading--with-session>.lxhp-session-location .lxhp-session-location__mono{font-size:10px!important}@media (max-width:1350px){.lxhp-page-heading--with-session>.lxhp-session-location .lxhp-session-location__grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}}@media (max-width:820px){.lxhp-page-heading--with-session>.lxhp-session-location .lxhp-session-location__head{grid-template-columns:28px minmax(0,1fr) auto!important;padding:7px 10px!important}.lxhp-page-heading--with-session>.lxhp-session-location .lxhp-session-location__icon{width:28px!important;height:28px!important}.lxhp-page-heading--with-session>.lxhp-session-location .lxhp-session-location__status{grid-column:auto!important;justify-self:end!important}.lxhp-page-heading--with-session>.lxhp-session-location .lxhp-session-location__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.lxhp-page-heading--with-session>.lxhp-session-location .lxhp-session-location__grid>div{min-height:40px!important;padding:6px 8px!important}}@media (max-width:520px){.lxhp-page-heading--with-session>.lxhp-session-location .lxhp-session-location__head{grid-template-columns:26px minmax(0,1fr) auto!important;gap:6px!important}.lxhp-page-heading--with-session>.lxhp-session-location .lxhp-session-location__icon{width:26px!important;height:26px!important}.lxhp-page-heading--with-session>.lxhp-session-location .lxhp-session-location__head>div>.lxhp-eyebrow{display:none!important}.lxhp-page-heading--with-session>.lxhp-session-location .lxhp-session-location__head>div>strong{font-size:12px!important}.lxhp-page-heading--with-session>.lxhp-session-location .lxhp-session-location__status{padding:2px 5px!important;font-size:9px!important}.lxhp-page-heading--with-session>.lxhp-session-location .lxhp-session-location__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.lxhp-page-heading--with-session>.lxhp-session-location .lxhp-session-location__address{grid-column:span 2!important}}.lxhp-page-heading--with-session .lxhp-page-heading__main{grid-template-columns:minmax(300px,.9fr) minmax(620px,1.45fr) auto;align-items:center!important;gap:16px!important;padding:18px 20px!important;display:grid!important}.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location{grid-template-columns:138px minmax(0,1fr);align-items:stretch;min-width:0;display:grid;overflow:hidden;border:1px solid var(--lxhp-line)!important;box-shadow:none!important;background:color-mix(in srgb,var(--lxhp-accent) 2.5%,var(--lxhp-panel))!important;border-radius:5px!important;margin:0!important}.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__head{grid-template-rows:auto auto;align-content:center;align-items:center;border-right:1px solid var(--lxhp-line)!important;background:0 0!important;border-bottom:0!important;grid-template-columns:24px minmax(0,1fr)!important;gap:3px 7px!important;min-height:0!important;padding:7px 8px!important}.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__icon{grid-row:1/span 2;width:24px!important;height:24px!important}.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__icon svg{width:13px!important;height:13px!important}.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__head>div{min-width:0;line-height:1}.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__head>div>.lxhp-eyebrow{margin:0 0 1px!important;font-size:8px!important;line-height:1!important;display:block!important}.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__head>div>strong{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:11px!important;line-height:1.15!important;display:block!important}.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__head>div>small{display:none!important}.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__status{grid-column:2;justify-self:start;gap:4px!important;min-height:18px!important;padding:1px 5px!important;font-size:8px!important;line-height:1!important}.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__status i{width:5px!important;height:5px!important}.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__grid{min-width:0;background:color-mix(in srgb,var(--lxhp-panel-2) 48%,var(--lxhp-panel))!important;grid-template-columns:repeat(6,minmax(0,1fr))!important}.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__grid>div{min-width:0;border-right:1px solid var(--lxhp-line)!important;border-bottom:1px solid var(--lxhp-line)!important;min-height:34px!important;padding:4px 6px!important}.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__grid>div:nth-child(6n){border-right:0!important}.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__grid>div:nth-last-child(-n+6){border-bottom:0!important}.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__address{grid-column:auto!important}.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__grid span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:8px!important;line-height:1.05!important}.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__grid strong{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin-top:2px!important;font-size:9px!important;line-height:1.1!important}.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__time{gap:3px!important}.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__time svg{flex-basis:10px!important;width:10px!important;height:10px!important}.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__mono{font-size:8px!important}.lxhp-page-heading--with-session .lxhp-page-heading__actions{justify-self:end;margin-left:0!important}@media (max-width:1650px){.lxhp-page-heading--with-session .lxhp-page-heading__main{grid-template-columns:minmax(0,1fr) auto}.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location{grid-area:2/1/auto/-1}}@media (max-width:1050px){.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location{grid-template-columns:124px minmax(0,1fr)}.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__grid>div,.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__grid>div:nth-child(6n),.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__grid>div:nth-last-child(-n+6){border-right:1px solid var(--lxhp-line)!important;border-bottom:1px solid var(--lxhp-line)!important}.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__grid>div:nth-child(4n){border-right:0!important}.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__grid>div:nth-last-child(-n+4){border-bottom:0!important}}@media (max-width:820px){.lxhp-page-heading--with-session .lxhp-page-heading__main{grid-template-columns:1fr;gap:12px!important;padding:14px!important}.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location{grid-area:auto;grid-template-columns:1fr}.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__head{grid-template-rows:auto;border-right:0!important;border-bottom:1px solid var(--lxhp-line)!important;grid-template-columns:24px minmax(0,1fr) auto!important}.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__icon{grid-row:auto}.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__head>div>.lxhp-eyebrow{margin:0 5px 0 0!important;display:inline!important}.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__head>div>strong{display:inline!important}.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__status{grid-column:auto;justify-self:end}.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__grid>div,.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__grid>div:nth-child(4n),.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__grid>div:nth-last-child(-n+4){border-right:1px solid var(--lxhp-line)!important;border-bottom:1px solid var(--lxhp-line)!important}.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__grid>div:nth-child(2n){border-right:0!important}.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__grid>div:nth-last-child(-n+2){border-bottom:0!important}.lxhp-page-heading--with-session .lxhp-page-heading__actions{justify-self:stretch;width:100%}}@media (max-width:520px){.lxhp-page-heading--with-session .lxhp-page-heading__main{padding:12px!important}.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__head{grid-template-columns:22px minmax(0,1fr) auto!important;padding:6px 7px!important}.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__icon{width:22px!important;height:22px!important}.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__grid>div{min-height:32px!important;padding:4px 5px!important}}.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location{width:100%;max-width:1100px;place-self:center!important}.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__head{padding:5px 8px!important}.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__head>div>.lxhp-eyebrow,.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__head>div>strong,.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__status,.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__grid span,.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__grid strong,.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__mono{font-size:14px!important}@media (min-width:1651px){.lxhp-page-heading--with-session .lxhp-page-heading__main{grid-template-columns:minmax(300px,1fr) minmax(620px,1100px) minmax(300px,1fr)!important}}@media (max-width:820px){.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location{max-width:100%}.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__head{padding:5px 7px!important}.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__grid>div{padding:5px!important}}@media (max-width:520px){.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__head{padding:5px 7px!important}.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__grid>div{padding:5px!important}}.lxhp-page-heading--with-session .lxhp-page-heading__actions{min-height:100%;flex-direction:column!important;justify-content:space-between!important;align-self:stretch!important;align-items:flex-end!important;gap:12px!important;display:flex!important}.lxhp-page-heading--with-session .lxhp-heading-status{letter-spacing:.005em;white-space:nowrap;border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;min-height:40px!important;color:var(--lxhp-text)!important;box-shadow:0 5px 14px color-mix(in srgb,var(--lxhp-text) 5%,transparent)!important;border-radius:5px!important;gap:9px!important;padding:8px 13px!important;font-size:13px!important;font-weight:400!important;line-height:1.2!important}.lxhp-page-heading--with-session .lxhp-heading-status>span{flex:0 0 9px;width:9px!important;height:9px!important}.lxhp-page-heading--with-session .lxhp-workspace-guide{letter-spacing:.01em;border:1px solid color-mix(in srgb,var(--lxhp-accent) 62%,var(--lxhp-line))!important;background:linear-gradient(135deg,var(--lxhp-accent),color-mix(in srgb,var(--lxhp-accent) 82%,#000))!important;color:#fff!important;min-height:42px!important;box-shadow:0 8px 18px color-mix(in srgb,var(--lxhp-accent) 20%,transparent)!important;border-radius:5px!important;align-self:flex-end!important;padding:9px 15px!important;font-size:13px!important;font-weight:400!important;transition:transform .16s,box-shadow .16s,filter .16s!important}.lxhp-page-heading--with-session .lxhp-workspace-guide svg{stroke-width:2px!important;flex:0 0 16px!important;width:16px!important;height:16px!important}.lxhp-page-heading--with-session .lxhp-workspace-guide:hover{filter:brightness(1.04);box-shadow:0 10px 22px color-mix(in srgb,var(--lxhp-accent) 26%,transparent)!important;transform:translateY(-1px)!important}.lxhp-page-heading--with-session .lxhp-workspace-guide:focus-visible{outline-offset:2px;outline:3px solid color-mix(in srgb,var(--lxhp-accent) 26%,transparent)!important}@media (max-width:1650px){.lxhp-page-heading--with-session .lxhp-page-heading__actions{min-height:84px}}@media (max-width:820px){.lxhp-page-heading--with-session .lxhp-page-heading__actions{min-height:0;flex-direction:row!important;justify-content:flex-end!important;align-items:center!important;width:100%!important;display:flex!important}.lxhp-page-heading--with-session .lxhp-workspace-guide{margin-left:auto}}@media (max-width:540px){.lxhp-page-heading--with-session .lxhp-page-heading__actions{grid-template-columns:none!important;display:flex!important}.lxhp-page-heading--with-session .lxhp-workspace-guide{min-width:150px;width:auto!important}}.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location{grid-template-columns:1fr!important;width:calc(100% - 10px)!important;margin:5px!important;display:block!important}.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__grid{width:100%;margin:0!important}.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__grid span,.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__grid strong,.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__mono{font-size:12px!important}.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__grid>div{min-height:0!important;padding:5px!important}.lxhp-page-heading--with-session .lxhp-workspace-guide{max-width:calc(100vw - 40px);z-index:90!important;align-self:auto!important;width:auto!important;margin:0!important;position:fixed!important;bottom:20px!important;right:20px!important}.lxhp-page-heading--with-session .lxhp-page-heading__actions{min-height:0!important}@media (max-width:540px){.lxhp-page-heading--with-session .lxhp-workspace-guide{max-width:calc(100vw - 24px);bottom:12px!important;right:12px!important}}.lxhp-page-heading--with-session,.lxhp-page-heading--with-session .lxhp-page-heading__main{padding-top:0!important;padding-bottom:0!important}.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__grid span,.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__grid strong,.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__mono{overflow-wrap:anywhere;word-break:break-word;white-space:normal!important;text-overflow:clip!important;overflow:visible!important}.lxhp-profile-card__id--seller{border:1px solid color-mix(in srgb,var(--lxhp-accent) 24%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 6%,var(--lxhp-panel))!important;border-radius:5px!important;margin-top:9px!important;padding:8px 9px!important;display:block!important}.lxhp-profile-card__id--seller .lxhp-profile-card__id-label{color:var(--lxhp-muted)!important;letter-spacing:.08em!important;text-transform:uppercase!important;margin:0 0 5px!important;font-size:9px!important;font-weight:400!important;line-height:1.2!important;display:block!important}.lxhp-profile-card__id-line{justify-content:space-between!important;align-items:center!important;gap:7px!important;min-width:0!important;display:flex!important}.lxhp-profile-card__id-line code{min-width:0!important;color:var(--lxhp-text)!important;font:400 11px/1.35 var(--lxh-font)!important;overflow-wrap:anywhere!important;word-break:break-word!important}.lxhp-profile-card__id--seller .lxhp-copy-btn{flex:none!important}.lxhp-page-heading--with-session .lxhp-heading-status{background:var(--lxhp-panel)!important;min-height:36px!important;color:var(--lxhp-text)!important;box-shadow:0 1px 2px color-mix(in srgb,var(--lxhp-text) 5%,transparent),0 5px 14px color-mix(in srgb,var(--lxhp-text) 3%,transparent)!important;letter-spacing:0!important;border-radius:5px!important;gap:8px!important;padding:6px 11px!important;font-size:13px!important;font-weight:400!important;line-height:1.2!important}.lxhp-page-heading--with-session .lxhp-heading-status.is-live-status{border-color:color-mix(in srgb,#22c55e 34%,var(--lxhp-line))!important;background:linear-gradient(180deg,color-mix(in srgb,#22c55e 4%,var(--lxhp-panel)),var(--lxhp-panel))!important;box-shadow:0 1px 2px #16a34a12,0 6px 16px #16a34a0d!important}.lxhp-page-heading--with-session .lxhp-heading-status.is-preview-status{border-color:color-mix(in srgb,#f59e0b 34%,var(--lxhp-line))!important;background:linear-gradient(180deg,color-mix(in srgb,#f59e0b 4%,var(--lxhp-panel)),var(--lxhp-panel))!important;box-shadow:0 1px 2px #d9770612,0 6px 16px #d977060d!important}.lxhp-page-heading--with-session .lxhp-heading-status>span{border:0!important;flex:0 0 8px!important;width:8px!important;height:8px!important}.lxhp-page-heading--with-session .lxhp-heading-status>span.is-live{background:#22c55e!important;box-shadow:0 0 0 4px #22c55e21!important}.lxhp-page-heading--with-session .lxhp-heading-status>span.is-preview{background:#f59e0b!important;box-shadow:0 0 0 4px #f59e0b21!important}.lxhp-heading-status.is-degraded-status{background:color-mix(in srgb,#ef4444 7%,var(--lxhp-panel))!important;color:#b91c1c!important;border-color:#ef444447!important}.lxhp-heading-status.is-checking-status{border-color:color-mix(in srgb,var(--lxhp-accent) 24%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 5%,var(--lxhp-panel))!important}.lxhp-heading-status>span.is-degraded{background:#ef4444!important;box-shadow:0 0 0 6px #ef44441a!important}.lxhp-live-feature-workspace,.lxhp-live-data-stack{gap:16px;min-width:0;display:grid}.lxhp-live-feature-hero .lxhp-panel__head{align-items:flex-start}.lxhp-live-connection{background:#22c55e0f;border:1px solid #22c55e40;border-radius:8px;grid-template-columns:12px auto;align-items:center;column-gap:8px;min-width:128px;padding:8px 10px;display:grid}.lxhp-live-connection>span{background:#22c55e;border-radius:50%;grid-row:1/3;width:10px;height:10px;box-shadow:0 0 0 5px #22c55e1c}.lxhp-live-connection strong{line-height:1.2;font-size:13px!important}.lxhp-live-connection small{color:var(--lxhp-muted);font-size:10px!important}.lxhp-live-feature-meta{border-top:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.lxhp-live-feature-meta>div{border-right:1px solid var(--lxhp-line);min-width:0;padding:12px 16px}.lxhp-live-feature-meta>div:last-child{border-right:0}.lxhp-live-feature-meta span,.lxhp-live-feature-meta strong{display:block}.lxhp-live-feature-meta span{text-transform:uppercase;letter-spacing:.04em;color:var(--lxhp-muted);font-size:10px!important;font-weight:400!important}.lxhp-live-feature-meta strong{overflow-wrap:anywhere;margin-top:4px;font-size:12px!important}.lxhp-live-kv-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:0;padding:4px 16px 16px;display:grid}.lxhp-live-kv-grid>div{border-bottom:1px solid var(--lxhp-line);min-width:0;padding:13px 12px}.lxhp-live-kv-grid span,.lxhp-live-kv-grid strong{display:block}.lxhp-live-kv-grid span{color:var(--lxhp-muted);text-transform:uppercase;letter-spacing:.03em;font-size:10px!important;font-weight:400!important}.lxhp-live-kv-grid strong{overflow-wrap:anywhere;margin-top:5px;font-size:14px!important}.lxhp-live-resource-form textarea,.lxhp-live-message-form textarea{font-family:var(--lxh-font);resize:vertical;line-height:1.5}.lxhp-live-resource-form label>small{color:var(--lxhp-muted);margin-top:5px;line-height:1.45;display:block;font-size:10px!important}.lxhp-live-json{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);max-height:520px;font:11px/1.55 var(--lxh-font);white-space:pre-wrap;overflow-wrap:anywhere;border-radius:7px;margin:0 16px 16px;padding:14px;overflow:auto}.lxhp-live-json-inline{white-space:pre-wrap;overflow-wrap:anywhere;max-width:340px;max-height:84px;color:var(--lxhp-text);background:var(--lxhp-panel-2);border-radius:4px;padding:3px 5px;line-height:1.4;display:inline-block;overflow:auto;font-size:10px!important}.lxhp-live-data-table td{vertical-align:top;max-width:320px}.lxhp-live-message{margin-bottom:0}.lxhp-live-loading{text-align:center;align-content:center;place-items:center;gap:8px;min-height:220px;padding:36px;display:grid}.lxhp-live-loading strong{font-size:15px!important}.lxhp-live-loading p{color:var(--lxhp-muted);margin:0;font-size:12px!important}.lxhp-live-spinner{border:3px solid color-mix(in srgb,var(--lxhp-accent) 18%,var(--lxhp-line));border-top-color:var(--lxhp-accent);border-radius:50%;width:28px;height:28px;animation:.8s linear infinite lxhp-live-spin}@keyframes lxhp-live-spin{to{transform:rotate(360deg)}}.lxhp-live-lead-selector{gap:10px;padding:0 16px 16px;display:flex}.lxhp-live-lead-selector input{flex:1;min-width:0}.lxhp-live-thread{gap:10px;padding:0 16px 16px;display:grid}.lxhp-live-thread article{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);border-radius:7px;padding:12px 14px}.lxhp-live-thread article strong{font-size:12px!important}.lxhp-live-thread article p{white-space:pre-wrap;margin:5px 0;font-size:13px!important}.lxhp-live-thread article small{color:var(--lxhp-muted);font-size:10px!important}.lxhp-live-message-form{gap:10px;padding:0 16px 16px;display:grid}.lxhp-live-message-form .lxhp-btn{justify-self:start}@media (max-width:980px){.lxhp-live-feature-meta{grid-template-columns:1fr 1fr}.lxhp-live-feature-meta>div:nth-child(2){border-right:0}.lxhp-live-feature-meta>div:nth-child(-n+2){border-bottom:1px solid var(--lxhp-line)}}@media (max-width:620px){.lxhp-live-feature-meta{grid-template-columns:1fr}.lxhp-live-feature-meta>div{border-bottom:1px solid var(--lxhp-line);border-right:0!important}.lxhp-live-feature-meta>div:last-child{border-bottom:0}.lxhp-live-connection{width:100%}.lxhp-live-lead-selector{flex-direction:column}.lxhp-live-lead-selector .lxhp-btn{width:100%}}.lxhp-operational-action{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);border-radius:8px;align-items:center;gap:6px;padding:3px;display:inline-flex}.lxhp-operational-action select{min-width:118px;height:32px;color:var(--lxhp-text);background:0 0;border:0;outline:none;padding:5px 28px 5px 8px;font-weight:400;font-size:11px!important}.lxhp-operational-action .lxhp-btn{min-height:32px!important;padding:5px 10px!important}@media (max-width:620px){.lxhp-operational-action{grid-template-columns:1fr auto;width:100%;display:grid}.lxhp-operational-action select{width:100%;min-width:0}}@media (min-width:821px){.lxhp-page-heading--with-session .lxhp-page-heading__actions{justify-content:center!important;place-self:center end!important;min-height:0!important}}.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__grid span,.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__grid strong,.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__mono,.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__time{line-height:1.25!important}.lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location .lxhp-session-location__grid>div{align-content:center!important}.lxhp-role-seller .lxhp-profile-popover{width:360px!important;max-width:calc(100vw - 24px)!important}.lxhp-role-seller .lxhp-profile-card{grid-template-columns:64px minmax(0,1fr)!important;align-items:start!important}.lxhp-role-seller .lxhp-profile-card .lxhp-avatar{align-self:start!important;width:64px!important;height:64px!important}.lxhp-role-seller .lxhp-profile-card__id--seller{width:100%!important;min-width:0!important}.lxhp-role-seller .lxhp-profile-card__id-line{grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:8px!important;width:100%!important;min-width:0!important;display:grid!important}.lxhp-role-seller .lxhp-profile-card__id-line code{white-space:nowrap!important;text-overflow:ellipsis!important;overflow-wrap:normal!important;word-break:normal!important;min-width:0!important;display:block!important;overflow:hidden!important}.lxhp-role-seller .lxhp-profile-card__id--seller .lxhp-copy-btn{flex:none!important;width:auto!important;min-width:max-content!important;padding-inline:8px!important}@media (max-width:540px){.lxhp-role-seller .lxhp-profile-popover{width:auto!important;max-width:none!important}.lxhp-role-seller .lxhp-profile-card{grid-template-columns:58px minmax(0,1fr)!important;gap:12px!important;padding:16px!important}.lxhp-role-seller .lxhp-profile-card .lxhp-avatar{width:58px!important;height:58px!important}.lxhp-role-seller .lxhp-profile-card__id-line{grid-template-columns:1fr!important}.lxhp-role-seller .lxhp-profile-card__id--seller .lxhp-copy-btn{justify-self:start!important}}.lxhp-profile-popover{width:360px!important;max-width:calc(100vw - 24px)!important}.lxhp-profile-card{grid-template-columns:64px minmax(0,1fr)!important;align-items:start!important}.lxhp-profile-card .lxhp-avatar{align-self:start!important;width:64px!important;height:64px!important}.lxhp-profile-card__id--credential,.lxhp-profile-card__id--seller{border:1px solid color-mix(in srgb,var(--lxhp-accent) 24%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-accent) 6%,var(--lxhp-panel))!important;border-radius:5px!important;width:100%!important;min-width:0!important;margin-top:9px!important;padding:8px 9px!important;display:block!important}.lxhp-profile-card__id--credential .lxhp-profile-card__id-label,.lxhp-profile-card__id--seller .lxhp-profile-card__id-label{color:var(--lxhp-muted)!important;letter-spacing:.08em!important;text-transform:uppercase!important;margin:0 0 5px!important;font-size:9px!important;font-weight:400!important;line-height:1.2!important;display:block!important}.lxhp-profile-card__id--credential .lxhp-profile-card__id-line,.lxhp-profile-card__id--seller .lxhp-profile-card__id-line{grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:8px!important;width:100%!important;min-width:0!important;display:grid!important}.lxhp-profile-card__id--credential .lxhp-profile-card__id-line code,.lxhp-profile-card__id--seller .lxhp-profile-card__id-line code{min-width:0!important;color:var(--lxhp-text)!important;font:400 11px/1.35 var(--lxh-font)!important;white-space:nowrap!important;text-overflow:ellipsis!important;overflow-wrap:normal!important;word-break:normal!important;display:block!important;overflow:hidden!important}.lxhp-profile-card__id--credential .lxhp-copy-btn,.lxhp-profile-card__id--seller .lxhp-copy-btn{flex:none!important;width:auto!important;min-width:max-content!important;padding-inline:8px!important}@media (max-width:540px){.lxhp-profile-popover{width:auto!important;max-width:none!important}.lxhp-profile-card{grid-template-columns:58px minmax(0,1fr)!important;gap:12px!important;padding:16px!important}.lxhp-profile-card .lxhp-avatar{width:58px!important;height:58px!important}.lxhp-profile-card__id--credential .lxhp-profile-card__id-line,.lxhp-profile-card__id--seller .lxhp-profile-card__id-line{grid-template-columns:1fr!important}.lxhp-profile-card__id--credential .lxhp-copy-btn,.lxhp-profile-card__id--seller .lxhp-copy-btn{justify-self:start!important}}.lxhp-content[data-section=call-campaigns] .lxhp-checkbox-row{align-items:center!important}.lxhp-content[data-section=call-campaigns] .lxhp-checkbox-row label{align-items:center!important;gap:8px!important;min-height:32px!important;margin:0!important;display:inline-flex!important}.lxhp-content[data-section=call-campaigns] .lxhp-checkbox-row input[type=checkbox]{appearance:auto!important;-webkit-appearance:checkbox!important;width:18px!important;min-width:18px!important;max-width:18px!important;height:18px!important;min-height:18px!important;max-height:18px!important;accent-color:var(--lxhp-accent)!important;flex:0 0 18px!important;margin:0!important;padding:0!important}:is(.lxhp-role-buyer,.lxhp-role-owner) .lxhp-content[data-section=analytics]{--lxhp-seller-insight-gap:15px}:is(.lxhp-role-buyer,.lxhp-role-owner) .lxhp-content[data-section=analytics] :is(.lxhp-panel,.lxhp-card){border-radius:5px!important;min-width:0!important;max-width:100%!important;overflow:hidden!important}:is(.lxhp-role-buyer,.lxhp-role-owner) .lxhp-content[data-section=analytics] :is(.lxhp-panel__head,.lxhp-card__head){border-bottom:1px solid var(--lxhp-line)!important;background:linear-gradient(180deg,var(--lxhp-panel),color-mix(in srgb,var(--lxhp-panel-2) 48%,var(--lxhp-panel)))!important;align-items:center!important;gap:15px!important;min-height:82px!important;padding:18px 20px!important}:is(.lxhp-role-buyer,.lxhp-role-owner) .lxhp-content[data-section=analytics] :is(.lxhp-panel__head,.lxhp-card__head)>div:first-child{min-width:0!important}:is(.lxhp-role-buyer,.lxhp-role-owner) .lxhp-content[data-section=analytics] .lxhp-panel__head h2{letter-spacing:-.015em!important;margin:3px 0 4px!important;font-size:20px!important;font-weight:400!important;line-height:1.2!important}:is(.lxhp-role-buyer,.lxhp-role-owner) .lxhp-content[data-section=analytics] .lxhp-panel__head p{max-width:860px!important;color:var(--lxhp-muted)!important;margin:0!important;font-size:13px!important;line-height:1.5!important}:is(.lxhp-role-buyer,.lxhp-role-owner) .lxhp-content[data-section=analytics] .lxhp-eyebrow{letter-spacing:.075em!important;font-size:11px!important;font-weight:400!important}:is(.lxhp-role-buyer,.lxhp-role-owner) .lxhp-content[data-section=analytics] .lxhp-table-wrap{background:var(--lxhp-panel)!important;border-radius:0!important;width:100%!important;max-width:100%!important;overflow:auto!important}:is(.lxhp-role-buyer,.lxhp-role-owner) .lxhp-content[data-section=analytics] .lxhp-table{width:100%!important;min-width:980px!important}:is(.lxhp-role-buyer,.lxhp-role-owner) .lxhp-content[data-section=analytics] .lxhp-table th{z-index:2!important;background:var(--lxhp-panel-2)!important;color:var(--lxhp-muted)!important;letter-spacing:.04em!important;text-transform:uppercase!important;white-space:nowrap!important;padding:11px 13px!important;font-size:11px!important;font-weight:400!important;position:sticky!important;top:0!important}:is(.lxhp-role-buyer,.lxhp-role-owner) .lxhp-content[data-section=analytics] .lxhp-table td{vertical-align:middle!important;border-bottom:1px solid color-mix(in srgb,var(--lxhp-line) 78%,transparent)!important;padding:12px 13px!important;font-size:13px!important;line-height:1.4!important}:is(.lxhp-role-buyer,.lxhp-role-owner) .lxhp-content[data-section=analytics] .lxhp-table tbody tr{transition:background .14s!important}:is(.lxhp-role-buyer,.lxhp-role-owner) .lxhp-content[data-section=analytics] .lxhp-table tbody tr:hover{background:color-mix(in srgb,var(--lxhp-accent) 4%,var(--lxhp-panel))!important}:is(.lxhp-role-buyer,.lxhp-role-owner) .lxhp-content[data-section=analytics] .lxha-stack{gap:15px!important}:is(.lxhp-role-buyer,.lxhp-role-owner) .lxhp-content[data-section=analytics] .lxha-toolbar{align-items:flex-end!important;gap:18px!important;padding:18px 20px!important}:is(.lxhp-role-buyer,.lxhp-role-owner) .lxhp-content[data-section=analytics] .lxha-toolbar>div:first-child{min-width:0!important;max-width:780px!important}:is(.lxhp-role-buyer,.lxhp-role-owner) .lxhp-content[data-section=analytics] .lxha-toolbar h2{margin:3px 0 5px!important;font-size:21px!important;font-weight:400!important}:is(.lxhp-role-buyer,.lxhp-role-owner) .lxhp-content[data-section=analytics] .lxha-toolbar p{color:var(--lxhp-muted)!important;font-size:13px!important;line-height:1.5!important}:is(.lxhp-role-buyer,.lxhp-role-owner) .lxhp-content[data-section=analytics] .lxha-controls{flex:none!important;gap:10px!important}:is(.lxhp-role-buyer,.lxhp-role-owner) .lxhp-content[data-section=analytics] .lxha-controls label{min-width:138px!important;font-size:12px!important}:is(.lxhp-role-buyer,.lxhp-role-owner) .lxhp-content[data-section=analytics]>.lxha-stack>.lxhp-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:15px!important}:is(.lxhp-role-buyer,.lxhp-role-owner) .lxhp-content[data-section=analytics] .lxhp-kpi{background:linear-gradient(145deg,var(--lxhp-panel),color-mix(in srgb,var(--lxhp-accent) 3%,var(--lxhp-panel)))!important;border-radius:5px!important;min-height:104px!important;padding:16px 18px!important}:is(.lxhp-role-buyer,.lxhp-role-owner) .lxhp-content[data-section=analytics] .lxhp-kpi__copy{gap:4px!important}:is(.lxhp-role-buyer,.lxhp-role-owner) .lxhp-content[data-section=analytics] .lxhp-kpi__copy span{color:var(--lxhp-muted)!important;font-size:11px!important;font-weight:400!important}:is(.lxhp-role-buyer,.lxhp-role-owner) .lxhp-content[data-section=analytics] .lxhp-kpi__copy strong{font-variant-numeric:tabular-nums;letter-spacing:-.025em!important;font-size:clamp(22px,1.7vw,28px)!important;font-weight:400!important}:is(.lxhp-role-buyer,.lxhp-role-owner) .lxhp-content[data-section=analytics] .lxha-grid-wide{grid-template-columns:minmax(0,1.6fr) minmax(300px,.7fr)!important;gap:15px!important;margin:0!important}:is(.lxhp-role-buyer,.lxhp-role-owner) .lxhp-content[data-section=analytics] .lxhp-workspace-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:15px!important;margin:0!important}:is(.lxhp-role-buyer,.lxhp-role-owner) .lxhp-content[data-section=analytics] .lxha-bars{border-bottom:0!important;height:255px!important;padding:20px 10px 32px!important}:is(.lxhp-role-buyer,.lxhp-role-owner) .lxhp-content[data-section=analytics] .lxha-bar i{border-radius:4px 4px 0 0!important;max-width:28px!important}:is(.lxhp-role-buyer,.lxhp-role-owner) .lxhp-content[data-section=analytics] .lxha-metric-list{padding:4px 18px 14px!important}:is(.lxhp-role-buyer,.lxhp-role-owner) .lxhp-content[data-section=analytics] .lxha-metric-list>div{min-height:44px!important;padding:10px 0!important}:is(.lxhp-role-buyer,.lxhp-role-owner) .lxhp-content[data-section=analytics] .lxha-metric-list span{font-size:12px!important}:is(.lxhp-role-buyer,.lxhp-role-owner) .lxhp-content[data-section=analytics] .lxha-metric-list strong{font-variant-numeric:tabular-nums;font-size:13px!important;font-weight:400!important}:is(.lxhp-role-buyer,.lxhp-role-owner) .lxhp-content[data-section=analytics] .lxha-export{flex:none!important;gap:7px!important}:is(.lxhp-role-buyer,.lxhp-role-owner) .lxhp-content[data-section=analytics] .lxha-top-list{padding:4px 18px 14px!important}:is(.lxhp-role-buyer,.lxhp-role-owner) .lxhp-content[data-section=analytics] .lxha-top-list>div{min-height:58px!important;padding:10px 0!important}:is(.lxhp-role-buyer,.lxhp-role-owner) .lxhp-content[data-section=analytics] .lxha-top-list>b{border-radius:5px!important}@media (max-width:1280px){:is(.lxhp-role-buyer,.lxhp-role-owner) .lxhp-content[data-section=analytics]>.lxha-stack>.lxhp-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}:is(.lxhp-role-buyer,.lxhp-role-owner) .lxhp-content[data-section=analytics] .lxhp-workspace-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:980px){:is(.lxhp-role-buyer,.lxhp-role-owner) .lxhp-content[data-section=analytics] .lxha-toolbar{flex-direction:column!important;align-items:stretch!important}:is(.lxhp-role-buyer,.lxhp-role-owner) .lxhp-content[data-section=analytics] .lxha-controls{width:100%!important}:is(.lxhp-role-buyer,.lxhp-role-owner) .lxhp-content[data-section=analytics] .lxha-controls label{flex:180px!important}:is(.lxhp-role-buyer,.lxhp-role-owner) .lxhp-content[data-section=analytics] .lxha-grid-wide{grid-template-columns:1fr!important}}@media (max-width:760px){:is(.lxhp-role-buyer,.lxhp-role-owner) .lxhp-content[data-section=analytics] :is(.lxhp-panel__head,.lxhp-card__head){align-items:flex-start!important;padding:15px 16px!important}:is(.lxhp-role-buyer,.lxhp-role-owner) .lxhp-content[data-section=analytics]>.lxha-stack>.lxhp-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}:is(.lxhp-role-buyer,.lxhp-role-owner) .lxhp-content[data-section=analytics] .lxhp-workspace-grid{grid-template-columns:1fr!important}:is(.lxhp-role-buyer,.lxhp-role-owner) .lxhp-content[data-section=analytics] .lxha-toolbar{padding:16px!important}}@media (max-width:520px){:is(.lxhp-role-buyer,.lxhp-role-owner) .lxhp-content[data-section=analytics]>.lxha-stack>.lxhp-kpi-grid{grid-template-columns:1fr!important}:is(.lxhp-role-buyer,.lxhp-role-owner) .lxhp-content[data-section=analytics] .lxha-controls{grid-template-columns:1fr!important;display:grid!important}:is(.lxhp-role-buyer,.lxhp-role-owner) .lxhp-content[data-section=analytics] .lxha-controls label{width:100%!important;min-width:0!important}:is(.lxhp-role-buyer,.lxhp-role-owner) .lxhp-content[data-section=analytics] .lxha-controls .lxhp-btn{width:100%!important}}.lxhp-app .lxhp-copy-btn{border-radius:6px!important;flex:0 0 32px!important;gap:0!important;width:32px!important;min-width:32px!important;max-width:32px!important;height:32px!important;min-height:32px!important;max-height:32px!important;padding:0!important}.lxhp-app .lxhp-copy-btn.is-compact{flex-basis:28px!important;width:28px!important;min-width:28px!important;max-width:28px!important;height:28px!important;min-height:28px!important;max-height:28px!important;padding:0!important}.lxhp-app .lxhp-copy-btn svg{flex:0 0 16px!important;width:16px!important;height:16px!important}.lxhp-app .lxhp-copy-btn.is-compact svg{flex-basis:14px!important;width:14px!important;height:14px!important}.lxhp-app .lxhp-profile-card__id .lxhp-copy-btn,.lxhp-app .lxhp-profile-card__id--credential .lxhp-copy-btn,.lxhp-app .lxhp-profile-card__id--seller .lxhp-copy-btn{flex:0 0 32px!important;justify-self:end!important;width:32px!important;min-width:32px!important;max-width:32px!important;height:32px!important;min-height:32px!important;max-height:32px!important;padding:0!important}.lxhp-app .lxhp-profile-card__id .lxhp-copy-btn svg,.lxhp-app .lxhp-profile-card__id--credential .lxhp-copy-btn svg,.lxhp-app .lxhp-profile-card__id--seller .lxhp-copy-btn svg{flex-basis:17px!important;width:17px!important;height:17px!important}.lxhp-app .lxhp-secret-reveal>.lxhp-copy-btn,.lxhp-app .lxhp-code-card>.lxhp-copy-btn,.lxhp-app .lxhp-account-details>div .lxhp-copy-btn,.lxhp-app .lxhp-platform-id .lxhp-copy-btn{align-self:auto!important;width:32px!important;min-width:32px!important;max-width:32px!important}@media (max-width:600px){.lxhp-app .lxhp-copy-btn:not(.is-compact){width:32px!important;min-width:32px!important;max-width:32px!important;min-height:32px!important;max-height:32px!important}.lxhp-app .lxhp-secret-reveal>.lxhp-copy-btn{width:32px!important}}.lxhp-order-price{text-align:right;justify-items:end;gap:3px;min-width:150px;display:grid}.lxhp-order-price small,.lxhp-order-price span{color:var(--lxhp-muted);line-height:1.35;display:block;font-size:10px!important}.lxhp-order-price b{color:var(--lxhp-text);line-height:1.25;font-size:13px!important}.lxhp-pricing-fixed-rates{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:18px 18px 0;display:grid}.lxhp-pricing-fixed-rates>div{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);border-radius:6px;min-width:0;padding:13px 14px}.lxhp-pricing-fixed-rates span,.lxhp-pricing-fixed-rates strong,.lxhp-pricing-fixed-rates small{display:block}.lxhp-pricing-fixed-rates span{color:var(--lxhp-muted);font-size:11px!important;font-weight:400!important}.lxhp-pricing-fixed-rates strong{color:var(--lxhp-text);margin-top:5px;line-height:1.1;font-size:24px!important}.lxhp-pricing-fixed-rates small{color:var(--lxhp-subtle);margin-top:5px;line-height:1.4;font-size:10px!important}.lxhp-pricing-transactions{min-width:0}.lxhp-pricing-filters{border-bottom:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);grid-template-columns:repeat(5,minmax(135px,1fr));gap:10px;padding:16px 18px;display:grid}.lxhp-pricing-filters label{min-width:0;color:var(--lxhp-muted);gap:5px;display:grid;font-size:10px!important;font-weight:400!important}.lxhp-pricing-filters input,.lxhp-pricing-filters select{width:100%;min-width:0}.lxhp-pricing-filters>.lxhp-btn{align-self:end;min-height:38px}.lxhp-pricing-ledger-table{width:100%;min-width:2200px}.lxhp-pricing-ledger-table th{white-space:nowrap}.lxhp-pricing-ledger-table td{vertical-align:top;min-width:120px}.lxhp-pricing-ledger-table td span,.lxhp-pricing-ledger-table td small,.lxhp-pricing-ledger-table td strong{line-height:1.4;display:block}.lxhp-pricing-ledger-table td small{color:var(--lxhp-muted);margin-top:3px;font-size:10px!important}.lxhp-pricing-ledger-table .lxhp-copy-value{align-items:center;gap:5px;margin-top:3px;display:flex!important}.lxhp-pricing-refund-form{gap:7px;min-width:220px;padding-top:8px;display:grid}.lxhp-pricing-refund-form label{color:var(--lxhp-muted);gap:4px;display:grid;font-size:10px!important}.lxhp-pricing-refund-form input{width:100%;min-width:0}.lxhp-marketplace-pricing-note{grid-column:span 2;min-height:100%;margin:0!important}.lxhp-marketplace-pricing-note strong{font-size:11px!important}.lxhp-marketplace-pricing-note p{margin:4px 0 0!important;font-size:10px!important;line-height:1.45!important}@media (max-width:1180px){.lxhp-pricing-filters{grid-template-columns:repeat(3,minmax(140px,1fr))}}@media (max-width:820px){.lxhp-pricing-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.lxhp-marketplace-pricing-note{grid-column:1/-1}}@media (max-width:600px){.lxhp-order-price{text-align:left;justify-items:start;min-width:0}.lxhp-pricing-fixed-rates{grid-template-columns:1fr;padding:14px 14px 0}.lxhp-pricing-filters{grid-template-columns:1fr;padding:14px}.lxhp-pricing-filters>.lxhp-btn{width:100%}.lxhp-marketplace-pricing-note{grid-column:auto}}:root{--lxhp-light-text:#191b20;--lxhp-light-secondary:#686b74;--lxhp-light-muted:#858994;--lxhp-light-sidebar:#fff;--lxhp-light-bg:#f7f8fb;--lxhp-light-card:#fff;--lxhp-light-border:#e7e9ef;--lxhp-light-divider:#eceef2;--lxhp-light-hover:#f3f4f7;--lxhp-light-expanded:#eceef2;--lxhp-light-active:#f0eeff;--lxhp-light-primary:#5b4cf0;--lxhp-light-primary-hover:#4939de;--lxhp-light-success:#168a55;--lxhp-light-warning:#b76a00;--lxhp-light-error:#d92d3a;--lxhp-light-info:#1677c8;--lxhp-light-radius:12px;--lxhp-light-card-radius:14px;--lxhp-light-button-radius:10px;--lxhp-light-transition:.16s ease-out}html body,html body *{font-family:var(--lxh-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-lxh-color-mode=light] .lxhp-app{--lxhp-bg:var(--lxhp-light-bg)!important;--lxhp-panel:var(--lxhp-light-card)!important;--lxhp-panel-2:#fafafc!important;--lxhp-panel-3:var(--lxhp-light-hover)!important;--lxhp-text:var(--lxhp-light-text)!important;--lxhp-muted:var(--lxhp-light-secondary)!important;--lxhp-subtle:var(--lxhp-light-muted)!important;--lxhp-line:var(--lxhp-light-border)!important;--lxhp-line-strong:#d9dce3!important;--lxhp-sidebar:var(--lxhp-light-sidebar)!important;--lxhp-sidebar-2:var(--lxhp-light-sidebar)!important;--lxhp-sidebar-text:var(--lxhp-light-text)!important;--lxhp-success:var(--lxhp-light-success)!important;--lxhp-warning:var(--lxhp-light-warning)!important;--lxhp-danger:var(--lxhp-light-error)!important;--lxhp-info:var(--lxhp-light-info)!important;--lxhp-shadow:0 2px 10px #191b2009!important;--lxhp-shadow-lg:0 10px 28px #191b2014!important;--lxhp-radius:var(--lxhp-light-radius)!important;--lxhp-sidebar-width:280px!important;--lxhp-accent:var(--lxhp-light-primary)!important;--lxhp-accent-2:var(--lxhp-light-primary-hover)!important;background:var(--lxhp-light-bg)!important;color:var(--lxhp-light-text)!important}html[data-lxh-color-mode=light] .lxhp-main{background:var(--lxhp-light-bg)!important}html[data-lxh-color-mode=light] .lxhp-content{width:min(100%,1366px)!important;max-width:1366px!important;margin:0 auto!important;padding:32px!important}html[data-lxh-color-mode=dark] .lxhp-content{margin:0 auto!important;padding:32px!important}html[data-lxh-color-mode=light] .lxhp-topbar{border-bottom:1px solid var(--lxhp-light-border)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:none!important;background:#fff!important}html[data-lxh-color-mode=light] .lxhp-content .lxhp-page-heading h1{color:var(--lxhp-light-text)!important;letter-spacing:-.02em!important;margin:0 0 8px!important;font-size:32px!important;line-height:40px!important}html[data-lxh-color-mode=light] .lxhp-content .lxhp-page-heading p{max-width:760px!important;color:var(--lxhp-light-secondary)!important;margin:0!important;font-size:16px!important;line-height:26px!important}html[data-lxh-color-mode=light] .lxhp-content h2{color:var(--lxhp-light-text)!important;letter-spacing:-.01em!important;font-size:24px!important;line-height:32px!important}html[data-lxh-color-mode=light] .lxhp-content h3{color:#24262c!important;font-size:18px!important;line-height:26px!important}html[data-lxh-color-mode=light] .lxhp-content h4{color:#2e3036!important;font-size:16px!important;line-height:24px!important}html[data-lxh-color-mode=light] .lxhp-content :where(p,li,td,input,select,textarea){font-size:15px!important;line-height:24px!important}html[data-lxh-color-mode=light] .lxhp-content :where(label,.lxhp-btn,button){font-size:14px!important;line-height:20px!important}html[data-lxh-color-mode=light] .lxhp-content :where(small,.lxhp-subtle,.lxhp-muted-copy){font-size:14px!important;line-height:21px!important}html[data-lxh-color-mode=light] .lxhp-content :where(.lxhp-eyebrow,.lxhp-table th,.lxhp-caption){font-size:12px!important;line-height:18px!important}html[data-lxh-color-mode=light] .lxhp-content .lxhp-kpi__copy strong{letter-spacing:-.02em!important;font-size:28px!important;line-height:34px!important}html[data-lxh-color-mode=light] .lxhp-content .lxhp-kpi__copy span{color:var(--lxhp-light-secondary)!important;font-size:14px!important;line-height:20px!important}html[data-lxh-color-mode=light] .lxhp-sidebar{width:280px!important;color:var(--lxhp-light-text)!important;border-right:1px solid var(--lxhp-light-border)!important;box-shadow:none!important;background:#fff!important}html[data-lxh-color-mode=light] .lxhp-sidebar__brand{border-bottom:1px solid var(--lxhp-light-divider)!important;padding:14px!important}html[data-lxh-color-mode=light] .lxhp-sidebar__identity:hover{background:var(--lxhp-light-hover)!important}html[data-lxh-color-mode=light] .lxhp-sidebar__identity--stacked .lxhp-logo-plate{border:1px solid var(--lxhp-light-border)!important;box-shadow:none!important;background:#fff!important}html[data-lxh-color-mode=light] .lxhp-role-chip{border:1px solid var(--lxhp-light-border)!important;color:var(--lxhp-light-secondary)!important;background:#f8f8fb!important}html[data-lxh-color-mode=light] .lxhp-nav{scrollbar-color:#cdd1d9 transparent!important;padding:10px 10px 16px!important}html[data-lxh-color-mode=dark] .lxhp-nav{padding:10px 10px 16px!important}html[data-lxh-color-mode=light] .lxhp-nav-group__toggle{min-height:48px!important;color:var(--lxhp-light-secondary)!important;transition:background var(--lxhp-light-transition),color var(--lxhp-light-transition),border-color var(--lxhp-light-transition)!important;border-radius:12px!important;padding:11px 14px!important;transform:none!important}html[data-lxh-color-mode=dark] .lxhp-nav-group__toggle{padding:11px 14px!important}html[data-lxh-color-mode=light] .lxhp-nav-group__toggle:hover{background:var(--lxhp-light-hover)!important;color:var(--lxhp-light-text)!important;border-color:#0000!important;transform:none!important}html[data-lxh-color-mode=light] .lxhp-nav-group.is-open>.lxhp-nav-group__toggle,html[data-lxh-color-mode=light] .lxhp-nav-group.is-active>.lxhp-nav-group__toggle{background:var(--lxhp-light-expanded)!important;color:var(--lxhp-light-text)!important;box-shadow:none!important;border-color:#0000!important}html[data-lxh-color-mode=light] .lxhp-nav-group__label>span:last-child{color:inherit!important;font-size:15px!important;line-height:22px!important}html[data-lxh-color-mode=light] .lxhp-nav-group__glyph{width:28px!important;height:28px!important;box-shadow:none!important;color:var(--lxhp-light-secondary)!important;background:0 0!important}html[data-lxh-color-mode=light] .lxhp-nav-group__items:before{content:"";background:var(--lxhp-light-divider);width:1px;position:absolute;top:7px;bottom:9px;left:14px}html[data-lxh-color-mode=light] .lxhp-nav--grouped .lxhp-nav__item{min-height:44px!important;color:var(--lxhp-light-secondary)!important;box-shadow:none!important;transition:background var(--lxhp-light-transition),color var(--lxhp-light-transition)!important;background:0 0!important;border:0!important;border-radius:12px!important;grid-template-columns:30px minmax(0,1fr) auto!important;gap:10px!important;margin:2px 0!important;padding:7px 12px!important;transform:none!important}html[data-lxh-color-mode=light] .lxhp-nav__item:hover{background:var(--lxhp-light-hover)!important;color:var(--lxhp-light-text)!important;transform:none!important}html[data-lxh-color-mode=light] .lxhp-nav__item.is-active{background:var(--lxhp-light-active)!important;color:var(--lxhp-light-primary)!important;box-shadow:inset 3px 0 0 var(--lxhp-light-primary)!important}html[data-lxh-color-mode=light] .lxhp-nav__icon{color:currentColor!important;background:0 0!important;border:0!important;width:30px!important;height:30px!important}html[data-lxh-color-mode=light] .lxhp-nav__item.is-active .lxhp-nav__icon,html[data-lxh-color-mode=light] .lxhp-nav__item:hover .lxhp-nav__icon{color:currentColor!important;background:0 0!important;border:0!important}html[data-lxh-color-mode=light] .lxhp-nav__label{color:inherit!important;font-size:14px!important;line-height:20px!important}html[data-lxh-color-mode=light] .lxhp-nav__badge{border-color:var(--lxhp-light-border)!important;color:var(--lxhp-light-secondary)!important;background:#f1f2f5!important}html[data-lxh-color-mode=light] .lxhp-sidebar__footer{border-top:1px solid var(--lxhp-light-divider)!important;background:#fff!important}html[data-lxh-color-mode=light] .lxhp-demo-mini{color:var(--lxhp-light-text)!important;background:#f7fbf9!important;border-color:#cde8da!important}html[data-lxh-color-mode=light] .lxhp-demo-mini strong{color:var(--lxhp-light-text)!important}html[data-lxh-color-mode=light] .lxhp-demo-mini small,html[data-lxh-color-mode=light] .lxhp-back-site{color:var(--lxhp-light-secondary)!important}html[data-lxh-color-mode=light] .lxhp-sidebar-signout,html[data-lxh-color-mode=light] .lxhp-sidebar-angle-toggle{border-color:var(--lxhp-light-border)!important;color:var(--lxhp-light-secondary)!important;box-shadow:none!important;background:#fff!important;transform:none!important}html[data-lxh-color-mode=light] .lxhp-sidebar-signout:hover,html[data-lxh-color-mode=light] .lxhp-sidebar-angle-toggle:hover{background:var(--lxhp-light-hover)!important;color:var(--lxhp-light-text)!important;transform:none!important}html[data-lxh-color-mode=light] .lxhp-app :where(.lxhp-card,.lxhp-panel,.lxhp-kpi,.lxhp-module-hero,.lxhp-live-feature-hero,.lxhp-profile-popover,.lxhp-popover,.lxhp-modal__panel,.lxhp-live-resource-form,.lxhp-live-data-stack>section){border-color:var(--lxhp-light-border)!important;box-shadow:none!important;background:#fff!important;border-radius:14px!important}html[data-lxh-color-mode=light] .lxhp-app :where(.lxhp-card:hover,.lxhp-panel:hover,.lxhp-kpi:hover){transform:none!important}html[data-lxh-color-mode=light] .lxhp-app :where(input,select,textarea){min-height:44px!important;color:var(--lxhp-light-text)!important;box-shadow:none!important;background:#fff!important;border:1px solid #d9dce3!important;border-radius:10px!important}html[data-lxh-color-mode=light] .lxhp-app :where(input,select,textarea):focus{border-color:var(--lxhp-light-primary)!important;outline:0!important;box-shadow:0 0 0 3px #5b4cf01f!important}html[data-lxh-color-mode=light] .lxhp-app .lxhp-btn{min-height:44px!important;transition:background var(--lxhp-light-transition),border-color var(--lxhp-light-transition),color var(--lxhp-light-transition),opacity var(--lxhp-light-transition)!important;border-radius:10px!important;transform:none!important}html[data-lxh-color-mode=light] .lxhp-app .lxhp-btn--primary{background:var(--lxhp-light-primary)!important;border-color:var(--lxhp-light-primary)!important;color:#fff!important;box-shadow:none!important}html[data-lxh-color-mode=light] .lxhp-app .lxhp-btn--primary:hover{background:var(--lxhp-light-primary-hover)!important;border-color:var(--lxhp-light-primary-hover)!important;box-shadow:none!important}html[data-lxh-color-mode=light] .lxhp-app :where(.lxhp-btn--secondary,.lxhp-btn--ghost){border-color:var(--lxhp-light-border)!important;color:var(--lxhp-light-text)!important;box-shadow:none!important;background:#fff!important}html[data-lxh-color-mode=light] .lxhp-app .lxhp-btn--danger{color:var(--lxhp-light-error)!important;background:#fff7f8!important;border-color:#f1c6cb!important}html[data-lxh-color-mode=light] .lxhp-table-wrap{border-color:var(--lxhp-light-border)!important;background:#fff!important;border-radius:14px!important}html[data-lxh-color-mode=light] .lxhp-table th{color:#5e626c!important;letter-spacing:.03em!important;background:#fafafc!important;font-size:12px!important;line-height:18px!important}html[data-lxh-color-mode=light] .lxhp-table td{color:#2e3036!important;border-color:var(--lxhp-light-divider)!important;font-size:14px!important;line-height:21px!important}html[data-lxh-color-mode=light] .lxhp-modal__backdrop{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#191b2061!important}html[data-lxh-color-mode=light] .lxhp-toast{border-color:var(--lxhp-light-border)!important;background:#fff!important;border-radius:12px!important;box-shadow:0 10px 28px #191b201a!important}.lxhp-app :where(a,button,input,select,textarea,summary,[tabindex]):focus-visible{outline:2px solid var(--lxhp-light-primary)!important;outline-offset:2px!important}.lxhp-app :where(button,a,input,select,textarea){transition-duration:.16s!important;transition-timing-function:ease-out!important}@media (min-width:821px){.lxhp-app.is-sidebar-hidden{grid-template-columns:76px minmax(0,1fr)!important}.lxhp-app.is-sidebar-hidden .lxhp-sidebar{pointer-events:auto!important;width:76px!important;transform:none!important}.lxhp-app.is-sidebar-hidden .lxhp-main{grid-column:2!important}.lxhp-app.is-sidebar-hidden .lxhp-sidebar__brand{padding:12px 9px!important}.lxhp-app.is-sidebar-hidden .lxhp-sidebar__identity--stacked .lxhp-logo-plate{height:48px!important;padding:8px 5px!important}.lxhp-app.is-sidebar-hidden .lxhp-role-chip,.lxhp-app.is-sidebar-hidden .lxhp-nav-group__label>span:last-child,.lxhp-app.is-sidebar-hidden .lxhp-nav-group__chevron,.lxhp-app.is-sidebar-hidden .lxhp-nav__label,.lxhp-app.is-sidebar-hidden .lxhp-nav__badge,.lxhp-app.is-sidebar-hidden .lxhp-demo-mini>div,.lxhp-app.is-sidebar-hidden .lxhp-back-site,.lxhp-app.is-sidebar-hidden .lxhp-sidebar-signout{display:none!important}.lxhp-app.is-sidebar-hidden .lxhp-nav{padding-inline:8px!important}.lxhp-app.is-sidebar-hidden .lxhp-nav-group__toggle{justify-content:center!important;padding:8px!important}.lxhp-app.is-sidebar-hidden .lxhp-nav-group__label{flex:none!important;justify-content:center!important}.lxhp-app.is-sidebar-hidden .lxhp-nav-group__items{padding:3px 0 6px!important}.lxhp-app.is-sidebar-hidden .lxhp-nav-group__items:before{display:none!important}.lxhp-app.is-sidebar-hidden .lxhp-nav--grouped .lxhp-nav__item{grid-template-columns:1fr!important;justify-items:center!important;padding:7px!important}.lxhp-app.is-sidebar-hidden .lxhp-nav__icon{width:36px!important;height:36px!important}.lxhp-app.is-sidebar-hidden .lxhp-sidebar__footer{padding:10px!important}.lxhp-app.is-sidebar-hidden .lxhp-demo-mini{justify-content:center!important;padding:10px!important}.lxhp-app.is-sidebar-hidden .lxhp-sidebar-footer-actions{justify-content:center!important}.lxhp-app.is-sidebar-hidden .lxhp-sidebar-angle-toggle{margin:8px auto 0!important}}@media (max-width:1100px) and (min-width:821px){html[data-lxh-color-mode=light] .lxhp-content,html[data-lxh-color-mode=dark] .lxhp-content{padding:24px!important}}@media (max-width:820px){.lxhp-sidebar{width:min(88vw,320px)!important;max-width:320px!important}.lxhp-app.is-sidebar-hidden .lxhp-sidebar{pointer-events:auto!important}.lxhp-content{width:100%!important;max-width:none!important;padding:20px 20px 28px!important}html[data-lxh-color-mode=light] .lxhp-content .lxhp-page-heading h1{font-size:30px!important;line-height:38px!important}html[data-lxh-color-mode=light] .lxhp-content h2{font-size:22px!important;line-height:30px!important}.lxhp-sidebar-angle-toggle{display:none!important}}@media (max-width:600px){.lxhp-content{padding:16px 16px 24px!important}html[data-lxh-color-mode=light] .lxhp-content .lxhp-page-heading h1{font-size:26px!important;line-height:34px!important}html[data-lxh-color-mode=light] .lxhp-content .lxhp-page-heading p{font-size:15px!important;line-height:26px!important}html[data-lxh-color-mode=light] .lxhp-content h2{font-size:20px!important;line-height:28px!important}html[data-lxh-color-mode=light] .lxhp-content h3{font-size:17px!important;line-height:26px!important}}@media (prefers-reduced-motion:reduce){.lxhp-app *,.lxhp-app :before,.lxhp-app :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation:none!important}}.lxhp-app .lxhp-main{width:100%!important;min-width:0!important;max-width:none!important}.lxhp-app .lxhp-content,html[data-lxh-color-mode=light] .lxhp-app .lxhp-content,html[data-lxh-legacy-dark-disabled=true] .lxhp-app .lxhp-content{box-sizing:border-box!important;width:auto!important;max-width:none!important;margin:15px!important;padding:0!important}.lxhp-app .lxhp-content,html[data-lxh-color-mode=dark] .lxhp-app .lxhp-content,html[data-lxh-legacy-dark-disabled=true] .lxhp-app .lxhp-content{margin:15px!important;padding:0!important}.lxhp-app .lxhp-content :where(.lxhp-dashboard-grid,.lxhp-workspace-grid,.lxhp-grid,.lxhp-finance-layout,.lxha-grid-wide,.lxhp-kpi-grid){width:100%!important;min-width:0!important;max-width:none!important}@media (max-width:820px){.lxhp-app .lxhp-content,html[data-lxh-color-mode=light] .lxhp-app .lxhp-content,html[data-lxh-legacy-dark-disabled=true] .lxhp-app .lxhp-content{width:auto!important;max-width:none!important;margin:15px!important;padding:0!important}.lxhp-app .lxhp-content,html[data-lxh-color-mode=dark] .lxhp-app .lxhp-content,html[data-lxh-legacy-dark-disabled=true] .lxhp-app .lxhp-content{margin:15px!important;padding:0!important}}.lxhp-stripe-checkout{z-index:220;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.lxhp-stripe-checkout__backdrop{cursor:default;background:#0f172a8f;border:0;width:100%;height:100%;position:absolute;inset:0}.lxhp-stripe-checkout__panel{z-index:1;border:1px solid var(--lxhp-line);background:var(--lxhp-panel);border-radius:14px;width:min(680px,100%);max-height:calc(100vh - 40px);position:relative;overflow:auto;box-shadow:0 24px 70px #0f172a38}.lxhp-stripe-checkout__head{border-bottom:1px solid var(--lxhp-line);justify-content:space-between;align-items:flex-start;gap:18px;padding:22px 24px;display:flex}.lxhp-stripe-checkout__head>div{min-width:0}.lxhp-stripe-checkout__head h2{margin:4px 0 6px}.lxhp-stripe-checkout__head p{color:var(--lxhp-muted);margin:0;line-height:1.55}.lxhp-stripe-checkout__form{gap:18px;padding:22px 24px;display:grid}.lxhp-stripe-checkout__summary{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);border-radius:12px;grid-template-columns:repeat(2,minmax(0,1fr));display:grid;overflow:hidden}.lxhp-stripe-checkout__summary>div{border-right:1px solid var(--lxhp-line);border-bottom:1px solid var(--lxhp-line);min-width:0;padding:12px 14px}.lxhp-stripe-checkout__summary>div:nth-child(2n){border-right:0}.lxhp-stripe-checkout__summary>div:nth-last-child(-n+2){border-bottom:0}.lxhp-stripe-checkout__summary span,.lxhp-stripe-checkout__summary strong{overflow-wrap:anywhere;display:block}.lxhp-stripe-checkout__summary span{color:var(--lxhp-muted);font-size:14px;line-height:21px}.lxhp-stripe-checkout__summary strong{color:var(--lxhp-text);margin-top:4px;font-size:14px;line-height:21px}.lxhp-stripe-checkout__element{min-height:120px}.lxhp-stripe-checkout__actions{justify-content:flex-end;gap:10px;display:flex}.lxhp-stripe-checkout__security{color:var(--lxhp-muted);margin:0;font-size:14px;line-height:21px}@media (max-width:620px){.lxhp-stripe-checkout{padding:10px}.lxhp-stripe-checkout__panel{max-height:calc(100vh - 20px)}.lxhp-stripe-checkout__head{flex-direction:column;padding:18px}.lxhp-stripe-checkout__form{padding:18px}.lxhp-stripe-checkout__summary{grid-template-columns:1fr}.lxhp-stripe-checkout__summary>div{border-right:0!important;border-bottom:1px solid var(--lxhp-line)!important}.lxhp-stripe-checkout__summary>div:last-child{border-bottom:0!important}.lxhp-stripe-checkout__actions{grid-template-columns:1fr 1fr;display:grid}.lxhp-stripe-checkout__actions .lxhp-btn{width:100%}}.lxhp-payment-manager,.lxhp-payment-chooser__body{gap:20px;min-width:0;display:grid}.lxhp-primary-payment-grid,.lxhp-saved-payment-grid,.lxhp-wallet-account-grid,.lxhp-payment-chooser__methods{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;padding:20px 24px;display:grid}.lxhp-payment-choice,.lxhp-saved-payment-card,.lxhp-wallet-account-card,.lxhp-payment-option{border:1px solid var(--lxhp-line);background:var(--lxhp-panel);border-radius:12px;gap:10px;min-width:0;padding:18px;transition:border-color .16s ease-out,background-color .16s ease-out,box-shadow .16s ease-out;display:grid;font-weight:400!important}.lxhp-payment-choice{cursor:pointer;grid-template-columns:auto minmax(0,1fr);align-items:start}.lxhp-payment-choice input,.lxhp-payment-option input[type=radio],.lxhp-stripe-setup__primary input{accent-color:var(--lxhp-accent);width:18px!important;min-width:18px!important;height:18px!important;min-height:18px!important;margin:2px 0 0!important;padding:0!important}.lxhp-payment-choice>span{overflow-wrap:anywhere;min-width:0;color:var(--lxhp-muted);grid-column:2;font-size:14px!important;line-height:21px!important}.lxhp-payment-choice__title{color:var(--lxhp-text)!important;font-size:15px!important;font-weight:400!important;line-height:22px!important}.lxhp-payment-choice.is-selected,.lxhp-saved-payment-card.is-primary,.lxhp-wallet-account-card.is-primary,.lxhp-payment-option.is-recommended{border-color:color-mix(in srgb,var(--lxhp-accent) 42%,var(--lxhp-line));background:color-mix(in srgb,var(--lxhp-accent) 4%,var(--lxhp-panel));box-shadow:0 0 0 2px color-mix(in srgb,var(--lxhp-accent) 8%,transparent)}.lxhp-payment-preference-summary{border-top:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.lxhp-payment-preference-summary>div{border-right:1px solid var(--lxhp-line);min-width:0;padding:14px 18px}.lxhp-payment-preference-summary>div:last-child{border-right:0}.lxhp-payment-preference-summary span{overflow-wrap:anywhere;display:block;font-size:14px!important;font-weight:400!important;line-height:21px!important}.lxhp-payment-preference-summary span:first-child{color:var(--lxhp-muted);margin-bottom:4px;font-size:12px!important;line-height:18px!important}.lxhp-saved-payment-card__top,.lxhp-wallet-account-card__top,.lxhp-payment-option__head{justify-content:space-between;align-items:flex-start;gap:10px;min-width:0;display:flex;font-size:14px!important;font-weight:400!important;line-height:21px!important}.lxhp-payment-option__head label{cursor:pointer;align-items:flex-start;gap:9px;min-width:0;display:flex}.lxhp-saved-payment-card__number{letter-spacing:.04em;color:var(--lxhp-text);font-size:20px!important;font-weight:400!important;line-height:28px!important}.lxhp-saved-payment-card__meta,.lxhp-wallet-account-card__meta,.lxhp-payment-option__details{color:var(--lxhp-muted);font-size:14px!important;font-weight:400!important;line-height:21px!important}.lxhp-wallet-account-card__balance{color:var(--lxhp-text);font-size:24px!important;font-weight:400!important;line-height:32px!important}.lxhp-payment-primary-chip{border:1px solid color-mix(in srgb,var(--lxhp-accent) 28%,var(--lxhp-line));background:color-mix(in srgb,var(--lxhp-accent) 7%,var(--lxhp-panel));min-height:26px;color:var(--lxhp-accent);white-space:nowrap;border-radius:999px;align-items:center;padding:3px 9px;display:inline-flex;font-size:12px!important;font-weight:400!important;line-height:18px!important}.lxhp-wallet-create-form{border-top:1px solid var(--lxhp-line);border-bottom:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);grid-template-columns:minmax(220px,1fr) minmax(180px,.6fr) auto;align-items:end;gap:14px;padding:20px 24px;display:grid}.lxhp-wallet-create-form label{gap:6px;display:grid;font-size:14px!important;font-weight:400!important;line-height:20px!important}.lxhp-wallet-create-form input,.lxhp-wallet-create-form select,.lxhp-payment-option select{border:1px solid var(--lxhp-line);background:var(--lxhp-panel);width:100%;min-height:44px;color:var(--lxhp-text);border-radius:10px;outline:none;padding:9px 12px;font:400 14px/20px Open Sans,Arial,sans-serif!important}.lxhp-wallet-create-form input:focus,.lxhp-wallet-create-form select:focus,.lxhp-payment-option select:focus{border-color:var(--lxhp-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--lxhp-accent) 13%,transparent)}.lxhp-stripe-setup__primary{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);color:var(--lxhp-text);cursor:pointer;border-radius:10px;align-items:flex-start;gap:10px;margin:16px 0;padding:12px 14px;display:flex;font-size:14px!important;font-weight:400!important;line-height:21px!important}.lxhp-payment-chooser__panel{max-height:calc(100vh - 28px);overflow:auto;width:min(1040px,100vw - 28px)!important}.lxhp-payment-chooser__summary{border-bottom:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.lxhp-payment-chooser__summary>div{border-right:1px solid var(--lxhp-line);min-width:0;padding:14px 18px}.lxhp-payment-chooser__summary>div:last-child{border-right:0}.lxhp-payment-chooser__summary span{overflow-wrap:anywhere;display:block;font-size:14px!important;font-weight:400!important;line-height:21px!important}.lxhp-payment-chooser__summary span:first-child{color:var(--lxhp-muted);margin-bottom:4px;font-size:12px!important;line-height:18px!important}.lxhp-payment-option p{color:var(--lxhp-muted);margin:0;font-size:14px!important;font-weight:400!important;line-height:21px!important}.lxhp-payment-option__details{background:var(--lxhp-panel-2);border-radius:10px;gap:4px;padding:10px 12px;display:grid}.lxhp-payment-option__details .is-ok{color:#168a55}.lxhp-payment-option__details .is-warning{color:#b76a00}.lxhp-payment-chooser__loading{color:var(--lxhp-muted);padding:32px 24px;font-size:15px!important;font-weight:400!important;line-height:24px!important}.lxhp-lead-qr-checkout{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);border-radius:12px;grid-template-columns:160px minmax(0,1fr);align-items:center;gap:16px;padding:14px;display:grid}.lxhp-lead-qr-checkout img{background:#fff;border-radius:10px;width:160px;max-width:100%;height:160px;padding:6px;display:block}.lxhp-lead-qr-checkout span{color:var(--lxhp-text);display:block;font-size:15px!important;font-weight:400!important;line-height:22px!important}.lxhp-qr-checkout-page{background:var(--lxhp-bg,#f7f8fb);min-height:100vh;color:var(--lxhp-text,#191b20);place-items:center;padding:24px;font-family:Open Sans,Arial,sans-serif;display:grid;font-weight:400!important}.lxhp-qr-checkout-page__card{width:min(620px,100%);padding:28px!important}.lxhp-qr-checkout-page__card h1{margin:6px 0 8px;font-size:28px!important;font-weight:400!important;line-height:36px!important}.lxhp-qr-checkout-page__card p{color:var(--lxhp-muted,#686b74);margin:0 0 20px;font-size:15px!important;font-weight:400!important;line-height:24px!important}@media (max-width:760px){.lxhp-primary-payment-grid,.lxhp-saved-payment-grid,.lxhp-wallet-account-grid,.lxhp-payment-chooser__methods{grid-template-columns:1fr;padding:16px}.lxhp-payment-preference-summary,.lxhp-payment-chooser__summary{grid-template-columns:1fr}.lxhp-payment-preference-summary>div,.lxhp-payment-chooser__summary>div{border-right:0;border-bottom:1px solid var(--lxhp-line)}.lxhp-payment-preference-summary>div:last-child,.lxhp-payment-chooser__summary>div:last-child{border-bottom:0}.lxhp-wallet-create-form{grid-template-columns:1fr;padding:16px}.lxhp-lead-qr-checkout{grid-template-columns:1fr}.lxhp-lead-qr-checkout img{justify-self:center;width:190px;height:190px}.lxhp-payment-chooser__panel{max-height:calc(100vh - 16px);width:calc(100vw - 16px)!important}.lxhp-qr-checkout-page{padding:16px}.lxhp-qr-checkout-page__card{padding:20px!important}}.lxhp-payment-preference-save{padding:0 24px 20px}.lxhp-saved-payment-card.is-expired{border-color:color-mix(in srgb,#b76a00 35%,var(--lxhp-line));background:color-mix(in srgb,#b76a00 4%,var(--lxhp-panel))}.lxhp-wallet-ledger{border:1px solid var(--lxhp-line);background:var(--lxhp-panel);border-radius:12px;margin:0 24px 24px;overflow:hidden}.lxhp-wallet-ledger__head{border-bottom:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);justify-content:space-between;align-items:flex-start;gap:16px;padding:16px 18px;display:flex}.lxhp-wallet-ledger__head h3{margin:4px 0 3px;font-weight:400!important}.lxhp-wallet-ledger__head p{color:var(--lxhp-muted);margin:0;font-size:14px!important;font-weight:400!important;line-height:21px!important}.lxhp-payment-other-methods{gap:0;padding:0 24px 20px;display:grid}.lxhp-payment-other-methods>div{border-top:1px solid var(--lxhp-line);justify-content:space-between;gap:16px;padding:12px 0;display:flex;font-size:14px!important;font-weight:400!important;line-height:21px!important}.lxhp-payment-other-methods>div span:last-child{color:var(--lxhp-muted)}.lxhp-payment-picker{z-index:245;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.lxhp-payment-picker__backdrop{cursor:default;background:#0f172a7a;border:0;position:absolute;inset:0}.lxhp-payment-picker__panel{z-index:1;border:1px solid var(--lxhp-line);background:var(--lxhp-panel);border-radius:14px;width:min(560px,100%);max-height:calc(100vh - 36px);padding:20px;font-family:Open Sans,Arial,sans-serif;position:relative;overflow:auto;box-shadow:0 20px 60px #0f172a2e;font-weight:400!important}.lxhp-payment-picker__head{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:16px;display:flex}.lxhp-payment-picker__head h3{margin:4px 0 0;font-weight:400!important}.lxhp-payment-picker__list{gap:10px;margin-bottom:14px;display:grid}.lxhp-payment-picker__item{border:1px solid var(--lxhp-line);background:var(--lxhp-panel);cursor:pointer;border-radius:10px;grid-template-columns:20px minmax(0,1fr);align-items:start;gap:10px;padding:13px 14px;transition:border-color .16s ease-out,background-color .16s ease-out;display:grid}.lxhp-payment-picker__item.is-selected{border-color:color-mix(in srgb,var(--lxhp-accent) 42%,var(--lxhp-line));background:color-mix(in srgb,var(--lxhp-accent) 5%,var(--lxhp-panel))}.lxhp-payment-picker__item input,.lxhp-payment-picker__primary input{accent-color:var(--lxhp-accent);width:18px!important;min-width:18px!important;height:18px!important;min-height:18px!important;margin:2px 0 0!important;padding:0!important}.lxhp-payment-picker__item>span{gap:3px;min-width:0;display:grid}.lxhp-payment-picker__item>span>span{overflow-wrap:anywhere;font-size:14px!important;font-weight:400!important;line-height:21px!important}.lxhp-payment-picker__item>span>span:last-child{color:var(--lxhp-muted)}.lxhp-payment-picker__primary{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);cursor:pointer;border-radius:10px;align-items:flex-start;gap:9px;margin:14px 0;padding:11px 12px;display:flex;font-size:14px!important;font-weight:400!important;line-height:21px!important}@media (max-width:620px){.lxhp-payment-preference-save{padding:0 16px 16px}.lxhp-wallet-ledger{margin:0 16px 16px}.lxhp-wallet-ledger__head{flex-direction:column}.lxhp-payment-other-methods{padding:0 16px 16px}.lxhp-payment-other-methods>div{flex-direction:column;gap:3px}.lxhp-payment-picker{place-items:end center;padding:8px}.lxhp-payment-picker__panel{border-radius:14px 14px 0 0;width:100%;max-height:calc(100vh - 16px);padding:16px}}.lxhp-stripe-readiness{border:1px solid var(--lxhp-line);background:var(--lxhp-panel);box-shadow:var(--lxhp-shadow);border-radius:12px;margin:0 0 18px;overflow:hidden}.lxhp-stripe-readiness__head{border-bottom:1px solid var(--lxhp-line);justify-content:space-between;align-items:flex-start;gap:18px;padding:14px 16px;display:flex}.lxhp-stripe-readiness__head h2{letter-spacing:-.01em;margin:3px 0 4px;font-size:17px!important;font-weight:400!important}.lxhp-stripe-readiness__head p{color:var(--lxhp-muted);margin:0;font-size:12px!important}.lxhp-stripe-readiness__release{white-space:nowrap;justify-items:end;gap:2px;display:grid}.lxhp-stripe-readiness__release span{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);color:var(--lxhp-text);border-radius:999px;padding:4px 8px;font-size:11px!important}.lxhp-stripe-readiness__release small{color:var(--lxhp-muted);font-size:10px!important}.lxhp-stripe-readiness__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:0;display:grid}.lxhp-stripe-readiness__item{border-right:1px solid var(--lxhp-line);border-bottom:1px solid var(--lxhp-line);align-items:center;gap:9px;min-width:0;padding:11px 13px;display:flex}.lxhp-stripe-readiness__item:nth-child(3n){border-right:0}.lxhp-stripe-readiness__item:nth-last-child(-n+3){border-bottom:0}.lxhp-stripe-readiness__mark{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);border-radius:7px;flex:0 0 24px;place-items:center;width:24px;height:24px;display:grid;font-size:13px!important}.lxhp-stripe-readiness__item>div{min-width:0}.lxhp-stripe-readiness__item strong,.lxhp-stripe-readiness__item small{display:block}.lxhp-stripe-readiness__item strong{line-height:1.3;font-size:12px!important;font-weight:400!important}.lxhp-stripe-readiness__item small{color:var(--lxhp-muted);margin-top:2px;line-height:1.25;font-size:10px!important}.lxhp-stripe-readiness__item.is-ready .lxhp-stripe-readiness__mark{color:var(--lxhp-success);border-color:color-mix(in srgb,var(--lxhp-success) 32%,var(--lxhp-line));background:color-mix(in srgb,var(--lxhp-success) 9%,var(--lxhp-panel))}.lxhp-stripe-readiness__item.is-waiting .lxhp-stripe-readiness__mark{color:var(--lxhp-warning);border-color:color-mix(in srgb,var(--lxhp-warning) 32%,var(--lxhp-line));background:color-mix(in srgb,var(--lxhp-warning) 9%,var(--lxhp-panel))}.lxhp-stripe-readiness__item.is-locked .lxhp-stripe-readiness__mark{color:var(--lxhp-danger);border-color:color-mix(in srgb,var(--lxhp-danger) 32%,var(--lxhp-line));background:color-mix(in srgb,var(--lxhp-danger) 9%,var(--lxhp-panel))}.lxhp-connected-payouts{border-top:1px solid var(--lxhp-line);margin-top:18px;padding-top:15px}.lxhp-connected-payouts__head{padding:0 18px 12px}.lxhp-connected-payouts__head h3{margin:3px 0 4px;font-size:16px!important;font-weight:400!important}.lxhp-connected-payouts__head p{color:var(--lxhp-muted);margin:0;font-size:11px!important}@media (max-width:1040px){.lxhp-stripe-readiness__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lxhp-stripe-readiness__item:nth-child(3n){border-right:1px solid var(--lxhp-line)}.lxhp-stripe-readiness__item:nth-child(2n){border-right:0}.lxhp-stripe-readiness__item:nth-last-child(-n+3){border-bottom:1px solid var(--lxhp-line)}.lxhp-stripe-readiness__item:nth-last-child(-n+2){border-bottom:0}}@media (max-width:620px){.lxhp-stripe-readiness__head{flex-direction:column}.lxhp-stripe-readiness__release{justify-items:start}.lxhp-stripe-readiness__grid{grid-template-columns:1fr}.lxhp-stripe-readiness__item,.lxhp-stripe-readiness__item:nth-child(2n),.lxhp-stripe-readiness__item:nth-child(3n){border-right:0;border-bottom:1px solid var(--lxhp-line)}.lxhp-stripe-readiness__item:last-child{border-bottom:0}}html[data-lxh-color-mode=light] .lxhp-app{--lxhp-light-shell-gap:16px;--lxhp-light-section-gap:16px;--lxhp-light-card-gap:14px;--lxhp-light-focus:#5b4cf029;--lxhp-light-card-radius:12px;--lxhp-sidebar-width:232px!important;--lxhp-topbar:62px!important;background:#f7f8fb!important;font-family:Open Sans,Segoe UI,Arial,sans-serif!important}html[data-lxh-color-mode=light] .lxhp-main{background:#f7f8fb!important;min-width:0!important}html[data-lxh-color-mode=light] .lxhp-content{color:#191b20!important;gap:16px!important;width:auto!important;max-width:none!important;margin:16px!important;padding:0!important}html[data-lxh-color-mode=dark] .lxhp-content{gap:16px!important;margin:16px!important;padding:0!important}html[data-lxh-color-mode=light] .lxhp-sidebar{width:232px!important;box-shadow:none!important;background:#fff!important;border-right:1px solid #e7e9ef!important}html[data-lxh-color-mode=light] .lxhp-sidebar__brand{z-index:3!important;background:#fff!important;border-bottom:1px solid #eceef2!important;padding:10px 9px 8px!important;position:sticky!important;top:0!important}html[data-lxh-color-mode=dark] .lxhp-sidebar__brand{padding:10px 9px 8px!important}html[data-lxh-color-mode=light] .lxhp-sidebar__identity{border-radius:10px!important;padding:0!important}html[data-lxh-color-mode=dark] .lxhp-sidebar__identity{padding:0!important}html[data-lxh-color-mode=light] .lxhp-sidebar__identity--stacked .lxhp-logo-plate{background:#fff!important;border:1px solid #e7e9ef!important;border-radius:8px!important;height:46px!important;padding:7px 10px!important}html[data-lxh-color-mode=dark] .lxhp-sidebar__identity--stacked .lxhp-logo-plate{padding:7px 10px!important}html[data-lxh-color-mode=light] .lxhp-sidebar__identity--stacked .lxhp-logo-plate img{max-height:32px!important}html[data-lxh-color-mode=light] .lxhp-role-chip{color:#686b74!important;letter-spacing:.02em!important;text-transform:none!important;background:#fafafc!important;border:1px solid #e7e9ef!important;border-radius:8px!important;justify-content:center!important;width:100%!important;min-height:34px!important;margin-top:7px!important;padding:7px 10px!important;font-size:12px!important;line-height:18px!important}html[data-lxh-color-mode=dark] .lxhp-role-chip{margin-top:7px!important;padding:7px 10px!important}html[data-lxh-color-mode=light] .lxhp-nav,html[data-lxh-color-mode=dark] .lxhp-nav{padding:9px 8px 14px!important}html[data-lxh-color-mode=light] .lxhp-nav-group,html[data-lxh-color-mode=dark] .lxhp-nav-group{margin:0 0 4px!important}html[data-lxh-color-mode=light] .lxhp-nav-group__toggle{color:#555a64!important;min-height:46px!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:11px!important;gap:10px!important;padding:10px 12px!important;font-size:14px!important;font-weight:500!important;line-height:20px!important;transition:background-color .16s ease-out,color .16s ease-out!important;transform:none!important}html[data-lxh-color-mode=dark] .lxhp-nav-group__toggle{gap:10px!important;padding:10px 12px!important}html[data-lxh-color-mode=light] .lxhp-nav-group__toggle:hover{color:#191b20!important;background:#f3f4f7!important}html[data-lxh-color-mode=light] .lxhp-nav-group.is-open>.lxhp-nav-group__toggle,html[data-lxh-color-mode=light] .lxhp-nav-group.is-active>.lxhp-nav-group__toggle{color:#191b20!important;box-shadow:none!important;background:#eceef2!important;font-weight:600!important}html[data-lxh-color-mode=light] .lxhp-nav-group__label,html[data-lxh-color-mode=dark] .lxhp-nav-group__label{gap:10px!important}html[data-lxh-color-mode=light] .lxhp-nav-group__label>span:last-child{font-size:14px!important;line-height:20px!important;font-weight:inherit!important;color:inherit!important}html[data-lxh-color-mode=light] .lxhp-nav-group__glyph{width:24px!important;height:24px!important;box-shadow:none!important;background:0 0!important;flex-basis:24px!important}html[data-lxh-color-mode=light] .lxhp-nav-group__glyph svg{stroke-width:1.8px!important;width:18px!important;height:18px!important}html[data-lxh-color-mode=light] .lxhp-nav-group__chevron svg{width:14px!important;height:14px!important}html[data-lxh-color-mode=light] .lxhp-nav-group__items{padding:3px 0 6px 18px!important;position:relative!important}html[data-lxh-color-mode=dark] .lxhp-nav-group__items{padding:3px 0 6px 18px!important}html[data-lxh-color-mode=light] .lxhp-nav-group__items:before{background:#e7e9ef!important;top:6px!important;bottom:8px!important;left:9px!important}html[data-lxh-color-mode=light] .lxhp-nav--grouped .lxhp-nav__item{color:#686b74!important;min-height:38px!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:9px!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;font-weight:500!important;line-height:20px!important;transform:none!important}html[data-lxh-color-mode=dark] .lxhp-nav--grouped .lxhp-nav__item{gap:8px!important;margin:1px 0!important;padding:7px 10px!important}html[data-lxh-color-mode=light] .lxhp-nav__item:hover{color:#191b20!important;background:#f3f4f7!important;transform:none!important}html[data-lxh-color-mode=light] .lxhp-nav__item.is-active{color:#5b4cf0!important;background:#f0eeff!important;font-weight:600!important;box-shadow:inset 3px 0 #5b4cf0!important}html[data-lxh-color-mode=light] .lxhp-nav__icon{width:24px!important;height:24px!important;color:var(--lxhp-item-color,#686b74)!important;background:0 0!important;border:0!important}html[data-lxh-color-mode=light] .lxhp-nav__icon svg{stroke-width:1.8px!important;width:17px!important;height:17px!important}html[data-lxh-color-mode=light] .lxhp-nav__item.is-active .lxhp-nav__icon{color:#5b4cf0!important}html[data-lxh-color-mode=light] .lxhp-nav__label{font-size:13px!important;line-height:20px!important;font-weight:inherit!important;color:inherit!important}html[data-lxh-color-mode=light] .lxhp-sidebar__footer{z-index:3!important;background:#fff!important;border-top:1px solid #e7e9ef!important;padding:9px!important;position:sticky!important;bottom:0!important}html[data-lxh-color-mode=dark] .lxhp-sidebar__footer{padding:9px!important}html[data-lxh-color-mode=light] .lxhp-demo-mini{background:#f7fbf9!important;border-radius:8px!important;padding:8px 9px!important}html[data-lxh-color-mode=dark] .lxhp-demo-mini{padding:8px 9px!important}html[data-lxh-color-mode=light] .lxhp-demo-mini strong{font-size:13px!important;font-weight:600!important;line-height:18px!important}html[data-lxh-color-mode=light] .lxhp-demo-mini small{font-size:11px!important;line-height:16px!important}html[data-lxh-color-mode=light] .lxhp-back-site{margin-top:6px!important;padding:3px 1px!important;font-size:10px!important;line-height:16px!important}html[data-lxh-color-mode=dark] .lxhp-back-site{margin-top:6px!important;padding:3px 1px!important}html[data-lxh-color-mode=light] .lxhp-sidebar-signout,html[data-lxh-color-mode=light] .lxhp-sidebar-angle-toggle{border-radius:8px!important;min-height:34px!important}html[data-lxh-color-mode=light] .lxhp-topbar{height:62px!important;min-height:62px!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#fff!important;border-bottom:1px solid #e7e9ef!important;padding:0 16px!important}html[data-lxh-color-mode=dark] .lxhp-topbar{padding:0 16px!important}html[data-lxh-color-mode=light] .lxhp-topbar__left,html[data-lxh-color-mode=light] .lxhp-topbar__right,html[data-lxh-color-mode=dark] .lxhp-topbar__left,html[data-lxh-color-mode=dark] .lxhp-topbar__right{gap:8px!important}html[data-lxh-color-mode=light] .lxhp-page-id{gap:8px!important;overflow:hidden!important}html[data-lxh-color-mode=dark] .lxhp-page-id{gap:8px!important}html[data-lxh-color-mode=light] .lxhp-page-id__role,html[data-lxh-color-mode=light] .lxhp-page-id__group,html[data-lxh-color-mode=light] .lxhp-page-id__section,html[data-lxh-color-mode=light] .lxhp-page-id__separator{font-size:14px!important;line-height:20px!important}html[data-lxh-color-mode=light] .lxhp-page-id__role{color:#2e3036!important;font-weight:600!important}html[data-lxh-color-mode=light] .lxhp-page-id__group{color:#686b74!important;font-weight:400!important}html[data-lxh-color-mode=light] .lxhp-page-id__section{color:#191b20!important;font-weight:500!important}html[data-lxh-color-mode=light] .lxhp-page-id__separator{color:#a0a3ab!important}html[data-lxh-color-mode=light] .lxhp-page-id a:focus-visible{border-radius:4px!important}html[data-lxh-color-mode=light] .lxhp-search-trigger{height:38px!important;min-height:38px!important;box-shadow:none!important;background:#fff!important;border-color:#e7e9ef!important;border-radius:8px!important}html[data-lxh-color-mode=light] .lxhp-icon-btn{width:38px!important;height:38px!important;box-shadow:none!important;background:#fff!important;border-color:#e7e9ef!important;border-radius:8px!important;transform:none!important}html[data-lxh-color-mode=light] .lxhp-icon-btn:hover{background:#f3f4f7!important;transform:none!important}html[data-lxh-color-mode=light] .lxhp-profile{border-radius:9px!important;min-height:40px!important;padding:4px 7px!important}html[data-lxh-color-mode=dark] .lxhp-profile{padding:4px 7px!important}html[data-lxh-color-mode=light] .lxhp-page-heading{min-height:0!important;box-shadow:none!important;background:#fff!important;border:1px solid #e7e9ef!important;border-radius:12px!important;margin:0!important;padding:16px 18px!important}html[data-lxh-color-mode=dark] .lxhp-page-heading{margin:0!important;padding:16px 18px!important}html[data-lxh-color-mode=light] .lxhp-page-heading__main,html[data-lxh-color-mode=dark] .lxhp-page-heading__main{gap:14px!important}html[data-lxh-color-mode=light] .lxhp-page-heading__identity,html[data-lxh-color-mode=dark] .lxhp-page-heading__identity{gap:12px!important}html[data-lxh-color-mode=light] .lxhp-page-heading__icon{width:46px!important;height:46px!important;box-shadow:none!important;border-radius:9px!important;flex-basis:46px!important}html[data-lxh-color-mode=light] .lxhp-page-heading__icon svg{stroke-width:1.8px!important;width:21px!important;height:21px!important}html[data-lxh-color-mode=light] .lxhp-content .lxhp-eyebrow{color:#5b4cf0!important;letter-spacing:.055em!important;font-size:11px!important;font-weight:600!important;line-height:16px!important}html[data-lxh-color-mode=light] .lxhp-content .lxhp-page-heading h1{color:#191b20!important;letter-spacing:-.02em!important;margin:2px 0 3px!important;font-size:28px!important;font-weight:700!important;line-height:36px!important}html[data-lxh-color-mode=dark] .lxhp-content .lxhp-page-heading h1{margin:2px 0 3px!important}html[data-lxh-color-mode=light] .lxhp-content .lxhp-page-heading p{color:#686b74!important;margin:0!important;font-size:14px!important;font-weight:400!important;line-height:22px!important}html[data-lxh-color-mode=dark] .lxhp-content .lxhp-page-heading p{margin:0!important}html[data-lxh-color-mode=light] .lxhp-page-heading__actions,html[data-lxh-color-mode=dark] .lxhp-page-heading__actions{gap:8px!important}html[data-lxh-color-mode=light] .lxhp-heading-status,html[data-lxh-color-mode=light] .lxhp-workspace-guide{min-height:36px!important;box-shadow:none!important;border-radius:8px!important;font-size:12px!important;font-weight:600!important;line-height:18px!important}html[data-lxh-color-mode=light] .lxhp-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]) .lxhp-session-location{display:none!important}html[data-lxh-color-mode=light] .lxhp-page-heading--with-session .lxhp-page-heading__main>.lxhp-session-location{box-shadow:none!important;background:#fafafc!important;border-color:#e7e9ef!important}html[data-lxh-color-mode=light] .lxhp-content h2{color:#24262c!important;letter-spacing:-.01em!important;font-size:20px!important;font-weight:600!important;line-height:28px!important}html[data-lxh-color-mode=light] .lxhp-content h3{color:#2e3036!important;font-size:16px!important;font-weight:600!important;line-height:24px!important}html[data-lxh-color-mode=light] .lxhp-content :where(p,li,td,input,select,textarea){color:#3d4048!important;font-size:14px!important;font-weight:400!important;line-height:22px!important}html[data-lxh-color-mode=light] .lxhp-content :where(.lxhp-muted-copy,.lxhp-subtle,small){color:#686b74!important;font-size:13px!important;font-weight:400!important;line-height:20px!important}html[data-lxh-color-mode=light] .lxhp-content :where(label,.lxhp-btn,button){font-size:14px!important;font-weight:600!important;line-height:20px!important}html[data-lxh-color-mode=light] .lxhp-content .lxhp-kpi__copy strong{color:#191b20!important;letter-spacing:-.02em!important;font-size:26px!important;font-weight:700!important;line-height:32px!important}html[data-lxh-color-mode=light] .lxhp-content .lxhp-kpi__copy span{color:#686b74!important;font-size:12px!important;font-weight:500!important;line-height:18px!important}html[data-lxh-color-mode=light] .lxhp-content .lxhp-kpi__copy small{color:#858994!important;font-size:12px!important;line-height:18px!important}html[data-lxh-color-mode=light] .lxhp-kpi-grid,html[data-lxh-color-mode=dark] .lxhp-kpi-grid{gap:12px!important;margin:0!important}html[data-lxh-color-mode=light] .lxhp-kpi{min-height:92px!important;box-shadow:none!important;background:#fff!important;border:1px solid #e7e9ef!important;border-radius:10px!important;gap:12px!important;padding:14px 15px!important}html[data-lxh-color-mode=dark] .lxhp-kpi{gap:12px!important;padding:14px 15px!important}html[data-lxh-color-mode=light] .lxhp-kpi:hover{box-shadow:none!important;border-color:#d9dce3!important;transform:none!important}html[data-lxh-color-mode=light] .lxhp-kpi__icon{width:40px!important;height:40px!important;box-shadow:none!important;border-radius:8px!important;flex-basis:40px!important}html[data-lxh-color-mode=light] .lxhp-kpi__icon svg{width:18px!important;height:18px!important}html[data-lxh-color-mode=light] .lxhp-main :where(.lxhp-panel,.lxhp-card,.lxhp-live-data-stack>section,.lxhp-live-resource-form){box-shadow:none!important;background:#fff!important;border:1px solid #e7e9ef!important;border-radius:12px!important}html[data-lxh-color-mode=light] .lxhp-main :where(.lxhp-panel,.lxhp-card):hover{box-shadow:none!important;border-color:#e1e3e9!important;transform:none!important}html[data-lxh-color-mode=light] .lxhp-panel__head,html[data-lxh-color-mode=light] .lxhp-card__head{border-bottom:1px solid #eceef2!important;gap:12px!important;padding:14px 18px!important}html[data-lxh-color-mode=dark] .lxhp-panel__head,html[data-lxh-color-mode=dark] .lxhp-card__head{gap:12px!important;padding:14px 18px!important}html[data-lxh-color-mode=light] .lxhp-panel__head h2,html[data-lxh-color-mode=light] .lxhp-card__head strong{font-size:20px!important;font-weight:600!important;line-height:28px!important}html[data-lxh-color-mode=light] .lxhp-panel__head h3{font-size:16px!important;font-weight:600!important;line-height:24px!important}html[data-lxh-color-mode=light] .lxhp-panel__head p,html[data-lxh-color-mode=light] .lxhp-card__head small{color:#686b74!important;margin-top:3px!important;font-size:13px!important;line-height:20px!important}html[data-lxh-color-mode=dark] .lxhp-panel__head p,html[data-lxh-color-mode=dark] .lxhp-card__head small{margin-top:3px!important}html[data-lxh-color-mode=light] .lxhp-panel-glyph{width:38px!important;height:38px!important;box-shadow:none!important;border-radius:8px!important;flex-basis:38px!important}html[data-lxh-color-mode=light] .lxhp-app :where(input:not([type=checkbox]):not([type=radio]),select,textarea){color:#191b20!important;min-height:42px!important;box-shadow:none!important;background:#fff!important;border:1px solid #d9dce3!important;border-radius:9px!important;font-size:14px!important;font-weight:400!important;line-height:20px!important}html[data-lxh-color-mode=light] .lxhp-app textarea{min-height:96px!important}html[data-lxh-color-mode=light] .lxhp-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 #5b4cf01f!important}html[data-lxh-color-mode=light] .lxhp-app :where(input,select,textarea):disabled{color:#858994!important;cursor:not-allowed!important;background:#f3f4f7!important}html[data-lxh-color-mode=light] .lxhp-app .lxhp-btn{min-height:42px!important;box-shadow:none!important;border-radius:9px!important;padding:9px 14px!important;font-size:14px!important;font-weight:600!important;line-height:20px!important;transform:none!important}html[data-lxh-color-mode=dark] .lxhp-app .lxhp-btn{padding:9px 14px!important}html[data-lxh-color-mode=light] .lxhp-app :where(a,button,input,select,textarea,summary,[tabindex]):focus-visible{outline-offset:2px!important;outline:2px solid #5b4cf0!important}html[data-lxh-color-mode=light] .lxhp-table-wrap{background:#fff!important;border:1px solid #e7e9ef!important;border-radius:10px!important;overflow-x:auto!important}html[data-lxh-color-mode=light] .lxhp-table{border-collapse:separate!important;border-spacing:0!important;min-width:100%!important}html[data-lxh-color-mode=light] .lxhp-table th{color:#5e626c!important;letter-spacing:.015em!important;background:#fafafc!important;border-color:#eceef2!important;padding:10px 12px!important;font-size:12px!important;font-weight:700!important;line-height:18px!important}html[data-lxh-color-mode=dark] .lxhp-table th{padding:10px 12px!important}html[data-lxh-color-mode=light] .lxhp-table td{color:#2e3036!important;border-color:#eceef2!important;padding:11px 12px!important;font-size:14px!important;font-weight:400!important;line-height:21px!important}html[data-lxh-color-mode=dark] .lxhp-table td{padding:11px 12px!important}html[data-lxh-color-mode=light] .lxhp-table-tools,html[data-lxh-color-mode=dark] .lxhp-table-tools{gap:10px!important}html[data-lxh-color-mode=light] .lxhp-app :where(.lxhp-status-pill,.lxhp-quality-label,.lxhp-tier-pill,.lxhp-heading-status){box-shadow:none!important;border-radius:999px!important;font-size:12px!important;font-weight:600!important;line-height:18px!important}html[data-lxh-color-mode=light] .lxhp-empty,html[data-lxh-color-mode=light] .lxhp-error-state,html[data-lxh-color-mode=light] .lxhp-loading-state{border-radius:10px!important}html[data-lxh-color-mode=light] .lxhp-stripe-readiness{box-shadow:none!important;background:#fff!important;border:1px solid #e7e9ef!important;border-radius:12px!important;margin:0!important}html[data-lxh-color-mode=dark] .lxhp-stripe-readiness{margin:0!important}html[data-lxh-color-mode=light] .lxhp-stripe-readiness__head{border-color:#eceef2!important;padding:13px 16px!important}html[data-lxh-color-mode=dark] .lxhp-stripe-readiness__head{padding:13px 16px!important}html[data-lxh-color-mode=light] .lxhp-stripe-readiness__head h2{font-size:16px!important;font-weight:600!important;line-height:24px!important}@media (min-width:821px){html[data-lxh-color-mode=light] .lxhp-app.is-sidebar-hidden{grid-template-columns:72px minmax(0,1fr)!important}html[data-lxh-color-mode=light] .lxhp-app.is-sidebar-hidden .lxhp-sidebar{pointer-events:auto!important;width:72px!important;transform:none!important}html[data-lxh-color-mode=light] .lxhp-app.is-sidebar-hidden .lxhp-main{grid-column:2!important}html[data-lxh-color-mode=light] .lxhp-app.is-sidebar-hidden .lxhp-sidebar__brand,html[data-lxh-color-mode=dark] .lxhp-app.is-sidebar-hidden .lxhp-sidebar__brand{padding:9px 7px!important}html[data-lxh-color-mode=light] .lxhp-app.is-sidebar-hidden .lxhp-sidebar__identity--stacked .lxhp-logo-plate{height:44px!important;padding:7px 4px!important}html[data-lxh-color-mode=dark] .lxhp-app.is-sidebar-hidden .lxhp-sidebar__identity--stacked .lxhp-logo-plate{padding:7px 4px!important}html[data-lxh-color-mode=light] .lxhp-app.is-sidebar-hidden .lxhp-nav{padding-inline:7px!important}html[data-lxh-color-mode=light] .lxhp-app.is-sidebar-hidden .lxhp-nav-group__toggle{justify-content:center!important;min-height:42px!important;padding:8px!important}html[data-lxh-color-mode=dark] .lxhp-app.is-sidebar-hidden .lxhp-nav-group__toggle{padding:8px!important}html[data-lxh-color-mode=light] .lxhp-app.is-sidebar-hidden .lxhp-nav--grouped .lxhp-nav__item{grid-template-columns:1fr!important;justify-items:center!important;min-height:38px!important;padding:6px!important}html[data-lxh-color-mode=dark] .lxhp-app.is-sidebar-hidden .lxhp-nav--grouped .lxhp-nav__item{padding:6px!important}html[data-lxh-color-mode=light] .lxhp-app.is-sidebar-hidden .lxhp-nav__icon{width:30px!important;height:30px!important}}@media (max-width:1280px) and (min-width:821px){html[data-lxh-color-mode=light] .lxhp-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (max-width:1024px) and (min-width:821px){html[data-lxh-color-mode=light] .lxhp-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}html[data-lxh-color-mode=light] .lxhp-content .lxhp-page-heading h1{font-size:26px!important;line-height:34px!important}}@media (max-width:820px){html[data-lxh-color-mode=light] .lxhp-sidebar{width:min(88vw,300px)!important;max-width:300px!important}html[data-lxh-color-mode=light] .lxhp-topbar{height:60px!important;min-height:60px!important;padding:0 12px!important}html[data-lxh-color-mode=dark] .lxhp-topbar{padding:0 12px!important}html[data-lxh-color-mode=light] .lxhp-content,html[data-lxh-color-mode=dark] .lxhp-content{gap:12px!important;margin:12px!important}html[data-lxh-color-mode=light] .lxhp-page-heading,html[data-lxh-color-mode=dark] .lxhp-page-heading{padding:14px 16px!important}html[data-lxh-color-mode=light] .lxhp-page-heading__main{grid-template-columns:1fr!important;align-items:flex-start!important}html[data-lxh-color-mode=light] .lxhp-page-heading__actions{flex-wrap:wrap!important;justify-content:flex-start!important;width:100%!important}html[data-lxh-color-mode=light] .lxhp-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}html[data-lxh-color-mode=dark] .lxhp-kpi-grid{gap:12px!important}html[data-lxh-color-mode=light] .lxhp-icon-btn,html[data-lxh-color-mode=light] .lxhp-mobile-menu,html[data-lxh-color-mode=light] .lxhp-app .lxhp-btn{min-width:44px!important;min-height:44px!important}html[data-lxh-color-mode=light] .lxhp-page-id__role,html[data-lxh-color-mode=light] .lxhp-page-id__group,html[data-lxh-color-mode=light] .lxhp-page-id__section,html[data-lxh-color-mode=light] .lxhp-page-id__separator{font-size:13px!important;line-height:18px!important}}@media (max-width:600px){html[data-lxh-color-mode=light] .lxhp-content,html[data-lxh-color-mode=dark] .lxhp-content{margin:12px!important}html[data-lxh-color-mode=light] .lxhp-content .lxhp-page-heading h1{font-size:24px!important;line-height:32px!important}html[data-lxh-color-mode=light] .lxhp-content .lxhp-page-heading p{font-size:14px!important;line-height:22px!important}html[data-lxh-color-mode=light] .lxhp-content h2{font-size:18px!important;line-height:26px!important}html[data-lxh-color-mode=light] .lxhp-content h3{font-size:16px!important;line-height:24px!important}html[data-lxh-color-mode=light] .lxhp-kpi-grid{grid-template-columns:1fr!important}html[data-lxh-color-mode=light] .lxhp-kpi{min-height:88px!important}html[data-lxh-color-mode=light] .lxhp-content .lxhp-kpi__copy strong{font-size:24px!important;line-height:30px!important}html[data-lxh-color-mode=light] .lxhp-panel__head,html[data-lxh-color-mode=light] .lxhp-card__head,html[data-lxh-color-mode=dark] .lxhp-panel__head,html[data-lxh-color-mode=dark] .lxhp-card__head{padding:13px 15px!important}html[data-lxh-color-mode=light] .lxhp-table th,html[data-lxh-color-mode=light] .lxhp-table td{white-space:nowrap!important}}.lxhp-app .lxhp-topbar .lxhp-topbar-icon-only{width:40px!important;min-width:40px!important;height:40px!important;min-height:40px!important;box-shadow:none!important;background:0 0!important;border:1px solid #0000!important;border-radius:0!important;place-items:center!important;padding:0!important;transition:color .16s,opacity .16s!important;display:grid!important;position:relative!important;transform:none!important}.lxhp-app .lxhp-topbar .lxhp-topbar-icon-only:hover{opacity:.78;box-shadow:none!important;background:0 0!important;border-color:#0000!important;transform:none!important}.lxhp-app .lxhp-topbar .lxhp-topbar-icon-only:active{opacity:.64;box-shadow:none!important;background:0 0!important;border-color:#0000!important;transform:none!important}.lxhp-app .lxhp-topbar .lxhp-topbar-icon-only:focus:not(:focus-visible){outline:none!important}.lxhp-app .lxhp-topbar .lxhp-topbar-icon-only:focus-visible{box-shadow:none!important;background:0 0!important;border-color:#0000!important;transform:none!important}@media (max-width:820px){.lxhp-app .lxhp-topbar .lxhp-topbar-icon-only{width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important}}.lxhp-app .lxhp-topbar .lxhp-topbar-icon-only,html[data-lxh-legacy-dark-disabled=true] .lxhp-app .lxhp-topbar .lxhp-topbar-icon-only{box-shadow:none!important;appearance:none!important;background:0 0!important;border:0 #0000!important;border-radius:0!important}.lxhp-app .lxhp-topbar .lxhp-topbar-icon-only:hover,.lxhp-app .lxhp-topbar .lxhp-topbar-icon-only:active,html[data-lxh-legacy-dark-disabled=true] .lxhp-app .lxhp-topbar .lxhp-topbar-icon-only:hover,html[data-lxh-legacy-dark-disabled=true] .lxhp-app .lxhp-topbar .lxhp-topbar-icon-only:active{box-shadow:none!important;background:0 0!important;border:0!important}.lxhp-app .lxhp-topbar .lxhp-topbar-icon-only:focus:not(:focus-visible),html[data-lxh-legacy-dark-disabled=true] .lxhp-app .lxhp-topbar .lxhp-topbar-icon-only:focus:not(:focus-visible){box-shadow:none!important;background:0 0!important;border:0!important;outline:none!important}.lxhp-app .lxhp-topbar .lxhp-topbar-icon-only:focus-visible,html[data-lxh-legacy-dark-disabled=true] .lxhp-app .lxhp-topbar .lxhp-topbar-icon-only:focus-visible{box-shadow:none!important;background:0 0!important;border:0!important}.lxhp-role-seller .lxhp-page-heading--without-session .lxhp-page-heading__main,.lxhp-role-buyer .lxhp-page-heading--without-session .lxhp-page-heading__main{grid-template-columns:minmax(0,1fr) auto!important}.lxhp-role-seller .lxhp-page-heading--without-session .lxhp-page-heading__actions,.lxhp-role-buyer .lxhp-page-heading--without-session .lxhp-page-heading__actions{grid-column:2!important;justify-self:end!important;align-items:flex-end!important}@media (max-width:820px){.lxhp-role-seller .lxhp-page-heading--without-session .lxhp-page-heading__main,.lxhp-role-buyer .lxhp-page-heading--without-session .lxhp-page-heading__main{grid-template-columns:1fr!important}.lxhp-role-seller .lxhp-page-heading--without-session .lxhp-page-heading__actions,.lxhp-role-buyer .lxhp-page-heading--without-session .lxhp-page-heading__actions{grid-column:1!important;justify-content:flex-end!important;align-items:center!important;width:100%!important}}html[data-lxh-color-mode=light] .lxhp-app{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--lxh-radius-ui:5px;--lxh-radius-sidebar-shell:0px;--lxh-radius-circle:50%;--lxhp-bg:#fff;--lxhp-panel:#fff;--lxhp-panel-2:#fff;--lxhp-panel-3:#fff;--lxhp-text:#111827;--lxhp-muted:#64748b;--lxhp-subtle:#8291a3;--lxhp-line:#d9e2ec;--lxhp-line-strong:#c7d2e0;--lxhp-divider:#e2e8f0;--lxhp-hover-border:#b8c7d9;--lxhp-focus:#3b82f6;--lxhp-sidebar:#fff;--lxhp-sidebar-2:#fff;--lxhp-sidebar-text:#475569;--lxhp-topbar-surface:#f8fafc;--lxhp-topbar-border:#dce3ec;--lxhp-elevated:#fff;--lxhp-success:#16a66a;--lxhp-warning:#d28a18;--lxhp-danger:#d94b5b;--lxhp-info:#2563eb;--lxhp-shadow:none;--lxhp-shadow-lg:0 10px 32px #0f172a1a;--lxhp-radius:var(--lxh-radius-ui)}html[data-lxh-color-mode=dark] .lxhp-app{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--lxh-radius-ui:5px;--lxh-radius-sidebar-shell:0px;--lxh-radius-circle:50%;--lxhp-bg:#070b14;--lxhp-panel:#0d1421;--lxhp-panel-2:#111b2a;--lxhp-panel-3:#162235;--lxhp-text:#f1f5f9;--lxhp-muted:#cbd5e1;--lxhp-subtle:#94a3b8;--lxhp-line:#263449;--lxhp-line-strong:#34445c;--lxhp-divider:#263449;--lxhp-hover-border:#456078;--lxhp-focus:#93c5fd;--lxhp-sidebar:#080f1c;--lxhp-sidebar-2:#080f1c;--lxhp-sidebar-text:#cbd5e1;--lxhp-topbar-surface:#0b1220;--lxhp-topbar-border:#263449;--lxhp-elevated:#162235;--lxhp-success:#34d399;--lxhp-warning:#fbbf24;--lxhp-danger:#fb7185;--lxhp-info:#38bdf8;--lxhp-shadow:none;--lxhp-shadow-lg:0 10px 32px #00000047;--lxhp-radius:var(--lxh-radius-ui)}html[data-lxh-color-mode] .lxhp-app,html[data-lxh-color-mode] .lxhp-main,html[data-lxh-color-mode] .lxhp-content{background:var(--lxhp-bg)!important;color:var(--lxhp-text)!important}html[data-lxh-color-mode] .lxhp-topbar{background:var(--lxhp-topbar-surface)!important;border-bottom:1px solid var(--lxhp-topbar-border)!important;box-shadow:none!important}html[data-lxh-color-mode=light] .lxhp-content :where(.lxhp-page-heading,.lxhp-panel,.lxhp-card,.lxhp-kpi,.lxhp-live-data-stack>section,.lxhp-live-resource-form,.lxhp-table-wrap,.lxhp-popover,.lxhp-modal,.lxhp-settings-card,.lxhpc-workspace,.lxhpc-panel){background:#fff!important}html[data-lxh-color-mode=dark] .lxhp-content :where(.lxhp-page-heading,.lxhp-panel,.lxhp-card,.lxhp-kpi,.lxhp-live-data-stack>section,.lxhp-live-resource-form,.lxhp-table-wrap,.lxhp-popover,.lxhp-modal,.lxhp-settings-card,.lxhpc-workspace,.lxhpc-panel){background:var(--lxhp-panel)!important;color:var(--lxhp-text)!important}html[data-lxh-color-mode] .lxhp-app :where(.lxhp-page-heading,.lxhp-panel,.lxhp-card,.lxhp-kpi,.lxhp-live-data-stack>section,.lxhp-live-resource-form,.lxhp-table-wrap,.lxhp-popover,.lxhp-modal,.lxhp-settings-card,.lxhpc-workspace,.lxhpc-panel,.lxhp-empty,.lxhp-error-state,.lxhp-loading-state,.lxhp-stripe-readiness){border:1px solid var(--lxhp-line)!important;box-shadow:none!important}html[data-lxh-color-mode] .lxhp-app :where(.lxhp-panel,.lxhp-card,.lxhp-kpi,.lxhp-page-heading):hover{box-shadow:none!important;transform:none!important}html[data-lxh-color-mode] .lxhp-app :where(.lxhp-nav-group__toggle,.lxhp-nav__item,.lxhp-role-chip,.lxhp-demo-mini,.lxhp-sidebar-signout,.lxhp-sidebar-angle-toggle,.lxhp-search-trigger,.lxhp-icon-btn,.lxhp-profile,.lxhp-popover,.lxhp-page-heading,.lxhp-page-heading__icon,.lxhp-heading-status,.lxhp-workspace-guide,.lxhp-kpi,.lxhp-kpi__icon,.lxhp-panel,.lxhp-card,.lxhp-panel-glyph,.lxhp-live-data-stack>section,.lxhp-live-resource-form,.lxhp-table-wrap,.lxhp-empty,.lxhp-error-state,.lxhp-loading-state,.lxhp-btn,button,input:not([type=checkbox]):not([type=radio]),select,textarea,.lxhp-status-pill,.lxhp-quality-label,.lxhp-tier-pill,.lxhp-approval-banner,.lxhp-stripe-readiness,.lxhp-modal,.lxhp-modal__card,.lxhp-tooltip,.lxhpc-workspace,.lxhpc-panel){border-radius:var(--lxh-radius-ui)!important}html[data-lxh-color-mode] .lxhp-sidebar{border-radius:var(--lxh-radius-sidebar-shell)!important;background:var(--lxhp-sidebar)!important;color:var(--lxhp-sidebar-text)!important;border-right:1px solid var(--lxhp-line)!important;box-shadow:none!important}html[data-lxh-color-mode] .lxhp-app :where(.lxhp-avatar,.lxhp-status-dot,.is-live,.is-preview,.is-degraded,.lxhp-chat-spinner,input[type=radio]){border-radius:var(--lxh-radius-circle)!important}html[data-lxh-color-mode] .lxhp-role-seller{--lxhp-role-accent:#60a5fa}html[data-lxh-color-mode] .lxhp-role-buyer{--lxhp-role-accent:#a78bfa}html[data-lxh-color-mode] .lxhp-role-owner{--lxhp-role-accent:#2dd4bf}html[data-lxh-color-mode] .lxhp-nav-group__toggle{transition:background-color .16s,color .16s,border-color .16s!important}html[data-lxh-color-mode] .lxhp-nav-group__toggle:hover{background:color-mix(in srgb,var(--lxhp-role-accent) 7%,var(--lxhp-sidebar))!important;color:var(--lxhp-text)!important;transform:none!important}html[data-lxh-color-mode] .lxhp-nav-group.is-active>.lxhp-nav-group__toggle,html[data-lxh-color-mode] .lxhp-nav-group.is-open>.lxhp-nav-group__toggle{background:color-mix(in srgb,var(--lxhp-role-accent) 10%,var(--lxhp-sidebar))!important;color:var(--lxhp-text)!important;font-weight:600!important}html[data-lxh-color-mode] .lxhp-nav-group.is-active .lxhp-nav-group__glyph{color:var(--lxhp-role-accent)!important}html[data-lxh-color-mode] .lxhp-nav--grouped .lxhp-nav__item{transition:background-color .16s,color .16s,border-color .16s!important}html[data-lxh-color-mode] .lxhp-nav--grouped .lxhp-nav__item:hover{background:color-mix(in srgb,var(--lxhp-role-accent) 8%,var(--lxhp-sidebar))!important;color:var(--lxhp-text)!important;transform:none!important}html[data-lxh-color-mode] .lxhp-nav--grouped .lxhp-nav__item.is-active{background:color-mix(in srgb,var(--lxhp-role-accent) 14%,var(--lxhp-sidebar))!important;color:var(--lxhp-role-accent)!important;border-left-color:var(--lxhp-role-accent)!important;font-weight:600!important}html[data-lxh-color-mode] .lxhp-app :where(a,button,input,select,textarea,summary,[tabindex]):focus-visible{outline:2px solid var(--lxhp-focus)!important;outline-offset:2px!important;box-shadow:none!important}.lxhp-app .lxh-semantic-icon{fill:none;stroke:currentColor;stroke-width:1.75px;stroke-linecap:round;stroke-linejoin:round;flex:none;max-width:none;display:block}html[data-lxh-color-mode] .lxhp-mobile-menu{color:#2563eb!important}html[data-lxh-color-mode=dark] .lxhp-mobile-menu{color:#60a5fa!important}html[data-lxh-color-mode] .lxhp-topbar-mode-toggle,html[data-lxh-color-mode] .lxhp-topbar-chat{justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;min-height:44px;display:inline-flex;position:relative;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:5px!important;padding:0!important;transition:background-color .16s,color .16s,opacity .16s!important}html[data-lxh-color-mode] .lxhp-topbar-mode-toggle:hover,html[data-lxh-color-mode] .lxhp-topbar-chat:hover{background:color-mix(in srgb,var(--lxhp-role-accent) 8%,transparent)!important;transform:none!important}html[data-lxh-color-mode=light] .lxhp-topbar-mode-toggle{color:#f59e0b!important}html[data-lxh-color-mode=dark] .lxhp-topbar-mode-toggle{color:#8b5cf6!important}html[data-lxh-color-mode] .lxhp-topbar-chat{color:var(--lxhp-role-accent)!important}.lxhp-topbar-chat__badge{color:#fff;border:2px solid var(--lxhp-topbar-surface);background:#dc2626;justify-content:center;align-items:center;min-width:17px;height:17px;padding:0 4px;font-size:10px;font-weight:700;line-height:1;display:flex;position:absolute;top:2px;right:2px;border-radius:9px!important}html[data-lxh-color-mode=dark] .lxhp-sidebar__identity:hover{background:#111b2a!important}html[data-lxh-color-mode=dark] .lxhp-logo-plate{background:#f8fafc!important;border-color:#34445c!important}html[data-lxh-color-mode=dark] .lxhp-search-trigger,html[data-lxh-color-mode=dark] .lxhp-profile,html[data-lxh-color-mode=dark] .lxhp-icon-btn{color:#cbd5e1!important;box-shadow:none!important;background:0 0!important;border-color:#34445c!important}html[data-lxh-color-mode=dark] .lxhp-search-trigger{background:#111b2a!important;border:1px solid #34445c!important}html[data-lxh-color-mode=dark] .lxhp-search-trigger:hover,html[data-lxh-color-mode=dark] .lxhp-profile:hover,html[data-lxh-color-mode=dark] .lxhp-icon-btn:hover{color:#f1f5f9!important;background:#162235!important;transform:none!important}html[data-lxh-color-mode=dark] .lxhp-app :where(input:not([type=checkbox]):not([type=radio]),select,textarea){color:#f1f5f9!important;box-shadow:none!important;background:#111b2a!important;border:1px solid #34445c!important}html[data-lxh-color-mode=dark] .lxhp-app :where(input,textarea)::placeholder{color:#718096!important}html[data-lxh-color-mode=dark] .lxhp-app :where(input:not([type=checkbox]):not([type=radio]),select,textarea):focus{border-color:#60a5fa!important;box-shadow:0 0 0 2px #60a5fa2e!important}html[data-lxh-color-mode=dark] .lxhp-popover{color:#f1f5f9!important;box-shadow:var(--lxhp-shadow-lg)!important;background:#111b2a!important;border-color:#34445c!important}html[data-lxh-color-mode=dark] .lxhp-btn--primary{color:#fff!important;background:#3b82f6!important;border-color:#3b82f6!important}html[data-lxh-color-mode=dark] .lxhp-btn--primary:hover{background:#60a5fa!important;border-color:#60a5fa!important}html[data-lxh-color-mode=dark] .lxhp-btn--secondary{color:#f1f5f9!important;background:#111b2a!important;border-color:#34445c!important}html[data-lxh-color-mode=dark] .lxhp-btn--tertiary{color:#cbd5e1!important;background:0 0!important;border-color:#0000!important}html[data-lxh-color-mode=dark] .lxhp-btn--danger{color:#fb7185!important;background:#3a1520!important;border-color:#7f1d35!important}html[data-lxh-color-mode=light] .lxhp-main,html[data-lxh-color-mode=light] .lxhp-content,html[data-lxh-color-mode=light] .lxhp-content>*,html[data-lxh-color-mode=light] .lxhp-content .lxhp-workspace{--lxhp-bg:#fff}html[data-lxh-color-mode=light] .lxhp-table{background:#fff!important}html[data-lxh-color-mode=light] .lxhp-table th{color:#475569!important;background:#fff!important;border-color:#e2e8f0!important}html[data-lxh-color-mode=light] .lxhp-table td{color:#1f2937!important;background:#fff!important;border-color:#e2e8f0!important}html[data-lxh-color-mode=light] .lxhp-table tbody tr:hover td{background:#f8fafc!important}html[data-lxh-color-mode=light] .lxhp-app :where(input:not([type=checkbox]):not([type=radio]),select,textarea){color:#111827!important;background:#fff!important;border-color:#d9e2ec!important;border-radius:5px!important}html[data-lxh-color-mode=light] .lxhp-app :where(input:not([type=checkbox]):not([type=radio]),select,textarea):focus{border-color:#3b82f6!important;box-shadow:0 0 0 2px #3b82f624!important}html[data-lxh-color-mode] .lxhp-app{font-size:15px;line-height:23px;font-family:var(--lxh-open-sans),"Open Sans","Segoe UI",Arial,sans-serif!important}html[data-lxh-color-mode] .lxhp-content .lxhp-page-heading h1{letter-spacing:-.02em!important;font-size:30px!important;font-weight:700!important;line-height:38px!important}html[data-lxh-color-mode] .lxhp-content h2{font-size:20px!important;font-weight:700!important;line-height:28px!important}html[data-lxh-color-mode] .lxhp-content h3{font-size:16px!important;font-weight:600!important;line-height:24px!important}html[data-lxh-color-mode] .lxhp-content :where(p,li,td,input,select,textarea){font-size:15px!important;line-height:23px!important}html[data-lxh-color-mode] .lxhp-content :where(label,.lxhp-btn,button){font-size:13px!important;font-weight:600!important;line-height:18px!important}html[data-lxh-color-mode] .lxhp-table :where(td){font-size:14px!important;line-height:20px!important}html[data-lxh-color-mode] .lxhp-table th{font-size:13px!important;font-weight:600!important;line-height:18px!important}.lxhp-chat-overlay,.lxhp-chat-modal-overlay{z-index:1300;background:#0f172a38;justify-content:flex-end;align-items:stretch;display:flex;position:fixed;inset:0}.lxhp-chat-drawer{background:var(--lxhp-panel);border-left:1px solid var(--lxhp-line);width:min(420px,100vw);height:100dvh;box-shadow:var(--lxhp-shadow-lg);color:var(--lxhp-text);flex-direction:column;display:flex}.lxhp-chat-drawer__head{border-bottom:1px solid var(--lxhp-line);background:var(--lxhp-topbar-surface);justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.lxhp-chat-drawer__head h2{margin:2px 0 0;font-size:18px;line-height:24px}.lxhp-chat-drawer__actions{align-items:center;gap:6px;display:flex}.lxhp-chat-drawer__body{flex:1;min-height:0;overflow:hidden}.lxhp-chat-shell{border:1px solid var(--lxhp-line);background:var(--lxhp-panel);border-radius:5px;grid-template-columns:minmax(280px,340px) minmax(0,1fr);min-height:650px;display:grid;overflow:hidden}.lxhp-chat-shell.is-compact{border:0;border-radius:0;height:100%;min-height:0;display:block}.lxhp-chat-shell.is-compact .lxhp-chat-list,.lxhp-chat-shell.is-compact .lxhp-chat-thread-wrap{height:100%}.lxhp-chat-shell.is-compact .lxhp-chat-list.is-thread-open{display:none}.lxhp-chat-shell.is-compact .lxhp-chat-back{display:inline-flex}.lxhp-chat-list{border-right:1px solid var(--lxhp-line);background:var(--lxhp-panel);flex-direction:column;min-width:0;display:flex}.lxhp-chat-list__toolbar{border-bottom:1px solid var(--lxhp-line);background:var(--lxhp-panel);gap:8px;padding:12px;display:grid}.lxhp-chat-search{border:1px solid var(--lxhp-line);background:var(--lxhp-panel);border-radius:5px;align-items:center;gap:8px;padding:0 10px;display:flex}.lxhp-chat-search:focus-within{border-color:var(--lxhp-focus);box-shadow:0 0 0 2px color-mix(in srgb,var(--lxhp-focus) 16%,transparent)}.lxhp-chat-search input{box-shadow:none!important;background:0 0!important;border:0!important;flex:1!important;min-height:40px!important;padding:0!important}.lxhp-chat-list__items{flex:1;min-height:0;overflow:auto}.lxhp-chat-list-item{text-align:left;border:0;border-bottom:1px solid var(--lxhp-divider);width:100%;color:var(--lxhp-text);background:0 0;gap:5px;padding:12px;display:grid;border-radius:0!important}.lxhp-chat-list-item:hover{background:color-mix(in srgb,var(--lxhp-role-accent) 6%,var(--lxhp-panel))}.lxhp-chat-list-item.is-active{background:color-mix(in srgb,var(--lxhp-role-accent) 12%,var(--lxhp-panel));box-shadow:inset 3px 0 var(--lxhp-role-accent)}.lxhp-chat-list-item__top,.lxhp-chat-list-item__meta,.lxhp-chat-list-item__preview{align-items:center;gap:7px;min-width:0;display:flex}.lxhp-chat-list-item__top strong,.lxhp-chat-list-item__preview span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.lxhp-chat-list-item__top time{color:var(--lxhp-subtle);white-space:nowrap;margin-left:auto;font-size:11px}.lxhp-chat-list-item__meta{color:var(--lxhp-muted);font-size:12px}.lxhp-chat-list-item__preview{color:var(--lxhp-muted);font-size:13px}.lxhp-chat-list-item__preview b{background:var(--lxhp-role-accent);color:#07111f;place-items:center;min-width:19px;height:19px;margin-left:auto;padding:0 5px;font-size:10px;display:grid;border-radius:10px!important}.lxhp-chat-role,.lxhp-chat-status,.lxhp-chat-priority{border:1px solid var(--lxhp-line);white-space:nowrap;background:var(--lxhp-panel-2);min-height:22px;color:var(--lxhp-muted);border-radius:5px;align-items:center;padding:2px 6px;font-size:11px;font-weight:700;display:inline-flex}.lxhp-chat-priority.is-high,.lxhp-chat-priority.is-urgent{color:var(--lxhp-danger);border-color:color-mix(in srgb,var(--lxhp-danger) 45%,var(--lxhp-line));background:color-mix(in srgb,var(--lxhp-danger) 8%,var(--lxhp-panel))}.lxhp-chat-status.is-resolved{color:var(--lxhp-success)}.lxhp-chat-status.is-waiting_for_admin,.lxhp-chat-status.is-waiting_for_customer{color:var(--lxhp-warning)}.lxhp-chat-thread-wrap{background:var(--lxhp-panel);min-width:0}.lxhp-chat-thread{background:var(--lxhp-panel);grid-template-rows:auto auto minmax(280px,1fr) auto auto;height:100%;min-height:650px;display:grid}.lxhp-chat-shell.is-compact .lxhp-chat-thread{height:100%;min-height:0}.lxhp-chat-thread__head{border-bottom:1px solid var(--lxhp-line);background:var(--lxhp-panel);align-items:center;gap:10px;padding:12px 14px;display:flex}.lxhp-chat-thread__identity{gap:2px;min-width:0;display:grid}.lxhp-chat-thread__identity strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.lxhp-chat-thread__identity span{color:var(--lxhp-muted);font-size:12px}.lxhp-chat-thread__badges{flex-wrap:wrap;justify-content:flex-end;gap:5px;margin-left:auto;display:flex}.lxhp-chat-back{display:none}.lxhp-chat-adminbar{border-bottom:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);grid-template-columns:1.2fr .7fr 1fr auto;align-items:end;gap:8px;padding:10px 12px;display:grid}.lxhp-chat-adminbar label{color:var(--lxhp-muted);gap:4px;display:grid;font-size:11px!important}.lxhp-chat-adminbar select{min-height:36px!important}.lxhp-chat-adminbar code{color:var(--lxhp-muted);text-overflow:ellipsis;align-self:center;max-width:130px;font-size:10px;overflow:hidden}.lxhp-chat-messages{background:var(--lxhp-panel);flex-direction:column;gap:10px;min-height:0;padding:16px;display:flex;overflow:auto}.lxhp-chat-message{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);overflow-wrap:anywhere;border-radius:5px;align-self:flex-start;max-width:min(78%,720px);padding:10px 12px}.lxhp-chat-message.is-own{background:color-mix(in srgb,var(--lxhp-role-accent) 10%,var(--lxhp-panel));border-color:color-mix(in srgb,var(--lxhp-role-accent) 40%,var(--lxhp-line));align-self:flex-end}.lxhp-chat-message.is-failed{border-color:var(--lxhp-danger)}.lxhp-chat-message__meta{color:var(--lxhp-muted);align-items:center;gap:6px;margin-bottom:4px;font-size:11px;display:flex}.lxhp-chat-message__meta time{margin-left:auto}.lxhp-chat-message p{white-space:pre-wrap;margin:0;color:var(--lxhp-text)!important}.lxhp-chat-delivery{text-align:right;color:var(--lxhp-muted);margin-top:5px;font-size:10px}.lxhp-chat-attachments{gap:5px;margin-top:8px;display:grid}.lxhp-chat-attachments a{border:1px solid var(--lxhp-line);background:var(--lxhp-panel);border-radius:5px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:6px;padding:6px 8px;font-size:12px;display:grid}.lxhp-chat-attachments a span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.lxhp-chat-attachments small{color:var(--lxhp-muted)}.lxhp-chat-typing{color:var(--lxhp-muted);align-self:flex-start;padding:4px 8px;font-size:12px}.lxhp-chat-load-older{align-self:center}.lxhp-chat-inline-error{border:1px solid color-mix(in srgb,var(--lxhp-danger) 50%,var(--lxhp-line));background:color-mix(in srgb,var(--lxhp-danger) 7%,var(--lxhp-panel));color:var(--lxhp-danger);border-radius:5px;justify-content:space-between;align-items:center;gap:8px;margin:8px 12px 0;padding:8px 10px;font-size:12px;display:flex}.lxhp-chat-inline-error button{color:inherit;background:0 0;border:0;padding:2px}.lxhp-chat-composer{border-top:1px solid var(--lxhp-line);background:var(--lxhp-panel);padding:10px 12px}.lxhp-chat-composer textarea{resize:vertical;width:100%;max-height:180px}.lxhp-chat-composer__actions{align-items:center;gap:8px;margin-top:7px;display:flex}.lxhp-chat-composer__actions small{color:var(--lxhp-muted);margin-left:auto}.lxhp-chat-file-row{flex-wrap:wrap;gap:5px;margin-bottom:6px;display:flex}.lxhp-chat-file-row>span{border:1px solid var(--lxhp-line);border-radius:5px;align-items:center;gap:4px;max-width:100%;padding:4px 6px;font-size:11px;display:inline-flex}.lxhp-chat-file-row button{color:var(--lxhp-muted);background:0 0;border:0;padding:0}.lxhp-chat-closed{border-top:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex}.lxhp-chat-state,.lxhp-empty{text-align:center;min-height:180px;color:var(--lxhp-muted);flex-direction:column;justify-content:center;align-items:center;gap:7px;padding:20px;display:flex}.lxhp-chat-state.is-error{color:var(--lxhp-danger)}.lxhp-chat-spinner{border:2px solid var(--lxhp-line);border-top-color:var(--lxhp-role-accent);width:24px;height:24px;animation:.8s linear infinite lxh-chat-spin}@keyframes lxh-chat-spin{to{transform:rotate(360deg)}}.lxhp-chat-modal-overlay{background:#0f172a5c;justify-content:center;align-items:center;padding:16px}.lxhp-chat-modal{background:var(--lxhp-panel);border:1px solid var(--lxhp-line);width:min(640px,100%);max-height:min(760px,100dvh - 32px);box-shadow:var(--lxhp-shadow-lg);border-radius:5px;overflow:auto}.lxhp-chat-modal__head,.lxhp-chat-modal__foot{border-bottom:1px solid var(--lxhp-line);background:var(--lxhp-panel);justify-content:space-between;align-items:center;gap:10px;padding:12px 14px;display:flex}.lxhp-chat-modal__head h3{margin:0}.lxhp-chat-modal__foot{border-top:1px solid var(--lxhp-line);border-bottom:0;justify-content:flex-end}.lxhp-chat-modal__body{gap:12px;padding:14px;display:grid}.lxhp-chat-modal__body label{gap:5px;display:grid}.lxhp-chat-modal__grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}html[data-lxh-color-mode=dark] .lxhp-chat-overlay,html[data-lxh-color-mode=dark] .lxhp-chat-modal-overlay{background:#0206179e}@media (max-width:1024px){.lxhp-chat-shell{grid-template-columns:300px minmax(0,1fr)}.lxhp-chat-adminbar{grid-template-columns:1fr 1fr}.lxhp-chat-adminbar code{display:none}}@media (max-width:768px){html[data-lxh-color-mode] .lxhp-content .lxhp-page-heading h1{font-size:24px!important;line-height:32px!important}.lxhp-chat-drawer{border-left:0;width:100vw;height:100dvh}.lxhp-chat-drawer__actions .lxhp-btn{display:none}.lxhp-chat-shell:not(.is-compact){min-height:calc(100dvh - 150px);display:block}.lxhp-chat-shell:not(.is-compact) .lxhp-chat-list{height:calc(100dvh - 150px)}.lxhp-chat-shell:not(.is-compact) .lxhp-chat-list.is-thread-open{display:none}.lxhp-chat-thread-wrap{height:100%}.lxhp-chat-thread{min-height:calc(100dvh - 150px)}.lxhp-chat-back{display:inline-flex}.lxhp-chat-message{max-width:90%}.lxhp-chat-adminbar,.lxhp-chat-modal__grid{grid-template-columns:1fr}}@media (max-width:430px){.lxhp-chat-drawer__head{padding:10px 12px}.lxhp-chat-list__toolbar,.lxhp-chat-thread__head{padding:10px}.lxhp-chat-thread__badges .lxhp-chat-role{display:none}.lxhp-chat-messages{padding:12px 10px}.lxhp-chat-composer{z-index:2;padding:8px 10px;position:sticky;bottom:0}.lxhp-chat-composer__actions{flex-wrap:wrap}.lxhp-chat-composer__actions small{order:3;width:100%;margin:0}}@media (prefers-reduced-motion:reduce){.lxhp-app *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.lxhp-chat-adminbar__ids{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:5px;min-width:0;display:flex}.lxhp-chat-adminbar__ids>span{text-overflow:ellipsis;white-space:nowrap;text-align:right;width:100%;color:var(--lxhp-muted);font-size:11px;overflow:hidden}.lxhp-chat-adminbar__ids .lxhp-btn{min-height:32px!important;padding:5px 7px!important;font-size:11px!important}.lxhp-chat-audit{border-bottom:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);gap:4px;max-height:180px;padding:8px 12px;display:grid;overflow:auto}.lxhp-chat-audit>div{border:1px solid var(--lxhp-line);background:var(--lxhp-panel);border-radius:5px;justify-content:space-between;align-items:center;gap:10px;padding:6px 8px;display:flex}.lxhp-chat-audit strong{font-size:11px}.lxhp-chat-audit span{color:var(--lxhp-muted);font-size:11px}.lxh-otp-panel{border:1px solid var(--lxhp-line,#d9e2ec);background:var(--lxhp-panel,#fff);color:var(--lxhp-text,#191b20);border-radius:5px;gap:12px;padding:14px;display:grid}.lxh-otp-panel__head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.lxh-otp-panel__head>div{gap:2px;display:grid}.lxh-otp-panel__head strong{font-size:14px}.lxh-otp-panel__head small{color:var(--lxhp-muted,#64748b);font-size:12px}.lxh-otp-delivery,.lxh-verify-status{border:1px solid var(--lxhp-line,#d9e2ec);white-space:nowrap;border-radius:5px;align-items:center;min-height:24px;padding:2px 7px;font-size:11px;font-weight:700;display:inline-flex}.lxh-otp-delivery.is-delivered,.lxh-verify-status.is-success{color:var(--lxhp-success,#15803d);border-color:color-mix(in srgb,var(--lxhp-success,#15803d) 40%,var(--lxhp-line,#d9e2ec));background:color-mix(in srgb,var(--lxhp-success,#15803d) 7%,var(--lxhp-panel,#fff))}.lxh-otp-delivery.is-failed,.lxh-verify-status.is-danger{color:var(--lxhp-danger,#dc2626);border-color:color-mix(in srgb,var(--lxhp-danger,#dc2626) 40%,var(--lxhp-line,#d9e2ec));background:color-mix(in srgb,var(--lxhp-danger,#dc2626) 7%,var(--lxhp-panel,#fff))}.lxh-otp-delivery.is-queued,.lxh-otp-delivery.is-submitted,.lxh-otp-delivery.is-sent,.lxh-verify-status.is-warning{color:var(--lxhp-warning,#b45309);background:color-mix(in srgb,var(--lxhp-warning,#b45309) 7%,var(--lxhp-panel,#fff))}.lxh-verify-status.is-muted{color:var(--lxhp-muted,#64748b)}.lxh-otp-digits{grid-template-columns:repeat(6,minmax(42px,52px));justify-content:start;gap:8px;display:grid}.lxh-otp-digits input{text-align:center!important;border:1px solid var(--lxhp-line,#d9e2ec)!important;background:var(--lxhp-panel,#fff)!important;width:100%!important;height:52px!important;min-height:52px!important;color:var(--lxhp-text,#191b20)!important;border-radius:5px!important;padding:0!important;font-size:22px!important;font-weight:700!important;line-height:1!important}.lxh-otp-digits input:focus-visible{outline-offset:1px;outline:2px solid var(--lxhp-focus,#3b82f6)!important;border-color:var(--lxhp-focus,#3b82f6)!important}.lxh-otp-panel__actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.lxh-otp-panel__actions>small{color:var(--lxhp-muted,#64748b);margin-left:auto}.lxh-verify-admin{gap:16px;display:grid}.lxh-verify-alert{border:1px solid var(--lxhp-line);background:var(--lxhp-panel);border-radius:5px;align-items:center;gap:9px;padding:10px 12px;font-size:13px;display:flex}.lxh-verify-alert span{flex:1}.lxh-verify-alert.is-error{border-color:color-mix(in srgb,var(--lxhp-danger) 45%,var(--lxhp-line));color:var(--lxhp-danger)}.lxh-verify-alert.is-success{border-color:color-mix(in srgb,var(--lxhp-success) 45%,var(--lxhp-line));color:var(--lxhp-success)}.lxh-verify-kpis{padding:16px}.lxh-provider-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:16px;display:grid}.lxh-provider-card{border:1px solid var(--lxhp-line);background:var(--lxhp-panel);border-radius:5px;gap:12px;padding:14px;display:grid}.lxh-provider-card__head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.lxh-provider-card h3{margin:0}.lxh-provider-card p{color:var(--lxhp-muted);margin:3px 0 0;font-size:12px}.lxh-provider-status{border:1px solid var(--lxhp-line);border-radius:5px;align-items:center;gap:6px;padding:4px 7px;font-size:11px;font-weight:700;display:inline-flex}.lxh-provider-status i{background:currentColor;border-radius:50%;width:8px;height:8px}.lxh-provider-status.is-operational{color:var(--lxhp-success)}.lxh-provider-status.is-unavailable{color:var(--lxhp-warning)}.lxh-provider-details{gap:0;margin:0;display:grid}.lxh-provider-details>div{border-top:1px solid var(--lxhp-divider);grid-template-columns:minmax(120px,.7fr) 1.3fr;gap:10px;padding:8px 0;display:grid}.lxh-provider-details dt{color:var(--lxhp-muted);font-size:12px}.lxh-provider-details dd{margin:0;font-size:13px;font-weight:600}.lxh-provider-card__actions{flex-wrap:wrap;gap:8px;display:flex}.lxh-verify-settings{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:16px;display:grid}.lxh-verify-settings>label:not(.lxh-verify-toggle){gap:5px;display:grid}.lxh-verify-settings label>span{font-size:13px;font-weight:600}.lxh-verify-settings label>small{color:var(--lxhp-muted);font-size:11px}.lxh-verify-toggle{border:1px solid var(--lxhp-line);border-radius:5px;align-items:center;gap:8px;min-height:44px;padding:8px 10px;display:flex}.lxh-verify-toggle input{width:18px;height:18px;accent-color:var(--lxhp-primary)}.lxh-verify-settings__actions{grid-column:1/-1;justify-content:flex-end;padding-top:4px;display:flex}.lxh-verify-admin .lxhp-table-wrap{margin:0 16px 16px}.lxh-verify-admin code{overflow-wrap:anywhere;font-size:11px}.lxh-test-overlay{z-index:10050;background:#0f172a61;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.lxh-test-dialog{border:1px solid var(--lxhp-line);background:var(--lxhp-panel);width:min(520px,100%);color:var(--lxhp-text);box-shadow:var(--lxhp-shadow-lg);border-radius:5px;gap:14px;padding:16px;display:grid}.lxh-test-dialog__head{justify-content:space-between;align-items:center;gap:10px;display:flex}.lxh-test-dialog__head h3{margin:0}.lxh-test-dialog label{gap:6px;display:grid}.lxh-test-dialog label span{font-size:13px;font-weight:600}.lxh-test-dialog p{color:var(--lxhp-muted);margin:0;font-size:12px}.lxh-test-dialog__actions{justify-content:flex-end;gap:8px;display:flex}@media (max-width:900px){.lxh-provider-grid{grid-template-columns:1fr}.lxh-verify-settings{grid-template-columns:repeat(2,minmax(0,1fr))}.lxh-otp-panel__actions>small{width:100%;margin-left:0}}@media (max-width:520px){.lxh-otp-panel__head{display:grid}.lxh-otp-digits{grid-template-columns:repeat(6,minmax(0,1fr));gap:5px}.lxh-otp-digits input{height:46px!important;min-height:46px!important;font-size:20px!important}.lxh-verify-settings{grid-template-columns:1fr}.lxh-provider-grid,.lxh-verify-kpis,.lxh-verify-settings{padding:12px}.lxh-verify-admin .lxhp-table-wrap{margin:0 12px 12px}.lxh-provider-card__head{display:grid}.lxh-provider-details>div{grid-template-columns:1fr}.lxh-otp-panel__actions{flex-direction:column;align-items:stretch}.lxh-otp-panel__actions button{width:100%}}html[data-lxh-color-mode] .lxhp-app{--lxhp-shell-gap:16px;--lxhp-section-gap:16px;--lxhp-card-gap:14px;--lxhp-sidebar-width:232px!important;--lxhp-topbar:62px!important}html[data-lxh-color-mode] .lxhp-main{min-width:0!important}html[data-lxh-color-mode] .lxhp-content{gap:16px!important;width:auto!important;min-width:0!important;max-width:none!important;margin:16px!important;padding:0!important;overflow-x:clip!important}html[data-lxh-color-mode] .lxhp-sidebar{box-sizing:border-box!important;width:232px!important;min-width:232px!important;max-width:232px!important}html[data-lxh-color-mode] .lxhp-sidebar__brand{z-index:3!important;padding:10px 9px 8px!important;position:sticky!important;top:0!important}html[data-lxh-color-mode] .lxhp-sidebar__identity{padding:0!important}html[data-lxh-color-mode] .lxhp-sidebar__identity--stacked .lxhp-logo-plate{box-sizing:border-box!important;height:46px!important;padding:7px 10px!important}html[data-lxh-color-mode] .lxhp-sidebar__identity--stacked .lxhp-logo-plate img{max-height:32px!important}html[data-lxh-color-mode] .lxhp-role-chip{letter-spacing:.02em!important;text-transform:none!important;box-sizing:border-box!important;justify-content:center!important;width:100%!important;min-height:34px!important;margin-top:7px!important;padding:7px 10px!important;font-size:12px!important;line-height:18px!important}html[data-lxh-color-mode] .lxhp-nav{padding:9px 8px 14px!important}html[data-lxh-color-mode] .lxhp-nav-group{margin:0 0 4px!important}html[data-lxh-color-mode] .lxhp-nav-group__toggle{box-sizing:border-box!important;gap:10px!important;min-height:46px!important;padding:10px 12px!important;font-size:14px!important;font-weight:500!important;line-height:20px!important;transform:none!important}html[data-lxh-color-mode] .lxhp-nav-group.is-open>.lxhp-nav-group__toggle,html[data-lxh-color-mode] .lxhp-nav-group.is-active>.lxhp-nav-group__toggle{font-weight:600!important}html[data-lxh-color-mode] .lxhp-nav-group__label{gap:10px!important}html[data-lxh-color-mode] .lxhp-nav-group__label>span:last-child{font-size:14px!important;line-height:20px!important;font-weight:inherit!important}html[data-lxh-color-mode] .lxhp-nav-group__glyph{width:24px!important;height:24px!important;box-shadow:none!important;flex-basis:24px!important}html[data-lxh-color-mode] .lxhp-nav-group__glyph svg{stroke-width:1.8px!important;width:18px!important;height:18px!important}html[data-lxh-color-mode] .lxhp-nav-group__chevron svg{width:14px!important;height:14px!important}html[data-lxh-color-mode] .lxhp-nav-group__items{padding:3px 0 6px 18px!important;position:relative!important}html[data-lxh-color-mode] .lxhp-nav-group__items:before{top:6px!important;bottom:8px!important;left:9px!important}html[data-lxh-color-mode] .lxhp-nav--grouped .lxhp-nav__item{box-sizing:border-box!important;grid-template-columns:24px minmax(0,1fr) auto!important;gap:8px!important;min-height:38px!important;margin:1px 0!important;padding:7px 10px!important;font-size:13px!important;font-weight:500!important;line-height:20px!important;transform:none!important}html[data-lxh-color-mode] .lxhp-nav--grouped .lxhp-nav__item.is-active{font-weight:600!important}html[data-lxh-color-mode] .lxhp-nav__icon{width:24px!important;height:24px!important}html[data-lxh-color-mode] .lxhp-nav__icon svg{stroke-width:1.8px!important;width:17px!important;height:17px!important}html[data-lxh-color-mode] .lxhp-nav__label{font-size:13px!important;line-height:20px!important;font-weight:inherit!important}html[data-lxh-color-mode] .lxhp-sidebar__footer{z-index:3!important;padding:9px!important;position:sticky!important;bottom:0!important}html[data-lxh-color-mode] .lxhp-demo-mini{padding:8px 9px!important}html[data-lxh-color-mode] .lxhp-demo-mini strong{font-size:13px!important;font-weight:600!important;line-height:18px!important}html[data-lxh-color-mode] .lxhp-demo-mini small{font-size:11px!important;line-height:16px!important}html[data-lxh-color-mode] .lxhp-back-site{margin-top:6px!important;padding:3px 1px!important;font-size:10px!important;line-height:16px!important}html[data-lxh-color-mode] .lxhp-sidebar-signout,html[data-lxh-color-mode] .lxhp-sidebar-angle-toggle{min-height:34px!important}html[data-lxh-color-mode] .lxhp-sidebar .lxhp-demo-mini,html[data-lxh-color-mode] .lxhp-live-resource-form .lxhp-btn--primary{border-radius:5px!important}html[data-lxh-color-mode] .lxhp-topbar{box-sizing:border-box!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;height:62px!important;min-height:62px!important;padding:0 16px!important}html[data-lxh-color-mode] .lxhp-topbar__left,html[data-lxh-color-mode] .lxhp-topbar__right{gap:8px!important;min-width:0!important}html[data-lxh-color-mode] .lxhp-page-id{gap:8px!important;overflow:hidden!important}html[data-lxh-color-mode] .lxhp-page-id__role,html[data-lxh-color-mode] .lxhp-page-id__group,html[data-lxh-color-mode] .lxhp-page-id__section,html[data-lxh-color-mode] .lxhp-page-id__separator{font-size:14px!important;line-height:20px!important}html[data-lxh-color-mode] .lxhp-page-id__role{font-weight:600!important}html[data-lxh-color-mode] .lxhp-page-id__group{font-weight:400!important}html[data-lxh-color-mode] .lxhp-page-id__section{font-weight:500!important}html[data-lxh-color-mode] .lxhp-search-trigger{box-sizing:border-box!important;height:38px!important;min-height:38px!important}html[data-lxh-color-mode] .lxhp-profile{box-sizing:border-box!important;min-height:40px!important;padding:4px 7px!important}html[data-lxh-color-mode] .lxhp-page-heading{box-sizing:border-box!important;min-height:0!important;margin:0!important;padding:16px 18px!important}html[data-lxh-color-mode] .lxhp-page-heading__main{gap:14px!important}html[data-lxh-color-mode] .lxhp-page-heading__identity{gap:12px!important;min-width:0!important}html[data-lxh-color-mode] .lxhp-page-heading__icon{flex-basis:46px!important;width:46px!important;height:46px!important}html[data-lxh-color-mode] .lxhp-page-heading__icon svg{stroke-width:1.8px!important;width:21px!important;height:21px!important}html[data-lxh-color-mode] .lxhp-content .lxhp-eyebrow{letter-spacing:.055em!important;font-size:11px!important;font-weight:600!important;line-height:16px!important}html[data-lxh-color-mode] .lxhp-content .lxhp-page-heading h1{letter-spacing:-.02em!important;margin:2px 0 3px!important;font-size:30px!important;font-weight:700!important;line-height:38px!important}html[data-lxh-color-mode] .lxhp-content .lxhp-page-heading p{margin:0!important;font-size:15px!important;font-weight:400!important;line-height:23px!important}html[data-lxh-color-mode] .lxhp-kpi-grid{gap:14px!important}html[data-lxh-color-mode] .lxhp-kpi{box-sizing:border-box!important;gap:12px!important;min-width:0!important;min-height:92px!important;padding:14px 15px!important}html[data-lxh-color-mode] .lxhp-kpi__icon{flex-basis:40px!important;width:40px!important;height:40px!important}html[data-lxh-color-mode] .lxhp-kpi__icon svg{stroke-width:1.8px!important;width:18px!important;height:18px!important}html[data-lxh-color-mode] .lxhp-kpi__copy>span{font-size:12px!important;font-weight:500!important;line-height:18px!important}html[data-lxh-color-mode] .lxhp-kpi__copy strong{font-size:30px!important;font-weight:700!important;line-height:36px!important}html[data-lxh-color-mode] .lxhp-kpi__copy small{font-size:12px!important;line-height:18px!important}html[data-lxh-color-mode] .lxhp-dashboard-grid,html[data-lxh-color-mode] .lxhp-workspace-grid{gap:16px!important;min-width:0!important}html[data-lxh-color-mode] .lxhp-panel,html[data-lxh-color-mode] .lxhp-card{box-sizing:border-box!important;min-width:0!important}html[data-lxh-color-mode] .lxhp-panel__head,html[data-lxh-color-mode] .lxhp-card__head{gap:12px!important;padding:14px 18px!important}html[data-lxh-color-mode] .lxhp-panel__head h2{font-size:20px!important;font-weight:700!important;line-height:28px!important}html[data-lxh-color-mode] .lxhp-panel__head h3{font-size:16px!important;font-weight:600!important;line-height:24px!important}html[data-lxh-color-mode] .lxhp-panel__head p,html[data-lxh-color-mode] .lxhp-card__head small{margin-top:3px!important;font-size:13px!important;line-height:20px!important}html[data-lxh-color-mode] .lxhp-panel-glyph{flex-basis:38px!important;width:38px!important;height:38px!important}html[data-lxh-color-mode] .lxhp-app :where(input:not([type=checkbox]):not([type=radio]),select,textarea){box-sizing:border-box!important;min-height:42px!important;font-size:14px!important;font-weight:400!important;line-height:20px!important}html[data-lxh-color-mode] .lxhp-app textarea{min-height:96px!important}html[data-lxh-color-mode] .lxhp-app .lxhp-btn{box-sizing:border-box!important;min-height:42px!important;padding:9px 14px!important;font-size:14px!important;font-weight:600!important;line-height:20px!important;transform:none!important}html[data-lxh-color-mode] .lxhp-table-wrap{overscroll-behavior-inline:contain!important;min-width:0!important;max-width:100%!important;overflow-x:auto!important}html[data-lxh-color-mode] .lxhp-table{border-collapse:separate!important;border-spacing:0!important;min-width:100%!important}html[data-lxh-color-mode] .lxhp-table th{letter-spacing:.015em!important;padding:10px 12px!important;font-size:13px!important;font-weight:600!important;line-height:18px!important}html[data-lxh-color-mode] .lxhp-table td{padding:11px 12px!important;font-size:14px!important;font-weight:400!important;line-height:20px!important}html[data-lxh-color-mode] .lxhp-table-tools{gap:10px!important;min-width:0!important}html[data-lxh-color-mode] .lxhp-content :where(.lxhp-workspace,.lxhp-live-feature-workspace,.lxhpc-workspace,.lxhp-panel,.lxhp-card,.lxhp-table-wrap){max-width:100%!important}html[data-lxh-color-mode] .lxhp-content :where(p,pre,code,.lxhp-live-json,.lxhp-live-json-inline){overflow-wrap:anywhere}html[data-lxh-color-mode] .lxhp-avatar{aspect-ratio:1!important;border-radius:50%!important;flex-shrink:0!important;overflow:hidden!important}html[data-lxh-color-mode] .lxhp-avatar img{aspect-ratio:1!important;object-fit:cover!important;border-radius:50%!important;width:100%!important;height:100%!important;display:block!important}html[data-lxh-color-mode] .lxhp-nav__item--guide{color:var(--lxhp-sidebar-text)!important}html[data-lxh-color-mode] .lxhp-nav__item--guide .lxhp-nav__icon{color:var(--lxhp-role-accent)!important}html[data-lxh-color-mode] .lxhp-nav__item--guide:hover{color:var(--lxhp-text)!important}html[data-lxh-color-mode] .lxhp-r2-palette-workspace .lxhp-r2-palette-state,html[data-lxh-color-mode] .lxhp-content[data-section=r2-palette] .lxhp-panel>:where(.lxhp-form-message,.lxhp-empty-state,.lxhp-error-state){border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;box-shadow:none!important;border-radius:5px!important;margin:14px 16px 16px!important;padding:14px!important}html[data-lxh-color-mode=dark] .lxhp-app{--lxhp-bg:#111315;--lxhp-sidebar:#151719;--lxhp-sidebar-2:#151719;--lxhp-panel:#1b1d20;--lxhp-panel-2:#202327;--lxhp-panel-3:#25282d;--lxhp-elevated:#25282d;--lxhp-text:#f4f5f6;--lxhp-muted:#aeb4bc;--lxhp-subtle:#8a919a;--lxhp-line:#30343a;--lxhp-line-strong:#3b4047;--lxhp-divider:#2a2e33;--lxhp-hover-border:#4a5058;--lxhp-focus:#60a5fa;--lxhp-sidebar-text:#d4d8de;--lxhp-topbar-surface:#151719;--lxhp-topbar-border:#30343a;--lxhp-shadow:none;--lxhp-shadow-lg:0 10px 32px #00000042}html[data-lxh-color-mode=dark] .lxhp-sidebar__brand,html[data-lxh-color-mode=dark] .lxhp-sidebar__footer,html[data-lxh-color-mode=dark] .lxhp-nav-group__items{background:#151719!important;border-color:#30343a!important}html[data-lxh-color-mode=dark] .lxhp-sidebar__identity:hover,html[data-lxh-color-mode=dark] .lxhp-nav-group__toggle:hover,html[data-lxh-color-mode=dark] .lxhp-nav--grouped .lxhp-nav__item:hover,html[data-lxh-color-mode=dark] .lxhp-nav-group.is-open>.lxhp-nav-group__toggle,html[data-lxh-color-mode=dark] .lxhp-nav-group.is-active>.lxhp-nav-group__toggle{color:#f4f5f6!important;background:#202327!important}html[data-lxh-color-mode=dark] .lxhp-role-chip{color:#aeb4bc!important;background:#202327!important;border-color:#30343a!important}html[data-lxh-color-mode=dark] .lxhp-page-id :where(a,span){color:#aeb4bc!important}html[data-lxh-color-mode=dark] .lxhp-page-id__section{color:#f4f5f6!important}html[data-lxh-color-mode=dark] .lxhp-search-trigger{color:#aeb4bc!important;background:#202327!important;border-color:#3b4047!important}html[data-lxh-color-mode=dark] .lxhp-profile,html[data-lxh-color-mode=dark] .lxhp-icon-btn{color:#d4d8de!important;background:0 0!important;border-color:#3b4047!important}html[data-lxh-color-mode=dark] .lxhp-search-trigger:hover,html[data-lxh-color-mode=dark] .lxhp-profile:hover,html[data-lxh-color-mode=dark] .lxhp-icon-btn:hover{color:#f4f5f6!important;background:#25282d!important}html[data-lxh-color-mode=dark] .lxhp-content :where(h1,h2,h3,h4,strong){color:#f4f5f6!important}html[data-lxh-color-mode=dark] .lxhp-content :where(p,li,td,label,small,.lxhp-muted-copy,.lxhp-subtle){color:#aeb4bc!important}html[data-lxh-color-mode=dark] .lxhp-content :where(.lxhp-eyebrow,.lxhp-caption){color:#8a919a!important}html[data-lxh-color-mode=dark] .lxhp-app :where(input:not([type=checkbox]):not([type=radio]),select,textarea){color:#f4f5f6!important;background:#202327!important;border-color:#3b4047!important}html[data-lxh-color-mode=dark] .lxhp-table{color:#f4f5f6!important;background:#1b1d20!important}html[data-lxh-color-mode=dark] .lxhp-table th{color:#aeb4bc!important;background:#202327!important;border-color:#30343a!important}html[data-lxh-color-mode=dark] .lxhp-table td{color:#f4f5f6!important;background:#1b1d20!important;border-color:#30343a!important}html[data-lxh-color-mode=dark] .lxhp-table tbody tr:hover td{background:#202327!important}html[data-lxh-color-mode=dark] .lxhp-popover,html[data-lxh-color-mode=dark] .lxhp-btn--secondary{color:#f4f5f6!important;background:#202327!important;border-color:#3b4047!important}html[data-lxh-color-mode=dark] .lxhp-chat-drawer,html[data-lxh-color-mode=dark] .lxhp-chat-shell,html[data-lxh-color-mode=dark] .lxhp-chat-modal{background:#1b1d20!important;border-color:#30343a!important}@media (min-width:821px){html[data-lxh-color-mode] .lxhp-app.is-sidebar-hidden{grid-template-columns:72px minmax(0,1fr)!important}html[data-lxh-color-mode] .lxhp-app.is-sidebar-hidden .lxhp-sidebar{pointer-events:auto!important;width:72px!important;min-width:72px!important;max-width:72px!important;transform:none!important}html[data-lxh-color-mode] .lxhp-app.is-sidebar-hidden .lxhp-main{grid-column:2!important}html[data-lxh-color-mode] .lxhp-app.is-sidebar-hidden .lxhp-sidebar__brand{padding:9px 7px!important}html[data-lxh-color-mode] .lxhp-app.is-sidebar-hidden .lxhp-sidebar__identity--stacked .lxhp-logo-plate{height:44px!important;padding:7px 4px!important}html[data-lxh-color-mode] .lxhp-app.is-sidebar-hidden .lxhp-nav{padding-inline:7px!important}html[data-lxh-color-mode] .lxhp-app.is-sidebar-hidden .lxhp-nav-group__toggle{justify-content:center!important;min-height:42px!important;padding:8px!important}html[data-lxh-color-mode] .lxhp-app.is-sidebar-hidden .lxhp-nav--grouped .lxhp-nav__item{grid-template-columns:1fr!important;justify-items:center!important;min-height:38px!important;padding:6px!important}html[data-lxh-color-mode] .lxhp-app.is-sidebar-hidden .lxhp-nav__icon{width:30px!important;height:30px!important}}@media (max-width:1280px) and (min-width:821px){html[data-lxh-color-mode] .lxhp-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (max-width:1024px) and (min-width:821px){html[data-lxh-color-mode] .lxhp-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:820px){html[data-lxh-color-mode] .lxhp-sidebar{width:min(88vw,300px)!important;min-width:0!important;max-width:300px!important}html[data-lxh-color-mode] .lxhp-topbar{height:60px!important;min-height:60px!important;padding:0 10px!important}html[data-lxh-color-mode] .lxhp-topbar__right{gap:3px!important;margin-left:auto!important}html[data-lxh-color-mode] .lxhp-content{gap:12px!important;margin:12px!important}html[data-lxh-color-mode] .lxhp-page-heading{padding:14px 16px!important}html[data-lxh-color-mode] .lxhp-page-heading__main{grid-template-columns:minmax(0,1fr)!important;align-items:flex-start!important}html[data-lxh-color-mode] .lxhp-page-heading__actions{flex-wrap:wrap!important;justify-content:flex-start!important;width:100%!important}html[data-lxh-color-mode] .lxhp-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}html[data-lxh-color-mode] .lxhp-app :where(.lxhp-topbar .lxhp-icon-btn,.lxhp-topbar .lxhp-search-trigger,.lxhp-mobile-menu){min-width:40px!important;min-height:40px!important}html[data-lxh-color-mode] .lxhp-page-id__role,html[data-lxh-color-mode] .lxhp-page-id__group,html[data-lxh-color-mode] .lxhp-page-id__section,html[data-lxh-color-mode] .lxhp-page-id__separator{font-size:13px!important;line-height:18px!important}html[data-lxh-color-mode] .lxhp-table-wrap{width:100%!important;max-width:100%!important;overflow-x:auto!important}}@media (max-width:600px){html[data-lxh-color-mode] .lxhp-content{gap:10px!important;margin:10px!important}html[data-lxh-color-mode] .lxhp-content .lxhp-page-heading h1{font-size:24px!important;line-height:32px!important}html[data-lxh-color-mode] .lxhp-content .lxhp-page-heading p{font-size:14px!important;line-height:22px!important}html[data-lxh-color-mode] .lxhp-content h2{font-size:18px!important;line-height:26px!important}html[data-lxh-color-mode] .lxhp-content h3{font-size:16px!important;line-height:24px!important}html[data-lxh-color-mode] .lxhp-kpi-grid{grid-template-columns:1fr!important}html[data-lxh-color-mode] .lxhp-kpi{min-height:88px!important}html[data-lxh-color-mode] .lxhp-content .lxhp-kpi__copy strong{font-size:24px!important;line-height:30px!important}html[data-lxh-color-mode] .lxhp-panel__head,html[data-lxh-color-mode] .lxhp-card__head{padding:13px 15px!important}html[data-lxh-color-mode] .lxhp-table th,html[data-lxh-color-mode] .lxhp-table td{white-space:nowrap!important}}@media (max-width:480px){html[data-lxh-color-mode] .lxhp-content{margin:10px!important;padding:0!important}html[data-lxh-color-mode] .lxhp-topbar{padding-inline:8px!important}html[data-lxh-color-mode] .lxhp-topbar__right{gap:2px!important}html[data-lxh-color-mode] .lxhp-topbar .lxhp-topbar-icon-only,html[data-lxh-color-mode] .lxhp-topbar .lxhp-topbar-mode-toggle,html[data-lxh-color-mode] .lxhp-topbar .lxhp-topbar-chat,html[data-lxh-color-mode] .lxhp-topbar .lxhp-search-trigger{width:40px!important;min-width:40px!important;height:40px!important;min-height:40px!important;padding:0!important}html[data-lxh-color-mode] .lxhp-profile{gap:3px!important;min-width:40px!important;min-height:40px!important;padding:3px!important}html[data-lxh-color-mode] .lxhp-profile__copy{display:none!important}html[data-lxh-color-mode] .lxhp-page-heading{padding:12px!important}html[data-lxh-color-mode] .lxhp-panel__head,html[data-lxh-color-mode] .lxhp-card__head{padding-inline:12px!important}html[data-lxh-color-mode] .lxhp-r2-palette-workspace .lxhp-r2-palette-state,html[data-lxh-color-mode] .lxhp-content[data-section=r2-palette] .lxhp-panel>:where(.lxhp-form-message,.lxhp-empty-state,.lxhp-error-state){margin:10px!important;padding:12px!important}}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace{gap:16px;min-width:0;display:grid}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace>.lxhp-kpi-grid{gap:12px!important;margin:0!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace .lxhp-kpi--text{position:relative;border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel)!important;min-height:96px!important;box-shadow:none!important;border-radius:5px!important;padding:15px 17px 15px 20px!important;overflow:hidden!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace .lxhp-kpi--text:before{content:"";background:var(--lxhp-role-accent,var(--lxhp-accent));border-radius:0 3px 3px 0;width:3px;position:absolute;top:14px;bottom:14px;left:0}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace .lxhp-kpi--text>span{color:var(--lxhp-muted)!important;font-size:12px!important;font-weight:600!important;line-height:18px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace .lxhp-kpi--text>strong{color:var(--lxhp-text)!important;letter-spacing:-.025em!important;font-size:25px!important;font-weight:700!important;line-height:31px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace>.lxhp-marketplace-tabs{border:1px solid var(--lxhp-line);background:var(--lxhp-panel);scrollbar-width:thin;border-radius:5px;width:max-content;min-width:0;max-width:100%;overflow-x:auto;flex-wrap:nowrap!important;gap:4px!important;margin:0!important;padding:5px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace>.lxhp-marketplace-tabs .lxhp-btn{white-space:nowrap;flex:none;min-height:36px!important;box-shadow:none!important;color:var(--lxhp-muted)!important;background:0 0!important;border:1px solid #0000!important;border-radius:5px!important;padding:7px 12px!important;font-size:12px!important;font-weight:600!important;transform:none!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace>.lxhp-marketplace-tabs .lxhp-btn:hover{border-color:var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;color:var(--lxhp-text)!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace>.lxhp-marketplace-tabs .lxhp-btn--primary{border-color:color-mix(in srgb,var(--lxhp-role-accent,var(--lxhp-accent)) 30%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-role-accent,var(--lxhp-accent)) 11%,var(--lxhp-panel))!important;color:var(--lxhp-role-accent,var(--lxhp-accent))!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace>.lxhp-form-message{border:1px solid color-mix(in srgb,var(--lxhp-role-accent,var(--lxhp-accent)) 28%,var(--lxhp-line))!important;background:color-mix(in srgb,var(--lxhp-role-accent,var(--lxhp-accent)) 5%,var(--lxhp-panel))!important;color:var(--lxhp-text)!important;border-left-width:3px!important;border-radius:5px!important;margin:0!important;padding:11px 13px!important;font-size:13px!important;line-height:20px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace>.lxhp-panel{min-width:0;border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel)!important;box-shadow:none!important;border-radius:5px!important;overflow:hidden!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace>.lxhp-panel>.lxhp-panel__head{border-bottom:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel)!important;min-height:0!important;padding:16px 18px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace>.lxhp-panel>.lxhp-panel__head h2{color:var(--lxhp-text)!important;letter-spacing:-.015em!important;margin:3px 0 4px!important;font-size:20px!important;font-weight:700!important;line-height:28px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace>.lxhp-panel>.lxhp-panel__head p{max-width:900px;color:var(--lxhp-muted)!important;margin:0!important;font-size:13px!important;line-height:20px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace .lxhp-marketplace-filter-grid{border-bottom:1px solid var(--lxhp-line);background:color-mix(in srgb,var(--lxhp-panel-2) 58%,var(--lxhp-panel));grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;padding:16px 18px 18px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace .lxhp-marketplace-filter-grid>label{align-content:end;gap:6px;min-width:0;display:grid;color:var(--lxhp-text)!important;font-size:12px!important;font-weight:600!important;line-height:18px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace .lxhp-marketplace-filter-grid :where(input:not([type=checkbox]),select){outline:none;width:100%;min-width:0;border:1px solid var(--lxhp-line-strong)!important;background:var(--lxhp-panel)!important;height:42px!important;min-height:42px!important;color:var(--lxhp-text)!important;box-shadow:none!important;border-radius:5px!important;padding:8px 10px!important;font-size:13px!important;line-height:20px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace .lxhp-marketplace-filter-grid :where(input:not([type=checkbox]),select):focus{border-color:var(--lxhp-focus,var(--lxhp-accent))!important;box-shadow:0 0 0 2px color-mix(in srgb,var(--lxhp-focus,var(--lxhp-accent)) 15%,transparent)!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace .lxhp-marketplace-filter-grid>label.lxhp-checkbox-row{align-self:end;border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel)!important;border-radius:5px!important;align-items:center!important;gap:8px!important;min-height:42px!important;margin:0!important;padding:8px 11px!important;display:flex!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace .lxhp-marketplace-filter-grid>label.lxhp-checkbox-row input{flex:0 0 17px;width:17px!important;height:17px!important;min-height:17px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace .lxhp-marketplace-grid{background:var(--lxhp-panel)!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;padding:16px 18px 18px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace .lxhp-marketplace-card{align-content:start;min-width:0;overflow:hidden;border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel)!important;box-shadow:none!important;border-radius:5px!important;grid-template-columns:minmax(0,1fr)!important;align-items:stretch!important;gap:14px!important;padding:0!important;transition:border-color .16s,box-shadow .16s!important;display:grid!important;transform:none!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace .lxhp-marketplace-card:hover{border-color:color-mix(in srgb,var(--lxhp-role-accent,var(--lxhp-accent)) 32%,var(--lxhp-line))!important;box-shadow:0 8px 24px color-mix(in srgb,var(--lxhp-text) 6%,transparent)!important;transform:none!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace .lxhp-marketplace-card>div:first-child{min-width:0;padding:15px 16px 0}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace .lxhp-marketplace-card .lxhp-copy-value{justify-content:flex-start;gap:7px;min-width:0}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace .lxhp-marketplace-card .lxhp-id{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden;color:var(--lxhp-muted)!important;font-size:11px!important;line-height:17px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace .lxhp-marketplace-card h3{letter-spacing:-.01em;color:var(--lxhp-text)!important;margin:9px 0 5px!important;font-size:16px!important;font-weight:700!important;line-height:23px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace .lxhp-marketplace-card p{overflow-wrap:anywhere;color:var(--lxhp-muted)!important;margin:0!important;font-size:12px!important;line-height:19px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace .lxhp-marketplace-card p+p{margin-top:3px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace .lxhp-marketplace-price{border-top:1px solid var(--lxhp-line);background:color-mix(in srgb,var(--lxhp-panel-2) 60%,var(--lxhp-panel));flex-wrap:wrap;width:100%;padding:12px 16px 15px;justify-content:space-between!important;align-items:center!important;justify-items:initial!important;gap:9px 12px!important;display:flex!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace .lxhp-marketplace-price>strong{letter-spacing:-.02em;white-space:nowrap;flex:none;color:var(--lxhp-text)!important;font-size:20px!important;font-weight:700!important;line-height:28px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace .lxhp-marketplace-price>.lxhp-checkbox-row,html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace .lxhp-marketplace-price>form{min-width:0;justify-content:flex-end!important;gap:7px!important;margin:0!important;padding:0!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace .lxhp-marketplace-price .lxhp-btn{white-space:nowrap;border-radius:5px!important;min-height:36px!important;padding:7px 10px!important;font-size:12px!important;font-weight:600!important;transform:none!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace .lxhp-marketplace-price input[type=number]{border:1px solid var(--lxhp-line-strong)!important;background:var(--lxhp-panel)!important;width:108px!important;min-width:92px!important;height:36px!important;min-height:36px!important;color:var(--lxhp-text)!important;border-radius:5px!important;padding:7px 9px!important;font-size:12px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace>.lxhp-panel>.lxhp-table-wrap{background:var(--lxhp-panel)!important;border-radius:0!important;width:100%!important;max-width:100%!important;margin:0!important;overflow-x:auto!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace>.lxhp-panel>.lxhp-table-wrap .lxhp-table{min-width:720px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace>.lxhp-panel>.lxhp-table-wrap .lxhp-table th{color:var(--lxhp-muted)!important;letter-spacing:.035em!important;padding:11px 14px!important;font-size:11px!important;font-weight:700!important;line-height:17px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace>.lxhp-panel>.lxhp-table-wrap .lxhp-table td{color:var(--lxhp-text)!important;padding:12px 14px!important;font-size:13px!important;line-height:20px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace>.lxhp-panel>.lxhp-table-wrap .lxhp-table td strong{color:var(--lxhp-text)!important;font-weight:600!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace>.lxhp-panel>.lxhp-form-stack{gap:14px!important;padding:16px 18px 18px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace>.lxhp-panel>.lxhp-form-stack>label{color:var(--lxhp-text)!important;font-size:13px!important;font-weight:600!important;line-height:20px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace>.lxhp-panel>.lxhp-form-stack>label.lxhp-checkbox-row{min-height:42px;border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;border-radius:5px!important;margin:0!important;padding:9px 11px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace>.lxhp-panel>.lxhp-form-stack>.lxhp-safe-note{border:1px solid var(--lxhp-line)!important;background:var(--lxhp-panel-2)!important;border-radius:5px!important;margin:0!important;padding:13px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace>.lxhp-panel>.lxhp-form-stack>.lxhp-btn{width:max-content;min-width:190px;margin:0!important}@media (max-width:1366px){html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace .lxhp-marketplace-filter-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (max-width:1180px){html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace .lxhp-marketplace-grid{grid-template-columns:1fr!important}}@media (max-width:920px){html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace .lxhp-marketplace-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:600px){html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace{gap:10px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace>.lxhp-marketplace-tabs{width:100%;padding:4px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace>.lxhp-marketplace-tabs .lxhp-btn{min-height:40px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace .lxhp-marketplace-filter-grid{grid-template-columns:1fr!important;gap:11px!important;padding:13px 12px 14px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace .lxhp-marketplace-grid{padding:12px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace .lxhp-marketplace-card>div:first-child{padding:14px 14px 0}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace .lxhp-marketplace-price{flex-direction:column;padding:11px 14px 14px;align-items:stretch!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace .lxhp-marketplace-price>.lxhp-checkbox-row,html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace .lxhp-marketplace-price>form{width:100%;justify-content:flex-start!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace .lxhp-marketplace-price .lxhp-btn{flex:auto}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace>.lxhp-panel>.lxhp-form-stack{padding:13px 12px 14px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-buyer-marketplace>.lxhp-panel>.lxhp-form-stack>.lxhp-btn{width:100%;min-width:0}}.lxhp-app{--lxhp-shadow:none!important;--lxhp-shadow-md:none!important;--lxhp-shadow-lg:none!important}.lxhp-app,.lxhp-app *,.lxhp-app :before,.lxhp-app :after{box-shadow:none!important;text-shadow:none!important}.lxhp-app .lxhp-finance-chart svg polyline{filter:none!important}.lxhp-app .lxhp-content :where(.lxhp-page-heading,.lxhp-kpi,.lxhp-panel,.lxhp-card,.lxhp-live-data-stack>section,.lxhp-live-resource-form,.lxhp-table-wrap,.lxhp-settings-card,.lxhpc-workspace,.lxhpc-panel,.lxhp-balance,.lxhp-session-location,.lxhp-profile-card){background-image:none!important;background-color:var(--lxhp-panel)!important;box-shadow:none!important}.lxhp-app .lxhp-content :where(.lxhp-panel__head,.lxhp-card__head,.lxhp-module-hero){box-shadow:none!important;background-color:#0000!important;background-image:none!important}html[data-lxh-color-mode=light] .lxhp-app,html[data-lxh-color-mode=light] .lxhp-main,html[data-lxh-color-mode=light] .lxhp-content{background-color:#fafafc!important}html[data-lxh-color-mode=dark] .lxhp-app .lxhp-content .lxhp-page-heading,html[data-lxh-color-mode=dark] .lxhp-app .lxhp-content .lxhp-kpi,html[data-lxh-color-mode=dark] .lxhp-app .lxhp-content .lxhp-panel,html[data-lxh-color-mode=dark] .lxhp-app .lxhp-content .lxhp-card,html[data-lxh-color-mode=dark] .lxhp-app .lxhp-content .lxhp-live-data-stack>section,html[data-lxh-color-mode=dark] .lxhp-app .lxhp-content .lxhp-live-resource-form,html[data-lxh-color-mode=dark] .lxhp-app .lxhp-content .lxhp-table-wrap,html[data-lxh-color-mode=dark] .lxhp-app .lxhp-content .lxhp-settings-card,html[data-lxh-color-mode=dark] .lxhp-app .lxhp-content .lxhpc-workspace,html[data-lxh-color-mode=dark] .lxhp-app .lxhp-content .lxhpc-panel,html[data-lxh-color-mode=dark] .lxhp-app .lxhp-content .lxhp-balance,html[data-lxh-color-mode=dark] .lxhp-app .lxhp-content .lxhp-session-location,html[data-lxh-color-mode=dark] .lxhp-app .lxhp-content .lxhp-profile-card{background-image:none!important;background-color:var(--lxhp-panel)!important;box-shadow:none!important}html[data-lxh-color-mode=dark] .lxhp-app .lxhp-content .lxhp-panel__head,html[data-lxh-color-mode=dark] .lxhp-app .lxhp-content .lxhp-card__head,html[data-lxh-color-mode=dark] .lxhp-app .lxhp-content .lxhp-module-hero{box-shadow:none!important;background-color:#0000!important;background-image:none!important}html[data-lxh-color-mode=light] .lxhp-app .lxhp-content .lxhp-kpi,html[data-lxh-color-mode=light] .lxhp-app .lxhp-content .lxhp-panel,html[data-lxh-color-mode=light] .lxhp-app .lxhp-content .lxhp-card,html[data-lxh-color-mode=light] .lxhp-app .lxhp-content .lxhp-live-data-stack>section,html[data-lxh-color-mode=light] .lxhp-app .lxhp-content .lxhp-live-resource-form,html[data-lxh-color-mode=light] .lxhp-app .lxhp-content .lxhp-settings-card,html[data-lxh-color-mode=light] .lxhp-app .lxhp-content .lxhpc-workspace,html[data-lxh-color-mode=light] .lxhp-app .lxhp-content .lxhpc-panel,html[data-lxh-color-mode=light] .lxhp-app .lxhp-content .lxhp-balance,html[data-lxh-color-mode=light] .lxhp-app .lxhp-content .lxhp-session-location,html[data-lxh-color-mode=light] .lxhp-app .lxhp-content .lxhp-profile-card,html[data-lxh-color-mode=light] .lxhp-app .lxhp-content .lxhp-stripe-readiness,html[data-lxh-color-mode=light] .lxhp-app .lxhp-content .lxhp-marketplace-card,html[data-lxh-color-mode=light] .lxhp-app .lxhp-content .lxh-provider-card{border:1px solid var(--lxhp-line)!important;box-shadow:none!important}@media (min-width:761px){html[data-lxh-color-mode] .lxhp-app .lxhp-page-heading__actions{justify-content:flex-end!important;justify-self:end!important;align-items:center!important;margin-left:auto!important}html[data-lxh-color-mode] .lxhp-app .lxhp-page-heading__actions .lxhp-heading-status{white-space:nowrap;margin-left:auto!important}}.lxhp-app .lxhp-content[data-section=compliance] .lxhp-distribution-gate-panel{align-self:start}.lxhp-app .lxhp-content[data-section=compliance] .lxhp-distribution-gate-panel>.lxhp-safe-note{margin:20px!important}html[data-lxh-color-mode=light] .lxhp-app .lxhp-content :is(.lxhp-kpi,.lxhp-panel,.lxhp-card,.lxhp-live-data-stack>section,.lxhp-live-resource-form,.lxhp-settings-card,.lxhpc-workspace,.lxhpc-panel,.lxhp-balance,.lxhp-session-location,.lxhp-profile-card,.lxhp-stripe-readiness,.lxhp-marketplace-card,.lxh-provider-card){border:1px solid var(--lxhp-line-strong)!important}.lxhp-app .lxhp-content[data-section=dashboard] .lxhp-autopilot-panel>.lxhp-autopilot-metrics{overflow:hidden;border:1px solid var(--lxhp-line-strong)!important;border-radius:5px!important;margin:18px 20px 12px!important;padding:0!important}.lxhp-app .lxhp-content[data-section=dashboard] .lxhp-autopilot-panel>.lxhp-autopilot-flow{border:1px solid var(--lxhp-line-strong)!important;border-radius:5px!important;margin:0 20px 20px!important;padding:14px 16px!important}html[data-lxh-color-mode=light] .lxhp-app .lxhp-content[data-section=dashboard] .lxhp-autopilot-panel>.lxhp-panel__head{background-color:#fafafc!important;background-image:none!important}@media (max-width:760px){.lxhp-app .lxhp-content[data-section=dashboard] .lxhp-autopilot-panel>.lxhp-autopilot-metrics{margin:14px 16px 10px!important}.lxhp-app .lxhp-content[data-section=dashboard] .lxhp-autopilot-panel>.lxhp-autopilot-flow{margin:0 16px 16px!important;padding:13px 14px!important}}@media (max-width:480px){.lxhp-app .lxhp-content[data-section=dashboard] .lxhp-autopilot-panel>.lxhp-autopilot-metrics{margin:12px 12px 10px!important}.lxhp-app .lxhp-content[data-section=dashboard] .lxhp-autopilot-panel>.lxhp-autopilot-flow{margin:0 12px 12px!important;padding:12px!important}}html[data-lxh-color-mode=light] .lxhp-app .lxhp-content[data-section=dashboard] .lxhp-kpi.lxhp-kpi--call-leads:hover{border-color:var(--lxhp-kpi-color,#22d3ee)!important}.lxhp-app .lxhp-content[data-section=dashboard] .lxhp-autopilot-panel>.lxhp-autopilot-metrics{background:0 0!important;border:0!important;border-radius:0!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:12px!important;margin:18px 20px 12px!important;padding:0!important;display:grid!important;overflow:visible!important}.lxhp-app .lxhp-content[data-section=dashboard] .lxhp-autopilot-panel>.lxhp-autopilot-metrics>div,.lxhp-app .lxhp-content[data-section=dashboard] .lxhp-autopilot-panel>.lxhp-autopilot-metrics>div:last-child{align-content:center;min-width:0;min-height:82px;display:grid;border:1px solid var(--lxhp-line-strong)!important;background:var(--lxhp-panel)!important;border-radius:5px!important;padding:15px 18px!important}@media (max-width:1280px){.lxhp-app .lxhp-content[data-section=dashboard] .lxhp-autopilot-panel>.lxhp-autopilot-metrics{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (max-width:760px){.lxhp-app .lxhp-content[data-section=dashboard] .lxhp-autopilot-panel>.lxhp-autopilot-metrics{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin:14px 16px 10px!important}}@media (max-width:480px){.lxhp-app .lxhp-content[data-section=dashboard] .lxhp-autopilot-panel>.lxhp-autopilot-metrics{grid-template-columns:1fr!important;gap:10px!important;margin:12px 12px 10px!important}}html[data-lxh-color-mode=light] .lxhp-app .lxhp-content .lxhp-kpi:hover{border-color:var(--lxhp-kpi-color,var(--lxhp-accent))!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxhp-kpi:hover{box-shadow:none!important;border-top-width:1px!important}html[data-lxh-color-mode=light] .lxhp-role-buyer .lxhp-content :where(.lxhp-page-heading,.lxhp-kpi,.lxhp-panel,.lxhp-card,.lxhp-panel__head,.lxhp-card__head,.lxhp-panel__subhead,.lxhp-table-wrap,.lxhp-table th,.lxhp-mini-metrics>div,.lxhp-autopilot-metrics>div,.lxhp-autopilot-flow,.lxhp-autopilot-state,.lxhp-finance-position,.lxhp-finance-position>div,.lxhp-finance-position>small,.lxhp-balance,.lxhp-safe-note,.lxhp-autobuy-toggle,.lxhp-connect-card,.lxhp-payment-method-grid article,.lxhp-order-list>article,.lxhp-order-head,.lxhp-marketplace-wallet,.lxhp-marketplace-card,.lxhp-marketplace-filter-grid,.lxhp-marketplace-grid,.lxhp-marketplace-price,.lxhp-integration-card,.lxhp-code-card,.lxhp-form-integration-card,.lxhp-module-hero,.lxhp-module-actions,.lxhp-check-list p,.lxhp-health-list>div,.lxhp-operational-action,.lxhp-identity-card,.lxhp-avatar-editor,.lxhp-mfa-panel details,.lxhp-json-preview,.lxhp-qr-checkout,.lxhp-pricing-fixed-rates>div,.lxhp-pricing-filters,.lxhp-payment-choice,.lxhp-saved-payment-card,.lxhp-wallet-account-card,.lxhp-payment-option,.lxhp-payment-preference-summary,.lxhp-wallet-create-form,.lxhp-payment-chooser__summary,.lxhp-payment-option__details,.lxhp-stripe-setup__primary,.lxhp-lead-qr-checkout,.lxhp-wallet-ledger,.lxhp-wallet-ledger__head,.lxhp-payment-picker__panel,.lxhp-payment-picker__item,.lxhp-payment-picker__primary,.lxhp-stripe-checkout__panel,.lxhp-stripe-checkout__summary,.lxhp-stripe-readiness,.lxhp-stripe-readiness__head,.lxhp-stripe-readiness__item,.lxhp-live-data-stack>section,.lxhp-live-resource-form,.lxhp-settings-card,.lxhpc-workspace,.lxhpc-panel,.lxhpc-summary>div,.lxhaut-action-card,.lxhaut-workflows article,.lxhaut-runs article,.lxhaut-template-list article,.lxhaut-pref-grid>label,.lxha-metric-list>div,.lxha-top-list>div,.lxha-report-list article,.lxhp-form-stack>.lxhp-action-row,.lxhp-finance-settings>.lxhp-action-row){background-color:#fff!important;background-image:none!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content .lxhp-stripe-readiness{background-image:none!important;background-color:var(--lxhp-panel)!important;box-shadow:none!important;margin:0!important;padding:0!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content .lxhp-stripe-readiness__head{background-image:none!important;background-color:var(--lxhp-panel)!important;gap:16px!important;margin:0!important;padding:16px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content .lxhp-stripe-readiness__grid{background:0 0!important;gap:12px!important;padding:16px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content .lxhp-stripe-readiness__item,html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content .lxhp-stripe-readiness__item:nth-child(2n),html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content .lxhp-stripe-readiness__item:nth-child(3n),html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content .lxhp-stripe-readiness__item:nth-last-child(-n+2),html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content .lxhp-stripe-readiness__item:nth-last-child(-n+3),html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content .lxhp-stripe-readiness__item:last-child{border:1px solid var(--lxhp-line)!important;background-image:none!important;background-color:var(--lxhp-panel)!important;box-shadow:none!important;border-radius:5px!important;gap:10px!important;margin:0!important;padding:12px 14px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content h1{letter-spacing:-.02em!important;font-size:35px!important;font-weight:700!important;line-height:43px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content h2{letter-spacing:-.01em!important;font-size:20px!important;font-weight:600!important;line-height:28px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content h3{letter-spacing:0!important;font-size:16px!important;font-weight:600!important;line-height:24px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content :where(p,li){letter-spacing:0!important;font-size:14px!important;font-weight:400!important;line-height:22px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content .lxhp-stripe-readiness__head h2{letter-spacing:-.01em!important;margin:3px 0 4px!important;font-size:16px!important;font-weight:600!important;line-height:24px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content .lxhp-stripe-readiness__head p{letter-spacing:0!important;margin:0!important;font-size:14px!important;font-weight:400!important;line-height:22px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content .lxhp-stripe-readiness__item strong{letter-spacing:0!important;font-size:12px!important;font-weight:500!important;line-height:18px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content .lxhp-stripe-readiness__item small{letter-spacing:0!important;margin-top:2px!important;font-size:12px!important;font-weight:400!important;line-height:18px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content .lxhp-stripe-readiness__release span{letter-spacing:0!important;font-size:11px!important;font-weight:500!important;line-height:16px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content .lxhp-stripe-readiness__release small{letter-spacing:0!important;font-size:11px!important;font-weight:400!important;line-height:16px!important}@media (max-width:600px){html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content h1{font-size:24px!important;line-height:32px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content h2{font-size:18px!important;line-height:26px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content h3{font-size:16px!important;line-height:24px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content .lxhp-stripe-readiness__head{gap:12px!important;padding:14px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content .lxhp-stripe-readiness__grid{gap:10px!important;padding:14px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content .lxhp-stripe-readiness__item{padding:12px!important}}html[data-lxh-color-mode] .lxhp-app.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer[data-role=buyer]{--lxhp-buyer-h1-size:35px;--lxhp-buyer-h1-line:43px;--lxhp-buyer-h1-weight:700;--lxhp-buyer-h1-tracking:-.02em;--lxhp-buyer-h2-size:26px;--lxhp-buyer-h2-line:34px;--lxhp-buyer-h2-weight:600;--lxhp-buyer-h2-tracking:-.01em;--lxhp-buyer-h3-size:16px;--lxhp-buyer-h3-line:24px;--lxhp-buyer-h3-weight:600;--lxhp-buyer-h3-tracking:0;--lxhp-buyer-text-size:14px;--lxhp-buyer-text-line:22px;--lxhp-buyer-text-weight:400;--lxhp-buyer-text-tracking:0}html[data-lxh-color-mode] .lxhp-app.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer[data-role=buyer] h1{font-size:var(--lxhp-buyer-h1-size)!important;line-height:var(--lxhp-buyer-h1-line)!important;font-weight:var(--lxhp-buyer-h1-weight)!important;letter-spacing:var(--lxhp-buyer-h1-tracking)!important}html[data-lxh-color-mode] .lxhp-app.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer[data-role=buyer] h2{font-size:var(--lxhp-buyer-h2-size)!important;line-height:var(--lxhp-buyer-h2-line)!important;font-weight:var(--lxhp-buyer-h2-weight)!important;letter-spacing:var(--lxhp-buyer-h2-tracking)!important}html[data-lxh-color-mode] .lxhp-app.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer[data-role=buyer] h3{font-size:var(--lxhp-buyer-h3-size)!important;line-height:var(--lxhp-buyer-h3-line)!important;font-weight:var(--lxhp-buyer-h3-weight)!important;letter-spacing:var(--lxhp-buyer-h3-tracking)!important}html[data-lxh-color-mode] .lxhp-app.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer[data-role=buyer] .lxhp-content :where(p,li,td,dd,dt,input,select,textarea){font-size:var(--lxhp-buyer-text-size)!important;line-height:var(--lxhp-buyer-text-line)!important;font-weight:var(--lxhp-buyer-text-weight)!important;letter-spacing:var(--lxhp-buyer-text-tracking)!important}html[data-lxh-color-mode] .lxhp-app.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer[data-role=buyer] .lxhp-content :where(label,.lxhp-btn,button){letter-spacing:0!important;font-size:14px!important;font-weight:600!important;line-height:20px!important}html[data-lxh-color-mode] .lxhp-app.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer[data-role=buyer] .lxhp-content :where(small,.lxhp-subtle,.lxhp-muted-copy){letter-spacing:0!important;font-size:13px!important;font-weight:400!important;line-height:20px!important}html[data-lxh-color-mode] .lxhp-app.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer[data-role=buyer] .lxhp-content :where(.lxhp-eyebrow,.lxhp-caption){letter-spacing:.055em!important;font-size:11px!important;font-weight:600!important;line-height:16px!important}html[data-lxh-color-mode] .lxhp-app.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer[data-role=buyer] .lxhp-content .lxhp-kpi__copy strong{letter-spacing:-.02em!important;font-size:26px!important;font-weight:700!important;line-height:32px!important}html[data-lxh-color-mode] .lxhp-app.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer[data-role=buyer] .lxhp-content .lxhp-kpi__copy span,html[data-lxh-color-mode] .lxhp-app.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer[data-role=buyer] .lxhp-content .lxhp-kpi__copy small{letter-spacing:0!important;font-size:12px!important;font-weight:500!important;line-height:18px!important}html[data-lxh-color-mode] .lxhp-app.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer[data-role=buyer] .lxhp-content .lxhp-panel__head p,html[data-lxh-color-mode] .lxhp-app.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer[data-role=buyer] .lxhp-content .lxhp-card__head small{letter-spacing:0!important;font-size:13px!important;font-weight:400!important;line-height:20px!important}html[data-lxh-color-mode] .lxhp-app.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer[data-role=buyer] .lxhp-content .lxhp-table th{letter-spacing:.015em!important;font-size:12px!important;font-weight:700!important;line-height:18px!important}html[data-lxh-color-mode] .lxhp-app.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer[data-role=buyer] .lxhp-content .lxhp-table td{letter-spacing:0!important;font-size:14px!important;font-weight:400!important;line-height:21px!important}html[data-lxh-color-mode] .lxhp-app.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer[data-role=buyer] :where(.lxhp-status-pill,.lxhp-quality-label,.lxhp-tier-pill,.lxhp-heading-status){letter-spacing:0!important;font-size:12px!important;font-weight:600!important;line-height:18px!important}html[data-lxh-color-mode] .lxhp-app.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer[data-role=buyer] .lxhp-role-chip{letter-spacing:.02em!important;font-size:12px!important;font-weight:400!important;line-height:18px!important}html[data-lxh-color-mode] .lxhp-app.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer[data-role=buyer] .lxhp-nav-group__toggle,html[data-lxh-color-mode] .lxhp-app.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer[data-role=buyer] .lxhp-nav-group__label>span:last-child{letter-spacing:0!important;font-size:14px!important;font-weight:500!important;line-height:20px!important}html[data-lxh-color-mode] .lxhp-app.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer[data-role=buyer] .lxhp-nav-group.is-open>.lxhp-nav-group__toggle,html[data-lxh-color-mode] .lxhp-app.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer[data-role=buyer] .lxhp-nav-group.is-active>.lxhp-nav-group__toggle{font-weight:600!important}html[data-lxh-color-mode] .lxhp-app.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer[data-role=buyer] .lxhp-nav--grouped .lxhp-nav__item,html[data-lxh-color-mode] .lxhp-app.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer[data-role=buyer] .lxhp-nav__label{letter-spacing:0!important;font-size:13px!important;font-weight:500!important;line-height:20px!important}html[data-lxh-color-mode] .lxhp-app.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer[data-role=buyer] .lxhp-nav__item.is-active,html[data-lxh-color-mode] .lxhp-app.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer[data-role=buyer] .lxhp-nav__item.is-active .lxhp-nav__label{font-weight:600!important}html[data-lxh-color-mode] .lxhp-app.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer[data-role=buyer] .lxhp-demo-mini strong{letter-spacing:0!important;font-size:13px!important;font-weight:600!important;line-height:18px!important}html[data-lxh-color-mode] .lxhp-app.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer[data-role=buyer] .lxhp-demo-mini small{letter-spacing:0!important;font-size:11px!important;font-weight:400!important;line-height:16px!important}html[data-lxh-color-mode] .lxhp-app.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer[data-role=buyer] .lxhp-back-site{letter-spacing:0!important;font-size:10px!important;font-weight:400!important;line-height:16px!important}html[data-lxh-color-mode] .lxhp-app.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer[data-role=buyer] .lxhp-content .lxhp-stripe-readiness__head h2{font-size:var(--lxhp-buyer-h2-size)!important;line-height:var(--lxhp-buyer-h2-line)!important;font-weight:var(--lxhp-buyer-h2-weight)!important;letter-spacing:var(--lxhp-buyer-h2-tracking)!important}@media (max-width:600px){html[data-lxh-color-mode] .lxhp-app.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer.lxhp-role-buyer[data-role=buyer]{--lxhp-buyer-h1-size:35px;--lxhp-buyer-h1-line:43px;--lxhp-buyer-h2-size:26px;--lxhp-buyer-h2-line:34px;--lxhp-buyer-h3-size:16px;--lxhp-buyer-h3-line:24px}}.lxh-buyer-dashboard-guide{background:var(--lxh-bg);padding:42px 0 88px}.lxh-buyer-dashboard-guide>.lxh-wrap{max-width:1600px}.lxh-buyer-dashboard-guide__layout{grid-template-columns:minmax(270px,3fr) minmax(0,7fr);align-items:start;gap:32px;display:grid}.lxh-buyer-dashboard-guide__content{min-width:0}.lxh-buyer-dashboard-guide .lxh-buyer-guide-article{border:1px solid var(--lxh-line);background:var(--lxh-surface);box-shadow:var(--lxh-shadow-sm);border-radius:10px;padding:32px;max-width:none!important;margin:0!important}.lxh-buyer-guide-toc{border:1px solid var(--lxh-line);background:var(--lxh-surface);max-height:calc(100vh - 116px);box-shadow:var(--lxh-shadow-sm);scrollbar-width:thin;border-radius:10px;position:sticky;top:92px;overflow:auto}.lxh-buyer-guide-toc__head{border-bottom:1px solid var(--lxh-line);background:var(--lxh-surface-2);gap:4px;padding:20px;display:grid}.lxh-buyer-guide-toc__head>span{letter-spacing:.08em;text-transform:uppercase;color:var(--lxh-blue);font-size:11px;font-weight:400;line-height:1.35}.lxh-buyer-guide-toc__head>strong{letter-spacing:-.015em;color:var(--lxh-text);font-size:18px;font-weight:400;line-height:1.3}.lxh-buyer-guide-toc__head>small{color:var(--lxh-muted);font-size:12px;line-height:1.5}.lxh-buyer-guide-toc nav{padding:10px}.lxh-buyer-guide-toc__group{border-bottom:1px solid color-mix(in srgb,var(--lxh-line) 72%,transparent);padding:7px 0}.lxh-buyer-guide-toc__group:last-child{border-bottom:0}.lxh-buyer-guide-toc__group-title{min-height:38px;color:var(--lxh-text);border-radius:6px;align-items:center;gap:9px;padding:8px 10px;text-decoration:none;display:flex}.lxh-buyer-guide-toc__group-title:hover{background:var(--lxh-surface-2);color:var(--lxh-blue)}.lxh-buyer-guide-toc__group-title>span{background:color-mix(in srgb,var(--lxh-blue) 8%,var(--lxh-surface));width:26px;height:26px;color:var(--lxh-blue);border-radius:6px;flex:none;place-items:center;display:grid}.lxh-buyer-guide-toc__group-title strong{letter-spacing:0;font-size:13px;font-weight:400;line-height:1.35}.lxh-buyer-guide-toc__items{border-left:1px solid var(--lxh-line);gap:2px;margin:2px 0 2px 18px;padding-left:12px;display:grid}.lxh-buyer-guide-toc__item{min-height:34px;color:var(--lxh-muted);letter-spacing:0;border:1px solid #0000;border-radius:6px;align-items:center;gap:8px;padding:6px 9px;font-size:12px;font-weight:400;line-height:1.4;text-decoration:none;display:flex}.lxh-buyer-guide-toc__item>span:first-child{color:color-mix(in srgb,var(--lxh-text) 68%,var(--lxh-muted));flex:0 0 22px;place-items:center;display:grid}.lxh-buyer-guide-toc__item:hover{background:var(--lxh-surface-2);color:var(--lxh-text)}.lxh-buyer-guide-toc__item.is-active{border-color:color-mix(in srgb,var(--lxh-blue) 24%,var(--lxh-line));background:color-mix(in srgb,var(--lxh-blue) 7%,var(--lxh-surface));color:var(--lxh-blue)}.lxh-buyer-guide-toc__item.is-active>span:first-child{color:var(--lxh-blue)}.lxh-buyer-guide-intro{border-bottom:1px solid var(--lxh-line);margin-bottom:30px;padding:0 0 28px}.lxh-buyer-guide-intro h2{letter-spacing:-.028em!important;text-transform:none!important;margin:8px 0 14px!important;font-size:26px!important;line-height:1.12!important}.lxh-buyer-guide-intro p{max-width:980px}.lxh-buyer-guide-paragraph{margin:0 0 30px}.lxh-buyer-guide-paragraph h3{color:var(--lxh-text);letter-spacing:-.018em!important;text-transform:none!important;margin:0 0 10px!important;font-size:22px!important;font-weight:400!important;line-height:1.24!important}.lxh-buyer-guide-paragraph p{line-height:1.8;margin:0!important}.lxh-buyer-guide-category{border-top:1px solid var(--lxh-line);margin:54px 0 0;padding-top:10px;scroll-margin-top:100px}.lxh-buyer-guide-category__head{align-items:center;gap:12px;margin:28px 0 18px;display:flex}.lxh-buyer-guide-category__head>span{border:1px solid color-mix(in srgb,var(--lxh-blue) 18%,var(--lxh-line));background:color-mix(in srgb,var(--lxh-blue) 7%,var(--lxh-surface));width:42px;height:42px;color:var(--lxh-blue);border-radius:8px;place-items:center;display:grid}.lxh-buyer-guide-category__head .lxh-eyebrow{display:block}.lxh-buyer-guide-category__head h2{letter-spacing:-.025em!important;text-transform:none!important;margin:3px 0 0!important;font-size:26px!important;line-height:1.15!important}.lxh-buyer-guide-workspaces{gap:14px;margin-top:24px;display:grid}.lxh-buyer-guide-workspace-summary{border:1px solid var(--lxh-line);background:var(--lxh-surface);border-radius:8px;padding:22px;scroll-margin-top:100px}.lxh-buyer-guide-workspace-summary__title{align-items:center;gap:10px;margin-bottom:10px;display:flex}.lxh-buyer-guide-workspace-summary__title>span{background:var(--lxh-surface-2);width:30px;height:30px;color:var(--lxh-blue);border-radius:7px;place-items:center;display:grid}.lxh-buyer-guide-workspace-summary h3{letter-spacing:-.015em!important;text-transform:none!important;margin:0!important;font-size:20px!important;line-height:1.3!important}.lxh-buyer-guide-workspace-summary p{line-height:1.72;margin:0 0 12px!important}.lxh-buyer-guide-workspace-summary>a{color:var(--lxh-blue);font-size:13px;font-weight:400}.lxh-buyer-guide-related{border-top:1px solid var(--lxh-line);margin-top:42px;padding-top:28px}.lxh-buyer-guide-related h2{margin:0 0 14px!important}.lxh-buyer-dashboard-guide .lxh-guide-links a{gap:9px}.lxh-buyer-dashboard-guide .lxh-guide-links a>span{color:var(--lxh-blue);place-items:center;display:grid}@media (max-width:1100px){.lxh-buyer-dashboard-guide__layout{gap:22px}.lxh-buyer-dashboard-guide .lxh-buyer-guide-article{padding:26px}}@media (max-width:820px){.lxh-buyer-dashboard-guide{padding-top:24px}.lxh-buyer-dashboard-guide__layout{grid-template-columns:1fr;gap:20px}.lxh-buyer-guide-toc{max-height:430px;position:relative;top:auto}.lxh-buyer-dashboard-guide .lxh-buyer-guide-article{padding:22px}.lxh-buyer-guide-intro h2,.lxh-buyer-guide-category__head h2{font-size:26px!important}}@media (max-width:540px){.lxh-buyer-dashboard-guide .lxh-buyer-guide-article{border-radius:8px;padding:18px}.lxh-buyer-guide-toc{border-radius:8px;max-height:390px}.lxh-buyer-guide-toc__items{margin-left:10px;padding-left:8px}.lxh-buyer-guide-workspace-summary{padding:18px}.lxh-buyer-guide-paragraph h3{font-size:20px!important}}.lxh-dashboard-guide-hero--buyer{background:radial-gradient(circle at 86% 16%,color-mix(in srgb,var(--lxh-blue) 13%,transparent),transparent 24%), radial-gradient(circle at 70% 100%,#22c7e81a,transparent 30%), linear-gradient(180deg,var(--lxh-surface),var(--lxh-bg));padding:48px 0;position:relative;overflow:hidden}.lxh-dashboard-guide-hero--buyer:before{content:"";pointer-events:none;opacity:.38;background-image:linear-gradient(color-mix(in srgb,var(--lxh-line) 34%,transparent) 1px,transparent 1px),linear-gradient(90deg,color-mix(in srgb,var(--lxh-line) 28%,transparent) 1px,transparent 1px);background-size:44px 44px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 18% 78%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 18% 78%,#0000 100%)}.lxh-dashboard-guide-hero--buyer .lxh-wrap{border:1px solid var(--lxh-line);background:color-mix(in srgb,var(--lxh-surface) 92%,transparent);box-shadow:var(--lxh-shadow-sm);border-radius:14px;padding:30px 34px 32px;position:relative;overflow:hidden}.lxh-dashboard-guide-hero--buyer .lxh-wrap:before{content:"";background:linear-gradient(180deg,var(--lxh-blue),#22c7e8);width:4px;position:absolute;top:0;bottom:0;left:0}.lxh-dashboard-guide-hero--buyer .lxh-eyebrow{border:1px solid color-mix(in srgb,var(--lxh-blue) 22%,var(--lxh-line));background:color-mix(in srgb,var(--lxh-blue) 7%,var(--lxh-surface));color:var(--lxh-blue);border-radius:999px;padding:7px 10px}.lxh-dashboard-guide-hero--buyer h1{letter-spacing:-.04em;max-width:1120px;margin:16px 0 18px;font-size:35px;line-height:43px}.lxh-dashboard-guide-hero--buyer p{border:1px solid var(--lxh-line);background:var(--lxh-surface);color:var(--lxh-muted);border-radius:8px;align-items:center;margin:0;padding:9px 12px;font-size:15px;line-height:1.45;display:inline-flex;max-width:100%!important}.lxh-buyer-guide-toc{flex-direction:column;display:flex;top:calc(var(--lxh-header,72px) + 18px)!important;max-height:calc(100vh - var(--lxh-header,72px) - 36px)!important;position:sticky!important;overflow:hidden!important}.lxh-buyer-guide-toc__head{flex:none}.lxh-buyer-guide-toc nav{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-gutter:stable;min-height:0;overflow-y:auto}.lxh-buyer-guide-toc__group-title{text-align:left;width:100%;font:inherit;cursor:pointer;background:0 0;border:0;justify-content:space-between}.lxh-buyer-guide-toc__group-title>.lxh-buyer-guide-toc__group-label{width:auto;min-width:0;height:auto;color:inherit;background:0 0;border-radius:0;flex:auto;align-items:center;gap:9px;display:flex}.lxh-buyer-guide-toc__group-label>span{background:color-mix(in srgb,var(--lxh-blue) 8%,var(--lxh-surface));width:26px;height:26px;color:var(--lxh-blue);border-radius:6px;flex:0 0 26px;place-items:center;display:grid}.lxh-buyer-guide-toc__group-label strong{letter-spacing:0;min-width:0;font-size:13px;font-weight:400;line-height:1.35}.lxh-buyer-guide-toc__group-title>.lxh-buyer-guide-toc__chevron{width:24px;height:24px;color:var(--lxh-muted);background:0 0;border-radius:5px;flex:0 0 24px;place-items:center;transition:transform .18s,color .18s,background .18s;display:grid}.lxh-buyer-guide-toc__group.is-open .lxh-buyer-guide-toc__chevron{transform:rotate(180deg)}.lxh-buyer-guide-toc__group.is-active>.lxh-buyer-guide-toc__group-title{color:var(--lxh-blue);background:color-mix(in srgb,var(--lxh-blue) 5%,var(--lxh-surface))}.lxh-buyer-guide-toc__group-title:hover .lxh-buyer-guide-toc__chevron,.lxh-buyer-guide-toc__group-title:focus-visible .lxh-buyer-guide-toc__chevron{color:var(--lxh-blue);background:color-mix(in srgb,var(--lxh-blue) 7%,var(--lxh-surface))}.lxh-buyer-guide-toc__group-title:focus-visible{outline:2px solid color-mix(in srgb,var(--lxh-blue) 60%,transparent);outline-offset:2px}.lxh-buyer-guide-toc__items[hidden]{display:none!important}.lxh-buyer-guide-toc__item.is-active{scroll-margin-block:18px}@media (max-width:820px){.lxh-dashboard-guide-hero--buyer{padding:30px 0}.lxh-dashboard-guide-hero--buyer .lxh-wrap{border-radius:12px;padding:24px 24px 26px}.lxh-dashboard-guide-hero--buyer h1{font-size:35px;line-height:43px}.lxh-buyer-guide-toc{max-height:460px!important;position:relative!important;top:auto!important}}@media (max-width:540px){.lxh-dashboard-guide-hero--buyer{padding:22px 0}.lxh-dashboard-guide-hero--buyer .lxh-wrap{border-radius:10px;padding:20px 18px 22px}.lxh-dashboard-guide-hero--buyer .lxh-eyebrow{font-size:10px}.lxh-dashboard-guide-hero--buyer h1{margin:14px 0 16px;font-size:35px;line-height:43px}.lxh-dashboard-guide-hero--buyer p{padding:8px 10px;font-size:13px}}.lxh-buyer-guide-toc__group-icon,.lxh-buyer-guide-toc__item-icon{color:var(--lxh-guide-icon,var(--lxh-blue))!important;background:color-mix(in srgb,var(--lxh-guide-icon,var(--lxh-blue)) 10%,var(--lxh-surface))!important;border:1px solid color-mix(in srgb,var(--lxh-guide-icon,var(--lxh-blue)) 18%,var(--lxh-line))!important}.lxh-buyer-guide-toc :where(.tone-0){--lxh-guide-icon:#2563eb}.lxh-buyer-guide-toc :where(.tone-1){--lxh-guide-icon:#7c3aed}.lxh-buyer-guide-toc :where(.tone-2){--lxh-guide-icon:#0f9f8f}.lxh-buyer-guide-toc :where(.tone-3){--lxh-guide-icon:#d97706}.lxh-buyer-guide-toc :where(.tone-4){--lxh-guide-icon:#e11d48}.lxh-buyer-guide-toc :where(.tone-5){--lxh-guide-icon:#0891b2}.lxh-buyer-guide-toc :where(.tone-6){--lxh-guide-icon:#4f46e5}.lxh-buyer-guide-toc :where(.tone-7){--lxh-guide-icon:#15803d}.lxh-buyer-guide-toc__item-icon{border-radius:6px!important;flex:0 0 24px!important;place-items:center!important;width:24px!important;height:24px!important;display:grid!important}html[data-lxh-color-mode] .lxhp-app.lxhp-role-buyer[data-role=buyer] .lxhp-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;background:var(--lxb-bg);width:100%;min-height:100vh;color:var(--lxb-text);font-family:var(--lxh-open-sans),"Open Sans",sans-serif;letter-spacing:0;grid-template-columns:220px minmax(0,1fr);font-size:12px;line-height:1.35;display:grid}html[data-lxh-color-mode=dark] .lxb-dashboard,html[data-lxh-legacy-dark-disabled=true] .lxb-dashboard{--lxb-bg:var(--lxhp-bg);--lxb-card:var(--lxhp-panel);--lxb-text:var(--lxhp-text);--lxb-text-2:var(--lxhp-muted);--lxb-muted:var(--lxhp-muted);--lxb-subtle:var(--lxhp-subtle);--lxb-line:var(--lxhp-line);--lxb-purple-soft:color-mix(in srgb,var(--lxb-purple) 12%,var(--lxhp-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 button,.lxb-dashboard a,.lxb-dashboard select,.lxb-dashboard input{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{z-index:50;background:var(--lxb-card);border-right:1px solid var(--lxb-line);scrollbar-width:thin;flex-direction:column;grid-column:1;height:100vh;display:flex;position:sticky;top:0;overflow:auto}.lxb-brand{border-bottom:1px solid color-mix(in srgb,var(--lxb-line) 60%,transparent);justify-content:space-between;align-items:center;height:46px;padding:7px 14px 6px;display:flex}.lxb-brand>a{color:var(--lxb-text);align-items:center;gap:9px;display:flex}.lxb-brand>a strong{letter-spacing:-.045em;font-size:19px;font-weight:750;line-height:1}.lxb-brand-mark{background:conic-gradient(#5b36f5 0 74%,#aa8bff 0);color:#fff;border-radius:50%;place-items:center;width:27px;height:27px;font-size:0;display:grid;position:relative}.lxb-brand-mark:after{content:"";background:var(--lxb-card);border-radius:50%;width:11px;height:11px;position:absolute}.lxb-brand button{color:#17365d;background:0 0;border:0;place-items:center;width:26px;height:26px;padding:0;display:grid;border-radius:6px!important}.lxb-firm{border-bottom:1px solid color-mix(in srgb,var(--lxb-line) 75%,transparent);grid-template-columns:42px 1fr;gap:10px;min-height:79px;padding:6px 13px 10px;display:grid}.lxb-firm-mark{color:#fff;background:linear-gradient(145deg,#6b36ff,#3b16e8);border:1px solid #ffffff73;border-radius:8px;place-items:center;width:40px;height:40px;margin-top:1px;display:grid;box-shadow:0 6px 14px #5424f529}.lxb-firm>div{min-width:0}.lxb-firm strong,.lxb-firm small,.lxb-firm em{display:block}.lxb-firm strong{white-space:nowrap;text-overflow:ellipsis;max-width:137px;margin-top:1px;font-size:10px;font-weight:700;overflow:hidden}.lxb-firm small{color:var(--lxb-muted);margin-top:1px;font-size:8px}.lxb-firm em{color:#16a34a;background:#ecfdf3;border-radius:4px;width:max-content;margin-top:3px;padding:2px 5px;font-size:7px;font-style:normal;font-weight:700}.lxb-firm em.is-pending{color:#c47a00;background:#fff6e8}.lxb-firm p{color:var(--lxb-muted);margin:5px 0 0;font-size:8px}.lxb-firm p b{color:var(--lxb-purple);font-weight:700}.lxb-nav{flex-direction:column;gap:1px;padding:8px;display:flex}.lxb-nav>a{color:#304361;grid-template-columns:19px 1fr auto;align-items:center;gap:8px;min-height:34px;padding:0 10px;font-size:9px;font-weight:550;display:grid;position:relative;border-radius:7px!important}.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{color:#4c22e7;background:#f5f1ff}.lxb-nav>a.is-active:before{content:"";background:#5b36f5;border-radius:0 3px 3px 0;width:3px;position:absolute;top:4px;bottom:4px;left:-8px}.lxb-nav>a.is-active svg{color:#5b36f5}.lxb-nav-badge{color:#5c677a;background:#f2f4f7;border-radius:999px;place-items:center;min-width:18px;height:18px;padding:0 5px;font-size:7px;font-weight:700;display:grid}.lxb-nav-badge.is-new{color:#155eef;background:#edf4ff}.lxb-nav-badge.is-hot{color:#f02434;background:#fff0f1}.lxb-sidebar-lower{border-top:1px solid color-mix(in srgb,var(--lxb-line) 55%,transparent);margin-top:auto;padding:8px}.lxb-upgrade{background:#faf8ff;border:1px solid #efeafd;border-radius:8px;padding:12px 12px 10px}.lxb-upgrade>div{color:#4e2af0;align-items:center;gap:6px;display:flex}.lxb-upgrade>div strong{font-size:9px}.lxb-upgrade p{color:#59677c;margin:7px 0 9px;font-size:8px;line-height:1.45}.lxb-upgrade>a,.lxb-wallet>a{color:#fff;background:linear-gradient(90deg,#5532f6,#6129eb);place-items:center;min-height:30px;font-size:8px;font-weight:700;display:grid;border-radius:6px!important}.lxb-wallet{border:1px solid var(--lxb-line);background:var(--lxb-card);border-radius:8px;margin-top:9px;padding:12px}.lxb-wallet span,.lxb-wallet strong{display:block}.lxb-wallet span{color:#2550bd;font-size:8px;font-weight:700}.lxb-wallet strong{letter-spacing:-.03em;margin:5px 0 10px;font-size:17px;font-weight:750;line-height:1}.lxb-id-strip{border:1px solid var(--lxb-line);color:#4d2ce5;background:var(--lxb-card);grid-template-columns:17px 1fr 14px;align-items:center;gap:6px;height:42px;margin-top:9px;padding:0 9px;font-size:8px;font-weight:650;display:grid;border-radius:7px!important}.lxb-main{background:var(--lxb-bg);grid-column:2;min-width:0;min-height:100vh}.lxb-topbar{background:var(--lxb-card);border-bottom:1px solid color-mix(in srgb,var(--lxb-line) 65%,transparent);grid-template-columns:minmax(260px,1fr) auto;align-items:start;gap:12px;min-height:79px;padding:7px 17px 5px;display:grid}.lxb-mobile-menu{border:1px solid var(--lxb-line);background:var(--lxb-card);width:32px;height:32px;padding:0;display:none;border-radius:7px!important}.lxb-welcome h1{color:var(--lxb-text);margin:1px 0 2px;letter-spacing:-.025em!important;font-size:16px!important;font-weight:750!important;line-height:1.25!important}.lxb-welcome p{color:#4a67a1;margin:0;font-size:8px;line-height:1.4}.lxb-top-tools{grid-template-rows:33px 33px;grid-template-columns:296px 34px 80px 122px;place-items:center stretch;gap:7px 9px;display:grid}.lxb-global-search{border:1px solid var(--lxb-line);background:var(--lxb-card);border-radius:6px;align-items:center;gap:7px;height:31px;padding:0 8px;display:flex;box-shadow:0 1px 2px #10182805}.lxb-global-search svg{color:#4261a0}.lxb-global-search input{width:100%;min-width:0;color:var(--lxb-text);background:0 0;border:0;padding:0;font-size:8px}.lxb-global-search input::placeholder{color:#6c7da0}.lxb-global-search kbd{color:#697386;font:600 7px/1 var(--lxb-font);background:#f2f4f7;border-radius:4px;padding:3px 4px}.lxb-square-tool{border:1px solid var(--lxb-line);background:var(--lxb-card);color:#1b3969;place-items:center;width:34px;height:31px;padding:0;display:grid;position:relative;border-radius:6px!important}.lxb-square-tool>b{color:#fff;border:2px solid var(--lxb-card);background:#ea1d2c;border-radius:999px;place-items:center;min-width:15px;height:15px;padding:0 3px;font-size:6px;display:grid;position:absolute;top:-5px;right:-5px}.lxb-support-tool{height:31px}.lxb-support-tool .lxhp-topbar-chat{border:1px solid var(--lxb-line)!important;background:var(--lxb-card)!important;color:#162c4d!important;width:80px!important;height:31px!important;min-height:31px!important;box-shadow:none!important;border-radius:6px!important;justify-content:flex-start!important;gap:7px!important;padding:0 10px!important;display:flex!important;transform:none!important}.lxb-support-tool .lxhp-topbar-chat:after{content:"Support";font-size:8px;font-weight:700}.lxb-support-tool .lxhp-topbar-chat svg{width:15px!important;height:15px!important}.lxb-profile{border:1px solid var(--lxb-line);background:var(--lxb-card);grid-template-columns:24px 1fr 12px;align-items:center;gap:5px;width:122px;height:31px;padding:3px 6px 3px 4px;display:grid;border-radius:6px!important}.lxb-avatar{color:#fff;background:linear-gradient(135deg,#a5754c,#e6b785);border-radius:50%;place-items:center;width:23px;height:23px;font-size:7px;font-weight:700;display:grid;overflow:hidden}.lxb-avatar img{object-fit:cover;width:100%;height:100%}.lxb-profile>span:nth-child(2){text-align:left;min-width:0}.lxb-profile strong,.lxb-profile small{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.lxb-profile strong{font-size:7px;line-height:1.1}.lxb-profile small{color:#43536d;margin-top:2px;font-size:6px;line-height:1}.lxb-range-wrap{grid-area:2/4;position:relative}.lxb-range-wrap>label{border:1px solid var(--lxb-line);background:var(--lxb-card);border-radius:6px;align-items:center;height:31px;padding:0 7px;display:flex}.lxb-range-wrap select{appearance:none;color:#263a5a;background:0 0;border:0;width:100%;font-size:7px;font-weight:700}.lxb-range-wrap svg{color:#1f4b90}.lxb-notification-wrap,.lxb-profile-wrap{position:relative}.lxb-popover{z-index:85;border:1px solid var(--lxb-line);background:var(--lxb-card);border-radius:8px;width:270px;position:absolute;top:37px;right:0;overflow:hidden;box-shadow:0 14px 36px #10182826}.lxb-notifications>div{border-bottom:1px solid var(--lxb-line);justify-content:space-between;align-items:center;padding:9px 10px;display:flex}.lxb-notifications>div>strong{font-size:10px}.lxb-notifications>div>button{background:0 0;border:0}.lxb-notifications>button{text-align:left;border:0;border-bottom:1px solid color-mix(in srgb,var(--lxb-line) 65%,transparent);background:0 0;grid-template-columns:6px 1fr;gap:7px;width:100%;padding:8px 10px;display:grid}.lxb-notifications>button.is-unread{background:color-mix(in srgb,var(--lxb-purple) 4%,var(--lxb-card))}.lxb-notifications>button>span{background:var(--lxb-purple);border-radius:50%;width:5px;height:5px;margin-top:3px}.lxb-notifications>button strong,.lxb-notifications>button small{display:block}.lxb-notifications>button strong{font-size:8px}.lxb-notifications>button small{color:var(--lxb-muted);margin-top:2px;font-size:7px}.lxb-notifications>p{color:var(--lxb-muted);margin:0;padding:12px}.lxb-profile-menu{gap:6px;width:180px;padding:10px;display:grid}.lxb-profile-menu>strong{font-size:10px}.lxb-profile-menu>small{color:var(--lxb-muted);font-size:8px}.lxb-profile-menu>code{background:color-mix(in srgb,var(--lxb-purple) 5%,var(--lxb-card));color:var(--lxb-purple);border-radius:5px;padding:6px;font-size:7px}.lxb-profile-menu>a,.lxb-profile-menu>button{border:0;border-top:1px solid var(--lxb-line);text-align:left;color:var(--lxb-text);background:0 0;padding:7px 5px;font-size:8px}.lxb-custom-range{grid-template-columns:1fr 1fr;gap:7px;width:210px;padding:10px;display:grid}.lxb-custom-range label{color:var(--lxb-muted);gap:3px;font-size:7px;display:grid}.lxb-custom-range input{border:1px solid var(--lxb-line);background:var(--lxb-card);width:100%;height:29px;color:var(--lxb-text);border-radius:5px;padding:4px}.lxb-custom-range button{background:var(--lxb-purple);color:#fff;border:0;grid-column:1/-1;min-height:28px;border-radius:5px!important}.lxb-workspace{padding:5px 9px 16px}.lxb-banner{color:#8a5a00;background:#fff8e7;border:1px solid #fde2a7;border-radius:6px;gap:8px;margin-bottom:6px;padding:7px 9px;font-size:8px;display:flex}.lxb-banner.is-readonly{color:#1754a5;background:#f2f7ff;border-color:#cfe1ff}.lxb-banner.is-disabled{color:#a91f2c;background:#fff2f3;border-color:#ffd0d5}.lxb-quick-actions{gap:12px;margin-bottom:7px;display:flex}.lxb-quick-actions>button{border:1px solid var(--lxb-line);background:var(--lxb-card);color:#3930c8;align-items:center;gap:9px;min-width:128px;height:44px;padding:5px 12px;font-size:8px;font-weight:700;display:flex;position:relative;box-shadow:0 1px 2px #10182804;border-radius:7px!important}.lxb-quick-actions>button:nth-child(2){color:#119b50}.lxb-quick-actions>button:nth-child(3){color:#1158d7}.lxb-quick-actions>button>b{color:#fff;background:#ef1d2d;border-radius:999px;place-items:center;min-width:18px;height:18px;margin-left:auto;font-size:7px;display:grid}.lxb-icon-box{color:#5b36f5;background:#f1edff;border-radius:7px;flex:none;place-items:center;width:30px;height:30px;display:grid}.lxb-icon-box.is-blue{color:#146ef5;background:#edf4ff}.lxb-icon-box.is-green{color:#1aa85c;background:#eafaf1}.lxb-icon-box.is-red{color:#ff3545;background:#fff0f1}.lxb-icon-box.is-orange{color:#ef9414;background:#fff6e8}.lxb-primary-kpis{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin-bottom:8px;display:grid}.lxb-kpi{text-align:left;border:1px solid var(--lxb-line);background:var(--lxb-card);min-width:0;min-height:109px;padding:12px 10px 7px;transition:border-color .14s,transform .14s;overflow:hidden;border-radius:7px!important}.lxb-kpi:hover{border-color:color-mix(in srgb,var(--lxb-purple) 30%,var(--lxb-line));transform:translateY(-1px)}.lxb-kpi-head{justify-content:space-between;align-items:flex-start;gap:5px;display:flex}.lxb-kpi-head>div>span,.lxb-kpi-head>div>strong{display:block}.lxb-kpi-head>div>span{color:#293b5b;font-size:7px;font-weight:700}.lxb-kpi-head>div>strong{letter-spacing:-.025em;margin-top:3px;font-size:18px;font-weight:750;line-height:1}.lxb-kpi-head .lxb-icon-box{width:29px;height:29px}.lxb-kpi>small{border-radius:4px;margin-top:4px;padding:2px 4px;font-size:6px;font-weight:750;display:inline-flex}.lxb-kpi>small.is-success{color:#16a34a;background:#ecfdf3}.lxb-kpi>small.is-danger{color:#e52b3a;background:#fff0f1}.lxb-kpi>p{color:#62718b;align-items:center;gap:4px;min-height:12px;margin:4px 0 2px;font-size:6px;display:flex}.lxb-kpi .lxb-progress{margin-top:7px}.lxb-progress{background:#eceef2;border-radius:999px;height:5px;overflow:hidden}.lxb-progress>i{border-radius:inherit;background:linear-gradient(90deg,#6636ff,#5424f5);height:100%;display:block}.lxb-spark{width:100%;height:27px;margin-top:1px;overflow:visible}.lxb-spark polyline{fill:none;stroke:var(--lxb-blue);stroke-width:1.2px;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{grid-template-columns:1.35fr repeat(5,minmax(0,1fr));gap:8px;margin-bottom:8px;display:grid}.lxb-secondary-card{text-align:left;border:1px solid var(--lxb-line);background:var(--lxb-card);min-width:0;height:80px;padding:10px 11px;position:relative;border-radius:7px!important}.lxb-secondary-card>span,.lxb-secondary-card>strong,.lxb-secondary-card>p{display:block}.lxb-secondary-card>span{color:#25395b;font-size:7px;font-weight:700}.lxb-secondary-card>strong{letter-spacing:-.025em;margin-top:4px;font-size:17px;font-weight:750;line-height:1}.lxb-secondary-card>em{color:#16934b;background:#ecfdf3;border-radius:4px;padding:2px 4px;font-size:6px;font-style:normal;font-weight:700;position:absolute;top:31px;left:63px}.lxb-secondary-card>em.is-bad{color:#d9293a;background:#fff0f1}.lxb-secondary-card>p{color:#62718b;margin:7px 0 0;font-size:6px}.lxb-secondary-card>.lxb-icon-box{width:29px;height:29px;position:absolute;top:21px;right:10px}.lxb-budget-card{grid-template-columns:1fr 50px;align-items:center;gap:9px;display:grid}.lxb-budget-card>div>span{font-size:7px;font-weight:700}.lxb-budget-card>div>strong{margin:5px 0;font-size:16px;line-height:1;display:block}.lxb-budget-card>div>p{color:#68758a;justify-content:space-between;margin:4px 0 0;font-size:5.5px;display:flex}.lxb-ring{--lxb-value:0%;background:conic-gradient(#1d69f5 var(--lxb-value),#e8edf7 0);border-radius:50%;place-items:center;width:43px;height:43px;font-style:normal;display:grid;position:relative}.lxb-ring:after{content:"";background:var(--lxb-card);border-radius:50%;position:absolute;inset:4px}.lxb-ring b{z-index:1;color:#155eea;font-size:9px;position:relative}.lxb-widget{border:1px solid var(--lxb-line);background:var(--lxb-card);border-radius:7px;min-width:0;padding:10px;box-shadow:0 1px 2px #10182803}.lxb-widget h2{color:#153cdb;margin:0;letter-spacing:0!important;font-size:8px!important;font-weight:750!important;line-height:1.2!important}.lxb-widget-link{color:#4d24e8;background:0 0;border:0;align-items:center;gap:6px;margin-top:auto;padding:6px 0 0;font-size:6.5px;font-weight:700;display:inline-flex}.lxb-mid-row{grid-template-columns:minmax(220px,.72fr) minmax(430px,1.38fr) minmax(330px,1.05fr);gap:8px;margin-bottom:8px;display:grid}.lxb-mid-row>.lxb-widget{min-height:194px}.lxb-attention{flex-direction:column;display:flex}.lxb-attention>button:not(.lxb-widget-link){text-align:left;background:0 0;border:0;grid-template-columns:27px 1fr 25px;align-items:center;gap:6px;min-height:36px;padding:4px 0;display:grid}.lxb-attention>button>.lxb-icon-box{border-radius:6px;width:24px;height:24px}.lxb-attention>button span strong,.lxb-attention>button span small{display:block}.lxb-attention>button span strong{font-size:7px}.lxb-attention>button span small{color:#64748b;margin-top:1px;font-size:6px}.lxb-attention>button>b{border-radius:5px;place-items:center;width:22px;height:22px;font-size:7px;display:grid}.lxb-attention>button>b.is-red{color:#ef2739;background:#fff0f1}.lxb-attention>button>b.is-orange{color:#ef8f0c;background:#fff5e6}.lxb-attention>button>b.is-blue{color:#146ef5;background:#edf4ff}.lxb-campaign-performance{flex-direction:column;display:flex}.lxb-table-scroll{margin-top:6px;overflow:auto}.lxb-campaign-performance table{border-collapse:separate;border-spacing:0;width:100%;font-size:6px}.lxb-campaign-performance th{border-top:1px solid var(--lxb-line);border-bottom:1px solid var(--lxb-line);color:#34466b;text-align:left;white-space:nowrap;background:#fafbfe;padding:5px 6px;font-weight:700}.lxb-campaign-performance td{border-bottom:1px solid color-mix(in srgb,var(--lxb-line) 55%,transparent);white-space:nowrap;color:#253a5d;padding:6px}.lxb-campaign-performance tbody tr{cursor:pointer}.lxb-campaign-performance tbody tr:hover{background:#faf8ff}.lxb-status{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:2px 5px;font-size:5.5px;font-weight:700;display:inline-flex}.lxb-status.is-success{color:#14914a;background:#eafaf1}.lxb-status.is-warning{color:#d87b00;background:#fff4e5}.lxb-status.is-danger{color:#d9293a;background:#fff0f1}.lxb-status.is-info{color:#175cd3;background:#edf4ff}.lxb-conversion{flex-direction:column;display:flex}.lxb-donut-wrap{grid-template-columns:148px minmax(0,1fr);align-items:center;gap:12px;min-width:0;padding:7px 4px 3px;display:grid}.lxb-donut{border:0;place-items:center;width:128px;height:128px;display:grid;position:relative;border-radius:50%!important}.lxb-donut:after{content:"";background:var(--lxb-card);border-radius:50%;position:absolute;inset:23px}.lxb-donut>span{z-index:1;text-align:center;position:relative}.lxb-donut>span strong,.lxb-donut>span small{display:block}.lxb-donut>span strong{font-size:15px}.lxb-donut>span small{color:#54627a;max-width:74px;margin:3px auto 0;font-size:5.5px;line-height:1.25}.lxb-donut-legend{gap:8px;min-width:0;display:grid}.lxb-donut-legend>button{text-align:left;background:0 0;border:0;grid-template-columns:7px 1fr auto;align-items:center;gap:6px;min-width:0;padding:0;font-size:6.5px;display:grid}.lxb-donut-legend>button i{border-radius:50%;width:6px;height:6px}.lxb-donut-legend>button span{white-space:nowrap;text-overflow:ellipsis;color:#34466b;overflow:hidden}.lxb-donut-legend>button strong{color:#26385a;font-size:6.5px}.lxb-analytics-row{grid-template-columns:1.4fr .74fr 1.02fr .98fr;gap:8px;margin-bottom:8px;display:grid}.lxb-analytics-row>.lxb-widget{flex-direction:column;min-height:198px;display:flex}.lxb-widget-heading{justify-content:space-between;align-items:center;gap:6px;display:flex}.lxb-widget-heading select{border:1px solid var(--lxb-line);background:var(--lxb-card);color:#34466b;border-radius:4px;height:20px;padding:0 18px 0 5px;font-size:5.5px}.lxb-chart-legend{color:#465775;flex-wrap:wrap;gap:9px;margin:7px 0 3px;font-size:5.5px;display:flex}.lxb-chart-legend span{align-items:center;gap:3px;display:flex}.lxb-chart-legend i{background:#146ef5;border-radius:2px;width:6px;height:6px}.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{background:0 0;border-top:1px dashed #6d35f7;border-radius:0;width:14px;height:0}.lxb-line-chart{width:100%;height:132px;overflow:visible}.lxb-line-chart .grid path{stroke:#edf0f5;stroke-width:1px}.lxb-line-chart polyline{fill:none;stroke-width:1.5px;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{gap:7px;margin-top:10px;display:grid}.lxb-bars>button{text-align:left;background:0 0;border:0;grid-template-columns:66px 1fr 28px;align-items:center;gap:5px;padding:0;font-size:5.5px;display:grid}.lxb-bars>button>span{white-space:nowrap;text-overflow:ellipsis;color:#43516b;overflow:hidden}.lxb-bars>button>i{background:#f1f3f7;height:7px;overflow:hidden}.lxb-bars>button>i>b{background:#146ef5;height:100%;display:block}.lxb-bars>button>strong{font-size:5.5px;font-weight:600}.lxb-stacked-bars{gap:8px;margin-top:7px;display:grid}.lxb-stacked-bars>button{text-align:left;background:0 0;border:0;grid-template-columns:56px minmax(0,1fr) 24px;align-items:center;gap:5px;padding:0;font-size:5.5px;display:grid}.lxb-stacked-bars>button>span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.lxb-stacked-bars>button>i{background:#eef1f6;height:11px;font-style:normal;display:flex;overflow:hidden}.lxb-stacked-bars>button>i>b{color:#fff;place-items:center;min-width:0;font-size:4.8px;font-weight:700;display:grid;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{grid-template-columns:minmax(610px,3.9fr) repeat(3,minmax(150px,.85fr));align-items:stretch;gap:8px;scroll-margin-top:10px;display:grid}.lxb-bottom-row>.lxb-widget{min-height:244px}.lxb-recent-leads{flex-direction:column;padding:0;display:flex;overflow:hidden}.lxb-recent-head{border-bottom:1px solid var(--lxb-line);padding:10px 9px 0;position:relative}.lxb-recent-head>h2{color:#1c2f54;position:absolute;top:15px;left:9px}.lxb-lead-tools{grid-template-columns:minmax(120px,1.55fr) repeat(5,minmax(72px,.85fr)) minmax(72px,.9fr);gap:6px;padding-left:104px;display:grid}.lxb-lead-search{border:1px solid var(--lxb-line);background:var(--lxb-card);color:#496188;border-radius:5px;align-items:center;gap:5px;height:27px;padding:0 7px;display:flex}.lxb-lead-search input{width:100%;min-width:0;color:var(--lxb-text);background:0 0;border:0;font-size:6px}.lxb-filter-select select,.lxb-more-filter{border:1px solid var(--lxb-line);background:var(--lxb-card);color:#324766;width:100%;height:27px;padding:0 7px;font-size:5.5px;border-radius:5px!important}.lxb-more-filter{justify-content:center;align-items:center;gap:5px;display:flex}.lxb-more-panel{border:1px solid var(--lxb-line);background:#fafbfe;border-radius:6px;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin:6px 0 0;padding:6px;display:grid}.lxb-active-filters{flex-wrap:wrap;align-items:center;gap:6px;min-height:33px;padding:6px 0;font-size:5.5px;display:flex}.lxb-active-filters>strong{margin-right:2px;font-size:6px}.lxb-active-filters>button:not(.lxb-clear-all){color:#3053a0;background:#f1f5ff;border:0;height:19px;padding:0 7px;font-size:5.5px;border-radius:4px!important}.lxb-active-filters>button span{color:#315de5;font-weight:700}.lxb-active-filters .lxb-clear-all{color:#4430d6;background:0 0;border:0;height:19px;padding:0 4px;font-size:5.5px;border-radius:4px!important}.lxb-no-filter{color:#8a95a7}.lxb-lead-table-wrap{flex:1;overflow:auto}.lxb-lead-table-wrap table{border-collapse:collapse;width:100%;min-width:880px;font-size:4.7px}.lxb-lead-table-wrap th{border-bottom:1px solid var(--lxb-line);color:#40516d;text-align:left;white-space:nowrap;background:#fafbfe;padding:5px 4px;font-weight:750}.lxb-lead-table-wrap td{border-bottom:1px solid color-mix(in srgb,var(--lxb-line) 50%,transparent);color:#30415e;white-space:nowrap;height:25px;padding:4px}.lxb-lead-table-wrap tbody tr:hover{background:#faf8ff}.lxb-lead-table-wrap td>a{color:#244a9a;font-weight:650}.lxb-score{border-radius:4px;place-items:center;min-width:18px;height:15px;padding:0 3px;font-size:4.8px;font-weight:750;display:inline-grid}.lxb-score.is-high{color:#15934b;background:#eafaf1}.lxb-score.is-good{color:#23a15c;background:#f0fbf5}.lxb-score.is-mid{color:#d67a00;background:#fff5e8}.lxb-score.is-low{color:#d9293a;background:#fff0f1}.lxb-tier{color:#5c4a91;font-size:4.8px}.lxb-row-actions{align-items:center;gap:4px;display:flex}.lxb-row-actions>a,.lxb-row-actions>details>summary{color:#264f99;cursor:pointer;place-items:center;width:14px;height:14px;list-style:none;display:grid;border-radius:3px!important}.lxb-row-actions details{position:relative}.lxb-row-actions details>div{z-index:20;border:1px solid var(--lxb-line);background:var(--lxb-card);border-radius:4px;width:70px;padding:4px;position:absolute;top:17px;right:0;box-shadow:0 7px 20px #1018281f}.lxb-row-actions details>div a{color:var(--lxb-text);padding:4px;font-size:5px;display:block}.lxb-recent-footer{justify-content:space-between;align-items:center;gap:8px;height:38px;padding:0 10px;display:flex}.lxb-recent-footer .lxb-widget-link{margin:0;padding:0}.lxb-pagination{align-items:center;gap:5px;display:flex}.lxb-pagination button{color:#34466b;background:0 0;border:0;width:21px;height:21px;padding:0;font-size:6px;border-radius:4px!important}.lxb-pagination button.is-active{color:#4d2be2;background:#faf8ff;border:1px solid #8069ff}.lxb-pagination button:disabled{opacity:.35}.lxb-pagination span{font-size:6px}.lxb-ops{flex-direction:column;padding:12px 11px;display:flex}.lxb-ops>h2,.lxb-ops-title h2{color:#2444be}.lxb-ops-title{justify-content:space-between;align-items:center;gap:5px;display:flex}.lxb-ops-title>span{color:#15934b;background:#eafaf1;border-radius:999px;align-items:center;gap:4px;padding:2px 4px;font-size:5px;font-weight:700;display:flex}.lxb-ops-title>span>i{background:#22b573;border-radius:999px;width:20px;height:11px;position:relative}.lxb-ops-title>span>i:after{content:"";background:#fff;border-radius:50%;width:9px;height:9px;position:absolute;top:1px;right:1px}.lxb-ops-title>span.is-off{color:#d9293a;background:#fff0f1}.lxb-ops-title>span.is-off>i{background:#f04c5c}.lxb-ops-title>span.is-off>i:after{left:1px;right:auto}.lxb-ops-row,.lxb-health-row{justify-content:space-between;align-items:center;gap:6px;min-height:27px;padding:3px 0;display:flex}.lxb-ops-row span,.lxb-health-row span{color:#54637b;font-size:5.5px}.lxb-ops-row strong,.lxb-health-row strong{text-align:right;color:#273b5d;align-items:center;gap:3px;font-size:5.5px;font-weight:650;display:flex}.lxb-green-dot{background:#22b573;border-radius:50%;width:5px;height:5px}.lxb-health-row strong svg{color:#18a154}.lxb-health-row strong svg.lxh-semantic-icon[aria-label]{color:inherit}.lxb-health-row strong:has(svg:first-child){color:#304563}.lxb-health-row strong svg:first-child{flex:none}.lxb-health .lxb-health-row strong svg[viewBox]{color:#18a154}.lxb-ops .lxb-widget-link{margin-top:auto}.lxb-widget-state{text-align:center;min-height:120px;color:var(--lxb-muted);align-content:center;place-items:center;gap:7px;font-size:7px;display:grid}.lxb-widget-state strong{font-size:7px;font-weight:600}.lxb-widget-state button{border:1px solid var(--lxb-line);background:var(--lxb-card);min-height:25px;color:var(--lxb-purple);padding:0 8px;border-radius:5px!important}.lxb-widget-state.is-error svg{color:var(--lxb-red)}.lxb-chart-skeleton,.lxb-skeleton-table{background:linear-gradient(90deg,#f1f3f6 25%,#f8f9fb 37%,#f1f3f6 63%) 0 0/400% 100%;border-radius:5px;min-height:120px;margin-top:8px;animation:1.3s infinite lxb-shimmer}.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 .lxhp-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{width:220px;transition:transform .18s;position:fixed;top:0;left:0;transform:translate(-102%)}.lxb-dashboard.is-sidebar-open .lxb-sidebar{transform:none}.lxb-scrim{display:none}.lxb-dashboard.is-sidebar-open .lxb-scrim{z-index:45;background:#0f172a59;border:0;display:block;position:fixed;inset:0}.lxb-main{width:100%}.lxb-topbar{grid-template-columns:34px 1fr;align-items:start}.lxb-mobile-menu{grid-row:1/span 2;display:grid}.lxb-top-tools{grid-column:2;grid-template-columns:minmax(180px,1fr) 34px 74px 112px;width:100%}.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-top:25px;padding-left:0}.lxb-recent-head>h2{top:12px}}@media (max-width:660px){.lxb-topbar{grid-template-columns:32px 1fr;padding:8px}.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 .lxhp-topbar-chat{width:100%!important}.lxb-profile-wrap{grid-column:2/span 2}.lxb-profile{width:100%}.lxb-range-wrap{grid-area:auto/1/auto/-1}.lxb-workspace{padding:7px}.lxb-quick-actions{grid-template-columns:1fr 1fr;display:grid}.lxb-quick-actions>button{min-width:0}.lxb-primary-kpis,.lxb-secondary-kpis,.lxb-analytics-row,.lxb-bottom-row,.lxb-mid-row{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),.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),.lxb-support-tool .lxhp-topbar-chat:after,.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{--lxh-dashboard-font:var(--lxh-open-sans),"Open Sans",sans-serif;--lxh-dashboard-h1:22px;--lxh-dashboard-h2:18px;--lxh-dashboard-h3:16px;--lxh-dashboard-body:14px;--lxh-dashboard-secondary:13px;--lxh-dashboard-small:12px;--lxh-dashboard-table:12.5px;--lxh-dashboard-button:13px;--lxh-dashboard-gap:14px;--lxh-dashboard-pad:16px}html[data-lxh-color-mode] :where(.lxhp-app,.lxb-dashboard,.lxh-admin-grid),html[data-lxh-color-mode] :where(.lxhp-app,.lxb-dashboard,.lxh-admin-grid) *{font-family:var(--lxh-dashboard-font)!important}html[data-lxh-color-mode] :where(.lxhp-app,.lxb-dashboard){font-size:var(--lxh-dashboard-body);letter-spacing:.01em;min-width:0;max-width:none;line-height:1.5;overflow-x:clip}html[data-lxh-color-mode] :where(.lxhp-app,.lxb-dashboard) :where(button,input,select,textarea){font-family:var(--lxh-dashboard-font)!important}html[data-lxh-color-mode] .lxhp-content .lxhp-page-heading h1{font-size:var(--lxh-dashboard-h1)!important;letter-spacing:-.01em!important;font-weight:700!important;line-height:1.35!important}html[data-lxh-color-mode] .lxhp-content :where(h2,.lxhp-panel__head h2,.lxhp-card__head strong,.lxhp-module-hero h2){font-size:var(--lxh-dashboard-h2)!important;letter-spacing:-.005em!important;font-weight:700!important;line-height:1.35!important}html[data-lxh-color-mode] .lxhp-content :where(h3,.lxhp-panel__head h3){font-size:var(--lxh-dashboard-h3)!important;letter-spacing:0!important;font-weight:600!important;line-height:1.4!important}html[data-lxh-color-mode] .lxhp-content :where(p,li,input,select,textarea,label){font-size:var(--lxh-dashboard-body)!important;letter-spacing:.01em!important;font-weight:400!important;line-height:1.5!important}html[data-lxh-color-mode] .lxhp-content :where(small,.lxhp-panel__head p,.lxhp-card__head small,.lxhp-module-hero p,.lxhp-cell-note){font-size:var(--lxh-dashboard-secondary)!important;letter-spacing:.01em!important;font-weight:400!important;line-height:1.45!important}html[data-lxh-color-mode] .lxhp-content :where(.lxhp-btn,button){font-size:var(--lxh-dashboard-button)!important;letter-spacing:.005em!important;font-weight:600!important;line-height:1.2!important}html[data-lxh-color-mode] .lxhp-table th{font-size:var(--lxh-dashboard-table)!important;letter-spacing:.01em!important;font-weight:600!important;line-height:1.4!important}html[data-lxh-color-mode] .lxhp-table td{font-size:var(--lxh-dashboard-table)!important;letter-spacing:.005em!important;font-weight:400!important;line-height:1.45!important}html[data-lxh-color-mode] .lxhp-content :where(.lxhp-status-pill,.lxhp-badge,.lxhp-nav__badge,.lxhp-heading-status,.lxhp-iam-badge,.lxhp-chat-role,.lxhp-chat-status,.lxhp-chat-priority){font-size:var(--lxh-dashboard-small)!important;letter-spacing:.01em!important;font-weight:600!important;line-height:1.4!important}html[data-lxh-color-mode] .lxhp-kpi__copy strong,html[data-lxh-color-mode] .lxhp-content :where(.lxhp-balance strong,.lxhp-stat-card strong){letter-spacing:-.01em!important;font-size:clamp(18px,1.05vw,20px)!important;font-weight:600!important;line-height:1.25!important}html[data-lxh-color-mode] .lxhp-sidebar{box-sizing:border-box;flex-shrink:0}html[data-lxh-color-mode] .lxhp-nav__item,html[data-lxh-color-mode] .lxhp-nav--grouped .lxhp-nav__item{grid-template-columns:32px minmax(0,1fr) auto;gap:9px!important;min-height:38px!important;padding-block:4px!important}html[data-lxh-color-mode] .lxhp-nav__label,html[data-lxh-color-mode] .lxhp-nav--grouped .lxhp-nav__label,html[data-lxh-color-mode] .lxhp-nav-group__label>span:last-child{letter-spacing:.01em!important;font-size:14px!important;font-weight:500!important;line-height:1.4!important}html[data-lxh-color-mode] .lxhp-nav__item.is-active .lxhp-nav__label,html[data-lxh-color-mode] .lxhp-nav-group.is-active>.lxhp-nav-group__toggle .lxhp-nav-group__label>span:last-child{font-weight:600!important}html[data-lxh-color-mode] .lxhp-nav__badge{font-size:12px!important;font-weight:600!important;line-height:1.4!important}html[data-lxh-color-mode] .lxhp-nav__icon{flex:0 0 32px}html[data-lxh-color-mode] .lxhp-main,html[data-lxh-color-mode] .lxhp-content{width:100%;min-width:0;max-width:none}html[data-lxh-color-mode] .lxhp-content{padding:var(--lxh-dashboard-pad)!important}html[data-lxh-color-mode] .lxhp-content :where(.lxhp-kpi-grid,.lxhp-grid--dashboard,.lxhp-grid--lower,.lxhp-grid--two,.lxhp-workspace-grid,.lxhp-market-grid,.lxhp-integration-grid,.lxhp-form-grid,.lxhp-finance-layout){gap:var(--lxh-dashboard-gap)!important}html[data-lxh-color-mode] .lxhp-content :where(.lxhp-panel__head,.lxhp-card__head,.lxhp-page-heading,.lxhp-table-tools,.lxhp-action-row){flex-wrap:wrap;min-width:0}html[data-lxh-color-mode] .lxhp-content :where(.lxhp-panel__head,.lxhp-card__head)>*,html[data-lxh-color-mode] .lxhp-content :where(.lxhp-panel,.lxhp-card,.lxhp-kpi,.lxhp-module-hero,.lxhp-workspace-grid>*,.lxhp-grid--dashboard>*,.lxhp-grid--lower>*){min-width:0}html[data-lxh-color-mode] .lxhp-table-wrap{width:100%;max-width:100%;overflow-y:visible;overflow-x:auto!important}html[data-lxh-color-mode] .lxhp-table{width:100%;max-width:100%}html[data-lxh-color-mode] .lxhp-content :where(svg,canvas){max-width:100%}html[data-lxh-color-mode] .lxhp-content :where(input,select,textarea,button){min-width:0;max-width:100%}html[data-lxh-color-mode] .lxhp-topbar,html[data-lxh-color-mode] .lxhp-topbar__left,html[data-lxh-color-mode] .lxhp-topbar__right,html[data-lxh-color-mode] .lxhp-search-wrap,html[data-lxh-color-mode] .lxhp-profile__copy{min-width:0}html[data-lxh-color-mode] .lxhp-avatar,html[data-lxh-color-mode] .lxhp-avatar img{aspect-ratio:1!important;object-fit:cover!important;border-radius:50%!important;flex-shrink:0!important}html[data-lxh-color-mode] .lxb-dashboard{font-size:var(--lxh-dashboard-body);letter-spacing:.01em;line-height:1.5;font-family:var(--lxh-dashboard-font)!important}html[data-lxh-color-mode] .lxb-welcome h1{font-size:var(--lxh-dashboard-h1)!important;letter-spacing:-.01em!important;font-weight:700!important;line-height:1.35!important}html[data-lxh-color-mode] .lxb-dashboard h2{font-size:var(--lxh-dashboard-h2)!important;letter-spacing:-.005em!important;font-weight:700!important;line-height:1.35!important}html[data-lxh-color-mode] .lxb-dashboard h3{font-size:var(--lxh-dashboard-h3)!important;font-weight:600!important;line-height:1.4!important}html[data-lxh-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(--lxh-dashboard-secondary)!important;letter-spacing:.01em!important;font-weight:400!important;line-height:1.45!important}html[data-lxh-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(--lxh-dashboard-button)!important;letter-spacing:.005em!important;font-weight:600!important;line-height:1.2!important}html[data-lxh-color-mode] .lxb-dashboard :where(.lxb-nav>a){min-height:38px;letter-spacing:.01em!important;font-size:14px!important;font-weight:500!important;line-height:1.4!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-nav>a.is-active{font-weight:600!important}html[data-lxh-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(--lxh-dashboard-small)!important;letter-spacing:.01em!important;font-weight:600!important;line-height:1.4!important}html[data-lxh-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(--lxh-dashboard-body)!important;letter-spacing:.005em!important;line-height:1.45!important}html[data-lxh-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-lxh-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){letter-spacing:-.01em!important;font-size:clamp(18px,1.05vw,20px)!important;font-weight:600!important;line-height:1.25!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-lead-table-wrap table{font-size:var(--lxh-dashboard-table)!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-lead-table-wrap th{font-size:var(--lxh-dashboard-table)!important;letter-spacing:.01em!important;font-weight:600!important;line-height:1.4!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-lead-table-wrap td{font-size:var(--lxh-dashboard-table)!important;letter-spacing:.005em!important;font-weight:400!important;line-height:1.45!important}html[data-lxh-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-lxh-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-lxh-color-mode] .lxb-dashboard :where(.lxb-firm small,.lxb-firm p,.lxb-upgrade p,.lxb-profile small){font-size:12px!important}html[data-lxh-color-mode] .lxb-dashboard :where(.lxb-upgrade>a,.lxb-wallet>a,.lxb-id-strip),html[data-lxh-color-mode] .lxb-dashboard :where(){font-size:13px!important;font-weight:600!important}html[data-lxh-color-mode] .lxb-avatar,html[data-lxh-color-mode] .lxb-avatar img{aspect-ratio:1!important;object-fit:cover!important;border-radius:50%!important;flex-shrink:0!important}html[data-lxh-color-mode] .lxb-workspace{padding:12px 14px 18px}html[data-lxh-color-mode] .lxb-quick-actions{flex-wrap:wrap;gap:12px;margin-bottom:12px}html[data-lxh-color-mode] .lxb-primary-kpis,html[data-lxh-color-mode] .lxb-secondary-kpis,html[data-lxh-color-mode] .lxb-mid-row,html[data-lxh-color-mode] .lxb-analytics-row,html[data-lxh-color-mode] .lxb-bottom-row{gap:12px;margin-bottom:12px}html[data-lxh-color-mode] .lxb-widget,html[data-lxh-color-mode] .lxb-kpi{min-width:0;padding:14px}html[data-lxh-color-mode] .lxb-secondary-card{min-width:0;height:auto;min-height:92px;padding:14px}html[data-lxh-color-mode] .lxb-main{min-width:0;overflow-x:clip}html[data-lxh-color-mode] .lxb-topbar{align-items:start;gap:14px;min-width:0;padding:10px 16px}html[data-lxh-color-mode] .lxb-top-tools,html[data-lxh-color-mode] .lxb-global-search,html[data-lxh-color-mode] .lxb-profile,html[data-lxh-color-mode] .lxb-range-wrap,html[data-lxh-color-mode] .lxb-support-tool{min-width:0}html[data-lxh-color-mode] .lxb-recent-head{grid-template-columns:max-content minmax(0,1fr);align-items:start;gap:12px;padding:14px 14px 0;display:grid;position:static}html[data-lxh-color-mode] .lxb-recent-head>h2{min-width:0;margin:5px 0 0;position:static!important;inset:auto!important}html[data-lxh-color-mode] .lxb-lead-tools{grid-template-columns:minmax(180px,1.5fr) repeat(5,minmax(110px,.9fr)) minmax(110px,.9fr);gap:8px;min-width:0;display:grid;padding:0!important}html[data-lxh-color-mode] .lxb-lead-search,html[data-lxh-color-mode] .lxb-filter-select select,html[data-lxh-color-mode] .lxb-more-filter{min-width:0;height:36px}html[data-lxh-color-mode] .lxb-more-panel{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:8px}html[data-lxh-color-mode] .lxb-active-filters{gap:6px;padding:8px 0;font-size:12px!important}html[data-lxh-color-mode] .lxb-lead-table-wrap{overscroll-behavior-inline:contain;width:100%;max-width:100%;overflow:auto visible}html[data-lxh-color-mode] .lxb-lead-table-wrap table{min-width:1280px}html[data-lxh-color-mode] .lxb-lead-table-wrap th,html[data-lxh-color-mode] .lxb-lead-table-wrap td{padding:8px 7px}html[data-lxh-color-mode] .lxb-recent-footer{flex-wrap:wrap;height:auto;min-height:42px}html[data-lxh-color-mode] .lxb-chart-legend,html[data-lxh-color-mode] .lxb-donut-legend,html[data-lxh-color-mode] .lxb-widget-heading{flex-wrap:wrap;min-width:0}html[data-lxh-color-mode] .lxb-dashboard :where(svg,canvas){max-width:100%}@media (min-width:2560px){html[data-lxh-color-mode] .lxhp-content{padding:16px 18px!important}html[data-lxh-color-mode] .lxhp-content :where(.lxhp-kpi-grid,.lxhp-grid--dashboard,.lxhp-grid--lower,.lxhp-grid--two,.lxhp-workspace-grid){gap:14px!important}html[data-lxh-color-mode] .lxb-workspace{padding:14px 16px 18px}html[data-lxh-color-mode] .lxb-primary-kpis{grid-template-columns:repeat(6,minmax(0,1fr))}html[data-lxh-color-mode] .lxb-secondary-kpis{grid-template-columns:1.35fr repeat(5,minmax(0,1fr))}html[data-lxh-color-mode] .lxb-mid-row{grid-template-columns:minmax(280px,.72fr) minmax(560px,1.38fr) minmax(420px,1.05fr)}html[data-lxh-color-mode] .lxb-analytics-row{grid-template-columns:1.4fr .74fr 1.02fr .98fr}html[data-lxh-color-mode] .lxb-bottom-row{grid-template-columns:minmax(760px,3.9fr) repeat(3,minmax(210px,.85fr))}}@media (max-width:1600px){html[data-lxh-color-mode] .lxb-top-tools{grid-template-columns:minmax(220px,1fr) 34px 80px 122px}html[data-lxh-color-mode] .lxb-primary-kpis,html[data-lxh-color-mode] .lxb-secondary-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}html[data-lxh-color-mode] .lxb-mid-row{grid-template-columns:minmax(240px,.8fr) minmax(0,1.4fr)}html[data-lxh-color-mode] .lxb-conversion{grid-column:1/-1}html[data-lxh-color-mode] .lxb-analytics-row{grid-template-columns:repeat(2,minmax(0,1fr))}html[data-lxh-color-mode] .lxb-bottom-row{grid-template-columns:repeat(3,minmax(0,1fr))}html[data-lxh-color-mode] .lxb-recent-leads{grid-column:1/-1}html[data-lxh-color-mode] .lxb-recent-head{grid-template-columns:1fr}html[data-lxh-color-mode] .lxb-recent-head>h2{margin-top:0}html[data-lxh-color-mode] .lxb-lead-tools{grid-template-columns:minmax(180px,1.4fr) repeat(3,minmax(120px,1fr))}}@media (max-width:1100px){html[data-lxh-color-mode] .lxhp-content{padding:12px!important}html[data-lxh-color-mode] .lxhp-topbar{height:auto;min-height:var(--lxhp-topbar);flex-wrap:wrap;padding-block:8px}html[data-lxh-color-mode] .lxhp-topbar__right{flex-wrap:wrap;justify-content:flex-end;margin-left:auto}html[data-lxh-color-mode] .lxhp-content :where(.lxhp-kpi-grid,.lxhp-market-grid,.lxhp-integration-grid){grid-template-columns:repeat(2,minmax(0,1fr))!important}html[data-lxh-color-mode] .lxb-lead-tools{grid-template-columns:repeat(3,minmax(0,1fr))}html[data-lxh-color-mode] .lxb-bottom-row{grid-template-columns:1fr 1fr}html[data-lxh-color-mode] .lxb-recent-leads{grid-column:1/-1}}@media (max-width:834px){:root{--lxh-dashboard-h1:21px;--lxh-dashboard-h2:17px;--lxh-dashboard-gap:11px;--lxh-dashboard-pad:11px}html[data-lxh-color-mode] .lxhp-content{padding:11px!important}html[data-lxh-color-mode] .lxhp-content :where(.lxhp-kpi-grid,.lxhp-market-grid,.lxhp-integration-grid,.lxhp-form-grid){grid-template-columns:repeat(2,minmax(0,1fr))!important}html[data-lxh-color-mode] .lxb-workspace{padding:10px}html[data-lxh-color-mode] .lxb-primary-kpis,html[data-lxh-color-mode] .lxb-secondary-kpis,html[data-lxh-color-mode] .lxb-analytics-row,html[data-lxh-color-mode] .lxb-bottom-row{grid-template-columns:repeat(2,minmax(0,1fr))}html[data-lxh-color-mode] .lxb-mid-row{grid-template-columns:1fr}html[data-lxh-color-mode] .lxb-conversion{grid-column:auto}html[data-lxh-color-mode] .lxb-recent-leads{grid-column:1/-1}html[data-lxh-color-mode] .lxb-lead-tools{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){:root{--lxh-dashboard-h1:20px;--lxh-dashboard-h2:16px;--lxh-dashboard-h3:15px;--lxh-dashboard-gap:9px;--lxh-dashboard-pad:9px}html[data-lxh-color-mode] .lxhp-content{padding:9px!important}html[data-lxh-color-mode] .lxhp-page-heading{gap:10px;margin-bottom:12px}html[data-lxh-color-mode] .lxhp-content :where(.lxhp-kpi-grid,.lxhp-market-grid,.lxhp-integration-grid,.lxhp-form-grid){grid-template-columns:1fr!important}html[data-lxh-color-mode] .lxhp-content :where(.lxhp-panel,.lxhp-card,.lxhp-kpi){min-width:0}html[data-lxh-color-mode] .lxb-workspace{padding:8px}html[data-lxh-color-mode] .lxb-quick-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}html[data-lxh-color-mode] .lxb-primary-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}html[data-lxh-color-mode] .lxb-secondary-kpis,html[data-lxh-color-mode] .lxb-mid-row,html[data-lxh-color-mode] .lxb-analytics-row,html[data-lxh-color-mode] .lxb-bottom-row{grid-template-columns:1fr}html[data-lxh-color-mode] .lxb-recent-leads{grid-column:auto!important}html[data-lxh-color-mode] .lxb-lead-tools{grid-template-columns:1fr 1fr}html[data-lxh-color-mode] .lxb-more-panel{grid-template-columns:1fr}html[data-lxh-color-mode] .lxb-recent-footer{align-items:flex-start}}@media (max-width:390px){html[data-lxh-color-mode] .lxb-primary-kpis,html[data-lxh-color-mode] .lxb-quick-actions,html[data-lxh-color-mode] .lxb-lead-tools{grid-template-columns:1fr}}html[data-lxh-color-mode] .lxh-admin-main h1{letter-spacing:-.01em;font-size:22px;font-weight:700;line-height:1.35}html[data-lxh-color-mode] .lxh-admin-main h2{letter-spacing:-.005em;font-size:18px;font-weight:700;line-height:1.35}html[data-lxh-color-mode] .lxh-admin-main :where(p,li,input,select,textarea){letter-spacing:.01em;font-size:14px;font-weight:400;line-height:1.5}html[data-lxh-color-mode] .lxh-admin-sidebar a{letter-spacing:.01em;font-size:14px;font-weight:500;line-height:1.4}html[data-lxh-color-mode] .lxh-admin-table th{font-size:12.5px;font-weight:600;line-height:1.4}html[data-lxh-color-mode] .lxh-admin-table td{font-size:12.5px;font-weight:400;line-height:1.45}html[data-lxh-color-mode] .lxh-admin-main{width:100%;min-width:0;max-width:none;padding:16px}html[data-lxh-color-mode] .lxh-admin-card{min-width:0}html[data-lxh-color-mode] .lxh-admin-main{overflow-x:clip}html[data-lxh-color-mode] .lxh-admin-card{overflow-x:auto}@media (max-width:600px){html[data-lxh-color-mode] .lxh-admin-main{padding:9px}}html[data-lxh-color-mode] .lxhp-app[data-role][data-role][data-role][data-role][data-role] *,html[data-lxh-color-mode] .lxhp-app[data-role][data-role][data-role][data-role][data-role] :where(button,input,select,textarea){font-family:var(--lxh-dashboard-font)!important}html[data-lxh-color-mode] .lxhp-app[data-role][data-role][data-role][data-role][data-role] .lxhp-content .lxhp-page-heading h1{font-size:var(--lxh-dashboard-h1)!important;letter-spacing:-.01em!important;font-weight:700!important;line-height:1.35!important}html[data-lxh-color-mode] .lxhp-app[data-role][data-role][data-role][data-role][data-role] .lxhp-content h2,html[data-lxh-color-mode] .lxhp-app[data-role][data-role][data-role][data-role][data-role] .lxhp-content .lxhp-panel__head h2,html[data-lxh-color-mode] .lxhp-app[data-role][data-role][data-role][data-role][data-role] .lxhp-content .lxhp-card__head strong,html[data-lxh-color-mode] .lxhp-app[data-role][data-role][data-role][data-role][data-role] .lxhp-content .lxhp-module-hero h2{font-size:var(--lxh-dashboard-h2)!important;letter-spacing:-.005em!important;font-weight:700!important;line-height:1.35!important}html[data-lxh-color-mode] .lxhp-app[data-role][data-role][data-role][data-role][data-role] .lxhp-content h3,html[data-lxh-color-mode] .lxhp-app[data-role][data-role][data-role][data-role][data-role] .lxhp-content .lxhp-panel__head h3{font-size:var(--lxh-dashboard-h3)!important;letter-spacing:0!important;font-weight:600!important;line-height:1.4!important}html[data-lxh-color-mode] .lxhp-app[data-role][data-role][data-role][data-role][data-role] .lxhp-content :where(p,li,input,select,textarea,label){font-size:var(--lxh-dashboard-body)!important;letter-spacing:.01em!important;font-weight:400!important;line-height:1.5!important}html[data-lxh-color-mode] .lxhp-app[data-role][data-role][data-role][data-role][data-role] .lxhp-content :where(small,.lxhp-panel__head p,.lxhp-card__head small,.lxhp-module-hero p,.lxhp-cell-note){font-size:var(--lxh-dashboard-secondary)!important;letter-spacing:.01em!important;font-weight:400!important;line-height:1.45!important}html[data-lxh-color-mode] .lxhp-app[data-role][data-role][data-role][data-role][data-role] .lxhp-content :where(.lxhp-btn,button){font-size:var(--lxh-dashboard-button)!important;letter-spacing:.005em!important;font-weight:600!important;line-height:1.2!important}html[data-lxh-color-mode] .lxhp-app[data-role][data-role][data-role][data-role][data-role] .lxhp-content .lxhp-table th{font-size:var(--lxh-dashboard-table)!important;letter-spacing:.01em!important;font-weight:600!important;line-height:1.4!important}html[data-lxh-color-mode] .lxhp-app[data-role][data-role][data-role][data-role][data-role] .lxhp-content .lxhp-table td{font-size:var(--lxh-dashboard-table)!important;letter-spacing:.005em!important;font-weight:400!important;line-height:1.45!important}html[data-lxh-color-mode] .lxhp-app[data-role][data-role][data-role][data-role][data-role] .lxhp-content .lxhp-kpi__copy strong{letter-spacing:-.01em!important;font-size:clamp(18px,1.05vw,20px)!important;font-weight:600!important;line-height:1.25!important}html[data-lxh-color-mode] .lxhp-app[data-role][data-role][data-role][data-role][data-role] :where(.lxhp-nav__label,.lxhp-nav-group__label>span:last-child){letter-spacing:.01em!important;font-size:14px!important;font-weight:500!important;line-height:1.4!important}html[data-lxh-color-mode] .lxhp-app[data-role][data-role][data-role][data-role][data-role] :where(.lxhp-nav__item.is-active .lxhp-nav__label,.lxhp-nav-group.is-active>.lxhp-nav-group__toggle .lxhp-nav-group__label>span:last-child){font-weight:600!important}html[data-lxh-color-mode] .lxhp-app[data-role][data-role][data-role][data-role][data-role] .lxhp-nav__badge{font-size:12px!important;font-weight:600!important;line-height:1.4!important}html[data-lxh-color-mode] .lxb-dashboard h2,html[data-lxh-color-mode] .lxb-dashboard .lxb-secondary-card>span{font-size:16px!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-secondary-card>strong{display:inline-block!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-secondary-card>em{vertical-align:middle;align-items:center;margin:4px 0 0 8px;display:inline-flex!important;position:static!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-secondary-card>p{margin-top:8px!important}html[data-lxh-color-mode] .lxb-dashboard :where(h1,h2,h3,p,small,label,a,button,th,td,span,strong,em),html[data-lxh-color-mode] .lxb-dashboard :where(select,option),html[data-lxh-color-mode] .lxb-dashboard input::placeholder{text-transform:capitalize}html[data-lxh-color-mode] .lxb-dashboard :where(code,kbd){text-transform:none}html[data-lxh-color-mode] .lxb-dashboard .lxb-active-filters>button{font-size:13px!important}html[data-lxh-color-mode] .lxb-dashboard{--lxh-dashboard-body:13px}html[data-lxh-color-mode] .lxb-dashboard .lxb-top-tools{grid-template-columns:minmax(260px,296px) 34px 80px 156px;gap:8px 10px}html[data-lxh-color-mode] .lxb-dashboard .lxb-profile{grid-template-columns:28px minmax(0,1fr) 14px;gap:7px;width:156px;height:36px;padding:3px 8px 3px 4px;border-radius:7px!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-avatar{width:28px;height:28px}html[data-lxh-color-mode] .lxb-dashboard .lxb-profile strong{font-size:13px!important;line-height:1.15!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-profile small{margin-top:1px;font-size:11px!important;line-height:1.2!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-range-wrap>label{border-radius:7px;gap:8px;height:36px;padding:0 10px;box-shadow:0 1px 2px #10182805}html[data-lxh-color-mode] .lxb-dashboard .lxb-range-wrap select{min-width:0;color:var(--lxb-text);cursor:pointer;font-size:13px!important;font-weight:600!important;line-height:1.2!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-range-wrap svg{flex:none;width:16px;height:16px}html[data-lxh-color-mode] .lxb-dashboard .lxb-custom-range{border-radius:9px;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px;width:310px;padding:14px;top:44px;overflow:visible;box-shadow:0 16px 38px #10182824}html[data-lxh-color-mode] .lxb-dashboard .lxb-custom-range label{min-width:0;color:var(--lxb-muted);gap:6px;font-size:12px!important;font-weight:600!important;line-height:1.35!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-custom-range input[type=date]{border:1px solid var(--lxb-line);background:var(--lxb-card);width:100%;min-width:0;height:38px;color:var(--lxb-text);border-radius:7px;padding:0 10px;box-shadow:0 1px 2px #10182805;font-size:13px!important;line-height:1.2!important}html[data-lxh-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-lxh-color-mode] .lxb-dashboard .lxb-custom-range button{min-height:36px;padding:0 14px;box-shadow:0 1px 2px #1018280f;border-radius:7px!important;font-size:13px!important;font-weight:600!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-custom-range button:disabled{opacity:.5;cursor:not-allowed}html[data-lxh-color-mode] .lxb-dashboard .lxb-trend .lxb-widget-heading select{min-width:126px;height:32px;color:var(--lxb-text);cursor:pointer;border-radius:6px;padding:0 30px 0 10px;box-shadow:0 1px 2px #10182805;font-size:13px!important;font-weight:600!important;line-height:1.2!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-trend .lxb-widget-heading{align-items:center;gap:10px}html[data-lxh-color-mode] .lxb-dashboard .lxb-line-chart{width:100%;height:148px;margin-top:2px;display:block;overflow:hidden}html[data-lxh-color-mode] .lxb-dashboard .lxb-line-chart .grid path{stroke:color-mix(in srgb,var(--lxb-line) 82%,transparent);stroke-width:1px}html[data-lxh-color-mode] .lxb-dashboard .lxb-line-chart polyline{stroke-width:1.8px}html[data-lxh-color-mode] .lxb-dashboard .lxb-line-chart .dot{stroke:var(--lxb-card);stroke-width:1.2px}html[data-lxh-color-mode] .lxb-dashboard .lxb-line-chart .axis-label{fill:var(--lxb-muted);letter-spacing:0!important;font-size:8px!important;font-weight:600!important}@media (max-width:1280px){html[data-lxh-color-mode] .lxb-dashboard .lxb-top-tools{grid-template-columns:minmax(200px,1fr) 34px 74px 148px}html[data-lxh-color-mode] .lxb-dashboard .lxb-profile{width:148px}}@media (max-width:980px){html[data-lxh-color-mode] .lxb-dashboard .lxb-top-tools{grid-template-columns:minmax(180px,1fr) 34px 74px 148px}}@media (max-width:660px){html[data-lxh-color-mode] .lxb-dashboard .lxb-top-tools{grid-template-columns:minmax(0,1fr) 34px 34px}html[data-lxh-color-mode] .lxb-dashboard .lxb-profile{width:100%}html[data-lxh-color-mode] .lxb-dashboard .lxb-custom-range{grid-template-columns:1fr;width:min(310px,100vw - 24px);left:auto;right:0}html[data-lxh-color-mode] .lxb-dashboard .lxb-custom-range button{grid-column:1}html[data-lxh-color-mode] .lxb-dashboard .lxb-trend .lxb-widget-heading select{min-width:118px}}html[data-lxh-color-mode] .lxb-dashboard .lxb-top-tools{grid-template-rows:36px 36px;grid-template-columns:minmax(260px,296px) 36px 36px 156px;align-items:center;gap:8px}html[data-lxh-color-mode] .lxb-dashboard .lxb-square-tool,html[data-lxh-color-mode] .lxb-dashboard .lxb-support-tool,html[data-lxh-color-mode] .lxb-dashboard .lxb-support-tool .lxhp-topbar-chat{width:36px!important;min-width:36px!important;height:36px!important;min-height:36px!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-square-tool,html[data-lxh-color-mode] .lxb-dashboard .lxb-support-tool .lxhp-topbar-chat{border:1px solid var(--lxb-line)!important;background:var(--lxb-card)!important;color:var(--lxb-text)!important;border-radius:7px!important;place-items:center!important;padding:0!important;transition:border-color .16s,background-color .16s,color .16s,box-shadow .16s!important;display:grid!important;box-shadow:0 1px 2px #10182805!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-square-tool:hover,html[data-lxh-color-mode] .lxb-dashboard .lxb-support-tool .lxhp-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-lxh-color-mode] .lxb-dashboard .lxb-square-tool:focus-visible,html[data-lxh-color-mode] .lxb-dashboard .lxb-support-tool .lxhp-topbar-chat:focus-visible{outline:2px solid color-mix(in srgb,var(--lxb-purple) 25%,transparent)!important;outline-offset:2px!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-support-tool{place-items:center;display:grid}html[data-lxh-color-mode] .lxb-dashboard .lxb-support-tool .lxhp-topbar-chat{justify-content:center!important;gap:0!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-support-tool .lxhp-topbar-chat:after{content:none!important;display:none!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-support-tool .lxhp-topbar-chat svg,html[data-lxh-color-mode] .lxb-dashboard .lxb-square-tool svg{width:17px!important;height:17px!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-support-tool .lxhp-topbar-chat__badge,html[data-lxh-color-mode] .lxb-dashboard .lxb-square-tool>b{border:2px solid var(--lxb-card);min-width:16px;height:16px;padding:0 3px;top:-5px;right:-5px;font-size:9px!important;line-height:1!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-profile-wrap{min-width:0}html[data-lxh-color-mode] .lxb-dashboard .lxb-range-wrap{grid-area:2/4;min-width:0}@media (max-width:1280px){html[data-lxh-color-mode] .lxb-dashboard .lxb-top-tools{grid-template-columns:minmax(200px,1fr) 36px 36px 148px}}@media (max-width:980px){html[data-lxh-color-mode] .lxb-dashboard .lxb-topbar{grid-template-columns:34px minmax(0,1fr);gap:10px 12px}html[data-lxh-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-lxh-color-mode] .lxb-dashboard .lxb-topbar{grid-template-columns:42px minmax(0,1fr);gap:10px 12px;padding:12px}html[data-lxh-color-mode] .lxb-dashboard .lxb-mobile-menu{grid-row:1;align-self:start;width:42px;height:42px;border-radius:8px!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-welcome{min-width:0;padding-top:2px}html[data-lxh-color-mode] .lxb-dashboard .lxb-top-tools{grid-column:1/-1;grid-template-rows:auto;grid-template-columns:36px 36px minmax(0,1fr);gap:10px;width:100%}html[data-lxh-color-mode] .lxb-dashboard .lxb-global-search{border-radius:8px;grid-area:auto/1/auto/-1;width:100%;height:42px;padding:0 12px}html[data-lxh-color-mode] .lxb-dashboard .lxb-notification-wrap{grid-area:auto/1}html[data-lxh-color-mode] .lxb-dashboard .lxb-support-tool{grid-area:auto/2}html[data-lxh-color-mode] .lxb-dashboard .lxb-profile-wrap{grid-area:auto/3;width:100%}html[data-lxh-color-mode] .lxb-dashboard .lxb-profile{width:100%;height:36px}html[data-lxh-color-mode] .lxb-dashboard .lxb-range-wrap{grid-area:auto/1/auto/-1;width:100%}html[data-lxh-color-mode] .lxb-dashboard .lxb-range-wrap>label{width:100%;height:42px}html[data-lxh-color-mode] .lxb-dashboard .lxb-popover{max-width:calc(100vw - 24px)}html[data-lxh-color-mode] .lxb-dashboard .lxb-notifications{left:0;right:auto}}html[data-lxh-color-mode] .lxb-dashboard .lxb-budget-card>div>p,html[data-lxh-color-mode] .lxb-dashboard .lxb-widget-state,html[data-lxh-color-mode] .lxb-dashboard .lxb-widget-state>strong{font-size:13px!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-topbar{min-height:auto}html[data-lxh-color-mode] .lxb-dashboard .lxb-top-tools{grid-template-rows:36px}html[data-lxh-color-mode] .lxb-dashboard .lxb-range-row{background:var(--lxb-card);border-bottom:1px solid color-mix(in srgb,var(--lxb-line) 65%,transparent);justify-content:flex-end;align-items:center;min-width:0;padding:8px 16px;display:flex}html[data-lxh-color-mode] .lxb-dashboard .lxb-range-row .lxb-range-wrap{width:156px;min-width:0;position:relative}@media (max-width:1280px){html[data-lxh-color-mode] .lxb-dashboard .lxb-range-row .lxb-range-wrap{width:148px}}@media (max-width:760px){html[data-lxh-color-mode] .lxb-dashboard .lxb-range-row{padding:8px 12px 10px}html[data-lxh-color-mode] .lxb-dashboard .lxb-range-row .lxb-range-wrap{width:100%}}html[data-lxh-color-mode] .lxb-dashboard .lxb-topbar{align-items:center}html[data-lxh-color-mode] .lxb-dashboard .lxb-welcome,html[data-lxh-color-mode] .lxb-dashboard .lxb-top-tools,html[data-lxh-color-mode] .lxb-dashboard .lxb-top-tools>*{align-self:center}html[data-lxh-color-mode] .lxb-dashboard .lxb-range-wrap>label{transition:border-color .16s,background-color .16s,box-shadow .16s}html[data-lxh-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 #1018280d}html[data-lxh-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-lxh-color-mode] .lxb-dashboard .lxb-range-wrap select:focus{outline:none}html[data-lxh-color-mode] .lxb-dashboard .lxb-range-wrap>label>svg{box-sizing:border-box;background:color-mix(in srgb,var(--lxb-blue) 10%,var(--lxb-card));border-radius:6px;flex:0 0 26px;padding:5px;width:26px!important;height:26px!important;color:var(--lxb-blue)!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-trend .lxb-widget-heading select{transition:border-color .16s,background-color .16s,box-shadow .16s,color .16s}html[data-lxh-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 #1018280d}html[data-lxh-color-mode] .lxb-dashboard .lxb-trend .lxb-widget-heading select:focus-visible{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);outline:none}html[data-lxh-color-mode] .lxb-dashboard .lxb-workspace-toolbar{justify-content:space-between;align-items:center;gap:12px;min-width:0;margin-bottom:12px;display:flex}html[data-lxh-color-mode] .lxb-dashboard .lxb-workspace-toolbar .lxb-quick-actions{flex:auto;min-width:0;margin-bottom:0}html[data-lxh-color-mode] .lxb-dashboard .lxb-workspace-toolbar .lxb-range-wrap{flex:0 0 156px;width:156px;margin-left:auto;position:relative}@media (max-width:1280px){html[data-lxh-color-mode] .lxb-dashboard .lxb-workspace-toolbar .lxb-range-wrap{flex-basis:148px;width:148px}}@media (max-width:760px){html[data-lxh-color-mode] .lxb-dashboard .lxb-workspace-toolbar{flex-direction:column;align-items:stretch;gap:8px}html[data-lxh-color-mode] .lxb-dashboard .lxb-workspace-toolbar .lxb-range-wrap{flex-basis:auto;width:100%;margin-left:0}}html[data-lxh-color-mode] .lxb-dashboard .lxb-secondary-card>strong,html[data-lxh-color-mode] .lxb-dashboard .lxb-secondary-card>em{vertical-align:middle!important;line-height:1.25!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-secondary-card>em{white-space:nowrap;margin:0 0 0 8px!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-budget-card>div>p{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:12px;display:flex!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-budget-card>div>p>span{white-space:nowrap}html[data-lxh-color-mode] .lxb-dashboard .lxb-auto-purchase-toggle{border:1px solid color-mix(in srgb,#22b573 24%,var(--lxb-line));color:#15934b;min-height:24px;font:700 12px/1 var(--lxb-font);cursor:pointer;background:#eafaf1;align-items:center;gap:5px;padding:3px 6px;transition:border-color .16s,background-color .16s,box-shadow .16s,opacity .16s;display:inline-flex;border-radius:999px!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-auto-purchase-toggle>i{background:#22b573;border-radius:999px;flex:none;width:27px;height:15px;position:relative}html[data-lxh-color-mode] .lxb-dashboard .lxb-auto-purchase-toggle>i:after{content:"";background:#fff;border-radius:50%;width:11px;height:11px;transition:transform .16s,left .16s,right .16s;position:absolute;top:2px;right:2px;box-shadow:0 1px 2px #1018282e}html[data-lxh-color-mode] .lxb-dashboard .lxb-auto-purchase-toggle.is-off{border-color:color-mix(in srgb,#ef4444 20%,var(--lxb-line));color:#d9293a;background:#fff0f1}html[data-lxh-color-mode] .lxb-dashboard .lxb-auto-purchase-toggle.is-off>i{background:#f04c5c}html[data-lxh-color-mode] .lxb-dashboard .lxb-auto-purchase-toggle.is-off>i:after{left:2px;right:auto}html[data-lxh-color-mode] .lxb-dashboard .lxb-auto-purchase-toggle:hover:not(:disabled){border-color:color-mix(in srgb,currentColor 35%,var(--lxb-line));box-shadow:0 2px 6px #10182814}html[data-lxh-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-lxh-color-mode] .lxb-dashboard .lxb-auto-purchase-toggle:disabled{opacity:.6;cursor:not-allowed}html[data-lxh-color-mode] .lxb-dashboard .lxb-profile{grid-template-columns:30px minmax(0,1fr) 14px;gap:7px;width:176px;height:40px;padding:4px 8px 4px 5px;transition:border-color .16s,background-color .16s,box-shadow .16s;box-shadow:0 1px 2px #10182806;border-radius:8px!important}html[data-lxh-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 #1018280d}html[data-lxh-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-lxh-color-mode] .lxb-dashboard .lxb-avatar{width:30px;height:30px;font-size:10px!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-profile strong{font-size:13px!important;font-weight:700!important;line-height:1.2!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-profile small{color:var(--lxb-muted);margin-top:1px;font-size:11px!important;line-height:1.25!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-profile>svg{color:var(--lxb-muted)}html[data-lxh-color-mode] .lxb-dashboard .lxb-profile-menu{border-radius:9px;gap:8px;width:224px;padding:12px;box-shadow:0 16px 38px #10182824}html[data-lxh-color-mode] .lxb-dashboard .lxb-profile-menu>strong{font-size:13px!important;line-height:1.3!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-profile-menu>small{font-size:12px!important;line-height:1.35!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-profile-menu>code{border-radius:6px;padding:7px 8px;font-size:11px!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-profile-menu>a,html[data-lxh-color-mode] .lxb-dashboard .lxb-profile-menu>button{padding:8px 6px;border-radius:5px!important;font-size:12px!important;line-height:1.3!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-profile-menu>a:hover,html[data-lxh-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-lxh-color-mode] .lxb-dashboard .lxb-top-tools{grid-template-columns:minmax(200px,1fr) 36px 36px 164px}html[data-lxh-color-mode] .lxb-dashboard .lxb-profile{width:164px}}@media (max-width:980px){html[data-lxh-color-mode] .lxb-dashboard .lxb-top-tools{grid-template-columns:minmax(180px,1fr) 36px 36px 160px}html[data-lxh-color-mode] .lxb-dashboard .lxb-profile{width:160px}}@media (max-width:760px){html[data-lxh-color-mode] .lxb-dashboard .lxb-top-tools{grid-template-columns:36px 36px minmax(0,1fr)}html[data-lxh-color-mode] .lxb-dashboard .lxb-profile{width:100%;height:40px}}html[data-lxh-color-mode] .lxb-dashboard .lxb-widget>h2{margin-bottom:10px!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-ops-title{margin-bottom:10px}html[data-lxh-color-mode] .lxb-dashboard .lxb-mid-row>.lxb-widget>.lxb-widget-state,html[data-lxh-color-mode] .lxb-dashboard .lxb-analytics-row>.lxb-widget>.lxb-widget-state{text-align:center;flex-direction:column;flex:auto;justify-content:center;align-items:center;width:100%;min-height:0;display:flex}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap tbody td>.lxb-widget-state{text-align:center;align-content:center;justify-items:center;width:100%;min-height:150px}html[data-lxh-color-mode] .lxb-dashboard .lxb-mid-row>.lxb-widget>.lxb-widget-state,html[data-lxh-color-mode] .lxb-dashboard .lxb-analytics-row>.lxb-widget>.lxb-widget-state{flex-direction:column;align-self:stretch;width:100%;text-align:center!important;flex:1 1 0!important;justify-content:center!important;align-items:center!important;min-height:0!important;margin:0!important;display:flex!important}:is(html[data-lxh-color-mode] .lxb-dashboard .lxb-mid-row>.lxb-widget:has(>.lxb-widget-state)>.lxb-widget-link,html[data-lxh-color-mode] .lxb-dashboard .lxb-analytics-row>.lxb-widget:has(>.lxb-widget-state)>.lxb-widget-link){margin-top:0}html[data-lxh-color-mode] .lxb-dashboard .lxb-attention>.lxb-attention-body{flex-direction:column;flex:1 1 0;justify-content:center;align-items:stretch;width:100%;min-height:0;display:flex}html[data-lxh-color-mode] .lxb-dashboard .lxb-attention>.lxb-attention-body>button{text-align:left;background:0 0;border:0;grid-template-columns:27px minmax(0,1fr) 25px;align-items:center;gap:6px;width:100%;min-height:36px;padding:4px 0;display:grid}html[data-lxh-color-mode] .lxb-dashboard .lxb-attention>.lxb-attention-body>button>.lxb-icon-box{border-radius:6px;width:24px;height:24px}html[data-lxh-color-mode] .lxb-dashboard .lxb-attention>.lxb-attention-body>button span strong,html[data-lxh-color-mode] .lxb-dashboard .lxb-attention>.lxb-attention-body>button span small{display:block}html[data-lxh-color-mode] .lxb-dashboard .lxb-attention>.lxb-attention-body>button span strong{font-size:var(--lxh-dashboard-body)!important;letter-spacing:.005em!important;font-weight:600!important;line-height:1.45!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-attention>.lxb-attention-body>button span small{color:#64748b;margin-top:1px}html[data-lxh-color-mode] .lxb-dashboard .lxb-attention>.lxb-attention-body>button>b{border-radius:5px;place-items:center;width:22px;height:22px;font-size:7px;display:grid}html[data-lxh-color-mode] .lxb-dashboard .lxb-attention>.lxb-attention-body>button>b.is-red{color:#ef2739;background:#fff0f1}html[data-lxh-color-mode] .lxb-dashboard .lxb-attention>.lxb-attention-body>button>b.is-orange{color:#ef8f0c;background:#fff5e6}html[data-lxh-color-mode] .lxb-dashboard .lxb-attention>.lxb-attention-body>button>b.is-blue{color:#146ef5;background:#edf4ff}html[data-lxh-color-mode] .lxb-dashboard .lxb-attention>.lxb-widget-link{margin-top:0}html[data-lxh-color-mode] .lxb-dashboard .lxb-attention{grid-template-rows:auto minmax(min-content,1fr) auto;align-content:stretch;display:grid}html[data-lxh-color-mode] .lxb-dashboard .lxb-attention>.lxb-attention-body{flex:none;min-height:min-content;overflow:visible}html[data-lxh-color-mode] .lxb-dashboard .lxb-attention>.lxb-widget-link{z-index:1;align-self:end;margin-top:6px;position:relative}html[data-lxh-color-mode] .lxb-dashboard .lxb-range-trigger{border:1px solid var(--lxb-line);background:var(--lxb-card);width:100%;height:36px;color:var(--lxb-text);font:600 13px/1.2 var(--lxb-font);letter-spacing:.005em;text-align:left;cursor:pointer;justify-content:space-between;align-items:center;gap:10px;padding:0 9px 0 12px;transition:border-color .16s,background-color .16s,box-shadow .16s;display:flex;box-shadow:0 1px 2px #10182805;border-radius:7px!important}html[data-lxh-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 #1018280d}html[data-lxh-color-mode] .lxb-dashboard .lxb-range-trigger:focus-visible,html[data-lxh-color-mode] .lxb-dashboard .lxb-range-trigger[aria-expanded=true]{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);outline:none}html[data-lxh-color-mode] .lxb-dashboard .lxb-range-trigger>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}html[data-lxh-color-mode] .lxb-dashboard .lxb-range-trigger>svg{box-sizing:border-box;background:color-mix(in srgb,var(--lxb-blue) 10%,var(--lxb-card));border-radius:6px;flex:0 0 26px;padding:5px;width:26px!important;height:26px!important;color:var(--lxb-blue)!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-range-menu{z-index:96;border:1px solid var(--lxb-line);background:var(--lxb-card);border-radius:9px;gap:2px;width:190px;padding:6px;display:grid;position:absolute;top:calc(100% + 7px);right:0;box-shadow:0 14px 34px #10182824}html[data-lxh-color-mode] .lxb-dashboard .lxb-range-menu>button{width:100%;min-height:34px;color:var(--lxb-text);font:500 13px/1.35 var(--lxb-font);letter-spacing:.005em;text-align:left;cursor:pointer;background:0 0;border:0;padding:7px 10px;transition:background-color .14s,color .14s;border-radius:6px!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-range-menu>button:hover,html[data-lxh-color-mode] .lxb-dashboard .lxb-range-menu>button:focus-visible{background:color-mix(in srgb,var(--lxb-purple) 7%,var(--lxb-card));color:var(--lxb-purple);outline:none}html[data-lxh-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-lxh-color-mode] .lxb-dashboard .lxb-range-trigger{height:42px}html[data-lxh-color-mode] .lxb-dashboard .lxb-range-menu{width:min(240px,100%);left:0;right:auto}}html[data-lxh-color-mode] .lxb-dashboard .lxb-chart-legend{gap:6px 14px}html[data-lxh-color-mode] .lxb-dashboard .lxb-chart-legend>span{gap:5px}html[data-lxh-color-mode] .lxb-dashboard .lxb-icon-box,html[data-lxh-color-mode] .lxb-dashboard .lxb-firm-mark,html[data-lxh-color-mode] .lxb-dashboard .lxb-square-tool,html[data-lxh-color-mode] .lxb-dashboard .lxb-mobile-menu{line-height:0;position:relative;place-content:center!important;place-items:center!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-icon-box>.lxh-semantic-icon,html[data-lxh-color-mode] .lxb-dashboard .lxb-firm-mark>.lxh-semantic-icon,html[data-lxh-color-mode] .lxb-dashboard .lxb-square-tool>.lxh-semantic-icon,html[data-lxh-color-mode] .lxb-dashboard .lxb-mobile-menu>.lxh-semantic-icon{margin:0!important;display:block!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-range-trigger>.lxh-semantic-icon{align-self:center!important;display:block!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-welcome h1{text-align:center!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-top-tools{grid-template-columns:minmax(260px,296px) 36px 36px 36px 164px}html[data-lxh-color-mode] .lxb-dashboard .lxb-message-tool{text-decoration:none}html[data-lxh-color-mode] .lxb-dashboard .lxb-notification-tool{box-shadow:none!important;border-color:#0000!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-notification-tool:hover{border-color:#0000!important}@media (max-width:1280px){html[data-lxh-color-mode] .lxb-dashboard .lxb-top-tools{grid-template-columns:minmax(200px,1fr) 36px 36px 36px 164px}}@media (max-width:980px){html[data-lxh-color-mode] .lxb-dashboard .lxb-top-tools{grid-template-columns:minmax(180px,1fr) 36px 36px 36px 160px}}@media (max-width:760px){html[data-lxh-color-mode] .lxb-dashboard .lxb-top-tools{grid-template-columns:36px 36px 36px minmax(0,1fr)}html[data-lxh-color-mode] .lxb-dashboard .lxb-global-search{grid-column:1/-1}html[data-lxh-color-mode] .lxb-dashboard .lxb-message-tool{grid-area:auto/1}html[data-lxh-color-mode] .lxb-dashboard .lxb-notification-wrap{grid-area:auto/2}html[data-lxh-color-mode] .lxb-dashboard .lxb-support-tool{grid-area:auto/3}html[data-lxh-color-mode] .lxb-dashboard .lxb-profile-wrap{grid-area:auto/4}}html[data-lxh-color-mode] .lxb-dashboard .lxb-secondary-card>.lxb-icon-box{width:29px;height:29px;margin:0!important;position:absolute!important;inset:14px 14px auto auto!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-welcome{justify-content:flex-start!important;align-self:stretch!important;align-items:center!important;display:flex!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-welcome h1{text-align:left!important;margin-top:0!important;margin-bottom:0!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-message-tool{box-shadow:none!important;border-color:#0000!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-message-tool:hover{border-color:#0000!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-trend-range{flex:none;position:relative}html[data-lxh-color-mode] .lxb-dashboard .lxb-trend-range-trigger{border:1px solid var(--lxb-line);background:var(--lxb-card);min-width:126px;height:32px;color:var(--lxb-text);font:600 13px/1.2 var(--lxb-font);letter-spacing:.005em;text-align:left;cursor:pointer;justify-content:space-between;align-items:center;gap:10px;padding:0 9px 0 10px;transition:border-color .16s,background-color .16s,box-shadow .16s,color .16s;display:flex;box-shadow:0 1px 2px #10182805;border-radius:6px!important}html[data-lxh-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 #1018280d}html[data-lxh-color-mode] .lxb-dashboard .lxb-trend-range-trigger:focus-visible,html[data-lxh-color-mode] .lxb-dashboard .lxb-trend-range-trigger[aria-expanded=true]{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);outline:none}html[data-lxh-color-mode] .lxb-dashboard .lxb-trend-range-trigger>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}html[data-lxh-color-mode] .lxb-dashboard .lxb-trend-range-trigger>svg{flex:none;color:var(--lxb-muted)!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-trend-range-menu{z-index:96;border:1px solid var(--lxb-line);background:var(--lxb-card);border-radius:9px;gap:2px;width:154px;padding:6px;display:grid;position:absolute;top:calc(100% + 7px);right:0;box-shadow:0 14px 34px #10182824}html[data-lxh-color-mode] .lxb-dashboard .lxb-trend-range-menu>button{width:100%;min-height:34px;color:var(--lxb-text);font:500 13px/1.35 var(--lxb-font);letter-spacing:.005em;text-align:left;cursor:pointer;background:0 0;border:0;padding:7px 10px;transition:background-color .14s,color .14s;border-radius:6px!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-trend-range-menu>button:hover,html[data-lxh-color-mode] .lxb-dashboard .lxb-trend-range-menu>button:focus-visible{background:color-mix(in srgb,var(--lxb-purple) 7%,var(--lxb-card));color:var(--lxb-purple);outline:none}html[data-lxh-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-lxh-color-mode] .lxb-dashboard .lxb-trend-range-trigger{min-width:118px}}@media (min-width:761px){html[data-lxh-color-mode] .lxb-dashboard .lxb-global-search{justify-self:start;width:75%!important}}html[data-lxh-color-mode] .lxb-dashboard .lxb-primary-kpis .lxb-kpi{flex-direction:column;justify-content:flex-start;align-items:stretch;display:flex!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-primary-kpis .lxb-kpi-head{flex:none}html[data-lxh-color-mode] .lxb-dashboard .lxb-primary-kpis .lxb-kpi>small{flex:none;align-self:flex-start}html[data-lxh-color-mode] .lxb-dashboard .lxb-primary-kpis .lxb-kpi>p{flex:none}html[data-lxh-color-mode] .lxb-dashboard .lxb-primary-kpis .lxb-kpi>.lxb-spark,html[data-lxh-color-mode] .lxb-dashboard .lxb-primary-kpis .lxb-kpi>.lxb-progress{flex:none;margin-top:auto!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-budget-card>.lxb-icon-box{top:14px!important;right:66px!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-attention>.lxb-attention-body>button{grid-template-columns:27px minmax(0,1fr) 47px}html[data-lxh-color-mode] .lxb-dashboard .lxb-attention>.lxb-attention-body>button>b{border-radius:10px;width:44px;height:44px;font-size:14px}html[data-lxh-color-mode] .lxb-dashboard .lxb-chart-legend i:not(.is-dash){width:12px;height:12px}html[data-lxh-color-mode] .lxb-dashboard .lxb-health-row .lxb-health-alert-icon{color:#ff3545;background:#fff0f1;border-radius:7px;flex:0 0 24px;place-items:center;width:24px;height:24px;display:inline-grid}html[data-lxh-color-mode] .lxb-dashboard .lxb-health-row .lxb-health-alert-icon>.lxh-semantic-icon{margin:auto;display:block;color:inherit!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-conversion{grid-template-rows:auto minmax(0,1fr) auto;min-width:0;display:grid!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-conversion-content{grid-template-columns:minmax(150px,.9fr) minmax(245px,1.2fr);justify-content:center;align-items:center;gap:24px;min-width:0;min-height:0;padding:12px 10px 8px;display:grid}html[data-lxh-color-mode] .lxb-dashboard .lxb-conversion-donut{aspect-ratio:1;cursor:pointer;border:0;justify-self:center;place-items:center;width:156px;height:156px;padding:0;display:grid;position:relative;border-radius:50%!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-conversion-donut:after{content:"";background:var(--lxb-card);border-radius:50%;position:absolute;inset:31px}html[data-lxh-color-mode] .lxb-dashboard .lxb-conversion-donut>span{z-index:1;text-align:center;justify-items:center;display:grid;position:relative}html[data-lxh-color-mode] .lxb-dashboard .lxb-conversion-donut>span strong{color:var(--lxb-text);letter-spacing:-.01em!important;font-size:20px!important;font-weight:700!important;line-height:1.2!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-conversion-donut>span small{max-width:108px;color:var(--lxb-muted);margin-top:4px;letter-spacing:0!important;font-size:12px!important;font-weight:600!important;line-height:1.3!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-conversion-legend{align-content:center;gap:10px;min-width:0;display:grid}html[data-lxh-color-mode] .lxb-dashboard .lxb-conversion-legend>button{width:100%;min-width:0;color:var(--lxb-text);text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:12px minmax(120px,1fr) minmax(44px,max-content) minmax(58px,max-content);align-items:center;column-gap:10px;padding:2px 0;display:grid}html[data-lxh-color-mode] .lxb-dashboard .lxb-conversion-legend>button>i{border-radius:50%;justify-self:center;width:10px;height:10px}html[data-lxh-color-mode] .lxb-dashboard .lxb-conversion-legend>button>span,html[data-lxh-color-mode] .lxb-dashboard .lxb-conversion-legend>button>strong,html[data-lxh-color-mode] .lxb-dashboard .lxb-conversion-legend>button>em{min-width:0;font-style:normal;letter-spacing:.005em!important;font-size:13px!important;line-height:1.4!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-conversion-legend>button>span{text-overflow:ellipsis;white-space:nowrap;color:var(--lxb-text);font-weight:500;overflow:hidden}html[data-lxh-color-mode] .lxb-dashboard .lxb-conversion-legend>button>strong{color:var(--lxb-text);justify-self:end;font-weight:700!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-conversion-legend>button>em{color:var(--lxb-muted);justify-self:end;font-weight:600}html[data-lxh-color-mode] .lxb-dashboard .lxb-conversion>.lxb-widget-link{justify-self:end}@media (max-width:760px){html[data-lxh-color-mode] .lxb-dashboard .lxb-conversion-content{grid-template-columns:1fr;gap:14px}html[data-lxh-color-mode] .lxb-dashboard .lxb-conversion-legend{justify-self:center;width:min(100%,420px)}}@media (max-width:430px){html[data-lxh-color-mode] .lxb-dashboard .lxb-conversion-legend>button{grid-template-columns:10px minmax(0,1fr) max-content max-content;column-gap:7px}}html[data-lxh-color-mode] .lxb-dashboard .lxb-analytics-row>.lxb-widget{height:600px;min-height:600px}html[data-lxh-color-mode] .lxb-dashboard .lxb-bottom-row>.lxb-recent-leads{align-self:start;height:600px;min-height:600px}html[data-lxh-color-mode] .lxb-dashboard .lxb-bottom-row>.lxb-widget:not(.lxb-recent-leads){align-self:start}html[data-lxh-color-mode] .lxb-dashboard .lxb-ops-row,html[data-lxh-color-mode] .lxb-dashboard .lxb-health-row{min-height:54px;padding:6px 0}html[data-lxh-color-mode] .lxb-dashboard .lxb-global-search,html[data-lxh-color-mode] .lxb-dashboard .lxb-lead-search{transition:border-color .16s,background-color .16s,box-shadow .16s}html[data-lxh-color-mode] .lxb-dashboard .lxb-global-search:hover,html[data-lxh-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-lxh-color-mode] .lxb-dashboard .lxb-global-search:focus-within,html[data-lxh-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 #10182808}html[data-lxh-color-mode] .lxb-dashboard .lxb-global-search input:focus,html[data-lxh-color-mode] .lxb-dashboard .lxb-global-search input:focus-visible,html[data-lxh-color-mode] .lxb-dashboard .lxb-lead-search input:focus,html[data-lxh-color-mode] .lxb-dashboard .lxb-lead-search input:focus-visible{box-shadow:none!important;border:0!important;outline:none!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-filter-select{width:100%;min-width:0;position:relative}html[data-lxh-color-mode] .lxb-dashboard .lxb-filter-trigger{border:1px solid var(--lxb-line);background:var(--lxb-card);width:100%;min-width:0;height:36px;color:var(--lxb-text);font:600 13px/1.2 var(--lxb-font);letter-spacing:.005em;text-align:left;cursor:pointer;justify-content:space-between;align-items:center;gap:8px;padding:0 10px 0 11px;transition:border-color .16s,background-color .16s,box-shadow .16s,color .16s;display:flex;box-shadow:0 1px 2px #10182805;border-radius:7px!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-filter-trigger>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}html[data-lxh-color-mode] .lxb-dashboard .lxb-filter-trigger>.lxh-semantic-icon{flex:none;color:var(--lxb-muted)!important;margin:0!important;position:static!important;top:auto!important;left:auto!important;transform:none!important}html[data-lxh-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 #1018280d}html[data-lxh-color-mode] .lxb-dashboard .lxb-filter-trigger:focus-visible,html[data-lxh-color-mode] .lxb-dashboard .lxb-filter-trigger[aria-expanded=true]{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);outline:none}html[data-lxh-color-mode] .lxb-dashboard .lxb-filter-menu{z-index:120;border:1px solid var(--lxb-line);background:var(--lxb-card);border-radius:9px;gap:2px;width:max(100%,170px);max-width:min(280px,80vw);max-height:250px;padding:6px;display:grid;position:absolute;top:calc(100% + 6px);left:0;overflow:auto;box-shadow:0 14px 34px #10182824}html[data-lxh-color-mode] .lxb-dashboard .lxb-filter-menu>button{width:100%;min-height:34px;color:var(--lxb-text);font:500 13px/1.35 var(--lxb-font);letter-spacing:.005em;text-align:left;cursor:pointer;background:0 0;border:0;padding:7px 10px;transition:background-color .14s,color .14s;border-radius:6px!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-filter-menu>button:hover,html[data-lxh-color-mode] .lxb-dashboard .lxb-filter-menu>button:focus-visible{background:color-mix(in srgb,var(--lxb-purple) 7%,var(--lxb-card));color:var(--lxb-purple);outline:none}html[data-lxh-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-lxh-color-mode] .lxb-dashboard .lxb-filter-menu{width:100%;max-width:none}}html[data-lxh-color-mode] .lxb-dashboard .lxb-ops>h2,html[data-lxh-color-mode] .lxb-dashboard .lxb-ops .lxb-ops-title{min-height:24px}html[data-lxh-color-mode] .lxb-dashboard .lxb-ops>h2{align-items:center;display:flex}html[data-lxh-color-mode] .lxb-dashboard .lxb-ops-row,html[data-lxh-color-mode] .lxb-dashboard .lxb-health-row{flex:0 0 50px;align-items:center;height:50px;min-height:50px;padding:0}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap:has(.lxb-widget-state) table{height:100%}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap:has(.lxb-widget-state) tbody{height:100%}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap:has(.lxb-widget-state) tbody tr{height:100%}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap:has(.lxb-widget-state) tbody td{height:100%;padding:0}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap tbody td>.lxb-widget-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;min-height:0;display:flex}html[data-lxh-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-lxh-color-mode] .lxb-dashboard .lxb-quick-actions>button,html[data-lxh-color-mode] .lxb-dashboard .lxb-secondary-kpis>.lxb-secondary-card{transform-origin:50%;transition:border-color .16s,transform .16s;position:relative}html[data-lxh-color-mode] .lxb-dashboard .lxb-quick-actions>button:hover,html[data-lxh-color-mode] .lxb-dashboard .lxb-secondary-kpis>.lxb-secondary-card:hover{z-index:2;transform:translateY(-1px)scale(1.02)}html[data-lxh-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-lxh-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-lxh-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-lxh-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-lxh-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-lxh-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-lxh-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-lxh-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-lxh-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-lxh-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-lxh-color-mode] .lxb-dashboard .lxb-bottom-row>.lxb-ops{height:420px;min-height:420px}html[data-lxh-color-mode] .lxb-dashboard .lxb-ops-row,html[data-lxh-color-mode] .lxb-dashboard .lxb-health-row{flex:0 0 40px;height:40px;min-height:40px}html[data-lxh-color-mode] .lxb-dashboard .lxb-lead-table-wrap th .lxb-sort-header{min-width:0;color:inherit;font:inherit;letter-spacing:inherit;text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:4px;padding:0;display:inline-flex}html[data-lxh-color-mode] .lxb-dashboard .lxb-lead-table-wrap th .lxb-sort-header:hover,html[data-lxh-color-mode] .lxb-dashboard .lxb-lead-table-wrap th .lxb-sort-header:focus-visible{color:var(--lxb-purple);outline:none}html[data-lxh-color-mode] .lxb-dashboard .lxb-lead-table-wrap th .lxb-sort-arrows{width:8px;height:13px;color:color-mix(in srgb,var(--lxb-muted) 58%,transparent);flex-direction:column;flex:0 0 8px;justify-content:center;align-items:center;line-height:6px;display:inline-flex}html[data-lxh-color-mode] .lxb-dashboard .lxb-lead-table-wrap th .lxb-sort-arrows i{height:6px;font-size:8px;font-style:normal;font-weight:700;line-height:6px;display:block}html[data-lxh-color-mode] .lxb-dashboard .lxb-lead-table-wrap th .lxb-sort-arrows i.is-active{color:var(--lxb-purple)}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap table,.lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap table{border-collapse:separate;border-spacing:0}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap thead th,.lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap thead th{color:#d8e4ff;text-transform:uppercase;letter-spacing:.04em;background:#0c1f3c;border-top:1px solid #183055;border-bottom:1px solid #183055;padding:12px 10px;font-weight:800}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap thead th:first-child,.lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap thead th:first-child{border-top-left-radius:12px}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap thead th:last-child,.lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap thead th:last-child{border-top-right-radius:12px}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap tbody td,.lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap tbody td{color:#eef4ff;border-bottom:1px solid #173055;padding:13px 10px}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap tbody td>a,.lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap tbody td>a,html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-row-actions a,html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-row-actions summary,.lxb-dashboard .lxb-recent-leads .lxb-row-actions a,.lxb-dashboard .lxb-recent-leads .lxb-row-actions summary{color:#f2f7ff}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-row-actions>a,html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-row-actions>details>summary,.lxb-dashboard .lxb-recent-leads .lxb-row-actions>a,.lxb-dashboard .lxb-recent-leads .lxb-row-actions>details>summary{background:#0a1d38;border:1px solid #1a335c;width:36px;height:36px;box-shadow:inset 0 0 0 1px #ffffff05;border-radius:12px!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-row-actions>a:hover,html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-row-actions>details>summary:hover,.lxb-dashboard .lxb-recent-leads .lxb-row-actions>a:hover,.lxb-dashboard .lxb-recent-leads .lxb-row-actions>details>summary:hover{background:#11294b;border-color:#2c4d83}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-row-actions details>div,.lxb-dashboard .lxb-recent-leads .lxb-row-actions details>div{background:#0c1f3c;border:1px solid #183055;box-shadow:0 18px 36px #02081759}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-status,.lxb-dashboard .lxb-recent-leads .lxb-status{min-width:88px;padding:8px 14px;font-weight:700}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-score,.lxb-dashboard .lxb-recent-leads .lxb-score,html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-tier,.lxb-dashboard .lxb-recent-leads .lxb-tier{border-radius:999px;justify-content:center;align-items:center;min-height:28px;padding:0 10px;display:inline-flex}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-tier,.lxb-dashboard .lxb-recent-leads .lxb-tier{color:#c8b9ff;background:#7c5cff24}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-recent-footer,.lxb-dashboard .lxb-recent-leads .lxb-recent-footer{padding:8px 12px 12px}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap thead th,.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)}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap tbody tr,.lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap tbody tr{background:var(--lxb-card)}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap tbody td,.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)}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap tbody td>a,.lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap tbody td>a{color:#244a9a}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-row-actions a,html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-row-actions summary,.lxb-dashboard .lxb-recent-leads .lxb-row-actions a,.lxb-dashboard .lxb-recent-leads .lxb-row-actions summary{color:#264f99}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-row-actions>a,html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-row-actions>details>summary,.lxb-dashboard .lxb-recent-leads .lxb-row-actions>a,.lxb-dashboard .lxb-recent-leads .lxb-row-actions>details>summary{border-color:var(--lxb-line);background:var(--lxb-card);box-shadow:none}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-row-actions>a:hover,html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-row-actions>details>summary:hover,.lxb-dashboard .lxb-recent-leads .lxb-row-actions>a:hover,.lxb-dashboard .lxb-recent-leads .lxb-row-actions>details>summary:hover{border-color:color-mix(in srgb,var(--lxb-purple) 34%,var(--lxb-line));background:color-mix(in srgb,var(--lxb-purple) 4%,var(--lxb-card))}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-row-actions details>div,.lxb-dashboard .lxb-recent-leads .lxb-row-actions details>div{border-color:var(--lxb-line);background:var(--lxb-card);box-shadow:0 14px 32px #1018281f}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-row-actions details>div a,.lxb-dashboard .lxb-recent-leads .lxb-row-actions details>div a{color:var(--lxb-text)}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-status.is-success,.lxb-dashboard .lxb-recent-leads .lxb-status.is-success{color:#14914a;background:#eafaf1}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-status.is-warning,.lxb-dashboard .lxb-recent-leads .lxb-status.is-warning{color:#d87b00;background:#fff4e5}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-status.is-danger,.lxb-dashboard .lxb-recent-leads .lxb-status.is-danger{color:#d9293a;background:#fff0f1}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-status.is-info,.lxb-dashboard .lxb-recent-leads .lxb-status.is-info{color:#175cd3;background:#edf4ff}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-tier,.lxb-dashboard .lxb-recent-leads .lxb-tier{background:color-mix(in srgb,var(--lxb-purple) 8%,var(--lxb-card));color:#5c4a91}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-score.is-high,.lxb-dashboard .lxb-recent-leads .lxb-score.is-high{color:#15934b;background:#eafaf1}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-score.is-good,.lxb-dashboard .lxb-recent-leads .lxb-score.is-good{color:#23a15c;background:#f0fbf5}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-score.is-mid,.lxb-dashboard .lxb-recent-leads .lxb-score.is-mid{color:#d67a00;background:#fff5e8}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-score.is-low,.lxb-dashboard .lxb-recent-leads .lxb-score.is-low{color:#d9293a;background:#fff0f1}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-widget-state,.lxb-dashboard .lxb-recent-leads .lxb-widget-state{color:var(--lxb-muted)}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap,.lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap{padding:0 0 10px}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap table,.lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap table{width:100%}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap thead th,.lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap thead th{border-radius:0!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap thead th:first-child,.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}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap thead th:last-child,.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}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap tbody tr:hover,.lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap tbody tr:hover{background:var(--lxb-card)!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-secondary-value-row{align-items:center;gap:8px;min-width:0;margin-top:4px;display:flex}html[data-lxh-color-mode] .lxb-dashboard .lxb-secondary-value-row>strong{flex:none;align-items:center;letter-spacing:-.01em!important;margin:0!important;font-size:clamp(18px,1.05vw,20px)!important;font-weight:600!important;line-height:1.25!important;display:inline-flex!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-secondary-value-row>em{color:#16934b;white-space:nowrap;background:#ecfdf3;border-radius:4px;flex:none;align-items:center;padding:2px 4px;font-style:normal;font-size:var(--lxh-dashboard-small)!important;letter-spacing:.01em!important;margin:0!important;font-weight:600!important;line-height:1.4!important;display:inline-flex!important;position:static!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-secondary-value-row>em.is-bad{color:#d9293a;background:#fff0f1}html[data-lxh-color-mode] .lxb-dashboard .lxb-secondary-title-row{justify-content:space-between;align-items:center;gap:12px;width:100%;min-width:0;min-height:29px;display:flex}html[data-lxh-color-mode] .lxb-dashboard .lxb-secondary-title-row>span{color:#25395b;min-width:0;margin:0;letter-spacing:.005em!important;font-size:16px!important;font-weight:600!important;line-height:1.45!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-secondary-title-row>.lxb-icon-box{flex:0 0 29px;align-self:center;width:29px!important;height:29px!important;margin:0!important;position:static!important;inset:auto!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap thead th,.lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap thead th{background:#fff!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-secondary-kpis>.lxb-secondary-card .lxb-secondary-title-row{gap:12px;min-height:29px;justify-content:space-between!important;align-items:center!important;width:auto!important;margin:0!important;display:flex!important;position:absolute!important;top:14px!important;left:14px!important;right:14px!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-secondary-kpis>.lxb-secondary-card .lxb-secondary-title-row>span,html[data-lxh-color-mode] .lxb-dashboard .lxb-secondary-kpis>.lxb-secondary-card .lxb-secondary-title-row>.lxb-icon-box{align-self:center!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-secondary-kpis>.lxb-secondary-card .lxb-secondary-title-row{width:100%!important;margin:0!important;position:static!important;inset:auto!important}html[data-lxh-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-lxh-color-mode] .lxb-dashboard .lxb-secondary-kpis>.lxb-secondary-card:not(.lxb-budget-card){flex-direction:column;align-items:stretch;display:flex!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-secondary-kpis>.lxb-secondary-card:not(.lxb-budget-card) .lxb-secondary-value-row,html[data-lxh-color-mode] .lxb-dashboard .lxb-secondary-kpis>.lxb-secondary-card:not(.lxb-budget-card)>p{margin-top:18px!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-secondary-kpis>.lxb-budget-card>div{min-width:0}html[data-lxh-color-mode] .lxb-dashboard .lxb-secondary-kpis>.lxb-budget-card>div>strong{margin-top:18px!important;margin-bottom:0!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-secondary-kpis>.lxb-budget-card>div>.lxb-progress,html[data-lxh-color-mode] .lxb-dashboard .lxb-secondary-kpis>.lxb-budget-card>div>p{margin-top:12px!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-analytics-row>.lxb-widget{position:relative;height:600px!important;min-height:600px!important;max-height:600px!important;align-self:start!important;block-size:600px!important;min-block-size:600px!important;max-block-size:600px!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-analytics-row>.lxb-widget>.lxb-widget-state>strong{white-space:nowrap;text-align:center;width:max-content;max-width:calc(100% - 28px);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin:0!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-analytics-row>.lxb-widget>.lxb-widget-state.is-error>svg{position:absolute;top:calc(50% - 38px);left:50%;transform:translate(-50%);margin:0!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-analytics-row>.lxb-widget>.lxb-widget-state.is-error>button{position:absolute;top:calc(50% + 24px);left:50%;transform:translate(-50%);margin:0!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-primary-kpis .lxb-primary-value-row{align-items:center;gap:7px;min-width:0;margin-top:3px;display:flex}html[data-lxh-color-mode] .lxb-dashboard .lxb-primary-kpis .lxb-primary-value-row>strong{flex:none;margin:0!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-primary-kpis .lxb-primary-value-row>small{border-radius:4px;flex:none;align-items:center;padding:2px 4px;font-weight:750;display:inline-flex;margin:0!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-primary-kpis .lxb-primary-value-row>small.is-success{color:#16a34a;background:#ecfdf3}html[data-lxh-color-mode] .lxb-dashboard .lxb-primary-kpis .lxb-primary-value-row>small.is-danger{color:#e52b3a;background:#fff0f1}html[data-lxh-color-mode] .lxb-dashboard .lxb-primary-kpis .lxb-kpi:not(:has(>small)) .lxb-kpi-head{margin-bottom:0}html[data-lxh-color-mode] .lxb-dashboard .lxb-secondary-kpis>.lxb-budget-card>div{align-self:start!important}html[data-lxh-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-lxh-color-mode] .lxb-dashboard .lxb-primary-kpis .lxb-primary-value-row>strong{letter-spacing:-.01em!important;font-size:clamp(18px,1.05vw,20px)!important;font-weight:700!important;line-height:1.25!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-secondary-kpis>.lxb-secondary-card{height:auto!important;min-height:0!important;max-height:none!important;align-self:stretch!important;block-size:auto!important;min-block-size:0!important;max-block-size:none!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-analytics-row>.lxb-widget{box-sizing:border-box!important;height:auto!important;min-height:198px!important;max-height:none!important;align-self:stretch!important;block-size:auto!important;min-block-size:198px!important;max-block-size:none!important;overflow:visible!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-analytics-row>.lxb-widget>.lxb-widget-state>strong{white-space:nowrap;text-align:center;width:auto!important;max-width:100%!important;margin:0!important;position:static!important;top:auto!important;left:auto!important;transform:none!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-analytics-row>.lxb-widget>.lxb-widget-state.is-error>svg,html[data-lxh-color-mode] .lxb-dashboard .lxb-analytics-row>.lxb-widget>.lxb-widget-state.is-error>button{position:static!important;top:auto!important;left:auto!important;transform:none!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-analytics-row>.lxb-widget>.lxb-widget-state.is-error>svg{margin:0 0 8px!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-analytics-row>.lxb-widget>.lxb-widget-state.is-error>button{margin:8px 0 0!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-widget-center-body{flex:auto;justify-content:center;align-items:center;width:100%;min-width:0;min-height:0;display:flex;position:relative}html[data-lxh-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-lxh-color-mode] .lxb-dashboard .lxb-widget-center-body>.lxb-widget-state{align-self:center;width:100%;min-height:0!important;margin:0!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-analytics-row>.lxb-widget>.lxb-widget-center-body>.lxb-widget-state>strong{white-space:nowrap;text-align:center;width:max-content;max-width:calc(100% - 28px);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin:0!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-analytics-row>.lxb-widget>.lxb-widget-center-body>.lxb-widget-state.is-error>svg{position:absolute;top:calc(50% - 38px);left:50%;transform:translate(-50%);margin:0!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-analytics-row>.lxb-widget>.lxb-widget-center-body>.lxb-widget-state.is-error>button{position:absolute;top:calc(50% + 24px);left:50%;transform:translate(-50%);margin:0!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-campaign-performance,html[data-lxh-color-mode] .lxb-dashboard .lxb-analytics-row>.lxb-widget{flex-direction:column;display:flex}html[data-lxh-color-mode] .lxb-dashboard .lxb-conversion>.lxb-widget-center-body{grid-row:2}html[data-lxh-color-mode] .lxb-dashboard .lxb-analytics-row{grid-auto-rows:398px!important;align-items:start!important}html[data-lxh-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;align-self:start!important;block-size:398px!important;min-block-size:398px!important;max-block-size:398px!important}html[data-lxh-color-mode] .lxb-dashboard{text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;font-variant-numeric:tabular-nums}html[data-lxh-color-mode] .lxb-dashboard .lxb-welcome h1{letter-spacing:-.012em!important;font-size:clamp(18px,.95vw,22px)!important;font-weight:700!important;line-height:1.3!important}html[data-lxh-color-mode] .lxb-dashboard :where(.lxb-widget>h2,.lxb-widget-heading>h2,.lxb-ops-title>h2,.lxb-recent-head>h2){letter-spacing:-.005em!important;font-size:15px!important;font-weight:700!important;line-height:1.35!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-secondary-title-row>span{font-size:14px!important;font-weight:600!important;line-height:1.4!important}html[data-lxh-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-lxh-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-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap{scrollbar-gutter:stable;-webkit-overflow-scrolling:touch;outline:none}html[data-lxh-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-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap table{border-collapse:separate;border-spacing:0;min-width:1500px}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap thead th{z-index:4;white-space:nowrap;position:sticky;top:0;font-size:12.5px!important;font-weight:650!important;line-height:1.35!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap tbody td{white-space:nowrap;vertical-align:middle;min-height:42px;font-size:12.5px!important;line-height:1.45!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-sort-header{cursor:pointer;min-height:32px;transition:opacity .14s,transform .14s}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap tbody tr{transition:background-color .14s,box-shadow .14s}html[data-lxh-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-lxh-color-mode] .lxb-dashboard .lxb-row-actions :where(a,summary),html[data-lxh-color-mode] .lxb-dashboard .lxb-pagination button,html[data-lxh-color-mode] .lxb-dashboard .lxb-filter-trigger,html[data-lxh-color-mode] .lxb-dashboard .lxb-more-filter{transition:transform .14s,border-color .14s,background-color .14s,box-shadow .14s}html[data-lxh-color-mode] .lxb-dashboard .lxb-campaign-performance tbody tr[role=button]{cursor:pointer;outline:none}html[data-lxh-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-lxh-color-mode] .lxb-dashboard :where(.lxb-chart-skeleton,.lxb-skeleton-table){isolation:isolate;min-height:132px;position:relative;overflow:hidden}html[data-lxh-color-mode] .lxb-dashboard .lxb-skeleton-table{min-height:146px}html[data-lxh-color-mode] .lxb-dashboard :where(.lxb-chart-skeleton,.lxb-skeleton-table):after{content:"";z-index:1;opacity:.55;background:repeating-linear-gradient(180deg,transparent 0 23px,color-mix(in srgb,var(--lxb-line) 58%,transparent) 23px 24px);pointer-events:none;border-radius:5px;position:absolute;inset:12px}html[data-lxh-color-mode] .lxb-dashboard [aria-busy=true]{cursor:progress}html[data-lxh-color-mode] .lxb-dashboard .lxb-spark-empty{width:100%;height:30px;display:block;position:relative}html[data-lxh-color-mode] .lxb-dashboard .lxb-spark-empty:after{content:"";border-top:1px dashed var(--lxb-line);position:absolute;top:50%;left:0;right:0}@media (hover:hover) and (pointer:fine){html[data-lxh-color-mode] .lxb-dashboard :where(.lxb-kpi,.lxb-secondary-card,.lxb-quick-actions>button){transition:transform .15s,border-color .15s,box-shadow .15s}html[data-lxh-color-mode] .lxb-dashboard :where(.lxb-kpi,.lxb-secondary-card,.lxb-quick-actions>button):hover{box-shadow:0 8px 20px color-mix(in srgb,var(--lxb-text) 7%,transparent);transform:translateY(-1px)!important}html[data-lxh-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,html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-sort-header:hover,html[data-lxh-color-mode] .lxb-dashboard .lxb-row-actions :where(a,summary):hover,html[data-lxh-color-mode] .lxb-dashboard .lxb-pagination button:not(:disabled):hover{transform:translateY(-1px)}}@media (max-width:1440px){html[data-lxh-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-lxh-color-mode] .lxb-dashboard .lxb-primary-kpis,html[data-lxh-color-mode] .lxb-dashboard .lxb-secondary-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}html[data-lxh-color-mode] .lxb-dashboard .lxb-mid-row{grid-template-columns:1fr}html[data-lxh-color-mode] .lxb-dashboard .lxb-conversion{grid-column:auto}html[data-lxh-color-mode] .lxb-dashboard .lxb-bottom-row{grid-template-columns:repeat(2,minmax(0,1fr))}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads{grid-column:1/-1}}@media (max-width:1024px){html[data-lxh-color-mode] .lxb-dashboard .lxb-primary-kpis,html[data-lxh-color-mode] .lxb-dashboard .lxb-secondary-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}html[data-lxh-color-mode] .lxb-dashboard .lxb-lead-tools{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:834px){html[data-lxh-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-lxh-color-mode] .lxb-dashboard .lxb-bottom-row{grid-template-columns:1fr}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads{grid-column:auto}}@media (max-width:768px){html[data-lxh-color-mode] .lxb-dashboard .lxb-analytics-row{grid-template-columns:1fr}html[data-lxh-color-mode] .lxb-dashboard .lxb-lead-tools{grid-template-columns:repeat(2,minmax(0,1fr))}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-head{gap:10px}}@media (max-width:600px){html[data-lxh-color-mode] .lxb-dashboard .lxb-welcome h1{font-size:18px!important}html[data-lxh-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-lxh-color-mode] .lxb-dashboard .lxb-analytics-row>.lxb-widget{min-height:320px!important;min-block-size:320px!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap table{min-width:1460px}}@media (max-width:480px){html[data-lxh-color-mode] .lxb-dashboard .lxb-quick-actions,html[data-lxh-color-mode] .lxb-dashboard .lxb-primary-kpis,html[data-lxh-color-mode] .lxb-dashboard .lxb-lead-tools{grid-template-columns:1fr}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-head{padding-inline:10px}}@media (prefers-reduced-motion:reduce){html[data-lxh-color-mode] .lxb-dashboard *,html[data-lxh-color-mode] .lxb-dashboard :before,html[data-lxh-color-mode] .lxb-dashboard :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.lxhp-role-buyer .lxhp-content[data-section=leads]>.lxhp-page-heading,.lxhp-role-buyer .lxhp-content[data-section=leads]>.lxhp-stripe-readiness{display:none!important}.lxhp-role-buyer .lxhp-content[data-section=leads]{--lxhpl-purple:#5b35f5;--lxhpl-blue:#2673f3;--lxhpl-green:#21a663;--lxhpl-orange:#e58a13;--lxhpl-red:#e5484d;--lxhpl-bg:var(--lxhp-bg);--lxhpl-card:var(--lxhp-panel);--lxhpl-line:var(--lxhp-line);--lxhpl-text:var(--lxhp-text);--lxhpl-muted:var(--lxhp-muted)}.lxhpl{min-width:0;color:var(--lxhpl-text);gap:14px;display:grid}.lxhpl button,.lxhpl input,.lxhpl select,.lxhpl textarea{font:inherit}.lxhpl button:focus-visible,.lxhpl a:focus-visible,.lxhpl input:focus-visible,.lxhpl select:focus-visible,.lxhpl textarea:focus-visible{outline:2px solid color-mix(in srgb,var(--lxhpl-purple) 55%,transparent);outline-offset:2px}.lxhpl-header{justify-content:space-between;align-items:center;gap:18px;padding:2px 0 4px;display:flex}.lxhpl-header__title{align-items:center;gap:12px;min-width:0;display:flex}.lxhpl-title-icon{background:color-mix(in srgb,var(--lxhpl-purple) 9%,var(--lxhpl-card));width:42px;height:42px;color:var(--lxhpl-purple);border-radius:10px;flex:0 0 42px;place-items:center;display:grid}.lxhpl-header h1{margin:0;letter-spacing:-.02em!important;font-size:28px!important;font-weight:700!important;line-height:1.2!important}.lxhpl-header p{color:var(--lxhpl-muted);margin:4px 0 0;font-size:13px!important;line-height:1.5!important}.lxhpl-header__actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:9px;display:flex}.lxhpl-header__actions>.lxhp-btn{white-space:nowrap;align-items:center;gap:7px;height:38px;display:inline-flex}.lxhpl-range{position:relative}.lxhpl-range__trigger{border:1px solid var(--lxhpl-line);background:var(--lxhpl-card);min-width:150px;height:38px;color:var(--lxhpl-text);cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:0 12px;display:flex}.lxhpl-range__trigger:hover{border-color:color-mix(in srgb,var(--lxhpl-purple) 28%,var(--lxhpl-line))}.lxhpl-range__menu{z-index:80;border:1px solid var(--lxhpl-line);background:var(--lxhpl-card);border-radius:9px;width:190px;padding:6px;position:absolute;top:44px;right:0;box-shadow:0 12px 30px #0f172a1f}.lxhpl-range__menu button{width:100%;min-height:34px;color:var(--lxhpl-text);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:space-between;align-items:center;padding:0 9px;display:flex}.lxhpl-range__menu button:hover,.lxhpl-range__menu button[aria-selected=true]{background:color-mix(in srgb,var(--lxhpl-purple) 7%,var(--lxhpl-card));color:var(--lxhpl-purple)}.lxhpl-custom-range{z-index:85;border:1px solid var(--lxhpl-line);background:var(--lxhpl-card);border-radius:10px;width:320px;padding:12px;position:absolute;top:44px;right:0;box-shadow:0 14px 34px #0f172a24}.lxhpl-custom-range>div:first-child{grid-template-columns:1fr 1fr;gap:9px;display:grid}.lxhpl-custom-range label{color:var(--lxhpl-muted);gap:5px;font-size:12px;display:grid}.lxhpl-custom-range input{border:1px solid var(--lxhpl-line);background:var(--lxhpl-card);height:36px;color:var(--lxhpl-text);border-radius:7px;padding:0 9px}.lxhpl-custom-range>div:last-child{justify-content:flex-end;gap:8px;margin-top:10px;display:flex}.lxhpl-kpis{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;display:grid}.lxhpl-kpi{border:1px solid var(--lxhpl-line);background:var(--lxhpl-card);border-radius:10px;min-width:0;height:132px;padding:13px 14px 10px;transition:border-color .16s,box-shadow .16s,transform .16s;overflow:hidden}.lxhpl-kpi:hover{border-color:color-mix(in srgb,currentColor 22%,var(--lxhpl-line));box-shadow:0 5px 16px #0f172a0e}.lxhpl-kpi__head{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.lxhpl-kpi__head>div>span{color:var(--lxhpl-text);font-weight:650;display:block;font-size:12px!important}.lxhpl-kpi__value{align-items:baseline;gap:7px;margin-top:3px;display:flex}.lxhpl-kpi__value strong{font-weight:700;font-size:22px!important;line-height:1.15!important}.lxhpl-kpi__value em{border-radius:5px;padding:2px 5px;font-style:normal;font-weight:650;line-height:1.25;font-size:10px!important}.lxhpl-kpi__value em.is-good{color:#17894b;background:#eaf9f1}.lxhpl-kpi__value em.is-bad{color:#c93644;background:#fff0f1}.lxhpl-kpi__value em.is-neutral{background:color-mix(in srgb,var(--lxhpl-muted) 9%,var(--lxhpl-card));color:var(--lxhpl-muted)}.lxhpl-kpi__value em.is-new{color:#2f65d7;background:#eef3ff}.lxhpl-kpi__head small{color:var(--lxhpl-muted);margin-top:4px;display:block;font-size:10px!important}.lxhpl-kpi__icon{background:color-mix(in srgb,currentColor 8%,var(--lxhpl-card));border-radius:8px;place-items:center;width:31px;height:31px;display:grid}.lxhpl-kpi.is-purple{color:var(--lxhpl-purple)}.lxhpl-kpi.is-blue{color:var(--lxhpl-blue)}.lxhpl-kpi.is-green{color:var(--lxhpl-green)}.lxhpl-kpi.is-orange{color:var(--lxhpl-orange)}.lxhpl-kpi .lxhpl-kpi__head>div,.lxhpl-kpi .lxhpl-kpi__value strong{color:var(--lxhpl-text)}.lxhpl-spark{width:100%;height:30px;margin-top:8px;overflow:visible}.lxhpl-spark polyline{fill:none;stroke:currentColor;stroke-width:1.35px;vector-effect:non-scaling-stroke}.lxhpl-skeleton{background:linear-gradient(90deg,color-mix(in srgb,var(--lxhpl-line) 70%,transparent),color-mix(in srgb,var(--lxhpl-line) 35%,var(--lxhpl-card)),color-mix(in srgb,var(--lxhpl-line) 70%,transparent));background-size:200% 100%;border-radius:6px;animation:1.3s linear infinite lxhpl-shimmer;display:block}.lxhpl-skeleton--title{width:42%;height:12px}.lxhpl-skeleton--value{width:30%;height:24px;margin-top:9px}.lxhpl-skeleton--line{width:100%;height:24px;margin-top:24px}.lxhpl-skeleton--cell{width:84%;height:13px}@keyframes lxhpl-shimmer{to{background-position:-200% 0}}.lxhpl-card{border:1px solid var(--lxhpl-line);background:var(--lxhpl-card);border-radius:11px;min-width:0;position:relative;overflow:visible}.lxhpl-toolbar{grid-template-columns:minmax(260px,1.4fr) minmax(0,4.5fr);gap:10px;padding:14px 14px 9px;display:grid}.lxhpl-search{border:1px solid var(--lxhpl-line);background:var(--lxhpl-card);height:38px;color:var(--lxhpl-muted);border-radius:8px;align-items:center;gap:8px;padding:0 11px;display:flex}.lxhpl-search:focus-within{border-color:color-mix(in srgb,var(--lxhpl-purple) 42%,var(--lxhpl-line));box-shadow:0 0 0 3px color-mix(in srgb,var(--lxhpl-purple) 9%,transparent)}.lxhpl-search input{width:100%;min-width:0;color:var(--lxhpl-text);background:0 0;border:0;outline:0;font-size:12px!important}.lxhpl-search input::placeholder{color:color-mix(in srgb,var(--lxhpl-muted) 82%,transparent)}.lxhpl-filters{grid-template-columns:repeat(7,minmax(105px,1fr)) minmax(112px,.95fr);gap:7px;display:grid}.lxhpl-filter{min-width:0;position:relative}.lxhpl-filter__trigger,.lxhpl-more-trigger{border:1px solid var(--lxhpl-line);background:var(--lxhpl-card);width:100%;height:38px;color:var(--lxhpl-text);white-space:nowrap;cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;gap:6px;padding:0 9px;display:flex;font-size:11px!important}.lxhpl-filter__trigger span:first-child{text-overflow:ellipsis;min-width:0;overflow:hidden}.lxhpl-filter__trigger:hover,.lxhpl-more-trigger:hover,.lxhpl-filter__trigger.is-active,.lxhpl-more-trigger.is-active{border-color:color-mix(in srgb,var(--lxhpl-purple) 34%,var(--lxhpl-line));background:color-mix(in srgb,var(--lxhpl-purple) 2.8%,var(--lxhpl-card))}.lxhpl-more-trigger{justify-content:center}.lxhpl-more-trigger b{background:var(--lxhpl-purple);color:#fff;border-radius:999px;place-items:center;min-width:18px;height:18px;display:grid;font-size:9px!important}.lxhpl-filter__menu{z-index:75;border:1px solid var(--lxhpl-line);background:var(--lxhpl-card);border-radius:9px;width:max(100%,190px);max-height:260px;padding:6px;position:absolute;top:43px;left:0;overflow:auto;box-shadow:0 12px 28px #0f172a21}.lxhpl-filter__menu button{width:100%;min-height:33px;color:var(--lxhpl-text);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;gap:8px;padding:0 8px;display:flex}.lxhpl-filter__menu button:hover{background:color-mix(in srgb,var(--lxhpl-purple) 6%,var(--lxhpl-card))}.lxhpl-filter__menu p{color:var(--lxhpl-muted);margin:8px;font-size:11px!important}.lxhpl-check{border:1px solid var(--lxhpl-line);border-radius:4px;place-items:center;width:16px;height:16px;display:grid;font-size:10px!important}.lxhpl-check.is-selected{border-color:var(--lxhpl-purple);background:var(--lxhpl-purple);color:#fff}.lxhpl-active{border-bottom:1px solid color-mix(in srgb,var(--lxhpl-line) 68%,transparent);flex-wrap:wrap;align-items:center;gap:6px;min-height:38px;padding:0 14px 9px;display:flex}.lxhpl-active>strong{font-size:11px!important}.lxhpl-active>button:not(.lxhpl-clear){background:color-mix(in srgb,var(--lxhpl-purple) 7%,var(--lxhpl-card));color:#40558a;cursor:pointer;border:0;border-radius:6px;align-items:center;gap:5px;height:25px;padding:0 8px;display:flex;font-size:10px!important}.lxhpl-active>button span{color:var(--lxhpl-purple);font-weight:800}.lxhpl-active .lxhpl-clear{height:25px;color:var(--lxhpl-purple);cursor:pointer;background:0 0;border:0;padding:0 6px;font-size:10px!important}.lxhpl-more{z-index:72;border:1px solid var(--lxhpl-line);background:var(--lxhpl-card);border-radius:11px;width:min(900px,100% - 28px);padding:14px;position:absolute;top:61px;right:14px;box-shadow:0 18px 42px #0f172a24}.lxhpl-more__head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.lxhpl-more__head strong{display:block;font-size:14px!important}.lxhpl-more__head span{color:var(--lxhpl-muted);margin-top:2px;display:block;font-size:11px!important}.lxhpl-more__head>button{width:30px;height:30px;color:var(--lxhpl-muted);cursor:pointer;background:0 0;border:0;border-radius:7px;font-size:20px}.lxhpl-more__head>button:hover{background:color-mix(in srgb,var(--lxhpl-line) 45%,transparent)}.lxhpl-more__grid{grid-template-columns:1.4fr .8fr 1fr 1fr;gap:14px;display:grid}.lxhpl-more fieldset{border:0;min-width:0;margin:0;padding:0}.lxhpl-more legend{color:var(--lxhpl-text);margin-bottom:8px;font-weight:700;font-size:11px!important}.lxhpl-more label{color:var(--lxhpl-muted);gap:4px;margin-bottom:8px;display:grid;font-size:10px!important}.lxhpl-more input{border:1px solid var(--lxhpl-line);background:var(--lxhpl-card);width:100%;height:34px;color:var(--lxhpl-text);border-radius:7px;padding:0 8px;font-size:11px!important}.lxhpl-more__actions{border-top:1px solid var(--lxhpl-line);justify-content:flex-end;gap:8px;padding-top:8px;display:flex}.lxhpl-table-region{overscroll-behavior-inline:contain;max-width:100%;overflow:auto}.lxhpl-table{border-collapse:separate;border-spacing:0;width:100%;min-width:1550px;font-size:11px!important}.lxhpl-table thead{z-index:8;position:sticky;top:0}.lxhpl-table th{border-top:1px solid var(--lxhpl-line);border-bottom:1px solid var(--lxhpl-line);background:color-mix(in srgb,var(--lxhpl-muted) 3.5%,var(--lxhpl-card));color:#46536b;text-align:left;white-space:nowrap;height:42px;padding:0 10px;font-weight:650}.lxhpl-table th button{width:100%;height:42px;color:inherit;font-weight:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;padding:0;display:flex}.lxhpl-sort{color:#a4adbd;font-size:11px!important}.lxhpl-sort.is-active{color:var(--lxhpl-purple)}.lxhpl-table td{border-bottom:1px solid color-mix(in srgb,var(--lxhpl-line) 64%,transparent);height:52px;color:var(--lxhpl-text);white-space:nowrap;padding:8px 10px}.lxhpl-table tbody tr{cursor:pointer}.lxhpl-table tbody tr:hover{background:color-mix(in srgb,var(--lxhpl-purple) 1.8%,var(--lxhpl-card))}.lxhpl-table tbody tr:focus-visible{outline:2px solid color-mix(in srgb,var(--lxhpl-purple) 45%,transparent);outline-offset:-2px}.lxhpl-table td.is-money{font-variant-numeric:tabular-nums}.lxhpl-id{color:#3159b8;cursor:pointer;background:0 0;border:0;padding:0;font-weight:700}.lxhpl-truncate{text-overflow:ellipsis;max-width:145px;display:block;overflow:hidden}.lxhpl-score{border-radius:6px;place-items:center;min-width:30px;height:24px;padding:0 7px;font-weight:700;display:inline-grid}.lxhpl-score.is-high{color:#16874a;background:#eaf9f1}.lxhpl-score.is-mid{color:#2b65cf;background:#eef4ff}.lxhpl-score.is-low{color:#bf6e08;background:#fff4e7}.lxhpl-tier,.lxhpl-status{border-radius:999px;justify-content:center;align-items:center;min-height:24px;padding:0 8px;font-weight:650;display:inline-flex;font-size:10px!important}.lxhpl-tier.is-platinum{color:#5540cf;background:#eef0ff}.lxhpl-tier.is-gold{color:#9b6b00;background:#fff6dc}.lxhpl-tier.is-silver{color:#64748b;background:#f1f4f7}.lxhpl-tier.is-standard{color:#71717a;background:#f4f4f5}.lxhpl-status{color:#526174;background:#f1f4f7}.lxhpl-status.is-new{color:#b96b08;background:#fff4e7}.lxhpl-status.is-contacted{color:#2d67d2;background:#eef4ff}.lxhpl-status.is-qualified,.lxhpl-status.is-converted{color:#16874a;background:#eaf9f1}.lxhpl-status.is-consultation{color:#6544d8;background:#f1edff}.lxhpl-status.is-follow-up{color:#9b6b00;background:#fff6dc}.lxhpl-status.is-disputed,.lxhpl-status.is-refunded{color:#bd3544;background:#fff0f1}.lxhpl-received{gap:1px;display:grid}.lxhpl-received strong{font-weight:600;font-size:11px!important}.lxhpl-received small{color:var(--lxhpl-muted);font-size:9px!important}.lxhpl-actions{align-items:center;gap:4px;display:flex}.lxhpl-actions>a,.lxhpl-actions>button{color:#526582;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;place-items:center;width:30px;height:30px;display:grid}.lxhpl-actions>a:hover,.lxhpl-actions>button:hover{border-color:var(--lxhpl-line);background:color-mix(in srgb,var(--lxhpl-purple) 4%,var(--lxhpl-card));color:var(--lxhpl-purple)}.lxhpl-table tr.is-skeleton td{cursor:default}.lxhpl-state{text-align:center;min-height:300px;color:var(--lxhpl-muted);flex-direction:column;justify-content:center;align-items:center;gap:7px;padding:30px;display:flex}.lxhpl-state>svg{color:#8692a6}.lxhpl-state strong{color:var(--lxhpl-text);font-size:15px!important}.lxhpl-state p{max-width:520px;margin:0;line-height:1.5;font-size:11px!important}.lxhpl-state>div{gap:8px;margin-top:4px;display:flex}.lxhpl-pagination{border-top:1px solid var(--lxhpl-line);min-height:52px;color:var(--lxhpl-muted);justify-content:space-between;align-items:center;gap:12px;padding:8px 14px;display:flex;font-size:10px!important}.lxhpl-pagination label{align-items:center;gap:7px;display:flex}.lxhpl-pagination select{border:1px solid var(--lxhpl-line);background:var(--lxhpl-card);height:31px;color:var(--lxhpl-text);border-radius:7px;padding:0 25px 0 8px;font-size:10px!important}.lxhpl-pagination nav{align-items:center;gap:4px;display:flex}.lxhpl-pagination nav button{min-width:30px;height:30px;color:var(--lxhpl-text);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;padding:0 8px;font-size:10px!important}.lxhpl-pagination nav button:hover:not(:disabled),.lxhpl-pagination nav button.is-active{border-color:color-mix(in srgb,var(--lxhpl-purple) 30%,var(--lxhpl-line));background:color-mix(in srgb,var(--lxhpl-purple) 5%,var(--lxhpl-card));color:var(--lxhpl-purple)}.lxhpl-pagination nav button:disabled{opacity:.35;cursor:not-allowed}.lxhpl-pagination nav span{padding:0 4px}.lxhpl-mobile-list{display:none}.lxhpl-drawer{z-index:160;justify-content:flex-end;display:flex;position:fixed;inset:0}.lxhpl-drawer__backdrop{cursor:default;background:#0f172a4d;border:0;position:absolute;inset:0}.lxhpl-drawer>aside{border-left:1px solid var(--lxhpl-line);background:var(--lxhpl-card);flex-direction:column;width:min(520px,94vw);height:100%;animation:.18s ease-out lxhpl-drawer-in;display:flex;position:relative;box-shadow:-20px 0 50px #0f172a24}.lxhpl-drawer>aside>header{border-bottom:1px solid var(--lxhpl-line);justify-content:space-between;align-items:flex-start;min-height:84px;padding:16px 18px;display:flex}.lxhpl-drawer>aside>header span{color:var(--lxhpl-purple);text-transform:uppercase;letter-spacing:.06em;font-weight:700;font-size:10px!important}.lxhpl-drawer>aside>header h2{margin:3px 0 0;font-size:20px!important}.lxhpl-drawer>aside>header p{color:var(--lxhpl-muted);margin:2px 0 0;font-size:11px!important}.lxhpl-drawer>aside>header button{width:32px;height:32px;color:var(--lxhpl-muted);cursor:pointer;background:0 0;border:0;border-radius:7px;font-size:22px}.lxhpl-drawer__body{flex:1;padding:16px 18px;overflow:auto}.lxhpl-drawer__body section{border-bottom:1px solid var(--lxhpl-line);margin:0 0 16px;padding:0 0 16px}.lxhpl-drawer__body section:last-child{border-bottom:0}.lxhpl-drawer__body h3{margin:0 0 10px;font-size:13px!important}.lxhpl-drawer__body dl{grid-template-columns:1fr 1fr;gap:9px 14px;margin:0;display:grid}.lxhpl-drawer__body dl>div{min-width:0}.lxhpl-drawer__body dt{color:var(--lxhpl-muted);text-transform:uppercase;letter-spacing:.05em;font-size:9px!important}.lxhpl-drawer__body dd{color:var(--lxhpl-text);overflow-wrap:anywhere;margin:2px 0 0;font-size:11px!important}.lxhpl-timeline{gap:8px;display:grid}.lxhpl-timeline p{color:var(--lxhpl-muted);grid-template-columns:9px 1fr auto;align-items:center;gap:7px;margin:0;display:grid;font-size:11px!important}.lxhpl-timeline p span{background:var(--lxhpl-purple);border-radius:50%;width:8px;height:8px}.lxhpl-timeline p b{color:var(--lxhpl-text);font-weight:600}.lxhpl-drawer form{gap:9px;display:grid}.lxhpl-drawer form label{color:var(--lxhpl-muted);gap:5px;display:grid;font-size:10px!important}.lxhpl-drawer form select,.lxhpl-drawer form textarea{border:1px solid var(--lxhpl-line);background:var(--lxhpl-card);width:100%;color:var(--lxhpl-text);border-radius:7px;padding:8px;font-size:11px!important}.lxhpl-drawer__message{color:var(--lxhpl-muted);margin:0;font-size:10px!important}.lxhpl-drawer>aside>footer{border-top:1px solid var(--lxhpl-line);justify-content:flex-end;align-items:center;gap:8px;padding:12px 18px;display:flex}.lxhpl-drawer>aside>footer .lxhp-btn{align-items:center;gap:6px;display:inline-flex}@keyframes lxhpl-drawer-in{0%{opacity:.7;transform:translate(16px)}to{opacity:1;transform:none}}@media (max-width:1700px){.lxhpl-toolbar{grid-template-columns:1fr}.lxhpl-filters{grid-template-columns:repeat(4,minmax(120px,1fr))}.lxhpl-kpis{grid-template-columns:repeat(5,minmax(150px,1fr));overflow-x:auto}.lxhpl-kpi{min-width:180px}}@media (max-width:1100px){.lxhpl-header{flex-direction:column;align-items:flex-start}.lxhpl-header__actions{justify-content:flex-start;width:100%}.lxhpl-kpis{grid-template-columns:repeat(3,minmax(0,1fr));overflow:visible}.lxhpl-kpi{min-width:0}.lxhpl-filters{grid-template-columns:repeat(3,minmax(0,1fr))}.lxhpl-more__grid{grid-template-columns:1fr 1fr}.lxhpl-pagination{flex-wrap:wrap;align-items:flex-start}}@media (max-width:760px){.lxhpl{gap:10px}.lxhpl-header h1{font-size:23px!important}.lxhpl-header__actions{grid-template-columns:1fr 1fr;display:grid}.lxhpl-range{grid-column:1/-1}.lxhpl-range__trigger{width:100%}.lxhpl-header__actions>.lxhp-btn{justify-content:center}.lxhpl-kpis{grid-template-columns:1fr 1fr}.lxhpl-toolbar{padding:10px}.lxhpl-filters{grid-template-columns:1fr 1fr}.lxhpl-filter:nth-of-type(n+4){display:none}.lxhpl-more-trigger{display:flex}.lxhpl-more{z-index:150;width:auto;max-height:80vh;position:fixed;inset:auto 8px 8px;overflow:auto}.lxhpl-more__grid{grid-template-columns:1fr}.lxhpl-table{display:none}.lxhpl-table-region{overflow:visible}.lxhpl-mobile-list{gap:8px;padding:10px;display:grid}.lxhpl-mobile-list article{border:1px solid var(--lxhpl-line);background:var(--lxhpl-card);border-radius:9px;padding:12px}.lxhpl-mobile-head,.lxhpl-mobile-footer{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.lxhpl-mobile-head strong{display:block;font-size:13px!important}.lxhpl-mobile-head small{color:var(--lxhpl-muted);margin-top:2px;display:block;font-size:9px!important}.lxhpl-mobile-list p{color:var(--lxhpl-muted);margin:8px 0;line-height:1.45;font-size:10px!important}.lxhpl-mobile-meta{flex-wrap:wrap;gap:6px;display:flex}.lxhpl-mobile-meta span{background:color-mix(in srgb,var(--lxhpl-muted) 6%,var(--lxhpl-card));border-radius:5px;padding:4px 6px;font-size:9px!important}.lxhpl-mobile-footer{border-top:1px solid var(--lxhpl-line);align-items:center;margin-top:10px;padding-top:9px}.lxhpl-mobile-footer>span{color:var(--lxhpl-muted);font-size:9px!important}.lxhpl-mobile-footer>div{gap:5px;display:flex}.lxhpl-mobile-footer button{border:1px solid var(--lxhpl-line);background:var(--lxhpl-card);height:29px;color:var(--lxhpl-purple);border-radius:6px;padding:0 8px;font-size:9px!important}.lxhpl-pagination nav{width:100%;overflow:auto}.lxhpl-pagination>label{order:2}.lxhpl-drawer>aside{width:100%}}@media (max-width:520px){.lxhpl-kpis{grid-template-columns:1fr}.lxhpl-kpi{height:118px}.lxhpl-header__actions{grid-template-columns:1fr}.lxhpl-range{grid-column:auto}.lxhpl-filters{grid-template-columns:1fr}.lxhpl-filter:nth-of-type(n+3){display:none}.lxhpl-custom-range{width:auto;position:fixed;inset:auto 8px 8px}.lxhpl-drawer__body dl{grid-template-columns:1fr}.lxhpl-drawer>aside>footer{flex-wrap:wrap}.lxhpl-drawer>aside>footer .lxhp-btn{flex:1;justify-content:center}}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-head .lxb-more-panel,.lxb-dashboard .lxb-recent-head .lxb-more-panel{z-index:82;border:1px solid var(--lxb-line);background:var(--lxb-card);border-radius:10px;max-height:calc(100% + 430px);margin:0;padding:14px;display:block;position:absolute;top:42px;left:8px;right:8px;overflow:auto;box-shadow:0 18px 42px #0f172a24}html[data-lxh-color-mode] .lxb-dashboard .lxb-more-panel__head,.lxb-dashboard .lxb-more-panel__head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}html[data-lxh-color-mode] .lxb-dashboard .lxb-more-panel__head strong,.lxb-dashboard .lxb-more-panel__head strong{color:var(--lxb-text);font-weight:650;line-height:1.25;display:block;font-size:14px!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-more-panel__head span,.lxb-dashboard .lxb-more-panel__head span{color:var(--lxb-muted);margin-top:3px;line-height:1.45;display:block;font-size:11px!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-more-panel__head>button,.lxb-dashboard .lxb-more-panel__head>button{width:30px;height:30px;color:var(--lxb-muted);cursor:pointer;background:0 0;border:0;place-items:center;padding:0;line-height:1;display:grid;border-radius:7px!important;font-size:20px!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-more-panel__head>button:hover,.lxb-dashboard .lxb-more-panel__head>button:hover{background:color-mix(in srgb,var(--lxb-line) 45%,transparent)}html[data-lxh-color-mode] .lxb-dashboard .lxb-more-panel__grid,.lxb-dashboard .lxb-more-panel__grid{grid-template-columns:1.4fr .8fr 1fr 1fr;gap:14px;display:grid}html[data-lxh-color-mode] .lxb-dashboard .lxb-more-panel fieldset,.lxb-dashboard .lxb-more-panel fieldset{border:0;min-width:0;margin:0;padding:0}html[data-lxh-color-mode] .lxb-dashboard .lxb-more-panel legend,.lxb-dashboard .lxb-more-panel legend{color:var(--lxb-text);margin-bottom:8px;font-weight:700;font-size:11px!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-more-panel label,.lxb-dashboard .lxb-more-panel label{color:var(--lxb-text-2);gap:4px;margin-bottom:8px;line-height:1.35;display:grid;font-size:10px!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-more-panel input,.lxb-dashboard .lxb-more-panel input{border:1px solid var(--lxb-line);background:var(--lxb-card);width:100%;height:34px;color:var(--lxb-text);padding:0 8px;border-radius:7px!important;font-size:11px!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-more-panel input:focus-visible,.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)}html[data-lxh-color-mode] .lxb-dashboard .lxb-more-panel__actions,.lxb-dashboard .lxb-more-panel__actions{border-top:1px solid var(--lxb-line);justify-content:flex-end;gap:8px;padding-top:10px;display:flex}html[data-lxh-color-mode] .lxb-dashboard .lxb-more-panel__actions button,.lxb-dashboard .lxb-more-panel__actions button{cursor:pointer;min-width:96px;height:36px;padding:0 14px;font-weight:650;border-radius:8px!important;font-size:11px!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-more-panel__actions .is-secondary,.lxb-dashboard .lxb-more-panel__actions .is-secondary{border:1px solid var(--lxb-line);background:var(--lxb-card);color:var(--lxb-text)}html[data-lxh-color-mode] .lxb-dashboard .lxb-more-panel__actions .is-primary,.lxb-dashboard .lxb-more-panel__actions .is-primary{border:1px solid var(--lxb-purple);background:var(--lxb-purple);color:#fff}html[data-lxh-color-mode] .lxb-dashboard .lxb-more-panel__actions .is-secondary:hover,.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))}html[data-lxh-color-mode] .lxb-dashboard .lxb-more-panel__actions .is-primary:hover,.lxb-dashboard .lxb-more-panel__actions .is-primary:hover{background:var(--lxb-purple-2);border-color:var(--lxb-purple-2)}@media (max-width:1100px){html[data-lxh-color-mode] .lxb-dashboard .lxb-more-panel__grid,.lxb-dashboard .lxb-more-panel__grid{grid-template-columns:1fr 1fr}}@media (max-width:660px){html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-head .lxb-more-panel,.lxb-dashboard .lxb-recent-head .lxb-more-panel{max-height:calc(100% + 360px);padding:12px;top:70px;left:4px;right:4px}html[data-lxh-color-mode] .lxb-dashboard .lxb-more-panel__grid,.lxb-dashboard .lxb-more-panel__grid{grid-template-columns:1fr}html[data-lxh-color-mode] .lxb-dashboard .lxb-more-panel__actions,.lxb-dashboard .lxb-more-panel__actions{background:var(--lxb-card);padding-top:10px;position:sticky;bottom:0}}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-head{position:relative}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-filter-trigger,html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-more-filter,.lxb-dashboard .lxb-recent-leads .lxb-filter-trigger,.lxb-dashboard .lxb-recent-leads .lxb-more-filter{border:1px solid var(--lxb-line);background:var(--lxb-card);width:100%;height:38px;color:var(--lxb-text);box-shadow:none;white-space:nowrap;cursor:pointer;justify-content:space-between;align-items:center;gap:6px;padding:0 9px;display:flex;border-radius:8px!important;font-size:11px!important;font-weight:600!important;line-height:1.2!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-more-filter,.lxb-dashboard .lxb-recent-leads .lxb-more-filter{justify-content:center}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-filter-trigger:hover,html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-more-filter:hover,html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-filter-trigger[aria-expanded=true],html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-more-filter.is-active,.lxb-dashboard .lxb-recent-leads .lxb-filter-trigger:hover,.lxb-dashboard .lxb-recent-leads .lxb-more-filter:hover,.lxb-dashboard .lxb-recent-leads .lxb-filter-trigger[aria-expanded=true],.lxb-dashboard .lxb-recent-leads .lxb-more-filter.is-active{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}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-filter-trigger:focus-visible,html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-more-filter:focus-visible,.lxb-dashboard .lxb-recent-leads .lxb-filter-trigger:focus-visible,.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}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-filter-menu,.lxb-dashboard .lxb-recent-leads .lxb-filter-menu{z-index:75;border:1px solid var(--lxb-line);background:var(--lxb-card);border-radius:9px;gap:0;width:max(100%,190px);max-width:none;max-height:260px;padding:6px;top:43px;box-shadow:0 12px 28px #0f172a21}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-filter-menu button,.lxb-dashboard .lxb-recent-leads .lxb-filter-menu button{min-height:33px;padding:0 8px;border-radius:6px!important;font-size:11px!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-filter-menu button:hover,.lxb-dashboard .lxb-recent-leads .lxb-filter-menu button:hover{background:color-mix(in srgb,var(--lxb-purple) 6%,var(--lxb-card))}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-head .lxb-more-panel,.lxb-dashboard .lxb-recent-head .lxb-more-panel{z-index:72;border:1px solid var(--lxb-line);background:var(--lxb-card);border-radius:11px;width:min(900px,100% - 28px);max-height:none;margin:0;padding:14px;position:absolute;top:61px;left:auto;right:14px;overflow:visible;box-shadow:0 18px 42px #0f172a24}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-more-panel__head,.lxb-dashboard .lxb-recent-leads .lxb-more-panel__head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-more-panel__head strong,.lxb-dashboard .lxb-recent-leads .lxb-more-panel__head strong{color:var(--lxb-text);font-weight:700;line-height:normal;display:block;font-size:14px!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-more-panel__head span,.lxb-dashboard .lxb-recent-leads .lxb-more-panel__head span{color:var(--lxb-muted);margin-top:2px;line-height:normal;display:block;font-size:11px!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-more-panel__head>button,.lxb-dashboard .lxb-recent-leads .lxb-more-panel__head>button{width:30px;height:30px;color:var(--lxb-muted);cursor:pointer;background:0 0;border:0;padding:0;border-radius:7px!important;font-size:20px!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-more-panel__head>button:hover,.lxb-dashboard .lxb-recent-leads .lxb-more-panel__head>button:hover{background:color-mix(in srgb,var(--lxb-line) 45%,transparent)}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-more-panel__grid,.lxb-dashboard .lxb-recent-leads .lxb-more-panel__grid{grid-template-columns:1.4fr .8fr 1fr 1fr;gap:14px;display:grid}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-more-panel fieldset,.lxb-dashboard .lxb-recent-leads .lxb-more-panel fieldset{border:0;min-width:0;margin:0;padding:0}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-more-panel legend,.lxb-dashboard .lxb-recent-leads .lxb-more-panel legend{color:var(--lxb-text);margin-bottom:8px;font-weight:700;font-size:11px!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-more-panel label,.lxb-dashboard .lxb-recent-leads .lxb-more-panel label{color:var(--lxb-muted);gap:4px;margin-bottom:8px;display:grid;font-size:10px!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-more-panel input,.lxb-dashboard .lxb-recent-leads .lxb-more-panel input{border:1px solid var(--lxb-line);background:var(--lxb-card);width:100%;height:34px;color:var(--lxb-text);padding:0 8px;border-radius:7px!important;font-size:11px!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-more-panel__actions,.lxb-dashboard .lxb-recent-leads .lxb-more-panel__actions{border-top:1px solid var(--lxb-line);justify-content:flex-end;gap:8px;padding-top:8px;display:flex}@media (max-width:1100px){html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-more-panel__grid,.lxb-dashboard .lxb-recent-leads .lxb-more-panel__grid{grid-template-columns:1fr 1fr}}@media (max-width:760px){html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-head .lxb-more-panel,.lxb-dashboard .lxb-recent-head .lxb-more-panel{z-index:150;width:auto;max-height:80vh;padding:14px;position:fixed;inset:auto 8px 8px;overflow:auto}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-more-panel__grid,.lxb-dashboard .lxb-recent-leads .lxb-more-panel__grid{grid-template-columns:1fr}}html[data-lxh-color-mode] .lxb-dashboard .lxb-bottom-row,.lxb-dashboard .lxb-bottom-row{grid-template-columns:repeat(3,minmax(0,1fr))}html[data-lxh-color-mode] .lxb-dashboard .lxb-bottom-row>.lxb-recent-leads,.lxb-dashboard .lxb-bottom-row>.lxb-recent-leads{grid-column:1/-1}@media (max-width:1200px){html[data-lxh-color-mode] .lxb-dashboard .lxb-bottom-row,.lxb-dashboard .lxb-bottom-row{grid-template-columns:repeat(2,minmax(0,1fr))}html[data-lxh-color-mode] .lxb-dashboard .lxb-bottom-row>.lxb-recent-leads,.lxb-dashboard .lxb-bottom-row>.lxb-recent-leads{grid-column:1/-1}}@media (max-width:834px){html[data-lxh-color-mode] .lxb-dashboard .lxb-bottom-row,.lxb-dashboard .lxb-bottom-row{grid-template-columns:1fr}html[data-lxh-color-mode] .lxb-dashboard .lxb-bottom-row>.lxb-recent-leads,.lxb-dashboard .lxb-bottom-row>.lxb-recent-leads{grid-column:1/-1}}.lxhp-role-buyer .lxhp-content[data-section=leads] .lxhpl-search{border:1px solid var(--lxhpl-line);background:var(--lxhpl-card);border-radius:8px;gap:10px;height:40px;padding:0 12px;transition:border-color .14s,box-shadow .14s,background .14s;overflow:hidden;box-shadow:0 1px 2px #0f172a06}.lxhp-role-buyer .lxhp-content[data-section=leads] .lxhpl-search:hover{border-color:color-mix(in srgb,var(--lxhpl-purple) 22%,var(--lxhpl-line))}.lxhp-role-buyer .lxhp-content[data-section=leads] .lxhpl-search:focus-within{border-color:color-mix(in srgb,var(--lxhpl-purple) 45%,var(--lxhpl-line));background:var(--lxhpl-card);box-shadow:0 0 0 3px color-mix(in srgb,var(--lxhpl-purple) 9%,transparent)}.lxhp-role-buyer .lxhp-content[data-section=leads] .lxhpl-search>.lxh-semantic-icon{color:var(--lxhpl-text);opacity:.84;flex:none}.lxhp-role-buyer .lxhp-content[data-section=leads] .lxhpl-search input{width:100%!important;min-width:0!important;height:100%!important;box-shadow:none!important;color:var(--lxhpl-text)!important;background:0 0!important;border:0!important;border-radius:0!important;outline:0!important;margin:0!important;padding:0!important;font-size:12px!important;line-height:1.4!important}.lxhp-role-buyer .lxhp-content[data-section=leads] .lxhpl-search input:focus,.lxhp-role-buyer .lxhp-content[data-section=leads] .lxhpl-search input:focus-visible{box-shadow:none!important;border:0!important;outline:0!important}.lxhpl-kpi.is-error{border-color:color-mix(in srgb,var(--lxhpl-orange) 20%,var(--lxhpl-line))}.lxhpl-kpi__retry{border:1px solid var(--lxhpl-line);background:var(--lxhpl-card);color:var(--lxhpl-purple);cursor:pointer;border-radius:6px;margin-top:5px;padding:2px 7px;font-weight:650;line-height:1.5;font-size:9px!important}.lxhpl-kpi__retry:hover{border-color:color-mix(in srgb,var(--lxhpl-purple) 30%,var(--lxhpl-line));background:color-mix(in srgb,var(--lxhpl-purple) 4%,var(--lxhpl-card))}.lxhpl-kpi__retry:focus-visible{outline:2px solid color-mix(in srgb,var(--lxhpl-purple) 42%,transparent);outline-offset:2px}.lxhpl-status.is-returned{color:#9b6b00;background:#fff6dc}.lxhp-role-buyer .lxhp-content[data-section=leads] .lxhpl-kpi.is-actionable{text-align:left;width:100%;font:inherit;color:inherit;cursor:pointer;appearance:none}.lxhp-role-buyer .lxhp-content[data-section=leads] .lxhpl-kpi.is-actionable:hover{border-color:color-mix(in srgb,currentColor 25%,var(--lxhpl-line));transform:translateY(-1px);box-shadow:0 6px 18px #0f172a11}.lxhp-role-buyer .lxhp-content[data-section=leads] .lxhpl-kpi.is-actionable:focus-visible{outline:2px solid color-mix(in srgb,var(--lxhpl-purple) 55%,transparent);outline-offset:2px}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads,.lxb-dashboard .lxb-recent-leads{background:var(--lxb-card);border-radius:11px}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-head,.lxb-dashboard .lxb-recent-head{border-bottom:1px solid color-mix(in srgb,var(--lxb-line) 68%,transparent);background:var(--lxb-card);padding:14px 14px 9px}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-head>h2,.lxb-dashboard .lxb-recent-head>h2{color:var(--lxb-text);margin:0 0 10px!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-tools,.lxb-dashboard .lxb-recent-leads .lxb-lead-tools{grid-template-columns:minmax(260px,1.45fr) repeat(5,minmax(105px,1fr)) minmax(112px,.95fr);align-items:center;gap:7px;display:grid;padding:0!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-search,.lxb-dashboard .lxb-recent-leads .lxb-lead-search{border:1px solid var(--lxb-line);background:var(--lxb-card);height:38px;color:var(--lxb-muted);box-shadow:none;gap:8px;padding:0 11px;border-radius:8px!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-search:focus-within,.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)}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-search input,.lxb-dashboard .lxb-recent-leads .lxb-lead-search input{width:100%;min-width:0;color:var(--lxb-text);box-shadow:none!important;background:0 0!important;border:0!important;outline:0!important;font-size:12px!important;font-weight:500!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-active-filters,.lxb-dashboard .lxb-recent-leads .lxb-active-filters{min-height:38px;color:var(--lxb-text);border:0;gap:6px;padding:9px 0 0}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-active-filters>strong,.lxb-dashboard .lxb-recent-leads .lxb-active-filters>strong{font-size:11px!important;font-weight:700!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-active-filters>button:not(.lxb-clear-all),.lxb-dashboard .lxb-recent-leads .lxb-active-filters>button:not(.lxb-clear-all){background:color-mix(in srgb,var(--lxb-purple) 7%,var(--lxb-card));color:#40558a;border:0;align-items:center;gap:5px;height:25px;padding:0 8px;display:flex;border-radius:6px!important;font-size:10px!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-clear-all,.lxb-dashboard .lxb-recent-leads .lxb-clear-all{height:25px;color:var(--lxb-purple);padding:0 6px;font-size:10px!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap,.lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap{overscroll-behavior-inline:contain;scrollbar-gutter:stable;width:100%;max-width:100%;padding:0;overflow:auto}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap table,.lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap table{border-collapse:separate;border-spacing:0;width:100%;min-width:1550px;font-size:11px!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap thead,.lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap thead{z-index:8;position:sticky;top:0}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap thead th,.lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap thead th{border-top:1px solid var(--lxb-line);border-bottom:1px solid var(--lxb-line);color:#46536b;vertical-align:middle;height:42px;background:color-mix(in srgb,var(--lxb-muted) 3.5%,var(--lxb-card))!important;padding:0 10px!important;font-size:11px!important;font-weight:650!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-sort-header,.lxb-dashboard .lxb-recent-leads .lxb-sort-header{width:100%;min-height:42px;color:inherit;font:inherit;background:0 0;border:0;align-items:center;gap:5px;padding:0;display:flex}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-sort-arrows,.lxb-dashboard .lxb-recent-leads .lxb-sort-arrows{color:#a4adbd}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-sort-arrows i.is-active,.lxb-dashboard .lxb-recent-leads .lxb-sort-arrows i.is-active{color:var(--lxb-purple)}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap tbody td,.lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap tbody td{border-bottom:1px solid color-mix(in srgb,var(--lxb-line) 64%,transparent);background:var(--lxb-card);height:52px;color:var(--lxb-text);vertical-align:middle;white-space:nowrap;padding:8px 10px!important;font-size:11px!important;line-height:1.4!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-table-wrap tbody tr:hover td,.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))}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-row-actions,.lxb-dashboard .lxb-recent-leads .lxb-row-actions{gap:4px}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-row-actions>a,html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-row-actions>details>summary,.lxb-dashboard .lxb-recent-leads .lxb-row-actions>a,.lxb-dashboard .lxb-recent-leads .lxb-row-actions>details>summary{color:#526582;background:0 0;border:1px solid #0000;place-items:center;width:30px;height:30px;display:grid;border-radius:7px!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-row-actions>a:hover,html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-row-actions>details>summary:hover,.lxb-dashboard .lxb-recent-leads .lxb-row-actions>a:hover,.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)}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-widget-state,.lxb-dashboard .lxb-recent-leads .lxb-widget-state{min-height:300px;color:var(--lxb-muted);gap:7px;padding:30px}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-recent-footer,.lxb-dashboard .lxb-recent-leads .lxb-recent-footer{border-top:1px solid var(--lxb-line);height:auto;min-height:52px;padding:8px 14px}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-pagination,.lxb-dashboard .lxb-recent-leads .lxb-pagination{gap:4px}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-pagination button,.lxb-dashboard .lxb-recent-leads .lxb-pagination button{width:auto;min-width:30px;height:30px;color:var(--lxb-text);background:0 0;border:1px solid #0000;padding:0 8px;border-radius:7px!important;font-size:10px!important}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-pagination button:hover:not(:disabled),html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-pagination button.is-active,.lxb-dashboard .lxb-recent-leads .lxb-pagination button:hover:not(:disabled),.lxb-dashboard .lxb-recent-leads .lxb-pagination button.is-active{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){html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-tools,.lxb-dashboard .lxb-recent-leads .lxb-lead-tools{grid-template-columns:repeat(4,minmax(120px,1fr))}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-search,.lxb-dashboard .lxb-recent-leads .lxb-lead-search{grid-column:span 2}}@media (max-width:980px){html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-tools,.lxb-dashboard .lxb-recent-leads .lxb-lead-tools{grid-template-columns:repeat(3,minmax(0,1fr));padding-top:0!important}}@media (max-width:660px){html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-tools,.lxb-dashboard .lxb-recent-leads .lxb-lead-tools{grid-template-columns:1fr 1fr}html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-search,.lxb-dashboard .lxb-recent-leads .lxb-lead-search{grid-column:1/-1}}@media (max-width:480px){html[data-lxh-color-mode] .lxb-dashboard .lxb-recent-leads .lxb-lead-tools,.lxb-dashboard .lxb-recent-leads .lxb-lead-tools{grid-template-columns:1fr}}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-marketplace-contact-protection{border-top:1px solid var(--lxhp-line);gap:7px;margin-top:12px;padding-top:11px;display:grid}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-marketplace-contact-lock{min-width:0;color:var(--lxhp-muted);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;font-size:11px;line-height:17px;display:grid}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-marketplace-contact-lock>span{min-width:0;color:var(--lxhp-text);align-items:center;gap:6px;font-weight:600;display:inline-flex}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-marketplace-contact-lock>strong{border:1px solid var(--lxhp-line);background:var(--lxhp-panel-2);min-width:0;color:var(--lxhp-muted);text-align:right;white-space:nowrap;border-radius:5px;padding:3px 7px;font-size:10px;font-weight:600;line-height:15px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-marketplace-contact-verification{flex-wrap:wrap;align-items:center;gap:6px 10px;padding-top:2px;display:flex}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-marketplace-contact-verification>span{color:var(--lxhp-success,#169b55);align-items:center;gap:5px;font-size:10px;font-weight:600;line-height:15px;display:inline-flex}@media (max-width:480px){html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-marketplace-contact-lock{grid-template-columns:1fr;gap:4px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhp-marketplace-contact-lock>strong{text-align:left;width:max-content;max-width:100%}}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace]>.lxhp-page-heading,html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace]>.lxhp-stripe-readiness{display:none!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace]{overflow:visible;padding:12px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse,html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse *{box-sizing:border-box}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse{--lxhb-purple:#5b36f2;--lxhb-purple-2:#5424f5;--lxhb-purple-soft:color-mix(in srgb,var(--lxhb-purple) 8%,var(--lxhp-panel));--lxhb-blue:#2563eb;--lxhb-green:#22a65a;--lxhb-orange:#ef8c18;--lxhb-red:#e74655;--lxhb-surface:var(--lxhp-panel);--lxhb-surface-2:color-mix(in srgb,var(--lxhp-panel) 96%,var(--lxhp-text) 4%);--lxhb-border:var(--lxhp-line);--lxhb-text:var(--lxhp-text);--lxhb-muted:var(--lxhp-muted);width:100%;min-width:0;color:var(--lxhb-text);grid-template-columns:minmax(0,1fr);gap:12px;display:grid;font-family:Open Sans,sans-serif!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse.has-preview{grid-template-columns:minmax(0,1fr) 340px;align-items:start}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-main{gap:12px;min-width:0;display:grid}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse :where(button,input,select,textarea){font:inherit}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse :where(button,a,input,select,summary){outline:none}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse :where(button,a,input,select,summary):focus-visible{box-shadow:0 0 0 3px color-mix(in srgb,var(--lxhb-purple) 20%,transparent)!important;border-color:color-mix(in srgb,var(--lxhb-purple) 62%,var(--lxhb-border))!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-page-head{justify-content:space-between;align-items:center;gap:18px;min-width:0;padding:4px 2px;display:flex}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-page-title{align-items:center;gap:12px;min-width:0;display:flex}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-page-title>span{background:var(--lxhb-purple-soft);width:42px;height:42px;color:var(--lxhb-purple);border-radius:12px;flex:0 0 42px;place-items:center;display:grid}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-page-title>div{min-width:0}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-page-title h1{color:var(--lxhb-text);margin:0;letter-spacing:-.015em!important;font-size:24px!important;font-weight:700!important;line-height:1.25!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-page-title p{color:var(--lxhb-muted);margin:4px 0 0;font-size:13px!important;line-height:1.45!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-page-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-btn,html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-page-actions>a{border:1px solid var(--lxhb-border);background:var(--lxhb-surface);min-height:40px;color:var(--lxhb-text);cursor:pointer;justify-content:center;align-items:center;gap:8px;padding:0 14px;text-decoration:none;transition:border-color .14s,background .14s,box-shadow .14s,transform .14s;display:inline-flex;border-radius:12px!important;font-size:13px!important;font-weight:600!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-btn:hover,html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-page-actions>a:hover{border-color:color-mix(in srgb,var(--lxhb-purple) 30%,var(--lxhb-border));background:var(--lxhb-purple-soft)}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-btn.is-primary{border-color:var(--lxhb-purple);background:var(--lxhb-purple);color:#fff;box-shadow:0 6px 14px #5b36f229}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-btn.is-primary:hover{background:var(--lxhb-purple-2);border-color:var(--lxhb-purple-2)}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-btn:disabled{opacity:.48;cursor:not-allowed;transform:none!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-wallet{align-items:center!important;gap:9px!important;min-height:50px!important;padding:7px 13px!important;text-decoration:none!important;display:flex!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-wallet>span{background:color-mix(in srgb,var(--lxhb-green) 10%,var(--lxhb-surface));width:30px;height:30px;color:var(--lxhb-green);border-radius:9px;place-items:center;display:grid}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-wallet>div{text-align:left;gap:1px;display:grid}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-wallet small{color:var(--lxhb-muted);font-size:10px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-wallet strong{color:var(--lxhb-text);font-size:15px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-saved-wrap{position:relative}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-saved-menu{z-index:80;border:1px solid var(--lxhb-border);background:var(--lxhb-surface);border-radius:12px;width:min(360px,100vw - 28px);padding:10px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 18px 44px #0f172a29}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-saved-menu-head{justify-content:space-between;align-items:center;padding:2px 4px 8px;display:flex}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-saved-menu-head strong{font-size:14px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-saved-menu-head button,html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-saved-row>div button{width:30px;height:30px;color:var(--lxhb-muted);cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;display:grid}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-saved-menu-head button:hover,html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-saved-row>div button:hover{background:var(--lxhb-purple-soft);color:var(--lxhb-purple)}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-saved-row{border-radius:10px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:6px;padding:6px;display:grid}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-saved-row.is-active{background:var(--lxhb-purple-soft)}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-saved-row>button{text-align:left;cursor:pointer;min-width:0;color:var(--lxhb-text);background:0 0;border:0;padding:5px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-saved-row>button span,html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-saved-row>button small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-saved-row>button span{font-size:12px!important;font-weight:600!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-saved-row>button small{color:var(--lxhb-muted);margin-top:2px;font-size:10px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-saved-row>div{gap:2px;display:flex}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-saved-menu>p{color:var(--lxhb-muted);text-align:center;margin:12px;font-size:12px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-saved-actions{border-top:1px solid var(--lxhb-border);grid-template-columns:1fr 1fr;gap:8px;margin-top:8px;padding-top:8px;display:grid}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-saved-actions button{border:1px solid var(--lxhb-border);background:var(--lxhb-surface);min-height:36px;color:var(--lxhb-text);cursor:pointer;border-radius:9px;font-weight:600;font-size:11px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-kpis{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;display:grid}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-kpi{border:1px solid var(--lxhb-border);background:var(--lxhb-surface);cursor:pointer;border-radius:12px;grid-template-rows:auto 32px;grid-template-columns:42px minmax(0,1fr);align-items:start;gap:8px 12px;min-width:0;min-height:128px;padding:15px 16px 12px;transition:border-color .14s,transform .14s,box-shadow .14s;display:grid;position:relative;box-shadow:0 1px 2px #10182805}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-kpi:hover{border-color:color-mix(in srgb,currentColor 30%,var(--lxhb-border));transform:translateY(-1px);box-shadow:0 10px 22px #0f172a0f}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-kpi.is-purple{color:var(--lxhb-purple)}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-kpi.is-green{color:var(--lxhb-green)}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-kpi.is-orange{color:var(--lxhb-orange)}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-kpi.is-blue{color:var(--lxhb-blue)}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-kpi-icon{background:color-mix(in srgb,currentColor 9%,var(--lxhb-surface));border-radius:50%;grid-row:1;place-items:center;width:42px;height:42px;display:grid}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-kpi-copy{min-width:0;color:var(--lxhb-text);align-content:start;gap:2px;display:grid}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-kpi-copy>span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:11px!important;font-weight:650!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-kpi-copy>strong{letter-spacing:-.01em!important;font-size:22px!important;font-weight:700!important;line-height:1.2!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-kpi-copy>small{color:var(--lxhb-muted);font-size:10px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-spark{width:100%;height:32px;color:inherit;grid-column:1/-1;overflow:visible}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-spark polyline{fill:none;stroke:currentColor;stroke-width:1.8px;vector-effect:non-scaling-stroke}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-spark>i{background:color-mix(in srgb,currentColor 55%,transparent);width:100%;height:1px;margin-top:20px;display:block}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-kpi-retry{border:1px solid var(--lxhb-border);background:var(--lxhb-surface);height:28px;color:var(--lxhb-purple);cursor:pointer;border-radius:8px;grid-column:1/-1;justify-self:start;padding:0 9px;font-size:11px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-kpi.is-loading{cursor:default;color:var(--lxhb-muted);grid-template-columns:1fr;gap:8px;display:grid}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-skeleton-line{background:linear-gradient(90deg,color-mix(in srgb,var(--lxhb-border) 64%,transparent),color-mix(in srgb,var(--lxhb-border) 25%,transparent),color-mix(in srgb,var(--lxhb-border) 64%,transparent));background-size:220% 100%;border-radius:999px;height:12px;animation:1.25s linear infinite lxhbrowse-shimmer}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-skeleton-line.is-short{width:46%}.lxhbrowse-skeleton-line.is-value{width:32%;height:26px}@keyframes lxhbrowse-shimmer{to{background-position:-220% 0}}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-message{border:1px solid color-mix(in srgb,var(--lxhb-purple) 18%,var(--lxhb-border));background:var(--lxhb-purple-soft);min-height:40px;color:var(--lxhb-text);border-radius:12px;justify-content:space-between;align-items:center;gap:10px;padding:8px 12px;display:flex;font-size:12px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-message button{width:30px;height:30px;color:var(--lxhb-muted);cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;display:grid}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-tabs{border:1px solid var(--lxhb-border);background:var(--lxhb-surface);scrollbar-width:none;border-radius:12px;align-items:center;gap:4px;min-height:43px;padding:0 5px;display:flex;overflow-x:auto}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-tabs::-webkit-scrollbar{display:none}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-tabs button{white-space:nowrap;min-height:41px;color:var(--lxhb-muted);cursor:pointer;background:0 0;border:0;padding:0 13px;font-weight:600;position:relative;font-size:12px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-tabs button.is-active{color:var(--lxhb-purple)}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-tabs button.is-active:after{content:"";background:var(--lxhb-purple);border-radius:2px 2px 0 0;height:2px;position:absolute;bottom:0;left:8px;right:8px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-inventory,html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-results,html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-tab-panel{border:1px solid var(--lxhb-border);background:var(--lxhb-surface);border-radius:12px;min-width:0;box-shadow:0 1px 2px #10182805}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-inventory-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px;display:flex}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-inventory-head>div{align-items:flex-start;gap:8px;min-width:0;display:flex}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-inventory-head>div>span{background:var(--lxhb-purple-soft);width:28px;height:28px;color:var(--lxhb-purple);border-radius:8px;flex:0 0 28px;place-items:center;display:grid}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-inventory-head h2,html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-panel-head h2{color:var(--lxhb-text);margin:0;font-size:17px!important;font-weight:700!important;line-height:1.3!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-inventory-head p,html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-panel-head p{color:var(--lxhb-muted);margin:3px 0 0;font-size:12px!important;line-height:1.45!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-refreshing{color:var(--lxhb-muted);white-space:nowrap;align-items:center;gap:6px;display:inline-flex;font-size:11px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-refreshing svg{animation:.8s linear infinite lxhbrowse-spin}@keyframes lxhbrowse-spin{to{transform:rotate(360deg)}}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-search-row{margin-bottom:8px;display:flex}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-search{border:1px solid var(--lxhb-border);background:var(--lxhb-surface);width:min(620px,100%);height:40px;color:var(--lxhb-muted);border-radius:12px;align-items:center;gap:8px;padding:0 11px;display:flex}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-search:focus-within{border-color:color-mix(in srgb,var(--lxhb-purple) 60%,var(--lxhb-border));box-shadow:0 0 0 3px color-mix(in srgb,var(--lxhb-purple) 14%,transparent)}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-search input{min-width:0;color:var(--lxhb-text);flex:1;box-shadow:none!important;background:0 0!important;border:0!important;outline:none!important;font-size:13px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-search input::placeholder{color:color-mix(in srgb,var(--lxhb-muted) 80%,transparent)}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-search>button{width:28px;height:28px;color:var(--lxhb-muted);cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;display:grid}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-filter-row{grid-template-columns:repeat(7,minmax(105px,1fr)) minmax(120px,.9fr);gap:8px;display:grid}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-select{min-width:0;position:relative}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-select>button,html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-more-filter{border:1px solid var(--lxhb-border);background:var(--lxhb-surface);width:100%;height:38px;color:var(--lxhb-text);cursor:pointer;white-space:nowrap;justify-content:space-between;align-items:center;gap:8px;padding:0 11px;display:flex;border-radius:12px!important;font-size:11px!important;font-weight:600!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-select>button:hover,html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-more-filter:hover{border-color:color-mix(in srgb,var(--lxhb-purple) 30%,var(--lxhb-border));background:var(--lxhb-purple-soft)}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-more-filter{justify-content:center;position:relative}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-more-filter>b{background:var(--lxhb-purple);color:#fff;border-radius:999px;place-items:center;min-width:16px;height:16px;padding:0 4px;display:grid;position:absolute;top:4px;right:5px;font-size:9px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-select-menu{z-index:90;border:1px solid var(--lxhb-border);background:var(--lxhb-surface);border-radius:12px;width:max-content;min-width:100%;max-width:280px;max-height:280px;padding:6px;position:absolute;top:calc(100% + 6px);left:0;overflow:auto;box-shadow:0 16px 34px #0f172a24}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-select-menu button{width:100%;min-height:34px;color:var(--lxhb-text);text-align:left;white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:6px 9px;display:flex;font-size:11px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-select-menu button:hover,html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-select-menu button.is-selected{background:var(--lxhb-purple-soft);color:var(--lxhb-purple)}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-active-filters{flex-wrap:wrap;align-items:center;gap:7px;min-height:26px;margin-top:9px;display:flex;font-size:11px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-active-filters>strong{font-size:11px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-active-filters>button:not(.lxhbrowse-clear-all){background:var(--lxhb-purple-soft);height:26px;color:var(--lxhb-purple);cursor:pointer;border:0;border-radius:7px;align-items:center;gap:6px;padding:0 9px;display:inline-flex;font-size:10px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-active-filters>button span{font-weight:700;font-size:13px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-clear-all{height:26px;color:var(--lxhb-purple);cursor:pointer;background:0 0;border:0;padding:0 6px;font-weight:600;font-size:10px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-results{overflow:hidden}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-results-tools{border-bottom:1px solid var(--lxhb-border);justify-content:space-between;align-items:center;gap:12px;min-height:50px;padding:8px 12px;display:flex}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-results-tools>strong{color:var(--lxhb-muted);font-size:11px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-results-tools>div{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-results-tools .lxhbrowse-select{min-width:128px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-selection-bar{border-bottom:1px solid color-mix(in srgb,var(--lxhb-purple) 14%,var(--lxhb-border));background:var(--lxhb-purple-soft);align-items:center;gap:8px;min-height:44px;padding:7px 12px;display:flex}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-selection-bar>strong{margin-right:auto;font-size:11px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-selection-bar button{border:1px solid var(--lxhb-border);background:var(--lxhb-surface);min-height:30px;color:var(--lxhb-purple);cursor:pointer;border-radius:9px;padding:0 10px;font-weight:600;font-size:10px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-selection-bar button:last-child{place-items:center;width:30px;margin-left:auto;padding:0;display:grid}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-table-wrap{overscroll-behavior-inline:contain;scrollbar-gutter:stable;width:100%;max-width:100%;overflow:auto}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-table{border-collapse:separate;border-spacing:0;table-layout:auto;width:100%;min-width:1740px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-table th{z-index:8;border-bottom:1px solid var(--lxhb-border);background:var(--lxhb-surface-2);height:44px;color:var(--lxhb-muted);text-align:left;white-space:nowrap;padding:0 9px;position:sticky;top:0;font-size:10.5px!important;font-weight:650!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-table th>button{height:44px;color:inherit;font-size:inherit;font-weight:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;padding:0;display:inline-flex}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-table th>button.is-active{color:var(--lxhb-purple)}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-table th>button span{color:color-mix(in srgb,currentColor 70%,transparent)}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-table td{border-bottom:1px solid color-mix(in srgb,var(--lxhb-border) 70%,transparent);background:var(--lxhb-surface);height:51px;color:var(--lxhb-text);vertical-align:middle;white-space:nowrap;padding:7px 9px;font-size:10.5px!important;line-height:1.35!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-table tbody tr:hover td{background:color-mix(in srgb,var(--lxhb-purple) 2.2%,var(--lxhb-surface))}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-table td small{color:var(--lxhb-muted);margin-top:2px;display:block;font-size:9px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-table .is-select{text-align:center;width:34px;min-width:34px;padding-inline:6px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-table input[type=checkbox]{width:15px;height:15px;accent-color:var(--lxhb-purple);margin:0}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-table .is-sticky-left{z-index:5;background:var(--lxhb-surface);box-shadow:1px 0 0 var(--lxhb-border);position:sticky;left:0}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-table th.is-actions,html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-table td.is-actions{z-index:7;background:var(--lxhb-surface);box-shadow:-1px 0 0 var(--lxhb-border);position:sticky;right:0}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-table th.is-actions{z-index:10;background:var(--lxhb-surface-2)}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-lead-id{color:var(--lxhb-purple);cursor:pointer;background:0 0;border:0;padding:0;font-weight:700;font-size:10.5px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-match{background:color-mix(in srgb,var(--lxhb-green) 10%,var(--lxhb-surface));min-width:38px;height:22px;color:var(--lxhb-green);border-radius:7px;justify-content:center;align-items:center;padding:0 7px;font-weight:700;display:inline-flex;font-size:10px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-score{border-radius:6px;place-items:center;min-width:28px;height:23px;padding:0 7px;font-weight:700;display:inline-grid;font-size:10px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-score.is-excellent{color:#168a45;background:#e8f8ed}.lxhbrowse-score.is-good{color:#239b55;background:#eefaf2}.lxhbrowse-score.is-fair{color:#c97808;background:#fff5e8}.lxhbrowse-score.is-review{color:#c93647;background:#fff0f1}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-tier{white-space:nowrap;border-radius:6px;justify-content:center;align-items:center;min-height:22px;padding:0 8px;font-weight:700;display:inline-flex;font-size:9.5px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-tier.is-platinum{color:#6338de;background:#f0eaff}.lxhbrowse-tier.is-gold{color:#b67100;background:#fff4df}.lxhbrowse-tier.is-silver{color:#536179;background:#eff2f6}.lxhbrowse-tier.is-bronze{color:#c7611a;background:#fff0e6}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-contact-locked{color:var(--lxhb-muted);white-space:nowrap;align-items:center;gap:5px;display:inline-flex;font-size:9.5px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-contact-locked svg{color:color-mix(in srgb,var(--lxhb-muted) 82%,transparent)}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-row-actions{align-items:center;gap:5px;display:flex}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-row-actions>button,html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-row-actions>details>summary{border:1px solid var(--lxhb-border);background:var(--lxhb-surface);height:28px;color:var(--lxhb-text);cursor:pointer;white-space:nowrap;border-radius:7px;justify-content:center;align-items:center;padding:0 8px;font-weight:600;list-style:none;display:inline-flex;font-size:9px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-row-actions>button.is-primary{border-color:var(--lxhb-purple);background:var(--lxhb-purple);color:#fff}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-row-actions>button:hover,html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-row-actions>details>summary:hover{border-color:color-mix(in srgb,var(--lxhb-purple) 32%,var(--lxhb-border));background:var(--lxhb-purple-soft);color:var(--lxhb-purple)}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-row-actions details{position:relative}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-row-actions details>div{z-index:100;border:1px solid var(--lxhb-border);background:var(--lxhb-surface);border-radius:10px;width:175px;padding:6px;position:absolute;top:34px;right:0;box-shadow:0 16px 34px #0f172a24}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-row-actions details>div button{width:100%;min-height:32px;color:var(--lxhb-text);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:7px;padding:6px 9px;font-size:10px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-row-actions details>div button:hover{background:var(--lxhb-purple-soft);color:var(--lxhb-purple)}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:12px;display:grid}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-lead-card{border:1px solid var(--lxhb-border);background:var(--lxhb-surface);border-radius:12px;gap:12px;min-width:0;padding:14px;transition:border-color .14s,box-shadow .14s,transform .14s;display:grid}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-lead-card:hover{border-color:color-mix(in srgb,var(--lxhb-purple) 30%,var(--lxhb-border));transform:translateY(-1px);box-shadow:0 10px 24px #0f172a0f}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-lead-card>header{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;display:grid}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-lead-card>header>button{color:var(--lxhb-purple);text-align:left;cursor:pointer;background:0 0;border:0;padding:0;font-weight:700;font-size:12px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-lead-card-main h3{margin:0;font-size:15px!important;font-weight:700!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-lead-card-main p{color:var(--lxhb-muted);margin:3px 0 0;font-size:11px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-lead-card-main>div{gap:7px;margin-top:9px;display:flex}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-lead-card dl{background:var(--lxhb-surface-2);border-radius:10px;grid-template-columns:1fr 1fr;gap:9px;margin:0;padding:10px;display:grid}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-lead-card dl div{gap:2px;display:grid}.lxhbrowse-lead-card dt{color:var(--lxhb-muted);font-size:9px!important}.lxhbrowse-lead-card dd{margin:0;font-weight:600;font-size:11px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-card-locked{gap:6px;display:grid}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-lead-card>footer{flex-wrap:wrap;justify-content:flex-end;gap:7px;display:flex}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-pagination{border-top:1px solid var(--lxhb-border);justify-content:space-between;align-items:center;gap:12px;min-height:56px;padding:8px 12px;display:flex}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-pagination>span{color:var(--lxhb-muted);font-size:11px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-pagination>div{align-items:center;gap:5px;display:flex}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-pagination>div>button{width:32px;height:32px;color:var(--lxhb-text);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;place-items:center;padding:0;display:grid;font-size:11px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-pagination>div>button:hover{background:var(--lxhb-purple-soft);color:var(--lxhb-purple)}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-pagination>div>button.is-active{border-color:color-mix(in srgb,var(--lxhb-purple) 30%,var(--lxhb-border));background:var(--lxhb-purple-soft);color:var(--lxhb-purple);font-weight:700}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-pagination>div>button:disabled{opacity:.35;cursor:not-allowed}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-empty{text-align:center;min-height:280px;color:var(--lxhb-muted);align-content:center;place-items:center;gap:8px;padding:30px;display:grid}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-empty>span{background:var(--lxhb-purple-soft);width:40px;height:40px;color:var(--lxhb-purple);border-radius:12px;place-items:center;display:grid}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-empty.is-error>span{background:color-mix(in srgb,var(--lxhb-red) 9%,var(--lxhb-surface));color:var(--lxhb-red)}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-empty strong{color:var(--lxhb-text);font-size:14px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-empty p{max-width:560px;margin:0;font-size:12px!important;line-height:1.5!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-empty>div{gap:8px;margin-top:5px;display:flex}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-table-skeleton{background:var(--lxhb-border);gap:1px;padding:1px;display:grid}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-table-skeleton>div{background:var(--lxhb-surface);grid-template-columns:1fr 1.2fr .9fr 1.4fr 1fr .8fr 1fr 1fr 1fr;gap:12px;min-height:50px;padding:10px 12px;display:grid}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-table-skeleton span{background:linear-gradient(90deg,color-mix(in srgb,var(--lxhb-border) 68%,transparent),color-mix(in srgb,var(--lxhb-border) 25%,transparent),color-mix(in srgb,var(--lxhb-border) 68%,transparent));background-size:220% 100%;border-radius:999px;align-self:center;height:10px;animation:1.25s linear infinite lxhbrowse-shimmer}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-tab-panel{min-height:330px;padding:14px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-panel-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-status{background:var(--lxhb-purple-soft);min-height:23px;color:var(--lxhb-purple);border-radius:999px;align-items:center;padding:0 8px;font-weight:700;display:inline-flex;font-size:9.5px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-auto form{gap:14px;max-width:720px;display:grid}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-auto form>label:not(.lxhbrowse-toggle){gap:7px;font-weight:600;display:grid;font-size:12px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-auto input[type=number]{border:1px solid var(--lxhb-border);background:var(--lxhb-surface);height:42px;color:var(--lxhb-text);border-radius:12px;padding:0 12px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-toggle{border:1px solid var(--lxhb-border);background:var(--lxhb-surface-2);cursor:pointer;border-radius:12px;grid-template-columns:auto auto minmax(0,1fr);align-items:center;gap:10px;padding:12px;display:grid}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-toggle input{opacity:0;position:absolute}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-toggle>span{background:color-mix(in srgb,var(--lxhb-muted) 28%,var(--lxhb-surface));border-radius:999px;width:42px;height:24px;transition:background .14s;position:relative}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-toggle>span:after{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .14s;position:absolute;top:3px;left:3px;box-shadow:0 2px 5px #0f172a33}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-toggle input:checked+span{background:var(--lxhb-green)}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-toggle input:checked+span:after{transform:translate(18px)}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-toggle>div{gap:2px;display:grid}.lxhbrowse-toggle strong{font-size:12px!important}.lxhbrowse-toggle small{color:var(--lxhb-muted);font-size:10px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-auto-note{border:1px solid var(--lxhb-border);background:var(--lxhb-purple-soft);border-radius:12px;gap:3px;padding:12px;display:grid}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-auto-note strong{font-size:11px!important}.lxhbrowse-auto-note span{color:var(--lxhb-muted);font-size:11px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-preview{border:1px solid var(--lxhb-border);background:var(--lxhb-surface);z-index:25;border-radius:12px;grid-template-rows:auto minmax(0,1fr) auto;align-self:start;height:calc(100vh - 86px);min-height:520px;display:grid;position:sticky;top:8px;overflow:hidden;box-shadow:0 12px 28px #0f172a14}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-preview>header{border-bottom:1px solid var(--lxhb-border);justify-content:space-between;align-items:center;gap:10px;min-height:48px;padding:0 12px;display:flex}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-preview>header>div{align-items:center;gap:8px;display:flex}.lxhbrowse-preview>header>div>span{background:var(--lxhb-purple-soft);width:28px;height:28px;color:var(--lxhb-purple);border-radius:8px;place-items:center;display:grid}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-preview>header strong{font-size:12px!important}.lxhbrowse-preview>header>button{width:32px;height:32px;color:var(--lxhb-muted);cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;display:grid}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-preview-scroll{overscroll-behavior:contain;min-height:0;padding:13px;overflow:auto}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-preview-id{border-bottom:1px solid var(--lxhb-border);justify-content:space-between;align-items:center;gap:10px;padding-bottom:12px;display:flex}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-preview-id>div{gap:2px;display:grid}.lxhbrowse-preview-id small{color:var(--lxhb-muted);font-size:9px!important}.lxhbrowse-preview-id strong{color:var(--lxhb-purple);font-size:13px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-preview-section{border-bottom:1px solid var(--lxhb-border);padding:13px 0}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-preview-section:last-child{border-bottom:0}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-preview-section h3{margin:0 0 9px;font-size:11px!important;font-weight:700!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-preview-row{justify-content:space-between;align-items:center;gap:12px;min-height:27px;display:flex}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-preview-row span{color:var(--lxhb-muted);font-size:10px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-preview-row strong{text-align:right;overflow-wrap:anywhere;font-size:10px!important;font-weight:650!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-preview-locked{gap:8px;display:grid}.lxhbrowse-preview-locked .lxhbrowse-contact-locked{border:1px solid var(--lxhb-border);background:var(--lxhb-surface-2);border-radius:9px;min-height:34px;padding:0 10px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-verification{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:7px;min-height:28px;display:grid;font-size:10px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-verification.is-passed svg{color:var(--lxhb-green)}.lxhbrowse-verification.is-unavailable svg{color:var(--lxhb-muted)}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-verification small{color:var(--lxhb-muted);font-size:9px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-preview-campaigns{flex-wrap:wrap;gap:6px;display:flex}.lxhbrowse-preview-campaigns span{background:var(--lxhb-purple-soft);color:var(--lxhb-purple);border-radius:7px;padding:4px 7px;font-size:9px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-preview>footer{border-top:1px solid var(--lxhb-border);background:var(--lxhb-surface);gap:8px;padding:12px;display:grid}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-preview>footer>div{justify-content:space-between;align-items:center;display:flex}.lxhbrowse-preview>footer>div span{color:var(--lxhb-muted);font-size:10px!important}.lxhbrowse-preview>footer>div strong{font-size:14px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-preview>footer>small{color:var(--lxhb-muted);align-items:flex-start;gap:5px;display:flex;font-size:9px!important;line-height:1.4!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-preview-skeleton{gap:11px;display:grid}.lxhbrowse-preview-skeleton span{background:linear-gradient(90deg,color-mix(in srgb,var(--lxhb-border) 68%,transparent),color-mix(in srgb,var(--lxhb-border) 25%,transparent),color-mix(in srgb,var(--lxhb-border) 68%,transparent));background-size:220% 100%;border-radius:999px;height:12px;animation:1.25s linear infinite lxhbrowse-shimmer}.lxhbrowse-preview-skeleton span:nth-child(3n){width:62%}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-dialog-backdrop{z-index:160;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a61;place-items:center;padding:18px;display:grid;position:fixed;inset:0}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-dialog{border:1px solid var(--lxhb-border);background:var(--lxhb-surface);border-radius:12px;width:min(720px,100%);max-height:min(88vh,860px);overflow:auto;box-shadow:0 26px 70px #0f172a3d}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-dialog>header{border-bottom:1px solid var(--lxhb-border);justify-content:space-between;align-items:flex-start;gap:12px;min-height:62px;padding:12px 16px;display:flex}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-dialog>header h2{margin:0;font-size:18px!important;font-weight:700!important}.lxhbrowse-dialog>header p{color:var(--lxhb-muted);margin:3px 0 0;font-size:12px!important}.lxhbrowse-dialog>header>button{width:34px;height:34px;color:var(--lxhb-muted);cursor:pointer;background:0 0;border:0;border-radius:9px;place-items:center;display:grid}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-dialog>footer{border-top:1px solid var(--lxhb-border);justify-content:flex-end;gap:9px;padding:12px 16px;display:flex}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-filter-dialog{width:min(1120px,100%)}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-advanced-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;padding:16px;display:grid}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-advanced-grid fieldset{border:0;align-content:start;gap:10px;min-width:0;margin:0;padding:0;display:grid}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-advanced-grid legend{margin-bottom:2px;font-size:12px!important;font-weight:700!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-advanced-grid label,html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-save-dialog>label,html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-bid-dialog>label{color:var(--lxhb-muted);gap:5px;font-weight:600;display:grid;font-size:10px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-advanced-grid :where(input,select),html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-save-dialog>label input,html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-bid-dialog>label input{border:1px solid var(--lxhb-border);background:var(--lxhb-surface);width:100%;height:40px;color:var(--lxhb-text);border-radius:12px;padding:0 11px;font-size:12px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-check{border:1px solid var(--lxhb-border);background:var(--lxhb-surface-2);cursor:pointer;border-radius:12px;align-items:center;min-height:40px;padding:8px;color:var(--lxhb-text)!important;grid-template-columns:none!important;gap:8px!important;display:flex!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-check input{accent-color:var(--lxhb-purple);width:16px!important;height:16px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-save-dialog{width:min(520px,100%)}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-save-dialog>label{margin:14px 16px 0}.lxhbrowse-save-dialog>label.lxhbrowse-check{margin-bottom:14px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-compare-dialog{width:min(980px,100%)}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-compare-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:16px;display:grid}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-compare-grid article{border:1px solid var(--lxhb-border);background:var(--lxhb-surface-2);border-radius:12px;padding:13px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-compare-grid article>strong{color:var(--lxhb-purple);margin-bottom:7px;display:block;font-size:12px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-bid-dialog{width:min(560px,100%)}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-bid-summary{border:1px solid var(--lxhb-border);background:var(--lxhb-surface-2);border-radius:12px;gap:2px;margin:14px 16px;padding:12px;display:grid}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-bid-dialog>label{margin:0 16px 16px}@media (prefers-reduced-motion:reduce){html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse *{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}@media (max-width:1560px){html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse.has-preview{grid-template-columns:minmax(0,1fr) 310px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-filter-row{grid-template-columns:repeat(4,minmax(120px,1fr))}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:1199px){html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse.has-preview{grid-template-columns:1fr}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-preview{z-index:150;border-radius:12px 0 0 12px;width:min(420px,92vw);height:100vh;min-height:0;position:fixed;top:0;bottom:0;right:0;box-shadow:-18px 0 54px #0f172a38}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-preview:before{content:"";z-index:-1;background:#0f172a57;position:fixed;inset:0}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-kpis,html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-advanced-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:820px){html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace]{padding:10px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-page-head{flex-direction:column;align-items:flex-start}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-page-actions{justify-content:flex-start;width:100%}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-page-actions>*{flex:auto}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-filter-row{grid-template-columns:repeat(2,minmax(0,1fr))}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-results-tools{flex-direction:column;align-items:flex-start}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-results-tools>div{justify-content:flex-start;width:100%}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-card-grid{grid-template-columns:1fr}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-pagination{flex-direction:column;align-items:flex-start}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-pagination>div{width:100%;padding-bottom:2px;overflow-x:auto}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-compare-grid{grid-template-columns:1fr 1fr}}@media (max-width:620px){html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace]{padding:8px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-page-title h1{font-size:21px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-page-title p{font-size:12px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-kpis{scroll-snap-type:x mandatory;padding-bottom:3px;display:flex;overflow-x:auto}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-kpi{scroll-snap-align:start;min-width:250px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-filter-row{grid-template-columns:1fr 1fr}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-select>button,html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-more-filter,html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-btn{min-height:44px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-search{width:100%;height:44px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-table-wrap{display:none}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-card-grid{padding:8px;display:grid!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-selection-bar{flex-wrap:wrap;align-items:flex-start}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-selection-bar>strong{width:100%}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-preview{border-radius:0;width:100%}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-dialog-backdrop{align-items:end;padding:0}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-dialog{border-radius:14px 14px 0 0;width:100%;max-height:94vh}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-advanced-grid{grid-template-columns:1fr;gap:14px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-compare-grid{grid-template-columns:1fr}}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-mobile-cards{display:none}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-preview-notice{border:1px solid color-mix(in srgb,#f59e0b 35%,var(--lxhb-border));background:color-mix(in srgb,#f59e0b 8%,var(--lxhb-surface));color:var(--lxhb-text);border-radius:12px;align-items:center;gap:8px;margin:0 14px 12px;padding:10px 11px;font-size:12px;line-height:1.45;display:flex}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-preview-notice svg{color:#d97706;flex:none}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-auto form>label:not(.lxhbrowse-toggle){color:var(--lxhb-muted);gap:6px;font-size:11px;font-weight:600;display:grid}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-auto form>label select{border:1px solid var(--lxhb-border);background:var(--lxhb-surface);width:100%;min-height:42px;color:var(--lxhb-text);border-radius:12px;padding:0 12px}@media (max-width:620px){html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-mobile-cards{padding:8px;display:grid!important}}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace]{padding:18px 20px 20px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse{gap:14px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse.has-preview{grid-template-columns:minmax(0,1fr) 292px;gap:14px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-main{gap:14px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-page-head{align-items:center;min-height:72px;padding:4px 4px 6px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-page-title{gap:14px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-page-title>span{border-radius:12px;flex-basis:46px;width:46px;height:46px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-page-title h1{font-size:24px!important;line-height:1.2!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-page-title p{max-width:760px;margin-top:5px;font-size:13px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-page-actions{gap:10px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-page-actions .lxhbrowse-btn,html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-wallet{min-height:44px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-wallet{min-width:148px;padding:7px 14px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-wallet>span{width:32px;height:32px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-kpis{gap:14px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-kpi{grid-template-rows:auto 34px;grid-template-columns:46px minmax(0,1fr);gap:9px 13px;min-height:144px;padding:17px 18px 13px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-kpi-icon{width:46px;height:46px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-kpi-copy{gap:3px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-kpi-copy>span{font-size:11.5px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-kpi-copy>strong{font-size:24px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-kpi-copy>small{font-size:10.5px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-spark{height:34px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-tabs{min-height:48px;padding-inline:8px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-tabs button{min-height:46px;padding-inline:16px;font-size:12px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-inventory{padding:14px 14px 12px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-inventory-head{margin-bottom:11px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-inventory-head>div{gap:9px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-inventory-head>div>span{flex-basis:30px;width:30px;height:30px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-inventory-head h2{font-size:17px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-search-row{margin-bottom:9px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-search{width:min(760px,100%);height:40px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-filter-row{grid-template-columns:repeat(7,minmax(112px,1fr)) minmax(122px,.9fr);gap:9px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-select>button,html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-more-filter{min-height:38px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-active-filters{gap:8px;margin-top:10px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-active-filters>button:not(.lxhbrowse-clear-all){height:27px;padding-inline:10px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-results-tools{min-height:52px;padding:9px 14px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-table-wrap{scrollbar-gutter:stable;max-width:100%;overflow:auto}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-table thead th{vertical-align:middle;height:42px;padding:0 10px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-table tbody td{vertical-align:middle;height:48px;padding:7px 10px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-table tbody tr:hover{background:color-mix(in srgb,var(--lxhb-purple) 2.5%,var(--lxhb-surface))}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-row-actions{gap:6px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-row-actions>button,html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-row-actions>details>summary{height:30px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-pagination{min-height:58px;padding:10px 14px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-pagination .lxhbrowse-select{width:122px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-preview{border-radius:12px;height:calc(100vh - 82px);min-height:640px;top:8px;box-shadow:0 12px 30px #0f172a12}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-preview>header{min-height:52px;padding-inline:13px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-preview-scroll{padding:14px 13px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-preview-section{padding:14px 0}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-preview-row{min-height:29px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-preview>footer{gap:9px;padding:13px}@media (max-width:1560px){html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse.has-preview{grid-template-columns:minmax(0,1fr) 292px}}@media (max-width:1199px){html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse.has-preview{grid-template-columns:1fr}}@media (max-width:820px){html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace]{padding:10px!important}}@media (max-width:620px){html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace]{padding:8px!important}}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-preview-empty{text-align:center;min-height:100%;color:var(--lxhb-muted);flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:24px 18px;display:flex}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-preview-empty svg{color:var(--lxhb-purple)}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-preview-empty strong{color:var(--lxhb-text);font-size:12px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-preview-empty p{max-width:240px;margin:0;font-size:10px!important;line-height:1.5!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-results{border:1px solid var(--lxhb-border);background:var(--lxhb-surface);border-radius:12px;overflow:hidden}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-results-tools{border-bottom:1px solid var(--lxhb-border);background:var(--lxhb-surface);min-height:58px;padding:10px 14px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-results-tools>strong{color:var(--lxhb-text);font-size:12px!important;font-weight:600!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-results-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-sort-control{align-items:center;gap:8px;display:flex}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-sort-control>span{color:var(--lxhb-muted);white-space:nowrap;font-weight:600;font-size:11px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-sort-control .lxhbrowse-select{min-width:150px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-view-control{border:1px solid var(--lxhb-border);background:var(--lxhb-surface);min-width:150px;color:var(--lxhb-purple);border-radius:12px;align-items:center;gap:7px;padding-left:10px;display:flex}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-view-control .lxhbrowse-select{flex:auto;min-width:0}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-view-control .lxhbrowse-select>button{background:0 0;border:0;min-height:38px;padding-left:0}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-save-view-btn{min-height:40px;color:var(--lxhb-purple);padding-inline:14px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-table{min-width:1480px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-table thead th{background:var(--lxhb-surface);border-bottom:1px solid var(--lxhb-border);height:44px;color:var(--lxhb-text);padding:0 10px;font-size:10.5px!important;font-weight:650!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-table tbody td{height:50px;padding:7px 10px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-empty-table-row td{text-align:center;white-space:normal!important;height:260px!important;padding:0 24px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-empty-table-row .lxhbrowse-empty{min-height:240px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-pagination{border-top:1px solid var(--lxhb-border);min-height:66px;padding:10px 14px}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-pagination>span{color:var(--lxhb-text);font-weight:500;font-size:11.5px!important}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-pagination .lxhbrowse-select{width:132px;margin-right:14px}@media (max-width:900px){html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-results-actions{justify-content:flex-start;width:100%}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-sort-control,html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-view-control{min-width:180px}}html[data-lxh-color-mode] .lxhp-role-buyer .lxhp-content[data-section=marketplace] .lxhbrowse-pagination .lxhbrowse-select-menu{z-index:120;top:auto;bottom:calc(100% + 6px)}.lxhp-role-seller .lxhp-content[data-section=dashboard]{overflow-x:hidden;width:min(100%,1600px)!important;max-width:1600px!important;padding:12px 14px 20px!important}.lxs-dashboard{--lxs-blue:#2463eb;--lxs-violet:#3b19eb;--lxs-cyan:#13b8d3;--lxs-green:#16a34a;--lxs-orange:#f97316;--lxs-text:var(--lxhp-text);--lxs-muted:var(--lxhp-muted);--lxs-line:var(--lxhp-line);--lxs-card:var(--lxhp-panel);--lxs-soft:var(--lxhp-panel-2);min-width:0;color:var(--lxs-text);gap:7px;display:grid}.lxs-dashboard *{box-sizing:border-box}.lxs-dashboard a{text-decoration:none}.lxs-dashboard button,.lxs-dashboard select,.lxs-dashboard input{font:inherit}.sr-only{clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.lxs-page-head,.lxs-setup,.lxs-widget,.lxs-kpi{background:var(--lxs-card);border:1px solid var(--lxs-line);border-radius:10px;box-shadow:0 1px 4px #0f172a09}.lxs-page-head{justify-content:space-between;align-items:center;gap:18px;min-height:68px;padding:9px 13px;display:flex}.lxs-page-head__identity{align-items:center;gap:13px;min-width:0;display:flex}.lxs-page-head__icon{width:46px;height:46px;color:var(--lxs-blue);border-right:1px solid var(--lxs-line);flex:0 0 46px;place-items:center;padding-right:12px;display:grid}.lxs-page-head__identity h1{letter-spacing:-.015em!important;color:var(--lxs-text)!important;margin:2px 0 1px!important;font-size:20px!important;line-height:1.16!important}.lxs-page-head__identity p{color:var(--lxs-muted)!important;margin:0!important;font-size:11px!important;line-height:1.35!important}.lxs-kicker,.lxs-eyebrow{letter-spacing:.03em;color:var(--lxs-blue);text-transform:uppercase;display:block;font-size:9px!important;line-height:1.1!important}.lxs-kicker.is-live{color:#0969dc}.lxs-page-head__tools{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.lxs-operational{border:1px solid var(--lxs-line);background:var(--lxs-soft);white-space:nowrap;border-radius:6px;align-items:center;gap:7px;padding:5px 9px;display:inline-flex;font-size:10px!important}.lxs-operational i{background:#94a3b8;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 2px #94a3b824}.lxs-operational.is-ok i{background:#16a34a}.lxs-operational.is-warning i{background:#f59e0b}.lxs-operational.is-loading i{animation:1.4s infinite lxsPulse}.lxs-sync{color:var(--lxs-blue);white-space:nowrap;font-size:9px!important}.lxs-btn,.lxs-widget__actions>button,.lxs-table-tools>button,.lxs-filter-btn,.lxs-pagination button,.lxs-advanced-filters__actions button{border:1px solid var(--lxs-line);background:var(--lxs-card);min-height:32px;color:var(--lxs-blue);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;gap:6px;padding:6px 13px;transition:border-color .16s,background .16s,box-shadow .16s,transform .16s;display:inline-flex;font-size:10px!important;line-height:1.1!important}.lxs-btn:hover,.lxs-widget__actions>button:hover,.lxs-table-tools>button:hover,.lxs-filter-btn:hover,.lxs-pagination button:hover:not(:disabled),.lxs-advanced-filters__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-btn.is-primary,.lxs-advanced-filters__actions button.is-primary{color:#fff;background:linear-gradient(135deg,#3121eb,#2604dc);border-color:#2c13df;min-width:118px}.lxs-btn:focus-visible,.lxs-widget button:focus-visible,.lxs-widget select:focus-visible,.lxs-widget input:focus-visible,.lxs-kpi:focus-visible,.lxs-page-head a: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{grid-template-columns:minmax(230px,.8fr) minmax(380px,2fr) auto;align-items:center;gap:14px;min-height:75px;padding:8px 12px;display:grid}.lxs-setup__intro{align-items:center;gap:12px;display:flex}.lxs-setup__shield{color:#f97316;clip-path:polygon(50% 0,90% 14%,87% 69%,50% 100%,13% 69%,10% 14%);border:1.5px solid #f97316;place-items:center;width:40px;height:40px;display:grid}.lxs-setup h2{color:var(--lxs-text)!important;margin:0 0 2px!important;font-size:14px!important;line-height:1.2!important}.lxs-setup p{color:var(--lxs-muted)!important;margin:0!important;font-size:9px!important;line-height:1.3!important}.lxs-setup__progress{gap:6px;display:grid}.lxs-setup__progress-head{color:var(--lxs-blue);justify-content:space-between;align-items:center;display:flex;font-size:9px!important}.lxs-progress{background:color-mix(in srgb,var(--lxs-line) 75%,transparent);border-radius:999px;height:5px;overflow:hidden}.lxs-progress>span{border-radius:inherit;background:linear-gradient(90deg,#2d39e9,#3c19eb);height:100%;transition:width .25s;display:block}.lxs-setup__steps{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.lxs-setup__steps>span{border:1px solid var(--lxs-line);background:var(--lxs-soft);white-space:nowrap;min-height:22px;color:var(--lxs-muted);border-radius:5px;align-items:center;gap:5px;padding:4px 8px;display:inline-flex;font-size:8px!important;line-height:1!important}.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{grid-template-columns:repeat(6,minmax(0,1fr));gap:7px;display:grid}.lxs-kpi{min-width:0;min-height:91px;color:var(--lxs-text);grid-template-rows:1fr auto;grid-template-columns:42px 1fr;gap:5px 9px;padding:10px;transition:border-color .17s,box-shadow .17s,transform .17s;display:grid;position:relative;overflow:hidden}.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{background:var(--lxs-kpi-tone);color:#fff;border-radius:6px;grid-row:1/3;align-self:start;place-items:center;width:42px;height:42px;display:grid}.lxs-kpi__copy{align-content:start;min-width:0;display:grid}.lxs-kpi__copy>span{color:#1d3f89;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:9px!important}.lxs-kpi__copy strong{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;letter-spacing:.01em!important;color:var(--lxs-text)!important;font-size:19px!important;line-height:1.1!important}.lxs-kpi__copy small{color:color-mix(in srgb,var(--lxs-kpi-tone) 80%,var(--lxs-muted));white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:7.5px!important;line-height:1.2!important}.lxs-kpi__action{color:var(--lxs-blue);text-align:right;white-space:nowrap;grid-column:2;font-size:8px!important}.lxs-analytics-grid{grid-template-columns:minmax(0,1.65fr) minmax(350px,.95fr);gap:7px;display:grid}.lxs-widget{min-width:0;padding:9px 11px}.lxs-widget__head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:5px;display:flex}.lxs-widget__head h2{color:var(--lxs-text)!important;margin:2px 0 1px!important;font-size:13px!important;line-height:1.15!important}.lxs-widget__head p{color:var(--lxs-muted)!important;margin:0!important;font-size:8px!important;line-height:1.35!important}.lxs-widget__actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:7px;display:flex}.lxs-widget__actions select,.lxs-table-tools select{border:1px solid var(--lxs-line);background:var(--lxs-card);min-height:30px;color:var(--lxs-text);border-radius:5px;padding:5px 28px 5px 9px;font-size:9px!important}.lxs-custom-range{justify-content:flex-end;gap:8px;margin:-2px 0 5px;display:flex}.lxs-custom-range label{color:var(--lxs-muted);align-items:center;gap:5px;display:flex;font-size:8px!important}.lxs-custom-range input{border:1px solid var(--lxs-line);background:var(--lxs-card);min-height:28px;color:var(--lxs-text);border-radius:5px;padding:3px 6px;font-size:8px!important}.lxs-chart{grid-template-rows:auto 1fr;gap:3px;min-height:205px;display:grid}.lxs-chart__legend{color:var(--lxs-muted);align-items:center;gap:20px;padding:2px 5px;display:flex;font-size:8px!important}.lxs-chart__legend span{align-items:center;gap:5px;display:flex}.lxs-chart__legend i{border-radius:50%;width:7px;height:7px}.lxs-chart__legend .is-total{background:#1475ef}.lxs-chart__legend .is-sold{background:#3511e7}.lxs-chart__legend .is-earnings{background:#16a34a;border-radius:0;width:13px;height:2px}.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:1px}.lxs-chart__grid text,.lxs-chart__x,.lxs-chart__money-label{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:2px;vector-effect:non-scaling-stroke}.lxs-chart circle.is-earnings-dot{fill:#16a34a;stroke:var(--lxs-card);stroke-width:1.5px}.lxs-analytics-totals{border-top:1px solid var(--lxs-line);grid-template-columns:repeat(4,1fr);padding-top:6px;display:grid}.lxs-mini-stat{border-left:1px solid var(--lxs-line);justify-items:center;gap:2px;min-width:0;padding:2px 8px;display:grid}.lxs-mini-stat:first-child{border-left:0}.lxs-mini-stat span{color:var(--lxs-muted);white-space:nowrap;font-size:8px!important}.lxs-mini-stat strong{white-space:nowrap;color:#1b49ad!important;font-size:12px!important;line-height:1.1!important}.lxs-mini-stat strong.is-good{color:#0e9a3b!important}.lxs-quality{flex-direction:column;display:flex}.lxs-quality__main{grid-template-columns:minmax(145px,.85fr) minmax(160px,1fr);align-items:center;gap:14px;min-height:185px;display:grid}.lxs-donut{border-radius:50%;place-items:center;width:150px;height:150px;margin:auto;display:grid;position:relative}.lxs-donut:after{content:"";background:var(--lxs-card);width:94px;height:94px;box-shadow:0 0 0 1px color-mix(in srgb,var(--lxs-line) 65%,transparent);border-radius:50%;position:absolute}.lxs-donut>span{z-index:1;justify-items:center;display:grid;position:relative}.lxs-donut strong{font-size:18px!important;line-height:1!important}.lxs-donut small{color:var(--lxs-blue);font-size:8px!important}.lxs-status-list{gap:9px;display:grid}.lxs-status-list>div{justify-content:space-between;align-items:center;gap:12px;display:flex;font-size:9px!important}.lxs-status-list>div>span{color:var(--lxs-muted);align-items:center;gap:7px;display:flex}.lxs-status-list i{border-radius:50%;width:7px;height:7px}.lxs-status-list strong{color:#1c46a3!important;font-size:9px!important}.lxs-status-list small{color:inherit;font-size:8px!important}.lxs-quality-metrics{border:1px solid var(--lxs-line);border-radius:7px;grid-template-columns:repeat(4,1fr);padding:7px 2px;display:grid}.lxs-text-link{color:var(--lxs-blue);align-self:flex-start;margin-top:6px;font-size:8px!important}.lxs-automation{padding-bottom:8px}.lxs-automation__head{align-items:center}.lxs-automation__controls{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.lxs-ready{border:1px solid var(--lxs-line);color:var(--lxs-muted);white-space:nowrap;border-radius:5px;align-items:center;gap:6px;padding:5px 8px;display:inline-flex;font-size:8px!important}.lxs-ready i{background:#f59e0b;border-radius:50%;width:7px;height:7px}.lxs-ready.is-ready{color:#0c8a42}.lxs-ready.is-ready i{background:#16a34a}.lxs-automation-status{color:#1b3d88;white-space:nowrap;font-size:8px!important}.lxs-toggle{color:#1b3d88;align-items:center;gap:7px;font-size:8px!important;display:flex!important}.lxs-toggle button{cursor:pointer;background:#94a3b8;border:0;border-radius:999px;width:31px;height:18px;padding:2px;transition:background .15s}.lxs-toggle button i{background:#fff;border-radius:50%;width:14px;height:14px;transition:transform .15s;display:block}.lxs-toggle button.is-on{background:#18ad57}.lxs-toggle button.is-on i{transform:translate(13px)}.lxs-automation-metrics{grid-template-columns:repeat(7,minmax(0,1fr));margin:3px 0 6px;display:grid}.lxs-flow-metric{border-left:1px solid var(--lxs-line);color:#1d54c6;grid-template-rows:auto auto;grid-template-columns:auto 1fr;align-items:center;gap:1px 6px;min-width:0;padding:4px 10px;display:grid}.lxs-flow-metric:first-child{border-left:0}.lxs-flow-metric svg{grid-row:1/3}.lxs-flow-metric span{color:var(--lxs-muted);white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:7.5px!important}.lxs-flow-metric strong{white-space:nowrap;color:#1744a8!important;font-size:11px!important;line-height:1.1!important}.lxs-pipeline{align-items:center;gap:6px;padding:4px 3px 3px;display:flex;overflow-x:auto}.lxs-pipeline__wrap{flex:none;align-items:center;gap:6px;display:flex}.lxs-pipeline__step{border:1px solid var(--lxs-line);background:var(--lxs-soft);color:#1744a8;white-space:nowrap;border-radius:5px;align-items:center;gap:6px;min-height:27px;padding:5px 9px;display:inline-flex;font-size:7.5px!important}.lxs-pipeline__arrow{color:#1e40af}.lxs-split{color:var(--lxs-muted);align-items:center;gap:18px;padding:3px;display:flex;font-size:7.5px!important}.lxs-split span{align-items:center;gap:6px;display:flex}.lxs-split i{border-radius:50%;width:6px;height:6px}.lxs-split .is-seller{background:#16a34a}.lxs-split .is-platform{background:#2563eb}.lxs-inline-message{border-radius:5px;margin:2px 0 5px;padding:5px 8px;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{align-items:center}.lxs-table-tools{justify-content:flex-end;align-items:center;gap:7px;max-width:64%;margin:-34px 0 6px auto;padding-right:2px;display:flex}.lxs-search{border:1px solid var(--lxs-line);background:var(--lxs-card);min-width:190px;min-height:30px;color:var(--lxs-blue);border-radius:5px;align-items:center;gap:6px;padding:0 9px;display:flex!important}.lxs-search input{width:100%;min-width:0;color:var(--lxs-text);background:0 0;border:0;outline:0;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{border:1px solid var(--lxs-line);background:var(--lxs-soft);border-radius:7px;grid-template-columns:repeat(5,minmax(110px,1fr));gap:7px;margin-bottom:6px;padding:8px;display:grid}.lxs-advanced-filters label{gap:3px;display:grid!important}.lxs-advanced-filters label span{color:var(--lxs-muted);font-size:7.5px!important}.lxs-advanced-filters input{border:1px solid var(--lxs-line);background:var(--lxs-card);width:100%;min-width:0;min-height:28px;color:var(--lxs-text);border-radius:5px;padding:4px 7px;font-size:8px!important}.lxs-advanced-filters__actions{justify-content:flex-end;align-items:end;gap:6px;display:flex}.lxs-table-wrap{overscroll-behavior-inline:contain;border-top:1px solid var(--lxs-line);scrollbar-width:thin;width:100%;max-width:100%;overflow-x:auto}.lxs-table{border-collapse:collapse;table-layout:auto;width:100%;min-width:1590px}.lxs-table th,.lxs-table td{border-bottom:1px solid color-mix(in srgb,var(--lxs-line) 72%,transparent);text-align:left;white-space:nowrap;text-overflow:ellipsis;max-width:150px;height:25px;color:var(--lxs-text);padding:4px 6px;overflow:hidden;font-size:7.2px!important;line-height:1.25!important}.lxs-table th{background:var(--lxs-card);z-index:1;height:23px;position:sticky;top:0;color:#1744a8!important}.lxs-table tbody tr:hover td{background:color-mix(in srgb,var(--lxs-blue) 3.5%,var(--lxs-card))}.lxs-sort{color:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:3px;padding:0;display:inline-flex;font-size:inherit!important}.lxs-lead-id{color:#1d4ed8}.lxs-table td a{color:#234b9a}.lxs-tier,.lxs-status{align-items:center;gap:4px;display:inline-flex}.lxs-tier{border:1px solid var(--lxs-line);background:var(--lxs-soft);border-radius:999px;padding:2px 5px}.lxs-tier.is-elite,.lxs-tier.is-premium{color:#0a8747}.lxs-tier.is-review{color:#c2413a}.lxs-status i{border-radius:50%;width:6px;height:6px}.lxs-row-actions{align-items:center;gap:7px;display:flex}.lxs-row-actions a,.lxs-row-actions button{color:#1744a8;cursor:pointer;background:0 0;border:0;border-radius:4px;place-items:center;width:20px;height:20px;padding:0;display:grid}.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;color:var(--lxs-muted);align-content:center;place-items:center;gap:4px;display:grid}.lxs-table-empty strong{font-size:10px!important}.lxs-table-empty span{font-size:8px!important}.lxs-pagination{color:var(--lxs-muted);justify-content:space-between;align-items:center;gap:12px;padding:5px 2px 0;display:flex;font-size:8px!important}.lxs-pagination>div{align-items:center;gap:3px;display:flex}.lxs-pagination button{border-radius:4px;min-width:24px;min-height:23px;padding:3px 5px}.lxs-pagination button.is-active{color:#fff;background:#2d23df;border-color:#2d23df}.lxs-pagination>div>span{padding:0 2px}.lxs-bottom-grid{grid-template-columns:1fr 1.02fr;gap:7px;display:grid}.lxs-finance-list,.lxs-integration-list{gap:3px;display:grid}.lxs-finance-list>div,.lxs-integration-list>div{justify-content:space-between;align-items:center;gap:12px;min-height:18px;display:flex;font-size:8px!important}.lxs-finance-list>div>span,.lxs-integration-list>div>span{color:var(--lxs-muted);align-items:center;gap:6px;display:flex}.lxs-finance-list i,.lxs-integration-list i{color:#fff;border-radius:50%;place-items:center;width:12px;height:12px;display:grid}.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{border-top:1px solid var(--lxs-line);color:var(--lxs-muted);justify-content:space-between;align-items:center;gap:9px;margin-top:6px;padding-top:5px;display:flex;font-size:7.5px!important}.lxs-finance__foot strong{align-items:center;gap:4px;display:flex;color:#ea580c!important}.lxs-health-word.is-good{color:#169447}.lxs-health-word.is-warning{color:#d97706}.lxs-integration__foot .lxs-btn{border:0;min-height:auto;padding:2px 0}.lxs-state{border:1px dashed var(--lxs-line);min-height:42px;color:var(--lxs-muted);border-radius:7px;justify-content:center;align-items:center;gap:8px;padding:8px 10px;display:flex;font-size:9px!important}.lxs-state--error{color:#c8323d;background:color-mix(in srgb,#ef4444 4%,var(--lxs-card))}.lxs-state button{color:var(--lxs-blue);cursor:pointer;background:0 0;border:0;text-decoration:underline}.lxs-skeleton{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%;border-radius:5px;animation:1.35s infinite lxsShimmer;display:block}.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{border-radius:50%;width:150px;height:150px}.lxs-skeleton--line{width:100%;height:9px}.lxs-chart-skeleton{grid-template-columns:repeat(3,1fr);align-content:end;gap:12px;height:205px;padding:24px 45px;display:grid}.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{grid-template-columns:1fr 1fr;align-items:center;gap:18px;min-height:185px;display:grid}.lxs-quality__loading>div{gap:12px;display:grid}.lxs-toast{z-index:420;border:1px solid color-mix(in srgb,#16a34a 30%,var(--lxs-line));background:var(--lxs-card);max-width:min(360px,100vw - 40px);box-shadow:var(--lxhp-shadow-lg);color:#0e8a43;border-radius:8px;align-items:center;gap:8px;padding:9px 12px;display:flex;position:fixed;bottom:24px;right:24px;font-size:9px!important}@keyframes lxsShimmer{to{background-position:-200% 0}}@keyframes lxsPulse{50%{opacity:.35}}html[data-lxh-color-mode=dark] .lxs-dashboard{--lxs-blue:#8aa7ff}html[data-lxh-color-mode=dark] .lxs-page-head,html[data-lxh-color-mode=dark] .lxs-setup,html[data-lxh-color-mode=dark] .lxs-widget,html[data-lxh-color-mode=dark] .lxs-kpi{box-shadow:none}html[data-lxh-color-mode=dark] .lxs-kpi__copy>span,html[data-lxh-color-mode=dark] .lxs-flow-metric strong,html[data-lxh-color-mode=dark] .lxs-mini-stat strong,html[data-lxh-color-mode=dark] .lxs-status-list strong,html[data-lxh-color-mode=dark] .lxs-table th,html[data-lxh-color-mode=dark] .lxs-lead-id,html[data-lxh-color-mode=dark] .lxs-finance-list strong,html[data-lxh-color-mode=dark] .lxs-integration-list strong{color:#aec2ff!important}html[data-lxh-color-mode=dark] .lxs-operational,html[data-lxh-color-mode=dark] .lxs-pipeline__step{background:color-mix(in srgb,var(--lxhp-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){.lxhp-role-seller .lxhp-content[data-section=dashboard]{padding:10px!important}.lxs-dashboard{gap:8px}.lxs-page-head{display:grid}.lxs-page-head__tools{justify-content:flex-start;max-width:none}.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: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:42%}.lxs-operational{width:100%}.lxs-kpis,.lxs-quality__main{grid-template-columns:1fr}.lxs-donut{width:142px;height:142px}.lxs-quality-metrics,.lxs-analytics-totals{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}.lxs-pagination{flex-direction:column;align-items:flex-start}.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{flex-direction:column;align-items:flex-start}}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-dashboard{gap:10px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] :where(.lxs-page-head,.lxs-setup,.lxs-widget,.lxs-kpi){border-radius:11px;box-shadow:0 2px 8px #0f172a0b}html[data-lxh-color-mode=dark] .lxhp-role-seller .lxhp-content[data-section=dashboard] :where(.lxs-page-head,.lxs-setup,.lxs-widget,.lxs-kpi){box-shadow:none}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-page-head{min-height:76px;padding:11px 15px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-page-head__identity h1{font-size:21px!important;font-weight:700!important;line-height:1.18!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] :where(.lxs-kicker,.lxs-eyebrow){letter-spacing:.045em;font-size:9.5px!important;font-weight:700!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] :where(.lxs-operational,.lxs-sync){font-size:9.5px!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] :where(.lxs-btn,.lxs-widget__actions>button,.lxs-table-tools>button,.lxs-filter-btn,.lxs-pagination button,.lxs-advanced-filters__actions button){border-radius:6px;min-height:32px;padding:6px 12px;font-weight:650;font-size:9.5px!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-setup{gap:16px;min-height:88px;padding:10px 14px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-setup h2{font-size:14.5px!important;font-weight:700!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-setup__steps>span{min-height:24px;padding:5px 8px;font-weight:600;font-size:8.5px!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-kpi{grid-template-columns:44px 1fr;gap:6px 10px;min-height:102px;padding:11px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-kpi__copy>span{font-weight:700;font-size:9.5px!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-kpi__copy strong{font-size:20px!important;font-weight:700!important;line-height:1.12!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-kpi__action{font-weight:650;font-size:8.5px!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-widget__head h2{font-size:14.5px!important;font-weight:700!important;line-height:1.2!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] :where(.lxs-widget__actions select,.lxs-table-tools select){min-height:32px;font-size:9.5px!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-chart__legend{gap:18px;padding:2px 6px;font-size:9px!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-chart-empty{text-align:center;border-top:1px solid color-mix(in srgb,var(--lxs-line) 72%,transparent);min-height:225px;color:var(--lxs-muted);align-content:center;place-items:center;gap:7px;padding:24px;display:grid}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-chart-empty__icon{width:42px;height:42px;color:var(--lxs-blue);background:color-mix(in srgb,var(--lxs-blue) 7%,var(--lxs-card));border:1px solid color-mix(in srgb,var(--lxs-blue) 18%,var(--lxs-line));border-radius:10px;place-items:center;display:grid}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-chart-empty strong{font-weight:700;color:var(--lxs-text)!important;font-size:12px!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-chart-empty small{max-width:390px;color:var(--lxs-muted);font-size:9.5px!important;line-height:1.45!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-mini-stat span{font-size:8.5px!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-mini-stat strong{font-size:12.5px!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-quality__main{gap:18px;min-height:205px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-donut{isolation:isolate;width:150px;height:150px;box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--lxs-line) 72%,transparent);overflow:hidden;border-radius:999px!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-donut strong{font-size:19px!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-donut small{font-size:8.5px!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-status-list>div{font-size:9.5px!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-text-link{font-weight:650;font-size:9px!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] :where(.lxs-ready,.lxs-automation-status,.lxs-toggle){font-weight:600;font-size:8.8px!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-automation-metrics{border:1px solid var(--lxs-line);background:color-mix(in srgb,var(--lxs-soft) 62%,var(--lxs-card));border-radius:8px;margin:5px 0 8px;padding:4px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-flow-metric{min-height:46px;padding:6px 10px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-flow-metric span{font-size:8.5px!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-flow-metric strong{font-size:12px!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-pipeline{gap:7px;padding:5px 3px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-pipeline__step{border-radius:6px;min-height:30px;padding:6px 10px;font-weight:600;font-size:8.5px!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-split{padding:4px 3px;font-size:8.5px!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-table-tools{gap:8px;margin:-39px 0 9px auto}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-search{border-radius:6px;min-width:205px;min-height:32px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-search input{font-size:9.5px!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-table th,html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-table td{height:29px;padding:5px 7px;font-size:8.2px!important;line-height:1.3!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-table th{height:27px;font-weight:700;font-size:8.4px!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-table-empty{gap:6px;min-height:118px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-table-empty strong{color:var(--lxs-text)!important;font-size:10.5px!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-table-empty span{font-size:9px!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-pagination{padding:8px 2px 0;font-size:8.8px!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] :where(.lxs-finance-list>div,.lxs-integration-list>div){min-height:22px;font-size:9px!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] :where(.lxs-finance-list strong,.lxs-integration-list strong){font-size:9px!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] :where(.lxs-finance__foot,.lxs-integration__foot){margin-top:8px;padding-top:7px;font-size:8.5px!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-state{min-height:52px;font-size:9.5px!important}@media (max-width:1400px){html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-kpi{min-height:98px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-table-tools{max-width:none;margin:0 0 9px}}@media (max-width:820px){html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-page-head__identity h1{font-size:20px!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-widget{padding:11px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-table-tools{margin:0 0 9px}}@media (max-width:560px){html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-page-head__identity h1{font-size:19px!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-page-head__identity p{font-size:10.5px!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-kpi__copy strong{font-size:19px!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-chart-empty{min-height:205px;padding:18px}}html[data-lxh-color-mode=dark] .lxhp-app{--lxhp-bg:#070b14;--lxhp-panel:#0d1421;--lxhp-panel-2:#111b2a;--lxhp-panel-3:#162235;--lxhp-text:#f8fafc;--lxhp-muted:#d6dfea;--lxhp-subtle:#aab8c9;--lxhp-line:#2b3a50;--lxhp-line-strong:#40546f;--lxhp-topbar-surface:#0b1220;--lxhp-topbar-border:#2b3a50}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard]{width:auto!important;min-width:0!important;max-width:none!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-dashboard{width:100%!important;min-width:0!important;max-width:none!important}html[data-lxh-color-mode=dark] :is(.lxhp-role-owner,.lxhp-role-buyer,.lxhp-role-seller) .lxhp-content{color:var(--lxhp-text)!important}html[data-lxh-color-mode=dark] :is(.lxhp-role-owner,.lxhp-role-buyer,.lxhp-role-seller) .lxhp-content :where(h1,h2,h3,h4,h5,h6,strong,b,th){color:#f8fafc!important}html[data-lxh-color-mode=dark] :is(.lxhp-role-owner,.lxhp-role-buyer,.lxhp-role-seller) .lxhp-content :where(p,li,td,label,small,.lxhp-muted-copy,.lxhp-subtle,.lxhp-caption){color:#d6dfea!important}html[data-lxh-color-mode=dark] :is(.lxhp-role-owner,.lxhp-role-buyer,.lxhp-role-seller) .lxhp-content :where(input:not([type=checkbox]):not([type=radio]),select,textarea){color:#f8fafc!important;background:#111b2a!important;border-color:#40546f!important}html[data-lxh-color-mode=dark] :is(.lxhp-role-owner,.lxhp-role-buyer,.lxhp-role-seller) .lxhp-content :where(input,textarea)::placeholder{color:#9eacbe!important;opacity:1!important}html[data-lxh-color-mode=dark] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-dashboard{--lxs-blue:#9db4ff;--lxs-text:#f8fafc;--lxs-muted:#d6dfea;--lxs-line:#2b3a50;--lxs-card:#0d1421;--lxs-soft:#111b2a}html[data-lxh-color-mode=dark] .lxhp-role-seller .lxhp-content[data-section=dashboard] :where(.lxs-kicker,.lxs-eyebrow,.lxs-sync,.lxs-kpi__action,.lxs-text-link,.lxs-lead-id,.lxs-table td a,.lxs-row-actions a,.lxs-row-actions button,.lxs-finance-list strong,.lxs-integration-list strong,.lxs-status-list strong,.lxs-mini-stat strong,.lxs-flow-metric strong){color:#afc1ff!important}html[data-lxh-color-mode=dark] .lxhp-role-seller .lxhp-content[data-section=dashboard] :where(.lxs-page-head__identity p,.lxs-setup p,.lxs-widget__head p,.lxs-kpi__copy small,.lxs-status-list small,.lxs-finance-list>div>span,.lxs-integration-list>div>span,.lxs-finance__foot,.lxs-integration__foot,.lxs-pagination,.lxs-table-empty,.lxs-chart-empty small){color:#d6dfea!important}html[data-lxh-color-mode=dark] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-table th{color:#c4d1ff!important;background:#111b2a!important}html[data-lxh-color-mode=dark] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-table td{color:#e6edf6!important}html[data-lxh-color-mode=dark] .lxhp-role-seller .lxhp-content[data-section=dashboard] :where(.lxs-btn,.lxs-widget__actions>button,.lxs-table-tools>button,.lxs-filter-btn,.lxs-pagination button){color:#b7c7ff;background:#111b2a;border-color:#40546f}html[data-lxh-color-mode=dark] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-btn.is-primary{color:#fff!important;background:linear-gradient(135deg,#4938f4,#361fdb)!important;border-color:#6758ff!important}html[data-lxh-color-mode=dark] .lxb-dashboard{--lxb-bg:#070b14;--lxb-card:#0d1421;--lxb-text:#f8fafc;--lxb-text-2:#d6dfea;--lxb-muted:#d6dfea;--lxb-subtle:#aab8c9;--lxb-line:#2b3a50;--lxb-purple:#a78bfa;--lxb-blue:#60a5fa;--lxb-purple-soft:#1c1833}html[data-lxh-color-mode=dark] .lxb-dashboard :where(h1,h2,h3,h4,h5,strong,th){color:#f8fafc!important}html[data-lxh-color-mode=dark] .lxb-dashboard :where(p,small,label,td,.lxb-widget-state,.lxb-widget-state>strong){color:#d6dfea!important}html[data-lxh-color-mode=dark] .lxb-dashboard :where(input,select){color:#f8fafc!important}html[data-lxh-color-mode=dark] .lxb-dashboard :where(input)::placeholder{color:#9eacbe!important;opacity:1!important}html[data-lxh-color-mode=dark] .lxb-dashboard :where(.lxb-brand button,.lxb-nav>a,.lxb-nav>a svg,.lxb-square-tool,.lxb-global-search svg,.lxb-support-tool .lxhp-topbar-chat,.lxb-range-wrap select,.lxb-range-wrap svg,.lxb-profile small){color:#d6dfea!important}html[data-lxh-color-mode=dark] .lxb-dashboard .lxb-nav>a:hover,html[data-lxh-color-mode=dark] .lxb-dashboard .lxb-nav>a.is-active,html[data-lxh-color-mode=dark] .lxb-dashboard .lxb-nav>a.is-active svg{color:#c4b5fd!important}html[data-lxh-color-mode=dark] .lxb-dashboard :where(.lxb-global-search,.lxb-square-tool,.lxb-profile,.lxb-range-wrap>label,.lxb-widget,.lxb-card){border-color:#2b3a50!important}html[data-lxh-color-mode=dark] :is(.lxhp-app,.lxb-dashboard) *{scrollbar-color:#53657d #111827}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-dashboard{--lxs-donut-empty:color-mix(in srgb,var(--lxs-line) 72%,var(--lxs-soft));gap:12px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] :where(.lxs-page-head,.lxs-setup,.lxs-widget,.lxs-kpi){border-color:color-mix(in srgb,var(--lxs-line) 92%,transparent);border-radius:12px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-page-head{gap:22px;min-height:88px;padding:15px 18px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-page-head__identity{gap:16px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-page-head__icon{flex-basis:50px;width:50px;height:50px;padding-right:14px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-page-head__identity h1{letter-spacing:-.022em!important;margin:3px 0!important;font-size:25px!important;font-weight:700!important;line-height:1.15!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-page-head__identity p{font-size:13px!important;line-height:1.45!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] :where(.lxs-kicker,.lxs-eyebrow){letter-spacing:.055em;font-size:10.5px!important;font-weight:700!important;line-height:1.2!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-page-head__tools{gap:8px 10px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] :where(.lxs-operational,.lxs-sync){font-size:11.5px!important;line-height:1.25!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-operational{border-radius:7px;min-height:34px;padding:7px 10px;font-weight:600}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] :where(.lxs-btn,.lxs-widget__actions>button,.lxs-table-tools>button,.lxs-filter-btn,.lxs-pagination button,.lxs-advanced-filters__actions button){border-radius:8px;min-height:38px;padding:9px 14px;font-weight:650;transition:border-color .16s,background .16s,box-shadow .16s,color .16s;font-size:12px!important;line-height:1.2!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] :where(.lxs-btn,.lxs-widget__actions>button,.lxs-table-tools>button,.lxs-filter-btn,.lxs-pagination button,.lxs-kpi,.lxs-sort,.lxs-row-actions a,.lxs-row-actions button):active{filter:brightness(.97)}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-btn.is-primary{min-width:126px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-setup{grid-template-columns:minmax(280px,.85fr) minmax(520px,2fr) auto;gap:20px;min-height:108px;padding:14px 16px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-setup__intro{gap:14px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-setup__shield{width:46px;height:46px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-setup h2{margin-bottom:4px!important;font-size:17px!important;font-weight:700!important;line-height:1.2!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-setup p{font-size:12px!important;line-height:1.45!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-setup__progress{gap:8px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-setup__progress-head{font-weight:650;font-size:12px!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-progress{height:7px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-setup__steps{gap:8px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-setup__steps>span{border-radius:7px;min-height:30px;padding:7px 10px;font-weight:650;font-size:10.5px!important;line-height:1.2!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-kpis{gap:10px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-kpi{grid-template-rows:1fr auto;grid-template-columns:48px minmax(0,1fr);gap:8px 12px;min-height:128px;padding:15px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-kpi:hover{box-shadow:0 7px 22px color-mix(in srgb,var(--lxs-kpi-tone,var(--lxs-blue)) 10%,transparent);transform:none}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-kpi__icon{border-radius:9px;width:48px;height:48px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-kpi__copy{gap:1px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-kpi__copy>span{font-weight:700;font-size:12px!important;line-height:1.3!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-kpi__copy strong{letter-spacing:-.015em!important;font-size:26px!important;font-weight:700!important;line-height:1.08!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-kpi__copy small{font-size:11px!important;line-height:1.35!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-kpi__action{font-weight:650;font-size:11px!important;line-height:1.2!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-analytics-grid{gap:12px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-widget{padding:16px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-widget__head{gap:16px;margin-bottom:12px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-widget__head h2{margin:3px 0!important;font-size:17px!important;font-weight:700!important;line-height:1.2!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-widget__head p{font-size:12px!important;line-height:1.45!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-widget__actions{gap:8px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] :where(.lxs-widget__actions select,.lxs-table-tools select){border-radius:8px;min-height:38px;padding:8px 34px 8px 11px;font-size:12px!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-custom-range{gap:10px;margin:0 0 10px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-custom-range label{font-size:11.5px!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-custom-range input{border-radius:7px;min-height:36px;padding:7px 9px;font-size:11.5px!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-chart{gap:9px;min-height:285px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-chart__legend{gap:22px;padding:3px 6px;font-weight:600;font-size:11.5px!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-chart__legend i{width:8px;height:8px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-chart__legend .is-earnings{width:16px;height:2px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-chart svg{height:285px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] :where(.lxs-chart__grid text,.lxs-chart__x,.lxs-chart__money-label){font-size:10px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-chart-empty{gap:9px;min-height:285px;padding:28px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-chart-empty__icon{border-radius:11px;width:48px;height:48px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-chart-empty strong{font-size:14px!important;line-height:1.3!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-chart-empty small{max-width:460px;font-size:12px!important;line-height:1.5!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-analytics-totals{padding-top:10px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-mini-stat{gap:4px;padding:6px 10px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-mini-stat span{font-size:11px!important;line-height:1.3!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-mini-stat strong{font-size:15px!important;line-height:1.15!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-quality__main{grid-template-columns:minmax(180px,.9fr) minmax(190px,1fr);gap:22px;min-height:260px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-donut{background:var(--lxs-donut-empty);width:172px;height:172px;border-radius:50%!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-donut.is-empty{box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--lxs-line) 90%,transparent);background:var(--lxs-donut-empty)!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-donut:after{width:106px;height:106px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-donut strong{font-size:22px!important;line-height:1!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-donut small{font-size:11px!important;line-height:1.25!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-status-list{gap:12px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-status-list>div{gap:14px;font-size:12px!important;line-height:1.3!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-status-list i{width:8px;height:8px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] :where(.lxs-status-list strong,.lxs-status-list small){font-size:11.5px!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-quality-metrics{border-radius:9px;padding:10px 2px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-text-link{margin-top:9px;font-weight:650;font-size:11.5px!important;line-height:1.2!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-automation{padding:16px 16px 13px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-automation__head{align-items:flex-start}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-automation__controls{gap:8px 9px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] :where(.lxs-ready,.lxs-automation-status,.lxs-toggle){min-height:32px;font-weight:600;font-size:11.5px!important;line-height:1.25!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-ready{border-radius:7px;padding:7px 10px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-toggle button{width:38px;height:22px;padding:2px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-toggle button i{width:18px;height:18px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-toggle button.is-on i{transform:translate(16px)}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-automation-metrics{border-radius:9px;margin:8px 0 10px;padding:5px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-flow-metric{gap:3px 8px;min-height:62px;padding:9px 12px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-flow-metric span{font-size:11px!important;line-height:1.25!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-flow-metric strong{font-size:15px!important;line-height:1.15!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-pipeline{scrollbar-gutter:stable;gap:8px;padding:7px 3px 6px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-pipeline__wrap{gap:8px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-pipeline__step{border-radius:7px;min-height:38px;padding:8px 11px;font-weight:600;font-size:11px!important;line-height:1.2!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-pipeline__arrow{font-size:14px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-split{gap:20px;padding:6px 3px 2px;font-size:11px!important;line-height:1.3!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-inline-message{padding:8px 10px;font-size:11.5px!important;line-height:1.4!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-leads{padding:16px 16px 11px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-leads__head{align-items:flex-start;margin-bottom:12px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-leads__title{min-width:260px;max-width:520px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-leads__controls{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px 9px;min-width:0;display:flex}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-table-tools{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;max-width:none;margin:0;padding:0;display:flex}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-search{border-radius:8px;gap:8px;min-width:240px;min-height:38px;padding:0 11px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-search input{font-size:12px!important;line-height:1.3!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-advanced-filters{border-radius:9px;grid-template-columns:repeat(5,minmax(140px,1fr));gap:10px;margin-bottom:10px;padding:12px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-advanced-filters label{gap:5px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-advanced-filters label span{font-weight:600;font-size:11px!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-advanced-filters input{border-radius:7px;min-height:38px;padding:8px 9px;font-size:11.5px!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-table-wrap{border-top:1px solid var(--lxs-line);border-bottom:1px solid color-mix(in srgb,var(--lxs-line) 65%,transparent)}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-table{min-width:2200px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-table th,html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-table td{max-width:190px;height:40px;padding:8px 10px;font-size:12px!important;line-height:1.35!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-table th{letter-spacing:.005em;height:38px;font-weight:700;font-size:11.5px!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-sort{gap:5px;font-weight:700}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-tier{padding:4px 7px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-status i{width:7px;height:7px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-row-actions{gap:6px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-row-actions a,html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-row-actions button{border:1px solid #0000;border-radius:7px;width:32px;height:32px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-row-actions a:hover,html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-row-actions button:hover{border-color:color-mix(in srgb,var(--lxs-blue) 25%,var(--lxs-line))}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-table-empty{text-align:center;gap:7px;min-height:160px;padding:20px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-table-empty__icon{width:46px;height:46px;color:var(--lxs-blue);border:1px solid color-mix(in srgb,var(--lxs-blue) 18%,var(--lxs-line));background:color-mix(in srgb,var(--lxs-blue) 6%,var(--lxs-card));border-radius:10px;place-items:center;display:grid}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-table-empty strong{font-size:13px!important;line-height:1.3!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-table-empty span:not(.lxs-table-empty__icon){font-size:11.5px!important;line-height:1.45!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-pagination{padding:10px 2px 0;font-size:11.5px!important;line-height:1.3!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-pagination button{border-radius:7px;min-width:34px;min-height:34px;padding:6px 8px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-bottom-grid{gap:12px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] :where(.lxs-finance-list,.lxs-integration-list){gap:5px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] :where(.lxs-finance-list>div,.lxs-integration-list>div){min-height:32px;font-size:12.5px!important;line-height:1.3!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] :where(.lxs-finance-list strong,.lxs-integration-list strong){font-variant-numeric:tabular-nums;font-size:12.5px!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] :where(.lxs-finance-list i,.lxs-integration-list i){width:16px;height:16px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] :where(.lxs-finance__foot,.lxs-integration__foot){margin-top:10px;padding-top:9px;font-size:11.5px!important;line-height:1.35!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-integration__foot .lxs-btn{min-height:34px;padding:7px 0;font-size:11.5px!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-health-word{border-radius:999px;align-items:center;gap:6px;padding:5px 8px;font-weight:650;display:inline-flex;font-size:11px!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-health-word:before{content:"";background:currentColor;border-radius:50%;width:7px;height:7px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-health-word.is-disabled{color:var(--lxs-muted);background:var(--lxs-soft);border:1px solid var(--lxs-line)}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-state{min-height:70px;padding:12px 14px;font-size:12.5px!important;line-height:1.4!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-state button{font-size:inherit;font-weight:650}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-toast{padding:11px 14px;font-size:12px!important;line-height:1.35!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] :where(.lxs-row-actions a,.lxs-row-actions button,.lxs-sort,.lxs-toggle button):focus-visible{outline:2px solid color-mix(in srgb,var(--lxs-blue) 72%,#fff);outline-offset:2px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-dashboard :where(button,a,select,input){-webkit-tap-highlight-color:transparent}@media (max-width:1500px){html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-page-head{align-items:flex-start}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-page-head__tools{max-width:55%}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-setup{grid-template-columns:minmax(260px,1fr) minmax(430px,1.7fr)}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-setup>.lxs-btn{grid-column:2;justify-self:end}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-automation-metrics{grid-template-columns:repeat(4,minmax(0,1fr))}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-flow-metric:nth-child(5){border-left:0}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-leads__head{grid-template-columns:1fr;display:grid}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-leads__controls{justify-content:flex-start}}@media (max-width:1120px){html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-page-head{display:grid}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-page-head__tools{justify-content:flex-start;max-width:none}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-setup{grid-template-columns:1fr}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-setup>.lxs-btn{grid-column:auto;justify-self:start}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-analytics-grid,html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-bottom-grid{grid-template-columns:1fr}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-advanced-filters{grid-template-columns:repeat(3,minmax(140px,1fr))}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-quality__main{grid-template-columns:minmax(180px,.75fr) minmax(220px,1fr)}}@media (max-width:820px){html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-dashboard{gap:10px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-page-head{padding:14px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-page-head__identity h1{font-size:23px!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-page-head__identity p{font-size:12.5px!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-page-head__tools>.lxs-btn{min-height:42px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-kpi{min-height:124px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-widget{padding:14px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-automation__controls{justify-content:flex-start}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-automation-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-flow-metric:nth-child(odd){border-left:0}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-leads__controls{flex-direction:column;align-items:stretch}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-leads__controls>.lxs-btn{align-self:flex-start}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-table-tools{justify-content:flex-start;width:100%}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-search{flex:260px;min-width:min(100%,260px)}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-advanced-filters{grid-template-columns:repeat(2,minmax(0,1fr))}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-quality__main{grid-template-columns:1fr 1fr}}@media (max-width:560px){html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-page-head__identity{gap:11px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-page-head__icon{flex-basis:42px;width:42px;height:42px;padding-right:10px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-page-head__identity h1{font-size:22px!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-page-head__tools>.lxs-btn{flex:calc(50% - 6px);min-height:44px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-operational{width:100%;min-height:38px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-setup{padding:13px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-setup__steps>span{white-space:normal}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-kpis{grid-template-columns:1fr}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-kpi{min-height:122px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-widget__actions{justify-content:flex-start}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-widget__actions :where(select,button,.lxs-btn){min-height:44px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-chart,html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-chart-empty{min-height:240px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-chart svg{height:240px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-quality__main{grid-template-columns:1fr;min-height:auto;padding:8px 0}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-quality-metrics,html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-analytics-totals{grid-template-columns:repeat(2,1fr);row-gap:10px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-mini-stat:nth-child(3){border-left:0}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-automation-metrics{grid-template-columns:1fr}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-flow-metric{border-left:0;border-top:1px solid var(--lxs-line)}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-flow-metric:first-child{border-top:0}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-table-tools{grid-template-columns:1fr 1fr;width:100%;display:grid}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-search{grid-column:1/-1;width:100%;min-width:0;min-height:44px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-table-tools :where(select,button){width:100%;min-height:44px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-advanced-filters{grid-template-columns:1fr}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-pagination{flex-direction:column;align-items:flex-start;font-size:12px!important}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-pagination button{min-width:40px;min-height:40px}html[data-lxh-color-mode] .lxhp-role-seller .lxhp-content[data-section=dashboard] :where(.lxs-finance__foot,.lxs-integration__foot){flex-direction:column;align-items:flex-start;gap:8px}}html[data-lxh-color-mode=dark] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-dashboard{--lxs-donut-empty:#263449}html[data-lxh-color-mode=dark] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-donut.is-empty{background:#263449!important}html[data-lxh-color-mode=dark] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-table-empty__icon,html[data-lxh-color-mode=dark] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-chart-empty__icon{background:#121e31;border-color:#3a4c67}html[data-lxh-color-mode=dark] .lxhp-role-seller .lxhp-content[data-section=dashboard] .lxs-health-word.is-disabled{background:#111b2a;border-color:#40546f;color:#c6d1de!important}
