:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#172033;background:#f5f7fb;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,select{font:inherit}button{cursor:pointer}.centered-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at top,#eef2ff,transparent 38%),#f7f8fc}.loading-card,.preview-card{background:#fff;border:1px solid #e7eaf1;border-radius:20px;box-shadow:0 22px 60px #222d5417}.loading-card{display:flex;align-items:center;gap:12px;padding:18px 22px;color:#59637a;font-weight:650}.preview-card{max-width:520px;padding:38px;text-align:center}.preview-card h1{margin:8px 0;font-size:32px}.preview-card p{color:#667085;line-height:1.65}.login-page{min-height:100vh;display:grid;grid-template-columns:minmax(390px,46%) 1fr}.brand-panel{position:relative;overflow:hidden;display:flex;flex-direction:column;padding:clamp(34px,5vw,74px);color:#fff;background:linear-gradient(145deg,#312e81,#4338ca 48%,#5b51dd)}.brand-panel:before,.brand-panel:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.1)}.brand-panel:before{width:520px;height:520px;right:-270px;top:-170px}.brand-panel:after{width:360px;height:360px;left:-180px;bottom:-170px}.brand-mark{width:48px;height:48px;display:grid;place-items:center;border-radius:15px;background:#ffffff24;border:1px solid rgba(255,255,255,.18);box-shadow:inset 0 1px #ffffff1f}.brand-copy{position:relative;z-index:1;margin:auto 0;max-width:580px}.eyebrow{display:block;margin-bottom:13px;color:#aeb8ff;font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.brand-copy h1{margin:0;font-size:clamp(40px,4.6vw,66px);line-height:1.04;letter-spacing:-.045em}.brand-copy p{max-width:500px;margin:26px 0 0;color:#d9dcff;font-size:17px;line-height:1.75}.trust-row{position:relative;z-index:1;display:flex;gap:10px;align-items:center;color:#d9dcff;font-size:13px}.login-panel{display:grid;place-items:center;padding:34px;background:#f8f9fc}.login-card{width:min(100%,450px)}.mobile-brand{display:none}.login-heading{display:flex;align-items:center;gap:15px;margin-bottom:30px}.icon-tile{width:48px;height:48px;display:inline-grid;place-items:center;border-radius:14px;color:#4338ca;background:#eef2ff;border:1px solid #e0e7ff}.login-heading h2{margin:0 0 5px;font-size:26px;letter-spacing:-.025em}.login-heading p{margin:0;color:#7a8499;font-size:14px}.login-form{display:grid;gap:19px}.login-form label{display:grid;gap:8px;color:#344054;font-size:13px;font-weight:750}.login-form input{width:100%;border:1px solid #d9deea;border-radius:12px;padding:13px 14px;outline:none;color:#182230;background:#fff;transition:border-color .18s,box-shadow .18s}.login-form input:focus{border-color:#766df0;box-shadow:0 0 0 4px #635be61c}.password-field{position:relative}.password-field input{padding-right:48px}.password-field button{position:absolute;inset:0 7px 0 auto;width:38px;border:0;color:#7a8499;background:transparent}.primary-button{min-height:48px;display:flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:12px;color:#fff;background:#4338ca;font-weight:780;box-shadow:0 10px 25px #4338ca33;transition:transform .18s,background .18s}.primary-button:hover:not(:disabled){background:#3730a3;transform:translateY(-1px)}.primary-button:disabled{opacity:.66;cursor:wait}.form-error{padding:11px 13px;border:1px solid #fecaca;border-radius:11px;color:#b42318;background:#fef2f2;font-size:13px;line-height:1.45}.security-note{margin:24px 0 0;color:#98a2b3;font-size:11px;line-height:1.6;text-align:center}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:820px){.login-page{grid-template-columns:1fr}.brand-panel{display:none}.login-panel{min-height:100vh;padding:24px}.mobile-brand{display:flex;align-items:center;gap:11px;margin-bottom:42px;color:#312e81}.mobile-brand .brand-mark{width:42px;height:42px;color:#fff;background:#4338ca}}.app-shell{min-height:100vh;background:#f5f7fb}.sidebar{position:fixed;z-index:30;inset:0 auto 0 0;width:250px;display:flex;flex-direction:column;color:#d9def3;background:#171d34}.sidebar-brand{min-height:88px;display:flex;align-items:center;gap:12px;padding:20px 21px;border-bottom:1px solid rgba(255,255,255,.07)}.brand-mark.solid{width:42px;height:42px;flex:0 0 auto;color:#fff;background:#6157df;border-radius:13px}.sidebar-brand div{display:grid;gap:3px}.sidebar-brand strong{color:#fff;font-size:14px}.sidebar-brand small,.sidebar-footer small{color:#8f98b7;font-size:11px}.sidebar nav{display:grid;gap:7px;padding:24px 14px}.sidebar nav button{min-height:45px;display:flex;align-items:center;gap:12px;padding:0 13px;border:0;border-radius:10px;color:#aeb6d1;background:transparent;font-size:13px;font-weight:650;text-align:left}.sidebar nav button:hover{color:#fff;background:#ffffff0d}.sidebar nav button.active{color:#fff;background:#2c3352;box-shadow:inset 3px 0 #746bff}.sidebar-footer{margin-top:auto;min-height:79px;display:flex;align-items:center;gap:10px;padding:14px 17px;border-top:1px solid rgba(255,255,255,.07)}.user-avatar{width:36px;height:36px;display:grid;place-items:center;flex:0 0 auto;border-radius:10px;color:#fff;background:#4338ca;font-size:11px;font-weight:800}.sidebar-footer>div:nth-child(2){min-width:0;display:grid;gap:3px}.sidebar-footer strong{overflow:hidden;color:#fff;font-size:12px;white-space:nowrap;text-overflow:ellipsis}.sidebar-footer button,.nav-close{margin-left:auto;display:grid;place-items:center;border:0;color:#8f98b7;background:transparent}.nav-close{display:none}.workspace{min-height:100vh;margin-left:250px;padding:34px clamp(24px,3vw,48px) 48px}.topbar{display:flex;align-items:flex-start;gap:24px;margin-bottom:25px}.breadcrumb{display:block;margin-bottom:7px;color:#8d96aa;font-size:11px;font-weight:700}.topbar h1{margin:0;color:#172033;font-size:clamp(24px,2.4vw,31px);letter-spacing:-.035em}.topbar p{margin:8px 0 0;color:#7a8499;font-size:13px}.top-actions{margin-left:auto;display:flex;align-items:flex-end;gap:10px}.period-select{position:relative;display:grid;gap:5px;color:#7a8499;font-size:10px;font-weight:750}.period-select select{min-width:158px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #dde2ec;border-radius:10px;padding:10px 33px 10px 12px;outline:none;color:#344054;background:#fff;font-size:12px;font-weight:650}.period-select svg{position:absolute;right:10px;bottom:12px;pointer-events:none}.refresh-button{height:38px;display:flex;align-items:center;gap:8px;border:1px solid #d9deea;border-radius:10px;padding:0 13px;color:#475467;background:#fff;font-size:12px;font-weight:700}.refresh-button:disabled{opacity:.6}.menu-button{display:none}.demo-banner{display:flex;align-items:center;gap:9px;margin:-5px 0 20px;padding:10px 13px;border:1px solid #d8ddff;border-radius:10px;color:#4c45a9;background:#f0f1ff;font-size:11px;font-weight:650}.metric-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.metric-card{position:relative;min-height:112px;display:flex;align-items:center;gap:14px;padding:20px;border:1px solid #e5e8ef;border-radius:14px;background:#fff;box-shadow:0 2px 6px #18203306;text-align:left;cursor:pointer;transition:transform .18s,border-color .18s,box-shadow .18s}.metric-card:hover{transform:translateY(-2px);border-color:#cfcaf5;box-shadow:0 10px 25px #2d277817}.metric-card:focus-visible,.funnel-row:focus-visible,.growth-chart:focus-visible{outline:3px solid rgba(101,88,223,.22);outline-offset:2px}.metric-arrow{margin-left:auto;color:#b0b5c2;transition:transform .18s,color .18s}.metric-card:hover .metric-arrow{transform:translate(3px);color:#6558df}.metric-icon{width:42px;height:42px;display:grid;place-items:center;flex:0 0 auto;border-radius:12px}.metric-icon.indigo{color:#4f46e5;background:#eef2ff}.metric-icon.blue{color:#1871c9;background:#eaf5ff}.metric-icon.violet{color:#6d45c7;background:#f3edff}.metric-icon.cyan{color:#087f9c;background:#e8f9fc}.metric-icon.amber{color:#bf6b09;background:#fff5df}.metric-icon.green{color:#16835a;background:#e9f8f0}.metric-icon.rose{color:#c44b55;background:#fff0f1}.metric-icon.emerald{color:#0d856a;background:#e6f8f3}.metric-card p{margin:0 0 7px;color:#7d879c;font-size:11px;font-weight:650}.metric-card strong{color:#20293c;font-size:clamp(19px,2vw,25px);letter-spacing:-.03em}.metric-card small{display:block;margin-top:5px;color:#99a1b1;font-size:9px}.content-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(250px,.8fr);gap:14px;margin-top:14px}.panel{border:1px solid #e5e8ef;border-radius:14px;background:#fff;box-shadow:0 2px 6px #18203306}.panel-heading{display:flex;align-items:center;justify-content:space-between;padding:19px 21px;border-bottom:1px solid #eef0f4}.panel-heading h2,.insight-panel h2{margin:0 0 5px;color:#293248;font-size:14px}.panel-heading p{margin:0;color:#929aab;font-size:10px}.funnel{display:grid;gap:14px;padding:20px 21px 23px}.funnel-row{width:100%;display:grid;grid-template-columns:110px 1fr 82px 14px;align-items:center;gap:15px;padding:5px;border:0;border-radius:9px;color:inherit;background:transparent;text-align:left;cursor:pointer;transition:background .18s}.funnel-row:hover{background:#f8f7ff}.funnel-row>svg{color:#aaa6d8}.funnel-label{display:flex;align-items:center;gap:8px;color:#4b5568;font-size:11px}.funnel-label span{width:22px;height:22px;display:grid;place-items:center;border-radius:7px;color:#6a63db;background:#f0f0ff;font-size:9px;font-weight:800}.funnel-track{height:8px;overflow:hidden;border-radius:20px;background:#eef0f5}.funnel-track i{height:100%;display:block;border-radius:inherit;background:linear-gradient(90deg,#7169e7,#8b83ef)}.funnel-value{display:flex;align-items:baseline;justify-content:flex-end;gap:7px}.funnel-value strong{color:#344054;font-size:12px}.funnel-value small{width:54px;color:#98a2b3;font-size:9px;text-align:right}.insight-panel{padding:22px;background:linear-gradient(145deg,#fff 35%,#fffbf0)}.insight-icon{width:40px;height:40px;display:grid;place-items:center;margin-bottom:19px;border-radius:11px;color:#c57512;background:#fff3d8}.insight-panel>strong{display:block;margin:19px 0 5px;color:#293248;font-size:30px;letter-spacing:-.04em}.insight-panel>p{margin:0;color:#737d91;font-size:12px;line-height:1.6}.insight-note{display:block;margin-top:20px;padding-top:15px;border-top:1px solid #f0e6cd;color:#9b721f;font-size:10px;line-height:1.5}.insight-action{width:100%;border-color:#e5e8ef;color:inherit;text-align:left;cursor:pointer}.insight-action:hover{border-color:#ead7a6;box-shadow:0 10px 25px #825a0f14}.customer-growth{margin-top:14px;overflow:hidden}.growth-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:21px 23px 12px}.growth-kicker{display:flex;align-items:center;gap:7px;margin-bottom:8px;color:#6558df;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.growth-heading h2{margin:0;color:#263044;font-size:18px}.growth-heading p{margin:7px 0 0;color:#8b94a6;font-size:10px}.growth-heading p b{color:#3184b8}.growth-actions{display:flex;align-items:center;gap:9px}.period-tabs{display:flex;padding:3px;border:1px solid #e1e4ec;border-radius:9px;background:#f7f8fb}.period-tabs button{border:0;border-radius:6px;padding:7px 10px;color:#80899b;background:transparent;font-size:9px;font-weight:750}.period-tabs button.active{color:#554bc7;background:#fff;box-shadow:0 1px 5px #1e233c1a}.open-base{display:inline-flex;align-items:center;gap:6px;border:0;border-radius:9px;padding:9px 11px;color:#fff;background:#5c50d7;font-size:9px;font-weight:750}.growth-chart{width:100%;display:block;padding:0 22px;border:0;background:#fff;cursor:pointer}.growth-chart svg{width:100%;height:210px;overflow:visible}.growth-labels{display:flex;justify-content:space-between;min-height:18px;color:#929aab;font-size:8px}.growth-legend{display:flex;align-items:center;gap:17px;padding:10px 23px 18px;color:#6f788b;font-size:9px}.growth-legend span{display:flex;align-items:center;gap:6px}.growth-legend i{width:15px;height:3px;border-radius:4px;background:#6558df}.growth-legend i.bar{height:9px;background:#42a5e88c}.growth-legend small{margin-left:auto;color:#a0a7b5}.recent-panel{margin-top:14px;overflow:hidden}.panel-aside{color:#778198;font-size:10px;font-weight:700}.trend-panel{margin-top:14px;overflow:hidden}.bars{height:190px;display:flex;align-items:stretch;gap:7px;padding:24px 22px 16px}.bar-item{min-width:20px;flex:1;display:grid;grid-template-rows:1fr auto;gap:8px;text-align:center}.bar-item>span{min-height:120px;display:flex;align-items:flex-end;border-radius:7px;background:#f5f6fa;overflow:hidden}.bar-item i{width:100%;display:block;border-radius:7px 7px 3px 3px;background:linear-gradient(180deg,#756bed,#5248cd);transition:height .3s}.bar-item small{color:#929aab;font-size:8px}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:11px}th{padding:11px 17px;color:#8a93a5;background:#fafbfc;font-size:9px;letter-spacing:.04em;text-align:left;text-transform:uppercase;white-space:nowrap}td{padding:14px 17px;border-top:1px solid #eff1f5;color:#667085;white-space:nowrap}.customer-cell{display:flex;align-items:center;gap:10px}.customer-cell>span{width:31px;height:31px;display:grid;place-items:center;flex:0 0 auto;border-radius:9px;color:#5751b4;background:#f0f0ff;font-size:9px;font-weight:800}.customer-cell div{display:grid;gap:3px}.customer-cell strong{color:#344054;font-size:11px}.customer-cell small{color:#98a2b3;font-size:9px}.status{display:inline-flex;align-items:center;gap:6px;padding:5px 8px;border-radius:20px;font-size:9px;font-weight:750}.status i{width:5px;height:5px;border-radius:50%;background:currentColor}.status.converted{color:#147553;background:#eaf8f1}.status.pending{color:#9a6814;background:#fff5df}.status.abandoned,.status.failed{color:#b5473c;background:#fef0ef}.status.warning{color:#a85d0a;background:#fff1df}.status.active{color:#5454ba;background:#f0f0ff}.money-cell{color:#344054;font-weight:750}.cell-note,.status-description{display:block;margin-top:5px;color:#98a2b3;font-size:8px;font-weight:500}.stage-chip{display:inline-flex;padding:5px 8px;border-radius:7px;color:#524daf;background:#f2f1ff;font-size:9px;font-weight:750}.lead-summary{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-bottom:14px}.summary-card{position:relative;overflow:hidden;min-height:87px;display:grid;align-content:center;gap:7px;padding:16px 17px;border:1px solid #e5e8ef;border-radius:13px;background:#fff}.summary-card:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:#6f66e7}.summary-card span{color:#7d879c;font-size:9px;font-weight:700}.summary-card strong{color:#293248;font-size:22px}.summary-card.blue:before{background:#3690dd}.summary-card.amber:before{background:#d8942e}.summary-card.rose:before{background:#d45c65}.summary-card.green:before{background:#2a9a72}.leads-panel{overflow:hidden}.lead-toolbar{display:grid;gap:12px;padding:17px 19px;border-bottom:1px solid #edf0f4}.search-box{min-height:43px;display:flex;align-items:center;gap:10px;border:1px solid #dce1ea;border-radius:11px;padding-left:12px;color:#8b95a7;background:#fff}.search-box:focus-within{border-color:#756bed;box-shadow:0 0 0 3px #635be617}.search-box input{min-width:0;flex:1;border:0;outline:0;color:#283248}.search-box button{align-self:stretch;border:0;border-radius:0 10px 10px 0;padding:0 18px;color:#fff;background:#5146d8;font-size:11px;font-weight:750}.smart-filters{display:flex;align-items:center;gap:8px;color:#8b95a7}.smart-filters select{min-width:150px;border:1px solid #dfe3eb;border-radius:9px;padding:9px 11px;outline:0;color:#596377;background:#fff;font-size:10px;font-weight:650}.smart-filters input{min-width:145px;border:1px solid #dfe3eb;border-radius:9px;padding:9px 11px;outline:0;color:#596377;background:#fff;font-size:10px}.leads-table td{padding-block:15px;vertical-align:middle}.pagination{min-height:58px;display:flex;align-items:center;justify-content:space-between;padding:10px 18px;border-top:1px solid #edf0f4;color:#8a93a5;font-size:10px}.pagination div{display:flex;align-items:center;gap:10px}.pagination b{color:#5f687b;font-size:10px}.pagination button{width:32px;height:32px;display:grid;place-items:center;border:1px solid #dfe3eb;border-radius:8px;color:#5e687b;background:#fff}.pagination button:disabled{opacity:.38;cursor:default}.table-skeleton{min-height:300px;display:flex;align-items:center;justify-content:center;gap:10px;color:#7f889a;font-size:12px}.product-title{display:block;max-width:240px;overflow:hidden;color:#3b4559;font-size:10px;text-overflow:ellipsis}.checkout-summary{grid-template-columns:repeat(6,minmax(0,1fr))}.carts-panel{overflow:hidden}.cart-list{display:grid}.cart-card{border-bottom:1px solid #edf0f4;background:#fff}.cart-card:last-child{border-bottom:0}.cart-card summary{min-height:78px;display:grid;grid-template-columns:minmax(190px,1.25fr) minmax(210px,1.4fr) 135px 105px 90px 20px;align-items:center;gap:16px;padding:14px 19px;cursor:pointer;list-style:none}.cart-card summary::-webkit-details-marker{display:none}.cart-card[open] summary{background:#fafaff;border-bottom:1px solid #e8e9f2}.cart-main{min-width:0;display:flex;align-items:center;gap:10px}.cart-main>div,.cart-product-preview{min-width:0;display:grid;gap:4px}.cart-main strong,.cart-product-preview strong{overflow:hidden;color:#344054;font-size:10px;white-space:nowrap;text-overflow:ellipsis}.cart-main small,.cart-product-preview small,.cart-total small,.cart-time small{color:#98a2b3;font-size:8px}.cart-icon{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;border-radius:9px;color:#5f57ca;background:#f0f0ff}.cart-total,.cart-time{display:grid;gap:4px}.cart-total strong{color:#263044;font-size:11px}.cart-time{color:#667085;font-size:10px}.cart-time small{display:block}.cart-chevron{color:#98a2b3;transition:transform .2s}.cart-card[open] .cart-chevron{transform:rotate(180deg)}.cart-details{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(250px,.8fr);gap:24px;padding:20px;background:#fcfcfe}.cart-details h3{display:flex;align-items:center;gap:8px;margin:0 0 13px;color:#40495d;font-size:11px}.cart-items{display:grid;gap:8px}.cart-item{display:grid;grid-template-columns:46px 1fr auto;align-items:center;gap:11px;padding:10px;border:1px solid #e7e9ef;border-radius:10px;background:#fff}.cart-item img,.item-placeholder{width:46px;height:46px;display:grid;place-items:center;border-radius:8px;object-fit:cover;color:#8e8ac1;background:#f3f2ff}.cart-item>div{min-width:0;display:grid;gap:3px}.cart-item strong{overflow:hidden;color:#354052;font-size:10px;white-space:nowrap;text-overflow:ellipsis}.cart-item small{color:#8c95a6;font-size:8px}.cart-item>span{color:#354052;font-size:10px;font-weight:750;white-space:nowrap}.item-properties{color:#6d65bf!important}.cart-details dl{display:grid;gap:10px;margin:0}.cart-details dl>div{display:grid;grid-template-columns:78px 1fr;gap:8px}.cart-details dt{color:#98a2b3;font-size:8px;font-weight:750;text-transform:uppercase}.cart-details dd{margin:0;color:#5d6678;font-size:9px;line-height:1.55}.totals-breakdown{display:grid;gap:7px;margin-top:16px;padding-top:13px;border-top:1px solid #e4e7ed}.totals-breakdown span{display:flex;justify-content:space-between;color:#788196;font-size:9px}.totals-breakdown b{color:#434d60}.totals-breakdown .total-line{margin-top:3px;padding-top:9px;border-top:1px dashed #d9dde6;color:#293248;font-size:11px;font-weight:750}.state-card{min-height:360px;display:grid;place-items:center;align-content:center;padding:30px;border:1px solid #e5e8ef;border-radius:14px;color:#6f7890;background:#fff;text-align:center}.state-card svg{color:#d0781a}.state-card h2{margin:15px 0 6px;color:#293248}.state-card p{margin:0 0 18px;font-size:13px}.state-card button{border:0;border-radius:9px;padding:10px 15px;color:#fff;background:#4338ca;font-weight:700}.empty-state{min-height:180px;display:grid;place-items:center;align-content:center;gap:7px;color:#9aa2b2;font-size:11px}.empty-state svg{margin-bottom:5px}.empty-state strong{color:#5d6679;font-size:12px}.skeleton-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.skeleton{height:112px;border-radius:14px;background:linear-gradient(90deg,#eceff4 25%,#f6f7f9,#eceff4 75%);background-size:200% 100%;animation:shimmer 1.4s infinite}@keyframes shimmer{to{background-position:-200% 0}}.nav-backdrop{display:none}.inbox-workspace{height:100vh;padding-bottom:18px;overflow:hidden}.inbox-page{height:calc(100vh - 48px);display:flex;flex-direction:column}.inbox-header{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:20px}.inbox-header h1{margin:5px 0 3px;color:#182033;font-size:25px}.inbox-header p{margin:0;color:#7f889a;font-size:10px}.channel-health{display:flex;align-items:center;gap:9px;padding:9px 12px;border:1px solid;border-radius:11px}.channel-health span{display:grid;gap:2px}.channel-health strong{font-size:9px}.channel-health small{font-size:7px;opacity:.75}.channel-health.online{border-color:#bee8d8;color:#1c7958;background:#effbf6}.channel-health.offline{border-color:#fed7aa;color:#a6530b;background:#fff8ed}.inbox-alert{display:flex;align-items:center;gap:8px;margin-bottom:9px;padding:9px 11px;border-radius:9px;color:#b42318;background:#fef2f2;font-size:9px}.inbox-alert button{margin-left:auto;display:grid;place-items:center;border:0;color:inherit;background:transparent}.inbox-shell{min-height:0;flex:1;display:grid;grid-template-columns:300px minmax(390px,1fr) 240px;overflow:hidden;border:1px solid #dfe4ec;border-radius:15px;background:#fff;box-shadow:0 8px 28px #1e27400f}.conversation-panel{min-width:0;display:flex;flex-direction:column;border-right:1px solid #e7eaf0;background:#fff}.conversation-tools{padding:14px 13px 10px;border-bottom:1px solid #edf0f4}.conversation-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:11px}.conversation-title>div{display:grid;gap:2px}.conversation-title strong{color:#273144;font-size:12px}.conversation-title small{color:#98a2b3;font-size:8px}.conversation-title button{width:31px;height:31px;display:grid;place-items:center;border:0;border-radius:9px;color:#fff;background:#5146d8}.conversation-title button:disabled,.new-conversation button:disabled{cursor:not-allowed;opacity:.45}.new-conversation{display:grid;gap:8px;margin-bottom:10px;padding:11px;border:1px solid #dddafa;border-radius:10px;background:#f8f7ff}.new-conversation label{display:grid;gap:5px;color:#5a6477;font-size:8px;font-weight:750}.new-conversation input{width:100%;border:1px solid #d9ddec;border-radius:8px;padding:9px;outline:0;background:#fff;font-size:9px}.new-conversation small{color:#898fa2;font-size:7px;line-height:1.45}.new-conversation button{display:flex;align-items:center;justify-content:center;gap:6px;border:0;border-radius:8px;padding:8px;color:#fff;background:#5146d8;font-size:8px;font-weight:750}.inbox-search{display:flex;align-items:center;gap:7px;padding:0 9px;border:1px solid #dfe3eb;border-radius:9px;color:#929bad}.inbox-search input{min-width:0;flex:1;border:0;outline:0;padding:9px 0;color:#424b5e;font-size:9px}.inbox-filters{display:flex;gap:4px;margin-top:9px}.inbox-filters button{flex:1;border:0;border-radius:7px;padding:7px 4px;color:#8a93a5;background:#f4f5f8;font-size:7px;font-weight:750}.inbox-filters button.active{color:#4f46bd;background:#eceaff}.conversation-list{min-height:0;flex:1;overflow-y:auto}.conversation-list>button{position:relative;width:100%;display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:9px;align-items:start;padding:12px 13px;border:0;border-bottom:1px solid #f0f2f5;color:inherit;background:#fff;text-align:left}.conversation-list>button:hover{background:#fafaff}.conversation-list>button.active{background:#f2f1ff;box-shadow:inset 3px 0 #655bdd}.conversation-avatar{width:37px;height:37px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;color:#554db9;background:#ebeaff;font-size:9px;font-weight:850}.conversation-copy{min-width:0;display:grid;gap:4px}.conversation-copy>span{display:flex;align-items:center;gap:5px}.conversation-copy strong{min-width:0;flex:1;overflow:hidden;color:#313b4e;font-size:9px;white-space:nowrap;text-overflow:ellipsis}.conversation-copy time{color:#a1a8b5;font-size:7px}.conversation-copy small{overflow:hidden;color:#7f899b;font-size:8px;white-space:nowrap;text-overflow:ellipsis}.conversation-copy em{color:#a1a8b5;font-size:7px;font-style:normal}.conversation-list>button>b{min-width:18px;height:18px;display:grid;place-items:center;border-radius:20px;color:#fff;background:#4caf78;font-size:7px}.conversation-empty,.inbox-loading{min-height:210px;display:grid;place-items:center;align-content:center;gap:7px;padding:20px;color:#a0a7b5;text-align:center}.conversation-empty strong{color:#697386;font-size:10px}.conversation-empty small,.inbox-loading{font-size:8px}.chat-panel{min-width:0;min-height:0;display:flex;flex-direction:column;background:#f3f5f8}.chat-header{min-height:66px;display:flex;align-items:center;gap:10px;padding:10px 16px;border-bottom:1px solid #e2e6ed;background:#fff}.chat-header>div{min-width:0;display:grid;gap:3px}.chat-header>div strong{overflow:hidden;color:#2b3547;font-size:11px;white-space:nowrap;text-overflow:ellipsis}.chat-header>div small{color:#8f98aa;font-size:8px}.chat-header label{display:grid;gap:3px;margin-left:auto;color:#98a2b3;font-size:7px}.chat-header select{border:1px solid #dce1ea;border-radius:8px;padding:7px 24px 7px 8px;color:#596377;background:#fff;font-size:8px}.chat-back{display:none;border:0;color:#677085;background:transparent}.chat-context{min-height:34px;display:flex;align-items:center;gap:7px;padding:6px 15px;border-bottom:1px solid #e5e8ee;background:#fafbfc}.chat-context span{display:flex;align-items:center;gap:5px;padding:5px 7px;border-radius:7px;color:#7d8698;background:#eef0f4;font-size:7px}.chat-context span.open{color:#247859;background:#e8f8f1}.chat-context span.closed{color:#a15b19;background:#fff3df}.message-stream{min-height:0;flex:1;display:flex;flex-direction:column;gap:8px;overflow-y:auto;padding:18px 22px;background-color:#f0f3f6;background-image:radial-gradient(#dfe3e9 .7px,transparent .7px);background-size:13px 13px}.message-bubble{width:fit-content;max-width:min(72%,570px);padding:9px 11px 7px;border-radius:12px 12px 12px 3px;color:#3e485a;background:#fff;box-shadow:0 1px 3px #1e273717}.message-bubble.outbound{align-self:flex-end;border-radius:12px 12px 3px;background:#e3f6ec}.message-bubble p{margin:0;white-space:pre-wrap;overflow-wrap:anywhere;font-size:10px;line-height:1.55}.message-bubble footer{display:flex;justify-content:flex-end;align-items:center;gap:5px;margin-top:4px}.message-bubble time,.delivery{color:#929aaa;font-size:6px}.delivery.read{color:#338ad1}.delivery.failed{color:#c33f45}.message-bubble>small{display:block;margin-top:5px;color:#c23d42;font-size:7px}.composer{padding:11px 13px;border-top:1px solid #e1e5eb;background:#fff}.composer form{display:flex;align-items:flex-end;gap:8px}.composer textarea{min-height:42px;max-height:115px;flex:1;resize:vertical;border:1px solid #dce1e9;border-radius:11px;padding:11px 12px;outline:0;color:#3d4658;font:inherit;font-size:9px}.composer form button{width:42px;height:42px;display:grid;place-items:center;border:0;border-radius:11px;color:#fff;background:#5146d8}.composer button:disabled{opacity:.55}.closed-window{display:flex;align-items:center;justify-content:space-between;gap:10px}.closed-window>div{display:flex;align-items:center;gap:8px;color:#a15b19}.closed-window span{display:grid;gap:2px}.closed-window strong{font-size:8px}.closed-window small{color:#929bad;font-size:7px}.closed-window button{display:flex;align-items:center;gap:6px;border:0;border-radius:9px;padding:9px 11px;color:#fff;background:#5146d8;font-size:8px;font-weight:750}.chat-placeholder{flex:1;display:grid;place-items:center;align-content:center;padding:30px;color:#969faf;text-align:center}.chat-placeholder h2{margin:12px 0 5px;color:#5c6678;font-size:15px}.chat-placeholder p{margin:0;font-size:9px}.contact-sidebar{min-width:0;overflow-y:auto;border-left:1px solid #e7eaf0;padding:17px 15px;background:#fff}.contact-summary{display:grid;justify-items:center;padding:5px 0 17px;border-bottom:1px solid #edf0f4;text-align:center}.contact-summary .profile-avatar{width:49px;height:49px}.contact-summary h3{margin:10px 0 3px;color:#303a4d;font-size:11px}.contact-summary p{margin:0;color:#8f98aa;font-size:8px}.contact-sidebar dl{display:grid;grid-template-columns:70px minmax(0,1fr);gap:10px 6px;margin:17px 0}.contact-sidebar dt{color:#9aa2b2;font-size:7px;text-transform:uppercase}.contact-sidebar dd{margin:0;overflow-wrap:anywhere;color:#5d6679;font-size:8px}.contact-note{display:flex;gap:7px;margin-top:16px;padding:10px;border-radius:9px;color:#5f58ba;background:#f4f3ff}.contact-note p{margin:0;color:#777f91;font-size:7px;line-height:1.55}.secondary-action,.open-record{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid #dce1eb;border-radius:10px;padding:10px 13px;color:#465169;background:#fff;font-size:11px;font-weight:750}.secondary-action:hover,.open-record:hover{border-color:#c8c4f5;color:#4e46bf;background:#fafaff}.page-actions{display:flex;justify-content:flex-end;margin:-12px 0 14px}.open-record{margin-top:12px}.checkout-filters{flex-wrap:wrap}.crm-header .top-actions{align-items:center}.crm-overview{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-bottom:14px}.crm-overview article{min-height:82px;display:flex;align-items:center;gap:11px;padding:14px;border:1px solid #e4e8f0;border-radius:13px;background:#fff}.crm-overview article>span{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;color:#574fd0;background:#f0efff}.crm-overview article i{width:7px;height:34px;border-radius:10px;background:#6d64de}.crm-overview article i.blue{background:#3991dc}.crm-overview article i.amber{background:#d79a2e}.crm-overview article i.orange{background:#e17632}.crm-overview article i.green{background:#29966e}.crm-overview article i.rose{background:#d45c65}.crm-overview article div{min-width:0;display:grid;gap:4px}.crm-overview small{overflow:hidden;color:#7e889b;font-size:8px;white-space:nowrap;text-overflow:ellipsis}.crm-overview strong{color:#263044;font-size:20px}.crm-panel{overflow:hidden}.crm-toolbar{display:grid;gap:12px;padding:17px 19px;border-bottom:1px solid #edf0f4}.crm-sections{display:flex;gap:8px;padding:12px 18px 0;border-bottom:1px solid #edf0f4;background:#fafbfc}.crm-sections button{display:flex;align-items:center;gap:10px;min-width:210px;margin-bottom:-1px;padding:11px 13px;border:1px solid transparent;border-bottom:0;border-radius:10px 10px 0 0;color:#7c8597;background:transparent;text-align:left}.crm-sections button span{display:grid;gap:2px}.crm-sections button strong{font-size:10px}.crm-sections button small{font-size:8px}.crm-sections button.active{border-color:#e2e5ed;color:#5148ca;background:#fff}.live-search button{width:30px;height:30px;display:grid;place-items:center;flex:0 0 auto;border:0;border-radius:7px;color:#8c95a6;background:#f1f3f7}.inline-error{display:flex;align-items:center;gap:8px;margin:0 18px 12px;padding:10px 12px;border-radius:9px;color:#b42318;background:#fef2f2;font-size:9px}.view-toggle{display:flex;margin-left:auto;padding:3px;border:1px solid #dfe3eb;border-radius:9px;background:#f7f8fb}.view-toggle button{width:31px;height:28px;display:grid;place-items:center;border:0;border-radius:6px;color:#8a93a5;background:transparent}.view-toggle button.active{color:#5148ca;background:#fff;box-shadow:0 1px 4px #141c321a}.kanban-board{display:grid;grid-template-columns:repeat(6,minmax(240px,1fr));gap:12px;overflow-x:auto;padding:16px;background:#f8f9fc}.kanban-column{min-height:480px;border:1px solid #e3e6ee;border-radius:13px;background:#f1f3f7;transition:border-color .18s,background .18s}.kanban-column.is-drop-ready{border-color:#c9c5f7}.kanban-column.is-drop-ready:hover{border-color:#756ce1;background:#efeffc}.kanban-column>header{min-height:48px;display:flex;align-items:center;gap:8px;padding:0 12px;color:#4d576b;font-size:10px;font-weight:800;text-transform:uppercase}.kanban-column>header b{margin-left:auto;min-width:23px;padding:4px 6px;border-radius:20px;color:#747d90;background:#fff;font-size:9px;text-align:center}.pipeline-dot{width:7px;height:7px;border-radius:50%;background:#6f66df}.pipeline-dot.blue{background:#3991dc}.pipeline-dot.amber{background:#d79a2e}.pipeline-dot.orange{background:#e17632}.pipeline-dot.green{background:#29966e}.pipeline-dot.rose{background:#d45c65}.kanban-column>div{display:grid;align-content:start;gap:9px;padding:0 8px 10px}.kanban-empty{display:grid;place-items:center;min-height:100px;padding:14px;border:1px dashed #d7dbe4;border-radius:10px;color:#9aa2b1;font-size:9px;text-align:center}.crm-card{position:relative;padding:13px;border:1px solid #e0e4eb;border-radius:11px;background:#fff;box-shadow:0 2px 6px #18203309;transition:opacity .15s,transform .15s,box-shadow .15s}.crm-card:hover{box-shadow:0 8px 20px #18203314}.crm-card.is-dragging{opacity:.42;transform:rotate(1.5deg)}.drag-handle{position:absolute;z-index:2;top:8px;right:8px;width:25px;height:25px;display:grid;place-items:center;border:0;border-radius:7px;color:#a0a7b5;background:transparent;cursor:grab}.drag-handle:active{cursor:grabbing}.crm-card-open{width:100%;padding:0;border:0;color:inherit;background:transparent;text-align:left}.crm-card-person{display:flex;align-items:center;gap:9px;padding-right:22px}.crm-card-person>span{width:31px;height:31px;display:grid;place-items:center;flex:0 0 auto;border-radius:9px;color:#5851bd;background:#efefff;font-size:8px;font-weight:850}.crm-card-person>div{min-width:0;display:grid;gap:3px}.crm-card-person strong{overflow:hidden;color:#344054;font-size:10px;white-space:nowrap;text-overflow:ellipsis}.crm-card-person small{color:#98a2b3;font-size:8px}.crm-card-open>p{min-height:30px;margin:12px 0;overflow:hidden;color:#657086;font-size:9px;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.crm-card-meta{display:grid;gap:6px}.crm-card-meta span{display:flex;align-items:center;gap:5px;color:#8b94a6;font-size:8px}.crm-card footer{display:grid;gap:8px;margin-top:12px;padding-top:10px;border-top:1px solid #edf0f4}.crm-card footer strong{color:#30394c;font-size:11px}.crm-card footer select,.inline-stage{max-width:100%;border:1px solid #dde2eb;border-radius:8px;padding:7px 8px;color:#5d6679;background:#fff;font-size:8px}.customer-base-table td{vertical-align:middle}.row-action{display:inline-flex;align-items:center;gap:5px;border:1px solid #dedff0;border-radius:8px;padding:7px 9px;color:#5751b4;background:#fafaff;font-size:8px;font-weight:750;white-space:nowrap}.tag-list{display:flex;flex-wrap:wrap;gap:4px;margin-top:9px}.tag-list span{padding:4px 6px;border-radius:6px;color:#625bc3;background:#f1f0ff;font-size:7px;font-weight:750}.crm-sections{flex-direction:row-reverse;justify-content:flex-end}.record-backdrop{position:fixed;z-index:80;top:0;right:0;bottom:0;left:0;display:flex;justify-content:flex-end;background:#0d14268c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.record-workspace{width:min(1120px,94vw);height:100vh;overflow-y:auto;background:#f5f7fb;box-shadow:-20px 0 60px #09102333}.record-workspace>header{position:sticky;z-index:4;top:0;min-height:78px;display:flex;align-items:center;justify-content:space-between;padding:15px 24px;border-bottom:1px solid #e1e5ed;background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.record-workspace>header h2{margin:4px 0 0;color:#212a3c;font-size:20px}.record-workspace>header button{width:38px;height:38px;display:grid;place-items:center;border:1px solid #dfe3eb;border-radius:10px;color:#667085;background:#fff}.record-kicker{color:#8b94a6;font-size:9px;font-weight:750;text-transform:uppercase;letter-spacing:.05em}.record-body{padding:20px 24px 40px}.record-hero{display:grid;grid-template-columns:1fr auto;gap:10px 20px;align-items:center;margin-bottom:15px;padding:17px 19px;border:1px solid #e1e5ed;border-radius:14px;background:#fff}.record-hero>div:first-child{display:flex;align-items:center;gap:9px;color:#7a8497;font-size:9px}.record-hero>strong{color:#20293a;font-size:23px}.record-actions{display:flex;gap:8px;grid-column:1 / -1}.record-actions a,.record-actions button{display:inline-flex;align-items:center;gap:7px;border:1px solid #dce1ea;border-radius:9px;padding:9px 11px;color:#4f58a9;background:#fafaff;font-size:9px;font-weight:750;text-decoration:none}.recovery-result{grid-column:1 / -1;display:flex;align-items:center;gap:7px;padding:9px 11px;border-radius:9px;color:#227455;background:#edfaf4;font-size:9px}.recovery-result code{margin-left:auto;max-width:55%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.record-grid{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(270px,.7fr);gap:15px;align-items:start}.record-grid>main,.record-grid>aside{display:grid;gap:15px}.record-section{padding:18px;border:1px solid #e1e5ed;border-radius:14px;background:#fff}.record-section h3{display:flex;align-items:center;gap:8px;margin:0 0 15px;color:#364054;font-size:12px}.record-products{display:grid;gap:8px}.record-products>div{display:grid;grid-template-columns:52px 1fr auto;gap:11px;align-items:center;padding:10px;border:1px solid #e7eaf0;border-radius:10px}.record-products img,.record-products>div>span{width:52px;height:52px;display:grid;place-items:center;border-radius:8px;object-fit:cover;color:#7b74cd;background:#f0efff}.record-products>div>div{min-width:0;display:grid;gap:4px}.record-products strong{color:#364054;font-size:10px}.record-products small{color:#9099aa;font-size:8px}.record-products em{color:#625bc3;font-size:8px;font-style:normal}.record-products b{color:#3d4658;font-size:9px;white-space:nowrap}.record-totals{display:grid;gap:7px;margin-top:15px;margin-left:auto;width:min(310px,100%)}.record-totals span{display:flex;justify-content:space-between;color:#778195;font-size:9px}.record-totals span:last-child{margin-top:4px;padding-top:10px;border-top:1px solid #e3e6ec;color:#2e3749;font-size:11px}.timeline{display:grid}.timeline>div{position:relative;display:grid;grid-template-columns:17px 1fr;gap:9px;min-height:52px}.timeline>div:before{content:"";position:absolute;left:5px;top:15px;bottom:-1px;width:1px;background:#e1e4ec}.timeline>div:last-child:before{display:none}.timeline i{width:11px;height:11px;margin-top:2px;border:3px solid #dedcff;border-radius:50%;background:#655cdc}.timeline span{display:grid;align-content:start;gap:4px}.timeline strong{color:#4a5366;font-size:9px}.timeline small{color:#98a2b3;font-size:8px}.note-compose{display:grid;gap:8px}.note-compose textarea{min-height:85px;resize:vertical;border:1px solid #dfe3eb;border-radius:10px;padding:11px;outline:0;color:#414b5e;font:inherit;font-size:10px}.note-compose button,.tag-editor button{justify-self:end;border:0;border-radius:8px;padding:9px 11px;color:#fff;background:#5146d8;font-size:9px;font-weight:750}.notes-list{display:grid;gap:8px;margin-top:13px}.notes-list>div{padding:11px;border-radius:9px;background:#f7f8fb}.notes-list strong{color:#465064;font-size:9px}.notes-list small{margin-left:8px;color:#98a2b3;font-size:8px}.notes-list p{margin:7px 0 0;color:#667085;font-size:9px;line-height:1.55}.contact-card dl{display:grid;grid-template-columns:65px 1fr;gap:9px;margin:0}.contact-card dt{color:#98a2b3;font-size:8px;text-transform:uppercase}.contact-card dd{margin:0;overflow-wrap:anywhere;color:#596377;font-size:9px}.contact-card>p{margin:0;color:#667085;font-size:9px;line-height:1.7}.tag-editor{display:flex;gap:7px}.tag-editor input{min-width:0;flex:1;border:1px solid #dfe3eb;border-radius:8px;padding:9px;outline:0;font-size:9px}.helper-text{display:block;margin-top:7px;color:#9aa2b2;font-size:8px}.integration-warning{display:flex;gap:9px;padding:14px;border:1px solid #fed7aa;border-radius:12px;color:#b55b0b;background:#fff8ed}.integration-warning strong{font-size:9px}.integration-warning p{margin:4px 0 0;font-size:8px;line-height:1.5}.drawer-error{position:sticky;bottom:12px;margin:12px;padding:10px;border-radius:9px;color:#b42318;background:#fef2f2;font-size:10px}.customer-profile-hero{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:14px;align-items:center;margin-bottom:15px;padding:18px;border:1px solid #e1e5ed;border-radius:14px;background:#fff}.profile-avatar{width:54px;height:54px;display:grid;place-items:center;border-radius:15px;color:#554dc1;background:#efefff;font-size:13px;font-weight:850}.customer-profile-hero h3{margin:0 0 4px;color:#273144;font-size:16px}.customer-profile-hero p{margin:0;color:#8c95a7;font-size:9px}.profile-contacts{display:flex;flex-wrap:wrap;gap:7px 13px;margin-top:10px}.profile-contacts span{display:flex;align-items:center;gap:5px;color:#667085;font-size:9px}.profile-value{display:grid;justify-items:end;gap:3px}.profile-value small,.profile-value span{color:#929aab;font-size:8px}.profile-value strong{color:#268464;font-size:20px}.customer-history{display:grid;gap:8px}.customer-history article{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:12px;align-items:center;padding:11px;border:1px solid #e7eaf0;border-radius:10px}.customer-history article>div{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr);gap:4px 8px;align-items:center}.customer-history article>div strong{overflow:hidden;color:#414b5e;font-size:9px;white-space:nowrap;text-overflow:ellipsis}.customer-history article>div small{grid-column:2;color:#98a2b3;font-size:8px}.customer-history article>b{color:#323c4f;font-size:10px;white-space:nowrap}.customer-history article>a{display:inline-flex;align-items:center;gap:4px;color:#5751b4;font-size:8px;font-weight:750;text-decoration:none}@media(max-width:1150px){.checkout-summary{grid-template-columns:repeat(3,1fr)}.cart-card summary{grid-template-columns:minmax(180px,1fr) minmax(180px,1fr) 130px 95px 20px}.cart-time{display:none}}@media(max-width:1180px){.inbox-shell{grid-template-columns:285px minmax(380px,1fr)}.contact-sidebar{display:none}}@media(max-width:1250px){.crm-overview{grid-template-columns:repeat(3,1fr)}}@media(max-width:1050px){.metric-grid{grid-template-columns:repeat(2,1fr)}.content-grid{grid-template-columns:1fr}.insight-panel{display:grid;grid-template-columns:auto 1fr;column-gap:14px}.insight-panel>strong,.insight-panel>p,.insight-note{grid-column:2}.insight-icon{grid-row:1 / span 4}.insight-panel h2{align-self:end}}@media(max-width:760px){.sidebar{transform:translate(-100%);transition:transform .22s ease}.sidebar.is-open{transform:translate(0)}.nav-close{display:grid}.nav-backdrop{position:fixed;z-index:20;top:0;right:0;bottom:0;left:0;display:block;border:0;background:#0f172a73}.workspace{margin-left:0;padding:20px 16px 35px}.menu-button{width:40px;height:40px;display:grid;place-items:center;margin-bottom:16px;border:1px solid #dce1eb;border-radius:10px;color:#475467;background:#fff}.topbar{flex-wrap:wrap}.topbar p{display:none}.top-actions{width:100%;margin:0}.period-select{flex:1}.period-select select{width:100%}.metric-grid{grid-template-columns:1fr 1fr;gap:10px}.metric-card{min-height:100px;padding:15px}.metric-icon{width:36px;height:36px}.metric-card p{font-size:9px}.funnel-row{grid-template-columns:85px 1fr 62px 12px;gap:8px}.funnel-label{font-size:9px}.refresh-button span{display:none}.refresh-button{width:40px;padding:0;justify-content:center}.lead-summary{grid-template-columns:repeat(2,1fr)}.smart-filters{overflow-x:auto;padding-bottom:3px}.smart-filters svg{display:none}.smart-filters select{flex:0 0 145px}.bars{overflow-x:auto}.bar-item{flex:0 0 30px}.cart-card summary{grid-template-columns:minmax(0,1fr) auto 20px;gap:10px}.cart-product-preview,.cart-total{grid-row:2}.cart-product-preview{grid-column:1}.cart-total{grid-column:2}.cart-card summary>.status{grid-column:2;grid-row:1}.cart-chevron{grid-column:3;grid-row:1 / span 2}.cart-details{grid-template-columns:1fr}.growth-heading{align-items:flex-start;flex-direction:column}.growth-actions{width:100%;justify-content:space-between}.growth-chart{padding-inline:10px}.growth-chart svg{height:170px}.growth-legend small{display:none}.crm-overview{grid-template-columns:repeat(2,1fr)}.crm-header .top-actions{display:flex}.crm-sections{overflow-x:auto}.crm-sections button{min-width:185px}.record-workspace{width:100vw}.record-body{padding:14px}.record-grid,.record-hero{grid-template-columns:1fr}.record-hero>strong{grid-row:2}.record-actions{flex-wrap:wrap}.recovery-result{align-items:flex-start;flex-wrap:wrap}.recovery-result code{max-width:100%;width:100%}.smart-filters input{flex:0 0 145px}.customer-profile-hero{grid-template-columns:auto 1fr}.profile-value{grid-column:1 / -1;justify-items:start}.customer-history article{grid-template-columns:minmax(0,1fr) auto}.customer-history article>a{grid-column:1 / -1}.inbox-workspace{height:100vh;padding:12px 0 0}.inbox-workspace>.menu-button{margin-left:12px}.inbox-page{height:calc(100vh - 64px)}.inbox-header{min-height:62px;padding:0 13px}.inbox-header p,.inbox-header .breadcrumb{display:none}.inbox-header h1{font-size:20px}.channel-health{padding:8px}.channel-health small{display:none}.inbox-alert{margin-inline:12px}.inbox-shell{grid-template-columns:1fr;border-inline:0;border-radius:0}.conversation-panel{border-right:0}.conversation-panel.has-selection,.chat-panel{display:none}.chat-panel.is-open{display:flex}.chat-back{display:grid;place-items:center}.chat-header{padding-inline:9px}.chat-header label span{display:none}.chat-header select{max-width:128px}.chat-context{overflow-x:auto}.chat-context span{flex:0 0 auto}.message-stream{padding:14px 12px}.message-bubble{max-width:86%}.closed-window{align-items:stretch;flex-direction:column}.closed-window button{justify-content:center}.contact-sidebar{display:none}}@media(max-width:470px){.metric-grid{grid-template-columns:1fr}.metric-card{min-height:86px}.topbar h1{font-size:22px}.breadcrumb{display:none}.funnel{padding-inline:14px}.funnel-row{grid-template-columns:72px 1fr 45px 12px}.funnel-label span,.funnel-value small{display:none}.panel-heading{padding-inline:15px}.lead-summary{grid-template-columns:1fr 1fr}.summary-card:first-child{grid-column:1 / -1}.search-box button{padding-inline:12px}.panel-aside{display:none}.growth-actions{align-items:stretch;flex-direction:column}.period-tabs{justify-content:space-between}.period-tabs button{flex:1}.open-base{justify-content:center}}
