:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--vx-bg:#f5f5fb;--vx-bg-soft:#fff;--vx-surface:#fff;--vx-surface-raised:#fff;--vx-surface-hover:#f8f8fd;--vx-border-subtle:#ececf6;--vx-border:#d9daea;--vx-border-strong:#b6b8c9;--vx-text-heading:#2c2747;--vx-text-primary:#4b4963;--vx-text-body:#646982;--vx-text-secondary:#7d8199;--vx-text-muted:#8e92ab;--vx-text-placeholder:#a0a4ba;--vx-text-disabled:#aaacbd;--vx-icon-primary:#4d5169;--vx-icon-secondary:#646982;--vx-icon-muted:#8e92ab;--vx-icon-disabled:#aaacbd;--vx-primary:#7468f7;--vx-primary-soft:#7468f724;--vx-primary-border:#7468f747;--vx-accent:#00cfe8;--vx-success:#28c76f;--vx-warning:#ff9f43;--vx-danger:#ea5455;--vx-info:#00cfe8;--vx-input-bg:#fff;--vx-input-border:#d9daea;--vx-input-border-focus:#7468f773;--vx-chart-grid:#2f2b3d1c;--vx-chart-axis:#8e92ab;--vx-chart-label:#7d8199;--vx-shadow-card:0 12px 28px #595d7614;--vx-shadow-raised:0 16px 36px #595d7624;--app-body-bg:var(--vx-bg);--app-body-text:var(--vx-text-heading);color:var(--app-body-text);background:var(--app-body-bg);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400;line-height:1.5}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--vx-bg:#0f172a;--vx-bg-soft:#111c33;--vx-surface:#182238;--vx-surface-raised:#202a44;--vx-surface-hover:#263452;--vx-border-subtle:#aebcdc24;--vx-border:#aebcdc33;--vx-border-strong:#aebcdc4d;--vx-text-heading:#f1f5ff;--vx-text-primary:#e6ebf7;--vx-text-body:#c9d2e6;--vx-text-secondary:#aeb8d4;--vx-text-muted:#8894b3;--vx-text-placeholder:#6f7896;--vx-text-disabled:#58617a;--vx-icon-primary:#d6deef;--vx-icon-secondary:#aeb8d4;--vx-icon-muted:#8c98b8;--vx-icon-disabled:#5e6884;--vx-primary:#4f8cff;--vx-primary-soft:#4f8cff29;--vx-primary-border:#4f8cff52;--vx-accent:#00cfe8;--vx-success:#28c76f;--vx-warning:#ff9f43;--vx-danger:#ea5455;--vx-info:#00cfe8;--vx-input-bg:#151e32;--vx-input-border:#aebcdc2e;--vx-input-border-focus:#4f8cff8c;--vx-chart-grid:#aebcdc1a;--vx-chart-axis:#8e9ab8;--vx-chart-label:#aeb8d4;--vx-shadow-card:0 18px 34px #0408144d;--vx-shadow-raised:0 24px 44px #04081461;--app-body-bg:var(--vx-bg);--app-body-text:var(--vx-text-primary)}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}html,body,#app{min-height:100%;margin:0}body{background:var(--app-body-bg);min-width:320px;color:var(--app-body-text)}img,svg{max-width:100%;display:block}.brand-logo-img,.brand-wordmark,.vexa-brand-logo{width:auto;height:auto;max-width:var(--brand-logo-width,140px);max-height:var(--brand-logo-height,28px);object-fit:contain;object-position:left center;flex:none;display:block}.brand-icon,.vexa-brand-icon{width:var(--brand-icon-size,30px);height:var(--brand-icon-size,30px);max-width:var(--brand-icon-size,30px);max-height:var(--brand-icon-size,30px);object-fit:contain;object-position:center;flex:none;display:block}button,input{border:0}html[data-theme=dark]{border-top:0!important;padding-top:0!important;transform:none!important}#app{min-height:100vh}button,input{font:inherit}.interactive-card{--card-accent:var(--accent-color,#7468f7);--card-accent-rgb:var(--accent-rgb,116, 104, 247);--card-accent-light:color-mix(in srgb, var(--card-accent) 14%, #fff);--card-accent-dark:color-mix(in srgb, var(--card-accent) 72%, #1f1b3d);--card-bg:#fff;--card-hover-bg:color-mix(in srgb, var(--card-accent-light) 52%, var(--card-bg));--card-active-bg:color-mix(in srgb, var(--card-accent) 16%, var(--card-bg));--card-border:color-mix(in srgb, var(--card-accent) 14%, #e6e8f5f0);--card-shadow:0 12px 28px #595d7614;--card-hover-shadow:0 18px 42px color-mix(in srgb, var(--card-accent) 16%, #4b465c1f);--card-active-shadow:0 18px 40px color-mix(in srgb, var(--card-accent) 24%, #4b465c29);--card-compact-max-height:210px;--card-density-extra-display:none;--card-density-extra-opacity:0;--card-density-extra-max-height:0px;--card-density-extra-transform:translateY(-6px);border-color:var(--card-border);background-color:var(--card-bg);box-shadow:var(--card-shadow);transition:background-color .22s,box-shadow .22s,transform .22s,border-color .22s,max-height .26s;position:relative;overflow:visible}.interactive-card--hoverable{cursor:pointer}.interactive-card--hoverable.interactive-card--wheelable{cursor:default}.interactive-card--wheelable:after{content:"⇕";z-index:5;background:color-mix(in srgb, var(--card-accent) 12%, var(--card-bg,#fff));width:26px;height:26px;color:var(--card-accent);opacity:0;pointer-events:none;border-radius:50%;place-items:center;font-size:.7rem;font-weight:800;transition:opacity .18s,transform .18s;display:grid;position:absolute;top:10px;right:10px;transform:scale(.8)}.interactive-card--wheelable:hover:after{opacity:.85;transform:scale(1)}.interactive-card.interactive-card--hoverable:hover{border-color:color-mix(in srgb, var(--card-accent) 30%, var(--card-border));box-shadow:var(--card-hover-shadow);transform:translateY(-2px)}:is(.interactive-card:has(.ca-tone-control):active,.interactive-card:has(.cs-tone-control):active){border-color:var(--card-border);box-shadow:var(--card-hover-shadow);transform:translateY(-2px)}.interactive-card:active,.interactive-card.interactive-card--selected{border-color:color-mix(in srgb, var(--card-accent-dark) 62%, var(--card-border));box-shadow:0 0 0 1px color-mix(in srgb, var(--card-accent-dark) 28%, transparent), var(--card-active-shadow);transform:scale(.99)}.interactive-card.interactive-card--selected:hover{transform:translateY(-1px)scale(.99)}.interactive-card--wheel.interactive-card--compact,.interactive-card--wheelable.interactive-card--compact{max-height:var(--card-compact-max-height);overflow:hidden}.interactive-card--wheelable.interactive-card--compact:before{content:"";z-index:2;background:linear-gradient(to top, var(--card-bg,#fff) 0%, transparent 100%);pointer-events:none;border-radius:0 0 8px 8px;height:48px;transition:opacity .22s;position:absolute;bottom:0;left:0;right:0}.interactive-card--normal{max-height:none}.interactive-card--wheelable.interactive-card--normal:before{opacity:0}.interactive-card--wheel.interactive-card--expanded,.interactive-card--wheelable.interactive-card--expanded{--card-density-extra-display:block;--card-density-extra-opacity:1;--card-density-extra-max-height:280px;--card-density-extra-transform:translateY(0);max-height:none;overflow:visible}.interactive-card--wheelable.interactive-card--expanded:before{opacity:0}.interactive-card__summary,.interactive-card__details,.interactive-card__extra{transition:opacity .24s,transform .24s,max-height .28s,margin .24s}.interactive-card--wheel.interactive-card--compact .interactive-card__details,.interactive-card--wheelable.interactive-card--compact .interactive-card__details{opacity:0;pointer-events:none;overflow:hidden;transform:translateY(-6px);max-height:0!important;margin-top:0!important}.interactive-card--wheel.interactive-card--compact :is(.line-chart,.sales-overview,.split-progress,.report-layout,.support-layout,.country-list,.earning-bars,.earning-foot,.campaign-list,.source-list,.crm-active-project__list,.crm-transaction-table__body,.crm-timeline__list,.ecommerce-generated-leads__legend,.ecommerce-generated-leads__chart,.ca-list,.ca-progress-list,.ca-bar-chart,.ca-orders,.cn-er__chart,.cn-er__totals,.cn-st__list,.cn-st__gauge,.cn-radar,.cn-radar__legend,.cn-rr,.cn-rr__side,.cn-ps__chart,.cn-ps__foot,.cn-er2__chart,.cn-te__chart,.cn-te__list,.cn-carrier,.cn-reasons__legend,.cn-vo__rows,.cn-vo__rows,.cn-vo__legend,.cn-vo__list,.cn-topics__legend,.cn-card__body,.cs-mini__chart,.cs-mini__gauge,.cs-spark__chart,.cs-overview__split,.cs-overview__bar,.cs-traffic__chart,.cs-traffic__labels,.cs-list__item:nth-of-type(n+2),.cs-revenue__chart,.cs-leads__circle,.logistics-vehicle-overview__rows,.logistics-vehicle-overview__segment-bar,.logistics-shipment-chart-wrap,.logistics-shipment-card__legend,.logistics-performance-list,.logistics-exception-ring-wrap,.logistics-exception-legend,.logistics-orders-list),.interactive-card--wheelable.interactive-card--compact :is(.line-chart,.sales-overview,.split-progress,.report-layout,.support-layout,.country-list,.earning-bars,.earning-foot,.campaign-list,.source-list,.crm-active-project__list,.crm-transaction-table__body,.crm-timeline__list,.ecommerce-generated-leads__legend,.ecommerce-generated-leads__chart,.ca-list,.ca-progress-list,.ca-bar-chart,.ca-orders,.cn-er__chart,.cn-er__totals,.cn-st__list,.cn-st__gauge,.cn-radar,.cn-radar__legend,.cn-rr,.cn-rr__side,.cn-ps__chart,.cn-ps__foot,.cn-er2__chart,.cn-te__chart,.cn-te__list,.cn-carrier,.cn-reasons__legend,.cn-vo__rows,.cn-vo__legend,.cn-vo__list,.cn-topics__legend,.cn-card__body,.cs-mini__chart,.cs-mini__gauge,.cs-spark__chart,.cs-overview__split,.cs-overview__bar,.cs-traffic__chart,.cs-traffic__labels,.cs-list__item:nth-of-type(n+2),.cs-revenue__chart,.cs-leads__circle,.logistics-vehicle-overview__rows,.logistics-vehicle-overview__segment-bar,.logistics-shipment-chart-wrap,.logistics-shipment-card__legend,.logistics-performance-list,.logistics-exception-ring-wrap,.logistics-exception-legend,.logistics-orders-list){opacity:0;pointer-events:none;overflow:hidden;transform:translateY(-6px);max-height:0!important;margin-top:0!important;margin-bottom:0!important}.interactive-card--wheel.interactive-card--expanded :is(.line-chart,.sales-overview,.split-progress,.report-layout,.support-layout,.country-list,.earning-bars,.earning-foot,.campaign-list,.source-list,.crm-active-project__list,.crm-transaction-table__body,.crm-timeline__list,.ecommerce-generated-leads__legend,.ecommerce-generated-leads__chart,.ca-list,.ca-progress-list,.ca-bar-chart,.ca-orders,.cn-er__chart,.cn-er__totals,.cn-st__list,.cn-st__gauge,.cn-radar,.cn-radar__legend,.cn-rr,.cn-rr__side,.cn-ps__chart,.cn-ps__foot,.cn-er2__chart,.cn-te__chart,.cn-te__list,.cn-carrier,.cn-reasons__legend,.cn-vo__rows,.cn-vo__legend,.cn-vo__list,.cn-topics__legend,.cn-card__body,.cs-mini__chart,.cs-mini__gauge,.cs-spark__chart,.cs-overview__split,.cs-overview__bar,.cs-traffic__chart,.cs-traffic__labels,.cs-revenue__chart,.cs-leads__circle,.logistics-vehicle-overview__rows,.logistics-vehicle-overview__segment-bar,.logistics-shipment-chart-wrap,.logistics-shipment-card__legend,.logistics-performance-list,.logistics-exception-ring-wrap,.logistics-exception-legend,.logistics-orders-list),.interactive-card--wheelable.interactive-card--expanded :is(.line-chart,.sales-overview,.split-progress,.report-layout,.support-layout,.country-list,.earning-bars,.earning-foot,.campaign-list,.source-list,.crm-active-project__list,.crm-transaction-table__body,.crm-timeline__list,.ecommerce-generated-leads__legend,.ecommerce-generated-leads__chart,.ca-list,.ca-progress-list,.ca-bar-chart,.ca-orders,.cn-er__chart,.cn-er__totals,.cn-st__list,.cn-st__gauge,.cn-radar,.cn-radar__legend,.cn-rr,.cn-rr__side,.cn-ps__chart,.cn-ps__foot,.cn-er2__chart,.cn-te__chart,.cn-te__list,.cn-carrier,.cn-reasons__legend,.cn-vo__rows,.cn-vo__legend,.cn-vo__list,.cn-topics__legend,.cn-card__body,.cs-mini__chart,.cs-mini__gauge,.cs-spark__chart,.cs-overview__split,.cs-overview__bar,.cs-traffic__chart,.cs-traffic__labels,.cs-revenue__chart,.cs-leads__circle,.logistics-vehicle-overview__rows,.logistics-vehicle-overview__segment-bar,.logistics-shipment-chart-wrap,.logistics-shipment-card__legend,.logistics-performance-list,.logistics-exception-ring-wrap,.logistics-exception-legend,.logistics-orders-list){opacity:1;max-height:380px;transition:max-height .28s,opacity .24s,transform .24s,margin .24s;transform:translateY(0)}.interactive-card--wheel.interactive-card--compact .interactive-card__summary,.interactive-card--wheelable.interactive-card--compact .interactive-card__summary{opacity:1}.interactive-card__extra{display:var(--card-density-extra-display);max-height:var(--card-density-extra-max-height);opacity:var(--card-density-extra-opacity);transform:var(--card-density-extra-transform);overflow:hidden}html[data-theme=dark] .interactive-card{--card-bg:var(--vx-surface);--card-hover-bg:color-mix(in srgb, var(--card-accent) 13%, var(--card-bg));--card-active-bg:color-mix(in srgb, var(--card-accent) 22%, var(--card-bg));--card-border:color-mix(in srgb, var(--card-accent) 18%, var(--vx-border));--card-shadow:var(--vx-shadow-card);--card-hover-shadow:0 20px 44px color-mix(in srgb, var(--card-accent) 20%, #04061073);--card-active-shadow:0 22px 48px color-mix(in srgb, var(--card-accent) 28%, #04061085)}.cards-stats .interactive-card{--card-accent:var(--cs-accent);--card-accent-rgb:var(--cs-accent-rgb);--card-bg:var(--cs-card-bg);--card-border:var(--cs-card-border);--card-shadow:var(--cs-card-shadow)}.cards-advance .interactive-card{--card-accent:var(--ca-accent);--card-accent-rgb:var(--ca-accent-rgb);--card-bg:var(--ca-card-bg);--card-border:var(--ca-card-border);--card-shadow:var(--ca-card-shadow)}.cards-analytics .interactive-card{--card-accent:var(--cn-accent);--card-accent-rgb:var(--cn-accent-rgb);--card-bg:var(--cn-card-bg);--card-border:var(--cn-card-border);--card-shadow:var(--cn-card-shadow)}.logistics-layout .interactive-card{--card-accent:var(--accent-color,#7367f0);--card-accent-rgb:var(--accent-rgb,115, 103, 240)}@media (prefers-reduced-motion:reduce){.interactive-card,.interactive-card *,.interactive-card:before{transition-duration:1ms!important}}body.front-theme-dark .front-shell .landing-ready,body.front-theme-dark .front-shell .pricing-page-hero,body.front-theme-dark .front-shell .help-hero{background:radial-gradient(circle at 20% 20%,#685fff3d,#0000 45%),radial-gradient(circle at 80% 20%,#71b5ff29,#0000 42%),#242943!important;border-color:#7888e452!important}body.front-theme-dark .front-shell .landing-hero{background:radial-gradient(circle at 18% 18%,#7a69ff52,#0000 43%),radial-gradient(circle at 82% 20%,#00cfe833,#0000 38%),radial-gradient(circle at 52% 112%,#f25ba31f,#0000 42%),linear-gradient(145deg,#202641 0%,#252a47 54%,#1a2034 100%)!important;border-color:#7888e452!important}body.front-theme-dark .front-shell .feature-card,body.front-theme-dark .front-shell .review-card,body.front-theme-dark .front-shell .team-card,body.front-theme-dark .front-shell .stats-card,body.front-theme-dark .front-shell .price-card,body.front-theme-dark .front-shell .faq-item,body.front-theme-dark .front-shell .payment-box,body.front-theme-dark .front-shell .summary-box,body.front-theme-dark .front-shell .checkout-box,body.front-theme-dark .front-shell .checkout-summary,body.front-theme-dark .front-shell .help-cards article,body.front-theme-dark .front-shell .contact-card,body.front-theme-dark .front-shell .contact-form,body.front-theme-dark .front-shell .summary-plan,body.front-theme-dark .front-shell .checkout-items{background:var(--vx-surface)!important;border-color:var(--vx-border)!important}body.front-theme-dark .front-shell .hero-window,body.front-theme-dark .front-shell .hero-stat-card,body.front-theme-dark .front-shell .hero-graph-card,body.front-theme-dark .front-shell .hero-list-card,body.front-theme-dark .front-shell .contact-form input,body.front-theme-dark .front-shell .contact-form textarea,body.front-theme-dark .front-shell .payment-box input,body.front-theme-dark .front-shell .checkout-box input,body.front-theme-dark .front-shell .checkout-box textarea,body.front-theme-dark .front-shell .help-hero input{background:var(--vx-input-bg)!important;border-color:var(--vx-input-border)!important;color:var(--vx-text-primary)!important}body.front-theme-dark .front-shell h1,body.front-theme-dark .front-shell h2,body.front-theme-dark .front-shell h3,body.front-theme-dark .front-shell strong,body.front-theme-dark .front-shell .faq-item__question{color:var(--vx-text-heading)!important}body.front-theme-dark .front-shell p,body.front-theme-dark .front-shell small,body.front-theme-dark .front-shell li,body.front-theme-dark .front-shell label,body.front-theme-dark .front-shell .stats-card small{color:var(--vx-text-body)!important}body.front-theme-dark .front-shell .landing-hero__eyebrow,body.front-theme-dark .front-shell .landing-typewriter small,body.front-theme-dark .front-shell .hero-float-card small,body.front-theme-dark .front-shell .hero-kpi-card span,body.front-theme-dark .front-shell .pricing-billing,body.front-theme-dark .front-shell .pricing-billing span,body.front-theme-dark .front-shell .price-card__desc,body.front-theme-dark .front-shell .price-card__price span,body.front-theme-dark .front-shell .price-card__price em,body.front-theme-dark .front-shell .price-card__yearly,body.front-theme-dark .front-shell .contact-card__links span,body.front-theme-dark .front-shell .contact-form label{color:var(--vx-text-secondary)!important}body.front-theme-dark .front-shell .landing-typewriter,body.front-theme-dark .front-shell .contact-card__links a{color:var(--vx-text-heading)!important;background:#f6f8ff1a!important;border-color:#a9b3ff57!important}body.front-theme-dark .front-shell .section-head span,body.front-theme-dark .front-shell .testimonials__heading span,body.front-theme-dark .front-shell .pricing-billing strong,body.front-theme-dark .front-shell .price-card__badge{border:1px solid var(--vx-primary-border)!important;background:var(--vx-primary-soft)!important;color:var(--vx-text-heading)!important}body.front-theme-dark .front-shell .landing-secondary-btn{color:#eef2ff!important;background:#eef1ff1f!important;border-color:#a9b3ff57!important}body.front-theme-dark .front-shell .landing-secondary-btn:hover{background:#eef1ff2e!important;border-color:#d2daff80!important}body.front-theme-dark .front-shell .contact-form input::placeholder,body.front-theme-dark .front-shell .contact-form textarea::placeholder{color:#c8d1f49e!important}body.front-theme-dark .front-shell .payment-box,body.front-theme-dark .front-shell .summary-box,body.front-theme-dark .front-shell .payment-methods label,body.front-theme-dark .front-shell .summary-plan{background:var(--vx-surface-raised)!important;border-color:var(--vx-border)!important}body.front-theme-dark .front-shell .payment-method--active{background:#696ff233!important;border-color:#acb3ffa8!important}body.front-theme-dark .front-shell .payment-box p,body.front-theme-dark .front-shell .summary-box>p{color:var(--vx-text-body)!important}body.front-theme-dark .front-shell .payment-box label,body.front-theme-dark .front-shell .payment-methods span,body.front-theme-dark .front-shell .summary-plan p,body.front-theme-dark .front-shell .summary-box dt,body.front-theme-dark .front-shell .summary-box dd{color:var(--vx-text-secondary)!important}body.front-theme-dark .front-shell .summary-total dt,body.front-theme-dark .front-shell .summary-total dd{color:#eef2ff!important}body.front-theme-dark .front-shell .payment-box input::placeholder{color:#c8d1f47a!important}body.front-theme-dark .front-shell .landing-hero .landing-typewriter i{background:#f8fbff!important;box-shadow:0 0 12px #f8fbff7a!important}body.front-theme-dark .front-shell .landing-hero .landing-hero__metrics span{color:#484a64!important;background:#f6f8ffbd!important;box-shadow:0 10px 24px #050a1c24!important}body.front-theme-dark .front-shell .landing-hero .landing-hero__metrics b{color:#252842!important}body.front-theme-dark .front-shell .landing-hero .hero-window{color:#eef2ff!important;background:linear-gradient(#2b314ef0,#222840eb),radial-gradient(circle at 18% 0,#ffffff1f,#0000 34%)!important;border-color:#b3b9f670!important;box-shadow:0 34px 70px #050a1c75!important}body.front-theme-dark .front-shell .landing-hero .hero-dashboard-card{color:#eef2ff!important;background:linear-gradient(#f6f8ff24,#f6f8ff14),radial-gradient(circle at 16% 0,#7367f033,#0000 38%)!important;border-color:#b2bbff33!important}body.front-theme-dark .front-shell .landing-hero .hero-dashboard-card strong,body.front-theme-dark .front-shell .landing-hero .hero-float-card span,body.front-theme-dark .front-shell .landing-hero .hero-kpi-card,body.front-theme-dark .front-shell .landing-hero .hero-kpi-card strong,body.front-theme-dark .front-shell .landing-hero .hero-activity-row b{color:#eef2ff!important}body.front-theme-dark .front-shell .landing-hero .hero-dashboard-card small,body.front-theme-dark .front-shell .landing-hero .hero-dashboard-card__head,body.front-theme-dark .front-shell .landing-hero .hero-dashboard-card__head small,body.front-theme-dark .front-shell .landing-hero .hero-float-card small,body.front-theme-dark .front-shell .landing-hero .hero-kpi-card span,body.front-theme-dark .front-shell .landing-hero .hero-activity-row small{color:var(--vx-text-secondary)!important}body.front-theme-dark .front-shell .landing-hero .hero-dashboard-card__head b{color:#20a65b!important}body.front-theme-dark .front-shell .landing-hero .hero-float-card{color:#eef2ff!important;background:#323854f5!important;border-color:#bec6ff57!important;box-shadow:0 22px 42px #050a1c57!important}body.front-theme-dark .front-shell .landing-hero .hero-progress{background:#ecebff2e!important}.vx-page-bg{background:var(--vx-bg)}.vx-card{background:var(--vx-surface);border:1px solid var(--vx-border-subtle);color:var(--vx-text-body)}.vx-card-raised{background:var(--vx-surface-raised);border:1px solid var(--vx-border)}.vx-heading{color:var(--vx-text-heading)}.vx-text-primary{color:var(--vx-text-primary)}.vx-text-body{color:var(--vx-text-body)}.vx-text-secondary{color:var(--vx-text-secondary)}.vx-text-muted{color:var(--vx-text-muted)}.vx-placeholder{color:var(--vx-text-placeholder)}.vx-icon{color:var(--vx-icon-secondary)}.vx-icon-strong{color:var(--vx-icon-primary)}.vx-icon-muted{color:var(--vx-icon-muted)}.vx-icon-tile,.vx-icon-tile-primary{box-sizing:border-box;color:#7db2ff;background:#4f8cff2e;border:1px solid #4f8cff47}.vx-icon-tile-purple{box-sizing:border-box;color:#a79bff;background:#7367f033;border:1px solid #7367f04d}.vx-icon-tile-cyan{box-sizing:border-box;color:#35dff2;background:#00cfe82e;border:1px solid #00cfe847}.vx-icon-tile-green{box-sizing:border-box;color:#42dc89;background:#28c76f2e;border:1px solid #28c76f47}.vx-icon-tile-orange{box-sizing:border-box;color:#ffb86b;background:#ff9f4333;border:1px solid #ff9f434d}.vx-icon-tile-red{box-sizing:border-box;color:#ff7778;background:#ea545533;border:1px solid #ea54554d}.vx-icon-tile-muted{box-sizing:border-box;background:var(--vx-surface-hover);border:1px solid var(--vx-border);color:var(--vx-icon-secondary)}.vx-card-surface{background:var(--vx-surface);border:1px solid var(--vx-border-subtle)}.vx-card-subtle{background:var(--vx-bg-soft);border:1px solid var(--vx-border-subtle)}.vx-dark-border{border-color:var(--vx-border)}html[data-theme=dark] #app{background:var(--vx-bg);color:var(--vx-text-body)}html[data-theme=dark] #app :is(input,textarea,select){color:var(--vx-text-primary)}html[data-theme=dark] #app :is(input,textarea)::placeholder{color:var(--vx-text-placeholder)}html[data-theme=dark] #app :is(.icon-button,.menu-button,.chart-icon-button,.card-action-menu__item span,.profile-action__icon,.menu-list-item__icon){color:var(--vx-icon-secondary)}html[data-theme=dark] #app :is(.icon-button svg,.menu-button svg,.chart-icon-button svg,.card-action-menu__item span svg,.profile-action__icon svg,.menu-list-item__icon svg){color:currentColor}html[data-theme=dark] #app :is(.vx-icon-tile,.vx-icon-tile-primary,.vx-icon-tile-purple,.vx-icon-tile-cyan,.vx-icon-tile-green,.vx-icon-tile-orange,.vx-icon-tile-red,.vx-icon-tile-muted) svg{color:currentColor;opacity:1}html[data-theme=dark] #app :is(.cards-stats--dark .cs-icon,.ec-pages--dark .ec-customer-stat-icon,.ec-pages--dark .ec-overview-icon,.academy-course-layout--dark .academy-support-card__icon,.access-page--dark .pricing-plan-icon){box-sizing:border-box}html[data-theme=dark] #app :is(.cards-stats--dark .cs-icon--primary,.ec-pages--dark .ec-customer-stat-icon,.ec-pages--dark .ec-overview-icon.is-balance,.academy-course-layout--dark .academy-support-card__icon--purple,.access-page--dark .pricing-plan-icon--safe){background:rgba(var(--cs-accent-rgb,115, 103, 240), .18);border:1px solid rgba(var(--cs-accent-rgb,115, 103, 240), .28);color:#a79bff}html[data-theme=dark] #app :is(.cards-stats--dark .cs-icon--success,.ec-pages--dark .ec-overview-icon.is-loyalty){background:rgba(var(--cs-success-rgb,40, 199, 111), .16);border:1px solid rgba(var(--cs-success-rgb,40, 199, 111), .26);color:#42dc89}html[data-theme=dark] #app :is(.cards-stats--dark .cs-icon--danger){background:rgba(var(--cs-danger-rgb,234, 84, 85), .18);border:1px solid rgba(var(--cs-danger-rgb,234, 84, 85), .3);color:#ff7778}html[data-theme=dark] #app :is(.cards-stats--dark .cs-icon--warning,.ec-pages--dark .ec-overview-icon.is-wishlist,.academy-course-layout--dark .academy-support-card__icon--orange){background:rgba(var(--cs-warning-rgb,255, 159, 67), .18);border:1px solid rgba(var(--cs-warning-rgb,255, 159, 67), .3);color:#ffb86b}html[data-theme=dark] #app :is(.cards-stats--dark .cs-icon--info,.ec-pages--dark .ec-overview-icon.is-coupon,.academy-course-layout--dark .academy-support-card__icon--cyan,.access-page--dark .pricing-plan-icon--rocket){background:rgba(var(--cs-info-rgb,0, 207, 232), .16);border:1px solid rgba(var(--cs-info-rgb,0, 207, 232), .26);color:#35dff2}html[data-theme=dark] #app :is(.cards-stats--dark .cs-icon--secondary){background:var(--vx-primary-soft);border:1px solid var(--vx-primary-border);color:var(--vx-icon-primary)}html[data-theme=dark] #app :is(.card,.dt-card,.dtx-card,.table-card,.cj-card,.chart-card,.cs-card,.cb-card,.ca-card,.cn-card,.ac-card,.logistics-kpi-card,.modal-card,.price-card,.email-thread-card,.email-reply-box,.compose-modal,.email-menu){background-color:var(--vx-surface);border-color:var(--vx-border-subtle);color:var(--vx-text-body)}html[data-theme=dark] #app :is(.card h1,.card h2,.card h3,.card__header strong,.metric-box strong,.table-row strong,.leader-cell,.progress-cell strong,.dt-card h2,.dtx-card h2,.chart-card h2,.cj-card h2,.cs-card strong,.cb-card h3,.ca-card strong,.cn-card strong,.email-row__content strong,.email-thread-card__sender strong){color:var(--vx-text-heading)}html[data-theme=dark] #app :is(td,.table-row,.dt-table td,.dtx-table td,.email-thread-card__body,.email-row__content span,.card-action-menu__item,.menu-list-item,.profile-action){color:var(--vx-text-body)}html[data-theme=dark] #app :is(th,.table-head,.dt-table th,.dtx-table th,.chart-axis,.chart-legend,.card__subtext,.card__eyebrow,.dashboard-footer p,.dashboard-footer a){color:var(--vx-text-secondary)}html[data-theme=dark] #app :is(.searchbar,.table-search,.email-search,.search-modal__input-wrap,.dt-search input,.dtx-search input,.mx-field input,.mx-field select){background-color:var(--vx-input-bg);border-color:var(--vx-input-border)}
