@charset "UTF-8";:root{--dlv-app-font: "Inter", "Segoe UI Variable", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;--pos-scale: .75;--pos-inverse-scale: 1.3333333333;--cart-width: 410px;--shipping-width: 330px;--page-gap: 14px;--cut-xs: 5px;--cut-sm: 8px;--cut-md: 12px;--cut-lg: 16px;--bg-app: #eaf2ff;--bg-page: #edf5ff;--bg-panel: #ffffff;--bg-panel-2: #f8fbff;--bg-input: #f8fbff;--bg-line: #d8e6ff;--text-main: #0f172a;--text-muted: #64748b;--text-soft: #94a3b8;--primary: #2563eb;--primary-deep: #1e3a8a;--primary-dark: #172554;--primary-soft: #eff6ff;--success: #059669;--success-soft: #ecfdf5;--warning: #d97706;--warning-soft: #fff7ed;--danger: #dc2626;--danger-soft: #fef2f2;--border: rgba(37, 99, 235, .22);--border-strong: rgba(37, 99, 235, .42);--border-dark: rgba(15, 23, 42, .14);--shadow-soft: none;--shadow-strong: none;--shadow-blue: none;--shadow-focus: none}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;width:100%;height:100%;min-height:100%;overflow:hidden}body{font-family:var(--dlv-app-font);color:var(--text-main);background:linear-gradient(90deg,rgba(37,99,235,.055) 1px,transparent 1px),linear-gradient(0deg,rgba(37,99,235,.045) 1px,transparent 1px),linear-gradient(180deg,#f8fbff,#edf5ff 54%,#e6f0ff)!important;background-size:38px 38px,38px 38px,auto;font-size:14px;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button,input,select,textarea{font:inherit}button{border:0;cursor:pointer}img{max-width:100%;display:block}.hidden{display:none!important}.muted{color:var(--text-muted)!important}.small{font-size:12px!important}.fw-bold{font-weight:850!important}.text-primary{color:var(--primary)!important}.text-success{color:var(--success)!important}.text-danger{color:var(--danger)!important}.d-flex{display:flex!important}.justify-between{justify-content:space-between!important}.right{text-align:right!important}#module-pos{position:relative;width:calc(100vw / var(--pos-scale));height:calc(100dvh / var(--pos-scale));transform:scale(var(--pos-scale));transform-origin:top left;overflow:hidden;padding:var(--page-gap);background:linear-gradient(90deg,rgba(37,99,235,.055) 1px,transparent 1px),linear-gradient(0deg,rgba(37,99,235,.045) 1px,transparent 1px),linear-gradient(180deg,#f8fbff,#edf5ff 54%,#e6f0ff)!important;background-size:38px 38px,38px 38px,auto}#modal-root{position:fixed!important;inset:0!important;z-index:10000!important;width:calc(100vw / var(--pos-scale))!important;height:calc(100dvh / var(--pos-scale))!important;transform:scale(var(--pos-scale))!important;transform-origin:top left!important;pointer-events:none}#modal-root>*{pointer-events:auto}.pos-layout{display:grid;grid-template-columns:minmax(0,1fr) var(--cart-width);gap:var(--page-gap);width:100%;height:100%;min-height:0}.pos-left,.pos-right{min-width:0;min-height:0}.pos-left{display:flex;flex-direction:column;gap:var(--page-gap)}.pos-header-bar,.pos-left-main,.pos-right,.pos-shipping-panel,.modal,.modal-card,.dlv-sharp-panel{background:var(--bg-panel)!important;border:1px solid var(--border)!important;border-radius:0!important;box-shadow:none!important;clip-path:polygon(0 0,calc(100% - var(--cut-lg)) 0,100% var(--cut-lg),100% 100%,var(--cut-lg) 100%,0 calc(100% - var(--cut-lg)))}.pos-header-bar{padding:13px;display:flex;flex-direction:column;gap:11px}.header-row{display:flex;align-items:center;gap:12px}.header-row-top{justify-content:space-between}.header-row-bottom{align-items:stretch}.header-select-wrap{width:250px;min-width:190px;display:flex;flex-direction:column;gap:6px}.header-label,.section-label,.shipping-form-content label{font-size:11px;font-weight:950;letter-spacing:.055em;color:var(--text-muted);text-transform:uppercase}.pos-brand-center{flex:1;display:flex;justify-content:center;align-items:center;min-width:120px;pointer-events:none}.pos-brand-logo{width:clamp(96px,10vw,148px);height:clamp(36px,5vw,58px);object-fit:contain}.pos-mini-brand{display:none;align-items:center;justify-content:center}.pos-mini-brand img{width:92px;height:36px;object-fit:contain}.input,.search-input,textarea.input,select.input{width:100%;min-width:0;min-height:42px;padding:10px 12px;border:1px solid var(--border)!important;border-radius:0!important;background:var(--bg-input)!important;color:var(--text-main)!important;outline:none!important;box-shadow:none!important;clip-path:polygon(0 0,calc(100% - var(--cut-sm)) 0,100% var(--cut-sm),100% 100%,var(--cut-sm) 100%,0 calc(100% - var(--cut-sm)));transition:border-color .14s ease,background .14s ease,color .14s ease}.search-input{min-height:46px;padding-left:42px;font-weight:800}.input::placeholder,.search-input::placeholder{color:#8da2c0}.input:focus,.search-input:focus,textarea.input:focus,select.input:focus{border-color:var(--border-strong)!important;background:#fff!important}button,.primary,.ghost,.warning,.danger,.success,.mode-btn,.cat-pill,.small-btn,.icon-btn,.quick-sell-btn,.shift-btn,.checkout-btn,.suggestion-btn,.variant-option-btn,.big-btn{border-radius:0!important;box-shadow:none!important;text-shadow:none!important;filter:none!important;clip-path:polygon(0 0,calc(100% - var(--cut-sm)) 0,100% var(--cut-sm),100% 100%,var(--cut-sm) 100%,0 calc(100% - var(--cut-sm)))}.primary,.ghost,.warning,.danger,.success,.small-btn,.icon-btn,.quick-sell-btn,.shift-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 13px;font-weight:900;white-space:nowrap;transition:background .14s ease,border-color .14s ease,color .14s ease}.primary{background:linear-gradient(135deg,var(--primary-deep),var(--primary))!important;border:1px solid var(--primary)!important;color:#fff!important}.primary:hover{background:linear-gradient(135deg,#172554,#1d4ed8)!important}.ghost{background:#fff!important;border:1px solid var(--border)!important;color:var(--primary)!important}.ghost:hover{background:var(--primary-soft)!important;border-color:var(--border-strong)!important}.warning{background:#f59e0b!important;border:1px solid #f59e0b!important;color:#fff!important}.danger{background:#dc2626!important;border:1px solid #dc2626!important;color:#fff!important}.success{background:#059669!important;border:1px solid #059669!important;color:#fff!important}.pos-mode-switch{display:inline-grid;grid-template-columns:repeat(2,auto);align-items:center;gap:4px;padding:4px;border:1px solid var(--border)!important;background:#edf5ff!important;clip-path:polygon(0 0,calc(100% - var(--cut-md)) 0,100% var(--cut-md),100% 100%,var(--cut-md) 100%,0 calc(100% - var(--cut-md)))}.mode-btn{min-height:40px;padding:0 15px;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:transparent;color:var(--text-muted);font-weight:950;white-space:nowrap}.mode-btn.active{color:#fff!important;background:linear-gradient(135deg,var(--primary-deep),var(--primary))!important}.search-wrapper{flex:1;min-width:260px;display:flex;align-items:center;gap:8px;position:relative}.search-icon{position:absolute;left:14px;z-index:1;color:var(--primary);pointer-events:none}.toolbar-actions{display:flex;align-items:stretch;gap:8px;flex-shrink:0}.icon-btn{width:46px;min-height:46px;padding:0}.quick-sell-btn,.shift-btn{min-height:46px}.has-badge{position:relative}.notification-badge{position:absolute;top:-7px;right:-7px;min-width:22px;height:22px;padding:0 6px;display:inline-flex;align-items:center;justify-content:center;border:2px solid #ffffff;background:#1d4ed8!important;color:#fff;font-size:11px;font-weight:950;border-radius:0!important;clip-path:polygon(0 0,calc(100% - 5px) 0,100% 5px,100% 100%,5px 100%,0 calc(100% - 5px))}.pos-left-main{position:relative;flex:1;min-height:0;display:flex;flex-direction:column;gap:12px;padding:13px;overflow:hidden}.pos-top-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;min-height:34px}.report-chip{min-height:34px;display:inline-flex;align-items:center;padding:7px 12px;background:var(--primary-soft)!important;border:1px solid var(--border)!important;color:var(--primary)!important;font-size:12px;font-weight:950;border-radius:0!important;clip-path:polygon(0 0,calc(100% - var(--cut-sm)) 0,100% var(--cut-sm),100% 100%,var(--cut-sm) 100%,0 calc(100% - var(--cut-sm)))}.category-bar{display:flex;gap:8px;overflow-x:auto;padding:2px 2px 6px;scrollbar-width:thin}.category-bar::-webkit-scrollbar,.pos-grid::-webkit-scrollbar,.cart-list::-webkit-scrollbar,.pos-shipping-panel::-webkit-scrollbar,.modal::-webkit-scrollbar,.modal-body::-webkit-scrollbar{width:8px;height:8px}.category-bar::-webkit-scrollbar-thumb,.pos-grid::-webkit-scrollbar-thumb,.cart-list::-webkit-scrollbar-thumb,.pos-shipping-panel::-webkit-scrollbar-thumb,.modal::-webkit-scrollbar-thumb,.modal-body::-webkit-scrollbar-thumb{background:#2563eb52;border-radius:0}.cat-pill{display:inline-flex;align-items:center;min-height:36px;padding:0 14px;border:1px solid var(--border)!important;background:#fff!important;color:#475569!important;font-size:13px;font-weight:950;white-space:nowrap;user-select:none}.cat-pill:hover{border-color:var(--border-strong)!important;color:var(--primary)!important;background:var(--primary-soft)!important}.cat-pill.active{background:linear-gradient(135deg,var(--primary-deep),var(--primary))!important;color:#fff!important;border-color:var(--primary)!important}.product-stage{position:relative;flex:1;min-height:0;display:flex;flex-direction:column;gap:10px;transition:padding-right .16s ease}.pos-layout.mode-delivery .product-stage{padding-right:calc(var(--shipping-width) + 14px)}.pos-grid{flex:1;min-height:0;overflow:auto;padding:4px 4px 8px;display:grid;grid-template-columns:repeat(auto-fill,minmax(188px,1fr));gap:12px;align-content:start}.pos-product-card{position:relative;min-height:228px;display:flex;flex-direction:column;overflow:hidden;background:linear-gradient(180deg,#fff,#f8fbff)!important;border:1px solid var(--border)!important;border-radius:0!important;box-shadow:none!important;isolation:isolate;cursor:pointer;clip-path:polygon(0 0,calc(100% - var(--cut-md)) 0,100% var(--cut-md),100% 100%,var(--cut-md) 100%,0 calc(100% - var(--cut-md)));transition:border-color .14s ease,background .14s ease}.pos-product-card:before{content:"";position:absolute;inset:0;border-left:3px solid transparent;pointer-events:none;z-index:2}.pos-product-card:hover{border-color:var(--border-strong)!important;background:linear-gradient(180deg,#fff,#eff6ff)!important}.pos-product-card:hover:before{border-left-color:var(--primary)}.pos-product-card:active{transform:none!important}.pos-product-img{position:relative;aspect-ratio:4 / 3;overflow:hidden;background:linear-gradient(135deg,rgba(37,99,235,.1),transparent 55%),#edf5ff!important}.pos-product-img img{width:100%;height:100%;object-fit:cover;transform:none!important}.pos-product-price{position:absolute;right:8px;bottom:8px;padding:6px 9px;background:var(--primary)!important;color:#fff!important;font-size:12px;font-weight:950;border:1px solid rgba(255,255,255,.78);border-radius:0!important;clip-path:polygon(0 0,calc(100% - 6px) 0,100% 6px,100% 100%,6px 100%,0 calc(100% - 6px))}.pos-product-info{display:grid;gap:6px;padding:12px;min-height:82px}.pos-product-name{min-height:40px;color:var(--text-main);font-size:13.5px;line-height:1.36;font-weight:900;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.pos-product-stock{font-size:12px!important;font-weight:800}.dlv-track-badge-row-v1{display:flex;flex-wrap:wrap;gap:5px}.dlv-track-badge-v1{display:inline-flex;align-items:center;min-height:22px;padding:0 7px;border:1px solid var(--border);background:#fff;color:var(--primary);font-size:10px;font-weight:900;border-radius:0!important}.dlv-track-badge-v1--material{color:#c2410c;border-color:#fed7aa;background:#fff7ed}.dlv-track-badge-v1--serial{color:#6d28d9;border-color:#ddd6fe;background:#f5f3ff}.dlv-track-badge-v1--lot{color:#047857;border-color:#bbf7d0;background:#ecfdf5}.dlv-track-badge-v1--expiry{color:#b45309;border-color:#fde68a;background:#fffbeb}.pagination-shell{min-height:34px;display:flex;justify-content:center;align-items:center;gap:6px}.pagination-shell button,.pagination-shell .page-btn{min-width:34px;height:34px;padding:0 11px;border:1px solid var(--border)!important;background:#fff!important;color:var(--primary)!important;font-weight:900;border-radius:0!important}.pagination-shell button.active,.pagination-shell .page-btn.active{background:var(--primary)!important;color:#fff!important}.pos-shipping-panel{position:absolute;right:13px;top:13px;bottom:13px;width:var(--shipping-width);z-index:5;padding:13px;display:flex;flex-direction:column;gap:12px;opacity:0;pointer-events:none;transform:translate(16px);transition:opacity .16s ease,transform .16s ease}.pos-layout.mode-delivery .pos-shipping-panel{opacity:1;pointer-events:auto;transform:translate(0)}.shipping-panel-head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;padding-bottom:10px;border-bottom:1px solid var(--bg-line)}.shipping-title{display:flex;align-items:center;gap:8px;color:var(--text-main);font-weight:950}.shipping-subtitle{margin-top:3px;color:var(--text-muted);font-size:12px;font-weight:700}.shipping-form-content{display:grid;gap:8px;overflow:auto;min-height:0}.shipping-calc-btn{width:100%;margin-top:4px}.shipping-fee-result{min-height:34px;padding:9px 10px;border:1px dashed var(--border);background:#f8fbff;color:var(--text-muted);font-size:12px;font-weight:800}.pos-right{display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden}.cart-panel-header{min-height:66px;padding:13px;border-bottom:1px solid var(--bg-line);display:flex;align-items:center;justify-content:space-between;gap:10px}.cart-panel-title{font-size:18px;font-weight:950;letter-spacing:-.025em;color:var(--text-main)}.cart-panel-subtitle{margin-top:3px;color:var(--text-muted);font-size:12px;font-weight:700}.cart-panel-tools{display:flex;align-items:center;gap:7px}.mobile-close-cart{display:none!important}.cart-list{min-height:0;overflow:auto;padding:12px;background:#f8fbff}.cart-item{display:grid;grid-template-columns:54px minmax(0,1fr) auto;gap:10px;align-items:center;padding:10px;margin-bottom:9px;background:#fff!important;border:1px solid var(--border)!important;border-radius:0!important;box-shadow:none!important;clip-path:polygon(0 0,calc(100% - var(--cut-sm)) 0,100% var(--cut-sm),100% 100%,var(--cut-sm) 100%,0 calc(100% - var(--cut-sm)))}.cart-item-img{width:54px;height:54px;object-fit:cover;border:1px solid var(--border);border-radius:0!important;background:#edf5ff}.cart-item-details{min-width:0;display:grid;gap:4px;font-weight:850;line-height:1.35}.cart-item-actions{display:grid;gap:6px;align-items:center;justify-items:end}.cart-item-actions .tiny-input{width:68px;min-height:34px;padding:6px 8px;text-align:center}.remove-cart-item{min-width:34px;height:30px;padding:0 8px;color:var(--danger)!important;border-color:#dc262652!important;background:var(--danger-soft)!important}.picker-serial-btn,.picker-lot-btn{min-height:24px!important;padding:0 7px!important;border-radius:0!important}.pos-right-footer{padding:12px;display:grid;gap:10px;border-top:1px solid var(--bg-line);background:#fff}.pos-right-customer{display:grid;gap:8px}.customer-search-row{display:grid;grid-template-columns:minmax(0,1fr) 58px;gap:7px}#pos_customer_loyalty{padding:10px;border:1px solid var(--border);background:var(--primary-soft)}#pos_customer_loyalty>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:10px}.loyalty-title{color:var(--primary);font-weight:950}.pos-right-summary{display:grid;grid-template-columns:minmax(0,1fr) 138px;gap:8px 10px;align-items:center;padding:11px;border:1px solid var(--border);background:linear-gradient(135deg,#fff,#f8fbff);clip-path:polygon(0 0,calc(100% - var(--cut-md)) 0,100% var(--cut-md),100% 100%,var(--cut-md) 100%,0 calc(100% - var(--cut-md)))}.summary-label,.summary-total-label{color:var(--text-muted);font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.035em}.summary-value{text-align:right;color:var(--text-main);font-size:15px;font-weight:950}.summary-input{min-height:34px;padding:6px 9px;font-weight:900}.voucher-row{display:grid;grid-template-columns:minmax(0,1fr) 42px;gap:6px}.voucher-input{min-width:0}.voucher-msg{grid-column:1 / -1}.summary-spacer{display:none}.summary-total-label{color:var(--primary)}.summary-total-value{text-align:right;color:var(--primary);font-size:25px;font-weight:950;letter-spacing:-.04em}.pos-right-actions{display:grid;gap:8px}.action-row{display:flex;gap:8px}.compact-actions{display:grid;grid-template-columns:1fr 1fr}.checkout-btn{width:100%;min-height:52px;font-size:15px;font-weight:950}.pos-shortcuts{display:flex;align-items:center;flex-wrap:wrap;gap:6px;color:var(--text-muted);font-size:11px;font-weight:750}.pos-shortcuts span{display:inline-flex;align-items:center;gap:4px;min-height:22px;padding:0 7px;border:1px solid var(--border);background:var(--primary-soft);color:#64748b}.pos-shortcuts strong{color:var(--primary);font-weight:950}.mobile-cart-btn{display:none;position:fixed;right:16px;bottom:16px;z-index:980;width:54px;height:54px;align-items:center;justify-content:center;background:var(--primary)!important;color:#fff!important;border:1px solid var(--primary)!important;border-radius:0!important;box-shadow:none!important;clip-path:polygon(0 0,calc(100% - var(--cut-md)) 0,100% var(--cut-md),100% 100%,var(--cut-md) 100%,0 calc(100% - var(--cut-md)))}.pos-cart-overlay{display:none}.modal-backdrop,.invoice-backdrop,.dlv-invoice-backdrop{position:fixed!important;inset:0!important;z-index:30000!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:18px!important;background:#0f172a7a!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.modal,.modal-card{width:min(560px,calc(100vw - 28px));max-height:calc(100vh - 28px);overflow:hidden;background:#fff!important;color:var(--text-main)}.modal-header,.modal-footer{padding:14px 16px;border-color:var(--bg-line);background:#fff}.modal-header{border-bottom:1px solid var(--bg-line);display:flex;align-items:center;justify-content:space-between;gap:12px}.modal-header h2,.modal-header h3,.modal-card h2,.modal-card h3{margin:0;font-size:18px;font-weight:950;letter-spacing:-.025em}.modal-body{min-height:0;overflow:auto;padding:16px;background:#f8fbff}.modal-footer{border-top:1px solid var(--bg-line)}.modal-actions,.modal-footer,.action-row{display:flex;justify-content:flex-end;align-items:center;gap:8px;flex-wrap:wrap}.close-modal-btn,.close-serial-picker,.close-lot-picker{width:38px;height:38px;padding:0}.form-group,.input-group{display:grid;gap:7px;margin-bottom:11px}.form-group label,.input-group label{color:var(--text-muted);font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.035em}.big-btn{min-height:52px;padding:0 18px;font-size:15px;font-weight:950}.suggestion-btn{min-height:36px;padding:0 12px;background:#fff!important;border:1px solid var(--border)!important;color:var(--primary)!important;font-weight:900}.variant-selection-area{display:grid;gap:12px}.variant-option-group{display:grid;gap:8px}.variant-option-buttons{display:flex;flex-wrap:wrap;gap:7px}.variant-option-btn{min-height:36px;padding:0 12px;background:#fff!important;border:1px solid var(--border)!important;color:var(--text-main)!important;font-weight:900}.variant-option-btn.active{background:var(--primary)!important;border-color:var(--primary)!important;color:#fff!important}.dlv-lot-row,.dlv-pos-lot-picker-line{display:grid;gap:8px;padding:10px;border:1px solid var(--border);background:#fff;margin-bottom:8px}.dlv-lot-qty-input{min-height:34px;padding:6px 8px}.serial-checkbox{width:16px;height:16px;accent-color:var(--primary)}.mqv13-head,.dlv-shortage-v12-head{display:flex;align-items:center;gap:10px;padding-bottom:10px;border-bottom:1px solid var(--bg-line)}.mqv13-icon,.dlv-shortage-v12-icon{width:42px;height:42px;display:grid;place-items:center;background:var(--primary-soft);color:var(--primary);border:1px solid var(--border);border-radius:0!important}.mqv13-title,.dlv-shortage-v12-title{color:var(--text-main);font-weight:950;font-size:17px}.mqv13-sub,.dlv-shortage-v12-msg{color:var(--text-muted);font-size:12px;font-weight:700}.mqv13-body,.dlv-shortage-v12-body{display:grid;gap:10px;padding:12px 0}.mqv13-grid,.dlv-shortage-v12-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.mqv13-stat,.dlv-shortage-v12-row{padding:10px;border:1px solid var(--border);background:#fff}.mqv13-label,.dlv-shortage-v12-sku{color:var(--text-muted);font-size:11px;font-weight:900;text-transform:uppercase}.mqv13-value,.dlv-shortage-v12-missing{color:var(--text-main);font-size:16px;font-weight:950}.mqv13-warning,.dlv-shortage-v12-warning{padding:10px;border:1px solid #fed7aa;background:#fff7ed;color:#c2410c;font-weight:850}.mqv13-actions,.dlv-shortage-v12-actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:8px}.mqv13-primary,.dlv-shortage-v12-primary{background:var(--primary)!important;border:1px solid var(--primary)!important;color:#fff!important}.mqv13-soft,.dlv-shortage-v12-soft{background:#fff!important;border:1px solid var(--border)!important;color:var(--primary)!important}#shift_block_overlay{background:#0f172a7a!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}#shift_block_overlay .modal-card{border-radius:0!important;clip-path:polygon(0 0,calc(100% - var(--cut-lg)) 0,100% var(--cut-lg),100% 100%,var(--cut-lg) 100%,0 calc(100% - var(--cut-lg)))!important}.Toastify__toast{border-radius:0!important;box-shadow:none!important;border:1px solid var(--border)!important;font-family:var(--dlv-app-font)!important;clip-path:polygon(0 0,calc(100% - var(--cut-md)) 0,100% var(--cut-md),100% 100%,var(--cut-md) 100%,0 calc(100% - var(--cut-md)))!important}html[data-dlv-page=pos] #core-persistent-dashboard,html[data-dlv-page=pos] .core-dashboard,html[data-dlv-page=pos] .islands-grid{display:none!important;visibility:hidden!important;pointer-events:none!important;height:0!important;min-height:0!important;max-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important}#module-pos,#module-pos *,#modal-root,#modal-root *{-webkit-backdrop-filter:none!important;backdrop-filter:none!important}#module-pos [class*=glow],#module-pos [class*=pulse],#module-pos [class*=shimmer],#module-pos [class*=spark],#module-pos [class*=scan],#module-pos [class*=float],#module-pos [class*=shine],#module-pos [class*=orb],#module-pos [class*=neon]{animation:none!important;filter:none!important;text-shadow:none!important}#module-pos button:hover,#module-pos .btn:hover,#module-pos .pos-product-card:hover,#module-pos .pos-category-chip:hover,#module-pos .pos-cart-item:hover,#module-pos .pos-payment-method:hover{transform:none!important;filter:none!important;box-shadow:none!important}#module-pos .pos-cart-target-pulse{animation:none!important}#module-pos .animate-pop-in,#module-pos [class*=pop],#module-pos [class*=Pop]{animation:none!important;transform:none!important}@media(max-width:1180px){:root{--cart-width: 380px;--page-gap: 12px}.pos-grid{grid-template-columns:repeat(auto-fill,minmax(170px,1fr))}}@media(max-width:960px){html,body{overflow:auto}#module-pos{width:100vw;height:auto;min-height:100dvh;transform:none;padding:10px;overflow:visible}#modal-root{width:100vw!important;height:100dvh!important;transform:none!important}.pos-layout{grid-template-columns:1fr;height:auto;min-height:100dvh}.header-row-top{display:grid;grid-template-columns:minmax(0,1fr) auto}.pos-brand-center{display:none}.pos-mini-brand{display:flex}.header-select-wrap{width:auto}.pos-mode-switch{justify-content:flex-end}.header-row-bottom{flex-direction:column}.search-wrapper{min-width:0}.toolbar-actions{display:grid;grid-template-columns:repeat(4,1fr)}.icon-btn,.shift-btn{width:auto}.pos-left-main{min-height:calc(100dvh - 166px)}.pos-layout.mode-delivery .product-stage{padding-right:0}.pos-shipping-panel{position:relative;inset:auto;width:100%;max-height:0;padding:0 13px;opacity:0;transform:none;border-width:0!important;overflow:hidden}.pos-layout.mode-delivery .pos-shipping-panel{max-height:520px;padding:13px;margin-bottom:8px;opacity:1;border-width:1px!important}.pos-grid{overflow:visible;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.pos-product-card{min-height:208px}.pos-product-name{font-size:13px}.pos-right{position:fixed;inset:auto 0 0;height:min(88dvh,780px);z-index:1000;transform:translateY(105%);transition:transform .18s ease;clip-path:polygon(0 0,calc(100% - var(--cut-lg)) 0,100% var(--cut-lg),100% 100%,0 100%)}.pos-right.open{transform:translateY(0)}.mobile-close-cart{display:inline-flex!important}.mobile-cart-btn{display:inline-flex}.pos-cart-overlay{display:block;position:fixed;inset:0;z-index:990;background:#0f172a7a;opacity:0;pointer-events:none;transition:opacity .16s ease}.pos-cart-overlay.show{opacity:1;pointer-events:auto}body.cart-open{overflow:hidden}.pos-shortcuts{display:none}}@media(max-width:560px){#module-pos{padding:8px}.header-row-top{grid-template-columns:1fr}.pos-mode-switch{width:100%;grid-template-columns:1fr 1fr}.mode-btn span{display:inline}.quick-sell-btn span{display:none}.toolbar-actions{gap:6px}.pos-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:2px 0 76px}.pos-product-card{min-height:190px}.pos-product-info{padding:10px}.pos-product-price{font-size:11px;padding:6px 8px}.pos-product-name{min-height:36px;font-size:12.5px}.cart-panel-subtitle{display:none}.pos-right-summary{grid-template-columns:minmax(0,1fr) 122px;padding:10px}.summary-total-value{font-size:22px}.modal-backdrop{padding:10px!important}.modal,.modal-card{width:calc(100vw - 20px)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}#module-crm{--crm-accent: #3b82f6;--crm-accent-strong: #1d4ed8;--crm-accent-soft: rgba(59, 130, 246, .12);--crm-ink: #1f2937;--crm-muted: #64748b;--crm-border: rgba(59, 130, 246, .16);--crm-border-strong: rgba(59, 130, 246, .24);--crm-card-bg: rgba(255, 255, 255, .94);--crm-card-bg-soft: rgba(255, 248, 252, .92);--crm-shadow: none;--crm-shadow-strong: none;--crm-success: #059669;--crm-danger: #dc2626;--crm-warning: #d97706;--crm-info: #2563eb;color:var(--crm-ink)}#module-crm .crm-shell{display:grid;gap:22px}#module-crm .crm-hero{display:grid;grid-template-columns:1fr;gap:24px;padding:28px;border-radius:32px;border:1px solid var(--crm-border);background:radial-gradient(circle at top right,rgba(251,207,232,.76),transparent 32%),linear-gradient(135deg,#fffffff5,#fff7fbeb);box-shadow:none!important}#module-crm .crm-hero__copy{display:grid;gap:18px}#module-crm .crm-hero__eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;background:var(--crm-accent-soft);color:var(--crm-accent-strong);font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}#module-crm .crm-hero__title{display:flex;align-items:flex-start;gap:16px}#module-crm .crm-hero__icon{width:62px;height:62px;display:inline-flex;align-items:center;justify-content:center;border-radius:22px;background:linear-gradient(145deg,#ffffffd9,#ffe7f2f0);border:1px solid rgba(255,255,255,.92);box-shadow:none!important}#module-crm .crm-hero__icon i{width:28px;height:28px;color:var(--crm-accent)}#module-crm .crm-hero h2{margin:0;font-size:clamp(2rem,2.45vw,2.85rem);line-height:1.04;letter-spacing:-.035em}#module-crm .crm-hero p{margin:10px 0 0;max-width:66ch;color:var(--crm-muted);line-height:1.65}#module-crm .crm-toolbar{display:grid;gap:18px;padding:22px;border-radius:28px;border:1px solid var(--crm-border);background:var(--crm-card-bg-soft);box-shadow:none!important}#module-crm .crm-toolbar__top,#module-crm .crm-toolbar__filters{display:flex;flex-wrap:wrap;align-items:center;gap:12px}#module-crm .crm-toolbar__actions{display:flex;flex-wrap:wrap;gap:10px;margin-left:auto}#module-crm .crm-toolbar__button,#module-crm .crm-toolbar__actions button{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:0 16px;border-radius:999px}#module-crm .crm-filter-pill{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:0 14px;border-radius:999px;border:1px solid rgba(148,163,184,.2);background:#fffc;box-shadow:none!important}#module-crm .crm-filter-pill--debt{background:#fff1f2f5;border-color:#f8717147;color:var(--crm-danger)}#module-crm .crm-filter-pill label{display:inline-flex;align-items:center;gap:8px;margin:0;cursor:pointer}#module-crm .crm-filter-pill .input{min-height:38px;border-radius:999px;border-color:transparent;background:transparent;box-shadow:none!important;padding-inline:0}#module-crm .crm-filter-pill select.input,#module-crm .crm-filter-pill input.input{min-width:116px}#module-crm .crm-filter-pill span{font-weight:700;color:var(--crm-muted)}#module-crm .crm-filter-pill--debt span{color:var(--crm-danger)}#module-crm .crm-bulkbar{display:none;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap;padding:14px 18px;border-radius:24px;border:1px solid rgba(251,146,60,.32);background:linear-gradient(135deg,#fff7edf5,#ffedd5e6);box-shadow:none!important}#module-crm .crm-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}#module-crm .crm-kpi-card{display:grid;gap:10px;align-content:start;min-height:122px;padding:18px;border-radius:24px;border:1px solid rgba(255,255,255,.72);background:var(--crm-card-bg);box-shadow:none!important}#module-crm .crm-kpi-card__icon{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:16px;background:#ffffffb8;color:var(--crm-accent);box-shadow:none!important}#module-crm .crm-kpi-card__label{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--crm-muted)}#module-crm .crm-kpi-card strong{font-size:1.58rem;line-height:1.06}#module-crm .crm-kpi-card small{color:var(--crm-muted);line-height:1.45}#module-crm .crm-table-shell{position:relative!important;isolation:isolate!important;display:grid;gap:16px;padding:22px!important;border-radius:0!important;border:1px solid rgba(37,99,235,.16)!important;background:linear-gradient(135deg,rgba(37,99,235,.028),transparent 34%),#fff!important;background-image:linear-gradient(135deg,rgba(37,99,235,.028),transparent 34%)!important;box-shadow:none!important;clip-path:var( --crm-sharp-cut-lg, polygon( 0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 22px 100%, 0 calc(100% - 22px) ) )!important;overflow:hidden!important}#module-crm .crm-table-shell:before{content:"";position:absolute;left:0;top:22px;bottom:22px;width:4px;background:linear-gradient(180deg,#2563eb,#0ea5e92e)!important;pointer-events:none;z-index:0}#module-crm .crm-table-shell:after{content:"";position:absolute;right:0;top:0;width:96px;height:96px;background:linear-gradient(135deg,transparent 0 48%,rgba(37,99,235,.12) 49%,transparent 51%);pointer-events:none;z-index:0}#module-crm .crm-table-shell>*{position:relative;z-index:2}#module-crm .crm-table-shell__header{display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap;padding-bottom:12px;border-bottom:1px solid rgba(37,99,235,.1)}#module-crm .crm-table-shell__title{display:grid;gap:6px}#module-crm .crm-table-shell__title h3{margin:0;font-size:1.18rem;font-weight:950;letter-spacing:-.04em;color:#0f172a}#module-crm .crm-table-shell__title p{margin:0;color:#64748b}#module-crm .crm-table-shell__meta{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:0!important;border:1px solid rgba(37,99,235,.16)!important;background:#fff!important;color:#64748b;font-weight:850;box-shadow:none!important;clip-path:var( --crm-sharp-cut-sm, polygon( 0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px) ) )!important}#module-crm .crm-table{width:100%;border-collapse:separate;border-spacing:0;background:transparent!important}#module-crm .crm-table thead{position:relative}#module-crm .crm-table thead th{padding:14px 16px;border-radius:0!important;border-bottom:1px solid rgba(37,99,235,.16)!important;background:linear-gradient(180deg,#f8fafcfa,#f1f5f9eb)!important;background-color:#f8fafc!important;background-image:linear-gradient(180deg,#f8fafcfa,#f1f5f9eb)!important;color:#334155!important;font-size:.76rem;font-weight:950;text-transform:uppercase;letter-spacing:.08em}#module-crm .crm-table thead th:first-child,#module-crm .crm-table thead th:last-child{border-radius:0!important}#module-crm .crm-table tbody tr{background:transparent!important;transition:background-color .14s ease,transform .14s ease}#module-crm .crm-table tbody tr:hover{background:#2563eb07!important}#module-crm .crm-table tbody td{padding:16px;border-bottom:1px solid rgba(148,163,184,.14);vertical-align:middle}#module-crm .crm-row__code{display:inline-flex;align-items:center;padding:4px 9px;border-radius:0!important;background:#f1f5f9eb;border:1px solid rgba(226,232,240,.94);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.8rem;font-weight:700;color:#475569}#module-crm .crm-row__name{display:grid;gap:8px}#module-crm .crm-row__name strong{color:#0f172a;font-size:1rem}#module-crm .crm-tag-list{display:flex;flex-wrap:wrap;gap:6px}#module-crm .crm-tag{display:inline-flex;align-items:center;padding:4px 9px;border-radius:999px;background:#f1f5f9f0;border:1px solid rgba(226,232,240,.9);color:#475569;font-size:.74rem;font-weight:600}#module-crm .crm-segment-pill{display:inline-flex;align-items:center;gap:7px;min-height:34px;padding:0 12px;border-radius:999px;font-size:.78rem;font-weight:700;border:1px solid transparent}#module-crm .crm-segment-pill--default{background:#f8fafc;border-color:#e2e8f0;color:#64748b}#module-crm .crm-contact{display:grid;gap:6px}#module-crm .crm-contact__line{display:inline-flex;align-items:center;gap:8px}#module-crm .crm-contact__zalo{color:#0a66ff}#module-crm .crm-debt-badge{display:inline-flex;align-items:center;gap:6px;min-height:32px;padding:0 10px;border-radius:999px;border:1px solid rgba(248,113,113,.28);background:#fff1f2f5;color:var(--crm-danger);font-size:.76rem;font-weight:800}#module-crm .crm-ai-score{display:inline-grid;gap:6px;justify-items:center}#module-crm .crm-ai-score__value{font-size:1.05rem;font-weight:900}#module-crm .crm-ai-score__bar{width:56px;height:6px;overflow:hidden;border-radius:999px;background:#e2e8f0f0}#module-crm .crm-ai-score__bar span{display:block;height:100%;border-radius:inherit}#module-crm .crm-ai-score__reason{max-width:94px;color:var(--crm-muted);font-size:.68rem;line-height:1.35;text-align:center}#module-crm .crm-actions{display:inline-flex;justify-content:flex-end;gap:8px}#module-crm .crm-icon-btn{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;border:1px solid rgba(148,163,184,.2);background:#ffffffeb;color:var(--crm-muted);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,color .18s ease}#module-crm .crm-icon-btn:hover{transform:translateY(-1px);box-shadow:none!important}#module-crm .crm-icon-btn--danger{color:var(--crm-danger)}#modal-root .crm-modal-backdrop,#modalRoot .crm-modal-backdrop{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f172a73;z-index:1600;transform:translateZ(0)}#modal-root .crm-modal-shell,#modalRoot .crm-modal-shell{position:relative;width:min(1280px,calc(100vw - 48px));max-height:calc(100vh - 48px);overflow:hidden;display:grid;grid-template-rows:auto minmax(0,1fr);border-radius:0;border:1px solid rgba(59,130,246,.22);background:radial-gradient(circle at top right,rgba(251,207,232,.82),transparent 22%),linear-gradient(135deg,#fffffffa,#fff9fcf5);box-shadow:none!important;clip-path:polygon(0 0,calc(100% - 24px) 0,100% 24px,100% 100%,24px 100%,0 calc(100% - 24px))}#modal-root .crm-modal__close,#modalRoot .crm-modal__close{position:absolute;z-index:20;pointer-events:auto;top:20px;right:20px;width:42px;height:42px;border-radius:0;border:1px solid rgba(148,163,184,.18);background:#fffffff5;color:#64748b;font-size:1.5rem;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,color .18s ease;clip-path:polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,10px 100%,0 calc(100% - 10px))}#modal-root .crm-modal__close:hover,#modalRoot .crm-modal__close:hover{transform:translateY(-1px);color:var(--crm-accent-strong);box-shadow:none!important}#modal-root .crm-modal__header,#modalRoot .crm-modal__header{padding:28px 72px 24px 28px;border-bottom:1px solid rgba(59,130,246,.12)}#modal-root .crm-modal__header h3,#modalRoot .crm-modal__header h3{margin:0;font-size:clamp(1.8rem,2.2vw,2.4rem);line-height:1.04;letter-spacing:-.03em}#modal-root .crm-modal__header p,#modalRoot .crm-modal__header p{margin:10px 0 0;color:#64748b}#modal-root .crm-modal__body,#modalRoot .crm-modal__body{min-height:0;overflow-y:auto;padding:24px 28px 28px}#modal-root .crm-modal__layout,#modalRoot .crm-modal__layout{display:grid;grid-template-columns:minmax(280px,320px) minmax(0,1fr);gap:20px}#modal-root .crm-modal__aside,#modalRoot .crm-modal__aside,#modal-root .crm-modal__content,#modalRoot .crm-modal__content{display:grid;gap:18px;align-content:start}#modal-root .crm-modal-card,#modalRoot .crm-modal-card{display:grid;gap:14px;padding:18px;border-radius:0;border:1px solid rgba(59,130,246,.12);background:#ffffffeb;box-shadow:none!important;clip-path:polygon(0 0,calc(100% - 16px) 0,100% 16px,100% 100%,16px 100%,0 calc(100% - 16px))}#modal-root .crm-modal-card__eyebrow,#modalRoot .crm-modal-card__eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--crm-accent-strong);font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}#modal-root .crm-modal-card h4,#modalRoot .crm-modal-card h4{margin:0;font-size:1rem}#modal-root .crm-modal-card p,#modalRoot .crm-modal-card p{margin:0;color:#64748b;line-height:1.55}#modal-root .crm-profile-badges,#modalRoot .crm-profile-badges{display:flex;flex-wrap:wrap;gap:8px}#modal-root .crm-profile-badge,#modalRoot .crm-profile-badge{display:inline-flex;align-items:center;gap:6px;min-height:34px;padding:0 12px;border-radius:0;border:1px solid rgba(148,163,184,.2);background:#ffffffd6;color:#475569;font-size:.78rem;font-weight:700;clip-path:polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,10px 100%,0 calc(100% - 10px))}#modal-root .crm-pane-grid,#modalRoot .crm-pane-grid{display:grid;gap:18px}#modal-root .crm-pane-card,#modalRoot .crm-pane-card{display:grid;gap:14px;padding:18px;border-radius:0;border:1px solid rgba(59,130,246,.12);background:#ffffffeb;box-shadow:none!important;clip-path:polygon(0 0,calc(100% - 16px) 0,100% 16px,100% 100%,16px 100%,0 calc(100% - 16px))}#modal-root .crm-pane-card__header,#modalRoot .crm-pane-card__header{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}#modal-root .crm-pane-card__header h4,#modalRoot .crm-pane-card__header h4{margin:0}#modal-root .crm-pane-card label,#modalRoot .crm-pane-card label{display:block;margin-bottom:6px;color:#475569;font-size:.82rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}#modal-root .crm-pane-card textarea.input,#modalRoot .crm-pane-card textarea.input,#modal-root .crm-pane-card input.input,#modalRoot .crm-pane-card input.input,#modal-root .crm-pane-card select.input,#modalRoot .crm-pane-card select.input{min-height:46px;border-radius:0;border-color:#3b82f629;background:#fffffff5;box-shadow:none!important;clip-path:polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,10px 100%,0 calc(100% - 10px))}#modal-root .dlv-address-picker,#modalRoot .dlv-address-picker{display:grid;gap:10px}#modal-root .dlv-address-picker__grid,#modalRoot .dlv-address-picker__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}#modal-root .dlv-address-picker__detail,#modalRoot .dlv-address-picker__detail{width:100%}#modal-root .dlv-address-picker__preview,#modalRoot .dlv-address-picker__preview{min-height:30px;display:flex;align-items:center;padding:7px 10px;border-radius:0;border:1px dashed rgba(59,130,246,.2);background:#fff7fbb8;color:#475569;font-size:.82rem;line-height:1.4;clip-path:polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,10px 100%,0 calc(100% - 10px))}#modal-root .dlv-address-picker__preview.is-empty,#modalRoot .dlv-address-picker__preview.is-empty{color:#94a3b8}#modal-root .crm-form-grid--two,#modalRoot .crm-form-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))!important}#modal-root .crm-textarea,#modalRoot .crm-textarea{width:100%;resize:vertical;font-family:inherit}#modal-root .crm-pane-card .form-grid,#modalRoot .crm-pane-card .form-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px!important}#modal-root .crm-tags-shell,#modalRoot .crm-tags-shell{display:grid;gap:8px}#modal-root .crm-custom-fields-card,#modalRoot .crm-custom-fields-card{align-content:start}#modal-root .crm-custom-fields-empty,#modalRoot .crm-custom-fields-empty{padding:16px 18px;border-radius:0;border:1px dashed rgba(59,130,246,.22);background:#fff8fcd1;color:#64748b;font-size:.92rem;line-height:1.6;clip-path:polygon(0 0,calc(100% - 16px) 0,100% 16px,100% 100%,16px 100%,0 calc(100% - 16px))}#modal-root #crm_tags_container,#modalRoot #crm_tags_container{display:flex;flex-wrap:wrap;gap:8px;min-height:50px;padding:10px;border-radius:0;border:1px solid rgba(59,130,246,.12);background:#fff8fceb;clip-path:polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,10px 100%,0 calc(100% - 10px))}#modal-root .crm-tag-chip__remove,#modalRoot .crm-tag-chip__remove{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border:0;border-radius:0;background:#ffffffd1;color:#ef4444;cursor:pointer;font-size:.8rem;font-weight:900;line-height:1;clip-path:polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,10px 100%,0 calc(100% - 10px))}#modal-root .crm-inline-form,#modalRoot .crm-inline-form{display:flex;gap:8px;flex-wrap:wrap}#modal-root .crm-inline-form__action,#modalRoot .crm-inline-form__action{min-width:108px}#modal-root .crm-feedback-note,#modalRoot .crm-feedback-note{margin-top:8px;padding:6px 10px}#modal-root .crm-stack,#modalRoot .crm-stack{display:grid;gap:18px}#modal-root .crm-search-shell,#modalRoot .crm-search-shell{display:grid;gap:16px}#modal-root .crm-search-toolbar,#modalRoot .crm-search-toolbar{display:grid;gap:12px}#modal-root .crm-search-input-wrap,#modalRoot .crm-search-input-wrap{position:relative}#modal-root .crm-search-input-wrap__icon,#modalRoot .crm-search-input-wrap__icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#94a3b8;pointer-events:none}#modal-root .crm-search-input-wrap .input,#modalRoot .crm-search-input-wrap .input{padding-left:42px}#modal-root .crm-search-toolbar__row,#modalRoot .crm-search-toolbar__row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}#modal-root .crm-search-presets,#modalRoot .crm-search-presets{display:flex;gap:8px;flex-wrap:wrap}#modal-root .crm-search-toolbar__action,#modalRoot .crm-search-toolbar__action{margin-left:auto}#modal-root .crm-search-results,#modalRoot .crm-search-results{max-height:min(52vh,460px);overflow-y:auto;border-radius:0;border:1px solid rgba(59,130,246,.12);background:#fffffff0;clip-path:polygon(0 0,calc(100% - 16px) 0,100% 16px,100% 100%,16px 100%,0 calc(100% - 16px))}#modal-root .crm-search-state,#modalRoot .crm-search-state,#modal-root .crm-search-empty,#modalRoot .crm-search-empty{display:grid;place-items:center;gap:10px;padding:32px 24px;text-align:center;color:#64748b}#modal-root .crm-search-state--error,#modalRoot .crm-search-state--error{color:#dc2626}#modal-root .crm-search-state--success,#modalRoot .crm-search-state--success{color:#16a34a}#modal-root .crm-search-item,#modalRoot .crm-search-item{width:100%;border:0;border-bottom:1px solid rgba(241,245,249,.96);background:transparent;padding:14px 18px;display:flex;align-items:center;justify-content:space-between;gap:14px;cursor:pointer;text-align:left;transition:background .18s ease,transform .18s ease}#modal-root .crm-search-item:hover,#modalRoot .crm-search-item:hover,#modal-root .crm-search-item.is-highlighted,#modalRoot .crm-search-item.is-highlighted{background:#fdf2f8cc}#modal-root .crm-search-item:hover,#modalRoot .crm-search-item:hover{transform:translate(4px)}#modal-root .crm-search-item__main,#modalRoot .crm-search-item__main{display:grid;gap:6px}#modal-root .crm-search-item__title,#modalRoot .crm-search-item__title{display:flex;align-items:center;gap:8px;font-size:.95rem;font-weight:700;color:#1f2937}#modal-root .crm-search-badge,#modalRoot .crm-search-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:0;background:#fef08ae6;color:#92400e;font-size:.68rem;font-weight:800;clip-path:polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,10px 100%,0 calc(100% - 10px))}#modal-root .crm-search-item__meta,#modalRoot .crm-search-item__meta{display:flex;flex-wrap:wrap;gap:10px;font-size:.73rem;color:#64748b}#modal-root .crm-search-item__aside,#modalRoot .crm-search-item__aside{display:grid;justify-items:end;gap:2px}#modal-root .crm-search-item__debt,#modalRoot .crm-search-item__debt{font-size:.86rem;font-weight:800;color:#be123c}#modal-root .crm-search-item__label,#modalRoot .crm-search-item__label{font-size:.68rem;color:#94a3b8;text-transform:uppercase;letter-spacing:.08em}#modal-root .crm-search-hint,#modalRoot .crm-search-hint{text-align:right;font-size:.72rem;color:#94a3b8}#modal-root .crm-history-shell,#modalRoot .crm-history-shell{display:grid;gap:18px}#modal-root .crm-history-shell table,#modalRoot .crm-history-shell table{margin:0}#modal-root .crm-marketing-shell,#modalRoot .crm-marketing-shell,#modal-root .crm-notes-shell,#modalRoot .crm-notes-shell{display:grid;gap:18px}#modal-root .crm-note-composer,#modalRoot .crm-note-composer{display:grid;gap:12px;padding:14px;border-radius:0;border:1px solid rgba(59,130,246,.1);background:#fff8fceb;clip-path:polygon(0 0,calc(100% - 16px) 0,100% 16px,100% 100%,16px 100%,0 calc(100% - 16px))}#modal-root .crm-note-composer__row,#modalRoot .crm-note-composer__row{display:flex;gap:10px;flex-wrap:wrap}#modal-root .crm-note-composer__type,#modalRoot .crm-note-composer__type{flex:0 0 140px}#modal-root .crm-note-composer__deadline,#modalRoot .crm-note-composer__deadline{flex:0 0 200px}#modal-root .crm-note-composer__save,#modalRoot .crm-note-composer__save{flex:1 1 160px}#modal-root #crm_notes_list,#modalRoot #crm_notes_list{display:grid;gap:12px;max-height:320px;overflow-y:auto;padding-right:4px}#modal-root .crm-note-item,#modalRoot .crm-note-item{display:flex;gap:12px;padding:12px 0;border-bottom:1px dashed rgba(226,232,240,.95)}#modal-root .crm-note-item__icon,#modalRoot .crm-note-item__icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:0;background:#f9fafbf2;clip-path:polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,10px 100%,0 calc(100% - 10px))}#modal-root .crm-note-item__body,#modalRoot .crm-note-item__body{display:grid;gap:4px;min-width:0}#modal-root .crm-note-item__content,#modalRoot .crm-note-item__content{color:#1e293b;font-size:.82rem;line-height:1.55}#modal-root .crm-note-item__meta,#modalRoot .crm-note-item__meta{color:#94a3b8;font-size:.74rem}#modal-root .crm-note-item__deadline,#modalRoot .crm-note-item__deadline{display:inline-flex;align-items:center;gap:6px;color:#2563eb;font-size:.72rem;font-weight:700}#modal-root .crm-note-item__deadline.is-overdue,#modalRoot .crm-note-item__deadline.is-overdue{color:#ef4444}#modal-root .crm-note-item--call .crm-note-item__icon,#modalRoot .crm-note-item--call .crm-note-item__icon{background:#eff6fffa}#modal-root .crm-note-item--meeting .crm-note-item__icon,#modalRoot .crm-note-item--meeting .crm-note-item__icon{background:#f0fdf4fa}#modal-root .crm-note-empty,#modalRoot .crm-note-empty{margin:0;padding:18px;border-radius:0;background:#f8fafcdb;clip-path:polygon(0 0,calc(100% - 16px) 0,100% 16px,100% 100%,16px 100%,0 calc(100% - 16px))}#modal-root .crm-settings-stack,#modalRoot .crm-settings-stack,#modal-root .crm-diagnostic-list,#modalRoot .crm-diagnostic-list{display:grid;gap:14px}#modal-root .crm-settings-card,#modalRoot .crm-settings-card,#modal-root .crm-diagnostic-item,#modalRoot .crm-diagnostic-item{display:grid;gap:12px;padding:18px;border-radius:0;border:1px solid rgba(59,130,246,.12);background:#fffffff0;clip-path:polygon(0 0,calc(100% - 16px) 0,100% 16px,100% 100%,16px 100%,0 calc(100% - 16px))}#modal-root .crm-settings-card--vip,#modalRoot .crm-settings-card--vip{border-left:4px solid #8b5cf6;background:#faf5fff5}#modal-root .crm-settings-card--birthday,#modalRoot .crm-settings-card--birthday{border-left:4px solid #3b82f6;background:#fff1f2f5}#modal-root .crm-settings-card--hibernate,#modalRoot .crm-settings-card--hibernate{border-left:4px solid #f59e0b;background:#fffbebf5}#modal-root .crm-settings-card--loyalty,#modalRoot .crm-settings-card--loyalty{border-left:4px solid #10b981;background:#ecfdf5f5}#modal-root .crm-settings-card__header,#modalRoot .crm-settings-card__header,#modal-root .crm-diagnostic-item__row,#modalRoot .crm-diagnostic-item__row{display:flex;justify-content:space-between;align-items:flex-start;gap:14px}#modal-root .crm-settings-card__header h4,#modalRoot .crm-settings-card__header h4{margin:0 0 4px;font-size:.96rem;color:#1e293b}#modal-root .crm-settings-card__header p,#modalRoot .crm-settings-card__header p,#modal-root .crm-diagnostic-item p,#modalRoot .crm-diagnostic-item p{margin:0;color:#64748b}#modal-root .crm-settings-field,#modalRoot .crm-settings-field{display:grid;gap:6px}#modal-root .crm-settings-inline,#modalRoot .crm-settings-inline{display:flex;align-items:center;gap:10px;flex-wrap:wrap}#modal-root .crm-settings-inline label,#modalRoot .crm-settings-inline label{min-width:132px}#modal-root .crm-settings-inline .input,#modalRoot .crm-settings-inline .input{width:120px}#modal-root .crm-switch,#modalRoot .crm-switch{position:relative;display:inline-block;width:46px;height:24px}#modal-root .crm-switch input,#modalRoot .crm-switch input{opacity:0;width:0;height:0}#modal-root .crm-switch__slider,#modalRoot .crm-switch__slider{position:absolute;inset:0;border-radius:0;background:#cbd5e1;cursor:pointer;transition:background .2s ease}#modal-root .crm-switch__slider:before,#modalRoot .crm-switch__slider:before{content:"";position:absolute;width:18px;height:18px;left:3px;top:3px;border-radius:0;background:#fff;box-shadow:none!important;transition:transform .2s ease}#modal-root .crm-switch input:checked+.crm-switch__slider,#modalRoot .crm-switch input:checked+.crm-switch__slider{background:#10b981}#modal-root .crm-switch input:checked+.crm-switch__slider:before,#modalRoot .crm-switch input:checked+.crm-switch__slider:before{transform:translate(22px)}#modal-root .crm-diagnostic-item--danger,#modalRoot .crm-diagnostic-item--danger{border-left:4px solid #ef4444;background:#fef2f2fa}#modal-root .crm-diagnostic-item--warning,#modalRoot .crm-diagnostic-item--warning{border-left:4px solid #f59e0b;background:#fffbebfa}@media(max-width:1120px){#module-crm .crm-hero,#modal-root .crm-modal__layout,#modalRoot .crm-modal__layout{grid-template-columns:1fr}#module-crm .crm-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){#module-crm .crm-hero,#module-crm .crm-toolbar,#module-crm .crm-table-shell,#modal-root .crm-modal__body,#modalRoot .crm-modal__body{padding:18px}#module-crm .crm-hero__stats,#module-crm .crm-kpi-grid,#modal-root .crm-modal-kpi-grid,#modalRoot .crm-modal-kpi-grid{grid-template-columns:1fr}#module-crm .crm-toolbar__actions{margin-left:0}#modal-root .crm-modal-shell,#modalRoot .crm-modal-shell{width:min(100vw - 20px,1000px);max-height:calc(100vh - 20px)}#modal-root .crm-pane-card .form-grid,#modalRoot .crm-pane-card .form-grid,#modal-root .crm-form-grid--two,#modalRoot .crm-form-grid--two{grid-template-columns:1fr!important}#modal-root .dlv-address-picker__grid,#modalRoot .dlv-address-picker__grid,#modal-root .crm-custom-fields-grid,#modalRoot .crm-custom-fields-grid{grid-template-columns:1fr}#modal-root .crm-note-composer__row,#modalRoot .crm-note-composer__row{flex-direction:column}#modal-root .crm-search-toolbar__action,#modalRoot .crm-search-toolbar__action{margin-left:0;width:100%}#modal-root .crm-search-item,#modalRoot .crm-search-item,#modal-root .crm-settings-card__header,#modalRoot .crm-settings-card__header,#modal-root .crm-diagnostic-item__row,#modalRoot .crm-diagnostic-item__row{flex-direction:column;align-items:stretch}#modal-root .crm-search-item__aside,#modalRoot .crm-search-item__aside{justify-items:start}}#module-crm{--crm-sharp-cut-sm: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px) );--crm-sharp-cut-md: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px) );--crm-sharp-cut-lg: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 22px 100%, 0 calc(100% - 22px) )}#module-crm .crm-hero{position:relative!important;border-radius:0!important;padding:28px!important;border:1px solid rgba(37,99,235,.16)!important;background:linear-gradient(135deg,#fff 0% 58%,#fff5fb)!important;box-shadow:none!important;overflow:hidden!important;clip-path:var(--crm-sharp-cut-lg)!important}#module-crm .crm-hero:before{content:""!important;position:absolute!important;left:0!important;top:22px!important;bottom:22px!important;width:4px!important;background:linear-gradient(180deg,#2563eb,#ec489947)!important;pointer-events:none!important}#module-crm .crm-hero:after{content:""!important;position:absolute!important;right:28px!important;top:24px!important;width:88px!important;height:2px!important;background:#ec489938!important;transform:skew(-34deg)!important;pointer-events:none!important}#module-crm .crm-hero__eyebrow{border-radius:0!important;padding:8px 12px!important;border:1px solid rgba(37,99,235,.14)!important;background:#eff6ff!important;color:#2563eb!important;clip-path:var(--crm-sharp-cut-sm)!important}#module-crm .crm-hero__icon{border-radius:0!important;background:#fff!important;border:1px solid rgba(37,99,235,.16)!important;box-shadow:none!important;clip-path:var(--crm-sharp-cut-md)!important}#module-crm .crm-hero__title h2{letter-spacing:-.065em!important}#module-crm .crm-toolbar{position:relative!important;border-radius:0!important;padding:20px 22px!important;border:1px solid rgba(37,99,235,.14)!important;background:#fff!important;background-image:none!important;box-shadow:none!important;overflow:hidden!important;clip-path:var(--crm-sharp-cut-lg)!important}#module-crm .crm-toolbar:before{content:""!important;position:absolute!important;left:0!important;top:20px!important;bottom:20px!important;width:4px!important;background:#2563eb!important;opacity:.9!important;pointer-events:none!important}#module-crm .crm-toolbar__top,#module-crm .crm-toolbar__filters{gap:10px!important}#module-crm .crm-filter-pill{min-height:42px!important;padding:0 12px!important;border-radius:0!important;border:1px solid rgba(148,163,184,.28)!important;background:#fff!important;box-shadow:none!important;clip-path:var(--crm-sharp-cut-sm)!important}#module-crm .crm-filter-pill--debt{color:#ef4444!important;border-color:#ef44443d!important;background:#fff7f7!important}#module-crm .crm-filter-pill label{min-height:42px!important}#module-crm .crm-filter-pill span{color:#64748b!important;font-weight:850!important}#module-crm .crm-filter-pill .input,#module-crm .crm-filter-pill select.input,#module-crm .crm-filter-pill input.input{min-height:38px!important;border-radius:0!important;border:0!important;background:transparent!important;box-shadow:none!important;clip-path:none!important;font-weight:750!important}#module-crm .crm-filter-pill select.input{min-width:130px!important}#module-crm .crm-filter-pill input.input{min-width:170px!important}#module-crm .crm-filter-pill input[type=checkbox]{width:16px!important;height:16px!important;border-radius:0!important;accent-color:#ef4444!important}#module-crm .crm-toolbar__button,#module-crm .crm-toolbar__actions button,#module-crm #crmDiagnosticBtn,#module-crm #crmConfigBtn,#module-crm #crmAnalyzeBtn,#module-crm #crmImportBtn,#module-crm #crmExportBtn,#module-crm #crmAddCustomerBtn{min-height:42px!important;padding:0 16px!important;border-radius:0!important;font-weight:900!important;letter-spacing:-.015em!important;clip-path:var(--crm-sharp-cut-sm)!important;box-shadow:none!important;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease,background-color .14s ease!important}#module-crm .crm-toolbar__button:hover,#module-crm .crm-toolbar__actions button:hover{transform:translateY(-1px)!important;box-shadow:none!important}#module-crm .crm-toolbar__button.ghost,#module-crm .crm-toolbar__actions button.ghost{color:#0f172a!important;background:#f8fafc!important;border:1px solid rgba(148,163,184,.28)!important}#module-crm #crmDiagnosticBtn{color:#ef4444!important;background:#fff7f7!important;border:1px solid rgba(239,68,68,.24)!important}#module-crm #crmAnalyzeBtn,#module-crm #crmAddCustomerBtn{color:#fff!important;background:#2563eb!important;border-color:#2563eb!important;box-shadow:none!important}#module-crm #crmImportBtn{color:#fff!important;background:#10b981!important;border-color:#10b981!important;box-shadow:none!important}#module-crm #crmExportBtn{color:#0f172a!important;background:#f1f5f9!important;border-color:#94a3b847!important}#module-crm #crmClearFiltersBtn,#module-crm button[id*=Clear],#module-crm button[title*=Xóa]{border-radius:0!important;clip-path:var(--crm-sharp-cut-sm)!important}#module-crm .crm-hero *,#module-crm .crm-toolbar *,#module-crm .crm-filter-pill *,#module-crm .crm-toolbar__actions *{border-radius:0!important}#module-crm .crm-hero__eyebrow,#module-crm .crm-hero__icon,#module-crm .crm-filter-pill,#module-crm .crm-toolbar__button,#module-crm .crm-toolbar__actions button{overflow:hidden!important}@media(max-width:900px){#module-crm .crm-hero{padding:22px!important}#module-crm .crm-toolbar{padding:16px!important}#module-crm .crm-toolbar__top,#module-crm .crm-toolbar__filters,#module-crm .crm-toolbar__actions{width:100%!important;margin-left:0!important}#module-crm .crm-filter-pill,#module-crm .crm-toolbar__button,#module-crm .crm-toolbar__actions button{width:100%!important;justify-content:flex-start!important}#module-crm .crm-filter-pill select.input,#module-crm .crm-filter-pill input.input{flex:1 1 auto!important;min-width:0!important}}#module-crm:not(.hidden) .crm-hero:after{content:""!important;position:absolute!important;inset:auto auto 18px 18px!important;width:min(360px,calc(100% - 52px))!important;height:2px!important;background:linear-gradient(90deg,#2563eb00,#2563ebb8,#0ea5e900)!important;transform-origin:left center!important;animation:crmRadarCornerPing .86s ease-out both!important;opacity:.72!important;pointer-events:none!important;z-index:4!important}#module-crm:not(.hidden) .crm-hero__copy:after{content:"";position:absolute;inset:-18px -26px;width:44%;min-width:220px;background:linear-gradient(90deg,transparent 0%,rgba(37,99,235,0) 22%,rgba(37,99,235,.13) 46%,rgba(14,165,233,.18) 52%,rgba(37,99,235,.08) 60%,transparent 100%);transform:translate(-120%) skew(-28deg);animation:crmRadarLineSweep .82s cubic-bezier(.2,.86,.2,1) both;pointer-events:none;z-index:-1}#module-crm:not(.hidden) .crm-hero__eyebrow{animation-delay:0s}#module-crm:not(.hidden) .crm-hero__icon{animation-delay:0s}#module-crm:not(.hidden) .crm-hero h2{animation-delay:0s}#module-crm:not(.hidden) .crm-hero p{animation-delay:0s}#module-crm:not(.hidden) .crm-toolbar{animation:crmRadarToolbarBoot .42s cubic-bezier(.2,.86,.2,1) both}#module-crm:not(.hidden) .crm-toolbar__top .crm-filter-pill:nth-of-type(1){animation-delay:0s}#module-crm:not(.hidden) .crm-toolbar__top .crm-filter-pill:nth-of-type(2){animation-delay:0s}#module-crm:not(.hidden) .crm-toolbar__top .crm-filter-pill:nth-of-type(3){animation-delay:0s}#module-crm:not(.hidden) .crm-toolbar__actions button:nth-child(1){animation-delay:0s}#module-crm:not(.hidden) .crm-toolbar__actions button:nth-child(2){animation-delay:0s}#module-crm:not(.hidden) .crm-toolbar__actions button:nth-child(3){animation-delay:0s}#module-crm:not(.hidden) .crm-toolbar__actions button:nth-child(4){animation-delay:0s}#module-crm:not(.hidden) .crm-toolbar__actions button:nth-child(5){animation-delay:0s}#module-crm:not(.hidden) .crm-toolbar__filters .crm-filter-pill:nth-of-type(1){animation-delay:0s}#module-crm:not(.hidden) .crm-toolbar__filters .crm-filter-pill:nth-of-type(2){animation-delay:0s}#module-crm:not(.hidden) .crm-toolbar__filters .crm-filter-pill:nth-of-type(3){animation-delay:0s}#module-crm:not(.hidden) .crm-toolbar__filters .crm-filter-pill:nth-of-type(4){animation-delay:0s}#module-crm:not(.hidden) .crm-toolbar__filters .crm-filter-pill:nth-of-type(5){animation-delay:0s}#module-crm:not(.hidden) #crm_refresh_filter{animation-delay:0s}#module-crm:not(.hidden) .crm-kpi-card:nth-child(1){animation-delay:0s}#module-crm:not(.hidden) .crm-kpi-card:nth-child(2){animation-delay:0s}#module-crm:not(.hidden) .crm-kpi-card:nth-child(3){animation-delay:0s}#module-crm:not(.hidden) .crm-kpi-card:nth-child(4){animation-delay:0s}#module-crm:not(.hidden) .crm-table-shell,#module-crm:not(.hidden) #crmTableContainer{animation-delay:0s}#module-crm:not(.hidden) .crm-table tbody tr:nth-child(1){animation-delay:0s}#module-crm:not(.hidden) .crm-table tbody tr:nth-child(2){animation-delay:0s}#module-crm:not(.hidden) .crm-table tbody tr:nth-child(3){animation-delay:0s}#module-crm:not(.hidden) .crm-table tbody tr:nth-child(4){animation-delay:0s}#module-crm:not(.hidden) .crm-table tbody tr:nth-child(5){animation-delay:0s}#module-crm:not(.hidden) .crm-table tbody tr:nth-child(n+6){animation-delay:0s}#module-crm #crm_pagination_controls{position:relative;z-index:5;padding:12px 0 24px!important;margin-top:-6px}#module-crm #crm_pagination_controls .dlv-pagination-controls{margin-top:0;padding:10px 14px;border:1px solid rgba(59,130,246,.18);background:#ffffffeb;box-shadow:none!important;clip-path:polygon(0 0,calc(100% - 16px) 0,100% 16px,100% 100%,16px 100%,0 calc(100% - 16px))}#module-crm #crm_pagination_controls .dlv-page-btn{min-width:38px;min-height:34px;border-radius:0;clip-path:polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,10px 100%,0 calc(100% - 10px))}@keyframes crmRadarShellBoot{0%{opacity:0;transform:translate3d(-18px,10px,0) scale(.985);filter:none!important}58%{opacity:1;filter:none!important}to{opacity:1;transform:translateZ(0) scale(1);filter:none!important}}@keyframes crmRadarPanelBoot{0%{opacity:0;transform:translate3d(-22px,0,0);clip-path:polygon(0 0,0 0,0 100%,0 100%)}62%{opacity:1}to{opacity:1;transform:translateZ(0);clip-path:var(--crm-sharp-cut-lg, polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 22px 100%, 0 calc(100% - 22px) ))}}@keyframes crmRadarToolbarBoot{0%{opacity:0;transform:translate3d(0,-12px,0);filter:none!important}to{opacity:1;transform:translateZ(0);filter:none!important}}@keyframes crmRadarLineSweep{0%{transform:translate(-120%) skew(-28deg);opacity:0}18%{opacity:1}68%{opacity:1}to{transform:translate(145%) skew(-28deg);opacity:0}}@keyframes crmRadarCornerPing{0%{opacity:0;transform:scaleX(0)}42%{opacity:1;transform:scaleX(1)}to{opacity:.72;transform:scaleX(1)}}@keyframes crmDataCardBoot{0%{opacity:0;transform:translate3d(0,16px,0) scale(.975);filter:none!important}to{opacity:1;transform:translateZ(0) scale(1);filter:none!important}}@keyframes crmTableFeedBoot{0%{opacity:0;transform:translate3d(18px,0,0)}to{opacity:1;transform:translateZ(0)}}#module-crm:not(.hidden) .crm-shell{animation:crmRadarShellBoot .46s cubic-bezier(.2,.86,.2,1) both;transform-origin:top left}#module-crm:not(.hidden) .crm-hero{isolation:isolate;animation:crmRadarPanelBoot .58s cubic-bezier(.19,1,.22,1) both}#module-crm:not(.hidden) .crm-hero:after{content:""!important;position:absolute!important;inset:auto auto 18px 18px!important;width:min(360px,calc(100% - 52px))!important;height:2px!important;background:linear-gradient(90deg,#2563eb00,#2563ebb8,#0ea5e900)!important;transform-origin:left center!important;animation:crmRadarCornerPing .86s ease-out .18s both!important;opacity:.72!important;pointer-events:none!important;z-index:4!important}#module-crm:not(.hidden) .crm-hero__copy{position:relative;z-index:5}#module-crm:not(.hidden) .crm-hero__copy:after{content:"";position:absolute;inset:-18px -26px;width:44%;min-width:220px;background:linear-gradient(90deg,transparent 0%,rgba(37,99,235,0) 22%,rgba(37,99,235,.13) 46%,rgba(14,165,233,.18) 52%,rgba(37,99,235,.08) 60%,transparent 100%);transform:translate(-120%) skew(-28deg);animation:crmRadarLineSweep .82s cubic-bezier(.2,.86,.2,1) .12s both;pointer-events:none;z-index:-1}#module-crm:not(.hidden) .crm-hero__eyebrow,#module-crm:not(.hidden) .crm-hero__icon,#module-crm:not(.hidden) .crm-hero h2,#module-crm:not(.hidden) .crm-hero p{animation:crmDataCardBoot .42s cubic-bezier(.2,.86,.2,1) both}#module-crm:not(.hidden) .crm-hero__eyebrow{animation-delay:.08s}#module-crm:not(.hidden) .crm-hero__icon{animation-delay:.14s}#module-crm:not(.hidden) .crm-hero h2{animation-delay:.18s}#module-crm:not(.hidden) .crm-hero p{animation-delay:.23s}#module-crm:not(.hidden) .crm-toolbar{animation:crmRadarToolbarBoot .42s cubic-bezier(.2,.86,.2,1) .18s both}#module-crm:not(.hidden) .crm-filter-pill,#module-crm:not(.hidden) .crm-toolbar__button,#module-crm:not(.hidden) .crm-toolbar__actions button{animation:crmDataCardBoot .36s cubic-bezier(.2,.86,.2,1) both}#module-crm:not(.hidden) .crm-toolbar__top .crm-filter-pill:nth-of-type(1){animation-delay:.24s}#module-crm:not(.hidden) .crm-toolbar__top .crm-filter-pill:nth-of-type(2){animation-delay:.28s}#module-crm:not(.hidden) .crm-toolbar__top .crm-filter-pill:nth-of-type(3){animation-delay:.32s}#module-crm:not(.hidden) .crm-toolbar__actions button:nth-child(1){animation-delay:.3s}#module-crm:not(.hidden) .crm-toolbar__actions button:nth-child(2){animation-delay:.34s}#module-crm:not(.hidden) .crm-toolbar__actions button:nth-child(3){animation-delay:.38s}#module-crm:not(.hidden) .crm-toolbar__actions button:nth-child(4){animation-delay:.42s}#module-crm:not(.hidden) .crm-toolbar__actions button:nth-child(5){animation-delay:.46s}#module-crm:not(.hidden) .crm-toolbar__filters .crm-filter-pill:nth-of-type(1){animation-delay:.38s}#module-crm:not(.hidden) .crm-toolbar__filters .crm-filter-pill:nth-of-type(2){animation-delay:.42s}#module-crm:not(.hidden) .crm-toolbar__filters .crm-filter-pill:nth-of-type(3){animation-delay:.46s}#module-crm:not(.hidden) .crm-toolbar__filters .crm-filter-pill:nth-of-type(4){animation-delay:.5s}#module-crm:not(.hidden) .crm-toolbar__filters .crm-filter-pill:nth-of-type(5){animation-delay:.54s}#module-crm:not(.hidden) #crm_refresh_filter{animation-delay:.58s}#module-crm:not(.hidden) .crm-kpi-card,#module-crm:not(.hidden) .crm-table-shell,#module-crm:not(.hidden) #crmTableContainer{animation:crmDataCardBoot .42s cubic-bezier(.2,.86,.2,1) both}#module-crm:not(.hidden) .crm-kpi-card:nth-child(1){animation-delay:.5s}#module-crm:not(.hidden) .crm-kpi-card:nth-child(2){animation-delay:.56s}#module-crm:not(.hidden) .crm-kpi-card:nth-child(3){animation-delay:.62s}#module-crm:not(.hidden) .crm-kpi-card:nth-child(4){animation-delay:.68s}#module-crm:not(.hidden) .crm-table-shell,#module-crm:not(.hidden) #crmTableContainer{animation-delay:.62s}#module-crm:not(.hidden) .crm-table tbody tr{animation:crmTableFeedBoot .32s ease-out both}#module-crm:not(.hidden) .crm-table tbody tr:nth-child(1){animation-delay:.66s}#module-crm:not(.hidden) .crm-table tbody tr:nth-child(2){animation-delay:.7s}#module-crm:not(.hidden) .crm-table tbody tr:nth-child(3){animation-delay:.74s}#module-crm:not(.hidden) .crm-table tbody tr:nth-child(4){animation-delay:.78s}#module-crm:not(.hidden) .crm-table tbody tr:nth-child(5){animation-delay:.82s}#module-crm:not(.hidden) .crm-table tbody tr:nth-child(n+6){animation-delay:.86s}@media(prefers-reduced-motion:reduce){#module-crm:not(.hidden) .crm-shell,#module-crm:not(.hidden) .crm-hero,#module-crm:not(.hidden) .crm-hero:after,#module-crm:not(.hidden) .crm-hero__copy:after,#module-crm:not(.hidden) .crm-hero__eyebrow,#module-crm:not(.hidden) .crm-hero__icon,#module-crm:not(.hidden) .crm-hero h2,#module-crm:not(.hidden) .crm-hero p,#module-crm:not(.hidden) .crm-toolbar,#module-crm:not(.hidden) .crm-filter-pill,#module-crm:not(.hidden) .crm-toolbar__button,#module-crm:not(.hidden) .crm-toolbar__actions button,#module-crm:not(.hidden) .crm-kpi-card,#module-crm:not(.hidden) .crm-table-shell,#module-crm:not(.hidden) #crmTableContainer,#module-crm:not(.hidden) .crm-table tbody tr{animation:none!important;transform:none!important;filter:none!important}}#module-crm #crm_pagination_controls .dlv-page-ellipsis{font-size:12px;color:#64748b;font-weight:800}.crm-workflow-cell{min-width:150px}.crm-workflow-badge{display:inline-flex;align-items:center;gap:6px;max-width:100%;padding:6px 10px;border-radius:999px;border:1px solid rgba(148,163,184,.28);background:#f8fafc;color:#475569;font-size:12px;font-weight:800;line-height:1;white-space:nowrap}.crm-workflow-badge i{margin-right:0!important}.crm-workflow-badge--initial{background:#eef2ff;color:#4338ca;border-color:#6366f142}.crm-workflow-badge--active,.crm-workflow-badge--processing{background:#ecfeff;color:#0e7490;border-color:#06b6d447}.crm-workflow-badge--done{background:#ecfdf5;color:#047857;border-color:#10b9814d}.crm-workflow-badge--canceled{background:#fff1f2;color:#be123c;border-color:#f43f5e47}.crm-workflow-badge--muted{background:#f8fafc;color:#94a3b8}.crm-workflow-card{overflow:hidden}.crm-workflow-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-top:10px}.crm-workflow-card__title{display:grid;gap:5px}.crm-workflow-card__title strong{color:#0f172a;font-size:15px}.crm-workflow-card__title small{color:#64748b;font-size:12px;line-height:1.35}.crm-workflow-actions{display:grid;gap:8px;margin-top:14px}.crm-workflow-actions__label{display:flex;align-items:center;gap:6px;color:#475569;font-size:12px;font-weight:800}.crm-workflow-note{min-height:68px;resize:vertical}.crm-workflow-transition-list{display:flex;flex-wrap:wrap;gap:8px}.crm-workflow-transition-btn{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:8px 12px}.crm-workflow-transition-btn i{margin-right:0!important}.crm-workflow-transition-btn[disabled]{cursor:not-allowed;opacity:.58}.crm-workflow-empty{margin-top:12px;padding:10px 12px;border-radius:16px;border:1px dashed rgba(148,163,184,.45);background:#f8fafc;color:#64748b;font-size:12px;line-height:1.45}.crm-workflow-history{margin-top:14px;display:grid;gap:8px}.crm-workflow-history__title{display:flex;align-items:center;gap:6px;color:#475569;font-size:12px;font-weight:800}.crm-workflow-history-item{display:grid;gap:4px;padding:10px 12px;border-radius:16px;background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid rgba(148,163,184,.22)}.crm-workflow-history-item strong{color:#0f172a;font-size:12px}.crm-workflow-history-item p{margin:0;color:#64748b;font-size:12px;line-height:1.4}.crm-workflow-history-item small{color:#94a3b8;font-size:11px}.crm-workflow-terminal-note{margin-top:12px;padding:10px 12px;border-radius:16px;background:#ecfdf5;color:#047857;border:1px solid rgba(16,185,129,.24);font-size:12px;font-weight:700}.crm-workflow-badge small{font-size:11px;font-weight:700;opacity:.78}.crm-filter-pill select#crm_filter_workflow,.crm-filter-pill select#crm_filter_workflow_age{min-width:145px}#module-crm .crm-kpi-card--identity{border-color:#14b8a63d;background:linear-gradient(135deg,#f0fdfaf0,#fffffff5)}#module-crm .crm-kpi-card__action{width:fit-content;min-height:30px;display:inline-flex;align-items:center;gap:6px;padding:0 10px;border:1px solid rgba(20,184,166,.28);border-radius:999px;background:#f0fdfae6;color:#0f766e;font-size:.72rem;font-weight:800;cursor:pointer}#module-crm .crm-kpi-card__action:hover{background:#ccfbf1f5;border-color:#14b8a66b}#module-crm .crm-row__badges{display:flex;flex-wrap:wrap;gap:6px}#module-crm .crm-identity-pill{width:fit-content;min-height:24px;display:inline-flex;align-items:center;gap:5px;padding:0 8px;border-radius:999px;border:1px solid transparent;font-size:.7rem;font-weight:800;line-height:1}#module-crm .crm-identity-pill--clear{background:#ecfdf5;border-color:#bbf7d0;color:#047857}#module-crm .crm-identity-pill--contact{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}#module-crm .crm-identity-pill--weak{background:#fffbeb;border-color:#fde68a;color:#b45309}#module-crm .crm-identity-pill--guest{background:#fff1f2;border-color:#fecdd3;color:#be123c}*,*:before,*:after{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;filter:none!important;box-shadow:none!important;text-shadow:none!important}[style*=filter],[style*=backdrop-filter],[style*=-webkit-backdrop-filter],[style*=drop-shadow],[style*=box-shadow],[style*=text-shadow]{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;filter:none!important;box-shadow:none!important;text-shadow:none!important}.dlv-ring,.dlv-ring-1,.dlv-ring-2,.dlv-ring-3,.dlv-logo-epic,.wild-laser,[class*=glow],[class*=pulse],[class*=shimmer],[class*=spinner],[class*=Spin],[class*=spin]{filter:none!important;box-shadow:none!important;text-shadow:none!important}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important;transform:none!important;filter:none!important;box-shadow:none!important;text-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}}
