:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f172a;background:#eef3f8;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at top left,rgba(37,99,235,.12),transparent 28rem),linear-gradient(135deg,#eef4fa,#f8fafc)}button,input,select,textarea{font:inherit}button{cursor:pointer}.loginPage{min-height:100vh;display:grid;place-items:center;padding:24px}.loginCard{width:min(450px,100%);background:#ffffffeb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid rgba(148,163,184,.26);padding:34px;border-radius:28px;box-shadow:0 24px 70px #0f172a24}.loginCard h1{margin:12px 0 8px;font-size:30px}.loginCard p{color:#64748b;line-height:1.55}.brandBadge{display:inline-flex;background:#0f3b66;color:#fff;padding:8px 13px;border-radius:999px;font-weight:800;letter-spacing:.02em}.form{display:grid;gap:10px}.form label,.label{color:#334155;font-size:13px;font-weight:800;margin-top:6px}input,select,textarea{width:100%;border:1px solid #d7e0ea;border-radius:14px;padding:11px 13px;background:#fff;color:#0f172a;outline:none}textarea{min-height:100px;resize:vertical}input:focus,select:focus,textarea:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.primaryBtn,.secondaryBtn,.dangerBtn,.whatsappBtn,.fastBtn{border:0;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:14px;padding:10px 14px;font-weight:800;text-decoration:none;transition:.18s ease;white-space:nowrap}.primaryBtn{background:linear-gradient(135deg,#0f3b66,#2563eb);color:#fff;box-shadow:0 12px 24px #2563eb3b}.primaryBtn:hover{transform:translateY(-1px)}.secondaryBtn{background:#fff;color:#0f3b66;border:1px solid #d8e2ee}.secondaryBtn:hover{border-color:#2563eb}.secondaryBtn.activeSoft{background:#eaf2ff;border-color:#93c5fd;color:#1d4ed8}.dangerBtn{background:#fee2e2;color:#991b1b}.whatsappBtn{background:#dcfce7;color:#166534}.fastBtn{background:#0f3b66;color:#fff;padding:8px 10px;font-size:12px}.error,.success,.toast{padding:12px 14px;border-radius:16px;margin:14px 0;font-weight:700}.error{color:#991b1b;background:#fee2e2;border:1px solid #fecaca}.success{color:#166534;background:#dcfce7;border:1px solid #bbf7d0}.toast{color:#92400e;background:#fef3c7;border:1px solid #fde68a}.fixedToast{position:fixed;top:18px;right:18px;z-index:50;box-shadow:0 18px 35px #0f172a2e}.appShell{min-height:100vh;display:grid;grid-template-columns:240px 1fr;transition:grid-template-columns .22s ease}.appShell.sidebar-collapsed{grid-template-columns:64px 1fr}.sidebar{background:#0b1f33;color:#e2e8f0;padding:18px 14px;display:flex;flex-direction:column;gap:20px;position:sticky;top:0;height:100vh;overflow:hidden;transition:width .22s ease,padding .22s ease;z-index:60}.sidebar.collapsed{align-items:center;padding:14px 4px}.sidebar.collapsed .logoBadge{width:38px;height:38px;font-size:17px;border-radius:12px}.hamburger-btn{background:#ffffff0f;border:0;color:#e2e8f0;width:44px;height:44px;border-radius:12px;display:grid;place-items:center;cursor:pointer;align-self:flex-start;transition:background .16s ease,transform .16s ease}.hamburger-btn:hover{background:#ffffff24;transform:scale(1.05)}.sidebar.collapsed .hamburger-btn{align-self:center}.logo{display:flex;align-items:center;gap:12px;min-height:48px}.logoBadge{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#22c55e,#2563eb);color:#fff;font-weight:900;font-size:20px;flex-shrink:0}.logoText{overflow:hidden;white-space:nowrap;transition:opacity .16s ease}.logoText strong{display:block;font-size:18px;color:#fff}.logoText small{color:#94a3b8;font-size:12px}.sidebar.collapsed .logoText{opacity:0;width:0}.sidebar nav{display:grid;grid-template-columns:1fr;gap:6px}.sidebar nav button,.logout{border:0;background:transparent;color:#cbd5e1;display:flex;gap:12px;align-items:center;padding:11px 12px;border-radius:12px;text-align:left;font-weight:700;font-size:14px;cursor:pointer;width:100%;transition:background .14s ease,color .14s ease}.sidebar.collapsed nav button,.sidebar.collapsed .logout{justify-content:center;padding:11px 0;width:100%}.sidebar.collapsed .navIcon{width:24px}.navIcon{display:grid;place-items:center;width:22px;flex-shrink:0}.navLabel{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:opacity .16s ease}.sidebar.collapsed .navLabel{opacity:0;width:0;padding:0;margin:0;display:none}.sidebar nav button:hover,.sidebar nav button.active{color:#fff;background:#ffffff1f}.logout{margin-top:auto;color:#fecaca}.logout:hover{background:#fecaca1f}.sidebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:55;animation:backdrop-fade .2s ease}@keyframes backdrop-fade{0%{opacity:0}to{opacity:1}}main{min-width:0;padding:24px}.mobile-hamburger{display:none;width:42px;height:42px;border-radius:12px;border:0;background:#0b1f33;color:#fff;align-items:center;justify-content:center;cursor:pointer}@media(max-width:1023px){.appShell,.appShell.sidebar-collapsed,.appShell.sidebar-open{grid-template-columns:64px 1fr}.sidebar.open{position:fixed;left:0;top:0;width:240px;box-shadow:0 10px 40px #00000059}.sidebar.collapsed{width:64px}}@media(max-width:639px){.appShell,.appShell.sidebar-collapsed,.appShell.sidebar-open{grid-template-columns:1fr}.sidebar.collapsed{display:none}.sidebar.open{position:fixed;left:0;top:0;width:240px;height:100vh;box-shadow:0 10px 40px #00000059}.mobile-hamburger{display:inline-flex}main{padding:16px 12px}.topbar{flex-wrap:wrap;padding:14px 16px;border-radius:16px}.topbar h1{font-size:18px}.environment{display:none}}.topbar{background:#ffffffc2;border:1px solid rgba(148,163,184,.25);border-radius:24px;padding:20px 22px;display:flex;justify-content:space-between;gap:18px;align-items:center;box-shadow:0 14px 50px #0f172a12;margin-bottom:24px}.topbar h1,.sectionHeader h2,.dispatchHero h2{margin:0}.topbar p,.sectionHeader p,.dispatchHero p{margin:4px 0 0;color:#64748b}.environment{background:#eef6ff;color:#1d4ed8;padding:8px 12px;border-radius:999px;font-weight:900;font-size:12px}.sectionHeader{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-bottom:18px}.statGrid{display:grid;grid-template-columns:repeat(6,minmax(150px,1fr));gap:14px;margin-bottom:18px}.statCard{border:1px solid rgba(148,163,184,.25);background:#fff;border-radius:22px;padding:18px;display:flex;gap:13px;align-items:center;box-shadow:0 12px 32px #0f172a0f;text-align:left}.statCard:hover{transform:translateY(-1px)}.statIcon{width:42px;height:42px;border-radius:15px;display:grid;place-items:center;background:#eef2ff;color:#2563eb}.statCard span{color:#64748b;font-size:13px;display:block}.statCard strong{font-size:26px}.statCard.green .statIcon{background:#dcfce7;color:#15803d}.statCard.red .statIcon{background:#fee2e2;color:#b91c1c}.statCard.yellow .statIcon{background:#fef3c7;color:#b45309}.statCard.orange .statIcon{background:#ffedd5;color:#c2410c}.statCard.blue .statIcon{background:#dbeafe;color:#1d4ed8}.panel,.tableWrap{background:#ffffffe0;border:1px solid rgba(148,163,184,.25);border-radius:24px;padding:20px;box-shadow:0 14px 42px #0f172a0f;margin-bottom:18px}.twoCols{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.gridForm{display:grid;grid-template-columns:repeat(6,minmax(130px,1fr));gap:10px}.filters{display:flex;gap:10px;margin-bottom:16px;flex-wrap:wrap}.searchBox{flex:1;min-width:260px;display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #d7e0ea;border-radius:16px;padding:0 12px}.searchBox input{border:0;box-shadow:none;padding-left:0}table{width:100%;border-collapse:collapse}th{text-align:left;color:#475569;font-size:13px;border-bottom:1px solid #e2e8f0;padding:11px}td{padding:12px 11px;border-bottom:1px solid #eef2f7;vertical-align:top}.pill{display:inline-flex;align-items:center;justify-content:center;padding:5px 9px;border-radius:999px;font-size:12px;font-weight:900;white-space:nowrap}.pill.nuevo{background:#dbeafe;color:#1e40af}.pill.recibido{background:#cffafe;color:#155e75}.pill.aceptado{background:#dcfce7;color:#166534}.pill.en_atencion{background:#fef3c7;color:#92400e}.pill.en_camino{background:#ffedd5;color:#9a3412}.pill.entregado{background:#bbf7d0;color:#166534}.pill.cancelado{background:#fee2e2;color:#991b1b}.dispatchView{display:grid;gap:16px}.dispatchHero{background:linear-gradient(135deg,#0b1f33,#0f3b66);color:#fff;border-radius:26px;padding:22px;display:flex;justify-content:space-between;gap:18px;align-items:center;box-shadow:0 22px 50px #0f172a2e}.dispatchHero p{color:#cbd5e1}.modeBadge{display:inline-flex;background:#ffffff24;padding:6px 10px;border-radius:999px;font-weight:900;font-size:12px;margin-bottom:8px}.dispatchStatus{display:grid;gap:8px;min-width:240px}.connection,.lastUpdate{display:inline-flex;align-items:center;gap:8px;justify-content:center;background:#ffffff1f;border:1px solid rgba(255,255,255,.18);color:#e2e8f0;border-radius:999px;padding:8px 11px;font-weight:800;font-size:13px}.connection.on{color:#bbf7d0}.connection.off{color:#fecaca}.dispatchStats{display:grid;grid-template-columns:repeat(5,minmax(120px,1fr));gap:12px}.dispatchStat{background:#fff;border:1px solid rgba(148,163,184,.25);border-radius:20px;padding:15px;text-align:left;box-shadow:0 12px 28px #0f172a0f}.dispatchStat span{display:block;color:#64748b;font-weight:800;font-size:13px}.dispatchStat strong{font-size:30px}.dispatchStat.selected{border-color:#2563eb;background:#eff6ff}.dispatchToolbar{display:flex;gap:10px;flex-wrap:wrap;align-items:center;background:#ffffffd1;border:1px solid rgba(148,163,184,.22);border-radius:22px;padding:12px}.dispatchToolbar select{width:auto;min-width:150px}.dispatchTable{display:grid;gap:9px}.dispatchHeader,.dispatchRow{display:grid;grid-template-columns:1.15fr .9fr .7fr 1.25fr 1.7fr 1fr .75fr 1.2fr 1.95fr;gap:10px;align-items:center}.dispatchHeader{padding:0 14px;color:#475569;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.dispatchRow{background:#fff;border:1px solid rgba(148,163,184,.24);border-left:6px solid #bfdbfe;border-radius:20px;padding:13px 14px;box-shadow:0 12px 30px #0f172a0f;transition:.18s ease}.dispatchRow:hover{transform:translateY(-1px);box-shadow:0 18px 36px #0f172a1a}.dispatchRow.nuevo{border-left-color:#2563eb}.dispatchRow.recibido{border-left-color:#06b6d4}.dispatchRow.aceptado{border-left-color:#22c55e}.dispatchRow.en_atencion{border-left-color:#f59e0b}.dispatchRow.en_camino{border-left-color:#f97316}.dispatchRow.entregado{border-left-color:#16a34a;opacity:.85}.dispatchRow.cancelado{border-left-color:#dc2626;opacity:.8}.dispatchRow.delayed{background:#fff7ed}.dispatchRow.newFlash{animation:flashNew 1s ease-in-out 3}@keyframes flashNew{0%,to{box-shadow:0 12px 30px #0f172a0f;background:#fff}50%{box-shadow:0 0 0 4px #22c55e59,0 22px 44px #22c55e2e;background:#ecfdf5}}.dispatchTable.compact .dispatchRow{padding:9px 12px;border-radius:16px}.orderCode strong,.clientCell strong,.addressCell strong,.productCell strong{display:block}.orderCode small,.clientCell small,.addressCell small,.productCell small{color:#64748b;display:block;margin-top:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.addressCell{min-width:0}.addressCell strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.timeCell{display:flex;align-items:center;gap:6px;color:#475569;font-weight:800}.warnIcon{color:#dc2626}.rowSelect{padding:8px 10px;border-radius:12px}.rowActions{display:flex;gap:6px;align-items:center;justify-content:flex-end;flex-wrap:wrap}.iconBtn{width:36px;height:36px;border:1px solid #d8e2ee;background:#fff;color:#0f3b66;border-radius:13px;display:inline-grid;place-items:center;text-decoration:none}.iconBtn:hover{background:#eff6ff}.whatsappMini{color:#15803d}.dangerIcon{color:#dc2626}.miniNew{display:inline-flex;margin-left:6px;background:#22c55e;color:#fff;border-radius:999px;padding:3px 7px;font-size:11px;font-weight:900}.emptyState{background:#fff;border:1px dashed #cbd5e1;border-radius:22px;padding:34px;text-align:center;color:#64748b}.emptyState h3{color:#0f172a}.drawerBackdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a70;display:flex;justify-content:flex-end;z-index:60}.orderDrawer{width:min(520px,100%);height:100%;background:#f8fafc;padding:22px;overflow:auto;box-shadow:-20px 0 60px #0f172a47}.drawerTop{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:18px}.drawerTop h2{margin:8px 0 3px}.detailGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:14px}.detailGrid div,.addressBox{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:14px}.detailGrid small,.addressBox small{color:#64748b;display:block;font-weight:800;margin-bottom:5px}.addressBox{margin-bottom:14px}.addressBox p{color:#475569}.quickContact{display:flex;gap:10px;margin-bottom:14px}.drawerActions{display:flex;gap:10px;margin:16px 0;flex-wrap:wrap}.timeline{display:grid;gap:12px}.timelineItem{display:grid;grid-template-columns:16px 1fr;gap:10px}.timelineItem>span{width:12px;height:12px;margin-top:4px;border-radius:50%;background:#2563eb}.timelineItem p{margin:3px 0 0;color:#64748b}@media(max-width:1180px){.statGrid,.dispatchStats{grid-template-columns:repeat(2,minmax(0,1fr))}.twoCols{grid-template-columns:1fr}.dispatchHeader{display:none}.dispatchRow{grid-template-columns:1fr;align-items:start}.rowActions{justify-content:flex-start}.dispatchHero{flex-direction:column;align-items:stretch}}@media(max-width:760px){main{padding:14px}.topbar,.sectionHeader{flex-direction:column;align-items:flex-start}.gridForm,.detailGrid{grid-template-columns:1fr}.dispatchToolbar select,.dispatchToolbar button,.searchBox{width:100%}.dispatchStats{grid-template-columns:1fr}}.posv-page{min-height:calc(100vh - 40px);background:#f6f7fb;color:#1f2937;padding:0}.posv-topbar{height:62px;background:#fff;border-bottom:1px solid #e5e7eb;display:grid;grid-template-columns:150px minmax(240px,1fr) auto;align-items:center;gap:16px;padding:0 18px;position:sticky;top:0;z-index:20}.posv-topbar h1{margin:0;font-size:24px;font-weight:900;letter-spacing:-.04em}.posv-topbar span{font-size:12px;color:#64748b;font-weight:800}.posv-search{display:flex;align-items:center;background:#f1f5f9;border-radius:12px;padding:0 12px;max-width:520px}.posv-search input{border:0;background:transparent;outline:none;padding:13px 8px;width:100%;font-weight:700}.posv-search span{font-size:12px;font-weight:900;color:#64748b}.posv-mode{display:flex;background:#f1f5f9;padding:5px;border-radius:999px;gap:4px}.posv-mode button{border:0;border-radius:999px;padding:10px 14px;font-weight:900;background:transparent;color:#475569;cursor:pointer}.posv-mode button.active{background:#0ea5e9;color:#fff}.posv-mode button.dispatch.active{background:#f97316}.posv-grid{display:grid;grid-template-columns:minmax(520px,1fr) 430px;height:calc(100vh - 62px);overflow:hidden}.posv-catalog{padding:16px;overflow:auto}.posv-cats{display:flex;gap:10px;margin-bottom:16px;flex-wrap:wrap}.posv-cats button{border:0;background:#fff;color:#475569;border-radius:999px;padding:10px 15px;font-weight:900;cursor:pointer;box-shadow:0 2px 8px #0f172a0d}.posv-cats button.active{background:#fff7ed;color:#f97316;box-shadow:0 0 0 2px #fed7aa inset}.posv-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(148px,1fr));gap:14px;padding-bottom:30px}.posv-product{background:#fff;border:1px solid #e5e7eb;border-radius:18px;min-height:172px;padding:14px;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease;box-shadow:0 6px 18px #0f172a0d;display:flex;flex-direction:column;align-items:center;text-align:center}.posv-product:hover{transform:translateY(-2px);border-color:#fb923c;box-shadow:0 12px 24px #0f172a1a}.posv-product-icon{width:76px;height:76px;border-radius:999px;background:radial-gradient(circle at 30% 20%,#fef3c7,#fed7aa);display:grid;place-items:center;font-size:24px;font-weight:900;color:#92400e;margin-bottom:12px}.posv-product-name{font-weight:900;font-size:14px;line-height:1.2;min-height:34px}.posv-product-meta{margin-top:auto;display:flex;flex-direction:column;gap:3px}.posv-product-meta span{font-weight:900;color:#0f172a}.posv-product-meta small{color:#64748b;font-weight:800}.posv-ticket{background:#fff;border-left:1px solid #e5e7eb;height:calc(100vh - 62px);display:grid;grid-template-rows:auto auto minmax(120px,1fr) auto auto auto auto;overflow:hidden}.posv-ticket-actions{display:grid;grid-template-columns:1fr 90px;gap:10px;padding:14px;border-bottom:1px solid #eef2f7}.posv-ticket button{border:0;border-radius:12px;padding:11px 12px;font-weight:900;cursor:pointer}.posv-ticket .soft{background:#f1f5f9;color:#0f172a}.posv-client{padding:14px;border-bottom:1px solid #eef2f7}.posv-client-search{display:grid;grid-template-columns:1fr 90px;gap:8px;margin-bottom:10px}.posv-client-search input{border:1px solid #dbe3ef;border-radius:12px;padding:11px;outline:none}.posv-client-search button,.posv-save-client{background:#0ea5e9;color:#fff}.posv-client-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:15px;padding:12px;display:grid;gap:4px}.posv-client-card strong{font-size:16px}.posv-client-card span,.posv-client-card small{color:#64748b;font-weight:700}.posv-client-card button{justify-self:start;background:#e0f2fe;color:#0369a1;padding:8px 10px;margin-top:6px}.posv-client-card.muted{color:#64748b}.posv-order-list{overflow:auto;padding:10px 14px;min-height:0}.posv-empty-ticket,.posv-empty{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:16px;padding:18px;color:#64748b;display:grid;gap:5px;text-align:center;font-weight:800}.posv-order-item{display:grid;grid-template-columns:26px 1fr 102px 72px;gap:8px;align-items:center;padding:12px 0;border-bottom:1px solid #eef2f7}.posv-order-item .remove{background:#fee2e2;color:#991b1b;padding:4px;border-radius:8px}.posv-order-item .info{display:grid;gap:3px}.posv-order-item .info strong{font-size:13px;line-height:1.15}.posv-order-item .info small{color:#64748b;font-weight:800}.posv-order-item .qty{display:grid;grid-template-columns:28px 1fr 28px;align-items:center;gap:4px;background:#f8fafc;border-radius:10px;padding:4px}.posv-order-item .qty button{background:#fff;color:#0f172a;padding:5px;border-radius:8px}.posv-order-item .qty input{width:100%;border:0;outline:none;background:transparent;text-align:center;font-weight:900}.posv-order-item .line-total{font-weight:900;text-align:right}.posv-options{border-top:1px solid #eef2f7;padding:12px 14px;display:grid;gap:10px}.posv-tabs{display:flex;gap:6px;flex-wrap:wrap}.posv-tabs button{background:#f1f5f9;color:#334155;padding:9px 10px;font-size:12px}.posv-tabs button.active{background:#0ea5e9;color:#fff}.posv-tabs.orange button.active{background:#f97316}.posv-tabs.pay button.active{background:#22c55e}.posv-cash{display:grid;grid-template-columns:80px 1fr;gap:8px;align-items:center}.posv-cash label{font-weight:900;color:#475569}.posv-cash input,.posv-options textarea{width:100%;border:1px solid #dbe3ef;border-radius:12px;padding:10px;outline:none}.posv-options textarea{min-height:48px;resize:vertical}.posv-summary{padding:12px 18px;border-top:1px solid #eef2f7;display:grid;gap:8px}.posv-summary>div{display:flex;justify-content:space-between;color:#475569;font-weight:800}.posv-summary strong{color:#0f172a}.posv-summary strong.discount{color:#dc2626}.posv-summary .payable{font-size:18px;color:#0f172a;padding-top:8px;border-top:1px dashed #cbd5e1}.posv-summary .payable strong{font-size:24px}.posv-summary .change strong{color:#16a34a}.posv-footer{display:grid;grid-template-columns:1fr 1.5fr;gap:10px;padding:14px;border-top:1px solid #eef2f7}.posv-footer .hold{background:#f97316;color:#fff}.posv-footer .proceed{background:#22c55e;color:#fff}.posv-footer .proceed:disabled{opacity:.55;cursor:not-allowed}.posv-message{margin:0 14px 14px;padding:11px 12px;border-radius:12px;background:#eff6ff;color:#1e40af;font-weight:900}.posv-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:5000;background:#0f172a6b;display:grid;place-items:center;padding:24px}.posv-client-modal{width:min(920px,calc(100vw - 48px));max-height:calc(100vh - 48px);overflow:auto;background:#fff;border-radius:24px;box-shadow:0 30px 80px #0f172a4d;border:1px solid #e2e8f0}.posv-modal-head{position:sticky;top:0;z-index:2;background:#fff;border-bottom:1px solid #e2e8f0;padding:18px 20px;display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.posv-modal-head h2{margin:0;font-size:24px;font-weight:900}.posv-modal-head p{margin:4px 0 0;color:#64748b;font-weight:700}.posv-modal-head button{border:0;border-radius:12px;background:#fee2e2;color:#991b1b;padding:10px 14px;font-weight:900;cursor:pointer}.posv-modal-search{padding:18px 20px 0;display:grid;grid-template-columns:1fr 160px;gap:12px;align-items:end}.posv-modal-search button{border:0;border-radius:12px;background:#0ea5e9;color:#fff;padding:12px;font-weight:900;cursor:pointer;margin-bottom:10px}.posv-modal-grid{padding:8px 20px 20px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.posv-modal-grid .span-2{grid-column:span 3}.posv-check.modal-check{margin-top:23px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:10px}.posv-modal-footer{position:sticky;bottom:0;background:#fff;border-top:1px solid #e2e8f0;padding:16px 20px;display:flex;justify-content:flex-end;gap:12px}.posv-modal-footer button{border:0;border-radius:14px;padding:13px 18px;font-weight:900;cursor:pointer}.posv-modal-footer .cancel{background:#f1f5f9;color:#334155}.posv-modal-footer .save{background:#22c55e;color:#fff}.pd-page{padding:26px;color:#102033}.pd-head{margin-bottom:18px}.pd-head h1{margin:0;font-size:30px;font-weight:900}.pd-head p{margin:6px 0 0;color:#64748b}.pd-card{background:#fff;border:1px solid #e3ebf5;border-radius:24px;padding:18px;box-shadow:0 10px 32px #0f20330d}.posv-field{display:block;margin-bottom:10px}.posv-field span{display:block;font-size:12px;font-weight:900;color:#475569;margin-bottom:5px}.posv-field input,.posv-field select{width:100%;border:1px solid #dbe3ef;border-radius:12px;padding:10px;outline:none;background:#fff}@media(max-width:1200px){.posv-grid{grid-template-columns:1fr;height:auto}.posv-ticket{height:auto;border-left:0;border-top:1px solid #e5e7eb}.posv-topbar{grid-template-columns:1fr;height:auto;padding:12px}}@media(max-width:760px){.posv-products{grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}.posv-order-item{grid-template-columns:1fr}.posv-order-item .line-total{text-align:left}.posv-footer,.posv-modal-search,.posv-modal-grid{grid-template-columns:1fr}.posv-modal-grid .span-2{grid-column:span 1}}.posv-modal-error{margin:0 20px 12px;padding:12px 14px;border-radius:14px;background:#fee2e2;color:#991b1b;border:1px solid #fecaca;font-weight:900}.posv-modal-footer .save:disabled{opacity:.65;cursor:not-allowed}body.unclic-pos-hide-admin-header [data-unclic-pos-admin-header=true]{display:none!important}.posv-ticket{display:flex!important;flex-direction:column!important;overflow:hidden!important}.posv-ticket-actions{padding:10px 12px!important;gap:8px!important}.posv-ticket-actions button{min-height:36px!important;padding:9px 10px!important}.posv-client{padding:10px 12px!important;border-bottom:1px solid #eef2f7!important}.posv-client-search{margin-bottom:8px!important}.posv-client-search input,.posv-client-search button{padding:9px 10px!important}.posv-client-card.compact{padding:9px 10px!important;gap:2px!important;border-radius:12px!important}.posv-client-card.compact strong{font-size:14px!important;line-height:1.15!important}.client-main-line{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important}.client-main-line button,.edit-client-mini{border:0!important;border-radius:10px!important;background:#e0f2fe!important;color:#0369a1!important;padding:6px 8px!important;font-size:11px!important;font-weight:900!important;cursor:pointer!important}.client-sub-line,.client-address{color:#64748b!important;font-size:12px!important;font-weight:800!important;line-height:1.2!important}.client-address{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.posv-order-list{flex:1 1 auto!important;min-height:235px!important;overflow:auto!important;padding:8px 12px!important}.posv-order-item{grid-template-columns:22px minmax(0,1fr) 92px 64px!important;gap:6px!important;padding:7px 0!important}.posv-order-item .remove{padding:2px 4px!important;min-width:20px!important;min-height:20px!important;border-radius:7px!important;font-size:11px!important}.posv-order-item .info strong{font-size:12px!important;line-height:1.1!important}.posv-order-item .info small{font-size:11px!important;line-height:1.1!important}.posv-order-item .qty{grid-template-columns:24px 1fr 24px!important;gap:3px!important;padding:3px!important}.posv-order-item .qty button{padding:3px!important;min-height:24px!important;border-radius:7px!important}.posv-order-item .qty input,.posv-order-item .line-total{font-size:12px!important}.posv-options{padding:8px 12px!important;gap:7px!important;flex:0 0 auto!important}.posv-tabs{gap:5px!important}.posv-tabs button{padding:7px 8px!important;font-size:10.5px!important}.posv-cash{grid-template-columns:70px 1fr!important;gap:7px!important}.posv-cash input{padding:8px 10px!important}.posv-note-toggle{border:1px dashed #cbd5e1!important;background:#f8fafc!important;color:#475569!important;border-radius:12px!important;padding:8px 10px!important;font-weight:900!important;cursor:pointer!important;text-align:left!important}.posv-options textarea{min-height:42px!important;padding:8px 10px!important}.posv-summary{padding:8px 14px!important;gap:5px!important;flex:0 0 auto!important}.posv-summary>div{font-size:12px!important;line-height:1.15!important}.posv-summary .payable{font-size:14px!important;padding-top:6px!important}.posv-summary .payable strong{font-size:22px!important}.posv-footer{padding:10px 12px!important;gap:8px!important;flex:0 0 auto!important}.posv-footer button{min-height:40px!important;padding:10px!important}.posv-message{margin:0 12px 10px!important;padding:8px 10px!important;font-size:12px!important;flex:0 0 auto!important}@media(max-height:760px){.posv-order-list{min-height:260px!important}.posv-client-card.compact{padding:7px 9px!important}.posv-summary{padding:6px 12px!important}.posv-options{padding:7px 12px!important}}@media(max-width:760px){.posv-order-list{min-height:220px!important}.posv-order-item{grid-template-columns:22px 1fr!important}.posv-order-item .qty,.posv-order-item .line-total{grid-column:2!important}}.posv-ticket{height:100%!important;max-height:100%!important;min-height:0!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}.posv-ticket-actions,.posv-client,.posv-options,.posv-summary,.posv-footer,.posv-message{flex:0 0 auto!important}.posv-order-list{flex:1 1 auto!important;min-height:80px!important;max-height:none!important;overflow-y:auto!important;overflow-x:hidden!important;padding:6px 12px!important;border-bottom:1px solid #eef2f7!important}.posv-ticket-actions{padding:8px 10px!important;gap:8px!important}.posv-ticket-actions button{min-height:32px!important;padding:7px 9px!important;font-size:12px!important}.posv-client{padding:8px 10px!important}.posv-client-search{margin-bottom:7px!important;grid-template-columns:1fr 82px!important;gap:7px!important}.posv-client-search input{padding:8px 10px!important;min-height:34px!important}.posv-client-search button{padding:8px 9px!important;min-height:34px!important;font-size:12px!important}.posv-client-card{padding:8px 9px!important;gap:2px!important;border-radius:12px!important}.posv-client-card strong{font-size:13px!important;line-height:1.15!important}.posv-client-card span,.posv-client-card small,.client-sub-line,.client-address{font-size:11px!important;line-height:1.15!important}.posv-order-item{grid-template-columns:22px minmax(0,1fr) 76px 58px!important;gap:5px!important;align-items:center!important;padding:5px 0!important}.posv-order-item .remove{min-width:19px!important;min-height:19px!important;padding:2px!important;border-radius:7px!important;font-size:10px!important}.posv-order-item .info{gap:1px!important;min-width:0!important}.posv-order-item .info strong{font-size:11.5px!important;line-height:1.05!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.posv-order-item .qty{grid-template-columns:22px 1fr 22px!important;gap:2px!important;padding:2px!important}.posv-order-item .qty button{min-height:22px!important;padding:2px!important;border-radius:7px!important;font-size:11px!important}.posv-order-item .qty input{font-size:11px!important}.posv-order-item .line-total{font-size:11.5px!important;font-weight:900!important}.posv-options{padding:7px 10px!important;gap:6px!important;border-top:1px solid #eef2f7!important}.posv-tabs{gap:4px!important}.posv-tabs button{padding:6px 7px!important;font-size:10px!important;min-height:25px!important}.posv-cash{grid-template-columns:58px 1fr!important;gap:6px!important;align-items:center!important}.posv-cash label{font-size:11px!important}.posv-cash input{min-height:32px!important;padding:7px 9px!important}.posv-note-toggle{padding:7px 9px!important;min-height:32px!important;font-size:12px!important}.posv-options textarea{min-height:38px!important;max-height:72px!important;padding:7px 9px!important}.posv-summary{padding:7px 12px!important;gap:3px!important}.posv-summary>div{font-size:11px!important;line-height:1.1!important}.posv-summary .payable{padding-top:5px!important;font-size:13px!important}.posv-summary .payable strong{font-size:21px!important}.posv-footer{padding:8px 10px!important;gap:8px!important;border-top:1px solid #eef2f7!important}.posv-footer button{min-height:38px!important;padding:9px 10px!important;font-size:12px!important;border-radius:12px!important}.posv-message{margin:0 10px 8px!important;padding:7px 9px!important;font-size:11px!important;max-height:48px!important;overflow-y:auto!important}@media(max-height:760px){.posv-ticket-actions,.posv-client{padding:6px 9px!important}.posv-client-card{padding:6px 8px!important}.posv-order-list{min-height:95px!important;padding-top:4px!important;padding-bottom:4px!important}.posv-options{padding:6px 9px!important;gap:5px!important}.posv-summary{padding:6px 10px!important;gap:2px!important}.posv-footer{padding:7px 9px!important}.posv-footer button{min-height:36px!important}}@media(max-width:760px){.posv-page{height:auto!important;max-height:none!important;overflow:auto!important}.posv-grid,.posv-ticket{height:auto!important;max-height:none!important;overflow:visible!important}.posv-order-list{max-height:260px!important}}.posv-page,.posv-page *{box-sizing:border-box}.posv-page{height:100vh!important;max-height:100vh!important;overflow:hidden!important}.posv-grid{height:calc(100vh - 62px)!important;max-height:calc(100vh - 62px)!important;min-height:0!important;overflow:hidden!important}.posv-ticket{height:100%!important;max-height:100%!important;min-height:0!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;background:#fff!important}.posv-ticket-actions,.posv-client{flex:0 0 auto!important}.posv-order-list{flex:1 1 auto!important;min-height:70px!important;overflow-y:auto!important;overflow-x:hidden!important;padding:6px 10px!important;border-top:0!important;border-bottom:1px solid #e5e7eb!important}.posv-bottom-fixed{flex:0 0 auto!important;display:flex!important;flex-direction:column!important;background:#fff!important;border-top:1px solid #e5e7eb!important;box-shadow:0 -6px 18px #0f172a0a!important;max-height:310px!important;overflow:hidden!important}.posv-ticket-actions{padding:6px 10px!important;gap:8px!important}.posv-ticket-actions button{min-height:30px!important;padding:6px 9px!important;font-size:12px!important;border-radius:10px!important}.posv-client{padding:7px 10px!important}.posv-client-search{grid-template-columns:1fr 82px!important;gap:7px!important;margin-bottom:6px!important}.posv-client-search input{min-height:33px!important;padding:7px 10px!important;font-size:12px!important}.posv-client-search button{min-height:33px!important;padding:7px 9px!important;font-size:12px!important;border-radius:10px!important}.posv-client-card{padding:7px 9px!important;gap:1px!important;border-radius:12px!important}.posv-client-card strong{font-size:12.5px!important;line-height:1.1!important}.posv-client-card span,.posv-client-card small,.client-sub-line,.client-address{font-size:10.5px!important;line-height:1.12!important}.posv-order-item{display:grid!important;grid-template-columns:20px minmax(0,1fr) 92px 58px!important;gap:6px!important;align-items:center!important;padding:5px 0!important;border-bottom:1px solid #eef2f7!important}.posv-order-item .remove{width:18px!important;min-width:18px!important;height:18px!important;min-height:18px!important;padding:0!important;border-radius:6px!important;font-size:10px!important;line-height:18px!important}.posv-order-item .info{min-width:0!important;display:grid!important;gap:1px!important}.posv-order-item .info strong{font-size:11.5px!important;line-height:1.08!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.posv-order-item .info small{font-size:10px!important;line-height:1.05!important}.posv-order-item .qty{width:92px!important;min-width:92px!important;display:grid!important;grid-template-columns:24px 34px 24px!important;gap:5px!important;align-items:center!important;background:transparent!important;padding:0!important}.posv-order-item .qty button{width:24px!important;min-width:24px!important;height:24px!important;min-height:24px!important;padding:0!important;border-radius:7px!important;display:grid!important;place-items:center!important;font-size:12px!important;font-weight:900!important;background:#f8fafc!important;color:#0f172a!important}.posv-order-item .qty input{width:34px!important;min-width:34px!important;height:24px!important;min-height:24px!important;padding:0!important;border:0!important;border-radius:7px!important;text-align:center!important;background:#fff!important;color:#0f172a!important;font-size:12px!important;font-weight:900!important;opacity:1!important;visibility:visible!important}.posv-order-item .line-total{min-width:58px!important;font-size:11.5px!important;font-weight:900!important;text-align:right!important;color:#0f172a!important}.posv-bottom-fixed .posv-options{flex:0 0 auto!important;padding:6px 10px!important;gap:5px!important;border-top:0!important}.posv-bottom-fixed .posv-tabs{gap:4px!important}.posv-bottom-fixed .posv-tabs button{min-height:24px!important;padding:5px 7px!important;font-size:9.8px!important;border-radius:9px!important}.posv-cash-hidden .posv-cash{display:none!important}.posv-cash-visible .posv-cash{display:grid!important}.posv-bottom-fixed .posv-cash{grid-template-columns:58px 1fr!important;gap:6px!important;align-items:center!important}.posv-bottom-fixed .posv-cash label{font-size:10.5px!important;font-weight:900!important}.posv-bottom-fixed .posv-cash input{min-height:30px!important;padding:6px 9px!important;font-size:12px!important}.posv-bottom-fixed .posv-note-toggle{min-height:30px!important;padding:6px 9px!important;font-size:12px!important;border-radius:10px!important}.posv-bottom-fixed .posv-options textarea{min-height:34px!important;max-height:58px!important;padding:6px 9px!important;font-size:12px!important}.posv-bottom-fixed .posv-summary{flex:0 0 auto!important;padding:6px 11px!important;gap:2px!important}.posv-bottom-fixed .posv-summary>div{font-size:10.5px!important;line-height:1.08!important}.posv-bottom-fixed .posv-summary .payable{padding-top:4px!important;font-size:12.5px!important}.posv-bottom-fixed .posv-summary .payable strong{font-size:20px!important}.posv-bottom-fixed .posv-footer{flex:0 0 auto!important;padding:7px 10px 8px!important;gap:8px!important;border-top:1px solid #eef2f7!important}.posv-bottom-fixed .posv-footer button{min-height:36px!important;height:36px!important;padding:7px 9px!important;font-size:12px!important;border-radius:11px!important;white-space:nowrap!important}.posv-bottom-fixed .posv-message{flex:0 0 auto!important;margin:0 10px 7px!important;padding:6px 8px!important;font-size:10.5px!important;max-height:38px!important;overflow-y:auto!important}@media(max-height:760px){.posv-bottom-fixed{max-height:286px!important}.posv-client{padding:5px 9px!important}.posv-client-card{padding:5px 8px!important}.posv-order-list{min-height:72px!important;padding-top:4px!important;padding-bottom:4px!important}.posv-order-item{padding:4px 0!important}.posv-bottom-fixed .posv-options{padding:5px 9px!important;gap:4px!important}.posv-bottom-fixed .posv-summary{padding:5px 10px!important}.posv-bottom-fixed .posv-footer{padding:6px 9px 7px!important}.posv-bottom-fixed .posv-footer button{min-height:34px!important;height:34px!important}}@media(max-width:760px){.posv-page{height:auto!important;max-height:none!important;overflow:auto!important}.posv-grid,.posv-ticket{height:auto!important;max-height:none!important;overflow:visible!important}.posv-order-list{max-height:260px!important}.posv-bottom-fixed{max-height:none!important}}.posv-order-list{min-height:35px!important;padding-bottom:1px!important;border-bottom:0!important}.posv-bottom-fixed{border-top:1px solid #e5e7eb!important}.posv-bottom-fixed .posv-options{padding-top:5px!important}@media(max-height:760px){.posv-order-list{min-height:30px!important;padding-bottom:0!important}.posv-bottom-fixed .posv-options{padding-top:4px!important}}.posv-order-list{flex:0 1 auto!important;min-height:0!important;max-height:178px!important;height:auto!important;overflow-y:auto!important;overflow-x:hidden!important;padding-top:3px!important;padding-bottom:0!important;margin-bottom:0!important;border-bottom:0!important}.posv-bottom-fixed{margin-top:0!important;border-top:1px solid #e5e7eb!important;box-shadow:none!important}.posv-bottom-fixed .posv-options{padding-top:3px!important}.posv-order-item .qty input{width:36px!important;min-width:36px!important;opacity:1!important;visibility:visible!important;color:#0f172a!important;font-weight:900!important;text-align:center!important}@media(max-height:760px){.posv-order-list{max-height:150px!important;padding-top:2px!important}.posv-bottom-fixed .posv-options{padding-top:2px!important}}@media(max-height:690px){.posv-order-list{max-height:125px!important}}.posv-order-list{flex:0 0 clamp(198px,29vh,228px)!important;height:clamp(198px,29vh,228px)!important;min-height:198px!important;max-height:clamp(198px,29vh,228px)!important;overflow-y:auto!important;overflow-x:hidden!important;padding-top:4px!important;padding-bottom:3px!important;margin-bottom:0!important;border-bottom:0!important}.posv-bottom-fixed{margin-top:0!important;border-top:1px solid #e5e7eb!important;box-shadow:none!important;flex:0 0 auto!important}.posv-bottom-fixed .posv-options{padding-top:4px!important;padding-bottom:4px!important}.posv-order-item{min-height:30px!important;padding-top:4px!important;padding-bottom:4px!important}.posv-order-item .qty{width:96px!important;min-width:96px!important;grid-template-columns:24px 36px 24px!important;gap:6px!important}.posv-order-item .qty input{width:36px!important;min-width:36px!important;height:24px!important;min-height:24px!important;opacity:1!important;visibility:visible!important;color:#0f172a!important;background:#fff!important;font-weight:900!important;text-align:center!important}@media(max-height:760px){.posv-order-list{flex-basis:190px!important;height:190px!important;min-height:190px!important;max-height:190px!important}.posv-order-item{min-height:29px!important;padding-top:3px!important;padding-bottom:3px!important}}@media(max-height:690px){.posv-order-list{flex-basis:165px!important;height:165px!important;min-height:165px!important;max-height:165px!important}}.posv-bottom-fixed{padding-bottom:6px!important;overflow:visible!important}.posv-bottom-fixed input[type=number],.posv-bottom-fixed input[type=text]{min-height:30px!important;height:30px!important;padding-top:5px!important;padding-bottom:5px!important}.posv-bottom-fixed label,.posv-bottom-fixed .posv-pay-row,.posv-bottom-fixed .pay-row,.posv-bottom-fixed .payment-row{margin-top:2px!important;margin-bottom:2px!important;gap:5px!important}.posv-bottom-fixed textarea,.posv-note textarea{min-height:34px!important;height:34px!important;padding-top:6px!important;padding-bottom:6px!important}.posv-summary{padding-top:5px!important;padding-bottom:5px!important}.posv-summary div{min-height:15px!important;line-height:1.05!important}.posv-actions,.posv-bottom-actions,.posv-checkout-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;padding-top:5px!important;padding-bottom:7px!important;min-height:45px!important;overflow:visible!important}.posv-actions button,.posv-bottom-actions button,.posv-checkout-actions button,button.posv-cancel,button.posv-finalize{min-height:38px!important;height:38px!important;line-height:1.05!important;padding-top:8px!important;padding-bottom:8px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important;overflow:visible!important}@media(max-height:760px){.loyalty-redeem-box{margin-top:3px!important;margin-bottom:3px!important;padding:5px 6px!important}.posv-bottom-fixed textarea,.posv-note textarea{min-height:30px!important;height:30px!important}.posv-actions button,.posv-bottom-actions button,.posv-checkout-actions button,button.posv-cancel,button.posv-finalize{min-height:36px!important;height:36px!important}}.posv-loyalty-summary-row{display:flex!important;justify-content:space-between!important;gap:8px!important;min-height:15px!important;line-height:1.05!important}.posv-loyalty-summary-row span{font-weight:900!important;color:#334155!important}.posv-total-with-loyalty strong,.posv-total-with-loyalty{color:#0f172a!important}.posv-page,.posv-shell,.posv-layout,.posv-main,.posv-content,.posv-products,.posv-ticket,.posv-side,.posv-sidebar,.posv-right,.posv-order-panel{min-width:0!important;box-sizing:border-box!important}.posv-layout,.posv-shell,.posv-main{width:100%!important}.posv-layout{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(320px,380px)!important;gap:0!important;align-items:stretch!important}.posv-ticket,.posv-side,.posv-sidebar,.posv-right,.posv-order-panel{max-width:100%!important;min-width:0!important;overflow:hidden!important}.posv-order-list,.posv-cart-list,.posv-ticket-items,.posv-items-list{min-height:120px!important;overflow-y:auto!important;overflow-x:hidden!important}.posv-products-grid,.posv-product-grid,.products-grid,.product-grid{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(112px,1fr))!important;gap:12px!important;align-items:stretch!important}.posv-product-card,.product-card,.pos-product-card{min-width:0!important;max-width:100%!important}.posv-ticket input,.posv-ticket textarea,.posv-ticket select,.posv-side input,.posv-side textarea,.posv-side select,.posv-right input,.posv-right textarea,.posv-right select,.posv-order-panel input,.posv-order-panel textarea,.posv-order-panel select{max-width:100%!important;box-sizing:border-box!important}.posv-actions,.posv-bottom-actions,.posv-checkout-actions{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1.4fr)!important;gap:8px!important;width:100%!important;box-sizing:border-box!important}.posv-actions button,.posv-bottom-actions button,.posv-checkout-actions button,button.posv-cancel,button.posv-finalize{min-width:0!important;width:100%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.posv-summary{flex-shrink:0!important}.loyalty-redeem-box{max-width:100%!important;box-sizing:border-box!important}@media(max-width:1280px){.posv-layout{grid-template-columns:minmax(0,1fr) minmax(300px,350px)!important}.posv-products-grid,.posv-product-grid,.products-grid,.product-grid{grid-template-columns:repeat(auto-fill,minmax(104px,1fr))!important;gap:10px!important}.posv-product-card,.product-card,.pos-product-card{padding:10px!important}}@media(max-width:1100px){.posv-layout{grid-template-columns:minmax(0,1fr) minmax(290px,330px)!important}.posv-products-grid,.posv-product-grid,.products-grid,.product-grid{grid-template-columns:repeat(auto-fill,minmax(96px,1fr))!important;gap:9px!important}.posv-ticket,.posv-side,.posv-right,.posv-order-panel{font-size:12px!important}.posv-ticket button,.posv-side button,.posv-right button,.posv-order-panel button{font-size:11px!important}}@media(max-width:900px){.posv-layout{display:grid!important;grid-template-columns:1fr!important;grid-template-rows:auto auto!important;gap:12px!important}.posv-products,.posv-products-panel,.posv-left{width:100%!important;max-width:100%!important;order:1!important}.posv-ticket,.posv-side,.posv-sidebar,.posv-right,.posv-order-panel{width:100%!important;max-width:100%!important;order:2!important;border-left:0!important;border-top:1px solid #e2e8f0!important}.posv-products-grid,.posv-product-grid,.products-grid,.product-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))!important}.posv-order-list,.posv-cart-list,.posv-ticket-items,.posv-items-list{max-height:240px!important}.posv-actions,.posv-bottom-actions,.posv-checkout-actions{position:sticky!important;bottom:0!important;z-index:30!important;background:#fff!important;padding:8px 0!important}}@media(max-width:640px){.posv-page,.posv-shell,.posv-main,.posv-layout{padding-left:6px!important;padding-right:6px!important}.posv-products-grid,.posv-product-grid,.products-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.posv-product-card,.product-card,.pos-product-card{min-height:100px!important;padding:8px!important}.posv-search,.posv-searchbar,.posv-header,.posv-topbar{flex-wrap:wrap!important;gap:8px!important}.posv-actions,.posv-bottom-actions,.posv-checkout-actions{grid-template-columns:1fr!important}.posv-actions button,.posv-bottom-actions button,.posv-checkout-actions button,button.posv-cancel,button.posv-finalize{min-height:40px!important;height:40px!important}.loyalty-redeem-box{margin-left:4px!important;margin-right:4px!important}}@media(max-width:380px){.posv-products-grid,.posv-product-grid,.products-grid,.product-grid{grid-template-columns:1fr!important}}@media(max-height:760px){.posv-order-list,.posv-cart-list,.posv-ticket-items,.posv-items-list{max-height:190px!important}.posv-ticket textarea,.posv-side textarea,.posv-right textarea,.posv-order-panel textarea{min-height:30px!important;height:30px!important}.loyalty-redeem-box{padding:5px 6px!important;margin-top:3px!important;margin-bottom:3px!important}}button[data-unclic-checkout-button=true]{font-weight:900!important}.posv-ticket,.posv-side,.posv-sidebar,.posv-right,.posv-order-panel{overflow-y:auto!important;overflow-x:hidden!important;max-height:calc(100vh - 48px)!important}.posv-order-list,.posv-cart-list,.posv-ticket-items,.posv-items-list{max-height:45vh!important;min-height:120px!important;overflow-y:auto!important;overflow-x:hidden!important}.posv-actions,.posv-bottom-actions,.posv-checkout-actions{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1.35fr)!important;gap:8px!important;width:100%!important;padding:8px!important;background:#fff!important;position:sticky!important;bottom:0!important;z-index:40!important;box-shadow:0 -8px 18px #0f172a0f!important}.posv-actions button,.posv-bottom-actions button,.posv-checkout-actions button,button.posv-cancel,button.posv-finalize{min-height:38px!important;height:38px!important;max-height:38px!important;display:inline-flex!important;justify-content:center!important;align-items:center!important;white-space:nowrap!important}.posv-summary{padding-top:6px!important;padding-bottom:6px!important;background:#fff!important}.posv-summary div,.posv-summary-row,.summary-row{min-height:15px!important;line-height:1.08!important}.loyalty-redeem-box{margin:5px 8px!important;padding:6px 8px!important}@media(max-height:760px){.posv-order-list,.posv-cart-list,.posv-ticket-items,.posv-items-list{max-height:35vh!important;min-height:90px!important}}.sectors-page{padding:24px;color:#0f172a}.sectors-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:16px}.sectors-head h1{margin:0;font-size:30px;font-weight:900;letter-spacing:-.04em}.sectors-head p,.muted{margin:6px 0 14px;color:#64748b;font-weight:700}.sectors-head button,.new-line-form button,.row-actions button,.edit-inline button{border:0;border-radius:13px;padding:10px 13px;font-weight:900;cursor:pointer}.sectors-head button,.new-line-form button{background:#0ea5e9;color:#fff}.sectors-message{margin-bottom:14px;border-radius:15px;padding:12px 14px;background:#eff6ff;color:#1e40af;border:1px solid #bfdbfe;font-weight:900}.sectors-layout{display:grid;grid-template-columns:minmax(280px,1fr) minmax(280px,1fr) minmax(280px,1fr);gap:16px}.sectors-card{background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:18px;box-shadow:0 12px 30px #0f172a0d;min-height:420px}.sectors-card h2{margin:0;font-size:22px;font-weight:900}.new-line-form{display:grid;grid-template-columns:1fr 110px;gap:10px;margin-bottom:14px}.new-line-form input,.edit-inline input,.edit-inline select{border:1px solid #dbe3ef;border-radius:13px;padding:11px 12px;outline:none;background:#fff;color:#0f172a;font-weight:700;width:100%}.sector-list,.ciudadela-grid{display:grid;gap:9px;max-height:calc(100vh - 285px);overflow:auto;padding-right:4px}.sector-row,.ciudadela-row{border:1px solid #e2e8f0;background:#f8fafc;border-radius:15px;padding:12px;display:flex;align-items:center;justify-content:space-between;gap:12px}.sector-row{cursor:pointer}.sector-row.active{border-color:#0ea5e9;background:#e0f2fe}.sector-row.inactive,.ciudadela-row.inactive{opacity:.58}.sector-row strong,.ciudadela-row strong{display:block;font-size:14px}.sector-row small,.ciudadela-row small{display:block;color:#64748b;font-weight:800;margin-top:3px}.row-actions{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.row-actions button{background:#e8eef8;color:#17446f;padding:7px 9px;font-size:11.5px}.row-actions button.danger{background:#fee2e2;color:#991b1b}.row-actions button.danger:hover{background:#fecaca}.edit-inline{width:100%;display:grid;grid-template-columns:1fr auto auto;gap:8px}.edit-inline button{background:#0ea5e9;color:#fff;padding:8px 10px;font-size:12px}.edit-inline .ghost{background:#f1f5f9;color:#334155}.empty-list{border:1px dashed #cbd5e1;background:#f8fafc;color:#64748b;border-radius:16px;padding:24px;text-align:center;font-weight:900}@media(max-width:1200px){.sectors-layout{grid-template-columns:1fr 1fr}}@media(max-width:800px){.sectors-layout{grid-template-columns:1fr}}@media(max-width:700px){.sectors-page{padding:14px}.sectors-head{flex-direction:column}.new-line-form,.edit-inline{grid-template-columns:1fr}.sector-row,.ciudadela-row{align-items:flex-start;flex-direction:column}.row-actions{justify-content:flex-start}}.loyalty-page{padding:24px;color:#0f172a}.loyalty-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:16px}.loyalty-head h1{margin:0;font-size:30px;font-weight:900;letter-spacing:-.04em}.loyalty-head p,.muted{margin:6px 0 14px;color:#64748b;font-weight:700}.loyalty-head button,.loyalty-tabs button,.form-actions button,.client-search button,.loyalty-table button,.adjust-box button{border:0;border-radius:13px;padding:10px 13px;font-weight:900;cursor:pointer}.loyalty-head button,.primary,.client-search button,.adjust-box button{background:#0ea5e9;color:#fff}.loyalty-message{margin-bottom:14px;border-radius:15px;padding:12px 14px;background:#eff6ff;color:#1e40af;border:1px solid #bfdbfe;font-weight:900}.loyalty-metrics{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:12px;margin-bottom:16px}.metric-card strong{display:block;font-size:22px;font-weight:900;color:#0f172a}.loyalty-tabs{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:8px;display:flex;gap:7px;flex-wrap:wrap;margin-bottom:16px}.loyalty-tabs button{background:#f1f5f9;color:#334155}.loyalty-tabs button.active{background:#075985;color:#fff}.loyalty-card{background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:18px;box-shadow:0 12px 30px #0f172a0d}.loyalty-card h2{margin:0 0 14px;font-size:22px;font-weight:900}.config-grid{display:grid;grid-template-columns:repeat(3,minmax(170px,1fr));gap:12px}.config-grid label{display:grid;gap:6px}.config-grid label span{font-size:12px;color:#475569;font-weight:900}.config-grid input,.client-search input,.adjust-box input{border:1px solid #dbe3ef;border-radius:13px;padding:11px 12px;outline:none;background:#fff;color:#0f172a;font-weight:700}.config-grid small{color:#64748b;font-weight:700}.birthday-box{margin-top:18px;padding-top:16px;border-top:1px solid #e2e8f0}.birthday-box h3{margin:0 0 12px;font-size:17px;font-weight:900}.form-actions{display:flex;justify-content:flex-end;margin-top:16px}.client-search{display:grid;grid-template-columns:1fr 120px;gap:10px;margin-bottom:14px}.adjust-box{display:grid;grid-template-columns:1.2fr 150px 1fr auto;gap:10px;align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:12px;margin-bottom:14px}.adjust-box strong,.adjust-box small{display:block}.adjust-box small{color:#64748b;font-weight:800;margin-top:3px}.loyalty-table-wrap{overflow:auto}.loyalty-table{width:100%;border-collapse:collapse}.loyalty-table th{text-align:left;background:#f8fafc;color:#334155;font-size:13px;padding:12px;border-bottom:1px solid #e2e8f0}.loyalty-table td{padding:12px;border-bottom:1px solid #edf2f7;color:#0f172a;font-weight:700;font-size:13px;vertical-align:top}.loyalty-table button{background:#e8eef8;color:#17446f;padding:8px 10px;font-size:12px}.row-actions{display:flex;gap:7px;flex-wrap:wrap}.positive{color:#166534!important}.negative{color:#991b1b!important}@media(max-width:1100px){.loyalty-metrics,.config-grid{grid-template-columns:repeat(2,1fr)}.adjust-box{grid-template-columns:1fr}}@media(max-width:720px){.loyalty-page{padding:14px}.loyalty-head{flex-direction:column}.loyalty-metrics,.config-grid,.client-search{grid-template-columns:1fr}}.loyalty-redeem-box{margin:4px 8px;border:1px dashed #bae6fd;background:#f0f9ff;border-radius:12px;padding:6px 7px;display:grid;gap:4px}.loyalty-redeem-main{display:flex;justify-content:space-between;align-items:center;gap:8px;min-width:0}.loyalty-redeem-main strong{display:block;font-size:11px;font-weight:900;color:#0f172a}.loyalty-redeem-main span,.loyalty-redeem-help,.loyalty-redeem-status,.loyalty-redeem-warning{display:block;font-size:10px;font-weight:800;color:#475569;line-height:1.15}.loyalty-redeem-status{background:#ecfdf5;color:#166534;border-radius:9px;padding:5px 7px}.loyalty-redeem-warning{background:#fff7ed;color:#9a3412;border-radius:9px;padding:5px 7px}.loyalty-redeem-check{display:inline-flex;align-items:center;gap:4px;white-space:nowrap;font-size:10px;font-weight:900;color:#0369a1}.loyalty-redeem-check input{width:auto;min-width:12px;min-height:12px;pointer-events:auto;cursor:pointer}.loyalty-redeem-form{display:grid;gap:4px}.loyalty-redeem-form label{display:grid;gap:2px}.loyalty-redeem-form label span{font-size:9.5px;color:#334155;font-weight:900}.loyalty-redeem-form input{border:1px solid #bfdbfe;border-radius:9px;min-height:28px;padding:5px 8px;font-size:12px;font-weight:800;color:#0f172a;background:#fff}.loyalty-redeem-form input:disabled{background:#f1f5f9;color:#64748b}.loyalty-redeem-row{display:flex;justify-content:space-between;gap:8px;font-size:10px;font-weight:900;color:#334155;line-height:1.15}.loyalty-redeem-row strong{color:#0f172a}.loyalty-redeem-box{margin:4px 8px!important;padding:5px 7px!important;gap:3px!important}.loyalty-redeem-main{gap:6px!important}.loyalty-redeem-main strong{font-size:10.5px!important}.loyalty-redeem-main span,.loyalty-redeem-help,.loyalty-redeem-status,.loyalty-redeem-warning{font-size:9.5px!important;line-height:1.1!important}.loyalty-redeem-form{gap:3px!important}.loyalty-redeem-form input{min-height:26px!important;height:26px!important;padding-top:4px!important;padding-bottom:4px!important}.loyalty-redeem-row{font-size:9.5px!important;line-height:1.1!important}.posv-loyalty-summary-row strong,.posv-loyalty-summary-row strong.discount{color:#dc2626!important;font-weight:900!important}.unclic-checkout-main-hidden{display:none!important}.unclic-checkout-modal-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999}.unclic-checkout-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a6b;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.unclic-checkout-modal{position:absolute;left:50%;top:50%;width:min(880px,calc(100vw - 28px));max-height:min(720px,calc(100vh - 28px));transform:translate(-50%,-50%);background:#f8fafc;border-radius:24px;box-shadow:0 28px 80px #0f172a47;border:1px solid #dbe3ef;overflow:hidden;display:flex;flex-direction:column;color:#0f172a}.unclic-checkout-header{display:flex;justify-content:space-between;gap:16px;padding:18px 20px;background:#fff;border-bottom:1px solid #e2e8f0}.unclic-checkout-header h2{margin:0;font-size:24px;font-weight:900;letter-spacing:-.04em}.unclic-checkout-header p{margin:4px 0 0;color:#64748b;font-weight:800;font-size:13px}.unclic-checkout-close,.unclic-checkout-footer button,.unclic-checkout-segment button{border:0;border-radius:13px;font-weight:900;cursor:pointer}.unclic-checkout-close{background:#fee2e2;color:#991b1b;padding:9px 13px;height:38px}.unclic-checkout-body{padding:16px;overflow-y:auto;display:grid;grid-template-columns:.95fr 1.05fr;gap:14px}.unclic-checkout-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:14px;display:grid;gap:12px;align-content:start}.unclic-checkout-card h3{margin:0;font-size:16px;font-weight:900}.unclic-checkout-client{display:grid;gap:3px;background:#f1f5f9;border-radius:14px;padding:10px}.unclic-checkout-client strong{font-weight:900}.unclic-checkout-client span,.unclic-checkout-items div{font-size:12px;font-weight:800;color:#475569}.unclic-checkout-items{display:grid;gap:6px;max-height:140px;overflow-y:auto;padding-right:4px}.unclic-checkout-items div{border-bottom:1px solid #edf2f7;padding-bottom:5px}.unclic-checkout-totals{display:grid;gap:6px;border-top:1px dashed #cbd5e1;padding-top:10px}.unclic-checkout-totals div,.unclic-checkout-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:10px}.unclic-checkout-totals div{display:flex;justify-content:space-between;align-items:center;font-size:13px;font-weight:900}.unclic-checkout-totals .total{border-top:1px dashed #cbd5e1;padding-top:9px;font-size:18px}.unclic-checkout-totals .total strong{font-size:22px}.unclic-checkout-totals .negative{color:#dc2626!important}.unclic-checkout-segment{display:flex;flex-wrap:wrap;gap:7px}.unclic-checkout-segment.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.unclic-checkout-segment button{padding:10px 11px;background:#edf2f7;color:#334155}.unclic-checkout-segment button.active{background:#0ea5e9;color:#fff}.unclic-checkout-field,.unclic-checkout-grid-2 label{display:grid;gap:5px}.unclic-checkout-field span,.unclic-checkout-grid-2 span{font-size:12px;color:#334155;font-weight:900}.unclic-checkout-field input,.unclic-checkout-field textarea,.unclic-checkout-grid-2 input{width:100%;box-sizing:border-box;border:1px solid #cbd5e1;border-radius:13px;min-height:40px;padding:9px 11px;font-weight:800;color:#0f172a;outline:none;background:#fff}.unclic-checkout-field textarea{min-height:76px;resize:vertical}.unclic-checkout-footer{padding:14px 16px;display:grid;grid-template-columns:1fr 1.3fr;gap:10px;background:#fff;border-top:1px solid #e2e8f0}.unclic-checkout-footer button{min-height:44px;font-size:14px}.unclic-checkout-footer .secondary{background:#f1f5f9;color:#334155}.unclic-checkout-footer .primary{background:#10b981;color:#fff}@media(max-width:760px){.unclic-checkout-body{grid-template-columns:1fr}.unclic-checkout-modal{max-height:calc(100vh - 18px);width:calc(100vw - 18px)}.unclic-checkout-footer{grid-template-columns:1fr}}.reports-page{padding:24px;color:#0f172a}.reports-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.reports-head h1{margin:0;font-size:30px;font-weight:900;letter-spacing:-.04em}.reports-head p{margin:6px 0 0;color:#64748b;font-weight:700}.reports-head-actions{display:flex;gap:10px;flex-wrap:wrap}.reports-head-actions button,.preset-row button{border:0;border-radius:13px;padding:11px 14px;font-weight:900;cursor:pointer}.reports-head-actions .secondary{background:#e8eef8;color:#17446f}.reports-head-actions .excel{background:#16a34a;color:#fff}.reports-filters{background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:16px;box-shadow:0 12px 30px #0f172a0d;margin-bottom:16px}.preset-row{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:14px}.preset-row button{background:#f1f5f9;color:#334155}.preset-row button.active{background:#0ea5e9;color:#fff}.filter-grid{display:grid;grid-template-columns:repeat(5,minmax(150px,1fr));gap:12px}.filter-grid label{display:grid;gap:6px}.filter-grid span{font-size:12px;color:#475569;font-weight:900}.filter-grid input,.filter-grid select{border:1px solid #dbe3ef;border-radius:13px;padding:11px 12px;outline:none;background:#fff;color:#0f172a;font-weight:700}.reports-error{background:#fee2e2;border:1px solid #fecaca;color:#991b1b;font-weight:900;border-radius:15px;padding:12px 14px;margin-bottom:14px}.summary-cards{display:grid;grid-template-columns:repeat(6,minmax(120px,1fr));gap:12px;margin-bottom:16px}.metric-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:15px;box-shadow:0 12px 30px #0f172a0d}.metric-card span{display:block;color:#64748b;font-size:12px;font-weight:900;margin-bottom:8px}.metric-card strong{display:block;font-size:24px;font-weight:900;color:#0f172a}.reports-tabs{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:8px;display:flex;gap:7px;flex-wrap:wrap;margin-bottom:16px}.reports-tabs button{border:0;border-radius:12px;background:#f1f5f9;color:#334155;padding:10px 12px;font-weight:900;cursor:pointer}.reports-tabs button.active{background:#075985;color:#fff}.reports-panel{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:18px;box-shadow:0 12px 30px #0f172a0d;min-height:280px}.summary-detail h2{margin:0;font-size:22px;font-weight:900}.summary-detail p{color:#64748b;font-weight:700}.summary-big-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.report-table-wrap{width:100%;overflow:auto}.report-table{width:100%;border-collapse:collapse}.report-table th{text-align:left;background:#f8fafc;color:#334155;font-size:13px;padding:12px;border-bottom:1px solid #e2e8f0}.report-table td{padding:12px;border-bottom:1px solid #edf2f7;color:#0f172a;font-weight:700;font-size:13px}.empty-report{background:#f8fafc;border:1px dashed #cbd5e1;color:#64748b;border-radius:18px;padding:30px;text-align:center;font-weight:900}@media(max-width:1200px){.summary-cards{grid-template-columns:repeat(3,1fr)}.filter-grid,.summary-big-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.reports-page{padding:14px}.reports-head{flex-direction:column}.summary-cards,.filter-grid,.summary-big-grid{grid-template-columns:1fr}}.discounts-page{padding:24px;color:#0f172a}.discounts-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:16px}.discounts-head h1{margin:0;font-size:30px;font-weight:900;letter-spacing:-.04em}.discounts-head p{margin:6px 0 0;color:#64748b;font-weight:700}.discounts-head button,.form-actions button,.client-search button,.row-actions button,.discount-modal-head button{border:0;border-radius:13px;padding:10px 13px;font-weight:900;cursor:pointer}.discounts-head button,.primary{background:#0ea5e9;color:#fff}.secondary{background:#f1f5f9;color:#334155}.danger{background:#fee2e2;color:#991b1b}.discounts-message{margin-bottom:14px;border-radius:15px;padding:12px 14px;background:#eff6ff;color:#1e40af;border:1px solid #bfdbfe;font-weight:900}.discounts-grid{display:grid;grid-template-columns:minmax(360px,1.1fr) minmax(320px,.9fr);gap:16px;margin-bottom:16px}.discount-card{background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:18px;box-shadow:0 12px 30px #0f172a0d}.discount-card h2{margin:0 0 14px;font-size:20px;font-weight:900}.discount-card label{display:grid;gap:6px;margin-bottom:12px}.discount-card label span{font-size:12px;color:#475569;font-weight:900}.discount-card input,.discount-card select,.discount-card textarea{width:100%;border:1px solid #dbe3ef;border-radius:13px;padding:11px 12px;outline:none;background:#fff;color:#0f172a;font-weight:700}.discount-card textarea{min-height:72px;resize:vertical}.two-cols{display:grid;grid-template-columns:1fr 1fr;gap:12px}.checks{align-items:center}.check-line{display:flex!important;align-items:center;gap:8px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:13px;padding:10px;font-weight:900;color:#334155}.check-line input{width:auto}.form-actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap;margin-top:8px}.client-search{display:grid;grid-template-columns:1fr 100px;gap:8px;margin-bottom:12px}.client-search input{margin:0}.client-box{display:grid;gap:4px;border-radius:15px;background:#f8fafc;border:1px solid #e2e8f0;padding:12px;margin-bottom:12px}.client-box strong{font-size:16px}.client-box span,.client-box small,.client-box.muted{color:#64748b;font-weight:800}.discount-table-wrap{overflow:auto}.discount-table{width:100%;border-collapse:collapse}.discount-table th{text-align:left;background:#f8fafc;color:#334155;font-size:13px;padding:12px;border-bottom:1px solid #e2e8f0}.discount-table td{padding:12px;border-bottom:1px solid #edf2f7;color:#0f172a;font-weight:700;font-size:13px;vertical-align:top}.discount-table td strong{display:block}.discount-table td small{display:block;color:#64748b;margin-top:4px}.pill{display:inline-flex;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:900}.pill.green{background:#dcfce7;color:#166534}.pill.red{background:#fee2e2;color:#991b1b}.pill.blue{background:#e0f2fe;color:#0369a1}.row-actions{display:flex;gap:6px;flex-wrap:wrap}.row-actions button{background:#f1f5f9;color:#334155;padding:8px 9px;font-size:12px}.empty{text-align:center;padding:20px;color:#64748b;font-weight:900}.discount-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a6b;z-index:5000;display:grid;place-items:center;padding:20px}.discount-modal{width:min(720px,calc(100vw - 40px));max-height:calc(100vh - 40px);overflow:auto;background:#fff;border-radius:24px;box-shadow:0 30px 80px #0f172a4d}.discount-modal-head{position:sticky;top:0;background:#fff;border-bottom:1px solid #e2e8f0;padding:18px;display:flex;justify-content:space-between;gap:16px}.discount-modal-head h2{margin:0}.discount-modal-head p{margin:4px 0 0;color:#64748b;font-weight:800}.discount-modal-head button{background:#fee2e2;color:#991b1b}.assigned-list{padding:16px;display:grid;gap:10px}.assigned-item{border:1px solid #e2e8f0;background:#f8fafc;border-radius:15px;padding:12px;display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center}.assigned-info{display:grid;gap:3px}.assigned-item span,.assigned-item small{color:#64748b;font-weight:800}.assigned-remove{background:#fee2e2;color:#b91c1c;border:1px solid #fecaca;padding:8px 14px;border-radius:12px;font-weight:800;cursor:pointer;white-space:nowrap;transition:background .15s,transform .15s}.assigned-remove:hover{background:#fecaca;transform:translateY(-1px)}@media(max-width:1000px){.discounts-grid{grid-template-columns:1fr}}@media(max-width:700px){.discounts-page{padding:14px}.discounts-head{flex-direction:column}.two-cols,.client-search{grid-template-columns:1fr}}#unclic-adm-clientes-force-menu,[data-unclic-adm-clientes-force=true],.unclic-adm-clientes-force-menu-item{cursor:pointer!important;pointer-events:auto!important}#unclic-adm-clientes-force-menu:hover,[data-unclic-adm-clientes-force=true]:hover,.unclic-adm-clientes-force-menu-item:hover{background:#ffffff24!important}.unclic-adm-clientes-force-manual{display:flex!important;align-items:center!important;gap:12px!important;margin:4px 10px!important;padding:10px 14px!important;border-radius:12px!important;color:#fff!important;font-weight:850!important;font-size:14px!important;line-height:1.2!important;background:#ffffff14!important}.unclic-adm-clientes-force-icon{width:18px!important;min-width:18px!important;display:inline-flex!important;justify-content:center!important}#unclic-adm-clientes-force-portal{position:fixed;top:0;right:0;bottom:0;z-index:75;background:#eef7fc;overflow:auto;padding:24px;box-sizing:border-box}.adm-force-page{color:#0f172a;width:100%;min-height:100%}.adm-force-head,.adm-force-toolbar,.adm-force-card,.adm-force-stats div{background:#fff;border:1px solid rgba(148,163,184,.35);border-radius:18px;box-shadow:0 16px 40px #0f172a0f}.adm-force-head{padding:16px;display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.adm-force-head h1{margin:0 0 4px;font-size:26px;font-weight:900}.adm-force-head p{margin:0;color:#49637f;font-weight:700}.adm-force-head small{display:block;margin-top:5px;color:#64748b;font-weight:800}.adm-force-head button{border:0;border-radius:12px;background:#fee2e2;color:#991b1b;font-weight:900;padding:10px 13px;cursor:pointer}.adm-force-stats{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:12px;margin-top:12px}.adm-force-stats div{padding:16px}.adm-force-stats span{display:block;color:#64748b;font-weight:800}.adm-force-stats b{font-size:24px;font-weight:950}.adm-force-toolbar{margin-top:12px;padding:12px;display:flex;gap:10px;flex-wrap:wrap;align-items:center}.adm-force-toolbar input{flex:1 1 320px;min-height:42px;border:1px solid rgba(148,163,184,.55);border-radius:12px;padding:0 12px;font-weight:750}.adm-force-toolbar button,.adm-force-actions button,.adm-force-modal-head button{border:0;border-radius:12px;min-height:38px;padding:0 13px;font-weight:900;cursor:pointer;background:#eef2f7;color:#0f172a}.adm-force-card{margin-top:12px;padding:14px;overflow:auto}.adm-force-card.compact{max-height:430px}.adm-force-card table{width:100%;border-collapse:collapse;font-size:13px}.adm-force-card th,.adm-force-card td{text-align:left;padding:10px 9px;border-bottom:1px solid #e5edf5;vertical-align:top}.adm-force-card th{color:#334155;background:#f8fafc;font-weight:900;white-space:nowrap}.adm-force-card small{display:block;color:#64748b;margin-top:3px}.adm-force-card .empty,.adm-force-loading{text-align:center;color:#64748b;font-weight:900;padding:22px}.adm-force-error{margin-top:12px;color:#991b1b;background:#fee2e2;border-radius:12px;padding:10px;font-weight:850}.adm-force-badge{display:inline-flex;border-radius:999px;padding:5px 8px;font-weight:900;font-size:11px}.adm-force-badge.ok{background:#dcfce7;color:#166534}.adm-force-badge.off{background:#fee2e2;color:#991b1b}.adm-force-modal-bg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:5000;background:#0f172a7a;display:grid;place-items:center;padding:18px}.adm-force-modal{width:min(1120px,96vw);max-height:92vh;overflow:auto;background:#fff;border-radius:20px;padding:16px;box-shadow:0 24px 80px #0f172a47}.adm-force-modal-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.adm-force-modal-head h2{margin:0 0 8px;font-size:22px;font-weight:900}.adm-force-import-box{margin-top:12px;border:1px dashed #93c5fd;border-radius:16px;padding:14px;background:#eff6ff}.adm-force-import-box p{margin:8px 0 0;color:#475569;font-weight:750}.adm-force-actions{margin-top:14px;display:flex;justify-content:flex-end;gap:10px}.adm-force-actions button:disabled{opacity:.45;cursor:not-allowed}.adm-force-import-stats{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px}.adm-force-import-stats span{background:#eef6ff;color:#075985;border-radius:999px;padding:8px 11px;font-weight:850}.adm-force-card tr.nuevo td{background:#f0fdf4}.adm-force-card tr.omitido td{background:#fff7ed}.adm-force-card tr.error td{background:#fef2f2}@media(max-width:768px){#unclic-adm-clientes-force-portal{left:0!important;padding:14px}.adm-force-head,.adm-force-toolbar{flex-direction:column;align-items:stretch}.adm-force-stats{grid-template-columns:1fr}}.adm-force-import-status{margin:12px 0;border:1px solid #7dd3fc;background:#ecfeff;color:#075985;border-radius:14px;padding:12px 14px;align-items:center;gap:10px;font-weight:900}.adm-force-spinner{width:18px;height:18px;border-radius:50%;border:3px solid rgba(14,165,233,.25);border-top-color:#0284c7;display:inline-block;animation:admForceSpin .8s linear infinite}@keyframes admForceSpin{to{transform:rotate(360deg)}}.adm-force-actions button:disabled,.adm-force-import-box input:disabled{opacity:.55;cursor:not-allowed}.adm-force-result-modal{width:min(720px,94vw);max-height:92vh;overflow:auto;background:#fff;border-radius:24px;padding:22px;box-shadow:0 28px 90px #0f172a52;border:1px solid rgba(148,163,184,.28)}.adm-force-result-header{display:flex;align-items:center;gap:14px;margin-bottom:16px}.adm-force-result-icon{width:54px;height:54px;min-width:54px;border-radius:18px;display:grid;place-items:center;font-size:30px;font-weight:950}.adm-force-result-icon.ok{background:#dcfce7;color:#15803d}.adm-force-result-icon.warn{background:#fef3c7;color:#b45309}.adm-force-result-icon.danger{background:#fee2e2;color:#b91c1c}.adm-force-result-header h2{margin:0 0 4px;font-size:26px;font-weight:950;color:#0f172a}.adm-force-result-header p{margin:0;color:#52677f;font-weight:800}.adm-force-result-grid{display:grid;grid-template-columns:repeat(3,minmax(130px,1fr));gap:10px;margin:14px 0}.adm-force-result-card{border-radius:18px;border:1px solid #dbe7f3;background:#f8fafc;padding:14px}.adm-force-result-card span{display:block;color:#64748b;font-size:12px;font-weight:900;margin-bottom:6px}.adm-force-result-card strong{display:block;color:#0f172a;font-size:28px;line-height:1;font-weight:950}.adm-force-result-card.ok{background:#ecfdf5;border-color:#bbf7d0}.adm-force-result-card.ok strong{color:#15803d}.adm-force-result-card.warn{background:#fff7ed;border-color:#fed7aa}.adm-force-result-card.warn strong{color:#c2410c}.adm-force-result-card.danger{background:#fef2f2;border-color:#fecaca}.adm-force-result-card.danger strong{color:#b91c1c}.adm-force-result-summary{margin-top:14px;padding:14px;border-radius:18px;border:1px solid #dbe7f3;background:#f8fbff}.adm-force-result-summary.danger{background:#fff7f7;border-color:#fecaca}.adm-force-result-summary strong{display:block;color:#0f172a;font-weight:950;margin-bottom:6px}.adm-force-result-summary p{margin:0;color:#334155;font-weight:800;line-height:1.45}.adm-force-result-summary small{display:block;margin-top:8px;color:#64748b;font-weight:800}.adm-force-result-summary pre{white-space:pre-wrap;word-break:break-word;margin:0;color:#7f1d1d;font-size:12px;font-weight:750;max-height:260px;overflow:auto}.adm-force-result-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.adm-force-result-actions button{border:0;min-height:42px;border-radius:14px;padding:0 16px;font-weight:950;cursor:pointer;background:#eef2f7;color:#0f172a}.adm-force-result-actions button.primary{background:#0ea5e9;color:#fff;box-shadow:0 12px 28px #0ea5e940}@media(max-width:720px){.adm-force-result-grid{grid-template-columns:repeat(2,minmax(120px,1fr))}}@media(max-width:480px){.adm-force-result-grid{grid-template-columns:1fr}.adm-force-result-actions{flex-direction:column-reverse}.adm-force-result-actions button{width:100%}}.despacho-estado-color{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:58px!important;min-height:22px!important;max-height:28px!important;padding:4px 9px!important;border-radius:999px!important;border:1px solid transparent!important;font-size:11px!important;line-height:1!important;font-weight:900!important;white-space:nowrap!important;box-shadow:none!important;background-image:none!important}select.despacho-estado-color{min-width:118px!important;min-height:38px!important;max-height:none!important;padding:0 34px 0 14px!important;font-size:14px!important;border-radius:18px!important}.despacho-estado-color.estado-nuevo{background:#eaf3ff!important;color:#075ac9!important;border-color:#9dc6ff!important}.despacho-estado-color.estado-pendiente{background:#fff7db!important;color:#9a5b00!important;border-color:#ffbd2e!important}.despacho-estado-color.estado-recibido{background:#e7f8ff!important;color:#036b9c!important;border-color:#80d8ff!important}.despacho-estado-color.estado-atencion{background:#fff0df!important;color:#b44706!important;border-color:#ffa85c!important}.despacho-estado-color.estado-camino{background:#f1edff!important;color:#6b35c9!important;border-color:#b9a6ff!important}.despacho-estado-color.estado-entregado{background:#e8fbef!important;color:#147a35!important;border-color:#91e7ad!important}.despacho-estado-color.estado-cancelado{background:#ffe8e8!important;color:#b42323!important;border-color:#ffabab!important}.despacho-row-mini-accent{position:relative}.despacho-row-mini-accent:before{content:"";position:absolute;left:0;top:7px;bottom:7px;width:4px;border-radius:999px;opacity:.95}.despacho-row-nuevo:before{background:#2f80ed}.despacho-row-pendiente:before{background:#f5a400}.despacho-row-recibido:before{background:#0ea5e9}.despacho-row-atencion:before{background:#f97316}.despacho-row-camino:before{background:#8b5cf6}.despacho-row-entregado:before{background:#22c55e}.despacho-row-cancelado:before{background:#ef4444}.despacho-row-color,.despacho-row-color *,.despacho-row-nuevo,.despacho-row-pendiente,.despacho-row-recibido,.despacho-row-preparacion,.despacho-row-camino,.despacho-row-entregado,.despacho-row-cancelado{background-image:none}[data-despacho-duplicate-hidden=true]{display:none!important}
