:root{--bg:#f5f7fb;--card:#fff;--border:#dbe3ef;--text:#122033;--muted:#5c6b80;--primary:#1d4ed8;--primary-strong:#163eac;--danger:#dc2626;--success:#15803d;--warning:#b45309}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--text);margin:0;padding:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.page-shell{min-height:100vh}.auth-shell{place-items:center;min-height:100vh;padding:24px;display:grid}.login-field{flex-direction:column;gap:4px;display:flex}.login-field-label{color:var(--text);font-size:13px;font-weight:600}.login-input:disabled{opacity:.5;pointer-events:none}.login-submit{position:relative}.login-submit:disabled{opacity:.8}.login-spinner-wrap{justify-content:center;align-items:center;gap:8px;display:flex}.login-spinner{animation:.7s linear infinite login-spin}@keyframes login-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.auth-card,.card{background:var(--card);border:1px solid var(--border);border-radius:18px;min-width:0;max-width:100%;box-shadow:0 18px 40px #0f172a0f}.auth-card{width:min(480px,100%);padding:28px}.app-layout{grid-template-columns:280px 1fr;min-height:100vh;display:grid}.protected-layout-shell{position:relative}.protected-layout-sidebar-slot{align-self:stretch;min-width:0;display:flex}.sidebar{color:#fff;background:#0f172a;flex-direction:column;gap:24px;padding:28px 22px;display:flex}.protected-layout-sidebar-slot .sidebar{flex:auto;width:100%;min-height:100%}.app-layout:not(.app-layout-weekly-collapsed) .protected-layout-sidebar-slot{z-index:900;align-self:start;height:100vh;position:sticky;top:0}.app-layout:not(.app-layout-weekly-collapsed) .protected-layout-sidebar-slot .sidebar{overflow:hidden}.app-layout:not(.app-layout-weekly-collapsed) .protected-layout-sidebar-slot .sidebar .menu{scrollbar-width:thin;scrollbar-color:#94a3b859 transparent;flex:auto;min-height:0;margin-right:-4px;padding-right:4px;overflow:hidden auto}.app-layout:not(.app-layout-weekly-collapsed) .protected-layout-sidebar-slot .sidebar .menu::-webkit-scrollbar{width:6px}.app-layout:not(.app-layout-weekly-collapsed) .protected-layout-sidebar-slot .sidebar .menu::-webkit-scrollbar-track{background:0 0}.app-layout:not(.app-layout-weekly-collapsed) .protected-layout-sidebar-slot .sidebar .menu::-webkit-scrollbar-thumb{background:#94a3b84d;border-radius:999px;transition:background .18s}.app-layout:not(.app-layout-weekly-collapsed) .protected-layout-sidebar-slot .sidebar .menu::-webkit-scrollbar-thumb:hover{background:#94a3b88c}.app-layout:not(.app-layout-weekly-collapsed) .protected-layout-sidebar-slot .sidebar .sidebar-brand,.app-layout:not(.app-layout-weekly-collapsed) .protected-layout-sidebar-slot .sidebar form[action=\/logout]{flex-shrink:0}.sidebar-title{margin:6px 0 10px}.eyebrow{text-transform:uppercase;letter-spacing:.12em;color:#94a3b8;margin:0;font-size:12px}.menu{flex-direction:column;gap:10px;display:flex}.menu a{color:#e2e8f0;border-radius:12px;padding:10px 12px}.menu a:hover{background:#94a3b826}.content{min-width:0;max-width:100%;padding:28px;overflow-x:hidden}.app-layout.app-layout-weekly-collapsed{display:block}.app-layout.app-layout-weekly-collapsed .protected-layout-sidebar-slot{z-index:70;pointer-events:none;will-change:transform;width:280px;transition:transform .24s;position:fixed;top:0;bottom:0;left:0;transform:translate(calc(-100% - 24px))}.app-layout.app-layout-weekly-collapsed .protected-layout-sidebar-slot .sidebar{height:100%;overflow-y:auto;box-shadow:0 24px 54px #0f172a47}.app-layout.app-layout-weekly-collapsed.app-layout-sidebar-overlay-open .protected-layout-sidebar-slot{pointer-events:auto;transform:translate(0)}.protected-layout-sidebar-tab{color:#64748b;cursor:pointer;z-index:75;background:#fffffff5;border:1px solid #dbe3efeb;border-left:0;border-radius:0 18px 18px 0;justify-content:center;align-items:center;width:40px;height:76px;padding:0;transition:left .24s,color .18s,background .18s,box-shadow .18s;display:inline-flex;position:fixed;top:50%;left:0;transform:translateY(-50%);box-shadow:0 12px 30px #0f172a1f,inset 0 1px #fffc}.protected-layout-sidebar-tab:hover{color:#0f172a;background:#f8fafcfa}.protected-layout-sidebar-tab:focus-visible{outline:2px solid var(--primary);outline-offset:3px}.protected-layout-sidebar-tab.is-open{left:280px}.protected-layout-sidebar-tab-icon{stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px;overflow:visible}.protected-layout-sidebar-backdrop{opacity:0;pointer-events:none;z-index:60;-webkit-backdrop-filter:blur(2px);background:#0f172a24;border:0;transition:opacity .22s;position:fixed;inset:0}.protected-layout-sidebar-backdrop.is-visible{opacity:1;pointer-events:auto}.protected-layout-mobile-summary-shell{display:none}.protected-layout-mobile-summary-bar{color:#f8fafc;background:#0f172afa;border-radius:22px;align-items:center;gap:12px;width:100%;padding:14px 18px 20px;display:flex;box-shadow:0 24px 48px #0f172a2e}.protected-layout-mobile-summary-bar>.protected-layout-mobile-summary-copy{flex:auto;min-width:0}.protected-layout-mobile-summary-bar>.notification-bell-wrap{flex-shrink:0}.protected-layout-mobile-summary-copy{gap:8px;display:grid}.protected-layout-mobile-summary-name{color:#f8fafc;word-break:break-word;margin:0;font-size:18px;font-weight:700;line-height:1.15}.protected-layout-mobile-summary-bar .badge,.protected-layout-mobile-sidebar .badge{color:#dbeafe;background:#3b82f633}.protected-layout-mobile-summary-tab{color:#64748b;cursor:pointer;background:#fffffffa;border:1px solid #dbe3efeb;border-radius:999px;justify-content:center;align-items:center;width:56px;height:34px;margin:-12px auto 0;padding:0;transition:color .18s,background .18s,box-shadow .18s,transform .18s;display:inline-flex;box-shadow:0 12px 30px #0f172a1f,inset 0 1px #fffc}.protected-layout-mobile-summary-tab:hover{color:#0f172a;background:#f8fafc}.protected-layout-mobile-summary-tab:focus-visible{outline:2px solid var(--primary);outline-offset:3px}.protected-layout-mobile-summary-tab.is-open{transform:translateY(2px)}.protected-layout-mobile-panel{opacity:0;pointer-events:none;transition:opacity .22s,transform .22s;position:absolute;top:calc(100% + 6px);left:0;right:0;transform:translateY(-16px)}.protected-layout-mobile-panel.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.protected-layout-mobile-sidebar{border:1px solid #dbe3ef47;border-radius:26px;max-height:min(72vh,100vh - 96px);overflow-y:auto;box-shadow:0 24px 48px #0f172a3d}.swap-request-toast-stack{z-index:80;flex-direction:column;gap:12px;width:min(360px,100vw - 32px);display:flex;position:fixed;bottom:24px;right:24px}.swap-request-toast{color:#f8fafc;background:#0f172af5;border:1px solid #94a3b847;border-radius:16px;flex-direction:column;gap:10px;padding:14px;display:flex;box-shadow:0 24px 48px #0f172a3d}.swap-request-toast strong{font-size:15px}.swap-request-toast p{color:#cbd5e1;margin:0;line-height:1.45}.swap-request-toast-actions{flex-wrap:wrap;gap:8px;display:flex}.swap-request-toast-button{padding:9px 12px}.swap-request-toast-feedback{margin:0;font-size:13px;font-weight:600}.swap-request-toast-feedback.success{color:#86efac}.swap-request-toast-feedback.error{color:#fca5a5}.swap-request-toast-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.swap-request-toast-close{color:#94a3b8;background:0 0;border:0;border-radius:10px;padding:4px 8px;font-weight:700;line-height:1}.swap-request-toast-close:hover{color:#f8fafc;background:#94a3b829}.swap-request-toast-link{color:var(--primary);background:#dbeafe;border-radius:12px;justify-content:center;align-self:flex-start;align-items:center;padding:8px 12px;font-weight:700;display:inline-flex}.swap-request-toast-link:hover{background:#bfdbfe}.count-layout-toast-stack{z-index:95;pointer-events:none;flex-direction:column;align-items:flex-end;gap:10px;display:flex;position:fixed;bottom:24px;right:24px}.count-layout-toast{letter-spacing:-.01em;-webkit-backdrop-filter:blur(12px);border:1px solid #0000;border-radius:14px;align-items:center;gap:10px;max-width:min(320px,100vw - 32px);padding:11px 14px;font-size:14px;font-weight:700;line-height:1.25;display:inline-flex;box-shadow:0 18px 36px #0f172a29,inset 0 1px #ffffffa6}.count-layout-toast:before{content:"";border-radius:999px;flex:none;width:10px;height:10px}.count-layout-toast.success{color:#166534;background:linear-gradient(135deg,#dcfce7fa,#f0fdf4fa);border-color:#86eface6}.count-layout-toast.success:before{background:#16a34a;animation:1.35s ease-in-out infinite count-layout-success-pulse;box-shadow:0 0 0 4px #86efac59}.count-layout-toast.error{color:#b91c1c;background:linear-gradient(135deg,#fef2f2fa,#fff1f2fa);border-color:#fca5a5eb}.count-layout-toast.error:before{background:#dc2626;box-shadow:0 0 0 4px #fca5a557}@keyframes count-layout-success-pulse{0%{transform:scale(.92);box-shadow:0 0 #86efac75}55%{transform:scale(1.08);box-shadow:0 0 0 8px #86efac24}to{transform:scale(.92);box-shadow:0 0 #86efac00}}.page-header{margin-bottom:20px}.page-header-with-action{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.page-header-nav-row{align-items:center;gap:12px;min-width:0;margin-bottom:8px;margin-left:-20px;display:flex}.page-header-navline{min-width:0;color:var(--muted);flex-wrap:wrap;align-items:center;gap:8px;padding-top:1px;font-size:14px;line-height:1.2;display:flex}.page-header-navline .eyebrow{margin:0}.page-header-nav-separator{color:#94a3b8}.page-header-context-link,.page-header-context-current{font-weight:600}.page-header-context-link{color:var(--muted)}.page-header-context-link:hover,.page-header-context-current{color:var(--text)}.page-header-with-action>div{flex:320px;min-width:0}.page-header-action{align-self:flex-start}.page-header-icon-action{color:#94a3b8;background:0 0;border:0;border-radius:0;flex:none;justify-content:center;align-self:flex-start;align-items:center;width:32px;height:32px;transition:color .18s;display:inline-flex}.page-header-back-icon{stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px;overflow:visible}.page-header-icon-action:hover{color:#475569}.page-header-icon-action:focus-visible{outline:2px solid var(--primary);outline-offset:3px}.page-header h1,.page-header h2,.card h2,.card h3{margin-top:0}.grid{gap:18px;display:grid}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.card{padding:20px}.kpi{margin:6px 0;font-size:30px;font-weight:700}.muted{color:var(--muted)}.badge{color:var(--primary);text-transform:uppercase;text-align:center;background:#1d4ed81f;border-radius:999px;justify-content:center;align-self:flex-start;align-items:center;gap:6px;padding:4px 9px;font-size:12px;font-weight:700;display:inline-flex}.badge.success{color:var(--success);background:#15803d1f}.badge.warning{color:var(--warning);background:#b453091f}.badge.danger{color:var(--danger);background:#dc26261f}.form-grid{gap:14px;display:grid}label{gap:7px;font-weight:600;display:grid}input,select,textarea{border:1px solid var(--border);background:#fff;border-radius:12px;width:100%;padding:11px 12px}textarea{resize:vertical;min-height:96px}.primary-button,.secondary-button,.danger-button{border:0;border-radius:12px;padding:11px 14px;font-weight:700}.primary-button{background:var(--primary);color:#fff}.primary-button:hover{background:var(--primary-strong)}.secondary-button{color:#111827;background:#e5e7eb}.danger-button{color:#fee2e2;background:#dc26262e}.danger-button:hover{background:#dc26264d}.full-width{width:100%}.table-wrap{-webkit-overflow-scrolling:touch;width:100%;min-width:0;max-width:100%;overflow:auto hidden}.table{border-collapse:collapse;width:100%;min-width:max-content}.table th,.table td{border-bottom:1px solid var(--border);text-align:left;vertical-align:top;padding:12px 10px}.table th{color:var(--muted);font-size:13px}.table tr.table-row-conflict td{background:#fef2f2eb}.table-stack-compact{flex-direction:column;gap:6px;display:flex}.table-person-line{flex-direction:column;gap:2px;display:flex}.table-inline-form{margin:0}.table-action-feedback{font-size:12px;line-height:1.45}.table-action-feedback.error{color:var(--danger)}.inline-note{color:#1e3a8a;background:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;padding:10px 12px}.error-note{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;padding:10px 12px}.stack{flex-direction:column;gap:16px;min-width:0;display:flex}.stack>*{min-width:0}.row{flex-wrap:wrap;gap:12px;display:flex}@media (max-width:960px){.app-layout{grid-template-columns:1fr}.protected-layout-sidebar-slot{display:none}.content{min-width:0;max-width:100%;padding:20px 8px 24px;overflow-x:hidden}.content.has-mobile-summary{padding-top:calc(env(safe-area-inset-top,0px) + 138px)}.protected-layout-mobile-summary-shell{top:calc(env(safe-area-inset-top,0px) + 12px);z-index:78;opacity:1;visibility:visible;flex-direction:column;align-items:center;margin-bottom:0;transition:transform .26s,opacity .22s,visibility .22s;display:flex;position:fixed;left:16px;right:16px;transform:translateY(0)}:is(.content:has(.picker-root.is-open) .protected-layout-mobile-summary-shell,.content:has(.ci-select-trigger--open) .protected-layout-mobile-summary-shell,.content:has(.tsf-ss-trigger.is-open) .protected-layout-mobile-summary-shell,.content:has(.count-product-store-trigger.is-open) .protected-layout-mobile-summary-shell),.protected-layout-mobile-summary-shell.is-input-focused{top:calc(env(safe-area-inset-top,0px) + 12px);opacity:1;pointer-events:auto;visibility:visible;position:absolute;transform:translateY(0)}.protected-layout-mobile-summary-bar{border-radius:24px;width:100%}.protected-layout-mobile-sidebar{gap:18px}.swap-request-toast-stack{width:calc(100vw - 32px);bottom:16px;right:16px}.grid.two,.grid.three{grid-template-columns:1fr}.page-header-nav-row{align-items:flex-start;gap:8px;margin-left:0}.page-header-nav-row .page-header-icon-action{flex-shrink:0;margin-top:1px}}.picker-field{position:relative}.picker-field input[type=text]{padding-right:48px}.native-picker-proxy{opacity:0;pointer-events:none;width:0;height:0;position:absolute;inset:0}.picker-root,.picker-field{position:relative}.picker-field input[type=text]{cursor:pointer;background:#fff;padding-right:48px}.picker-field.is-disabled input[type=text]{cursor:not-allowed;color:var(--muted);background:#f8fafc}.picker-button{background:0 0;border:0;border-radius:10px;place-items:center;width:32px;height:32px;font-size:18px;display:grid;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.picker-button:hover{background:#1d4ed814}.picker-button:disabled{cursor:not-allowed;opacity:.45}.picker-group.is-button-trigger{gap:0}.picker-trigger-button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:0;padding:0}.picker-trigger-button.is-disabled{cursor:not-allowed;opacity:.45}.picker-trigger-button:focus-visible{outline:2px solid var(--primary);outline-offset:3px}.picker-popover{z-index:90;border:1px solid var(--border);background:#fff;border-radius:16px;width:min(320px,100vw - 48px);padding:14px;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 18px 40px #0f172a1f}.picker-popover.is-top{top:auto;bottom:calc(100% + 8px)}.calendar-header{justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;display:flex}.calendar-nav{border:1px solid var(--border);background:#fff;border-radius:10px;width:36px;height:36px;font-size:22px;line-height:1}.calendar-grid{grid-template-columns:repeat(7,minmax(0,1fr));gap:6px;display:grid}.calendar-weekdays{color:var(--muted);text-align:center;margin-bottom:8px;font-size:12px}.calendar-day,.calendar-empty{aspect-ratio:1}.calendar-day{border:1px solid var(--border);background:#fff;border-radius:10px;font-weight:600}.calendar-day:hover{background:#1d4ed814}.calendar-day.selected{background:var(--primary);color:#fff;border-color:var(--primary)}.calendar-day-adjacent{color:#cbd5e1}.calendar-day-adjacent:hover{color:#64748b}.calendar-day.in-range{background:#1d4ed814;border-radius:0}.calendar-range-hint{text-align:center;color:var(--muted);padding:4px 0 2px;font-size:12px}.calendar-day:disabled,.calendar-day.disabled{color:#94a3b8;cursor:not-allowed;opacity:.5;background:#f8fafc;border-color:#e2e8f0}.calendar-day:disabled:hover,.calendar-day.disabled:hover{background:#f8fafc}.calendar-empty{display:block}.time-popover-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.time-popover select{max-height:240px}.time-popover-clean{width:220px;padding:0;overflow:hidden}.tp-header{color:#64748b;border-bottom:1px solid #f1f5f9;align-items:center;gap:8px;padding:12px 16px;display:flex}.tp-header-label{text-transform:uppercase;letter-spacing:.3px;font-size:12px;font-weight:600}.tp-preview{text-align:center;color:var(--text);letter-spacing:2px;background:#f8fafc;border-bottom:1px solid #f1f5f9;padding:14px 16px;font-size:28px;font-weight:700}.tp-columns{border-bottom:1px solid #f1f5f9;grid-template-columns:1fr 1fr;gap:0;display:grid}.tp-col{flex-direction:column;display:flex}.tp-col:first-child{border-right:1px solid #f1f5f9}.tp-col-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.3px;text-align:center;padding:8px 0 4px;font-size:11px;font-weight:600}.tp-scroll{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;flex-direction:column;max-height:180px;padding:2px 6px 6px;display:flex;overflow-y:auto}.tp-cell{color:#334155;cursor:pointer;text-align:center;background:0 0;border:none;border-radius:8px;flex-shrink:0;padding:6px 0;font-size:14px;font-weight:500;transition:background .12s}.tp-cell:hover{background:#f1f5f9}.tp-cell.is-active{color:#fff;background:#1d4ed8;font-weight:600}.tp-footer{padding:10px 12px}.tp-btn-apply{color:#fff;cursor:pointer;background:#1d4ed8;border:none;border-radius:8px;width:100%;padding:8px 0;font-size:13px;font-weight:600;transition:background .15s}.tp-btn-apply:hover{background:#1e40af}.str-card,.str-edit-card{z-index:1;position:relative}:is(.str-card:has(.picker-root.is-open),.str-edit-card:has(.picker-root.is-open)),.picker-root.is-open{z-index:50}.picker-popover-footer{justify-content:flex-end;margin-top:12px;display:flex}.action-card-shell{position:relative;overflow:visible}.action-card-content{z-index:1;position:relative}.action-card-shell.is-pending .action-card-content{opacity:.28;filter:grayscale(.12);pointer-events:none}.action-card-overlay{z-index:3;border-radius:inherit;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);color:var(--text);text-align:center;background:#94a3b829;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:28px;display:flex;position:absolute;inset:0}.action-card-spinner{border:4px solid #1d4ed82e;border-top-color:var(--primary);border-radius:999px;width:32px;height:32px;animation:.8s linear infinite spin}button:disabled{cursor:not-allowed;opacity:.9}form[aria-busy=true] button:disabled,.action-card-shell.is-pending button:disabled{cursor:wait}@keyframes spin{to{transform:rotate(360deg)}}.action-card-shell.has-feedback .action-card-content{opacity:.22;pointer-events:none}.action-card-shell.has-feedback.success .action-card-content{filter:saturate(.88)}.action-card-shell.has-feedback.error .action-card-content{filter:saturate(.82)}.action-card-result{z-index:4;border-radius:inherit;text-align:center;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);justify-content:center;align-items:center;padding:28px;display:flex;position:absolute;inset:0}.action-card-result strong{border-radius:16px;justify-content:center;align-items:center;min-width:min(420px,100% - 24px);max-width:min(560px,100%);padding:16px 20px;font-size:16px;line-height:1.45;display:inline-flex;box-shadow:0 14px 30px #0f172a14}.action-card-result.success{background:#15803d1f}.action-card-result.success strong{color:var(--success);background:#15803d1f;border:1px solid #15803d2e}.action-card-result.error{background:#dc26261f}.action-card-result.error strong{color:var(--danger);background:#dc26261f;border:1px solid #dc26262e}.cs-top-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}@media (max-width:640px){.cs-top-row{flex-direction:column;align-items:stretch}}.css-modal-backdrop{z-index:1000;background:#0006;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.css-modal{background:#fff;border-radius:14px;width:100%;max-width:480px;max-height:80vh;overflow-y:auto;box-shadow:0 20px 60px #00000026}.css-modal-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.css-modal-header h3{margin:0;font-size:16px;font-weight:600}.css-modal-close{cursor:pointer;color:#64748b;background:0 0;border:none;border-radius:6px;padding:4px;transition:background .15s}.css-modal-close:hover{background:#f1f5f9}.css-modal-body{padding:20px 24px 24px}.css-modal-section-label{margin:0 0 4px;font-size:14px;font-weight:600}.css-store-list{flex-direction:column;gap:12px;display:flex}.css-store-toggle-row{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;display:flex}.css-store-toggle-name{font-size:14px;font-weight:500}.css-toggle{cursor:pointer;background:#cbd5e1;border:none;border-radius:12px;flex-shrink:0;width:44px;height:24px;padding:0;transition:background .2s;position:relative}.css-toggle-on{background:#3b82f6}.css-toggle-thumb{background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #0003}.css-toggle-on .css-toggle-thumb{transform:translate(20px)}.css-toggle:disabled{opacity:.5;cursor:not-allowed}.css-toggle-error{color:#ef4444;font-size:12px}.emp-kpi-row{flex-wrap:wrap;gap:14px;display:flex}.emp-kpi{background:#fff;border:1px solid #e2e8f0;border-radius:16px;align-items:center;gap:14px;padding:18px 22px;display:flex}.emp-kpi-icon{color:#3b82f6;background:#eff6ff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.emp-kpi-icon-slate{color:#64748b;background:#f1f5f9}.emp-kpi-value{color:var(--text);font-size:22px;font-weight:800;line-height:1.1;display:block}.emp-kpi-label{color:#64748b;font-size:13px}.emp-input{width:100%;color:var(--text);background:#fff;border:1px solid #e2e8f0;border-radius:10px;outline:none;padding:10px 14px;font-size:14px;transition:border-color .15s,box-shadow .15s}.emp-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f}.emp-input::placeholder{color:#94a3b8}.emp-row-2{grid-template-columns:1fr 1fr;gap:14px;display:grid}.emp-recovery-link-box{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;flex-direction:column;gap:8px;margin:12px 16px 16px;padding:12px 14px;display:flex}.emp-recovery-link-desc{color:#166534;margin:0;font-size:12px}.emp-recovery-link-row{align-items:stretch;gap:8px;display:flex}.emp-recovery-link-row .emp-input{flex:1;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px}.emp-name-cell{align-items:center;gap:10px;display:flex}.emp-avatar-sm{color:#3b82f6;background:#eff6ff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:14px;font-weight:700;display:flex}@media (max-width:640px){.emp-row-2{grid-template-columns:1fr}}.emp-permissions-grid{grid-template-columns:1fr 1fr;gap:8px 16px;margin-top:4px;display:grid}@media (max-width:480px){.emp-permissions-grid{grid-template-columns:1fr}}.ovr-layout{grid-template-columns:1fr 1fr;align-items:stretch;gap:20px;display:grid}.ovr-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;display:flex;position:relative;overflow:visible}.ovr-card:has(.picker-popover){z-index:10}.ovr-card-header{border-bottom:1px solid #f1f5f9;align-items:center;gap:14px;padding:20px 24px;display:flex}.ovr-card-icon{color:#3b82f6;background:#eff6ff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.ovr-card-icon-amber{color:#d97706;background:#fffbeb}.ovr-card-title{color:var(--text);margin:0;font-size:15px;font-weight:700;line-height:1.3}.ovr-card-desc{color:#64748b;margin:0;font-size:13px;line-height:1.4}.ovr-form{flex-direction:column;flex:1;gap:18px;padding:24px;display:flex}.ovr-form .picker-group,.form-grid .picker-group,.ovr-form-swap-wrap .picker-group{flex-direction:column;gap:6px;display:flex}.ovr-form-swap-wrap{flex-direction:column;flex:1;padding:24px;display:flex}.ovr-form-swap-wrap .form-grid{flex-direction:column;flex:1;gap:14px;display:flex}.ovr-field-grow{flex-direction:column;flex:1;display:flex}.ovr-field-grow .ovr-textarea{flex:1;min-height:72px}.ovr-swap-submit{border-radius:10px;padding:10px 22px;font-size:14px;font-weight:600}.ovr-field{flex-direction:column;gap:6px;display:flex}.ovr-label{color:#334155;font-size:13px;font-weight:600}.ovr-textarea{color:var(--text);resize:vertical;box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:10px;outline:none;width:100%;min-height:72px;padding:10px 14px;font-family:inherit;font-size:14px;transition:border-color .15s,box-shadow .15s}.ovr-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f}.ovr-hint{color:#94a3b8;margin:0;font-size:13px}.ovr-time-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.ovr-select-root{position:relative}.ovr-select-root .count-product-store-trigger{width:100%;min-height:42px}.ovr-select-root .count-product-store-trigger.is-disabled{opacity:.55;cursor:not-allowed}.ovr-select-menu{z-index:50;background:#fff;border:1px solid #e2e8f0;border-top:none;border-radius:0 0 14px 14px;flex-direction:column;max-height:300px;display:flex;position:absolute;top:100%;left:0;right:0;overflow:hidden;box-shadow:0 12px 28px #0f172a1f}.ovr-search-wrap{border-bottom:1px solid #f1f5f9;flex-shrink:0;padding:6px 8px 5px}.ovr-search-input{color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;outline:none;width:100%;padding:7px 10px;font-family:inherit;font-size:13px;transition:border-color .12s,box-shadow .12s}.ovr-search-input:focus{background:#fff;border-color:#93c5fd;box-shadow:0 0 0 3px #3b82f61f}.ovr-search-input::placeholder{color:#94a3b8}.ovr-select-items{flex:1;padding:4px;overflow-y:auto}.ovr-search-empty{color:#94a3b8;text-align:center;padding:10px 14px;font-size:13px}.ovr-select-menu .operational-checklist-scope-item{color:#334155;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;width:100%;padding:8px 12px;font-size:14px;display:flex}.ovr-select-menu .operational-checklist-scope-item:hover{background:#f1f5f9}.ovr-select-menu .operational-checklist-scope-item.is-selected{color:#1d4ed8;background:#eff6ff;font-weight:600}.ovr-select-menu .operational-checklist-scope-check{color:#1d4ed8;font-size:14px}.ovr-section-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden}.ovr-card-icon-green{color:#16a34a;background:#f0fdf4}.ovr-table-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}.ovr-table{border-collapse:collapse;width:100%;font-size:14px}.ovr-table thead th{text-align:left;text-transform:uppercase;letter-spacing:.04em;color:#64748b;white-space:nowrap;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:10px 16px;font-size:12px;font-weight:600}.ovr-table tbody td{vertical-align:top;color:var(--text);border-bottom:1px solid #f1f5f9;padding:12px 16px;line-height:1.5}.ovr-table tbody tr:last-child td{border-bottom:none}.ovr-table tbody tr:hover{background:#f8fafc}.ovr-table tbody td .secondary-button,.ovr-table tbody td .primary-button{text-align:center;justify-content:center;min-width:90px}.ovr-table tbody tr:hover .ovr-swap-movement-row,.ovr-table tbody tr:hover .ovr-swap-movement-date-value{background:#e8ecf2}.ovr-td-nowrap{white-space:nowrap}.ovr-td-sub{color:#94a3b8;margin-top:2px;font-size:12px;display:block}.ovr-td-empty{text-align:center;color:#94a3b8;font-size:14px;padding:32px 16px!important}.ovr-row-conflict{background:#fef2f2}.ovr-row-conflict:hover{background:#fee2e2!important}.ovr-people-cell{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.ovr-swap-movements,.ovr-swap-date-col{flex-direction:column;gap:6px;display:flex}:is(td:has(.ovr-swap-date-col),td:has(.ovr-swap-movements)){vertical-align:middle!important}.ovr-swap-movement-date-value{color:var(--text);box-sizing:border-box;background:#f1f5f9;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;padding:6px 8px;font-size:13px;font-weight:700;display:flex}.ovr-swap-movement-row{background:#f8fafc;border:1px solid #dbe3ef80;border-radius:8px;align-items:center;gap:6px;min-height:30px;padding:6px 8px;font-size:13px;display:flex}.ovr-swap-movement-date{color:#64748b;white-space:nowrap;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:5px;flex-shrink:0;padding:2px 7px;font-size:12px;font-weight:700}.ovr-swap-movement-out,.ovr-swap-movement-in{color:var(--text);align-items:center;gap:4px;font-weight:600;display:flex}.ovr-swap-movement-arrow{color:#94a3b8;flex-shrink:0}.ovr-swap-tag-out{text-transform:uppercase;letter-spacing:.3px;color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:4px;padding:1px 5px;font-size:9px;font-weight:700}.ovr-swap-tag-in{text-transform:uppercase;letter-spacing:.3px;color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:4px;padding:1px 5px;font-size:9px;font-weight:700}.ovr-mcard-swap-movements{flex-direction:column;gap:8px;display:flex}.ovr-mcard-swap-movement{background:#f8fafc;border:1px solid #dbe3ef80;border-radius:8px;flex-direction:column;gap:4px;padding:8px 10px;display:flex}.ovr-mcard-swap-movement-date{color:var(--text);font-size:12px;font-weight:700}.ovr-mcard-swap-movement-detail{align-items:center;gap:6px;font-size:12px;display:flex}.ovr-date-out{color:#dc2626;font-weight:600}.ovr-date-in{color:#16a34a;font-weight:600}.ovr-swap-arrow{color:#94a3b8;flex-shrink:0;font-size:13px}.ovr-person-badge{align-items:center;gap:6px;font-size:14px;display:inline-flex}.ovr-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.ovr-dot.green{background:#16a34a}.ovr-dot.red{background:#dc2626}.ovr-person-tag{color:#94a3b8;font-size:11px;font-weight:500}.ovr-status-stack{flex-direction:column;align-items:flex-start;gap:4px;display:flex}.ovr-inline-form{flex-direction:column;gap:8px;min-width:180px;display:flex}.ovr-textarea-sm{color:var(--text);resize:vertical;box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:8px;outline:none;width:100%;min-height:48px;padding:6px 10px;font-family:inherit;font-size:13px;transition:border-color .15s}.ovr-textarea-sm:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.ovr-conflict-hint{color:#dc2626;font-size:12px;line-height:1.4}.ovr-action-row{gap:8px;display:flex}.ovr-btn-sm{border-radius:8px!important;min-height:0!important;padding:6px 14px!important;font-size:13px!important}.ovr-desktop-only{display:block}.ovr-mobile-only{display:none}.ovr-mobile-cards{flex-direction:column;gap:12px;padding:16px}.ovr-mcard{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.ovr-mcard-top{background:#f8fafc;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.ovr-mcard-date{color:var(--text);font-size:13px;font-weight:600}.ovr-mcard-body{flex-direction:column;gap:8px;padding:12px 16px;display:flex}.ovr-mcard-row{justify-content:space-between;align-items:baseline;gap:12px;font-size:14px;line-height:1.4;display:flex}.ovr-mcard-label{color:#64748b;text-transform:uppercase;letter-spacing:.03em;flex-shrink:0;font-size:12px;font-weight:600}.ovr-mcard-form{border-top:1px solid #f1f5f9;flex-direction:column;gap:8px;padding:12px 16px;display:flex}.ovr-mcard-actions{border-top:1px solid #f1f5f9;gap:8px;padding:12px 16px;display:flex}.ovr-mcard-empty{text-align:center;color:#94a3b8;padding:24px 16px;font-size:14px}@media (max-width:900px){.ovr-layout{grid-template-columns:1fr}.ovr-desktop-only{display:none}.ovr-mobile-only{display:flex}}@media (max-width:640px){.ovr-card-header{padding:16px 18px}.ovr-form,.ovr-form-swap-wrap{padding:18px}.ovr-time-row{grid-template-columns:1fr}}.str-shell{flex-direction:column;gap:24px;display:flex}.str-kpi-row{gap:14px;display:flex}.str-kpi{background:#fff;border:1px solid #e2e8f0;border-radius:16px;align-items:center;gap:14px;padding:18px 22px;display:flex}.str-kpi-icon{color:#3b82f6;background:#eff6ff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.str-kpi-body{flex-direction:column;display:flex}.str-kpi-value{color:var(--text);font-size:26px;font-weight:800;line-height:1.1}.str-kpi-label{color:#64748b;text-transform:uppercase;letter-spacing:.4px;font-size:12px;font-weight:600}.str-layout{grid-template-columns:1fr 1fr;align-items:stretch;gap:20px;display:grid}.str-col-form,.str-col-list{min-width:0}.str-col-list{position:relative}.str-col-list>.str-card{flex-direction:column;min-height:0;display:flex;position:absolute;inset:0;overflow:hidden}.str-col-list>.str-card>.str-list{scrollbar-width:thin;scrollbar-color:#94a3b866 transparent;flex:auto;min-height:0;padding-bottom:8px;padding-right:8px;overflow:hidden auto}.str-col-list>.str-card>.str-list::-webkit-scrollbar{width:6px}.str-col-list>.str-card>.str-list::-webkit-scrollbar-track{background:0 0}.str-col-list>.str-card>.str-list::-webkit-scrollbar-thumb{background:#94a3b859;border-radius:999px}.str-col-list>.str-card>.str-list::-webkit-scrollbar-thumb:hover{background:#94a3b899}.str-col-list>.str-card>.str-list::-webkit-scrollbar-button{appearance:none!important;background:0 0!important;width:0!important;height:0!important;display:none!important}.str-col-list>.str-card>.str-list::-webkit-scrollbar-button:vertical:start{background:0 0!important;height:0!important;display:none!important}.str-col-list>.str-card>.str-list::-webkit-scrollbar-button:vertical:end{background:0 0!important;height:0!important;display:none!important}.str-col-list>.str-card>.str-list::-webkit-scrollbar-button:vertical:single-button{background:0 0!important;height:0!important;display:none!important}.str-col-list>.str-card>.str-list::-webkit-scrollbar-button:vertical:double-button{background:0 0!important;height:0!important;display:none!important}.str-col-list>.str-card>.str-list::-webkit-scrollbar-button:vertical:increment{background:0 0!important;height:0!important;display:none!important}.str-col-list>.str-card>.str-list::-webkit-scrollbar-button:vertical:decrement{background:0 0!important;height:0!important;display:none!important}.str-col-list>.str-card>.str-list::-webkit-scrollbar-corner{background:0 0!important;display:none!important}@media (max-width:900px){.str-col-list{position:static}.str-col-list>.str-card{height:auto;position:static}.str-col-list>.str-card>.str-list{max-height:none;overflow:visible}}.str-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;position:relative;overflow:visible}.str-card-header{border-bottom:1px solid #f1f5f9;align-items:center;gap:14px;padding:20px 24px;display:flex}.str-card-icon{color:#3b82f6;background:#eff6ff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.str-card-icon-green{color:#16a34a;background:#f0fdf4}.str-card-icon-amber{color:#d97706;background:#fffbeb}.str-card-title{color:var(--text);margin:0;font-size:15px;font-weight:700;line-height:1.3}.str-card-desc{color:#64748b;margin:0;font-size:13px;line-height:1.4}.str-form{flex-direction:column;gap:18px;padding:24px;display:flex}.str-form-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.str-field{flex-direction:column;gap:6px;display:flex}.str-label{color:#334155;font-size:13px;font-weight:600}.str-field-hint{color:#64748b;font-size:12px;line-height:1.4}.str-input{color:var(--text);box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:10px;outline:none;width:100%;padding:10px 14px;font-size:14px;transition:border-color .15s,box-shadow .15s}.str-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f}.str-input::placeholder{color:#94a3b8}.str-time-section{flex-direction:column;gap:8px;display:flex}.str-time-title{color:#64748b;text-transform:uppercase;letter-spacing:.3px;font-size:12px;font-weight:600}.str-time-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.str-time-row .picker-group{flex-direction:column;gap:6px;min-width:0;display:flex}.str-time-row .picker-group>label{color:#334155;font-size:13px;font-weight:600}.str-btn{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:10px 22px;font-size:14px;font-weight:600;transition:background .15s;display:inline-flex}.str-btn:disabled{opacity:.55;cursor:not-allowed}.str-btn-sm{border-radius:8px;padding:5px 12px;font-size:12px}.str-btn-primary{color:#fff;background:#1d4ed8}.str-btn-primary:hover:not(:disabled){background:#1e40af}.str-btn-secondary{color:#334155;background:#f1f5f9;border:1px solid #e2e8f0}.str-btn-secondary:hover:not(:disabled){background:#e2e8f0}.str-btn-danger{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.str-btn-danger:hover:not(:disabled){background:#fee2e2}.emp-hold-btn{-webkit-user-select:none;user-select:none;touch-action:none;position:relative;overflow:hidden}.emp-hold-btn:after{content:"";transform-origin:0;background:#dc26262e;transition:none;position:absolute;inset:0;transform:scaleX(0)}.emp-hold-btn[data-hold-active]:after{transition:transform 3s linear;transform:scaleX(1)}.str-list{flex-direction:column;display:flex}.str-list-item{border-bottom:1px solid #f1f5f9;flex-direction:column;gap:10px;padding:16px 24px;display:flex}.str-list-item:last-child{border-bottom:none}.str-list-top{align-items:center;gap:12px;display:flex}.str-list-avatar{color:#fff;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:15px;font-weight:700;display:flex}.str-list-info{flex-direction:column;min-width:0;display:flex}.str-list-name{color:var(--text);font-size:14px;font-weight:600;line-height:1.3}.str-list-meta{color:#94a3b8;font-size:12px;line-height:1.3}.str-list-details{flex-wrap:wrap;gap:6px 16px;padding-left:48px;display:flex}.str-list-detail{align-items:baseline;gap:5px;display:flex}.str-list-detail-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.3px;font-size:11px;font-weight:600}.str-list-detail-value{color:#334155;font-size:13px}.str-empty{flex-direction:column;align-items:center;gap:10px;padding:40px 24px;display:flex}.str-empty-icon{color:#94a3b8;background:#f1f5f9;border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.str-empty-text{color:#94a3b8;margin:0;font-size:14px}.str-section{flex-direction:column;gap:18px;display:flex}.str-section-header{align-items:center;gap:14px;display:flex}.str-section-title{color:var(--text);margin:0;font-size:18px;font-weight:700;line-height:1.3}.str-section-desc{color:#64748b;margin:0;font-size:13px}.str-edit-grid{grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:16px;display:grid}.str-edit-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;position:relative;overflow:visible}.str-edit-form{flex-direction:column;gap:16px;padding:20px;display:flex}.str-edit-header{border-bottom:1px solid #f1f5f9;align-items:center;gap:12px;padding-bottom:14px;display:flex}.str-edit-avatar{color:#fff;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:16px;font-weight:700;display:flex}.str-edit-name{color:var(--text);margin:0;font-size:15px;font-weight:700;line-height:1.3}.str-edit-meta{color:#94a3b8;margin:0;font-size:12px}.str-edit-actions{gap:10px;padding-top:4px;display:flex}.str-edit-actions .str-btn{flex:1}.str-delete-section{padding:0 20px 20px}.str-delete-section .str-btn{width:100%}@media (max-width:900px){.str-layout,.str-edit-grid{grid-template-columns:1fr}}@media (max-width:640px){.str-shell{gap:16px}.str-kpi{padding:14px 16px}.str-kpi-icon{width:36px;height:36px}.str-kpi-value{font-size:22px}.str-card-header,.str-list-item{padding:16px 18px}.str-form{padding:18px}.str-form-grid{grid-template-columns:1fr}.str-list-details{padding-left:0}.str-edit-form{padding:16px}}.prof-shell{flex-direction:column;gap:20px;max-width:560px;display:flex}.prof-header-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;align-items:center;gap:18px;padding:24px;display:flex}.prof-avatar{color:#fff;letter-spacing:.5px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:20px;font-weight:700;display:flex}.prof-header-info{flex-direction:column;gap:2px;min-width:0;display:flex}.prof-header-name{color:var(--text);margin:0;font-size:18px;font-weight:700;line-height:1.3}.prof-header-email{color:#64748b;margin:0;font-size:13px;line-height:1.4}.prof-role-badge{color:#1d4ed8;background:#eff6ff;border-radius:6px;align-items:center;width:fit-content;margin-top:4px;padding:2px 10px;font-size:11px;font-weight:600;display:inline-flex}.prof-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;position:relative;overflow:visible}.prof-card-header{border-bottom:1px solid #f1f5f9;align-items:center;gap:14px;padding:20px 24px;display:flex}.prof-card-icon{color:#3b82f6;background:#eff6ff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.prof-card-title{color:var(--text);margin:0;font-size:15px;font-weight:700;line-height:1.3}.prof-card-desc{color:#64748b;margin:0;font-size:13px;line-height:1.4}.prof-form{flex-direction:column;gap:20px;padding:24px;display:flex}.prof-field{flex-direction:column;gap:6px;display:flex}.prof-label{color:#334155;font-size:13px;font-weight:600}.prof-input{color:var(--text);box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:10px;outline:none;width:100%;padding:10px 14px;font-size:14px;transition:border-color .15s,box-shadow .15s}.prof-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f}.prof-input-disabled{color:#94a3b8;cursor:not-allowed;background:#f8fafc}.prof-hint{color:#94a3b8;font-size:12px}.prof-actions{padding-top:4px}.prof-btn{color:#fff;cursor:pointer;background:#1d4ed8;border:none;border-radius:10px;align-items:center;gap:8px;padding:10px 22px;font-size:14px;font-weight:600;transition:background .15s;display:inline-flex}.prof-btn:hover{background:#1e40af}.prof-btn:disabled{opacity:.55;cursor:not-allowed}@media (max-width:640px){.prof-shell{gap:14px}.prof-header-card{gap:14px;padding:18px}.prof-avatar{border-radius:12px;width:46px;height:46px;font-size:17px}.prof-header-name{font-size:16px}.prof-card-header{padding:16px 18px}.prof-form{padding:18px}}.dash-shell{flex-direction:column;gap:24px;display:flex}.dash-kpi-row{flex-wrap:wrap;gap:14px;display:flex}.dash-kpi-card{border:1px solid var(--border);background:#fff;border-radius:16px;flex:1 1 0;align-items:center;gap:14px;min-width:150px;padding:18px 20px;display:flex;box-shadow:0 1px 3px #0f172a0a}.dash-kpi-icon{width:42px;height:42px;color:var(--primary);background:#2563eb14;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.dash-kpi-icon-green{color:var(--success);background:#15803d14}.dash-kpi-icon-red{color:var(--danger);background:#dc262614}.dash-kpi-icon-amber{color:var(--warning);background:#b4530914}.dash-kpi-body{flex-direction:column;gap:2px;min-width:0;display:flex}.dash-kpi-value{color:var(--foreground);font-size:26px;font-weight:800;line-height:1.1}.dash-kpi-label{color:var(--muted);text-transform:uppercase;letter-spacing:.03em;font-size:12px;font-weight:600}.dash-card{border:1px solid var(--border);background:#fff;border-radius:20px;flex-direction:column;display:flex;box-shadow:0 1px 3px #0f172a0a}.dash-card-header{border-bottom:1px solid var(--border);align-items:center;gap:14px;padding:20px 24px;display:flex}.dash-card-icon{width:38px;height:38px;color:var(--primary);background:#2563eb14;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.dash-card-icon-amber{color:var(--warning);background:#b4530914}.dash-card-title{color:var(--foreground);margin:0;font-size:16px;font-weight:700}.dash-card-desc{color:var(--muted);margin:2px 0 0;font-size:13px}.dash-card-footer{border-top:1px solid var(--border);color:var(--muted);padding:14px 24px;font-size:12px}.dash-table-wrap{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}.dash-table{border-collapse:collapse;width:100%;min-width:max-content}.dash-table th,.dash-table td{text-align:left;vertical-align:middle;padding:11px 16px;font-size:14px}.dash-table th{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);border-bottom:1px solid var(--border);background:#f8fafc;padding:10px 16px;font-size:11px;font-weight:700}.dash-table tbody tr{border-bottom:1px solid #f1f5f9;transition:background .12s}.dash-table tbody tr:last-child{border-bottom:0}.dash-table tbody tr:hover{background:#f8fafc}.dash-td-nowrap{white-space:nowrap}.dash-td-notes{text-overflow:ellipsis;white-space:nowrap;max-width:200px;overflow:hidden}.dash-td-empty{text-align:center;color:var(--muted);padding:32px 16px;font-size:14px}.dash-badge{white-space:nowrap;border-radius:999px;align-items:center;padding:3px 10px;font-size:12px;font-weight:600;line-height:1.5;display:inline-flex}.dash-badge-green{color:#15803d;background:#15803d1a}.dash-badge-red{color:#dc2626;background:#dc26261a}.dash-badge-amber{color:#b45309;background:#b453091a}.dash-badge-blue{color:#2563eb;background:#2563eb1a}.dash-badge-slate{color:#64748b;background:#f1f5f9}.dash-empty-state{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:48px 24px;display:flex}.dash-empty-icon{color:#94a3b8;background:#f1f5f9;border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:4px;display:flex}.dash-empty-title{color:var(--foreground);margin:0;font-size:16px;font-weight:700}.dash-empty-desc{color:var(--muted);max-width:400px;margin:0;font-size:14px;line-height:1.5}.dash-desktop-only{display:block}.dash-mobile-only{display:none}.dash-mobile-cards{flex-direction:column;gap:10px;padding:0 16px 16px}.dash-mcard{border:1px solid var(--border);background:#fff;border-radius:14px;overflow:hidden}.dash-mcard-top{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.dash-mcard-date{color:var(--foreground);font-size:14px;font-weight:700}.dash-mcard-details{flex-direction:column;gap:0;display:flex}.dash-mcard-row{border-bottom:1px solid #f8fafc;justify-content:space-between;align-items:baseline;padding:8px 14px;font-size:13px;display:flex}.dash-mcard-row:last-child{border-bottom:0}.dash-mcard-label{color:var(--muted);text-transform:uppercase;letter-spacing:.03em;flex-shrink:0;margin-right:12px;font-size:12px;font-weight:600}.dash-mcard-notes{text-align:right;word-break:break-word;line-height:1.4}.dash-mcard-empty{text-align:center;color:var(--muted);padding:24px 16px;font-size:14px}@media (max-width:640px){.dash-desktop-only{display:none}.dash-mobile-only{display:flex}.dash-kpi-row{gap:10px}.dash-kpi-card{gap:10px;min-width:calc(50% - 5px);padding:14px}.dash-kpi-icon{border-radius:10px;width:36px;height:36px}.dash-kpi-value{font-size:22px}.dash-card-header{padding:16px}.dash-table th,.dash-table td{padding:10px 12px}.dash-card-footer{padding:12px 16px}}.cal-shell{flex-direction:column;gap:24px;display:flex}.cal-kpi-row{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.cal-kpi-card{border:1px solid var(--border);background:#fff;border-radius:16px;align-items:center;gap:14px;padding:18px 20px;display:flex;box-shadow:0 1px 3px #0f172a0a}.cal-kpi-icon{width:42px;height:42px;color:var(--primary);background:#2563eb14;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.cal-kpi-body{flex-direction:column;gap:2px;min-width:0;display:flex}.cal-kpi-value{color:var(--foreground);font-size:26px;font-weight:800;line-height:1.1}.cal-kpi-label{color:var(--muted);text-transform:uppercase;letter-spacing:.03em;font-size:12px;font-weight:600}.cal-main-card{border:1px solid var(--border);background:#fff;border-radius:20px;flex-direction:column;gap:24px;padding:24px;display:flex;box-shadow:0 1px 3px #0f172a0a}.cal-filter-bar{flex-wrap:wrap;align-items:flex-end;gap:12px;transition:opacity .12s ease-out;display:flex}.cal-filter-bar.is-pending{opacity:.7;pointer-events:none}.cal-filter-bar .cal-filter-field{flex:180px;min-width:0}.cal-filter-field{flex-direction:column;gap:6px;min-width:0;display:flex}.cal-filter-label{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);padding-left:2px;font-size:11px;font-weight:700}.cal-filter-actions{align-items:flex-end;gap:10px;padding-bottom:1px;display:flex}.cal-filter-field .month-picker-root .count-product-store-trigger{border-radius:10px;min-height:36px;padding:7px 12px;font-size:13px}.cal-filter-field .month-picker-root .count-product-store-trigger.is-open{border-bottom-right-radius:0;border-bottom-left-radius:0}.month-picker-root{position:relative}.month-picker-popover{z-index:30;border:1px solid var(--border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffffa;border-top:none;border-radius:0 0 12px 12px;flex-direction:column;gap:10px;min-width:240px;padding:12px;display:flex;position:absolute;top:calc(100% - 1px);left:0;right:0;box-shadow:0 18px 42px #0f172a24}.month-picker-popover-header{justify-content:space-between;align-items:center;gap:8px;padding:2px 0;display:flex}.month-picker-popover-header strong{font-size:14px;font-weight:800}.month-picker-nav{border:1px solid var(--border);width:28px;height:28px;color:var(--muted);cursor:pointer;background:#fff;border-radius:8px;justify-content:center;align-items:center;font-size:16px;line-height:1;transition:background .15s,color .15s;display:inline-flex}.month-picker-nav:hover{color:var(--primary);background:#f8fafc}.month-picker-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;display:grid}.month-picker-month{min-height:32px;font:inherit;color:var(--foreground);cursor:pointer;background:0 0;border:none;border-radius:8px;font-size:12px;font-weight:600;transition:background .12s,color .12s}.month-picker-month:hover{background:#f1f5f9}.month-picker-month.today{color:var(--primary);font-weight:800}.month-picker-month.selected{background:var(--primary);color:#fff}.month-picker-popover-footer{border-top:1px solid var(--border);justify-content:center;padding-top:4px;display:flex}.month-picker-popover-footer .secondary-button{min-height:auto;padding:4px 12px;font-size:12px}.cal-toolbar{align-items:center;gap:12px;display:flex}.cal-toolbar-title{text-transform:capitalize;text-align:center;flex:1;margin:0;font-size:20px;font-weight:800}.cal-nav-link{border:1px solid var(--border);width:36px;height:36px;color:var(--foreground);background:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,border-color .15s;display:inline-flex}.cal-nav-link:hover{color:var(--primary);background:#f8fafc;border-color:#2563eb40}.cal-today-btn{color:var(--primary);background:#2563eb0f;border-radius:8px;padding:6px 14px;font-size:13px;font-weight:700;text-decoration:none;transition:background .15s}.cal-today-btn:hover{background:#2563eb1f}.schedule-calendar{grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;display:grid}.schedule-calendar-weekday{text-align:center;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);padding-bottom:4px;font-size:11px;font-weight:700}.schedule-day-card{border:1px solid var(--border);background:#fff;border-radius:14px;flex-direction:column;gap:8px;min-height:180px;padding:10px;transition:border-color .15s,box-shadow .15s;display:flex}.schedule-day-card:hover{border-color:#2563eb33;box-shadow:0 4px 12px #2563eb0f}.schedule-day-card.outside-month{opacity:.45;background:#fafbfc}.schedule-day-card.outside-month:hover{border-color:var(--border);box-shadow:none}.schedule-day-header{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.schedule-day-header div{flex-direction:column;gap:2px;display:flex}.schedule-day-header strong{font-size:16px;line-height:1.2}.schedule-day-header span:last-child{color:var(--muted);font-size:11px}.cal-day-count{min-width:22px;height:22px;color:var(--primary);background:#2563eb14;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;padding:0 5px;font-size:11px;font-weight:800;display:inline-flex}.schedule-day-list{flex-direction:column;flex:1;gap:6px;display:flex}.schedule-store-group{display:block}.schedule-store-group-toggle{cursor:pointer;align-items:center;gap:6px;padding:3px 2px;list-style:none;display:flex}.schedule-store-group-toggle::-webkit-details-marker{display:none}.schedule-store-group-arrow{width:14px;color:var(--primary);transform-origin:50%;justify-content:center;align-items:center;font-size:16px;line-height:1;transition:transform .14s;display:inline-flex}.schedule-store-group[open] .schedule-store-group-arrow{transform:rotate(90deg)}.schedule-store-group-header{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);font-size:11px;font-weight:800}.schedule-store-group-list{flex-direction:column;gap:6px;padding-top:6px;display:flex}.schedule-entry-pill{cursor:default;background:#2563eb0d;border:1px solid #bfdbfeb3;border-radius:10px;flex-direction:column;gap:4px;padding:8px 10px;transition:background .15s;display:flex;position:relative}.schedule-entry-pill:hover{background:#2563eb17}.schedule-entry-topline{justify-content:space-between;align-items:center;gap:6px;display:flex}.schedule-entry-topline strong{font-size:13px}.schedule-entry-tooltip{color:#fff;opacity:0;pointer-events:none;z-index:5;white-space:nowrap;background:#0f172af5;border-radius:8px;min-width:max-content;max-width:calc(100% + 40px);padding:6px 10px;font-size:12px;font-weight:600;line-height:1.3;transition:opacity .14s,transform .14s;position:absolute;top:calc(100% + 6px);left:50%;transform:translate(-50%,-4px);box-shadow:0 8px 20px #0f172a38}.schedule-entry-tooltip:before{content:"";background:#0f172af5;width:10px;height:10px;position:absolute;top:-5px;left:50%;transform:translate(-50%)rotate(45deg)}.schedule-entry-pill:hover .schedule-entry-tooltip,.schedule-entry-pill:focus-within .schedule-entry-tooltip{opacity:1;transform:translate(-50%)}.schedule-day-empty{color:var(--muted);margin:0;font-size:12px}@media (max-width:1280px){.schedule-calendar{grid-template-columns:repeat(2,minmax(0,1fr))}.schedule-calendar-weekday{display:none}}@media (max-width:720px){.cal-kpi-row{grid-template-columns:1fr;gap:10px}.cal-main-card{border-radius:16px;gap:20px;padding:16px}.cal-filter-bar{flex-direction:column;gap:12px}.cal-filter-bar .cal-filter-field{flex:none;width:100%}.cal-filter-actions{width:100%}.cal-filter-actions>*{text-align:center;flex:auto}.month-picker-popover{width:100%}.schedule-calendar{grid-template-columns:1fr;gap:10px}.schedule-day-card{min-height:auto}.cal-toolbar-title{font-size:17px}}.count-sheet-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.count-sheet-summary{align-items:flex-start;display:flex}.count-sheet-team,.count-sheet-finished,.count-sheet-finalize,.count-product-group{border:1px solid var(--border);background:#fbfdff;border-radius:16px}.count-sheet-team,.count-sheet-finished{flex-direction:column;gap:6px;padding:16px;display:flex}.count-sheet-product-list,.count-store-grid,.count-product-groups,.count-sheet-line-stack,.count-monitor-grid,.count-monitor-line-list,.count-product-list,.count-monitor-products{gap:14px;display:grid}.count-sheet-product-list{grid-template-columns:repeat(2,minmax(0,1fr))}.count-sheet-line-group,.count-product-line-card,.count-monitor-line-group{border:1px solid var(--border);background:#fbfdff;border-radius:16px;padding:16px}.count-sheet-line-head,.count-product-line-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.count-product-line-head[data-line-inactive] strong{opacity:.5}.count-product-line-actions{flex-shrink:0;align-items:center;gap:6px;display:flex}.count-product-line-actions .str-btn-sm{padding:4px 10px;font-size:12px}.count-product-line-actions .str-btn-danger{position:relative;overflow:hidden}.count-product-line-actions .str-btn-danger:after{content:"";transform-origin:0;background:#dc26262e;transition:none;position:absolute;inset:0;transform:scaleX(0)}.count-product-line-actions .str-btn-danger[data-hold-active]:after{transition:transform 3s linear;transform:scaleX(1)}.count-product-line-edit-form{flex:1;align-items:center;gap:8px;display:flex}.count-product-line-edit-form .str-input{flex:1;padding:6px 10px;font-size:14px}.count-product-line-edit-actions{flex-shrink:0;gap:6px;display:flex}.count-product-line-card-orphan{opacity:.7;border-style:dashed}.count-sheet-product-card{border:1px solid var(--border);background:#fbfdff;border-radius:16px;padding:16px}.count-sheet-product-card.is-being-edited,.count-product-modal-item.is-being-edited{background:#f3f8ff;border-color:#93c5fd;box-shadow:0 0 0 1px #3b82f614}.count-sheet-product-card.is-locked-by-other input:disabled{cursor:not-allowed;opacity:.55}.count-sheet-product-head,.count-product-group-head,.count-monitor-card-head,.count-monitor-product,.count-product-item,.count-sheet-finalize{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.count-sheet-product-card input{margin-top:12px;margin-bottom:10px}.count-sheet-presence-list{flex-wrap:wrap;gap:6px;display:flex}.count-sheet-presence-pill,.count-monitor-presence-chip{border-radius:999px;align-items:center;gap:6px;min-height:24px;padding:4px 10px;font-size:12px;font-weight:700;line-height:1;display:inline-flex}.count-sheet-presence-pill{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe}.count-product-store-picker{min-width:0;position:relative}.count-product-store-trigger{border:1px solid var(--border);width:100%;min-width:0;max-width:100%;min-height:48px;color:var(--text);text-align:left;background:#fff;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex;box-shadow:0 10px 24px #0f172a0a}.count-product-store-trigger:hover:not(:disabled){background:#fbfdff;border-color:#1d4ed847}.count-product-store-trigger.is-open{border-color:#dbe3eff2;border-bottom-right-radius:0;border-bottom-left-radius:0;box-shadow:0 8px 22px #0f172a14}.count-product-store-trigger-label{text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;font-weight:600;overflow:hidden}.count-product-store-trigger-label.is-placeholder{color:var(--muted)}.count-product-store-trigger-chevron{color:var(--muted);font-size:13px;transition:transform .18s}.count-product-store-trigger-chevron.is-open{transform:rotate(180deg)}.count-product-store-menu{z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffffa;border:1px solid #dbe3eff2;border-radius:0 0 18px 18px;width:100%;padding:10px;position:absolute;top:calc(100% - 2px);left:0;box-shadow:0 18px 42px #0f172a24}.count-product-store-option{text-align:left;width:100%;color:var(--text);background:0 0;border:0;border-radius:12px;align-items:center;gap:10px;padding:10px 12px;display:flex}.count-product-store-option:hover{background:#f8fafc}.count-product-store-option-dot{background:#fff;border:1.5px solid #93a4bd;border-radius:999px;flex:none;width:12px;height:12px}.count-product-store-option-dot.is-selected{background:radial-gradient(circle,#2563eb 0 45%,#fff 52% 100%);border-color:#2563eb}.count-product-store-option-label{flex:auto;font-weight:600}.count-product-store-option-check{text-align:right;color:#2563eb;width:18px;font-weight:700}.count-product-store-menu-footer{background:#fffffffa;border-top:1px solid #dbe3efe6;flex:none;justify-content:space-between;gap:8px;margin-top:8px;padding-top:10px;display:flex}.count-product-store-menu-action{color:var(--muted);background:#f8fafc;border:0;border-radius:10px;padding:8px 10px;font-weight:700}.count-product-store-menu-action:hover{color:var(--primary);background:#eef2ff}.count-product-upload-shell{position:relative}.count-product-form-field{gap:7px;font-weight:600;display:grid}.count-product-upload-trigger{text-align:center;cursor:pointer;background:#fbfdff;border:1px dashed #1d4ed83d;border-radius:16px;justify-content:center;align-items:center;width:100%;min-height:172px;padding:14px;display:flex;overflow:hidden}.count-product-upload-trigger:hover:not([aria-disabled=true]){background:#f5f9ff;border-color:#1d4ed861}.count-product-upload-trigger[aria-disabled=true]{cursor:not-allowed;opacity:.7}.count-product-upload-trigger.is-drag-over{background:#ebf2ff;border-style:solid;border-color:#1d4ed8;box-shadow:0 0 0 3px #1d4ed81f}.count-product-upload-placeholder{color:#4b5d78;font-weight:700}.count-product-upload-preview{display:inline-flex;position:relative}.count-product-upload-preview-frame{aspect-ratio:1;justify-content:center;align-items:center;width:min(220px,100%);max-width:100%;display:inline-flex;position:relative}.count-product-upload-trigger img,.count-product-thumb{object-fit:contain;background:#f8fafc;border:1px solid #dbe3efe6;border-radius:14px}.count-product-upload-trigger img{aspect-ratio:1;width:100%;height:100%}.count-product-thumb{flex:none;width:52px;min-width:52px;height:52px;min-height:52px}.count-product-thumb-admin{width:72px;min-width:72px;height:72px;min-height:72px;margin:-6px 0 -6px -6px}.count-product-thumb-empty{color:var(--muted);justify-content:center;align-items:center;font-size:12px;font-weight:600;display:flex}.count-sheet-product-thumb{width:76px;min-width:76px;height:76px;min-height:76px}.count-product-meta-row{align-items:center;gap:12px;min-width:0;display:flex}.count-product-meta-row .table-stack-compact{min-width:0}.count-product-meta-row .table-stack-compact strong{word-break:break-word}.count-sheet-product-meta{flex-direction:column;gap:6px;display:flex}.count-sheet-finalize{padding:18px}.count-sheet-finalize .primary-button{min-width:220px}.warning-note{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;border-radius:12px;padding:10px 12px}.count-sheet-shell{position:relative}.count-sheet-checking-overlay{z-index:30;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);text-align:center;background:#ffffffe6;border:1px solid #dbe3eff5;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:24px;display:flex;position:fixed;inset:0 18px 0 298px}.count-sheet-checking-overlay>*{max-width:560px}.count-product-group{padding:18px}.count-store-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.count-store-card{border:1px solid var(--border);color:var(--text);text-align:left;background:#fbfdff;border-radius:16px;flex-direction:column;gap:8px;padding:18px;transition:border-color .16s,box-shadow .16s,transform .16s;display:flex}.count-store-card:hover{border-color:#1d4ed847;transform:translateY(-1px);box-shadow:0 14px 30px #0f172a14}.count-product-modal-backdrop{z-index:90;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0f172a66;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.count-product-modal{border:1px solid var(--border);background:#fff;border-radius:24px;flex-direction:column;width:min(760px,100%);max-height:min(78vh,860px);display:flex;overflow:hidden;box-shadow:0 32px 70px #0f172a3d}.count-product-modal-head,.count-product-modal-item,.count-product-modal-item-main{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.count-product-modal-head h3{margin:0 0 6px}.count-product-modal-head{padding:24px 24px 0}.count-product-modal-close{border:1px solid var(--border);width:40px;height:40px;color:var(--muted);box-sizing:border-box;background:#f8fafc;border-radius:12px;flex:0 0 40px;justify-content:center;align-items:center;padding:0;font-weight:700;line-height:1;display:inline-flex}.count-product-modal-close:hover{color:var(--primary);background:#eef2ff}.count-product-modal-list{gap:12px;display:grid}.count-product-modal-scroll{overscroll-behavior:contain;flex-direction:column;flex:auto;gap:18px;padding:0 24px 24px;display:flex;overflow-y:auto}.count-product-line-card{flex-direction:column;gap:12px;display:flex;position:relative}.count-product-modal-item{border:1px solid var(--border);background:#fff;border-radius:16px;flex-wrap:nowrap;padding:16px;position:relative}.count-product-line-card[data-insert-position=before]:before,.count-product-line-card[data-insert-position=after]:after,.count-product-modal-item[data-insert-position=before]:before,.count-product-modal-item[data-insert-position=after]:after,.count-product-line-card[data-drop-empty-product=true]:after{content:"";pointer-events:none;background:#2563eb;border-radius:999px;height:4px;position:absolute;left:18px;right:18px;box-shadow:0 0 0 3px #2563eb2e}.count-product-line-card[data-insert-position=before]:before,.count-product-modal-item[data-insert-position=before]:before{top:-8px}.count-product-line-card[data-insert-position=after]:after,.count-product-modal-item[data-insert-position=after]:after{bottom:-8px}.count-product-line-card[data-drop-empty-product=true]:after{top:56px}.count-product-modal-item-main{flex:320px;align-items:center;min-width:0}.count-product-action-stack{text-align:right;flex:none;justify-content:flex-start;align-self:stretch;align-items:flex-end;min-width:0;margin-left:auto}.count-product-action-stack .badge{align-self:flex-end}.count-product-action-row,.count-product-reveal-row{justify-content:flex-end;align-items:center;gap:10px;display:flex}.count-product-action-row .badge{align-self:center}.count-product-delete-form{align-self:flex-end}.count-product-delete-button{color:#b42318;background:linear-gradient(#fef2f2,#fee2e2);border:1px solid #f6c7c7;width:auto;box-shadow:inset 0 1px #ffffffb8,0 6px 14px #b91c1c14}.count-product-delete-button:hover:not(:disabled){color:#991b1b;background:linear-gradient(#fee8e8,#fecaca);border-color:#efb4b4}.count-product-delete-button:disabled{color:#b423189e;background:linear-gradient(#fef2f2,#fee2e2);border-color:#f6c7c7}.count-product-delete-button.count-product-hold-button:before{background:linear-gradient(90deg,#f4b6b6,#eea1a1)}.count-product-delete-button.count-product-hold-button[data-hold-active=true]{box-shadow:inset 0 0 0 1px #dc26262e,0 0 0 4px #fecaca80,0 8px 18px #b91c1c1a}.count-product-hold-button{isolation:isolate;position:relative;overflow:hidden}.count-product-hold-button:before{content:"";transform-origin:0;opacity:0;z-index:0;background:linear-gradient(90deg,#d4d9e2,#cdd3dc);transition:opacity .18s;position:absolute;inset:0;transform:scaleX(0)}.count-product-hold-button[data-hold-active=true]:before{opacity:1;animation:3s linear forwards count-product-hold-progress}.count-product-hold-button[data-hold-active=true]{box-shadow:inset 0 0 0 1px #94a3b847,0 0 0 4px #e2e8f094}.count-product-hold-button:disabled:before{opacity:0;animation:none}.count-product-hold-button-label{z-index:1;position:relative}.count-product-icon-button{box-sizing:border-box;border-radius:12px;flex:none;justify-content:center;align-items:center;width:40px;min-width:40px;padding:11px;display:inline-flex}.count-product-icon-button img,.count-product-image-edit-button img{object-fit:contain;display:block}.count-product-icon-button img{width:18px;height:18px}.count-product-edit-form{flex-direction:column;gap:14px;width:100%;display:flex}.count-product-edit-main{align-items:center;gap:16px;display:flex}.count-product-image-shell{flex:none;position:relative}.count-product-image-edit-button{width:32px;height:32px;color:var(--primary);background:#fff;border:1px solid #94a3b88c;border-radius:999px;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:-8px;right:-8px;box-shadow:0 10px 22px #0f172a1f}.count-product-image-edit-button img{width:14px;height:14px}.count-product-image-edit-button:hover:not(:disabled){background:#eef2ff}.count-product-image-edit-button:disabled{opacity:.65;cursor:not-allowed}.count-product-image-remove-button{color:#b42318;background:#fff;border:1px solid #e5595961;border-radius:999px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:inline-flex;position:absolute;top:0;right:0;transform:translate(34%,-34%);box-shadow:0 10px 22px #0f172a1f}.count-product-image-remove-button:hover:not(:disabled){background:#fef2f2}.count-product-image-remove-glyph{font-size:21px;font-weight:700;line-height:1;display:block;transform:translateY(-1px)}.count-product-edit-fields{flex:auto;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.count-product-edit-fields label{flex-direction:column;gap:6px;margin:0;display:flex}.count-product-edit-actions{justify-content:flex-end;gap:10px;display:flex}.count-product-line-card[draggable=true],.count-product-modal-item[draggable=true]{cursor:grab}.count-product-line-card[draggable=true]:active,.count-product-modal-item[draggable=true]:active{cursor:grabbing}.count-product-groups{max-height:620px;overflow-y:auto}.count-product-item{background:#fff;border:1px solid #e6edf7;border-radius:12px;padding:12px 14px}.count-monitor-grid{grid-template-columns:1fr;align-items:start}.count-monitor-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;gap:0;padding:0;display:flex;overflow:hidden}.count-monitor-card-copy{flex-direction:column;gap:2px;min-width:0;display:flex}.count-monitor-card-summary{-webkit-line-clamp:2;color:#64748b;-webkit-box-orient:vertical;font-size:13px;line-height:1.3;display:-webkit-box;overflow:hidden}.count-monitor-card.is-clickable{cursor:pointer;transition:border-color .18s,box-shadow .18s,transform .18s}.count-monitor-card.is-clickable:hover{border-color:#93c5fd;transform:translateY(-1px);box-shadow:0 8px 24px #2563eb1a}.count-monitor-card.is-clickable:focus-visible{outline:2px solid var(--primary);outline-offset:3px}.count-monitor-card h3{margin:0;font-size:15px;font-weight:700}.count-monitor-card-head{background:#f8fafc;border-bottom:1px solid #f1f5f9;padding:14px 16px}.count-monitor-card-head .badge{flex:none;font-size:11px}.count-monitor-section{border-bottom:1px solid #f1f5f9;flex-direction:column;gap:2px;min-width:0;padding:12px 16px;display:flex}.count-monitor-section:last-child{border-bottom:none}.count-monitor-section>strong{text-transform:uppercase;letter-spacing:.03em;color:#64748b;margin-bottom:2px;font-size:12px;line-height:1.2}.count-monitor-section-body{align-content:start;gap:2px;min-height:0;display:grid}.count-monitor-summary-line,.count-monitor-feedback-line{white-space:nowrap;text-overflow:ellipsis;min-width:0;min-height:18px;font-size:14px;line-height:1.3;display:block;overflow:hidden}.count-monitor-summary-line.is-placeholder,.count-monitor-feedback-line.is-placeholder,.count-monitor-presence-chip.is-placeholder{visibility:hidden}.count-monitor-presence-chip{color:#1e40af;box-sizing:border-box;text-align:center;white-space:nowrap;text-overflow:ellipsis;background:#f8fbff;border:1px solid #dbeafe;border-radius:999px;place-items:center;width:fit-content;max-width:100%;min-height:26px;padding:4px 10px;font-size:12px;font-weight:600;line-height:1;display:inline-grid;overflow:hidden}.count-monitor-section-body>.count-monitor-presence-chip{transform:translateY(2px)}.count-monitor-products{gap:10px}.count-monitor-line-list{gap:12px}.count-monitor-product{background:#fff;border:1px solid #e6edf7;border-radius:12px;padding:10px 12px}.count-monitor-product strong{font-size:18px}.count-monitor-stock-items{gap:10px;display:grid}.count-monitor-stock-item{background:#fff;border:1px solid #e6edf7;border-radius:12px;justify-content:space-between;align-items:flex-start;gap:12px;padding:12px;display:flex}.count-history-shell{background:linear-gradient(#fffffffc,#f8fafcfc);border:1px solid #dbe3eff2;border-radius:28px;flex-direction:column;gap:28px;padding:28px;display:flex;box-shadow:0 24px 54px #0f172a14,inset 0 1px #ffffffc2}.count-history-head{border-bottom:1px solid #e2e8f0e6;grid-template-columns:minmax(0,1.2fr) minmax(320px,420px);align-items:flex-end;gap:24px;padding-bottom:24px;display:grid}.count-history-copy{flex-direction:column;gap:10px;min-width:0;display:flex}.count-history-copy h2{letter-spacing:-.03em;margin:0;font-size:32px}.count-history-copy p{max-width:760px;margin:0;font-size:16px;line-height:1.65}.count-history-head-actions{z-index:20;justify-self:end;align-items:flex-end;gap:14px;display:grid;position:relative}.count-history-mode-switch{background:#f8fafce0;border:1px solid #dbe3efeb;border-radius:999px;grid-auto-flow:column;justify-self:end;gap:6px;padding:6px;display:inline-grid;box-shadow:inset 0 1px #ffffffc7}.count-history-mode-button{color:#64748b;min-height:36px;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:999px;padding:0 14px;font-weight:700;transition:background .18s,color .18s,box-shadow .18s}.count-history-mode-button:hover{color:#0f172a}.count-history-mode-button.is-active{color:#fff;background:linear-gradient(#111827,#0f172a);box-shadow:0 10px 22px #0f172a24}.count-history-filters{z-index:21;background:#f8fafce0;border:1px solid #dbe3efeb;border-radius:22px;grid-template-columns:120px 120px 116px;justify-content:start;justify-self:end;align-items:flex-end;gap:12px 0;width:max-content;padding:16px;display:grid;position:relative;box-shadow:inset 0 1px #ffffffc7}.count-history-filter-field{min-width:0;margin:0;display:grid;position:relative}.count-history-filters .count-history-filter-field:first-of-type{z-index:0}.count-history-filters .count-history-filter-field:nth-of-type(2){z-index:1;margin-left:-30px}.count-history-filter-field:focus-within{z-index:30}.count-history-filter-field .picker-group{gap:8px;min-width:0;display:grid}.count-history-filter-field .picker-group>label{text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;font-size:11px;font-weight:800;transition:color .18s;display:block}.count-history-filter-field .picker-root{z-index:1;min-width:0;position:relative}.count-history-filter-field:focus-within .picker-root{z-index:31}.count-history-filter-field .picker-popover{z-index:35}.count-history-filter-field .picker-field{cursor:pointer}.count-history-filter-field .picker-field input[type=text]{letter-spacing:0;font-variant-numeric:tabular-nums;background:#fffffff5;border-color:#cbd5e1f2;border-radius:16px;min-width:0;min-height:44px;padding:0 12px;font-size:14px;font-weight:700;box-shadow:inset 0 1px #ffffffb8,0 6px 14px #0f172a0a}.count-history-filter-field:focus-within .picker-group>label{color:#64748b}.count-history-filter-field .picker-field input[type=text]:focus,.count-history-filter-field .picker-field input[type=text]:focus-visible{border-color:#cbd5e1f2;outline:none;box-shadow:inset 0 1px #ffffffb8,0 6px 14px #0f172a0a}.count-history-filter-field .picker-field input[type=text]::placeholder{color:#94a3b8;font-weight:600}.count-history-filter-field .picker-button{display:none}.count-history-filter-button{color:#fff;z-index:2;text-align:center;white-space:nowrap;background:linear-gradient(#111827,#0f172a);border:0;border-radius:16px;justify-content:center;align-items:center;width:176px;min-width:176px;min-height:48px;margin-left:-60px;padding:0 18px;font-weight:700;line-height:1;display:inline-flex;position:relative;transform:translateY(2px);box-shadow:0 12px 24px #0f172a24}.count-history-filter-button:hover{background:linear-gradient(#0f172a,#020617)}.count-history-empty{background:#f8fafcc2;border:1px dashed #cbd5e1eb;border-radius:20px;padding:24px}.count-history-empty p,.count-history-day-copy p{margin:0}.count-history-empty-inline{padding:18px}.count-history-day-list{flex-direction:column;gap:32px;display:flex}.count-history-day{flex-direction:column;gap:18px;display:flex}.count-history-day-head{justify-content:space-between;align-items:flex-end;gap:12px;display:flex}.count-history-day-copy{flex-direction:column;gap:6px;width:100%;display:flex}.count-history-day-copy.is-daily{text-align:center;align-items:center}.count-history-day-kicker{text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;font-size:11px;font-weight:800}.count-history-day-copy h3,.count-history-card h4{margin:0}.count-history-day-copy h3{letter-spacing:-.03em;font-size:28px}.count-history-day-nav{justify-content:center;align-self:center;align-items:center;gap:10px;display:inline-flex}.count-history-day-nav-button{color:#64748b;cursor:pointer;background:#f8fafceb;border:0;border-radius:999px;justify-content:center;align-items:center;width:36px;height:36px;transition:background .18s,color .18s,transform .18s;display:inline-flex}.count-history-day-nav-button svg{stroke:currentColor;stroke-width:1.8px;width:18px;height:18px}.count-history-day-nav-button:hover:not(:disabled){color:#0f172a;background:#e2e8f0f5;transform:translateY(-1px)}.count-history-day-nav-button:disabled{cursor:not-allowed;opacity:.35}.count-history-day-picker{position:relative}.count-history-day-picker .picker-root{z-index:6;position:relative}.count-history-day-picker .picker-trigger-button{letter-spacing:-.03em;color:var(--text);font-size:28px;font-weight:800;line-height:1}.count-history-day-picker .picker-trigger-button:hover{color:#0f172a}.count-history-day-picker .picker-trigger-button:focus-visible{outline-offset:4px;border-radius:14px}.count-history-day-picker .picker-popover{z-index:70;left:50%;transform:translate(-50%)}.count-history-empty-day{padding:20px}.count-history-whatsapp-trigger{color:#0f172a;min-height:42px;font:inherit;cursor:pointer;background:#fffffff0;border:1px solid #10b9813d;border-radius:999px;justify-content:center;align-items:center;gap:10px;padding:0 16px;font-weight:700;transition:transform .18s,box-shadow .18s,border-color .18s;display:inline-flex;box-shadow:0 14px 30px #0f172a14,inset 0 1px #ffffffe0}.count-history-whatsapp-trigger:hover{border-color:#10b98161;transform:translateY(-1px);box-shadow:0 18px 36px #0f172a1a,inset 0 1px #ffffffeb}.count-history-whatsapp-trigger-icon{flex:0 0 30px;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.count-history-whatsapp-trigger-icon svg{width:100%;height:100%;display:block}.count-history-whatsapp-modal-backdrop{-webkit-backdrop-filter:blur(10px);background:linear-gradient(#f1f5f9b8,#0f172a47),#ffffff14}.count-history-whatsapp-modal{background:linear-gradient(#fffffffc,#f8fafcfa);border:1px solid #e2e8f0f5;border-radius:28px;width:min(920px,100%);max-height:min(82vh,920px);box-shadow:0 40px 100px #0f172a2e,0 10px 30px #0f172a14,inset 0 1px #ffffffeb}.count-history-whatsapp-modal-head{border-bottom:1px solid #e2e8f0b8;padding-top:26px;padding-bottom:4px}.count-history-whatsapp-modal-title-block{gap:8px;min-width:0;display:grid}.count-history-whatsapp-modal-kicker{color:#475569;letter-spacing:.08em;text-transform:uppercase;background:#0f172a0f;border-radius:999px;justify-content:center;align-items:center;width:fit-content;min-height:28px;padding:0 10px;font-size:11px;font-weight:800;display:inline-flex}.count-history-whatsapp-modal-head h3{letter-spacing:-.04em;color:#0f172a;margin:0;font-size:34px;line-height:1.05}.count-history-whatsapp-modal-head p{max-width:620px;margin:0;font-size:15px;line-height:1.55}.count-history-whatsapp-modal-scroll{gap:20px;padding-top:18px}.count-history-whatsapp-message-list{gap:16px;display:grid}.count-history-whatsapp-message-card,.count-history-whatsapp-empty-state{background:linear-gradient(#fffffffa,#f8fafcfa);border:1px solid #e2e8f0f5;border-radius:22px;box-shadow:inset 0 1px #ffffffe0,0 14px 28px #0f172a0d}.count-history-whatsapp-message-card{gap:14px;padding:18px;display:grid}.count-history-whatsapp-message-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.count-history-whatsapp-message-meta{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.count-history-whatsapp-chip{color:#334155;letter-spacing:.06em;text-transform:uppercase;background:#0f172a0f;border-radius:999px;justify-content:center;align-items:center;min-height:28px;padding:0 10px;font-size:11px;font-weight:800;display:inline-flex}.count-history-whatsapp-counter{color:#64748b;font-size:12px;font-weight:600}.count-history-whatsapp-copy-button{color:#0f172a;min-height:38px;font:inherit;cursor:pointer;background:#fff;border:1px solid #cbd5e1f5;border-radius:12px;justify-content:center;align-items:center;padding:0 14px;font-weight:700;transition:background .18s,border-color .18s,color .18s,transform .18s;display:inline-flex}.count-history-whatsapp-copy-button:hover{background:#f8fafc;border-color:#94a3b8eb;transform:translateY(-1px)}.count-history-whatsapp-copy-button.is-copied{color:#166534;background:#dcfce7f5;border-color:#10b98147}.count-history-whatsapp-copy-button.is-error{color:#b91c1c;background:#fef2f2f5;border-color:#f8717147}.count-history-whatsapp-message-preview{color:#0f172a;white-space:pre-wrap;word-break:break-word;text-align:left;background:#f8fafceb;border:1px solid #e2e8f0eb;border-radius:18px;padding:18px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.6}.count-history-whatsapp-empty-state{justify-items:start;gap:10px;padding:28px;display:grid}.count-history-whatsapp-empty-state h4{letter-spacing:-.03em;color:#0f172a;margin:0;font-size:24px}.count-history-whatsapp-empty-state p{max-width:520px;margin:0;line-height:1.6}.count-history-weekly-list{flex-direction:column;gap:24px;display:flex}.count-history-weekly-card{background:linear-gradient(#fffffffa,#f8fafcfa);border:1px solid #e2e8f0f2;border-radius:24px;flex-direction:column;gap:18px;padding:18px;display:flex;box-shadow:0 20px 40px #0f172a0f,inset 0 1px #ffffffd6}.count-history-weekly-card-head{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.count-history-weekly-card-copy{flex-direction:column;gap:6px;min-width:0;display:flex}.count-history-weekly-card-copy h3{letter-spacing:-.03em;margin:0;font-size:28px}.count-history-weekly-card-copy p{margin:0}.count-history-weekly-card-meta{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.count-history-weekly-range{color:#64748b;letter-spacing:.03em;background:#f8fafceb;border:1px solid #dbe3efeb;border-radius:999px;align-items:center;min-height:34px;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex}.count-history-weekly-table-shell{background:#fffffffa;border:1px solid #e2e8f0f2;border-radius:20px;overflow:hidden}.count-history-weekly-table-viewport{scrollbar-width:none;overflow:auto hidden}.count-history-weekly-table-viewport::-webkit-scrollbar{display:none}.count-history-weekly-table-content{vertical-align:top;min-width:100%;display:inline-block}.count-history-weekly-table-scrollbar-shell{background:#fffffffa;padding:0 12px 12px}.count-history-weekly-table-scrollbar-shell.is-hidden{display:none}.count-history-weekly-table-scrollbar{scrollbar-color:#64748bb8 transparent;overflow:auto hidden}.count-history-weekly-table-scrollbar::-webkit-scrollbar{background:0 0;width:12px;height:12px}.count-history-weekly-table-scrollbar::-webkit-scrollbar-track{background:0 0}.count-history-weekly-table-scrollbar::-webkit-scrollbar-thumb{background:#64748bb8 padding-box padding-box;border:3px solid #0000;border-radius:999px}.count-history-weekly-table-scrollbar::-webkit-scrollbar-corner{background:0 0}.count-history-weekly-table-scrollbar-spacer{height:1px}.count-history-weekly-table{border-collapse:separate;border-spacing:0;width:max-content;min-width:max(100%,980px)}.count-history-weekly-col-product{width:240px}.count-history-weekly-col-stock{width:60px}.count-history-weekly-col-counted{width:72px}.count-history-weekly-col-balance{width:78px}.count-history-weekly-table th,.count-history-weekly-table td{text-align:center;vertical-align:middle;background:#fffffffa;border-bottom:1px solid #e2e8f0eb;border-right:1px solid #e2e8f0eb;padding:10px 12px}.count-history-weekly-table thead th{background:linear-gradient(#f8fafcfa,#f1f5f9fa)}.count-history-weekly-table tr>:last-child{border-right:0}.count-history-weekly-table tbody tr:last-child>*{border-bottom:0}.count-history-weekly-product-head,.count-history-weekly-product-cell{text-align:left;z-index:2;min-width:240px;max-width:240px;position:sticky;left:0}.count-history-weekly-product-head{z-index:4;text-transform:uppercase;letter-spacing:.08em;color:#64748b;font-size:12px;font-weight:800}.count-history-weekly-product-cell{z-index:1}.count-history-weekly-product-copy{gap:4px;display:grid}.count-history-weekly-product-copy strong{font-size:14px;line-height:1.4}.count-history-weekly-product-copy span{color:#94a3b8;font-size:12px;font-weight:600;line-height:1.35}.count-history-weekly-date-head{min-width:210px}.count-history-weekly-date-head span,.count-history-weekly-date-head small{display:block}.count-history-weekly-date-head span{color:#0f172a;font-size:13px;font-weight:800}.count-history-weekly-date-head small{color:#94a3b8;letter-spacing:.08em;margin-top:2px;font-size:10px}.count-history-weekly-label-head{text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;white-space:nowrap;font-size:10px;font-weight:800}.count-history-weekly-label-full,.count-history-weekly-label-short{display:inline-block}.count-history-weekly-label-short{display:none}.count-history-weekly-group-cell{z-index:3;text-align:center;text-transform:uppercase;letter-spacing:.08em;color:#475569;background:linear-gradient(#f4f7fbfa,#eff4f9fa);padding:10px 14px;font-size:12px;font-weight:800;position:sticky;left:0}.count-history-weekly-group-label{text-align:center;width:max-content;max-width:calc(100vw - 120px);display:block;position:sticky;left:50%;transform:translate(-50%)}.count-history-weekly-number-cell{font-variant-numeric:tabular-nums;color:#0f172a;font-size:13px;font-weight:700}.count-history-weekly-balance-cell{min-width:76px}.count-history-weekly-balance{letter-spacing:.01em;border-radius:999px;justify-content:center;align-items:center;min-width:64px;min-height:30px;padding:0 8px;font-size:12px;font-weight:800;display:inline-flex}.count-history-weekly-balance.is-match{color:#047857;background:#10b9811f}.count-history-weekly-balance.is-warning{color:#b45309;background:#f59e0b24}.count-history-weekly-balance.is-danger{color:#dc2626;background:#ef44441f}.count-history-weekly-balance.is-pending,.count-history-weekly-balance.is-empty{color:#64748b;background:#94a3b81f}@media (min-width:721px) and (max-width:1440px){.count-history-shell{padding:22px}.count-history-weekly-card{border-radius:22px;gap:16px;padding:14px}.count-history-weekly-card-head{gap:14px}.count-history-weekly-card-copy{gap:4px}.count-history-weekly-card-copy h3{font-size:24px}.count-history-weekly-card-copy p{font-size:13px}.count-history-weekly-card-meta{gap:8px}.count-history-weekly-range{min-height:32px;padding:0 10px;font-size:11px}.count-history-weekly-table-shell{border-radius:18px}.count-history-weekly-table th,.count-history-weekly-table td{padding:8px 10px}.count-history-weekly-product-head,.count-history-weekly-product-cell{min-width:192px;max-width:192px}.count-history-weekly-product-head{font-size:11px}.count-history-weekly-product-cell strong{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;line-height:1.28;display:-webkit-box;overflow:hidden}.count-history-weekly-product-cell span{font-size:11px}.count-history-weekly-date-head{min-width:138px}.count-history-weekly-date-head span{font-size:12px}.count-history-weekly-date-head small{font-size:9px}.count-history-weekly-label-head{letter-spacing:.06em;font-size:9px}.count-history-weekly-group-cell{padding:8px 12px;font-size:11px}.count-history-weekly-number-cell{font-size:12px}.count-history-weekly-balance-cell{min-width:64px}.count-history-weekly-balance{min-width:54px;min-height:28px;padding:0 6px;font-size:11px}}@media (min-width:721px) and (max-width:1400px){.count-history-weekly-table{--weekly-product-col:148px;--weekly-stock-col:32px;--weekly-counted-col:34px;--weekly-balance-col:42px;table-layout:fixed;min-width:100%}.app-layout.app-layout-weekly-collapsed .content{padding:18px}.count-history-shell{border-radius:24px;gap:22px;padding:18px}.count-history-head{grid-template-columns:minmax(0,1fr) 320px;gap:18px;padding-bottom:18px}.count-history-copy{gap:8px}.count-history-copy h2{font-size:28px}.count-history-copy p{font-size:15px;line-height:1.5}.count-history-head-actions{gap:12px}.count-history-weekly-list{gap:18px}.count-history-weekly-card{border-radius:20px;gap:12px;padding:12px}.count-history-weekly-card-head{gap:12px}.count-history-weekly-card-copy h3{font-size:22px}.count-history-weekly-card-copy p{font-size:12px}.count-history-weekly-card-meta{gap:6px}.count-history-weekly-range{min-height:30px;padding:0 9px;font-size:10px}.count-history-weekly-table-shell{border-radius:16px}.count-history-weekly-table th,.count-history-weekly-table td{padding:6px}.count-history-weekly-col-product{width:var(--weekly-product-col)}.count-history-weekly-col-stock{width:var(--weekly-stock-col)}.count-history-weekly-col-counted{width:var(--weekly-counted-col)}.count-history-weekly-col-balance{width:var(--weekly-balance-col)}.count-history-weekly-product-head,.count-history-weekly-product-cell{min-width:var(--weekly-product-col);max-width:var(--weekly-product-col)}.count-history-weekly-product-head{letter-spacing:.06em;font-size:10px}.count-history-weekly-product-copy{gap:2px}.count-history-weekly-product-copy strong{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;line-height:1.2;display:-webkit-box;overflow:hidden}.count-history-weekly-product-copy span{font-size:10px;line-height:1.2}.count-history-weekly-date-head{min-width:auto}.count-history-weekly-date-head span{font-size:11px}.count-history-weekly-date-head small{margin-top:1px;font-size:8px}.count-history-weekly-label-head{letter-spacing:.03em;font-size:8px}.count-history-weekly-label-full:not(.is-always-visible){display:none}.count-history-weekly-label-short{display:inline-block}.count-history-weekly-group-cell{padding:7px 10px;font-size:10px}.count-history-weekly-number-cell{font-size:12px}.count-history-weekly-balance-cell{min-width:42px}.count-history-weekly-balance{min-width:38px;min-height:24px;padding:0 4px;font-size:10px}}.count-history-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:18px;display:grid}.count-history-card{background:#fff;border:1px solid #e2e8f0f2;border-radius:22px;flex-direction:column;gap:18px;min-width:0;padding:18px;display:flex;box-shadow:0 16px 34px #0f172a0f,inset 0 1px #ffffffdb}.count-history-card-head{grid-template-columns:minmax(0,1fr) auto;align-items:flex-start;gap:14px;width:100%;display:grid}.count-history-card-copy{flex-direction:column;flex:auto;gap:6px;min-width:0;display:flex}.count-history-card h4{letter-spacing:-.02em;font-size:22px}.count-history-card-head .badge{justify-self:end}.count-history-card-round{color:var(--muted);font-size:13px;font-weight:600;line-height:1.35}.count-history-metrics{background:linear-gradient(#fbfdff,#f6f9fd);border:1px solid #e2e8f0f2;border-radius:18px;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:16px;display:grid}.count-history-metric{background:#fffffff0;border:1px solid #e8eef7f2;border-radius:14px;gap:4px;min-width:0;padding:10px 12px;display:grid}.count-history-metric-label{text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;font-size:11px;font-weight:800}.count-history-metric strong{word-break:break-word;font-size:14px;line-height:1.45}.count-history-error{background:#fef2f2f0;border:1px solid #fecacaf0;border-radius:14px;padding:12px 14px}.count-history-items{gap:12px;display:grid}.count-history-item{background:linear-gradient(#fff,#fcfdff);border:1px solid #e8eef7f2;border-radius:16px;justify-content:space-between;align-items:flex-start;gap:14px;min-width:0;padding:14px 16px;display:flex;box-shadow:inset 0 1px #ffffffc7}.count-history-item-copy{flex-direction:column;flex:auto;gap:6px;width:100%;min-width:0;display:flex}.count-history-item-head{grid-template-columns:minmax(0,1fr) auto;align-items:flex-start;gap:12px;width:100%;min-width:0;display:grid}.count-history-item-head strong{min-width:0}.count-history-item-meta,.count-history-item-diff{color:var(--muted);font-size:13px;line-height:1.45}.count-history-item-diff{white-space:normal;overflow-wrap:anywhere}.count-history-diff-formula{color:var(--text);cursor:help;align-items:center;display:inline-flex;position:relative}.count-history-diff-formula:hover .schedule-entry-tooltip,.count-history-diff-formula:focus-visible .schedule-entry-tooltip{opacity:1;transform:translate(-50%)}.count-history-diff-formula:focus-visible{outline:none}.count-history-item-head .badge{justify-self:end}.count-history-item-stats{color:var(--muted);flex-wrap:wrap;gap:10px 14px;font-size:13px;line-height:1.45;display:flex}.count-history-item-stats strong{color:var(--text)}@keyframes count-product-hold-progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media (max-width:1120px){.count-sheet-product-list,.count-store-grid,.count-history-grid,.count-history-head{grid-template-columns:1fr}}@media (max-width:960px){.count-sheet-shell.card{overflow:hidden}.count-sheet-line-stack,.count-sheet-line-group,.count-sheet-product-list,.count-sheet-product-card{min-width:0;max-width:100%}.count-sheet-shell.card.stack{padding:12px}.count-sheet-line-group,.count-sheet-product-card{padding:10px}.count-product-meta-row .table-stack-compact strong{font-size:15px}.count-product-meta-row .table-stack-compact .muted{font-size:14px}.count-sheet-checking-overlay{inset:0}}@media (min-width:960px){.count-monitor-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.count-monitor-section{overflow:hidden}}@media (min-width:1400px){.count-monitor-grid,.count-history-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1700px){.count-monitor-grid,.count-history-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:2000px){.count-monitor-grid,.count-history-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (max-width:720px){.count-layout-toast-stack{bottom:16px;right:16px}.count-layout-toast{max-width:calc(100vw - 24px)}.count-sheet-finalize,.count-product-group-head,.count-monitor-card-head,.count-history-card-head,.count-history-item,.count-monitor-product,.count-monitor-stock-item,.count-product-item,.count-sheet-line-head,.count-product-line-head,.count-product-modal-head,.count-product-modal-item,.count-product-modal-item-main{flex-direction:column}.count-history-filters,.count-history-metrics{grid-template-columns:1fr}.count-history-head-actions{justify-self:stretch}.count-history-mode-switch{justify-self:start}.count-history-mode-button-weekly,.count-history-mode-button-monthly,.count-history-filters{display:none}.count-history-whatsapp-trigger{justify-content:center;width:100%}.count-history-card-head{flex-direction:row;align-items:flex-start}.count-history-weekly-card-head{flex-direction:column}.count-history-weekly-card-meta{justify-content:flex-start}.count-history-item-diff{white-space:normal}.count-history-item{align-items:stretch}.count-history-shell{border-radius:22px;gap:22px;padding:18px}.count-history-head{gap:18px;padding-bottom:18px}.count-history-copy h2{font-size:26px}.count-history-day-copy h3{font-size:22px}.count-history-day-nav{justify-content:space-between;width:100%}.count-history-day-picker .picker-trigger-button{font-size:22px}.count-history-day-picker .picker-popover{left:0;transform:none}.count-product-edit-main{flex-direction:column;align-items:flex-start}.count-product-edit-fields{grid-template-columns:1fr;width:100%}.count-sheet-finalize .primary-button{width:100%;min-width:0}.count-product-modal{max-height:min(82vh,860px)}.count-product-modal-head{padding:18px 18px 0}.count-product-modal-scroll{padding:0 18px 18px}.count-history-whatsapp-modal{border-radius:24px;width:100%}.count-history-whatsapp-modal-head{padding-top:20px}.count-history-whatsapp-modal-head h3{font-size:28px}.count-history-whatsapp-message-card,.count-history-whatsapp-empty-state{border-radius:18px;padding:16px}.count-history-whatsapp-message-preview{padding:14px;font-size:13px}}.operational-checklist-page-shell{gap:22px}.operational-checklist-page-head{border:1px solid var(--border);background:var(--card);border-radius:16px;justify-content:space-between;align-items:flex-start;gap:18px;padding:28px;display:flex;box-shadow:0 1px 3px #0f172a0a}.operational-checklist-page-head h1{margin:4px 0 0;font-size:24px;font-weight:700}.operational-checklist-page-head p{max-width:760px;color:var(--muted);margin:6px 0 0;font-size:14px;line-height:1.5}.operational-checklist-page-date-pill,.operational-checklist-surface-pill{color:#64748b;letter-spacing:.04em;text-transform:uppercase;background:#fffffff5;border:1px solid #e2e8f0fa;border-radius:999px;align-items:center;min-height:40px;padding:0 14px;font-size:12px;font-weight:700;display:inline-flex;box-shadow:inset 0 1px #ffffffd6}.operational-checklist-surface-pill--collaborative{color:var(--primary);background:#1d4ed814;border-color:#1d4ed833}.operational-checklist-collab-bar{color:var(--muted);align-items:center;gap:6px;padding:8px 16px;font-size:12px;display:flex}.operational-checklist-collab-label{margin-right:4px;font-weight:600}.operational-checklist-collab-avatar{background:var(--collab-color,#64748b);color:#fff;text-transform:uppercase;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:700;display:flex;box-shadow:0 0 0 2px #fff}.operational-checklist-collab-field-wrapper{flex-direction:column;display:flex;position:relative}.operational-checklist-collab-field-wrapper.has-presence{box-shadow:0 0 0 2px var(--collab-color,#64748b);border-radius:12px}.operational-checklist-collab-field-indicator{z-index:2;background:var(--collab-color,#64748b);color:#fff;text-transform:uppercase;pointer-events:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:10px;font-weight:700;animation:2s ease-in-out infinite collab-pulse;display:flex;position:absolute;top:-10px;right:-6px;box-shadow:0 1px 4px #00000026}@keyframes collab-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.operational-checklist-summary-pill{z-index:1;display:inline-flex;position:relative;overflow:visible}.operational-checklist-summary-pill--with-tooltip:hover .operational-checklist-summary-tooltip,.operational-checklist-summary-pill--with-tooltip:focus-within .operational-checklist-summary-tooltip{opacity:1;transform:translate(0)}.operational-checklist-summary-pill--with-tooltip:hover,.operational-checklist-summary-pill--with-tooltip:focus-within{z-index:12}.operational-checklist-summary-tooltip{white-space:normal;text-align:left;text-transform:none;letter-spacing:normal;z-index:24;gap:6px;min-width:220px;max-width:320px;display:grid;top:calc(100% + 6px);left:auto;right:0;transform:translateY(-4px)}.operational-checklist-summary-tooltip:before{left:auto;right:22px;transform:rotate(45deg)}.operational-checklist-summary-tooltip-row{gap:2px;display:grid}.operational-checklist-summary-tooltip-row strong{font-size:12px;line-height:1.35}.operational-checklist-summary-tooltip-row span{color:#e2e8f0d1;font-size:11px;line-height:1.35}.operational-checklist-admin-kpis{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.operational-checklist-kpi-card{border:1px solid var(--border);background:var(--card);border-radius:12px;gap:6px;padding:20px 24px;display:grid;box-shadow:0 1px 3px #0f172a0a}.operational-checklist-kpi-card span{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:600}.operational-checklist-kpi-card strong{letter-spacing:-.02em;font-size:28px;font-weight:700}.operational-checklist-builder-panel,.operational-checklist-builder-canvas,.operational-checklist-list-card{background:linear-gradient(#fffffffa,#f9fafcfa);border:1px solid #e2e8f0f2;border-radius:28px;box-shadow:0 24px 48px #0f172a0f,inset 0 1px #ffffffe6}.operational-checklist-admin-shell,.operational-checklist-empty-state-card{border:1px solid var(--border);background:var(--card);border-radius:16px;padding:28px;box-shadow:0 1px 3px #0f172a0a}.operational-checklist-admin-shell-collapsible{padding:0}.operational-checklist-admin-section-head{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:20px;display:flex}.operational-checklist-admin-section-head-toggle{cursor:pointer;margin-bottom:0;padding:28px;list-style:none}.operational-checklist-admin-section-head-toggle::-webkit-details-marker{display:none}.operational-checklist-admin-section-toggle-pill{border:1px solid var(--border);color:var(--muted);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;background:#dbe3ef2e;border-radius:999px;align-items:center;gap:8px;padding:8px 12px;font-size:12px;font-weight:700;display:inline-flex}.operational-checklist-admin-section-toggle-icon{stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px;transition:transform .18s}.operational-checklist-admin-shell-collapsible[open] .operational-checklist-admin-section-toggle-icon{transform:rotate(180deg)}.operational-checklist-admin-collapsible-body{padding:0 28px 28px}.operational-checklist-admin-section-head h2{margin:4px 0 0;font-size:18px;font-weight:700}.operational-checklist-filter-bar{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:16px;transition:opacity .12s ease-out;display:flex}.operational-checklist-filter-bar.is-pending{opacity:.7;pointer-events:none}.operational-checklist-filter-bar input,.operational-checklist-filter-bar select{border:1px solid var(--border);background:var(--bg);min-width:0;color:var(--text);border-radius:10px;flex:1;padding:8px 12px;font-size:13px;transition:border-color .15s,box-shadow .15s}.operational-checklist-filter-bar input:focus,.operational-checklist-filter-bar select:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #1d4ed814}.operational-checklist-filter-bar .cc-btn{flex-shrink:0;padding:8px 16px;font-size:13px}.operational-checklist-filter-date{flex:none;min-width:140px}.operational-checklist-filter-date label{display:none}.operational-checklist-filter-date .picker-root{min-width:0}.operational-checklist-filter-date .picker-field{border:1px solid var(--border);background:var(--bg);border-radius:10px;align-items:center;transition:border-color .15s,box-shadow .15s;display:flex}.operational-checklist-filter-date .picker-field:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #1d4ed814}.operational-checklist-filter-date .picker-field input[type=text]{min-width:0;color:var(--text);cursor:pointer;background:0 0;border:none;outline:none;flex:1;padding:8px 4px 8px 12px;font-size:13px}.operational-checklist-filter-date .picker-button{width:28px;height:28px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;margin-right:4px;font-size:0;transition:background .15s;display:flex;position:static;transform:none}.operational-checklist-filter-date .picker-button:before{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;width:16px;height:16px;display:block}.operational-checklist-filter-date .picker-button:hover{background:var(--border)}.operational-checklist-filter-dropdown{flex:1;min-width:0;position:relative}.operational-checklist-filter-dropdown.is-expanded{z-index:91;min-width:260px}.operational-checklist-filter-dropdown .count-product-store-trigger{border-radius:10px;min-height:36px;padding:7px 12px;font-size:13px}.operational-checklist-filter-dropdown .count-product-store-trigger.is-open{border-bottom-right-radius:0;border-bottom-left-radius:0}.operational-checklist-filter-dropdown .count-product-store-trigger.is-drop-up{border-radius:0 0 10px 10px}.operational-checklist-filter-dropdown .count-product-store-menu{z-index:90;border:1px solid var(--border);background:#fff;border-top:none;border-radius:0 0 10px 10px;max-height:none;position:absolute;top:100%;left:0;right:0;overflow:visible;box-shadow:0 8px 22px #0f172a14}.operational-checklist-filter-dropdown .count-product-store-menu.is-drop-up{border-top:1px solid var(--border);border-bottom:none;border-radius:10px 10px 0 0;top:auto;bottom:100%;box-shadow:0 -8px 22px #0f172a14}.operational-checklist-filter-dropdown .operational-checklist-scope-options{max-height:240px;overflow-y:auto}.operational-checklist-filter-dropdown .count-product-store-option{padding:6px 12px;font-size:13px}.operational-checklist-filter-dropdown .count-product-store-menu-footer{border-top:1px solid var(--border);padding:6px 12px;font-size:12px}.operational-checklist-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.operational-checklist-template-card{background:var(--bg);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:16px;padding:20px;transition:border-color .15s;display:flex}.operational-checklist-template-card:hover{border-color:#1d4ed833}.operational-checklist-list-card{flex-direction:column;gap:18px;padding:22px;display:flex}.operational-checklist-template-card-head,.operational-checklist-list-card-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.operational-checklist-template-card-head h3{margin:0;font-size:16px;font-weight:700}.operational-checklist-list-card-head h2{letter-spacing:-.03em;margin:0;font-size:28px}.operational-checklist-template-card-head p{color:var(--muted);margin:4px 0 0;font-size:13px;line-height:1.5}.operational-checklist-list-card-copy{margin:8px 0 0;line-height:1.6}.operational-checklist-template-card-metrics,.operational-checklist-list-card-meta{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.operational-checklist-template-card-metrics>div{border:1px solid var(--border);background:var(--card);border-radius:10px;gap:2px;padding:10px 14px;display:grid}.operational-checklist-list-card-meta-item{background:#fafcffeb;border:1px solid #e8eef7f2;border-radius:18px;gap:4px;padding:14px 16px;display:grid}.operational-checklist-template-card-metrics span{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:11px;font-weight:600}.operational-checklist-template-card-metrics strong{font-size:14px;font-weight:700}.operational-checklist-list-card-meta-item span{color:#64748b;letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:700}.operational-checklist-list-card-meta-item strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:15px;display:block;overflow:hidden}.operational-checklist-template-card-actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.operational-checklist-list-card-foot{justify-content:space-between;align-items:center;gap:12px;display:flex}.operational-checklist-list-card-foot .muted{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:clamp(11px,2.5vw,14px);overflow:hidden}.operational-checklist-list-card-foot .primary-button{white-space:nowrap;flex-shrink:0}@media (max-width:640px){.operational-checklist-list-card-foot{flex-direction:column;align-items:stretch}.operational-checklist-list-card-foot .muted{white-space:normal;font-size:13px;overflow:visible}.operational-checklist-list-card-foot .primary-button{text-align:center}}.operational-checklist-table-wrap{border:1px solid var(--border);border-radius:12px;overflow:hidden}.operational-checklist-admin-table{background:var(--card)}.operational-checklist-admin-table thead th{letter-spacing:.04em;text-transform:uppercase;color:var(--muted);background:#dbe3ef26;font-size:12px;font-weight:700}.operational-checklist-admin-table td,.operational-checklist-admin-table th{padding:12px 14px}.oc-table-compact td,.oc-table-compact th{vertical-align:middle;padding:6px 10px;font-size:13px}.oc-table-compact thead th{font-size:11px}.oc-cell-group{flex-direction:column;display:flex}.oc-cell-title{font-size:13px;font-weight:600;line-height:1.3;display:block}.oc-cell-sub{color:var(--muted);font-size:12px;line-height:1.3;display:block}.oc-status-badge-wrap{cursor:default;align-items:center;gap:8px;display:flex}.oc-status-badge-wrap .badge{text-align:center;flex-shrink:0;width:120px}.oc-progress-track{background:#dbe3ef66;border-radius:2px;flex-shrink:0;width:48px;height:4px;overflow:hidden}.oc-progress-fill{background:var(--primary);border-radius:2px;height:100%;transition:width .3s}.oc-progress-fill.success{background:var(--success)}.oc-progress-fill.warning{background:var(--warning)}.oc-progress-label{color:var(--muted);min-width:28px;font-size:11px}.operational-checklist-progress-track{background:var(--border);border-radius:999px;height:6px;position:relative;overflow:hidden}.operational-checklist-progress-track span{border-radius:inherit;background:var(--primary);transition:width .3s;position:absolute;inset:0 auto 0 0}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.content:has(.operational-checklist-builder-shell){flex-direction:column;height:100vh;max-height:100vh;display:flex;overflow:hidden}.content:has(.operational-checklist-builder-shell)>.stack{flex:1 1 0;min-height:0}.operational-checklist-builder-shell{flex-direction:column;flex:1 1 0;gap:10px;min-height:0;display:flex;overflow:hidden}.operational-checklist-builder-page-head{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.operational-checklist-builder-page-head h1{letter-spacing:-.05em;margin:8px 0 10px;font-size:clamp(34px,4vw,46px)}.operational-checklist-builder-actions{flex-wrap:wrap;gap:10px;display:flex}.operational-checklist-builder-feedback{color:#1d4ed8;background:#eff6fff2;border:1px solid #bfdbfee6;border-radius:18px;padding:14px 18px;font-weight:700}.operational-checklist-builder-feedback.error{color:#b91c1c;background:#fef2f2f5;border-color:#fca5a5eb}.operational-checklist-builder-mobile-note{display:none}.operational-checklist-builder-layout{background:#f5f7fb;border-radius:28px;flex:1 1 0;grid-template-rows:auto minmax(0,1fr);grid-template-columns:minmax(220px,.78fr) minmax(0,1.85fr) minmax(360px,1.08fr);align-items:stretch;gap:18px;min-height:0;display:grid;position:relative;overflow:hidden}.operational-checklist-builder-sidebar,.operational-checklist-builder-canvas-shell{min-width:0;height:100%;min-height:0}.operational-checklist-builder-panel,.operational-checklist-builder-canvas{flex-direction:column;min-height:0;padding:22px;display:flex}.operational-checklist-builder-sidebar{flex-direction:column;gap:18px;display:flex}.operational-checklist-builder-sidebar--setup{display:contents}.operational-checklist-builder-sidebar--inspector{flex-direction:column;grid-area:2/3;align-self:stretch;gap:18px;height:100%;min-height:0;display:flex}.operational-checklist-builder-canvas-shell{grid-area:2/2;align-self:stretch;height:100%;min-height:0;display:flex}.operational-checklist-builder-panel--settings{box-shadow:none;background:0 0;border:none;grid-area:1/1/auto/-1;padding:0;position:relative;overflow:visible}.operational-checklist-settings-trigger{text-align:left;cursor:pointer;background:linear-gradient(#fffffffa,#f9fafcfa);border:1px solid #e2e8f0f2;border-radius:28px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px 18px;width:100%;padding:22px;transition:border-color .15s,box-shadow .15s;display:grid;position:relative;overflow:visible;box-shadow:0 24px 48px #0f172a0f,inset 0 1px #ffffffe6}.operational-checklist-settings-trigger:hover{border-color:#1d4ed840;box-shadow:0 24px 48px #0f172a14,inset 0 1px #ffffffe6}.operational-checklist-builder-panel--components{flex-direction:column;grid-area:2/1;align-self:stretch;height:100%;min-height:0;display:flex;overflow:hidden}.operational-checklist-builder-panel--inspector{flex-direction:column;flex:auto;height:100%;min-height:0;display:flex;overflow:hidden}.operational-checklist-builder-panel-head{flex:none;justify-items:start;gap:6px;margin-bottom:18px;display:grid}.operational-checklist-builder-panel-body{flex:auto;min-width:0;min-height:0}.operational-checklist-builder-panel-body--scroll{padding-right:4px;overflow:auto}.operational-checklist-builder-canvas-head{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:18px;display:flex}.operational-checklist-builder-panel-head h3,.operational-checklist-builder-canvas-head h2{letter-spacing:-.03em;margin:0;font-size:28px}.operational-checklist-builder-panel-head p,.operational-checklist-builder-canvas-head p{color:#64748b;text-wrap:balance;max-width:100%;margin:0;line-height:1.55}.operational-checklist-builder-panel-head p{max-width:32ch}.operational-checklist-builder-panel-head--compact{margin-bottom:0}.operational-checklist-builder-panel-head--compact p{white-space:nowrap;max-width:none}.operational-checklist-settings-summary{z-index:2;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex;position:relative;overflow:visible}.operational-checklist-settings-trigger-action{z-index:2;justify-content:center;align-items:center;display:flex;position:absolute;bottom:14px;left:50%;transform:translate(-50%)}.operational-checklist-settings-arrow{border-bottom:2.5px solid #94a3b8;border-right:2.5px solid #94a3b8;width:12px;height:12px;animation:1.5s ease-in-out infinite settings-arrow-bounce;display:block;transform:rotate(45deg)}.operational-checklist-settings-trigger:hover .operational-checklist-settings-arrow{border-color:#2563eb}@keyframes settings-arrow-bounce{0%,to{opacity:.5;transform:rotate(45deg)translateY(0)}50%{opacity:1;transform:rotate(45deg)translateY(4px)}}.operational-checklist-settings-overlay-backdrop{z-index:80;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);cursor:pointer;background:#0f172a2e;border:0;position:fixed;inset:0}.operational-checklist-settings-overlay{z-index:81;width:min(1320px,100vw - 48px);max-height:calc(100dvh - 136px);padding:18px;position:fixed;top:112px;left:50%;overflow:visible;transform:translate(-50%)}.operational-checklist-builder-panel--settings-sheet{background:linear-gradient(#fffffffa,#f9fafcfa);border:1px solid #e2e8f0f2;border-radius:28px;overflow:visible;box-shadow:0 28px 54px #0f172a2e,inset 0 1px #ffffffe0}.operational-checklist-settings-overlay .picker-popover,.operational-checklist-settings-overlay .operational-checklist-scope-menu{z-index:12}.operational-checklist-builder-settings-sheet-head{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px;display:flex}.operational-checklist-builder-settings-sheet-head .operational-checklist-builder-panel-head p{white-space:nowrap}.operational-checklist-settings-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:start;gap:14px 16px}.operational-checklist-settings-field{min-width:0}.operational-checklist-settings-field--date,.operational-checklist-settings-date-picker{align-content:start;display:grid}.operational-checklist-settings-date-picker{gap:7px}.operational-checklist-settings-date-picker>label,.operational-checklist-settings-date-picker>span{font-weight:600;line-height:1.2;display:block}.operational-checklist-settings-date-picker .picker-root,.operational-checklist-settings-date-picker .picker-field{width:100%}.operational-checklist-settings-date-picker .picker-field input[type=text],.operational-checklist-settings-field--recurrence select{min-height:46px}.operational-checklist-settings-field--title,.operational-checklist-settings-field--description{grid-column:span 2}.operational-checklist-settings-field--weekdays{grid-column:1/-1;gap:10px;display:grid}.operational-checklist-palette{gap:10px;padding:2px 0;display:grid}.operational-checklist-palette-item,.operational-checklist-assignee-card,.operational-checklist-choice-card{border:1px solid var(--border);background:var(--card);text-align:left;cursor:pointer;border-radius:10px;gap:4px;padding:10px 14px;transition:border-color .15s,box-shadow .15s;display:grid}.operational-checklist-palette-item:hover,.operational-checklist-assignee-card:hover,.operational-checklist-choice-card:hover{border-color:#1d4ed840;box-shadow:0 1px 4px #0f172a0f}.operational-checklist-palette-item.is-palette-dragging{opacity:.4;box-shadow:none;cursor:grabbing;transform:none}.operational-checklist-palette-item{cursor:grab;touch-action:none}.operational-checklist-palette-item strong,.operational-checklist-assignee-card strong{font-size:15px}.operational-checklist-palette-item span,.operational-checklist-assignee-card span{color:#64748b;line-height:1.45}.operational-checklist-assignee-list{gap:10px;display:grid}.operational-checklist-assignee-label,.operational-checklist-inline-title{letter-spacing:.06em;text-transform:uppercase;color:#64748b;font-size:12px;font-weight:800}.operational-checklist-assignee-grid{gap:10px;max-height:280px;display:grid;overflow-y:auto}.operational-checklist-assignee-card.is-selected,.operational-checklist-weekday-pill.is-selected{color:#0f172a;background:#f8fafcfa;border-color:#0f172afa}.operational-checklist-weekday-picker{flex-wrap:wrap;gap:8px;display:flex}.operational-checklist-weekday-pill{color:#64748b;background:#fffffffa;border:1px solid #e2e8f0f5;border-radius:999px;min-width:54px;padding:10px 12px;font-weight:700}.operational-checklist-builder-canvas-meta{flex-wrap:wrap;gap:8px;display:flex}.operational-checklist-builder-canvas{flex-direction:column;flex:auto;height:100%;min-height:0;display:flex;overflow:hidden}.operational-checklist-builder-canvas-viewport{flex:auto;min-height:0;padding-right:4px;overflow:auto}.operational-checklist-builder-sidebar--inspector .operational-checklist-builder-panel{flex:auto}.operational-checklist-scope-picker{width:100%}.operational-checklist-scope-menu{flex-direction:column;max-height:320px;display:flex;overflow:hidden}.operational-checklist-scope-search{padding:10px 10px 0}.operational-checklist-scope-search input{width:100%}.operational-checklist-scope-options{flex:auto;min-height:0;padding-right:4px;overflow-y:auto}.operational-checklist-scope-option-copy{gap:2px;display:grid}.operational-checklist-scope-option-copy strong{font-size:14px}.operational-checklist-scope-option-copy small{color:#64748b;font-size:12px;line-height:1.4}.operational-checklist-builder-grid,.operational-checklist-builder-section-grid,.operational-checklist-execution-grid,.operational-checklist-response-grid{grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-flow:row;align-content:start;align-items:stretch;gap:14px;min-width:0;display:grid}.operational-checklist-builder-grid{flex:none;width:100%;min-height:0}.operational-checklist-builder-grid-shell{flex-direction:column;min-height:100%;display:flex}.operational-checklist-builder-flow-container{flex-direction:column;gap:14px;width:100%;min-height:0;display:flex}.operational-checklist-builder-flow-container--root{flex:auto;min-height:100%}.operational-checklist-builder-flow-row{position:relative}.operational-checklist-builder-flow-row-grid{grid-template-columns:repeat(12,minmax(0,1fr));align-items:stretch;gap:14px;display:grid}.operational-checklist-builder-flow-row-grid>*{transition:transform .18s}.operational-checklist-builder-row-slots,.operational-checklist-builder-tail-slot-shell{min-height:88px;position:relative}.operational-checklist-builder-row-slots{pointer-events:none;z-index:4;position:absolute;inset:0}.operational-checklist-builder-row-slots>*{pointer-events:auto}.operational-checklist-builder-tail-slot-shell--root-tail{flex:auto;min-height:140px}.operational-checklist-builder-tail-slot-shell--empty{min-height:112px}.operational-checklist-builder-tail-slot-shell--section-tail{height:0;min-height:0}.operational-checklist-builder-slot{color:#0000;pointer-events:auto;background:#eff6ff2e;border:1px dashed #94a3b833;border-radius:22px;justify-content:center;align-items:center;min-width:0;min-height:100%;transition:border-color .16s,background-color .16s,box-shadow .16s,color .16s;display:flex;position:absolute;top:0;bottom:0}.operational-checklist-builder-slot--empty,.operational-checklist-builder-slot--tail{background:0 0;border-color:#0000;border-radius:18px}.operational-checklist-builder-slot--section-before{background:0 0;border:none;height:60px;min-height:0;bottom:auto}.operational-checklist-builder-slot.is-over,.operational-checklist-builder-slot--empty.is-over,.operational-checklist-builder-slot--tail.is-over{box-shadow:none;color:#0000;background:0 0;border-color:#0000}@keyframes builder-slot-pulse{0%,to{background:#dbeafeb8}50%{background:#dbeafef2}}.operational-checklist-builder-slot span{pointer-events:none;letter-spacing:.03em;text-transform:uppercase;font-size:12px;font-weight:700}.operational-checklist-builder-insertion-line{pointer-events:none;background:#2563eb;border-radius:2px;width:3px;animation:.16s builder-insertion-line-appear;position:absolute;top:8px;bottom:8px;box-shadow:0 0 8px #2563eb66}@keyframes builder-insertion-line-appear{0%{opacity:0;transform:scaleY(.6)}to{opacity:1;transform:scaleY(1)}}.operational-checklist-builder-insertion-line-horizontal{pointer-events:none;background:#2563eb;border-radius:2px;height:3px;animation:.16s builder-insertion-line-h-appear;position:absolute;top:0;left:8px;right:8px;box-shadow:0 0 8px #2563eb66}@keyframes builder-insertion-line-h-appear{0%{opacity:0;transform:scaleX(.6)}to{opacity:1;transform:scaleX(1)}}.operational-checklist-builder-root-dropzone-shell{flex:auto;min-height:140px;padding-top:14px;display:flex}.operational-checklist-builder-grid-cell{min-width:0;height:auto}.operational-checklist-builder-node{height:100%;min-height:100%;box-shadow:none;cursor:default;background:0 0;border:0;padding:0;position:relative}.operational-checklist-builder-node.is-selected{box-shadow:none;border-color:#0000}.operational-checklist-builder-projected-placeholder{background:#dbeafe80;border:2px dashed #2563eb8f;border-radius:28px;min-width:0;animation:.2s builder-placeholder-appear;position:relative;box-shadow:inset 0 0 0 1px #2563eb14,0 0 16px #2563eb14}.operational-checklist-builder-projected-placeholder:after{content:"Soltar aqui";letter-spacing:.03em;text-transform:uppercase;color:#1d4ed8;pointer-events:none;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex;position:absolute;inset:0}@keyframes builder-placeholder-appear{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.operational-checklist-builder-projected-placeholder.is-section{border-radius:32px}.operational-checklist-builder-node.is-section{height:auto;min-height:0}.operational-checklist-builder-shell.is-dragging .operational-checklist-builder-node:not(.is-drag-overlay-card)>.operational-checklist-builder-resize-handle{visibility:hidden}.operational-checklist-builder-node.is-selected>.operational-checklist-builder-preview-card{border-color:#1d4ed87a;box-shadow:0 0 0 3px #bfdbfe8f,inset 0 1px #ffffffeb}.operational-checklist-builder-node[data-builder-draggable-card=true]{cursor:grab}.operational-checklist-builder-node[data-builder-draggable-card=true]:focus-visible{outline-offset:2px;border-radius:28px;outline:2px solid #2563eb}.operational-checklist-builder-section-drag-surface:focus-visible{outline-offset:2px;border-radius:24px;outline:2px solid #2563eb}.operational-checklist-builder-shell.is-dragging .operational-checklist-builder-node[data-builder-draggable-card=true]{cursor:grabbing}.operational-checklist-section-head.operational-checklist-builder-section-drag-surface{cursor:grab;-webkit-user-select:none;user-select:none}.operational-checklist-builder-shell.is-dragging .operational-checklist-section-head.operational-checklist-builder-section-drag-surface{cursor:grabbing}.operational-checklist-empty-panel,.operational-checklist-execution-feedback,.operational-checklist-section-head p,.operational-checklist-response-field p{color:var(--muted);font-size:13px;line-height:1.5}.operational-checklist-response-field textarea,.operational-checklist-response-field input[type=number],.operational-checklist-response-field input[type=text],.operational-checklist-inventory-field input{border:1px solid var(--border);background:var(--bg);color:var(--text);border-radius:8px;padding:8px 12px;font-size:14px;transition:border-color .15s,box-shadow .15s}.operational-checklist-response-field textarea:focus,.operational-checklist-response-field input:focus,.operational-checklist-inventory-field input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #1d4ed814}.operational-checklist-node-badge{color:#64748b;letter-spacing:.05em;text-transform:uppercase;background:#f8fafcfa;border-radius:999px;flex:none;align-items:center;gap:5px;padding:4px 8px;font-size:11px;font-weight:800;display:inline-flex}.operational-checklist-node-badge em{color:#f97316;font-size:13px;font-style:normal;line-height:1}.operational-checklist-builder-section-body{flex:auto;min-height:0;padding-top:2px;overflow:hidden}.operational-checklist-builder-preview-card{height:100%;min-height:100%}.operational-checklist-builder-node>.operational-checklist-builder-preview-card{height:100%}.operational-checklist-builder-node.is-section>.operational-checklist-builder-preview-card{height:auto;min-height:0}.operational-checklist-builder-preview-card.is-preview-hidden{opacity:.46;filter:saturate(.78)}.operational-checklist-builder-dropzone{color:#64748b;text-align:center;cursor:pointer;text-wrap:balance;background:#f8fafcdb;border:1px dashed #94a3b8b8;border-radius:18px;grid-column:1/-1;justify-content:center;align-items:center;width:100%;min-width:0;min-height:112px;padding:24px 20px;line-height:1.45;display:flex}.operational-checklist-builder-dropzone--section-tail{min-height:86px;padding:18px 20px}.operational-checklist-builder-dropzone--root-tail{flex:auto;min-height:100%}.operational-checklist-builder-dropzone.is-selected,.operational-checklist-builder-grid-shell.is-root-selected .operational-checklist-builder-dropzone--root-tail{color:#1d4ed8;background:#eff6ffcc;border-color:#3b82f66b}.operational-checklist-builder-dropzone.is-over{color:#1d4ed8;background:#eff6fff0;border-color:#1d4ed894}.operational-checklist-builder-drag-overlay{pointer-events:none;cursor:grabbing;z-index:2147483647;isolation:isolate;width:100%;position:relative;transform:translateZ(0)}.operational-checklist-builder-drag-overlay .operational-checklist-builder-node.is-drag-overlay-card{pointer-events:none;z-index:2147483647;opacity:.9;position:relative}.operational-checklist-builder-drag-overlay .operational-checklist-builder-preview-card,.operational-checklist-builder-drag-overlay .operational-checklist-response-field,.operational-checklist-builder-drag-overlay .operational-checklist-section-card{z-index:2147483647;position:relative;box-shadow:0 28px 56px #0f172a33,0 10px 22px #0f172a1f}.operational-checklist-builder-section-grid--overlay{pointer-events:none}.operational-checklist-builder-resize-handle{background:0 0;border:0;position:absolute}.operational-checklist-builder-resize-handle.is-right{cursor:ew-resize;width:10px;height:calc(100% - 36px);top:18px;right:-5px}.operational-checklist-builder-resize-handle.is-bottom{cursor:ns-resize;width:calc(100% - 36px);height:10px;bottom:-5px;left:18px}.operational-checklist-builder-resize-handle.is-corner{cursor:nwse-resize;border-radius:999px;width:18px;height:18px;bottom:-4px;right:-4px}.operational-checklist-builder-resize-handle.is-corner:before{content:"";background:#2563eb;border-radius:999px;position:absolute;inset:3px;box-shadow:0 0 0 4px #bfdbfe66}.operational-checklist-inline-stack{gap:10px;display:grid}.operational-checklist-option-row,.operational-checklist-inventory-row,.operational-checklist-condition-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.operational-checklist-inventory-row,.operational-checklist-condition-row{grid-template-columns:repeat(3,minmax(0,1fr)) auto}.operational-checklist-inline-icon-button{color:#475569;background:#f8fafcfa;border:1px solid #e2e8f0f5;border-radius:12px;width:36px;height:36px}.operational-checklist-inline-actions{flex-wrap:wrap;gap:10px;display:flex}label.operational-checklist-switch-row{flex-direction:row;justify-content:flex-start;align-items:center;gap:10px;width:fit-content;min-width:0;margin:0;font-weight:600;display:flex}label.operational-checklist-switch-row input[type=checkbox]{flex:none;width:16px;min-width:16px;height:16px;margin:0;padding:0}label.operational-checklist-switch-row span{flex:0 auto;align-items:center;min-height:16px;font-weight:700;line-height:1.2;display:inline-flex}.operational-checklist-inspector-scope-section{gap:12px;display:grid}.operational-checklist-inspector-hint{color:#64748b;margin:-4px 0 0;line-height:1.5}.operational-checklist-section-card{border:1px solid var(--border);background:var(--card);border-radius:16px;flex-direction:column;grid-column:span 12;gap:16px;min-width:0;min-height:0;padding:22px;display:flex;box-shadow:0 1px 3px #0f172a0a}.operational-checklist-section-card.is-selectable{cursor:pointer}.operational-checklist-section-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.operational-checklist-section-head h3{letter-spacing:-.01em;margin:0;font-size:18px;font-weight:700}.operational-checklist-section-description{color:#64748b;margin:-8px 0 0;line-height:1.5}.operational-checklist-response-field{border:1px solid var(--border);background:var(--card);border-radius:12px;flex-direction:column;flex:auto;gap:12px;min-width:0;min-height:0;padding:16px;transition:border-color .15s,box-shadow .15s;display:flex;box-shadow:0 1px 3px #0f172a0a}.operational-checklist-response-field:focus-within{border-color:#1d4ed84d;box-shadow:0 0 0 3px #1d4ed80f}.operational-checklist-response-field>input,.operational-checklist-response-field>textarea{flex:auto}.operational-checklist-response-field>textarea{resize:none;white-space:pre-wrap;word-wrap:break-word;overflow:hidden}.operational-checklist-response-field-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.operational-checklist-response-field-head strong{color:var(--text);font-size:14px;font-weight:600}.operational-checklist-required-dot{color:#dc2626;letter-spacing:.05em;text-transform:uppercase;background:#fef2f2f5;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:800}.operational-checklist-required-legend{color:var(--muted);align-items:center;gap:6px;font-size:13px;display:flex}.operational-checklist-required-legend-marker{color:#f97316;font-size:16px;font-weight:700;line-height:1}.operational-checklist-choice-list{gap:10px;display:grid}.operational-checklist-choice-card{grid-template-columns:auto minmax(0,1fr);align-items:center}.operational-checklist-number-field{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.operational-checklist-number-field span{color:#64748b;font-weight:700}.operational-checklist-inventory-grid{gap:10px;display:grid}.operational-checklist-inventory-field{grid-template-columns:minmax(0,1fr) 140px;align-items:center;gap:12px;display:grid}.operational-checklist-inventory-copy{gap:3px;display:grid}.operational-checklist-inventory-copy span{color:#64748b}.operational-checklist-media-field{flex-direction:column;flex:auto;gap:12px;display:flex}.operational-checklist-upload-card{color:#64748b;cursor:pointer;background:#f8fafcb3;border:2px dashed #94a3b866;border-radius:12px;flex-direction:column;flex:auto;justify-content:center;align-items:center;gap:8px;min-height:120px;transition:border-color .2s,background .2s;display:flex}.operational-checklist-upload-card:hover{color:#3b82f6;background:#eff6ff80;border-color:#2563eb66}.operational-checklist-upload-card.is-disabled{opacity:.5;pointer-events:none}.operational-checklist-upload-card.is-uploading{pointer-events:none;border-style:solid;border-color:#2563eb4d}.operational-checklist-upload-card-icon{opacity:.5;width:40px;height:40px}.operational-checklist-upload-card:hover .operational-checklist-upload-card-icon{opacity:.8}.operational-checklist-upload-card strong{color:inherit;font-size:14px;font-weight:600}.operational-checklist-upload-card span,.operational-checklist-upload-preview-foot span{color:#94a3b8;font-size:12px}.operational-checklist-upload-card-spinner{border:3px solid #2563eb26;border-top-color:#3b82f6;border-radius:50%;width:28px;height:28px;animation:.7s linear infinite spin}.operational-checklist-upload-preview-grid,.operational-checklist-viewer-media-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;display:grid}.operational-checklist-upload-preview,.operational-checklist-viewer-media-card{background:#fffffffa;border:1px solid #e8eef7f5;border-radius:18px;gap:10px;padding:12px;display:grid}.operational-checklist-upload-preview img,.operational-checklist-viewer-media-card img{aspect-ratio:4/3;object-fit:cover;border-radius:14px;width:100%}.operational-checklist-upload-preview-foot{justify-content:space-between;align-items:center;gap:10px;display:flex}.operational-checklist-media-carousel{flex-direction:column;flex:auto;gap:12px;display:flex}.operational-checklist-media-carousel-stage{border:1px solid var(--border);background:var(--bg);border-radius:12px;position:relative;overflow:hidden}.operational-checklist-media-carousel-stage img{aspect-ratio:4/3;object-fit:cover;width:100%;display:block}.operational-checklist-media-carousel-arrow{-webkit-backdrop-filter:blur(8px);color:#fff;cursor:pointer;text-shadow:0 1px 3px #0006;background:#0f172a59;border:1.5px solid #ffffff59;border-radius:50%;width:36px;height:36px;font-size:18px;font-weight:700;transition:border-color .2s,background .2s,transform .2s;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 10px #0003}.operational-checklist-media-carousel-arrow:hover{background:#0f172a8c;border-color:#fff9;transform:translateY(-50%)scale(1.1)}.operational-checklist-media-carousel-arrow.is-left{left:8px}.operational-checklist-media-carousel-arrow.is-right{right:8px}.operational-checklist-media-carousel-add{-webkit-backdrop-filter:blur(8px);color:#fff;cursor:pointer;background:#0f172a66;border:1.5px solid #fff6;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:background .2s,border-color .2s,transform .15s;display:flex;position:absolute;top:8px;right:8px;box-shadow:0 2px 8px #0003}.operational-checklist-media-carousel-add:hover{background:#2563ebb3;border-color:#ffffffb3;transform:scale(1.1)}.operational-checklist-media-carousel-add:disabled{opacity:.6;pointer-events:none}.operational-checklist-media-carousel-add svg{width:18px;height:18px}.operational-checklist-media-carousel-add-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite spin}.operational-checklist-media-carousel-foot{justify-content:space-between;align-items:center;gap:12px;display:flex}.operational-checklist-media-carousel-copy{gap:3px;min-width:0;display:grid}.operational-checklist-media-carousel-copy strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.operational-checklist-media-carousel-copy span{color:#64748b}.operational-checklist-media-carousel-dots{flex-wrap:wrap;gap:8px;display:flex}.operational-checklist-media-carousel-dot{background:#bfdbfee6;border:0;border-radius:999px;width:10px;height:10px}.operational-checklist-media-carousel-dot.is-active{background:#2563eb;box-shadow:0 0 0 4px #bfdbfe73}.operational-checklist-submit-bar,.operational-checklist-execution-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;display:flex}.operational-checklist-completed-banner{color:#166534;background:#f0fdf4f5;border:1px solid #86efac99;border-radius:12px;margin-bottom:18px;padding:14px 18px;font-size:14px;font-weight:600}.operational-checklist-viewer-value{color:#0f172a;white-space:pre-wrap;line-height:1.6}.operational-checklist-viewer-inventory{gap:10px;display:grid}.operational-checklist-viewer-inventory-row{background:#f8fafceb;border:1px solid #e8eef7f0;border-radius:16px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:12px 14px;display:grid}@media (max-width:1280px){.operational-checklist-builder-layout{grid-template-columns:minmax(210px,.74fr) minmax(0,1.7fr) minmax(330px,1fr)}.operational-checklist-settings-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.operational-checklist-settings-field--title,.operational-checklist-settings-field--description,.operational-checklist-settings-field--stores,.operational-checklist-settings-field--employees,.operational-checklist-settings-field--weekdays,.operational-checklist-settings-field--collaborative{grid-column:1/-1}}.operational-checklist-settings-toggle{cursor:pointer;border:1px solid var(--border);background:var(--card);border-radius:12px;align-items:flex-start;gap:12px;padding:14px 16px;transition:border-color .15s,box-shadow .15s;display:flex}.operational-checklist-settings-toggle:hover{border-color:#1d4ed840}.operational-checklist-settings-toggle:has(input:checked){border-color:var(--primary);box-shadow:0 0 0 3px #1d4ed814}.operational-checklist-settings-toggle input[type=checkbox]{opacity:0;width:0;height:0;position:absolute}.operational-checklist-settings-toggle-switch{background:#cbd5e1;border-radius:11px;flex-shrink:0;width:40px;height:22px;margin-top:2px;transition:background .2s;position:relative}.operational-checklist-settings-toggle-switch:after{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #00000026}.operational-checklist-settings-toggle input:checked+.operational-checklist-settings-toggle-switch{background:var(--primary)}.operational-checklist-settings-toggle input:checked+.operational-checklist-settings-toggle-switch:after{transform:translate(18px)}.operational-checklist-settings-toggle-copy{flex-direction:column;gap:2px;display:flex}.operational-checklist-settings-toggle-copy strong{color:var(--text);font-size:14px;font-weight:600}.operational-checklist-settings-toggle-copy small{color:var(--muted);font-size:12px;line-height:1.4}@media (max-width:960px){.operational-checklist-admin-kpis,.operational-checklist-card-grid,.operational-checklist-template-card-metrics,.operational-checklist-list-card-meta,.operational-checklist-builder-layout{grid-template-rows:none;grid-template-columns:1fr}.operational-checklist-builder-sidebar--setup{flex-direction:column;gap:18px;display:flex}.operational-checklist-builder-panel--settings,.operational-checklist-builder-panel--components,.operational-checklist-builder-canvas-shell,.operational-checklist-builder-sidebar--inspector{grid-area:auto}.operational-checklist-page-head,.operational-checklist-admin-section-head,.operational-checklist-submit-bar,.operational-checklist-execution-head,.operational-checklist-builder-page-head{flex-direction:column;align-items:stretch}.operational-checklist-settings-trigger{grid-template-columns:1fr}.operational-checklist-settings-summary{justify-content:flex-start}.operational-checklist-builder-mobile-note{color:#1d4ed8;background:#eff6fff5;border:1px solid #bfdbfee6;border-radius:18px;padding:14px 18px;font-weight:600;display:block}.operational-checklist-builder-grid,.operational-checklist-builder-section-grid,.operational-checklist-execution-grid,.operational-checklist-response-grid,.operational-checklist-settings-grid{grid-template-columns:1fr}.operational-checklist-response-field,.operational-checklist-builder-node,.operational-checklist-section-card,.operational-checklist-builder-grid-cell,.operational-checklist-collab-field-wrapper{grid-area:auto!important;min-height:auto!important}.operational-checklist-section-card{height:auto;min-height:auto}.operational-checklist-builder-shell{min-height:auto;max-height:none;overflow:visible}.operational-checklist-settings-overlay{padding:12px}.operational-checklist-builder-settings-sheet-head{flex-direction:column;align-items:stretch}.operational-checklist-builder-panel--components,.operational-checklist-builder-sidebar--inspector .operational-checklist-builder-panel,.operational-checklist-builder-canvas-viewport{overflow:visible}.operational-checklist-builder-panel-body--scroll{padding-right:0;overflow:visible}}@media (max-width:640px){.operational-checklist-admin-kpis{grid-template-columns:repeat(3,1fr);gap:8px}.operational-checklist-kpi-card{padding:12px 10px}.operational-checklist-kpi-card span{font-size:10px}.operational-checklist-kpi-card strong{font-size:22px}.operational-checklist-filter-bar{flex-direction:column;align-items:stretch}.operational-checklist-filter-bar .operational-checklist-filter-date{width:100%;min-width:0}.operational-checklist-filter-dropdown{flex:none;width:100%}.operational-checklist-filter-bar .cc-btn{justify-content:center;width:100%}.operational-checklist-admin-table thead{display:none}.operational-checklist-table-wrap{overflow:visible}.operational-checklist-admin-table,.operational-checklist-admin-table tbody{width:100%;min-width:0;display:block}.operational-checklist-admin-table tr{border:1px solid var(--border);background:var(--card);box-sizing:border-box;border-radius:12px;width:100%;margin-bottom:8px;padding:14px 16px;display:block}.operational-checklist-admin-table td{border:none;align-items:center;gap:6px;width:auto;padding:3px 0;font-size:13px;display:flex}.operational-checklist-admin-table td:before{content:attr(data-label);text-transform:uppercase;letter-spacing:.04em;color:var(--muted);flex-shrink:0;width:76px;font-size:11px;font-weight:600;display:inline-block}.operational-checklist-admin-table td:last-child{border-top:1px solid var(--border);margin-top:6px;padding-top:10px}.operational-checklist-admin-table td:last-child .cc-btn{justify-content:center;width:100%;font-size:13px}.operational-checklist-admin-table td:last-child:before{display:none}.operational-checklist-admin-table td:last-child{justify-content:center}.operational-checklist-admin-table .oc-cell-group{flex:1;min-width:0}.operational-checklist-admin-table .oc-status-badge-wrap{flex-wrap:nowrap;flex:1;gap:6px;min-width:0}.operational-checklist-admin-table .oc-status-badge-wrap .badge{flex-shrink:0;width:auto;font-size:11px}.operational-checklist-admin-table .oc-progress-track{display:none}.operational-checklist-template-card-metrics{gap:8px}.operational-checklist-template-card-metrics>div{padding:8px 10px}}.cc-loading-shell{place-items:center;min-height:50vh;display:grid}.cc-loading-card{text-align:center;flex-direction:column;align-items:center;gap:16px;max-width:420px;padding:48px 40px;display:flex}.cc-loading-card h2{margin:0}.cc-loading-spinner{border:4px solid #1d4ed826;border-top-color:var(--primary);border-radius:50%;width:44px;height:44px;animation:.8s linear infinite spin}.cc-shell{flex-direction:column;gap:24px;display:flex}.cc-alert{color:#92400e;background:#fefce8b3;border:1px solid #eab30840;border-radius:12px;padding:14px 18px;font-size:14px;font-weight:500}.cc-hero{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.cc-hero-left{flex-direction:column;gap:4px;display:flex}.cc-hero-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#64748b;margin:0;font-size:12px;font-weight:700}.cc-hero-title{color:var(--text);letter-spacing:-.02em;align-items:center;gap:12px;margin:0;font-size:26px;font-weight:800;display:flex}.cc-hero-badge{color:#2563eb;background:#2563eb14;border-radius:10px;justify-content:center;align-items:center;min-width:30px;height:30px;padding:0 9px;font-size:14px;font-weight:700;display:inline-flex}.cc-hero-subtitle{color:#64748b;margin:2px 0 0;font-size:15px}.cc-hero-progress{background:var(--card);border:1px solid var(--border);border-radius:16px;flex-direction:column;gap:8px;min-width:200px;padding:16px 20px;display:flex;box-shadow:0 1px 3px #0f172a0a}.cc-hero-progress-label{color:#64748b;justify-content:space-between;font-size:13px;font-weight:600;display:flex}.cc-hero-progress-pct{color:var(--text);font-weight:700}.cc-hero-progress-track{background:#e2e8f0cc;border-radius:999px;width:100%;height:8px;overflow:hidden}.cc-hero-progress-fill{background:linear-gradient(90deg,#2563eb,#3b82f6);border-radius:999px;height:100%;transition:width .5s cubic-bezier(.4,0,.2,1)}.cc-list-card{border:1px solid var(--border);background:var(--card);border-radius:16px;overflow:hidden;box-shadow:0 1px 3px #0f172a0a}.cc-list-table{border-collapse:collapse;width:100%}.cc-list-table th{text-align:left;text-transform:uppercase;letter-spacing:.07em;color:#94a3b8;border-bottom:1px solid var(--border);background:#f8fafc99;padding:14px 20px;font-size:11px;font-weight:700}.cc-list-table td{vertical-align:middle;border-bottom:1px solid #e2e8f080;padding:16px 20px;font-size:14px}.cc-list-table tbody tr:last-child td{border-bottom:none}.cc-row{transition:background .15s}.cc-row:not(.is-completed):hover{background:#f8fafccc}.cc-row.is-completed{opacity:.5}.cc-pdv-cell{align-items:center;gap:12px;display:flex}.cc-pdv-icon{color:#64748b;background:#f1f5f9e6;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.cc-pdv-icon svg{width:18px;height:18px}.cc-pdv-icon.is-completed{color:#16a34a;background:#15803d14}.cc-pdv-name{color:var(--text);font-weight:600}.cc-pdv-operator{color:#94a3b8;font-size:13px}.cc-action-cell{text-align:right}.cc-empty-cell{text-align:center;color:#94a3b8;padding:40px 20px!important}.cc-badge{border-radius:999px;align-items:center;gap:6px;padding:5px 12px;font-size:12px;font-weight:600;display:inline-flex}.cc-badge:before{content:"";border-radius:50%;width:6px;height:6px}.cc-badge.is-warning{color:#b45309;background:#fbbf241a}.cc-badge.is-warning:before{background:#f59e0b}.cc-badge.is-success{color:#15803d;background:#22c55e14}.cc-badge.is-success:before{background:#22c55e}.cc-btn-start{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;align-items:center;gap:6px;padding:9px 20px;font-size:13px;font-weight:600;transition:background .15s,transform .1s;display:inline-flex}.cc-btn-start:hover{background:#1d4ed8}.cc-btn-start:active{transform:scale(.97)}.cc-btn-start svg{width:16px;height:16px}.cc-btn-start--full{justify-content:center;width:100%;padding:12px 20px}.cc-list-mobile{flex-direction:column;gap:12px;display:none}.cc-pdv-card{border:1px solid var(--border);background:var(--card);border-radius:16px;flex-direction:column;gap:14px;padding:16px;transition:border-color .15s;display:flex;box-shadow:0 1px 3px #0f172a0a}.cc-pdv-card.is-completed{opacity:.5}.cc-pdv-card--empty{text-align:center;color:#94a3b8;padding:32px 16px}.cc-pdv-card-top{align-items:center;gap:12px;display:flex}.cc-pdv-card-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.cc-pdv-card-info strong{color:var(--text);font-size:15px;font-weight:600}.cc-pdv-card-info span{color:#94a3b8;font-size:13px}.cc-wizard-shell{flex-direction:column;gap:20px;display:flex}.cc-wizard-header{flex-direction:column;gap:16px;display:flex}.cc-back-link{color:var(--muted);cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:6px 0;font-size:13px;font-weight:500;transition:color .15s;display:inline-flex}.cc-back-link:hover{color:var(--primary)}.cc-wizard-title-row{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.cc-eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--primary);margin:0 0 4px;font-size:12px;font-weight:600}.cc-wizard-title{color:var(--text);margin:0;font-size:24px;font-weight:700}.cc-wizard-subtitle{color:var(--muted);margin:4px 0 0;font-size:14px}.cc-draft-badge-wrapper{flex-shrink:0;padding-top:4px}.cc-draft-indicator{white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:5px 12px;font-size:12px;font-weight:600;display:inline-flex}.cc-draft-saving{color:var(--warning);background:#b4530914}.cc-draft-dot{background:var(--warning);border-radius:50%;width:6px;height:6px;animation:1s ease-in-out infinite cc-pulse}@keyframes cc-pulse{0%,to{opacity:1}50%{opacity:.3}}.cc-draft-saved{color:var(--success);background:#15803d14}.cc-steps{gap:6px;padding:2px 0;display:flex;overflow-x:auto}.cc-step{background:var(--card);border:1px solid var(--border);color:var(--muted);white-space:nowrap;border-radius:10px;flex-shrink:0;align-items:center;gap:8px;padding:10px 18px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.cc-step-active{border-color:var(--primary);color:var(--primary);background:#1d4ed80f;box-shadow:0 0 0 3px #1d4ed814}.cc-step-done{color:var(--success);background:#15803d0a;border-color:#15803d4d}.cc-step-skipped{opacity:.45;text-decoration:line-through}.cc-step-number{background:#94a3b826;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;font-weight:700;display:inline-flex}.cc-step-active .cc-step-number{background:var(--primary);color:#fff}.cc-step-done .cc-step-number{background:var(--success);color:#fff}.cc-wizard-content{background:var(--card);border:1px solid var(--border);border-radius:16px;flex-direction:column;gap:24px;padding:28px;display:flex;box-shadow:0 1px 3px #0f172a0a}.cc-section-header{flex-direction:column;gap:4px;display:flex}.cc-section-header h3{margin:0;font-size:18px;font-weight:700}.cc-section-header .muted{font-size:14px}.cc-machine-section{flex-direction:column;gap:16px;display:flex}.cc-brands-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px;display:grid}.cc-brand-card{background:var(--bg);border:1px solid var(--border);border-radius:12px;transition:border-color .15s;overflow:hidden}.cc-brand-card:hover{border-color:#1d4ed840}.cc-brand-card-header{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);border-bottom:1px solid var(--border);background:#dbe3ef33;padding:10px 14px;font-size:13px;font-weight:700}.cc-brand-card-body{flex-direction:column;gap:10px;padding:14px;display:flex}.cc-brand-pix{border-color:#1d4ed833}.cc-brand-pix .cc-brand-card-header{color:var(--primary);background:#1d4ed80a;border-bottom-color:#1d4ed81f}.cc-brand-optional{border-style:dashed;border-color:#d9770640}.cc-brand-optional .cc-brand-card-header{color:#92400e;background:#d977060a;border-bottom-color:#d9770626;justify-content:space-between;align-items:center;display:flex}.cc-brand-remove-btn{width:22px;height:22px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:all .15s;display:flex}.cc-brand-remove-btn:hover{color:#dc2626;background:#dc26261a}.cc-optional-brand-add{margin-top:8px;position:relative}.cc-btn-add-brand{color:var(--muted);align-items:center;gap:6px;font-size:13px;display:inline-flex}.cc-btn-add-brand:hover{color:var(--primary)}.cc-optional-brand-menu{z-index:50;background:var(--bg);border:1px solid var(--border);border-radius:10px;min-width:220px;margin-top:4px;padding:4px;position:absolute;top:100%;left:0;box-shadow:0 8px 24px #0000001f}.cc-optional-brand-option{width:100%;color:var(--foreground);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:space-between;align-items:center;padding:8px 12px;font-size:13px;font-weight:500;transition:background .12s;display:flex}.cc-optional-brand-option:hover{background:#1d4ed80f}.cc-optional-brand-types{color:var(--muted);letter-spacing:.03em;font-size:11px;font-weight:600}.cc-field{flex-direction:column;gap:4px;display:flex}.cc-field-label{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:600}.cc-field-indent{margin-left:28px}.cc-form-grid-2col{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.cc-form-grid-3col{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.cc-totals{background:linear-gradient(135deg,#1d4ed808,#1d4ed80f);border:1px solid #1d4ed826;border-radius:12px;overflow:hidden}.cc-totals-header{text-transform:uppercase;letter-spacing:.04em;color:var(--primary);background:#1d4ed808;border-bottom:1px solid #1d4ed81a;align-items:center;gap:8px;padding:10px 16px;font-size:13px;font-weight:700;display:flex}.cc-totals-grid{background:#1d4ed814;grid-template-columns:repeat(5,1fr);gap:1px;display:grid}.cc-total-item{background:var(--card);flex-direction:column;gap:4px;padding:14px 16px;display:flex}.cc-total-label{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:600}.cc-total-value{color:var(--text);font-variant-numeric:tabular-nums;font-size:16px;font-weight:700}.cc-total-highlight .cc-total-value,.cc-total-highlight.cc-total-value{color:var(--primary)}.cc-total-pix{background:#1d4ed805}.cc-total-grand{background:#1d4ed80a}.cc-total-grand .cc-total-value{color:var(--primary);font-size:18px}.cc-backup-question{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:32px 20px;display:flex}.cc-backup-question h3{margin:0;font-size:18px}.cc-backup-icon{width:56px;height:56px;color:var(--primary);background:#1d4ed80f;border-radius:14px;justify-content:center;align-items:center;display:inline-flex}.cc-backup-buttons{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:8px;display:flex}.cc-btn{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:10px;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .15s;display:inline-flex}.cc-btn-primary{background:var(--primary);color:#fff;border-color:var(--primary)}.cc-btn-primary:hover{background:var(--primary-strong);border-color:var(--primary-strong)}.cc-btn-secondary{background:var(--card);color:var(--text);border-color:var(--border)}.cc-btn-secondary:hover{background:var(--bg);border-color:var(--muted)}.cc-btn-ghost{color:var(--muted);background:0 0;border-color:#0000;padding:10px 16px}.cc-btn-ghost:hover{background:var(--bg);color:var(--text)}.cc-btn-success{background:var(--success);color:#fff;border-color:var(--success);padding:12px 28px;font-size:15px}.cc-btn-success:hover{filter:brightness(1.1)}.cc-btn-success:disabled{opacity:.6;cursor:not-allowed}.cc-btn-icon-danger{color:var(--muted);border:1px solid var(--border);background:0 0;border-radius:8px;flex-shrink:0;padding:8px}.cc-btn-icon-danger:hover{color:var(--danger);border-color:var(--danger);background:#dc26260a}.cc-step-actions{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;margin-top:4px;padding-top:16px;display:flex}.cc-step-body{flex-direction:column;gap:24px;display:flex}.cc-step-divider{background:var(--border);height:1px;margin:4px 0}.cc-inherited-section{background:var(--bg);border:1px solid var(--border);border-radius:12px;overflow:hidden}.cc-inherited-header{color:var(--muted);border-bottom:1px solid var(--border);background:#dbe3ef33;align-items:center;gap:8px;padding:10px 16px;font-size:13px;font-weight:600;display:flex}.cc-inherited-grid{background:var(--border);grid-template-columns:repeat(4,1fr);gap:1px;display:grid}.cc-inherited-item{background:var(--bg);flex-direction:column;gap:4px;padding:14px 16px;display:flex}.cc-inherited-label{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:600}.cc-inherited-value{font-variant-numeric:tabular-nums;font-size:17px;font-weight:700}.cc-inherited-total{background:#1d4ed808}.cc-inherited-total .cc-inherited-value{color:var(--primary)}.cc-grand-total{background:#1d4ed80f;border:1px solid #1d4ed826;border-radius:10px;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.cc-cash-diff-justification{background:#fef3c766;border:1px solid #fcd34d;border-left:4px solid #f59e0b;border-radius:10px;flex-direction:column;gap:6px;margin-top:12px;padding:14px 16px;display:flex}.cc-cash-diff-justification-header{color:#92400e;align-items:center;gap:6px;display:flex}.cc-cash-diff-justification-title{text-transform:uppercase;letter-spacing:.3px;font-size:12px;font-weight:700}.cc-cash-diff-justification-text{color:#78350f;white-space:pre-wrap;margin:0;font-size:14px}.cc-diff-value{white-space:nowrap;border-radius:6px;margin-left:auto;padding:2px 8px;font-size:13px;font-weight:700}.cc-diff-value--negative{color:#dc2626;background:#ef44441a}.cc-diff-value--positive{color:#16a34a;background:#16a34a1a}.cc-diff-toggle-btn{cursor:pointer;color:#92400e;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:2px;transition:background .15s;display:flex}.cc-diff-toggle-btn:hover{background:#92400e1a}.cc-diff-chevron{transition:transform .2s}.cc-diff-chevron--open{transform:rotate(180deg)}.cc-diff-calc{background:#fef3c759;border-radius:8px;flex-direction:column;gap:4px;margin-top:8px;padding:10px 12px;display:flex}.cc-diff-calc-row{color:#78350f;justify-content:space-between;align-items:center;font-size:13px;display:flex}.cc-diff-calc-row--total{font-weight:600}.cc-diff-calc-row--result{font-size:14px;font-weight:700}.cc-diff-calc-label{flex:1}.cc-diff-calc-value{text-align:right;font-variant-numeric:tabular-nums}.cc-diff-calc-divider{background:#92400e33;height:1px;margin:4px 0}.cc-grand-total-label{color:var(--foreground);font-size:15px;font-weight:600}.cc-grand-total-value{color:var(--primary);font-variant-numeric:tabular-nums;font-size:20px;font-weight:700}.cc-sangria-section{border:1px solid var(--border);background:var(--bg);border-radius:12px;flex-direction:column;gap:12px;padding:16px;display:flex}.cc-sangria-options{border-left:2px solid var(--border);flex-direction:column;gap:12px;margin-left:10px;padding-left:28px;display:flex}.cc-checkbox-label{cursor:pointer;align-items:center;gap:10px;font-size:14px;font-weight:600;display:flex}.cc-checkbox-label input[type=checkbox]{width:18px;height:18px;accent-color:var(--primary);cursor:pointer;margin:0}.cc-other-deductions{flex-direction:column;gap:10px;display:flex}.cc-deduction-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.cc-deduction-row input[type=text]{flex:2;min-width:120px}.cc-deduction-row .cc-currency-wrapper{flex:1;min-width:100px}.cc-deduction-type-toggle{border:1px solid var(--border);border-radius:8px;flex-shrink:0;display:flex;overflow:hidden}.cc-type-btn{background:var(--background);color:var(--muted-foreground);cursor:pointer;white-space:nowrap;border:none;padding:6px 12px;font-size:13px;font-weight:500;transition:all .15s}.cc-type-btn:first-child{border-right:1px solid var(--border)}.cc-type-btn:hover{background:var(--accent)}.cc-type-btn-active{background:var(--primary);color:#fff;font-weight:600}.cc-type-btn-active:hover{background:var(--primary);opacity:.9}.cc-type-btn-reforco.cc-type-btn-active{background:#059669}.cc-registered-group{border:1px solid var(--border);border-radius:12px;overflow:hidden}.cc-registered-group-header{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);border-bottom:1px solid var(--border);background:#dbe3ef40;padding:10px 16px;font-size:13px;font-weight:700}.cc-registered-group .cc-form-grid-3col{padding:16px}.cc-error-note{color:var(--danger);background:#dc26260f;border:1px solid #dc262626;border-radius:10px;padding:12px 16px;font-size:14px;font-weight:500}.cc-validation-error{color:#92400e;text-align:center;background:#f59e0b14;border:1px solid #f59e0b40;border-radius:8px;padding:10px 14px;font-size:13px;font-weight:500}.cc-admin-header{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:28px;box-shadow:0 1px 3px #0f172a0a}.cc-admin-title{margin:4px 0 0;font-size:24px;font-weight:700}.cc-admin-desc{color:var(--muted);margin:6px 0 0;font-size:14px}.cc-admin-store-card{background:var(--card);border:1px solid var(--border);border-radius:16px;overflow:hidden;box-shadow:0 1px 3px #0f172a0a}.cc-admin-store-header{border-bottom:1px solid var(--border);padding:20px 24px}.cc-admin-store-name{margin:0;font-size:18px;font-weight:700}.cc-admin-connectplug-tag{color:var(--success);background:#15803d0f;border-radius:999px;align-items:center;gap:6px;margin-top:6px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.cc-admin-warning-tag{color:var(--warning);background:#b453090f;border-radius:999px;align-items:center;gap:6px;margin-top:6px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.cc-admin-section{border-top:1px solid var(--border)}.cc-admin-section-header{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);background:#dbe3ef26;align-items:center;gap:8px;padding:14px 24px;font-size:13px;font-weight:700;display:flex}.cc-admin-count{min-width:22px;height:22px;color:var(--primary);background:#1d4ed814;border-radius:999px;justify-content:center;align-items:center;margin-left:auto;padding:0 6px;font-size:12px;font-weight:700;display:inline-flex}.cc-admin-section-body{flex-direction:column;gap:16px;padding:20px 24px;display:flex}.cc-admin-brands-list{flex-direction:column;gap:8px;display:flex}.cc-admin-brand-item{border:1px solid var(--border);background:var(--bg);border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:12px 16px;transition:border-color .15s;display:flex}.cc-admin-brand-item:hover{border-color:#1d4ed833}.cc-admin-brand-info{align-items:center;gap:12px;display:flex}.cc-admin-brand-name{font-size:15px;font-weight:600}.cc-admin-brand-tags{gap:6px;display:flex}.cc-admin-tag{text-transform:uppercase;letter-spacing:.04em;border-radius:999px;padding:3px 8px;font-size:11px;font-weight:600}.cc-admin-tag-credit{color:#7c3aed;background:#7c3aed14}.cc-admin-tag-debit{color:#0891b2;background:#0891b214}.cc-admin-tag-pix{color:#059669;background:#05966914}.cc-admin-tag-optional{color:#d97706;background:#d9770614}.cc-admin-remove-btn{width:36px;height:36px;color:var(--muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;transition:all .15s;display:inline-flex}.cc-admin-remove-btn:hover{color:var(--danger);background:#dc26260a;border-color:#dc262633}.cc-admin-empty{color:var(--muted);margin:0;font-size:14px;font-style:italic}.cc-admin-add-brand{border-top:1px dashed var(--border);padding-top:12px}.cc-admin-add-brand-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.cc-admin-input{flex:1;min-width:200px}.cc-admin-add-brand-checks{gap:16px;display:flex}.cc-admin-add-brand-footer{padding-top:8px}.cc-admin-add-btn{flex-shrink:0;padding:10px 18px;font-size:13px}.cc-admin-settings-form{flex-direction:column;gap:20px;display:flex}.cc-admin-settings-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}@media (max-width:640px){.cc-admin-settings-grid{grid-template-columns:1fr}}.cc-admin-settings-form input[type=text],.cc-admin-settings-form input[type=number],.cc-admin-settings-form input:not([type]),.cc-admin-input{border:1px solid var(--border);background:var(--bg);width:100%;color:var(--fg);border-radius:10px;padding:10px 14px;font-size:14px;transition:border-color .15s,box-shadow .15s}.cc-admin-settings-form input[type=text]:focus,.cc-admin-settings-form input[type=number]:focus,.cc-admin-settings-form input:not([type]):focus,.cc-admin-input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #1d4ed814}.cc-admin-toggle-field{flex-direction:column;justify-content:center;gap:4px;display:flex}.cc-admin-toggle-hint{color:var(--muted);margin-left:24px;font-size:12px}.cc-admin-settings-actions{align-items:center;gap:14px;display:flex}.cc-admin-feedback{font-size:13px;font-weight:500}.cc-admin-feedback-success{color:var(--success)}.cc-admin-feedback-error{color:var(--danger)}.cc-admin-brand-actions{flex-shrink:0;align-items:center;gap:4px;display:flex}.cc-admin-edit-btn{width:36px;height:36px;color:var(--muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;transition:all .15s;display:inline-flex}.cc-admin-edit-btn:hover{color:var(--primary);background:#1d4ed80a;border-color:#1d4ed833}.cc-admin-fee-row,.cc-admin-fee-edit-row{flex-wrap:wrap;align-items:flex-end;gap:12px;width:100%;padding-top:8px;display:flex}.freezer-transfer-row{display:block}.freezer-transfer-field{flex-direction:column;gap:6px;display:flex}.freezer-transfer-controls{align-items:center;gap:12px;display:flex}.cc-admin-fee-field{flex-direction:column;flex:1;gap:4px;min-width:100px;max-width:160px;display:flex}.cc-admin-fee-label{color:var(--muted);font-size:12px;font-weight:500}.cc-admin-fee-input{border:1px solid var(--border);background:var(--card);width:100%;color:var(--text);border-radius:8px;padding:8px 12px;font-size:14px;transition:border-color .15s,box-shadow .15s}.cc-admin-fee-input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #1d4ed814}.cc-admin-fee-save{flex-shrink:0;padding:8px 16px;font-size:13px}.cfp-backdrop{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a73;justify-content:center;align-items:center;padding:24px;animation:.15s cfp-fade-in;display:flex;position:fixed;inset:0}@keyframes cfp-fade-in{0%{opacity:0}to{opacity:1}}.cfp-modal{background:var(--card);border-radius:16px;width:100%;max-width:480px;max-height:80vh;animation:.2s cfp-slide-up;overflow-y:auto;box-shadow:0 24px 48px #00000029,0 0 0 1px #0000000a}@keyframes cfp-slide-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.cfp-header{border-bottom:1px solid var(--border);align-items:flex-start;gap:14px;padding:20px 24px 16px;display:flex}.cfp-header-icon{width:40px;height:40px;color:var(--primary);background:#1d4ed814;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.cfp-header-text{flex:1;min-width:0}.cfp-title{color:var(--text);margin:0;font-size:17px;font-weight:700}.cfp-subtitle{color:var(--muted);margin:4px 0 0;font-size:13px;line-height:1.4}.cfp-close{width:32px;height:32px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:background .1s,color .1s;display:flex}.cfp-close:hover{color:var(--text);background:#f1f5f9}.cfp-body{flex-direction:column;gap:16px;padding:20px 24px;display:flex}.cfp-section{flex-direction:column;gap:10px;display:flex}.cfp-section-header{justify-content:space-between;align-items:center;display:flex}.cfp-section-label{text-transform:uppercase;letter-spacing:.4px;color:var(--muted);font-size:11px;font-weight:700}.cfp-section-actions{align-items:center;gap:6px;display:flex}.cfp-text-btn{color:var(--primary);cursor:pointer;background:0 0;border:none;padding:0;font-size:12px;font-weight:500}.cfp-text-btn:hover{text-decoration:underline}.cfp-divider{color:#cbd5e1;font-size:11px}.cfp-store-grid{flex-direction:column;gap:6px;display:flex}.cfp-store-card{border:1px solid var(--border);background:var(--card);cursor:pointer;text-align:left;border-radius:10px;align-items:center;gap:10px;padding:10px 14px;font-family:inherit;transition:border-color .15s,background .15s,box-shadow .15s;display:flex}.cfp-store-card:hover{background:#f8fafc;border-color:#94a3b8}.cfp-store-card--selected{border-color:var(--primary);background:#1d4ed808;box-shadow:0 0 0 3px #1d4ed814}.cfp-store-card--selected:hover{border-color:var(--primary)}.cfp-store-check{border:2px solid #cbd5e1;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;transition:background .15s,border-color .15s;display:flex}.cfp-store-check--active{background:var(--primary);border-color:var(--primary);color:#fff}.cfp-store-name{color:var(--text);font-size:14px;font-weight:500}.cfp-selected-info{text-align:center}.cfp-selected-count{color:var(--muted);font-size:12px;font-weight:500}.cfp-feedback{text-align:center;border-radius:8px;padding:8px 14px;font-size:13px;font-weight:500}.cfp-feedback--success{color:#166534;background:#dcfce7cc;border:1px solid #bbf7d0}.cfp-feedback--error{color:#991b1b;background:#fef2f2cc;border:1px solid #fecaca}.cfp-footer{border-top:1px solid var(--border);justify-content:flex-end;gap:10px;padding-top:16px;display:flex}.cfp-btn-cancel{border:1px solid var(--border);background:var(--card);color:var(--text);cursor:pointer;border-radius:10px;padding:9px 18px;font-size:13px;font-weight:600;transition:background .1s}.cfp-btn-cancel:hover{background:#f1f5f9}.cfp-btn-submit{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:9px 20px;font-size:13px;font-weight:600;transition:background .15s}.cfp-btn-submit:hover{background:var(--primary-strong)}.cfp-btn-submit:disabled{opacity:.5;cursor:not-allowed}.cc-copy-panel-wrap{padding:0 20px}.cc-admin-copy-btn{color:var(--muted);border:1px dashed var(--border);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:500;transition:all .15s;display:inline-flex}.cc-admin-copy-btn:hover{color:var(--primary);background:#1d4ed805;border-color:#1d4ed84d}.cc-copy-panel{border:1px solid var(--border);background:var(--bg-subtle,var(--bg));border-radius:10px;flex-direction:column;gap:16px;margin-top:12px;padding:16px;display:flex}.cc-copy-panel-title{color:var(--fg);margin:0;font-size:14px}.cc-copy-panel-section{flex-direction:column;gap:8px;display:flex}.cc-copy-panel-label{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);font-size:12px;font-weight:600}.cc-copy-panel-checks,.cc-copy-panel-stores{flex-direction:column;gap:6px;display:flex}.cc-copy-panel-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}@media (max-width:960px){.cc-hero{flex-direction:column;gap:16px}.cc-hero-title{font-size:22px}.cc-hero-progress{width:100%;min-width:0}.cc-list-desktop{display:none}.cc-list-mobile{display:flex}.cc-brands-grid{grid-template-columns:1fr}.cc-totals-grid{grid-template-columns:repeat(2,1fr)}.cc-totals-grid .cc-total-grand{grid-column:1/-1}.cc-inherited-grid{grid-template-columns:repeat(2,1fr)}.cc-form-grid-2col,.cc-form-grid-3col{grid-template-columns:1fr}.cc-steps{gap:4px}.cc-step{padding:8px 12px;font-size:12px}.cc-wizard-content{padding:20px 16px}}.checklist-admin-presence-bar{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:12px 16px}.checklist-admin-presence-header{color:var(--foreground);align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.checklist-admin-presence-dot{background:var(--muted);border-radius:50%;width:8px;height:8px;margin-left:auto}.checklist-admin-presence-dot.active{background:#22c55e;animation:2s ease-in-out infinite presence-pulse;box-shadow:0 0 0 3px #22c55e33}@keyframes presence-pulse{0%,to{box-shadow:0 0 0 3px #22c55e33}50%{box-shadow:0 0 0 6px #22c55e1a}}.checklist-admin-presence-users{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.checklist-admin-presence-user{border:1px solid var(--border);background:#00000008;border-radius:8px;align-items:center;gap:8px;padding:6px 10px;display:flex}.checklist-admin-presence-avatar{background:var(--collab-color,#64748b);color:#fff;text-transform:uppercase;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:700;display:flex}.checklist-admin-presence-info{flex-direction:column;gap:1px;display:flex}.checklist-admin-presence-name{color:var(--foreground);font-size:13px;font-weight:600}.checklist-admin-presence-field{color:#22c55e;font-size:11px;font-weight:500}.checklist-admin-presence-field.idle{color:var(--muted)}.operational-checklist-participants-list{flex-wrap:wrap;align-items:center;gap:6px;padding:8px 0;display:flex}.operational-checklist-participants-label{color:var(--muted);margin-right:2px;font-size:13px;font-weight:600}.operational-checklist-participant-chip{color:var(--primary);background:#1d4ed814;border:1px solid #1d4ed826;border-radius:999px;align-items:center;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.checklist-viewer-field-wrapper{flex-direction:column;gap:0;display:flex;position:relative}.checklist-field-author-badge{color:var(--primary);background:#1d4ed80f;border-radius:999px;align-items:center;gap:4px;width:fit-content;margin-bottom:4px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-flex}.checklist-field-author-badge svg{opacity:.7}.checklist-field-history{margin-top:4px}.checklist-field-history-toggle{color:var(--muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:5px;padding:4px 0;font-size:11px;font-weight:600;transition:color .15s;display:inline-flex}.checklist-field-history-toggle:hover{color:var(--foreground)}.checklist-field-history-chevron{transition:transform .2s}.checklist-field-history-chevron.expanded{transform:rotate(180deg)}.checklist-field-history-list{border:1px solid var(--border);background:#00000005;border-radius:8px;flex-direction:column;gap:4px;margin-top:6px;padding:8px 10px;display:flex}.checklist-field-history-item{border-bottom:1px solid var(--border);flex-direction:column;gap:2px;padding-bottom:4px;display:flex}.checklist-field-history-item:last-child{border-bottom:none;padding-bottom:0}.checklist-field-history-meta{align-items:center;gap:8px;font-size:11px;display:flex}.checklist-field-history-author{color:var(--foreground);font-weight:600}.checklist-field-history-time{color:var(--muted)}.checklist-field-history-values{flex-wrap:wrap;align-items:center;gap:6px;font-size:11px;display:flex}.checklist-field-history-values svg{color:var(--muted);flex-shrink:0}.checklist-field-history-old{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;max-width:200px;text-decoration:line-through;overflow:hidden}.checklist-field-history-new{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;max-width:200px;font-weight:500;overflow:hidden}.ccd-shell{max-width:none;margin:0;padding:0}.ccd-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.ccd-title{margin:4px 0 0;font-size:24px;font-weight:700}.ccd-subtitle{color:var(--muted);margin-top:4px;font-size:14px}.ccd-header-actions{flex-shrink:0;gap:8px;display:flex}.ccd-settings-btn{color:var(--foreground);background:var(--card);border:1px solid var(--border);border-radius:10px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:600;text-decoration:none;transition:all .15s;display:inline-flex}.ccd-settings-btn:hover{background:var(--hover);border-color:var(--foreground)}.ccd-filters{background:var(--card);border:1px solid var(--border);border-radius:12px;flex-wrap:wrap;align-items:flex-end;gap:16px;padding:16px 20px;transition:opacity .12s ease-out;display:flex}.ccd-filters.is-pending{opacity:.7;pointer-events:none}.ccd-filter-group{flex-direction:column;gap:6px;display:flex}.ccd-filter-label{color:var(--muted);text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:700}.ccd-filter-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;align-self:flex-end;height:38px;padding:9px 24px;font-size:13px;font-weight:600;transition:opacity .15s}.ccd-filter-btn:hover{opacity:.9}.ccd-filter-group .picker-group{margin:0}.ccd-filter-group .picker-group>label{display:none}.ccd-filter-group .picker-root{width:100%}.ccd-filter-group .picker-field{border:1px solid var(--border);background:var(--background);box-sizing:border-box;border-radius:8px;align-items:center;min-width:160px;height:38px;transition:border-color .15s,box-shadow .15s;display:flex}.ccd-filter-group .picker-field:focus-within{border-color:var(--primary);box-shadow:0 0 0 2px #1d4ed81a}.ccd-filter-group .picker-field input[type=text]{min-width:0;color:var(--foreground);cursor:pointer;background:0 0;border:none;outline:none;flex:1;height:auto;padding:8px 4px 8px 12px;font-size:13px}.ccd-filter-group .picker-field input[type=text]:focus{box-shadow:none;outline:none}.ccd-filter-group .picker-button{width:28px;height:28px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;margin-right:6px;font-size:0;transition:background .15s;display:flex;position:static;transform:none}.ccd-filter-group .picker-button:before{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;width:16px;height:16px;display:block}.ccd-filter-group .picker-button:hover{background:var(--border)}.ccd-filter-group .picker-popover{border:1px solid var(--border);border-radius:12px;box-shadow:0 4px 16px #00000014}.ccd-filter-group .operational-checklist-filter-dropdown{width:100%}.ccd-filter-group .count-product-store-trigger{border:1px solid var(--border);background:var(--background);color:var(--foreground);box-sizing:border-box;cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;width:100%;min-width:200px;height:38px;padding:8px 12px;font-size:13px;transition:border-color .15s;display:flex}.ccd-filter-group .count-product-store-trigger:hover,.ccd-filter-group .count-product-store-trigger.is-open{border-color:var(--primary)}.ccd-filter-group .count-product-store-trigger-label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ccd-filter-group .count-product-store-trigger-label.is-placeholder{color:var(--muted)}.ccd-filter-group .count-product-store-trigger-chevron{color:var(--muted);flex-shrink:0;margin-left:8px;font-size:11px;transition:transform .2s}.ccd-filter-group .count-product-store-trigger-chevron.is-open{transform:rotate(180deg)}.ccd-filter-group .count-product-store-menu{border:1px solid var(--border);background:var(--card);border-radius:10px;margin-top:4px;box-shadow:0 4px 16px #00000014}.ccd-filter-group .count-product-store-option{padding:8px 12px;font-size:13px}.ccd-filter-group .count-product-store-menu-footer{border-top:1px solid var(--border);padding:6px 8px}.ccd-filter-group .count-product-store-menu-action{border-radius:6px;padding:4px 8px;font-size:12px}.ccd-kpis{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;display:grid}.ccd-kpi{background:var(--card);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:4px;padding:16px;display:flex}.ccd-kpi-label{color:var(--muted);text-transform:uppercase;letter-spacing:.3px;font-size:12px;font-weight:600}.ccd-kpi-value{color:var(--foreground);font-size:22px;font-weight:700}.ccd-kpi-success{color:#16a34a}.ccd-kpi-warning{color:#d97706}.ccd-text-success{color:#16a34a}.ccd-text-warning{color:#d97706}.ccd-stores-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;display:grid}.ccd-store-card{background:var(--card);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:12px;padding:16px;transition:box-shadow .15s;display:flex}.ccd-store-card:hover{box-shadow:0 2px 8px #0000000f}.ccd-store-card--empty{opacity:.6}.ccd-store-card-header{align-items:center;gap:10px;display:flex}.ccd-store-icon{width:36px;height:36px;color:var(--primary);background:#1d4ed814;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ccd-store-card-name{margin:0;font-size:15px;font-weight:700}.ccd-store-card-stats{gap:16px;display:flex}.ccd-store-stat{flex-direction:column;gap:1px;display:flex}.ccd-store-stat-val{color:var(--foreground);font-size:16px;font-weight:700}.ccd-store-stat-label{color:var(--muted);font-size:11px}.ccd-store-card-empty{color:var(--muted);margin:0;font-size:13px}.ccd-store-card-session{color:var(--muted);border-top:1px solid var(--border);padding-top:8px;font-size:11px}.ccd-list-section{flex-direction:column;gap:12px;display:flex}.ccd-list-title{align-items:center;gap:8px;margin:0;font-size:18px;font-weight:700;display:flex}.ccd-list-count{min-width:24px;height:24px;color:var(--primary);background:#1d4ed814;border-radius:999px;justify-content:center;align-items:center;padding:0 8px;font-size:12px;font-weight:700;display:inline-flex}.ccd-empty-state{text-align:center;color:var(--muted);background:var(--card);border:1px solid var(--border);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:48px 24px;display:flex}.ccd-empty-state svg{opacity:.3}.ccd-empty-state p{margin:0;font-size:14px}.ccd-table-wrap{background:var(--card);border:1px solid var(--border);border-radius:12px;overflow:hidden}.ccd-table{border-collapse:collapse;width:100%;font-size:13px}.ccd-table th{text-align:left;color:var(--muted);text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid var(--border);background:#00000005;padding:10px 16px;font-size:11px;font-weight:600}.ccd-table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:12px 16px}.ccd-table tr:last-child td{border-bottom:none}.ccd-table tr:hover td{background:#00000003}.ccd-table-pdv{flex-direction:column;gap:1px;display:flex}.ccd-table-pdv strong{font-weight:600}.ccd-table-operator{color:var(--muted);font-size:11px}.ccd-table-amount{font-variant-numeric:tabular-nums;font-weight:600}.ccd-table-time{color:var(--muted);font-variant-numeric:tabular-nums}.ccd-badge{white-space:nowrap;border-radius:999px;align-items:center;padding:3px 10px;font-size:11px;font-weight:600;display:inline-flex}.ccd-badge--success{color:#16a34a;background:#16a34a14}.ccd-badge--warning{color:#d97706;background:#d9770614}.ccd-badge--difference{color:#b91c1c;cursor:help;letter-spacing:.01em;background:#dc262614;border:1px solid #dc262638;gap:4px;font-family:inherit;font-size:11px;font-weight:600;line-height:1}.ccd-badge--difference:hover{background:#dc26261f}.ccd-badge--difference:focus-visible{outline:2px solid var(--accent,#2563eb);outline-offset:2px}.ccd-badge--lg{padding:5px 14px;font-size:13px}.ccd-diff-wrap{display:inline-flex;position:relative}.ccd-diff-tooltip{z-index:200;color:#eff2f5;color:lab(95.3562% -.55331 -1.78927);text-align:left;white-space:normal;cursor:default;background:#161b20;background:lab(9.50177% -1.15329 -4.20978);border-radius:10px;flex-direction:column;gap:8px;width:280px;padding:12px 14px;font-size:12px;line-height:1.4;animation:.16s cubic-bezier(.16,1,.3,1) ccd-diff-tooltip-in;display:flex;position:fixed;box-shadow:0 12px 28px #0f172a47}@keyframes ccd-diff-tooltip-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes ccd-diff-tooltip-in-below{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.ccd-diff-tooltip--below{animation-name:ccd-diff-tooltip-in-below}.ccd-diff-tooltip-arrow{background:#161b20;background:lab(9.50177% -1.15329 -4.20978);width:10px;height:10px;position:absolute;transform:translate(-50%)rotate(45deg)}.ccd-diff-tooltip--above .ccd-diff-tooltip-arrow{bottom:-5px}.ccd-diff-tooltip--below .ccd-diff-tooltip-arrow{top:-5px}.ccd-diff-tooltip-head{border-bottom:1px solid #2e3339;border-bottom:1px solid lab(21.105% -1.21492 -4.23629);justify-content:space-between;align-items:baseline;gap:12px;padding-bottom:8px;display:flex}.ccd-diff-tooltip-title{letter-spacing:.06em;text-transform:uppercase;color:#a9afb4;color:lab(70.9912% -1.08325 -3.56553);font-size:10px;font-weight:600}.ccd-diff-tooltip-value{font-variant-numeric:tabular-nums;letter-spacing:-.01em;white-space:nowrap;font-size:14px;font-weight:700}.ccd-diff-tooltip-value--neg{color:#ff9189;color:lab(72.9216% 50.0549 28.4249)}.ccd-diff-tooltip-value--pos{color:#7cdf81;color:lab(81.0824% -44.8341 36.7078)}.ccd-diff-tooltip-value--zero{color:#a9afb4;color:lab(70.9912% -1.08325 -3.56553)}.ccd-diff-tooltip-row{flex-direction:column;gap:2px;display:flex}.ccd-diff-tooltip-row-head{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.ccd-diff-tooltip-label{letter-spacing:.04em;text-transform:uppercase;color:#9a9fa5;color:lab(65.191% -1.08051 -3.56405);font-size:10px;font-weight:600}.ccd-diff-tooltip-text{color:#eff2f5;color:lab(95.3562% -.55331 -1.78927);word-break:break-word;font-size:12px}@media (prefers-reduced-motion:reduce){.ccd-diff-tooltip{animation:none}}@media (max-width:640px){.ccd-diff-tooltip{width:min(280px,100vw - 16px)}}.ccd-view-link{color:var(--primary);align-items:center;gap:4px;font-size:13px;font-weight:600;text-decoration:none;transition:opacity .15s;display:inline-flex}.ccd-view-link:hover{opacity:.8}.ccd-mobile-list{flex-direction:column;gap:8px;display:none}@media (max-width:1180px){.ccd-table-wrap{display:none}.ccd-mobile-list{display:flex}}.ccd-mobile-card{background:var(--card);border:1px solid var(--border);color:var(--foreground);border-radius:12px;flex-direction:column;gap:10px;padding:14px 16px;text-decoration:none;transition:box-shadow .15s;display:flex}.ccd-mobile-card:hover{box-shadow:0 2px 8px #0000000f}.ccd-mobile-card-top{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.ccd-mobile-card-info{flex-direction:column;gap:2px;display:flex}.ccd-mobile-card-info strong{font-size:14px;font-weight:600}.ccd-mobile-card-sub{color:var(--muted);font-size:12px}.ccd-mobile-card-bottom{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding-top:8px;display:flex}.ccd-mobile-card-amount{font-size:15px;font-weight:700}.ccd-mobile-card-time{color:var(--muted);font-size:12px}.ccd-detail-hero{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:20px 24px}.ccd-detail-hero-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.ccd-detail-pdv-name{margin:0;font-size:22px;font-weight:700}.ccd-detail-meta{color:var(--muted);margin-top:4px;font-size:13px}.ccd-detail-completed{color:var(--muted);border-top:1px solid var(--border);margin-top:8px;padding-top:8px;font-size:12px}.ccd-detail-sections{flex-direction:column;gap:12px;display:flex}.ccd-readonly-value{border:1px solid var(--border);background:var(--bg);color:var(--foreground);border-radius:10px;padding:10px 14px;font-size:15px;font-weight:600}.ccd-detail-machine{background:var(--card);border:1px solid var(--border);border-radius:12px;overflow:hidden}.ccd-detail-machine-title{border-bottom:1px solid var(--border);background:#00000005;margin:0;padding:14px 16px;font-size:14px;font-weight:700}.ccd-detail-entries{flex-direction:column;display:flex}.ccd-detail-entry{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:10px 16px;display:flex}.ccd-detail-entry:last-child{border-bottom:none}.ccd-detail-entry--total{background:#00000005;font-weight:700}.ccd-detail-entry-label{color:var(--foreground);align-items:center;gap:6px;font-size:13px;display:flex}.ccd-detail-type-badge{border-radius:4px;padding:1px 6px;font-size:10px;font-weight:600}.ccd-detail-type-badge--reforco{color:#16a34a;background:#16a34a14}.ccd-detail-type-badge--sangria{color:#dc2626;background:#dc262614}.ccd-detail-entry-values{align-items:center;gap:12px;display:flex}.ccd-detail-entry-informed{font-variant-numeric:tabular-nums;font-size:13px;font-weight:600}.ccd-detail-entry-informed--sangria{color:#dc2626}.ccd-detail-entry-informed--reforco{color:#16a34a}.ccd-detail-entry-registered{color:var(--muted);font-variant-numeric:tabular-nums;font-size:12px}.ccd-detail-entry-diff{border-radius:4px;padding:2px 6px;font-size:11px;font-weight:600}.ccd-detail-entry-diff.positive{color:#16a34a;background:#16a34a14}.ccd-detail-entry-diff.negative{color:#dc2626;background:#dc262614}.ccd-admin-edit-bar{background:var(--card);border:1px solid var(--border);border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:8px;padding:12px 16px;display:flex}.ccd-admin-edit-actions{align-items:center;gap:8px;display:flex}.ccd-admin-save-msg{color:#16a34a;font-size:13px;font-weight:600}@media (max-width:768px){.ccd-shell{padding:0}.ccd-title{font-size:20px}.ccd-header{flex-direction:column;gap:12px}.ccd-filters{flex-direction:column;align-items:stretch}.ccd-filter-input{min-width:unset}.ccd-filter-btn{width:100%}.ccd-kpis{grid-template-columns:repeat(2,1fr)}.ccd-kpi-value{font-size:18px}.ccd-stores-grid{grid-template-columns:1fr}.ccd-detail-hero{padding:16px}.ccd-detail-pdv-name{font-size:18px}.ccd-detail-hero-top{flex-direction:column}}.acp-shell{max-width:none}.acp-wizard-shell{max-width:none;margin:0;padding:0}.acp-card{background:var(--card);border:1px solid var(--border);border-radius:16px}.acp-card-header{border-bottom:1px solid var(--border);align-items:flex-start;gap:16px;padding:28px 32px 24px;display:flex}.acp-card-header-icon{background:var(--primary);color:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.acp-card-header-text{flex:1;min-width:0}.acp-card-title{margin:0 0 4px;font-size:18px;font-weight:700}.acp-card-desc{color:var(--muted);margin:0;font-size:13px;line-height:1.4}.acp-form{flex-direction:column;gap:24px;padding:28px 32px 32px;display:flex}.acp-form-row{grid-template-columns:240px 1fr;align-items:flex-end;gap:16px;display:grid}.acp-form-row .form-group{flex-direction:column;gap:6px;min-width:0;display:flex}.acp-form-row .form-group>.form-label{color:#334155;letter-spacing:.01em;margin:0;font-size:13px;font-weight:600;line-height:1.2}.acp-form-row .form-group>.picker-group{width:100%}.acp-form-row .form-group>.picker-group>.picker-root>.picker-field{border:1px solid var(--border);width:100%;min-height:36px;box-shadow:none;background:#fff;border-radius:10px;align-items:center;transition:border-color .15s,box-shadow .15s;display:flex}.acp-form-row .form-group>.picker-group>.picker-root>.picker-field:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #1d4ed814}.acp-form-row .form-group>.picker-group .picker-field input[type=text]{min-height:34px;color:var(--text);background:0 0;border:0;border-radius:10px;padding:7px 40px 7px 12px;font-size:13px;font-weight:500}.acp-form-row .form-group>.picker-group .picker-button{width:28px;height:28px;right:6px}.acp-divider{background:var(--border);height:1px;margin:4px 0}.acp-pdv-section{margin-top:0}.acp-section-title{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin:0 0 14px;font-size:12px;font-weight:600}.acp-loading{color:var(--muted);align-items:center;gap:10px;padding:24px 0;font-size:14px;display:flex}.acp-pdv-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.acp-pdv-card{border:1px solid var(--border);background:var(--background);border-radius:12px;justify-content:space-between;align-items:center;padding:16px 20px;transition:border-color .15s,box-shadow .15s;display:flex}.acp-pdv-card:hover:not(.is-completed){border-color:var(--primary);box-shadow:0 0 0 3px rgba(var(--primary-rgb,37, 99, 235), .08)}.acp-pdv-card.is-completed{opacity:.55}.acp-pdv-card-info{flex-direction:column;gap:3px;display:flex}.acp-pdv-card-name{font-size:14px;font-weight:600}.acp-pdv-card-operator{color:var(--muted);font-size:12px}.acp-pdv-card-status{margin-top:2px}.acp-pdv-card-status .badge{font-size:11px}.acp-pdv-card-action .cc-btn{text-align:center;justify-content:center;min-width:96px;font-size:13px}@media (max-width:640px){.acp-card-header{padding:20px 16px 16px}.acp-card-header-icon{border-radius:10px;width:36px;height:36px}.acp-card-header-icon svg{width:18px;height:18px}.acp-form{padding:20px 16px 24px}.acp-form-row,.acp-pdv-grid{grid-template-columns:1fr}.acp-pdv-card{flex-direction:column;align-items:flex-start;gap:12px}.acp-pdv-card-action{width:100%}.acp-pdv-card-action .cc-btn{justify-content:center;width:100%}}.acp-pdv-card-menu{margin-left:auto;margin-right:8px;position:relative}.acp-pdv-card-menu-trigger{border:1px solid var(--cc-border,#e2e8f0);cursor:pointer;width:32px;height:32px;color:var(--cc-text-muted,#64748b);background:0 0;border-radius:6px;justify-content:center;align-items:center;font-size:18px;display:inline-flex}.acp-pdv-card-menu-trigger:hover{background:var(--cc-bg-hover,#f1f5f9)}.acp-pdv-card-menu-dropdown{border:1px solid var(--cc-border,#e2e8f0);z-index:10;background:#fff;border-radius:6px;min-width:200px;position:absolute;top:calc(100% + 4px);right:0;box-shadow:0 4px 12px #00000014}.acp-pdv-card-menu-dropdown button{text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:10px 14px;font-size:14px;display:block}.acp-pdv-card-menu-dropdown button:hover{background:var(--cc-bg-hover,#f1f5f9)}.cc-modal-backdrop{z-index:50;background:#0f172a80;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.cc-modal{background:#fff;border-radius:8px;width:100%;max-width:480px;padding:24px}.cc-modal-title{margin:0 0 8px;font-size:18px}.cc-modal-subtitle{color:#64748b;margin:0 0 16px;font-size:14px}.cc-textarea{border:1px solid #e2e8f0;border-radius:6px;width:100%;padding:8px;font-family:inherit;font-size:14px}.cc-helper{color:#64748b;margin:4px 0 0;font-size:12px}.cc-error{color:#dc2626;margin:12px 0 0;font-size:13px}.cc-modal-actions{justify-content:flex-end;gap:8px;margin-top:20px;display:flex}.cc-presence-bar{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:12px 16px}.cc-presence-header{color:var(--foreground);align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.cc-presence-header-text{flex:1}.cc-presence-dot{background:var(--muted);border-radius:50%;flex-shrink:0;width:8px;height:8px}.cc-presence-dot--active{background:#22c55e;animation:2s ease-in-out infinite cc-presence-pulse;box-shadow:0 0 0 3px #22c55e33}@keyframes cc-presence-pulse{0%,to{box-shadow:0 0 0 3px #22c55e33}50%{box-shadow:0 0 0 6px #22c55e1a}}.cc-presence-users{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.cc-presence-user{border:1px solid var(--border);background:#00000008;border-radius:8px;align-items:center;gap:8px;padding:6px 10px;display:flex}.cc-presence-avatar{background:var(--cc-presence-color,#64748b);color:#fff;text-transform:uppercase;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:700;display:flex}.cc-presence-info{flex-direction:column;gap:2px;display:flex}.cc-presence-name{color:var(--foreground);font-size:13px;font-weight:600}.cc-presence-location{color:var(--muted);flex-wrap:wrap;align-items:center;gap:2px;font-size:11px;display:flex}.cc-presence-step{color:var(--muted)}.cc-presence-field{color:#22c55e;font-weight:500}.cc-presence-sep{color:var(--muted)}.cc-field--presence-highlight{border:2px solid var(--cc-highlight-color,#1d4ed8);box-shadow:0 0 0 3px color-mix(in srgb, var(--cc-highlight-color,#1d4ed8) 20%, transparent);border-radius:8px;margin:-8px -10px;padding:6px 8px;transition:border-color .3s,box-shadow .3s;animation:2s ease-in-out infinite cc-highlight-pulse;position:relative}.cc-field--presence-highlight .ccd-readonly-value{background:color-mix(in srgb, var(--cc-highlight-color,#1d4ed8) 6%, transparent);border-radius:6px;padding:4px 8px}@keyframes cc-highlight-pulse{0%,to{box-shadow:0 0 0 3px color-mix(in srgb, var(--cc-highlight-color,#1d4ed8) 20%, transparent)}50%{box-shadow:0 0 0 5px color-mix(in srgb, var(--cc-highlight-color,#1d4ed8) 10%, transparent)}}.cc-alert--lock{color:#991b1b;background:#fee2e2b3;border-color:#dc262640}.cc-row.is-locked{opacity:.7}.cc-pdv-icon.is-locked{color:#dc2626;background:#fef2f2}.cc-badge.is-locked{color:#dc2626;background:#fef2f2;border:1px solid #dc262633}.cc-pdv-locked-by{color:#dc2626;font-size:12px;font-weight:500;display:block}.cc-btn-start--disabled{color:#94a3b8;cursor:not-allowed;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:500;display:inline-flex}.cc-pdv-card.is-locked{background:#fffbfb;border-color:#dc262633}.cc-pdv-card-locked{color:#94a3b8;border-top:1px solid var(--border);justify-content:center;align-items:center;gap:6px;padding:10px 16px;font-size:13px;font-weight:500;display:flex}.ac-shell{box-sizing:border-box;flex-direction:column;gap:20px;width:100%;max-width:800px;margin:0 auto;padding:24px;display:flex}.ac-header{flex-direction:column;gap:12px;display:flex}.ac-back-link{color:#64748b;align-items:center;gap:4px;font-size:13px;font-weight:500;text-decoration:none;display:inline-flex}.ac-back-link:hover{color:var(--text)}.ac-controls{background:var(--card);border:1px solid var(--border);box-sizing:border-box;border-radius:12px;flex-direction:column;gap:12px;max-width:100%;padding:16px 20px;display:flex}.ac-controls-row{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.ac-controls-row>.picker-group{max-width:120px}.ac-field{flex-direction:column;flex:1;gap:4px;min-width:160px;display:flex}.ac-field .count-product-store-trigger{min-height:0;box-shadow:none;border-radius:12px;padding:11px 12px}.calendar-day.calendar-day-status-counted-pending:not(.selected){color:#ca8a04!important;background:#fefce8!important;border-color:#fef08a!important}.calendar-day.calendar-day-status-match:not(.selected){color:#16a34a!important;background:#f0fdf4!important;border-color:#bbf7d0!important}.calendar-day.calendar-day-status-divergence:not(.selected){color:#dc2626!important;background:#fef2f2!important;border-color:#fecaca!important}.calendar-day.calendar-day-status-error:not(.selected){color:#ea580c!important;background:#fff7ed!important;border-color:#fed7aa!important}.calendar-day.calendar-day-adjacent.calendar-day-status-counted-pending:not(.selected),.calendar-day.calendar-day-adjacent.calendar-day-status-match:not(.selected),.calendar-day.calendar-day-adjacent.calendar-day-status-divergence:not(.selected),.calendar-day.calendar-day-adjacent.calendar-day-status-error:not(.selected){opacity:.55}.ac-label{color:#64748b;text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:600}.ac-select,.ac-input{border:1px solid var(--border);color:var(--text);background:var(--bg);border-radius:8px;outline:none;padding:8px 12px;font-size:14px;transition:border-color .15s}.ac-select:focus,.ac-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.ac-time-input{flex:none;width:110px}.ac-checkbox-label{color:var(--text);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:6px;font-size:13px;font-weight:500;display:inline-flex}.ac-checkbox-label input[type=checkbox]{accent-color:#1d4ed8;width:16px;height:16px}.ac-timeline-wrapper{-webkit-overflow-scrolling:touch;scrollbar-width:thin;overflow-x:auto}.ac-timeline{gap:2px;min-width:max-content;padding:4px 0;display:flex}.ac-timeline-day{background:var(--card);cursor:pointer;border:2px solid #0000;border-radius:8px;flex-direction:column;align-items:center;gap:2px;width:32px;padding:4px 0 6px;transition:all .12s;display:flex}.ac-timeline-day:hover{background:#f1f5f9}.ac-day-num{color:var(--text);font-size:12px;font-weight:600}.ac-day-month{color:#94a3b8;text-transform:uppercase;font-size:9px;font-weight:700}.ac-day-selected{background:#eff6ff;border-color:#3b82f6}.ac-day-none{background:var(--card)}.ac-day-counted-pending .ac-day-num{color:#ca8a04}.ac-day-counted-pending{background:#fefce8}.ac-day-match{background:#f0fdf4}.ac-day-match .ac-day-num{color:#16a34a}.ac-day-divergence{background:#fef2f2}.ac-day-divergence .ac-day-num{color:#dc2626}.ac-day-error{background:#fff7ed}.ac-day-error .ac-day-num{color:#ea580c}.ac-stock-status{border-radius:10px;align-items:center;gap:8px;padding:10px 16px;font-size:13px;font-weight:600;display:flex}.ac-stock-pending{color:#a16207;background:#fefce8;border:1px solid #fde68a}.ac-stock-ok{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0}.ac-stock-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.ac-recheck-actions{gap:8px;margin-left:auto;display:flex}.ac-recheck-panel{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;flex-wrap:wrap;align-items:center;gap:12px;padding:12px 16px;font-size:13px;display:flex}.ac-recheck-panel .picker-group{max-width:120px}.ac-recheck-panel-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.ac-feedback{border-radius:10px;padding:10px 16px;font-size:13px;font-weight:600}.ac-feedback-success{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0}.ac-feedback-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.ac-loading{color:#64748b;justify-content:center;align-items:center;gap:10px;padding:40px;font-size:14px;display:flex}.ac-products{flex-direction:column;gap:16px;max-width:100%;display:flex}.ac-product-line{background:var(--card);border:1px solid var(--border);box-sizing:border-box;border-radius:12px;max-width:100%;overflow:hidden}.ac-line-header{border-bottom:1px solid var(--border);background:#f8fafc;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.ac-line-name{color:var(--text);text-transform:uppercase;letter-spacing:.03em;font-size:13px;font-weight:700}.ac-line-count{color:#94a3b8;font-size:12px;font-weight:600}.ac-line-products{flex-direction:column;display:flex}.ac-product-row{box-sizing:border-box;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:12px;max-width:100%;padding:10px 16px;display:flex}.ac-product-row:last-child{border-bottom:none}.ac-product-info{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.ac-product-img{object-fit:contain;background:#f8fafc;border:1px solid #dbe3efe6;border-radius:10px;flex-shrink:0;width:56px;height:56px}.ac-product-name{color:var(--text);font-size:14px;font-weight:500;display:block}.ac-product-code{color:#94a3b8;font-size:11px;display:block}.ac-product-input{border:1px solid var(--border);text-align:center;width:72px;color:var(--text);background:var(--bg);border-radius:8px;outline:none;flex-shrink:0;padding:8px 10px;font-size:16px;font-weight:600;transition:border-color .15s}.ac-product-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.ac-product-input::placeholder{color:#cbd5e1}.ac-submit-row{justify-content:space-between;align-items:center;padding:4px 0;display:flex}.ac-filled-label{color:#64748b;font-size:13px;font-weight:600}.ac-empty{text-align:center;color:#94a3b8;padding:60px 20px;font-size:14px}@media (max-width:640px){.ac-shell{padding:8px}.ac-controls{padding:12px}.ac-controls-row{flex-direction:column;align-items:stretch}.ac-shell .page-header h1{font-size:22px}.ac-field{width:100%;min-width:0}.ac-field .picker-group,.ac-field .picker-root,.ac-field .picker-field,.ac-field .picker-field input[type=text]{width:100%}.ac-product-input{flex-shrink:1;width:60px}.ac-product-line{overflow:visible}.ac-product-row{gap:8px;padding:8px 12px}.ac-product-info{gap:6px}.ac-product-name{font-size:13px}.ac-controls{overflow:visible}}.temp-kpi-row{flex-wrap:wrap;gap:12px;display:flex}.temp-kpi-card{background:var(--card-bg,#fff);border:1px solid var(--border);border-radius:10px;flex-direction:column;flex:1;align-items:center;gap:4px;min-width:140px;padding:16px;display:flex}.temp-kpi-value{font-size:1.5rem;font-weight:700;line-height:1.1}.temp-kpi-label{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:.75rem}.temp-kpi-alert .temp-kpi-value{color:#f59e0b}.temp-kpi-defect .temp-kpi-value{color:#ef4444}.temp-actions-row{gap:10px;display:flex}.temp-edit-form{width:100%}.temp-edit-fields{flex-wrap:wrap;gap:10px;width:100%;display:flex}.temp-edit-fields .cc-admin-fee-field{flex:140px}.temp-edit-fields .cc-admin-toggle-field{flex:100%}.temp-employee-page{flex-direction:column;gap:16px;display:flex}.temp-employee-summary{background:var(--card-bg,#fff);border:1px solid var(--border);border-radius:10px;justify-content:space-between;align-items:center;padding:12px 16px;font-size:.9rem;display:flex}.temp-employee-period{color:var(--text)}.temp-employee-progress{color:var(--muted);font-size:.8rem}.temp-freezer-list{flex-direction:column;gap:10px;display:flex}.temp-freezer-card{background:var(--card-bg,#fff);border:1px solid var(--border);border-radius:10px;overflow:hidden}.temp-freezer-header{cursor:pointer;flex-direction:column;gap:10px;padding:14px 16px;display:flex}.temp-freezer-info{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.temp-freezer-name{font-size:.95rem;font-weight:600}.temp-freezer-rg{color:var(--muted);background:var(--surface,#f5f5f5);border-radius:4px;padding:2px 8px;font-size:.75rem}.temp-freezer-status-badge{border-radius:4px;padding:2px 8px;font-size:.7rem}.temp-freezer-last{color:var(--muted);margin-left:auto;font-size:.75rem}.temp-freezer-periods{gap:8px;display:flex}.temp-period-slot{border:1px solid var(--border);text-align:center;border-radius:8px;flex-direction:column;flex:1;align-items:center;gap:2px;padding:8px 6px;display:flex}.temp-period-label{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-size:.65rem;font-weight:600}.temp-period-value{font-size:1rem;font-weight:700;line-height:1.2}.temp-period-tag{text-transform:uppercase;letter-spacing:.03em;font-size:.6rem}.temp-period-current{background:#eff6ff;border-color:#3b82f6}.temp-period-current .temp-period-tag{color:#3b82f6}.temp-period-pending{opacity:.5}.temp-period-done.temp-tag-ideal{background:#f0fdf4;border-color:#22c55e}.temp-period-done.temp-tag-ideal .temp-period-value,.temp-period-done.temp-tag-ideal .temp-period-tag{color:#16a34a}.temp-period-done.temp-tag-alert{background:#fffbeb;border-color:#f59e0b}.temp-period-done.temp-tag-alert .temp-period-value,.temp-period-done.temp-tag-alert .temp-period-tag{color:#d97706}.temp-period-done.temp-tag-imminent{background:#fff7ed;border-color:#f97316}.temp-period-done.temp-tag-imminent .temp-period-value,.temp-period-done.temp-tag-imminent .temp-period-tag{color:#ea580c}.temp-period-done.temp-tag-defect{background:#fef2f2;border-color:#ef4444}.temp-period-done.temp-tag-defect .temp-period-value,.temp-period-done.temp-tag-defect .temp-period-tag{color:#dc2626}.temp-reading-form{border-top:1px solid var(--border);flex-direction:column;gap:12px;padding:12px 16px 16px;display:flex}.temp-reading-fields{flex-direction:column;gap:10px;display:flex}.temp-reading-field{flex-direction:column;gap:4px;display:flex}.temp-reading-field-label{color:var(--muted);text-transform:uppercase;letter-spacing:.03em;font-size:.75rem;font-weight:600}.temp-reading-input{border:1px solid var(--border);background:var(--card-bg,#fff);border-radius:6px;width:100%;padding:8px 12px;font-size:1.1rem;font-weight:600}.temp-reading-input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 2px #3b82f626}.temp-reading-checks{flex-wrap:wrap;gap:16px;display:flex}.temp-reading-actions{gap:8px;display:flex}@media (max-width:600px){.temp-kpi-row{gap:8px}.temp-kpi-card{min-width:100px;padding:12px 8px}.temp-kpi-value{font-size:1.2rem}.temp-freezer-periods{gap:4px}.temp-period-slot{padding:6px 4px}.temp-period-value{font-size:.85rem}.temp-freezer-last{width:100%;margin-left:0}}.temp-section{flex-direction:column;gap:10px;display:flex}.temp-section-title{margin:0;font-size:1rem;font-weight:700}.temp-ranking-table{border:1px solid var(--border);background:#fff;border-radius:10px;flex-direction:column;font-size:.85rem;display:flex;overflow:hidden}.temp-ranking-header,.temp-ranking-row{grid-template-columns:2fr 1fr 1fr 1fr 1fr;align-items:center;gap:4px;padding:10px 14px;display:grid}.temp-ranking-header{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);background:var(--surface,#f5f5f5);font-size:.7rem;font-weight:700}.temp-ranking-row{border-top:1px solid var(--border)}.temp-ranking-mobile{flex-direction:column;gap:8px;display:none}.temp-ranking-card{border:1px solid var(--border);background:#fff;border-radius:10px;padding:12px 14px}.temp-ranking-card-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.temp-ranking-card-stats{gap:12px;display:flex}.temp-ranking-card-stat{flex-direction:column;flex:1;align-items:center;display:flex}.temp-ranking-card-stat-value{color:#0f172a;font-size:15px;font-weight:700}.temp-ranking-card-stat-label{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);font-size:10px;font-weight:600}.temp-ranking-store{font-weight:600}.temp-compliance-good{color:#16a34a;font-weight:700}.temp-compliance-mid{color:#d97706;font-weight:700}.temp-compliance-bad{color:#dc2626;font-weight:700}.temp-late-badge{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:4px;padding:2px 8px;font-size:.7rem;font-weight:600;display:inline-block}.temp-ok-badge{color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:4px;padding:2px 8px;font-size:.7rem;font-weight:600;display:inline-block}.temp-store-card{background:var(--card-bg,#fff);border:1px solid var(--border);border-radius:10px;overflow:hidden}.temp-store-card-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.temp-store-card-title{margin:0;font-size:.95rem}.temp-period-avg-row{border-bottom:1px solid var(--border);gap:8px;padding:10px 16px;display:flex}.temp-period-avg{background:var(--surface,#f5f5f5);border-radius:6px;flex-direction:column;flex:1;align-items:center;gap:2px;padding:6px;display:flex}.temp-period-avg-label{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-size:.6rem;font-weight:600}.temp-period-avg-value{font-size:.95rem;font-weight:700}.temp-period-avg-count{color:var(--muted);font-size:.6rem}.temp-store-freezers{flex-direction:column;gap:4px;padding:8px 16px 12px;display:flex}.temp-store-freezer-row{border-bottom:1px solid #f1f5f9;flex-direction:column;gap:4px;padding:8px 0;font-size:.8rem;display:flex}.temp-store-freezer-row:last-child{border-bottom:none}.temp-store-freezer-header{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.temp-store-freezer-name{font-weight:600}.temp-store-freezer-none{color:var(--muted);font-size:.75rem}.temp-store-freezer-periods{gap:16px;display:flex}.temp-store-freezer-period-slot{align-items:center;gap:6px;display:flex}.temp-store-freezer-period-label{color:var(--muted);text-transform:uppercase;letter-spacing:.03em;font-size:.7rem;font-weight:600}.temp-store-freezer-period-empty{color:var(--muted);font-size:.75rem}.temp-mini-badge{border:1px solid var(--border);border-radius:4px;padding:2px 6px;font-size:.65rem;font-weight:600;display:inline-block}.temp-mini-badge.temp-tag-ideal{color:#16a34a;background:#f0fdf4;border-color:#bbf7d0}.temp-mini-badge.temp-tag-alert{color:#d97706;background:#fffbeb;border-color:#fde68a}.temp-mini-badge.temp-tag-imminent{color:#ea580c;background:#fff7ed;border-color:#fed7aa}.temp-mini-badge.temp-tag-defect{color:#dc2626;background:#fef2f2;border-color:#fecaca}.temp-mini-badge.temp-tag-stabilization{color:#0369a1;background:#e0f2fe;border-color:#bae6fd}.temp-tickets-list{border:1px solid var(--border);background:#fff;border-radius:10px;flex-direction:column;display:flex;overflow:hidden}.temp-ticket-row{border-top:1px solid var(--border);color:inherit;align-items:center;gap:12px;padding:12px 16px;text-decoration:none;transition:background .1s;display:flex}.temp-ticket-row:first-child{border-top:none}.temp-ticket-row:hover{background:var(--surface,#f5f5f5)}.temp-ticket-info{flex-direction:column;flex:1;gap:2px;display:flex}.temp-ticket-freezer{font-size:.85rem;font-weight:600}.temp-ticket-store{color:var(--muted);font-size:.7rem}.temp-ticket-date{color:var(--muted);font-size:.75rem}.temp-ticket-status-badge{text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;border-radius:4px;padding:3px 8px;font-size:.65rem;font-weight:600;display:inline-block}.temp-ticket-status-awaiting,.temp-ticket-status-awaiting-repair{color:#dc2626;background:#fef2f2}.temp-ticket-status-technician,.temp-ticket-status-technician-arrived{color:#2563eb;background:#eff6ff}.temp-ticket-status-part,.temp-ticket-status-awaiting-part{color:#d97706;background:#fffbeb}.temp-ticket-status-repaired{color:#16a34a;background:#f0fdf4}.temp-ticket-status-review,.temp-ticket-status-under-review{color:#7c3aed;background:#f5f3ff}.temp-ticket-status-closed{color:#6b7280;background:#f3f4f6}.temp-new-ticket-form{flex-wrap:wrap;align-items:flex-end;gap:10px;display:flex}.temp-ticket-detail{flex-direction:column;gap:16px;display:flex}.temp-ticket-detail-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.temp-ticket-detail-title{margin:0;font-size:1.1rem}.temp-ticket-detail-store{color:var(--muted);font-size:.8rem}.temp-ticket-info-block{background:var(--surface,#f5f5f5);border-radius:8px;padding:12px 16px}.temp-ticket-info-label{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin-bottom:4px;font-size:.7rem;font-weight:600;display:block}.temp-ticket-info-text{margin:0;font-size:.9rem}.temp-ticket-ideal-count{color:#7c3aed;font-weight:700}.temp-ticket-actions{flex-wrap:wrap;gap:8px;display:flex}.temp-ticket-action-form{display:inline-flex}.temp-ticket-note-form{flex-direction:column;gap:8px;display:flex}.temp-ticket-note-textarea{border:1px solid var(--border);resize:vertical;border-radius:6px;padding:8px 12px;font-size:.85rem}.temp-ticket-note-actions{gap:8px;display:flex}.temp-ticket-timeline{flex-direction:column;gap:12px;display:flex}.temp-ticket-timeline-title{margin:0;font-size:.9rem;font-weight:700}.temp-ticket-events{border-left:2px solid var(--border);flex-direction:column;gap:0;margin-left:10px;display:flex}.temp-ticket-event{gap:10px;padding:10px 0 10px 16px;display:flex;position:relative}.temp-ticket-event-icon{background:var(--card-bg,#fff);justify-content:center;align-items:center;width:20px;height:20px;font-size:.85rem;display:flex;position:absolute;top:12px;left:-11px}.temp-ticket-event-content{flex-direction:column;gap:2px;display:flex}.temp-ticket-event-type{font-size:.8rem;font-weight:600}.temp-ticket-event-notes{color:var(--text);margin:0;font-size:.8rem}.temp-ticket-event-meta{color:var(--muted);font-size:.7rem}.temp-history-filters{flex-wrap:wrap;align-items:flex-end;gap:10px;display:flex}.temp-history-filter{flex-direction:column;flex:1;gap:4px;min-width:140px;display:flex}.temp-history-filter span{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);font-size:.7rem;font-weight:600}.temp-history-filter select,.temp-history-filter input{border:1px solid var(--border);border-radius:6px;padding:6px 10px;font-size:.85rem}.temp-history-table-wrap{overflow-x:auto}.temp-history-table{border-collapse:collapse;width:100%;font-size:.8rem}.temp-history-th{text-align:left;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);background:var(--surface,#f5f5f5);white-space:nowrap;padding:8px 10px;font-size:.65rem;font-weight:700}.temp-history-td{border-top:1px solid var(--border);white-space:nowrap;padding:8px 10px}.temp-history-temp{font-weight:700}.temp-history-obs{white-space:normal;max-width:200px;color:var(--muted);font-size:.75rem}.temp-ticket-panel{border-top:1px solid var(--border);background:#fffbeb;padding:10px 16px}.temp-ticket-panel-header{align-items:center;gap:10px;margin-bottom:8px;display:flex}.temp-ticket-panel-badge{color:#d97706;background:#fef3c7;border-radius:4px;padding:2px 8px;font-size:.7rem;font-weight:600}.temp-ticket-ideal-info{color:#7c3aed;font-size:.75rem;font-weight:600}.temp-ticket-panel-actions{flex-wrap:wrap;gap:6px;display:flex}.temp-ticket-btn{padding:4px 10px!important;font-size:.75rem!important}.temp-ticket-repair-form{flex-direction:column;gap:8px;display:flex}@media (max-width:600px){.temp-ranking-desktop{display:none}.temp-ranking-mobile{display:flex}.temp-history-filters{flex-direction:column}.temp-history-filter{width:100%;min-width:0}.temp-new-ticket-form{flex-direction:column}.temp-ticket-detail-header{flex-direction:column;align-items:flex-start}}.notification-bell-sidebar-slot{z-index:900;position:absolute;top:28px;right:22px}.notification-bell-wrap{position:relative}.notification-bell-btn{color:#cbd5e1;cursor:pointer;background:#94a3b81f;border:none;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;transition:background .15s,color .15s;display:flex;position:relative}.notification-bell-btn:hover{color:#f1f5f9;background:#94a3b838}.notification-bell-badge{color:#fff;text-align:center;pointer-events:none;background:#ef4444;border-radius:9px;min-width:18px;height:18px;padding:0 5px;font-size:11px;font-weight:700;line-height:18px;position:absolute;top:-4px;right:-4px}.notification-bell-dropdown{z-index:900;background:#1e293b;border:1px solid #94a3b82e;border-radius:14px;flex-direction:column;width:340px;max-height:420px;display:flex;position:absolute;top:calc(100% + 8px);left:0;overflow:hidden;box-shadow:0 16px 48px #00000052}.notification-bell-header{border-bottom:1px solid #94a3b81f;justify-content:space-between;align-items:center;padding:14px 16px 10px;display:flex}.notification-bell-header-title{color:#f1f5f9;font-size:14px;font-weight:600}.notification-bell-mark-all{color:#60a5fa;cursor:pointer;background:0 0;border:none;padding:0;font-size:12px}.notification-bell-mark-all:hover{color:#93bbfd;text-decoration:underline}.notification-bell-list{flex:auto;overflow-y:auto}.notification-bell-empty{text-align:center;color:#64748b;padding:32px 16px;font-size:13px}.notification-bell-item{color:#cbd5e1;cursor:pointer;text-align:left;background:0 0;border:none;border-bottom:1px solid #94a3b814;align-items:flex-start;gap:10px;width:100%;padding:12px 16px;transition:background .12s;display:flex}.notification-bell-item:hover{background:#94a3b814}.notification-bell-item-unread{background:#3b82f614}.notification-bell-item-unread:hover{background:#3b82f624}.notification-bell-item-icon{flex-shrink:0;margin-top:2px}.notification-bell-item-icon-defect{color:#ef4444}.notification-bell-item-icon-ticket{color:#f59e0b}.notification-bell-item-icon-late{color:#a78bfa}.notification-bell-item-content{flex-direction:column;flex:auto;gap:2px;min-width:0;display:flex}.notification-bell-item-message{color:#e2e8f0;font-size:13px;line-height:1.4}.notification-bell-item-time{color:#64748b;font-size:11px}@media (max-width:960px){.notification-bell-dropdown{width:auto;max-height:calc(100vh - 120px);position:fixed;top:80px;left:16px;right:16px}.notification-bell-sidebar-slot{display:none}}.qr-code-backdrop{z-index:100;background:#00000080;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.qr-code-modal{background:#fff;border-radius:16px;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:380px;padding:24px;display:flex;box-shadow:0 24px 64px #0000003d}.qr-code-modal-header{justify-content:space-between;align-items:center;width:100%;display:flex}.qr-code-modal-title{color:#0f172a;margin:0;font-size:18px;font-weight:700}.qr-code-modal-close{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:flex}.qr-code-modal-close:hover{color:#0f172a;background:#f1f5f9}.qr-code-display{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;align-items:center;gap:4px;padding:24px;display:flex}.qr-code-image{margin-bottom:4px;display:block}.qr-code-label{color:#0f172a;text-align:center;margin:0;font-size:16px;font-weight:700}.qr-code-url{color:#94a3b8;word-break:break-all;text-align:center;max-width:320px;margin:0;font-size:11px}.qr-code-actions{gap:8px;display:flex}.qr-code-print-btn{align-items:center;gap:6px;display:flex}.temp-freezer-card-highlight{outline-offset:2px;outline:2px solid #3b82f6;animation:1.5s ease-out temp-highlight-pulse}@keyframes temp-highlight-pulse{0%{outline-color:#3b82f6;box-shadow:0 0 0 4px #3b82f64d}to{outline-color:#3b82f6;box-shadow:0 0 #3b82f600}}.temp-scan-error{text-align:center;padding:48px 24px}.temp-scan-error-title{color:#0f172a;margin:0 0 8px;font-size:20px;font-weight:700}.store-thresholds{padding:0 20px 12px}.store-thresholds-display{align-items:center;gap:8px;display:flex}.store-thresholds-display>.cc-admin-edit-btn{flex-shrink:0}.settings-store-actions{flex-wrap:wrap;align-items:flex-start;gap:8px;padding:0 20px 8px;display:flex}@media (max-width:640px){.settings-store-actions{flex-direction:column;padding:0 20px 8px}.settings-store-actions>*{width:100%}.settings-store-actions .cc-admin-copy-btn{text-align:center;box-sizing:border-box;justify-content:center;width:100%}}.store-thresholds .cc-admin-tag{white-space:nowrap}@media (max-width:399px){.store-thresholds .cc-admin-tag{white-space:normal;text-align:center;line-height:1.3}}.store-thresholds-form{flex-wrap:wrap;align-items:flex-end;gap:12px;margin-top:12px;display:flex}.store-thresholds-form .cc-admin-fee-input{background:#f8fafc;border-color:#dbe3ef}.store-thresholds-form .cc-admin-fee-input:focus{background:var(--card)}.store-thresholds-fields{flex-wrap:wrap;gap:12px;display:flex}.qr-code-store{color:#64748b;text-align:center;margin:0;font-size:13px}.bqr-modal{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:480px;max-height:90vh;display:flex;overflow-y:auto;box-shadow:0 24px 64px #0003}.bqr-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:flex-start;padding:20px 24px 16px;display:flex}.bqr-header-info{align-items:center;gap:12px;display:flex}.bqr-header-icon-wrap{background:#eff6ff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.bqr-header-icon{color:#3b82f6;width:20px;height:20px}.bqr-title{color:#0f172a;margin:0;font-size:17px;font-weight:700}.bqr-store{color:#64748b;margin:0;font-size:13px}.bqr-section{border-bottom:1px solid #f1f5f9;padding:16px 24px}.bqr-section-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.bqr-section-label{text-transform:uppercase;letter-spacing:.04em;color:#64748b;font-size:11px;font-weight:700}.bqr-section-count{color:#94a3b8;font-size:12px;font-weight:600}.bqr-freezer-list{flex-direction:column;gap:2px;max-height:220px;display:flex;overflow-y:auto}.bqr-check-item{cursor:pointer;border-radius:8px;align-items:center;gap:10px;padding:8px 10px;transition:background .1s;display:flex}.bqr-check-item:hover{background:#f8fafc}.bqr-check-item.is-checked{background:#eff6ff}.bqr-check-all{border-bottom:1px solid #e2e8f0;border-radius:0;margin-bottom:4px;padding-bottom:10px}.bqr-check-input{accent-color:#3b82f6;flex-shrink:0;width:16px;height:16px}.bqr-check-text{color:#0f172a;font-size:14px}.bqr-check-all .bqr-check-text{font-weight:600}.bqr-mode-options{gap:10px;margin-top:10px;display:flex}.bqr-mode-card{cursor:pointer;text-align:center;border:2px solid #e2e8f0;border-radius:12px;flex-direction:column;flex:1;align-items:center;gap:8px;padding:16px 12px;transition:border-color .15s,background .15s;display:flex}.bqr-mode-card:hover{background:#f8fafc;border-color:#cbd5e1}.bqr-mode-card.is-active{background:#eff6ff;border-color:#3b82f6}.bqr-radio-input{display:none}.bqr-mode-icon{color:#94a3b8;width:28px;height:28px}.bqr-mode-card.is-active .bqr-mode-icon{color:#3b82f6}.bqr-mode-text{flex-direction:column;gap:2px;display:flex}.bqr-mode-title{color:#0f172a;font-size:14px;font-weight:700}.bqr-mode-desc{color:#64748b;font-size:11px}.bqr-footer{justify-content:flex-end;gap:8px;padding:16px 24px;display:flex}.bqr-print-btn{align-items:center;gap:6px;display:flex}@media (max-width:480px){.bqr-modal{max-width:none;max-height:calc(100vh - 32px);margin:16px}.bqr-mode-options{flex-direction:column}.bqr-footer{flex-direction:column-reverse}.bqr-footer .cc-btn{justify-content:center;width:100%}}.temp-export-form{flex-direction:column;gap:20px;padding:20px;display:flex}.temp-export-filters{flex-wrap:wrap;gap:12px;display:flex}.temp-export-actions{gap:8px;display:flex}.temp-export-actions .cc-btn{align-items:center;gap:6px;display:flex}.export-page-content{flex-direction:column;gap:16px;display:flex}.export-filter-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:14px;padding:16px 20px;transition:opacity .12s ease-out;display:flex}.export-filter-card.is-pending{opacity:.7;pointer-events:none}.export-filter-row{flex-wrap:wrap;align-items:flex-end;gap:12px;display:flex}.export-actions-row{flex-wrap:wrap;gap:8px;display:flex}.export-actions-row .cc-btn{align-items:center;gap:6px;display:flex}.export-filter-card .picker-group{flex-direction:column;gap:4px;display:flex}.export-filter-card .picker-group .ovr-label{text-transform:uppercase;letter-spacing:.04em;color:#64748b;font-size:11px;font-weight:600}.export-filter-card .picker-field input[type=text]{color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:8px;min-width:220px;height:auto;padding:8px 40px 8px 12px;font-size:14px;transition:border-color .15s,box-shadow .15s}.export-filter-card .picker-field input[type=text]:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.export-filter-card .picker-field input[type=text]::placeholder{color:#94a3b8}.export-filter-card .picker-root.is-open .picker-field input[type=text]{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.export-filter-card .picker-button svg{display:none}.export-filter-card .picker-button{background:0 0;width:20px;height:20px;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.export-filter-card .picker-button:before,.export-filter-card .picker-button:after{content:"";border:1.5px solid #94a3b8;border-radius:3px;position:absolute}.export-filter-card .picker-button:before{background:#fff;width:13px;height:13px;top:0;left:0;box-shadow:inset 0 3px #94a3b8}.export-filter-card .picker-button:after{background:#fff;width:13px;height:13px;bottom:0;right:0;box-shadow:inset 0 3px #94a3b8}.export-preview-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.export-preview-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.export-preview-title{color:#0f172a;margin:0;font-size:16px;font-weight:700}.export-preview-store{color:#64748b;font-weight:400}.export-preview-count{color:#64748b;font-size:13px;font-weight:600}.export-preview-table-wrap{overflow-x:auto}.export-preview-more{color:#94a3b8;text-align:center;border-top:1px solid #f1f5f9;margin:0;padding:12px 20px;font-size:13px}.export-mobile-cards{flex-direction:column;gap:8px;padding:12px;display:none}@media (max-width:640px){.export-filter-row{flex-direction:column;align-items:stretch}.export-filter-row .tickets-filter{width:100%}.export-filter-row .tickets-select-root{width:100%;min-width:0}.export-filter-card .picker-group{width:100%}.export-filter-card .picker-field input[type=text]{width:100%;min-width:0}.export-actions-row{flex-direction:column}.export-actions-row .cc-btn{justify-content:center;width:100%}.export-desktop{display:none}.export-mobile-cards{display:flex}}.temp-toast-stack{z-index:80;flex-direction:column-reverse;gap:8px;max-width:380px;display:flex;position:fixed;bottom:24px;right:24px}.temp-toast{color:#f8fafc;background:#0f172af5;border-radius:16px;align-items:flex-start;gap:12px;padding:16px;animation:.3s ease-out temp-toast-slide-in;display:flex;box-shadow:0 8px 32px #0000003d}@keyframes temp-toast-slide-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.temp-toast-content{flex-direction:column;flex:1;gap:4px;display:flex}.temp-toast-badge{text-transform:uppercase;letter-spacing:.05em;border-radius:999px;width:fit-content;padding:2px 8px;font-size:10px;font-weight:700;display:inline-block}.temp-toast-badge-defect{color:#fca5a5;background:#ef444433}.temp-toast-badge-imminent{color:#fdba74;background:#f9731633}.temp-toast-badge-late{color:#fde047;background:#eab30833}.temp-toast-title{color:#f8fafc;margin:0;font-size:14px;font-weight:600}.temp-toast-desc{color:#94a3b8;margin:0;font-size:13px}.temp-toast-dismiss{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;padding:0;display:flex}.temp-toast-dismiss:hover{color:#f8fafc;background:#ffffff1a}@media (max-width:480px){.temp-toast-stack{max-width:none;left:16px;right:16px}}.temp-trend-arrow{color:#f97316;cursor:help;flex-shrink:0;width:16px;height:16px}.tr-page{flex-direction:column;gap:16px;display:flex}.tr-period-tabs{background:#fff;border:1px solid #e2e8f0;border-radius:12px;gap:8px;padding:6px;display:flex}.tr-period-tab{cursor:pointer;background:0 0;border:none;border-radius:8px;flex-direction:column;flex:1;align-items:center;gap:2px;padding:10px 8px;transition:background .15s;display:flex}.tr-period-tab:hover{background:#f8fafc}.tr-period-tab.is-active{background:#eff6ff;box-shadow:0 1px 3px #3b82f61a}.tr-period-tab.is-done{background:#f0fdf4}.tr-period-tab.is-locked{opacity:.4;cursor:not-allowed}.tr-period-tab.is-active.is-done{background:#f0fdf4;box-shadow:0 1px 3px #16a34a1a}.tr-tab-label{color:#0f172a;align-items:center;gap:4px;font-size:13px;font-weight:600;display:flex}.tr-tab-current{text-transform:uppercase;color:#3b82f6;background:#3b82f61a;border-radius:4px;padding:1px 5px;font-size:9px;font-weight:700}.tr-tab-count{color:#64748b;font-size:12px;font-weight:600}.tr-period-tab.is-done .tr-tab-count{color:#16a34a}.tr-progress-wrap{padding:0 4px}.tr-progress-bar-full{width:100%}.tr-progress-bar{background:#e2e8f0;border-radius:3px;width:80px;height:6px;overflow:hidden}.tr-progress-fill{background:#16a34a;border-radius:3px;height:100%;transition:width .3s}.tr-section{flex-direction:column;gap:8px;display:flex}.tr-section-title{color:#0f172a;align-items:center;gap:8px;margin:0;font-size:15px;font-weight:700;display:flex}.tr-section-done{color:#16a34a}.tr-section-icon{color:#3b82f6;width:18px;height:18px}.tr-section-done .tr-section-icon{color:#16a34a}.tr-pending-list{flex-direction:column;gap:8px;display:flex}.tr-pending-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;transition:border-color .15s;position:relative;overflow:hidden}.tr-pending-card:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f614}.tr-pending-card.tr-defective,.tr-pending-card.tr-defective:focus-within{border-color:#dc2626;box-shadow:0 0 0 3px #dc262624}.tr-defect-confirm{z-index:10;border-radius:inherit;background:#0f172a6b;justify-content:center;align-items:center;padding:12px;display:flex;position:absolute;inset:0}@media (min-width:768px){.tr-defect-confirm{z-index:200;border-radius:0;position:fixed}}.tr-defect-confirm-content{background:#fff;border-radius:10px;width:100%;max-width:320px;padding:14px 16px;box-shadow:0 8px 24px #0f172a38}.tr-defect-confirm-title{color:#0f172a;margin:0 0 4px;font-size:14px;font-weight:600}.tr-defect-confirm-desc{color:#475569;margin:0 0 12px;font-size:13px;line-height:1.4}.tr-defect-confirm-actions{justify-content:flex-end;gap:8px;display:flex}.tr-defect-confirm-actions button{cursor:pointer;border-radius:6px;padding:6px 14px;font-size:13px;font-weight:500;transition:background .1s,border-color .1s}.tr-defect-confirm-cancel{color:#475569;background:#fff;border:1px solid #cbd5e1}.tr-defect-confirm-cancel:hover{background:#f8fafc;border-color:#94a3b8}.tr-defect-confirm-confirm{color:#fff;background:#dc2626;border:1px solid #dc2626}.tr-defect-confirm-confirm:hover{background:#b91c1c;border-color:#b91c1c}.tr-defect-confirm-confirm:focus-visible,.tr-defect-confirm-cancel:focus-visible{outline-offset:2px;outline:2px solid #2563eb}.tr-peer-locked{opacity:.75;border-color:var(--tr-peer-color,#94a3b8)!important;box-shadow:0 0 0 2px var(--tr-peer-color,#94a3b8)!important}.tr-collab-peer-tag{font-size:11px;font-style:italic;font-weight:500}.tr-temp-input--peer-locked{opacity:.5;pointer-events:none}.temp-live-btn{color:var(--primary);cursor:pointer;background:#1d4ed80f;border:1px solid #1d4ed826;border-radius:6px;align-items:center;gap:5px;padding:4px 10px;font-size:11px;font-weight:600;transition:background .1s;display:inline-flex}.temp-live-btn:hover{background:#1d4ed81a}.temp-live-btn-icon{flex-shrink:0}.temp-store-card-header-actions{align-items:center;gap:8px;display:flex}.tr-power-icon{flex-shrink:0}.tr-power-icon--on{color:#16a34a}.tr-power-icon--off{color:#dc2626}.tr-powered-off-card{opacity:.8;background:#f1f5f9;border-color:#cbd5e1}.tr-powered-off-info{flex-direction:column;gap:4px;padding:14px 16px;display:flex}.tr-powered-off-badge{color:#475569;background:#64748b1a;border:1px solid #94a3b8;border-radius:6px;align-items:center;gap:5px;padding:2px 10px;font-size:11px;font-weight:600;display:inline-flex}.tr-powered-off-badge-icon{color:#64748b;flex-shrink:0}.tr-powered-off-actions{padding:0 16px 14px}.tr-power-off-form{margin-left:auto}.tr-power-off-btn{color:#64748b;cursor:pointer;background:0 0;border:1px solid #cbd5e1;border-radius:6px;align-items:center;gap:4px;padding:3px 8px;font-size:11px;font-weight:500;transition:color .1s,border-color .1s;display:inline-flex}.tr-power-off-btn:hover{color:#475569;border-color:#94a3b8}.temp-powered-off-slot{color:#475569;background:#64748b14;border:1px solid #cbd5e1;border-radius:5px;align-self:flex-start;align-items:center;gap:4px;padding:2px 7px;font-size:10px;font-weight:600;display:inline-flex}.temp-powered-off-slot-icon{color:#64748b;flex-shrink:0}.temp-powered-off-day{color:#475569;background:#64748b14;border:1px solid #cbd5e1;border-radius:5px;align-self:flex-start;align-items:center;gap:4px;padding:2px 7px;font-size:10px;font-weight:600;display:inline-flex}.temp-powered-off-day-icon{color:#64748b;flex-shrink:0}.tr-maintenance-card{opacity:.85;background:#fffbeb;border-color:#fde68a}.tr-review-card{border-color:#e9d5ff}.tr-maintenance-info{flex-direction:column;gap:4px;padding:14px 16px;display:flex}.tr-maintenance-badge{color:#92400e;background:#f59e0b1f;border:1px solid #fcd34d;border-radius:6px;align-items:center;gap:5px;padding:2px 10px;font-size:11px;font-weight:600;display:inline-flex}.tr-maintenance-badge-icon{color:#d97706;flex-shrink:0}.tr-highlight{border-color:#3b82f6;animation:1.5s ease-out temp-highlight-pulse}.tr-pending-form{padding:12px 16px}.tr-pending-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.tr-pending-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.tr-pending-name{color:#0f172a;font-size:15px;font-weight:700}.tr-pending-meta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.tr-pending-rg{color:#64748b;font-size:12px}.tr-pending-last{color:#94a3b8;font-size:12px}.tr-pending-trend{color:#f97316;display:flex}.tr-pending-maintenance{text-transform:uppercase;color:#d97706;background:#d9770614;border-radius:4px;padding:1px 6px;font-size:10px;font-weight:600}.tr-pending-input-group{flex-shrink:0;align-items:center;gap:6px;display:flex}.tr-temp-input-wrap{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;transition:border-color .15s,box-shadow .15s;display:flex;overflow:hidden}.tr-temp-input-wrap:focus-within{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.tr-sign-toggle{cursor:pointer;background:0 0;border:none;border-right:1px solid #e2e8f0;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:36px;font-size:18px;font-weight:700;display:flex}.tr-sign-toggle.is-negative{color:#3b82f6}.tr-sign-toggle.is-positive{color:#dc2626}.tr-sign-toggle:hover{background:#f1f5f9}.tr-temp-input{color:#0f172a;text-align:center;background:0 0;border:none;border-radius:0;width:80px;padding:8px;font-size:16px;font-weight:700}.tr-temp-input:focus{outline:none}.tr-pending-name-row{align-items:center;gap:8px;display:flex}.tr-saving-indicator{color:#3b82f6;font-size:11px;font-weight:600}.tr-saved-indicator{color:#16a34a;font-size:11px;font-weight:600}.tr-pending-card.tr-saved{border-color:#bbf7d0}.tr-finalize-row{flex-direction:column;align-items:center;gap:10px;padding:8px 0;display:flex}.tr-finalize-blocker{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;align-items:flex-start;gap:10px;width:100%;max-width:520px;padding:10px 14px;font-size:13px;line-height:1.4;display:flex}.tr-finalize-blocker-icon{color:#d97706;flex-shrink:0;margin-top:1px}.tr-finalize-blocker-text{flex:auto}.tr-finalize-blocker-text strong{color:#78350f;font-weight:600}.tr-finalize-btn{align-items:center;gap:8px;display:flex;padding:12px 32px!important;font-size:15px!important}.temp-draft-badge{text-transform:uppercase;color:#d97706;letter-spacing:.03em;background:#d9770614;border-radius:4px;padding:1px 5px;font-size:9px;font-weight:700}.tr-feedback{color:#166534;text-align:center;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;padding:12px 16px;font-size:14px}.tr-extras-row{flex-wrap:wrap;align-items:center;gap:12px;margin-top:8px;display:flex}.tr-extras-check{color:#94a3b8;white-space:nowrap;cursor:pointer;align-items:center;gap:6px;font-size:12px;display:flex}.tr-extras-check input[type=checkbox]{accent-color:#dc2626;flex-shrink:0;width:14px;height:14px}.tr-extras-input{color:#0f172a;border:1px solid #e2e8f0;border-radius:8px;flex:1;min-width:160px;padding:6px 10px;font-size:13px;animation:.2s tr-fade-in}.tr-extras-input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}@keyframes tr-fade-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.tr-done-list{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.tr-done-row{border-bottom:1px solid #f1f5f9;align-items:center;gap:10px;padding:10px 16px;display:flex}.tr-done-row:last-child{border-bottom:none}.tr-done-name{color:#0f172a;flex:1;font-size:14px;font-weight:600}.tr-all-done{text-align:center;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;flex-direction:column;align-items:center;gap:8px;padding:32px;display:flex}.tr-all-done-icon{color:#16a34a;width:40px;height:40px}.tr-all-done-text{color:#166534;margin:0;font-size:15px}.tr-ticket-panel{border-top:1px solid #f1f5f9;padding:8px 16px 12px}.tr-ticket-status{align-items:center;gap:6px;margin-bottom:8px;display:flex}.tr-ticket-icon{color:#d97706;width:14px;height:14px}.tr-ticket-label{color:#d97706;font-size:12px;font-weight:600}.tr-ticket-scheduled{color:var(--primary);background:#1d4ed80a;border-radius:8px;align-items:center;gap:6px;padding:6px 10px;display:flex}.tr-ticket-scheduled-text{text-transform:capitalize;font-size:13px;font-weight:500}.tr-ticket-ideal-count{color:#7c3aed;font-size:12px;font-weight:600}.tr-ticket-icon--review,.tr-ticket-label--review{color:#7c3aed}.tr-ticket-review-info{background:#faf5ff;border:1px solid #e9d5ff;border-radius:8px;align-items:flex-start;gap:8px;margin-bottom:8px;padding:6px 10px;display:flex}.tr-ticket-review-info-icon{color:#7c3aed;flex-shrink:0;width:14px;height:14px;margin-top:1px}.tr-ticket-review-info-text{color:#1e1b4b;font-size:12px;line-height:1.4}.tr-ticket-actions{flex-wrap:wrap;gap:6px;display:flex}.tr-ticket-repair-form{flex-direction:column;gap:8px;padding-top:4px;display:flex}.tr-ticket-repair-label{color:var(--text);font-size:12px;font-weight:600}.tr-ticket-repair-input{border:1px solid var(--border);color:var(--text);background:var(--card);border-radius:8px;padding:8px 12px;font-family:inherit;font-size:14px}.tr-ticket-repair-input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #1d4ed814}.tr-ticket-repair-actions{gap:6px;display:flex}.tr-ticket-form{display:contents}.tr-ticket-btn{padding:4px 10px!important;font-size:12px!important}@media (max-width:480px){.tr-period-tabs{gap:4px;padding:4px}.tr-period-tab{padding:8px 4px}.tr-pending-row{flex-direction:column;align-items:stretch;gap:10px}.tr-pending-input-group{justify-content:stretch}.tr-temp-input{flex:1}.tr-extras-row{flex-direction:column;align-items:stretch}}.temp-transfers-list{flex-direction:column;display:flex}.temp-transfer-row{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:12px;padding:12px 0;display:flex}.temp-transfer-row:last-child{border-bottom:none}.temp-transfer-info{flex-direction:column;gap:4px;display:flex}.temp-transfer-freezer{color:#0f172a;font-size:14px;font-weight:600}.temp-transfer-route{color:#475569;align-items:center;gap:6px;font-size:13px;display:flex}.temp-transfer-arrow-icon{color:#94a3b8;flex-shrink:0;width:14px;height:14px}.temp-transfer-meta{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:2px;display:flex}.temp-transfer-user{color:#64748b;font-size:12px}.temp-transfer-date{color:#94a3b8;font-size:12px}.tickets-kpi-row{gap:12px;display:flex}.tickets-kpi-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;flex:1;gap:2px;padding:16px 20px;display:flex}.tickets-kpi-warning{border-left:3px solid #f59e0b}.tickets-kpi-purple{border-left:3px solid #7c3aed}.tickets-kpi-value{color:#0f172a;font-size:28px;font-weight:800;line-height:1}.tickets-kpi-label{text-transform:uppercase;letter-spacing:.04em;color:#64748b;font-size:11px;font-weight:600}.tickets-filter-bar{background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:flex-end;gap:12px;padding:16px 20px;display:flex}.tickets-filter-group{flex:1;align-items:flex-end;gap:16px;display:flex}.tickets-filter{flex-direction:column;gap:4px;display:flex}.tickets-filter-grow{flex:1}.tickets-filter-label{text-transform:uppercase;letter-spacing:.04em;color:#64748b;font-size:11px;font-weight:600}.tickets-filter-select,.tickets-filter-input{color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:8px;min-width:180px;padding:8px 12px;font-size:14px}.tickets-filter-select:focus,.tickets-filter-input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.tickets-filter-check{color:#475569;white-space:nowrap;align-items:center;gap:6px;padding-bottom:8px;font-size:13px;display:flex}.tickets-new-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px}.tickets-new-header{align-items:center;gap:8px;margin-bottom:16px;display:flex}.tickets-new-icon{color:#3b82f6;width:20px;height:20px}.tickets-new-title{color:#0f172a;margin:0;font-size:16px;font-weight:700}.tickets-new-form{align-items:flex-end;gap:12px;display:flex}.tickets-new-fields{flex:1;gap:12px;display:flex}.tickets-new-form .cc-btn{white-space:nowrap;align-items:center;gap:6px;display:flex}.tickets-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:12px;display:grid}.tickets-card{color:inherit;background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:10px;padding:16px 20px;text-decoration:none;transition:border-color .15s,box-shadow .15s;display:flex}.tickets-card:hover{border-color:#3b82f6;box-shadow:0 2px 12px #3b82f614}.tickets-card-closed{opacity:.6}.tickets-card-top{justify-content:space-between;align-items:center;display:flex}.tickets-card-time{color:#94a3b8;font-size:12px}.tickets-card-body{flex-direction:column;gap:2px;display:flex}.tickets-card-freezer{color:#0f172a;font-size:15px;font-weight:700}.tickets-card-rg{color:#64748b;font-weight:400}.tickets-card-store{color:#64748b;font-size:13px}.tickets-card-desc{color:#475569;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:13px;display:-webkit-box;overflow:hidden}.tickets-card-footer{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding-top:8px;display:flex}.tickets-card-date{color:#94a3b8;font-size:12px}.tickets-card-arrow{color:#cbd5e1;width:16px;height:16px}.tickets-card:hover .tickets-card-arrow{color:#3b82f6}.tickets-empty{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;align-items:center;gap:12px;padding:48px 24px;display:flex}.tickets-empty-icon{color:#cbd5e1;width:48px;height:48px}.tickets-empty-text{color:#94a3b8;margin:0;font-size:14px}.tickets-select-root{min-width:180px;position:relative}.tickets-select-trigger{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;width:100%;padding:8px 12px;font-size:14px;transition:border-color .15s,box-shadow .15s;display:flex}.tickets-select-trigger:hover{border-color:#cbd5e1}.tickets-select-trigger.is-open{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.tickets-select-label.is-placeholder{color:#94a3b8}.tickets-select-chevron{color:#94a3b8;flex-shrink:0;width:16px;height:16px;transition:transform .15s}.tickets-select-chevron.is-open{transform:rotate(180deg)}.tickets-select-menu{z-index:50;background:#fff;border:1px solid #e2e8f0;border-radius:10px;max-height:240px;padding:4px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #0000001a}.tickets-select-option{color:#0f172a;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;justify-content:space-between;align-items:center;gap:8px;width:100%;padding:8px 12px;font-size:14px;display:flex}.tickets-select-option:hover{background:#f1f5f9}.tickets-select-option.is-selected{color:#1d4ed8;background:#eff6ff;font-weight:600}.tickets-select-check{color:#1d4ed8;flex-shrink:0;width:16px;height:16px}.tickets-multi-check{border:2px solid #cbd5e1;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.tickets-multi-check.is-checked{color:#fff;background:#3b82f6;border-color:#3b82f6}@media (max-width:640px){.tickets-select-root{width:100%;min-width:0}.tickets-kpi-row{flex-direction:row;gap:8px}.tickets-kpi-card{padding:12px 14px}.tickets-kpi-value{font-size:22px}.tickets-filter-bar,.tickets-filter-group{flex-direction:column;align-items:stretch}.tickets-filter-select,.tickets-filter-input{width:100%;min-width:0}.tickets-new-form{flex-direction:column;align-items:stretch}.tickets-new-fields{flex-direction:column}.tickets-grid{grid-template-columns:1fr}}.td-page{flex-direction:column;gap:16px;display:flex}.td-header-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px 24px}.td-header-top{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:12px;display:flex}.td-header-info{flex-direction:column;gap:2px;display:flex}.td-header-title{color:#0f172a;margin:0;font-size:20px;font-weight:800}.td-header-store{color:#64748b;font-size:14px}.td-header-meta{border-top:1px solid #f1f5f9;gap:20px;padding-top:12px;display:flex}.td-meta-item{align-items:center;gap:6px;display:flex}.td-meta-icon{color:#94a3b8;flex-shrink:0;width:14px;height:14px}.td-meta-text{color:#64748b;font-size:13px}.td-info-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:12px;display:grid}.td-info-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px 20px}.td-info-card-highlight{background:#faf5ff;border-color:#7c3aed}.td-info-card-header{align-items:center;gap:8px;margin-bottom:8px;display:flex}.td-info-card-icon{color:#64748b;flex-shrink:0;width:16px;height:16px}.td-info-card-highlight .td-info-card-icon{color:#7c3aed}.td-info-card-title{text-transform:uppercase;letter-spacing:.04em;color:#64748b;font-size:11px;font-weight:700}.td-info-card-text{color:#0f172a;margin:0;font-size:14px;line-height:1.5}.td-actions-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:12px;padding:16px 20px;display:flex}.td-actions-title{text-transform:uppercase;letter-spacing:.04em;color:#64748b;font-size:11px;font-weight:700}.td-actions-row{flex-wrap:wrap;gap:8px;display:flex}.td-action-form{display:contents}.td-btn-danger{cursor:pointer;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:600;color:#fff!important;background:#dc2626!important;border:1px solid #dc2626!important}.td-btn-danger:hover{background:#b91c1c!important;border-color:#b91c1c!important}.td-actions-row .cc-btn-secondary{align-items:center;gap:6px;display:flex}.td-note-form{border-top:1px solid #f1f5f9;flex-direction:column;gap:10px;padding-top:12px;display:flex}.td-note-textarea{color:#0f172a;resize:vertical;border:1px solid #e2e8f0;border-radius:8px;width:100%;padding:10px 14px;font-family:inherit;font-size:14px}.td-note-textarea:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.td-note-actions{gap:8px;display:flex}.td-timeline-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px 24px}.td-timeline-title{color:#0f172a;margin:0 0 16px;font-size:16px;font-weight:700}.td-timeline-empty{color:#94a3b8;margin:0;font-size:14px}.td-timeline{flex-direction:column;display:flex}.td-timeline-item{gap:14px;min-height:60px;display:flex}.td-timeline-line-wrap{flex-direction:column;flex-shrink:0;align-items:center;width:32px;display:flex}.td-timeline-dot{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.td-event-svg{width:16px;height:16px}.td-icon-red{color:#dc2626;background:#fef2f2}.td-icon-blue{color:#2563eb;background:#eff6ff}.td-icon-amber{color:#d97706;background:#fffbeb}.td-icon-green{color:#16a34a;background:#f0fdf4}.td-icon-slate{color:#64748b;background:#f1f5f9}.td-timeline-line{background:#e2e8f0;flex:1;width:2px;min-height:12px}.td-timeline-content{flex-direction:column;flex:1;gap:2px;padding-bottom:16px;display:flex}.td-timeline-event-label{color:#0f172a;font-size:14px;font-weight:600}.td-timeline-event-notes{color:#475569;margin:2px 0 0;font-size:13px;line-height:1.4}.td-timeline-event-meta{align-items:center;gap:8px;margin-top:2px;display:flex}.td-timeline-event-user{color:#64748b;font-size:12px;font-weight:600}.td-timeline-event-time{color:#94a3b8;font-size:12px}.td-hold-btn{isolation:isolate;color:#dc2626;cursor:pointer;-webkit-user-select:none;user-select:none;touch-action:none;background:#fff;border:1px solid #fecaca;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:600;position:relative;overflow:hidden}.td-hold-btn:hover{background:#fef2f2;border-color:#dc2626}.td-hold-btn-reopen{color:#16a34a;border-color:#bbf7d0}.td-hold-btn-reopen:hover{background:#f0fdf4;border-color:#16a34a}.td-btn-reopen{color:#fff!important;background:#16a34a!important;border-color:#16a34a!important}.td-btn-reopen:hover{background:#15803d!important}.td-hold-btn:before{content:"";transform-origin:0;opacity:0;z-index:0;background:linear-gradient(90deg,#fecaca,#fca5a5);transition:opacity .18s;position:absolute;inset:0;transform:scaleX(0)}.td-hold-btn[data-hold-active=true]:before{opacity:1;animation:3s linear forwards td-hold-progress}.td-hold-btn[data-hold-active=true]{box-shadow:inset 0 0 0 1px #dc26262e,0 0 0 4px #fecaca80}.td-hold-btn-label{z-index:1;position:relative}@keyframes td-hold-progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.td-confirm-modal{background:#fff;border-radius:16px;flex-direction:column;gap:16px;width:100%;max-width:440px;padding:24px;display:flex;box-shadow:0 24px 64px #0000003d}.td-confirm-modal-header{justify-content:space-between;align-items:center;display:flex}.td-confirm-modal-title{color:#0f172a;margin:0;font-size:18px;font-weight:700}.td-confirm-modal-desc{color:#64748b;margin:0;font-size:14px}.td-confirm-modal-actions{gap:8px;display:flex}@media (max-width:640px){.td-header-top{flex-direction:column}.td-header-meta{flex-direction:column;gap:8px}.td-info-grid{grid-template-columns:1fr}.td-actions-row{flex-direction:column}}.history-filter-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:12px;padding:16px 20px;transition:opacity .12s ease-out;display:flex}.history-filter-card.is-pending{opacity:.7;pointer-events:none}.history-filter-row{flex-wrap:wrap;align-items:flex-end;gap:12px;display:flex}.history-filter-btn-wrap{align-items:flex-end;padding-bottom:1px;display:flex}.history-filter-card .picker-group{flex-direction:column;gap:4px;display:flex}.history-filter-card .picker-group .ovr-label{text-transform:uppercase;letter-spacing:.04em;color:#64748b;font-size:11px;font-weight:600}.history-filter-card .picker-field input[type=text]{color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:8px;min-width:220px;height:auto;padding:8px 40px 8px 12px;font-size:14px;transition:border-color .15s,box-shadow .15s}.history-filter-card .picker-field input[type=text]:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.history-filter-card .picker-field input[type=text]::placeholder{color:#94a3b8}.history-filter-card .picker-root.is-open .picker-field input[type=text]{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.history-filter-card .picker-button svg{display:none}.history-filter-card .picker-button{background:0 0;width:20px;height:20px;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.history-filter-card .picker-button:before,.history-filter-card .picker-button:after{content:"";border:1.5px solid #94a3b8;border-radius:3px;position:absolute}.history-filter-card .picker-button:before{background:#fff;width:13px;height:13px;top:0;left:0;box-shadow:inset 0 3px #94a3b8}.history-filter-card .picker-button:after{background:#fff;width:13px;height:13px;bottom:0;right:0;box-shadow:inset 0 3px #94a3b8}.history-filter-btn-wrap .cc-btn{align-items:center;gap:6px;display:flex}.history-kpi-row{gap:12px;display:flex}.history-kpi-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;flex:1;gap:2px;padding:14px 18px;display:flex}.history-kpi-amber{border-left:3px solid #f59e0b}.history-kpi-red{border-left:3px solid #dc2626}.history-kpi-slate{border-left:3px solid #64748b}.history-kpi-value{color:#0f172a;font-size:24px;font-weight:800;line-height:1}.history-kpi-label{text-transform:uppercase;letter-spacing:.04em;color:#64748b;font-size:11px;font-weight:600}.history-table-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow-x:auto}.history-table{border-collapse:collapse;width:100%;font-size:14px}.history-thead{background:#f8fafc}.history-thead-row{border-bottom:1px solid #e2e8f0}.history-th{text-align:left;text-transform:uppercase;letter-spacing:.04em;color:#64748b;white-space:nowrap;padding:10px 14px;font-size:11px;font-weight:700}.history-th-center{text-align:center}.history-row{border-bottom:1px solid #f1f5f9;transition:background .1s}.history-row:last-child{border-bottom:none}.history-row:hover{background:#f8fafc}.history-td{white-space:nowrap;color:#0f172a;padding:10px 14px}.history-td-bold{font-weight:600}.history-td-muted{color:#64748b}.history-td-center{text-align:center}.history-td-obs{white-space:normal;max-width:200px}.history-late-badge{margin-left:4px}.history-mobile-cards{display:none}.history-mobile-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:8px;padding:14px 16px;display:flex}.history-mobile-card-top{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.history-mobile-card-info{flex-direction:column;gap:1px;display:flex}.history-mobile-card-freezer{color:#0f172a;font-size:15px;font-weight:700}.history-mobile-card-store{color:#64748b;font-size:12px}.history-mobile-card-temp{color:#0f172a;white-space:nowrap;font-size:18px;font-weight:800}.history-mobile-card-tags{align-items:center;gap:6px;display:flex}.history-mobile-card-period{color:#64748b;font-size:12px}.history-mobile-card-bottom{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding-top:6px;display:flex}.history-mobile-card-date{color:#94a3b8;font-size:12px}.history-mobile-card-employee{color:#64748b;font-size:12px}.history-mobile-card-obs{color:#475569;margin:0;font-size:12px}@media (max-width:640px){.history-filter-card{align-items:stretch}.history-filter-row{flex-direction:column;align-items:stretch}.history-filter-row .tickets-filter{width:100%}.history-filter-row .tickets-select-root,.history-filter-row .tickets-filter-input{width:100%;min-width:0}.history-filter-card .picker-group{width:100%}.history-filter-card .picker-field input[type=text]{width:100%;min-width:0}.history-filter-btn-wrap{width:100%}.history-filter-btn-wrap .cc-btn{justify-content:center;width:100%}.tickets-filter-label{text-align:left}.history-kpi-row{flex-wrap:wrap}.history-kpi-card{flex:calc(50% - 6px);min-width:0}.history-desktop{display:none}.history-mobile-cards{flex-direction:column;gap:8px;display:flex}}.chgc-page{padding:24px 16px}.chgc-page-grid{grid-template-columns:minmax(360px,480px) 1fr;align-items:flex-start;gap:20px;display:grid}.chgc-form{grid-area:1/1}.chgc-page-grid .ccpw-section{grid-area:1/2;height:fit-content;margin-top:0}.chgc-page-grid>.chgc-vp{flex-direction:unset;grid-area:2/1/auto/-1;grid-template-columns:1fr 1fr;gap:20px;display:grid;position:static;top:auto}.chgcu-form{flex-direction:column;gap:20px;min-width:0;display:flex}.chgcu-grid{grid-template-columns:minmax(360px,480px) 1fr;align-items:flex-start;gap:20px;display:grid}.chgcu-col{min-width:0}.chgcu-col--conference{grid-column:1}.chgcu-col--pdv{grid-column:2}.chgcu-col .ccpw-section{margin-top:0}.chgc-form--unified{grid-area:auto}.ccpw-form--unified{display:block}.chgcu-submit-row{flex-wrap:wrap;align-items:center;gap:14px;margin-top:4px;display:flex}.chgcu-submit-btn{letter-spacing:.01em;min-width:280px;font-weight:600}.chgcu-submit-btn--blocked{opacity:.55;cursor:not-allowed;filter:grayscale(.4)}.chgcu-submit-btn--blocked:hover{opacity:.75}.chgcu-feedback{flex-direction:column;gap:2px;font-size:13px;line-height:1.4;display:inline-flex}.chgcu-feedback--hint{color:var(--muted,#6b7280)}.chgcu-feedback--error{color:#b91c1c}.chgcu-feedback--success{color:#15803d}.chgcu-feedback-detail{color:#92400e;font-size:12px;font-weight:500}.chgcu-form>.chgc-vp{grid-template-columns:1fr 1fr;gap:20px;margin-top:4px;display:grid;position:static}.chgc-dashboard-page{flex-direction:column;gap:20px;padding:0;display:flex}.chgc-sp{flex-direction:column;gap:20px;display:flex}.chgc-sp-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.chgc-sp-header-left{flex-direction:column;gap:4px;display:flex}.chgc-sp-title{color:var(--text);margin:0;font-size:22px;font-weight:700}.chgc-sp-desc{color:var(--muted);margin:0;font-size:14px}.chgc-sp-header-stats{gap:16px;display:flex}.chgc-sp-stat{flex-direction:column;align-items:flex-end;display:flex}.chgc-sp-stat-value{color:var(--text);font-size:18px;font-weight:700}.chgc-sp-stat-label{color:var(--muted);font-size:11px}.chgc-sp-tabs-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}.chgc-sp-tabs{border-bottom:1px solid var(--border);gap:4px;min-width:max-content;padding-bottom:0;display:flex}.chgc-sp-tab{color:var(--muted);white-space:nowrap;border-bottom:2px solid #0000;align-items:center;gap:6px;padding:10px 16px;font-size:13px;font-weight:600;text-decoration:none;transition:color .15s,border-color .15s;display:flex}.chgc-sp-tab:hover{color:var(--text)}.chgc-sp-tab--active{color:var(--primary);border-bottom-color:var(--primary)}.chgc-sp-tab-check{color:var(--success);display:flex}.chgc-sp-tab-dot{background:#cbd5e1;border-radius:50%;width:6px;height:6px}.chgc-sp-form-card{background:var(--card);border:1px solid var(--border);border-radius:16px;overflow:hidden}.chgc-sp-form-header{border-bottom:1px solid var(--border);background:#f8fafc;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding:18px 22px;display:flex}.chgc-sp-form-store-info{align-items:center;gap:10px;display:flex}.chgc-sp-form-store-name{color:var(--text);margin:0;font-size:17px;font-weight:700}.chgc-sp-form-badge{text-transform:uppercase;letter-spacing:.3px;border-radius:6px;padding:3px 8px;font-size:10px;font-weight:700}.chgc-sp-form-badge--configured{color:#166534;background:#dcfce7cc}.chgc-sp-form-badge--pending{color:#92400e;background:#fef3c7cc}.chgc-sp-form-summary{gap:16px;display:flex}.chgc-sp-form-summary-item{color:var(--muted);font-size:12px}.chgc-sp-form-summary-item strong{color:var(--text)}.chgc-sf{flex-direction:column;gap:0;padding:22px;display:flex}.chgc-sf-config-row{grid-template-columns:1fr 1fr;gap:14px;margin-bottom:22px;display:grid}.chgc-sf-config-card{border:1px solid var(--border);background:#f8fafc;border-radius:12px;gap:14px;padding:16px;display:flex}.chgc-sf-config-icon-wrap{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.chgc-sf-config-icon--expected{color:var(--primary);background:#1d4ed814}.chgc-sf-config-icon--threshold{color:var(--warning);background:#b4530914}.chgc-sf-config-content{flex-direction:column;flex:1;gap:4px;display:flex}.chgc-sf-config-label{color:var(--muted);text-transform:uppercase;letter-spacing:.3px;font-size:12px;font-weight:600}.chgc-sf-config-content input{border:1px solid var(--border);color:var(--text);background:var(--card);border-radius:8px;padding:8px 12px;font-size:16px;font-weight:600}.chgc-sf-config-content input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #1d4ed81f}.chgc-sf-config-hint{color:var(--muted);font-size:11px}.chgc-sf-denom-wrapper{border:1px solid var(--border);background:#fafbfc;border-radius:12px;flex-direction:column;gap:16px;margin-bottom:18px;padding:18px;display:flex}.chgc-sf-denom-top{justify-content:space-between;align-items:center;display:flex}.chgc-sf-denom-title-row{justify-content:space-between;align-items:center;width:100%;display:flex}.chgc-sf-denom-title{color:var(--text);margin:0;font-size:15px;font-weight:700}.chgc-sf-denom-total-badge{background:#1d4ed80f;border-radius:8px;align-items:center;gap:6px;padding:4px 12px;display:flex}.chgc-sf-denom-total-label{color:var(--muted);font-size:12px;font-weight:500}.chgc-sf-denom-total-value{color:var(--primary);font-size:14px;font-weight:700}.chgc-sf-denom-group{flex-direction:column;gap:10px;display:flex}.chgc-sf-denom-group-header{border-bottom:1px solid #dbe3ef99;align-items:center;gap:6px;padding-bottom:4px;display:flex}.chgc-sf-denom-group-icon{color:var(--muted);opacity:.6}.chgc-sf-denom-group-label{text-transform:uppercase;letter-spacing:.4px;color:var(--muted);font-size:12px;font-weight:700}.chgc-sf-denom-group-subtotal{color:var(--text);margin-left:auto;font-size:13px;font-weight:600}.chgc-sf-denom-cards{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:8px;display:grid}.chgc-sf-denom-card{border:1px solid var(--border);background:var(--card);border-radius:10px;flex-direction:column;align-items:center;gap:4px;padding:10px 8px;transition:border-color .15s,box-shadow .15s;display:flex}.chgc-sf-denom-card:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #1d4ed814}.chgc-sf-denom-card-label{color:var(--muted);font-size:12px;font-weight:600}.chgc-sf-denom-card-input{border:1px solid var(--border);text-align:center;width:68px;color:var(--text);appearance:textfield;background:0 0;border-radius:8px;padding:6px 4px;font-size:18px;font-weight:700}.chgc-sf-denom-card-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.chgc-sf-denom-card-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.chgc-sf-denom-card-input:focus{border-color:var(--primary);outline:none}.chgc-sf-denom-card-arrows{flex-direction:column;gap:2px;display:flex;position:absolute;left:-2px}.chgc-sf-denom-card-arrow{width:22px;height:16px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:0;transition:color .1s;display:flex}.chgc-sf-denom-card-arrow:hover{color:var(--primary)}.chgc-sf-denom-card-arrow:active{color:var(--primary-strong)}.chgc-sf-denom-card-input-wrap{justify-content:center;align-items:center;display:flex;position:relative}.chgc-sf-denom-card-subtotal{color:var(--muted);font-size:11px;font-weight:500}.chgc-sf-actions{align-items:center;gap:12px;display:flex}.chgc-sf-submit{padding:11px 24px;font-size:14px}.chgc-sf-new-badge{color:var(--warning);font-size:12px;font-weight:500}.chgc-form{background:var(--card);border:1px solid var(--border);border-radius:18px;flex-direction:column;gap:16px;width:fit-content;min-width:340px;padding:20px;display:flex}.chgc-form-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.chgc-form-header-info{flex-direction:column;gap:4px;display:flex}.chgc-form-title{color:var(--text);margin:0;font-size:20px;font-weight:700}.chgc-form-meta{align-items:center;gap:10px;display:flex}.chgc-form-store{color:var(--primary);font-size:14px;font-weight:600}.chgc-form-date{color:var(--muted);font-size:13px}.chgc-version-badge{color:var(--primary);white-space:nowrap;background:#1d4ed814;border-radius:6px;padding:3px 8px;font-size:11px;font-weight:600}.chgc-section{flex-direction:column;gap:8px;display:flex}.chgc-section-title{color:var(--text);border-bottom:1px solid var(--border);align-items:center;gap:6px;margin:0;padding-bottom:4px;font-size:14px;font-weight:700;display:flex}.chgc-section-icon{opacity:.5}.chgc-denom-grid{flex-direction:column;gap:4px;display:flex}.chgc-denom-row{grid-template-columns:58px auto 1fr;align-items:center;gap:6px;padding:4px 0;display:grid}.chgc-denom-input-wrap{flex-shrink:0;align-items:center;gap:3px;display:flex}.chgc-denom-arrows{flex-direction:column;gap:1px;display:flex}.chgc-denom-arrow{width:18px;height:14px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:3px;justify-content:center;align-items:center;padding:0;transition:color .1s;display:flex}.chgc-denom-arrow:hover{color:var(--primary)}.chgc-denom-arrow:active{color:var(--primary-strong)}.chgc-denom-label{color:var(--text);min-width:58px;font-size:13px;font-weight:600}.chgc-denom-qty{border:1px solid var(--border);text-align:center;width:52px;color:var(--text);background:var(--card);appearance:textfield;border-radius:8px;width:100%;padding:6px 4px;font-size:16px;font-weight:600}.chgc-denom-qty::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.chgc-denom-qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.chgc-denom-qty:focus{border-color:var(--primary);background:#1d4ed805;outline:none;box-shadow:0 0 0 3px #1d4ed81f}.chgc-denom-subtotal{color:var(--muted);text-align:right;white-space:nowrap;flex-shrink:0;min-width:64px;font-size:12px;font-weight:500}.chgc-input-mode-toggle{border:1px solid var(--border);border-radius:8px;flex-shrink:0;margin-bottom:16px;display:flex;overflow:hidden}.chgc-input-mode-btn{cursor:pointer;color:var(--muted);background:0 0;border:none;flex:1;padding:8px 10px;font-size:13px;font-weight:500;line-height:1.2;transition:background .15s,color .15s}.chgc-input-mode-btn--active{background:var(--primary);color:#fff}.chgc-input-mode-btn:not(.chgc-input-mode-btn--active):hover{color:var(--text);background:#0000000a}.chgc-denom-input-wrap--value{flex-direction:column;align-items:flex-start;gap:2px;min-width:0;display:flex}.chgc-denom-input-wrap--value input[type=text]{border:1px solid var(--border);text-align:left;width:100%;color:var(--text);background:var(--card);border-radius:8px;padding:6px 8px;font-size:15px;font-weight:600}.chgc-denom-input-wrap--value input[type=text]:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #1d4ed81f}.chgc-denom-input-wrap--value input[type=text]:disabled{opacity:.5;cursor:not-allowed}.chgc-denom-value-qty{color:var(--muted);font-size:11px;font-weight:500}.chgc-denom-value-error{color:var(--danger,#dc2626);font-size:11px;font-weight:500;line-height:1.3}.chgc-denom-input-wrap--value.chgc-denom-input-wrap--error input[type=text]{border-color:var(--danger,#dc2626)}.chgc-section-total{border-top:1px dashed var(--border);justify-content:space-between;align-items:center;margin-top:2px;padding:8px 0;display:flex}.chgc-section-total-label{color:var(--muted);font-size:13px;font-weight:600}.chgc-section-total-value{color:var(--text);font-size:15px;font-weight:700}.chgc-total-bar{border:1px solid var(--border);background:#f8fafc;border-radius:14px;flex-direction:column;gap:6px;padding:16px;display:flex}.chgc-total-row{justify-content:space-between;align-items:center;display:flex}.chgc-total-label{color:var(--text);font-size:14px;font-weight:600}.chgc-total-value{color:var(--text);font-size:18px;font-weight:700}.chgc-total-expected .chgc-total-label,.chgc-total-expected .chgc-total-value{color:var(--muted);font-size:13px;font-weight:500}.chgc-diff{border-top:1px solid var(--border);margin-top:4px;padding-top:6px}.chgc-diff--ok .chgc-total-value{color:var(--success)}.chgc-diff--warn .chgc-total-value{color:var(--warning)}.chgc-diff--danger .chgc-total-value{color:var(--danger)}.chgc-obs-group{flex-direction:column;gap:4px;display:flex}.chgc-obs-label{color:var(--text);font-size:13px;font-weight:600}.chgc-obs-field{border:1px solid var(--border);color:var(--text);background:var(--card);resize:vertical;border-radius:10px;min-height:60px;padding:10px 12px;font-family:inherit;font-size:16px}.chgc-obs-field:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #1d4ed81f}.chgc-submit-row{align-items:center;gap:12px;display:flex}.chgc-submit-btn{flex:1;padding:13px 20px;font-size:15px}.chgc-feedback{white-space:nowrap;border-radius:8px;padding:3px 10px;font-size:13px;font-weight:500}.chgc-feedback-success{color:#166534;background:#dcfce7cc}.chgc-feedback-error{color:#991b1b;background:#fef2f2cc}.chgc-history-section{flex-direction:column;gap:12px;display:flex}.chgc-history-title{color:var(--text);margin:0;font-size:16px;font-weight:700}.chgc-history-list{flex-direction:column;gap:6px;display:flex}.chgc-history-item{background:var(--card);border:1px solid var(--border);border-radius:12px;overflow:hidden}.chgc-history-item-header{cursor:pointer;text-align:left;background:0 0;border:0;align-items:center;gap:10px;width:100%;padding:12px 16px;font-family:inherit;display:flex}.chgc-history-item-header:hover{background:#f8fafc}.chgc-history-item-main{flex-shrink:0;align-items:center;gap:8px;display:flex}.chgc-history-item-badge{text-align:center;flex:1}.chgc-history-item-date{color:var(--text);font-size:14px;font-weight:600}.chgc-history-item-total{align-items:center;gap:6px;display:flex}.chgc-history-item-total-value{color:var(--text);font-size:14px;font-weight:600}.chgc-history-chevron{color:var(--muted);transition:transform .2s}.chgc-history-chevron--open{transform:rotate(180deg)}.chgc-badge{border-radius:6px;padding:2px 8px;font-size:11px;font-weight:600}.chgc-badge--ok{color:#166534;background:#dcfce7cc}.chgc-badge--warn{color:#92400e;background:#fef3c7cc}.chgc-history-item-detail{border-top:1px solid var(--border);flex-direction:column;gap:10px;padding:0 16px 16px;display:flex}.chgc-history-detail-meta{color:var(--muted);gap:8px;padding-top:10px;font-size:12px;display:flex}.chgc-history-detail-grid{flex-direction:column;gap:3px;display:flex}.chgc-history-detail-row{color:var(--text);grid-template-columns:80px 50px 1fr;gap:8px;padding:2px 0;font-size:13px;display:grid}.chgc-history-detail-denom{font-weight:500}.chgc-history-detail-qty{color:var(--muted);text-align:center}.chgc-history-detail-subtotal{text-align:right;font-weight:500}.chgc-history-detail-summary{border-top:1px dashed var(--border);flex-direction:column;gap:3px;padding-top:8px;display:flex}.chgc-history-detail-summary-row{justify-content:space-between;font-size:13px;display:flex}.chgc-history-detail-summary-label{color:var(--muted);font-weight:500}.chgc-history-detail-summary-value{color:var(--text);font-weight:600}.chgc-history-detail-summary-diff{color:var(--danger)}.chgc-history-detail-obs{color:var(--muted);gap:4px;font-size:12px;display:flex}.chgc-history-detail-obs-label{font-weight:600}.chgc-history-empty{text-align:center;padding:32px 16px}.chgc-history-empty-text{color:var(--muted);font-size:14px}.chgc-dashboard-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.chgc-dashboard-header-left{flex-direction:column;gap:4px;display:flex}.chgc-dashboard-title{color:var(--text);margin:0;font-size:22px;font-weight:700}.chgc-dashboard-desc{color:var(--muted);margin:0;font-size:14px}.chgc-dashboard-header-actions{gap:8px;display:flex}.chgc-kpis{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.chgc-kpi{background:var(--card);border:1px solid var(--border);border-radius:14px;flex-direction:column;gap:2px;padding:16px;display:flex}.chgc-kpi-label{color:var(--muted);text-transform:uppercase;letter-spacing:.3px;font-size:11px;font-weight:600}.chgc-kpi-value{color:var(--text);font-size:26px;font-weight:700}.chgc-kpi-hint{color:var(--muted);font-size:11px}.chgc-kpi-success{color:var(--success)}.chgc-kpi-warning{color:var(--warning)}.chgc-kpi-danger{color:var(--danger)}.chgc-stores-section{flex-direction:column;gap:10px;display:flex}.chgc-stores-section-title{color:var(--text);margin:0;font-size:15px;font-weight:700}.chgc-stores-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px;display:grid}.chgc-stores-grid--list{flex-direction:column;gap:12px;display:flex}.chgc-store-card--multiday{border-left-width:3px;gap:0;padding:0}.chgc-store-card-summary{cursor:pointer;border-radius:14px;flex-direction:column;gap:6px;padding:14px 16px;list-style:none;transition:background .12s;display:flex}.chgc-store-card-summary::-webkit-details-marker{display:none}.chgc-store-card-summary:hover{background:#0f172a05}.chgc-store-card-header--summary{align-items:center;gap:10px;display:flex}.chgc-store-card-caret{width:16px;height:16px;color:var(--muted);flex-shrink:0;margin-left:auto;transition:transform .18s cubic-bezier(.16,1,.3,1)}.chgc-store-card--multiday[open] .chgc-store-card-caret{transform:rotate(180deg)}.chgc-store-card-summary-meta{color:var(--muted);flex-wrap:wrap;gap:12px;font-size:12px;display:flex}.chgc-store-card-summary-meta-item{font-variant-numeric:tabular-nums}.chgc-store-card-badge--mixed{color:#4f46e5;background:#6366f11a;border:1px solid #6366f140}.chgc-store-day-list{border-top:1px solid var(--border);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.chgc-store-day-strip{border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:6px 12px;padding:10px 16px;font-size:13px;display:flex}.chgc-store-day-strip:last-child{border-bottom:0}.chgc-store-day-strip--clickable{cursor:pointer;transition:background .12s}.chgc-store-day-strip--clickable:hover{background:#0f172a08}.chgc-store-day-strip--clickable:focus-visible{outline:2px solid var(--accent,#2563eb);outline-offset:-2px}.chgc-store-day-strip-date{font-variant-numeric:tabular-nums;letter-spacing:.01em;font-weight:600}.chgc-store-day-strip-badge{white-space:nowrap;border-radius:999px;align-items:center;padding:2px 8px;font-size:11px;font-weight:600;display:inline-flex}.chgc-store-day-strip-amounts{font-variant-numeric:tabular-nums;flex-direction:column;align-items:flex-end;gap:2px;margin-left:auto;display:flex}.chgc-store-day-strip-total{font-variant-numeric:tabular-nums;text-align:right;font-weight:600}.chgc-store-day-strip-total--empty{color:var(--muted);font-weight:400}.chgc-store-day-strip-pdvs{color:var(--muted);flex-wrap:wrap;flex:auto;gap:2px 12px;min-width:0;font-size:12px;display:flex}.chgc-store-day-strip-pdv strong{color:var(--text);margin-right:4px;font-weight:600}.chgc-store-day-strip-empty{color:var(--muted);flex:auto;font-size:12px;font-style:italic}.chgc-store-day-strip-diff{font-variant-numeric:tabular-nums;font-size:12px;font-weight:600}@media (max-width:720px){.chgc-store-day-strip-pdvs,.chgc-store-day-strip-empty{flex-basis:100%;order:99}}@media (prefers-reduced-motion:reduce){.chgc-store-card-caret,.chgc-store-card-summary{transition:none}}.chgc-store-card{background:var(--card);border:1px solid var(--border);border-radius:14px;flex-direction:column;gap:10px;padding:16px;transition:border-color .15s;display:flex}.chgc-store-card--ok{border-left:3px solid var(--success)}.chgc-store-card--warn{border-left:3px solid var(--warning)}.chgc-store-card--pending{opacity:.7;border-left:3px solid #94a3b8}.chgc-store-card--in_progress{cursor:pointer;border-left:3px solid #f59e0b}.chgc-store-card--in_progress:hover{box-shadow:0 4px 12px #f59e0b1f}.chgc-store-card--clickable{cursor:pointer}.chgc-store-card--clickable:hover{box-shadow:0 4px 12px #0000000f}.chgc-store-card-header{justify-content:space-between;align-items:center;display:flex}.chgc-store-card-name{color:var(--text);font-size:14px;font-weight:700}.chgc-store-card-badge{text-transform:uppercase;letter-spacing:.3px;border-radius:6px;padding:2px 8px;font-size:10px;font-weight:700}.chgc-store-card-badge--ok{color:#166534;background:#dcfce7cc}.chgc-store-card-badge--warn{color:#92400e;background:#fef3c7cc}.chgc-store-card-badge--pending{color:#475569;background:#94a3b833}.chgc-store-card-badge--in_progress{color:#92400e;background:#fef3c7;align-items:center;gap:4px;display:flex}.chgc-store-card-activity-dot{background:#f59e0b;border-radius:50%;width:6px;height:6px;animation:1.5s infinite chgc-pulse}.chgc-store-card-presence{align-items:center;gap:6px;display:flex}.chgc-store-card-avatar{color:#fff;border:2px solid var(--card);border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;margin-left:-4px;font-size:9px;font-weight:700;display:flex}.chgc-store-card-avatar:first-child{margin-left:0}.chgc-store-card-presence-text{color:var(--muted);font-size:11px;font-weight:500}.chgc-store-card-body{flex-direction:column;flex:1;gap:4px;display:flex}.chgc-store-card-content{flex-direction:column;gap:4px;display:flex}.chgc-store-card-row{justify-content:space-between;font-size:13px;display:flex}.chgc-store-card-pdvs{background:#0f172a08;border-radius:6px;flex-direction:column;gap:4px;margin-top:6px;padding:8px 10px;display:flex}.chgc-store-card-pdvs-label{letter-spacing:.04em;text-transform:uppercase;color:var(--muted);font-size:10px;font-weight:600}.chgc-store-card-pdvs-list{flex-direction:column;gap:2px;font-size:12px;display:flex}.chgc-store-card-pdv-item strong{margin-right:4px;font-weight:600}.chgc-store-card-label{color:var(--muted)}.chgc-store-card-value{color:var(--text);font-weight:600}.chgc-store-card-positive{color:var(--warning)}.chgc-store-card-negative{color:var(--danger)}.chgc-store-card-pending-text{color:var(--muted);font-size:13px;font-style:italic}.chgc-store-card-link{color:var(--primary);align-self:flex-start;margin-top:auto;padding-top:8px;font-size:12px;text-decoration:none}.chgc-store-card-link:hover{text-decoration:underline}.chgc-charts-section{flex-direction:column;gap:20px;display:flex}.chgc-chart-wrap{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:20px}.chgc-chart-title{color:var(--text);margin:0 0 12px;font-size:14px;font-weight:700}.chgc-chart-container{width:100%}.chgc-chart-loading{text-align:center;color:var(--muted);padding:40px;font-size:13px}.chgc-chart-empty{text-align:center;color:var(--muted);background:var(--card);border:1px solid var(--border);border-radius:14px;padding:32px;font-size:13px}.chgc-export-row{gap:8px;display:flex}.chgc-export-btn{align-items:center;gap:6px;font-size:13px;display:flex}.chgc-export-icon{flex-shrink:0}.chgc-hp{flex-direction:column;gap:18px;display:flex}.chgc-hp-header{flex-direction:column;gap:4px;display:flex}.chgc-hp-title{color:var(--text);margin:0;font-size:22px;font-weight:700}.chgc-hp-desc{color:var(--muted);margin:0;font-size:14px}.chgc-hp-kpis{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.chgc-hp-kpi{background:var(--card);border:1px solid var(--border);border-left:3px solid var(--border);border-radius:12px;flex-direction:column;gap:2px;padding:14px 16px;display:flex}.chgc-hp-kpi--primary{border-left-color:var(--primary)}.chgc-hp-kpi--slate{border-left-color:#64748b}.chgc-hp-kpi--amber{border-left-color:#f59e0b}.chgc-hp-kpi--red{border-left-color:#dc2626}.chgc-hp-kpi--green{border-left-color:#16a34a}.chgc-hp-kpi-value{color:var(--text);font-size:24px;font-weight:800}.chgc-hp-kpi-label{color:var(--muted);text-transform:uppercase;letter-spacing:.3px;font-size:11px;font-weight:600}.chgc-hp-kpi-warn{color:var(--warning)}.chgc-hp-results-card{background:var(--card);border:1px solid var(--border);border-radius:14px;overflow:hidden}.chgc-hp-results-header{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;display:flex}.chgc-hp-results-title-row{align-items:center;gap:10px;display:flex}.chgc-hp-results-title{color:var(--text);margin:0;font-size:16px;font-weight:700}.chgc-hp-results-count{min-width:24px;height:24px;color:var(--primary);background:#1d4ed814;border-radius:12px;justify-content:center;align-items:center;padding:0 8px;font-size:12px;font-weight:700;display:inline-flex}.chgc-hp-results-period{color:var(--muted);font-size:12px;font-weight:500}.chgc-hp-desktop{overflow-x:auto}.chgc-hp-table{border-collapse:collapse;width:100%;font-size:13px}.chgc-hp-thead{background:#f8fafc}.chgc-hp-th{text-transform:uppercase;letter-spacing:.3px;color:#64748b;text-align:left;border-bottom:1px solid var(--border);white-space:nowrap;padding:10px 16px;font-size:11px;font-weight:700}.chgc-hp-th--right{text-align:right}.chgc-hp-th--center{text-align:center}.chgc-hp-td{color:var(--text);vertical-align:middle;border-bottom:1px solid #dbe3ef80;padding:12px 16px}.chgc-hp-td--bold{font-weight:600}.chgc-hp-td--right{text-align:right}.chgc-hp-td--center{text-align:center}.chgc-hp-td--mono{font-variant-numeric:tabular-nums;font-weight:500}.chgc-hp-td--muted{color:var(--muted)}.chgc-hp-td--warn{color:#d97706;font-weight:600}.chgc-hp-td--danger{color:#dc2626;font-weight:600}.chgc-hp-tr:hover .chgc-hp-td{background:#f8fafc}.chgc-hp-version{color:var(--primary);background:#1d4ed814;border-radius:4px;padding:2px 7px;font-size:10px;font-weight:600}.chgc-hp-badge{border:1px solid #0000;border-radius:20px;align-items:center;padding:3px 10px;font-size:11px;font-weight:600;display:inline-flex}.chgc-hp-badge--ok{color:#16a34a;background:#f0fdf4;border-color:#bbf7d0}.chgc-hp-badge--sobra{color:#d97706;background:#fffbeb;border-color:#fde68a}.chgc-hp-badge--falta{color:#dc2626;background:#fef2f2;border-color:#fecaca}.chgc-hp-empty{flex-direction:column;align-items:center;gap:8px;padding:48px 24px;display:flex}.chgc-hp-empty-icon{color:var(--muted);opacity:.3}.chgc-hp-empty-title{color:var(--text);margin:0;font-size:15px;font-weight:600}.chgc-hp-empty-hint{color:var(--muted);margin:0;font-size:13px}.chgc-hp-mobile{display:none}.chgc-hp-mobile-card{border-bottom:1px solid #dbe3ef80;flex-direction:column;gap:8px;padding:14px 16px;display:flex}.chgc-hp-mobile-card:last-child{border-bottom:none}.chgc-hp-mobile-card-top{justify-content:space-between;align-items:flex-start;display:flex}.chgc-hp-mobile-card-main{flex-direction:column;gap:2px;display:flex}.chgc-hp-mobile-card-date{color:var(--text);font-size:14px;font-weight:700}.chgc-hp-mobile-card-store{color:var(--primary);font-size:13px;font-weight:500}.chgc-hp-mobile-card-meta{align-items:center;gap:8px;display:flex}.chgc-hp-mobile-card-employee{color:var(--muted);font-size:12px}.chgc-hp-mobile-card-amounts{border-top:1px solid #dbe3ef80;gap:16px;padding-top:6px;display:flex}.chgc-hp-mobile-card-amount{flex-direction:column;gap:1px;display:flex}.chgc-hp-mobile-card-amount-label{color:var(--muted);text-transform:uppercase;letter-spacing:.3px;font-size:10px;font-weight:600}.chgc-hp-mobile-card-amount-value{color:var(--text);font-variant-numeric:tabular-nums;font-size:14px;font-weight:600}.chgc-hp-mobile-card-amount--muted{color:var(--muted)}@media (max-width:960px){.chgc-hp-kpis{grid-template-columns:repeat(2,1fr)}.chgc-hp-results-header{flex-direction:column;align-items:flex-start}.chgc-hp-desktop{display:none}.chgc-hp-mobile{flex-direction:column;display:flex}}@media (max-width:480px){.chgc-hp-kpis{grid-template-columns:1fr}.chgc-hp-mobile-card-amounts{flex-direction:column;gap:6px}}.chgc-vp{flex-direction:column;gap:16px;display:flex;position:sticky;top:24px}.chgc-vp-card{background:var(--card);border:1px solid var(--border);border-radius:14px;flex-direction:column;gap:12px;padding:16px;display:flex}.chgc-vp-card--empty{opacity:.7}.chgc-vp-card-title{color:var(--text);align-items:center;gap:6px;margin:0;font-size:13px;font-weight:700;display:flex}.chgc-vp-card-icon{color:var(--muted);opacity:.6}.chgc-vp-empty-text{color:var(--muted);margin:0;font-size:12px}.chgc-vp-bars{flex-direction:column;gap:5px;display:flex}.chgc-vp-bar-row{grid-template-columns:48px 1fr 28px;align-items:center;gap:6px;display:grid}.chgc-vp-bar-label{color:var(--muted);text-align:right;font-size:10px;font-weight:600}.chgc-vp-bar-track{background:#f1f5f9;border-radius:4px;height:14px;position:relative;overflow:hidden}.chgc-vp-bar-expected{background:#94a3b840;border-radius:4px;height:100%;transition:width .2s;position:absolute;top:0;left:0}.chgc-vp-bar-actual{background:var(--primary);border-radius:3px;min-width:0;height:10px;transition:width .2s;position:absolute;top:2px;left:0}.chgc-vp-bar-actual--over{background:#f59e0b}.chgc-vp-bar-actual--under{background:#dc2626}.chgc-vp-bar-qty{color:var(--text);text-align:center;font-size:10px;font-weight:700}.chgc-vp-legend{justify-content:center;gap:14px;padding-top:4px;display:flex}.chgc-vp-legend-item{color:var(--muted);align-items:center;gap:4px;font-size:10px;display:flex}.chgc-vp-legend-dot{border-radius:2px;width:8px;height:8px}.chgc-vp-legend-dot--actual{background:var(--primary)}.chgc-vp-legend-dot--expected{background:#94a3b866}.chgc-vp-comparison{flex-direction:column;gap:3px;display:flex}.chgc-vp-comp-row{border-radius:6px;grid-template-columns:48px 28px 10px 28px 1fr;align-items:center;gap:4px;padding:4px 6px;transition:background .1s;display:grid}.chgc-vp-comp-row--ok{background:#dcfce74d}.chgc-vp-comp-row--above{background:#fef3c74d}.chgc-vp-comp-row--below{background:#fee2e24d}.chgc-vp-comp-label{color:var(--muted);text-align:right;font-size:10px;font-weight:600}.chgc-vp-comp-actual{color:var(--text);text-align:center;font-size:12px;font-weight:700}.chgc-vp-comp-separator{color:#cbd5e1;text-align:center;font-size:10px}.chgc-vp-comp-expected{color:var(--muted);text-align:center;font-size:11px;font-weight:500}.chgc-vp-comp-badge{text-align:center;border-radius:4px;justify-self:end;padding:1px 6px;font-size:9px;font-weight:700}.chgc-vp-comp-badge--ok{color:#16a34a;background:#dcfce7cc}.chgc-vp-comp-badge--above{color:#d97706;background:#fef3c7cc}.chgc-vp-comp-badge--below{color:#dc2626;background:#fee2e2cc}.chgc-collab-bar{background:#1d4ed80a;border-radius:8px;align-items:center;gap:8px;padding:4px 10px;display:flex}.chgc-collab-dot{background:#16a34a;border-radius:50%;width:6px;height:6px;animation:2s infinite chgc-pulse}@keyframes chgc-pulse{0%,to{opacity:1}50%{opacity:.4}}.chgc-collab-avatars{gap:-4px;display:flex}.chgc-collab-avatar{color:#fff;border:2px solid var(--card);border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;margin-left:-4px;font-size:10px;font-weight:700;display:flex}.chgc-collab-avatar:first-child{margin-left:0}.chgc-collab-text{color:var(--muted);white-space:nowrap;font-size:11px;font-weight:500}.chgc-form-header-right{flex-direction:column;align-items:flex-end;gap:6px;display:flex}.chgc-denom-row--peer-locked{position:relative}.chgc-denom-qty--peer-focus{opacity:.7;box-shadow:0 0 0 2px var(--chgconf-peer-color,#94a3b8)!important;border-color:var(--chgconf-peer-color,#94a3b8)!important}.chgc-collab-indicator{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-left:4px;display:flex}.chgc-collab-initial{color:#fff;font-size:9px;font-weight:700}.chgc-collab-typing{color:var(--chgconf-peer-color,var(--muted));white-space:nowrap;margin-left:4px;font-size:10px;font-style:italic;font-weight:500}.chgc-collab-typing-inline{margin-left:4px;font-size:11px;font-style:italic;font-weight:500}.chgc-obs-field--peer-focus{opacity:.7;box-shadow:0 0 0 2px var(--chgconf-peer-color,#94a3b8)!important;border-color:var(--chgconf-peer-color,#94a3b8)!important}.chgc-admin-msg-fixed{z-index:200;pointer-events:none;max-width:380px;transition:bottom .2s;position:fixed;bottom:24px;right:24px}.chgc-admin-msg-toast{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:auto;background:linear-gradient(135deg,#eff6fffa,#dbeafefa);border:1px solid #93c5fd99;border-radius:14px;align-items:center;gap:10px;padding:14px 16px;animation:.3s chgc-toast-in;display:flex;box-shadow:0 12px 32px #00000026,0 0 0 1px #0000000a}@keyframes chgc-toast-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (max-width:960px){.chgc-admin-msg-fixed{max-width:none;bottom:16px;left:16px;right:16px}}.chgc-admin-msg-icon{color:var(--primary);flex-shrink:0}.chgc-admin-msg-text{color:#1e40af;flex:1;font-size:13px;font-weight:500}.chgc-admin-msg-close{width:24px;height:24px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.chgc-admin-msg-close:hover{background:#0000000d}.chgcm-backdrop{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a73;justify-content:center;align-items:center;padding:24px;animation:.15s cfp-fade-in;display:flex;position:fixed;inset:0}.chgcm-modal{background:var(--card);border-radius:16px;flex-direction:column;width:100%;max-width:580px;max-height:85vh;animation:.2s cfp-slide-up;display:flex;box-shadow:0 24px 48px #00000029,0 0 0 1px #0000000a}.chgcm-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;padding:18px 22px 14px;display:flex}.chgcm-header-left{flex-direction:column;gap:6px;display:flex}.chgcm-title{color:var(--text);margin:0;font-size:17px;font-weight:700}.chgcm-header-badges{gap:6px;display:flex}.chgcm-badge-live{color:#92400e;background:#fef3c7;border-radius:20px;align-items:center;gap:5px;padding:2px 10px;font-size:11px;font-weight:600;display:inline-flex}.chgcm-badge-live-dot{background:#f59e0b;border-radius:50%;width:6px;height:6px;animation:1.5s infinite chgc-pulse}.chgcm-badge-status{border-radius:20px;padding:2px 10px;font-size:11px;font-weight:600}.chgcm-badge-status--ok{color:#166534;background:#f0fdf4}.chgcm-badge-status--warn{color:#92400e;background:#fffbeb}.chgcm-badge-status--pending{color:#475569;background:#94a3b826}.chgcm-close{width:32px;height:32px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:background .1s;display:flex}.chgcm-close:hover{color:var(--text);background:#f1f5f9}.chgcm-presence{border-bottom:1px solid var(--border);background:#f8fafc;padding:12px 22px}.chgcm-presence-users{flex-wrap:wrap;gap:16px;display:flex}.chgcm-presence-user{align-items:center;gap:8px;display:flex}.chgcm-presence-avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:11px;font-weight:700;display:flex}.chgcm-presence-info{flex-direction:column;display:flex}.chgcm-presence-name{color:var(--text);font-size:12px;font-weight:600}.chgcm-presence-field{font-size:10px;font-weight:500}.chgcm-presence-idle{color:var(--muted);font-size:10px}.chgcm-body{flex:1;padding:16px 22px;overflow-y:auto}.chgcm-denoms{flex-direction:column;gap:14px;display:flex}.chgcm-denoms-group{flex-direction:column;gap:3px;display:flex}.chgcm-denoms-group-label{text-transform:uppercase;letter-spacing:.4px;color:var(--muted);border-bottom:1px solid #dbe3ef80;padding-bottom:4px;font-size:10px;font-weight:700}.chgcm-denom-row{border-radius:6px;align-items:center;gap:6px;padding:4px 6px;transition:background .1s;display:flex}.chgcm-denom-row--focused{background:rgba(var(--chgcm-peer-color-rgb,148, 163, 184), .06);border-left:2px solid var(--chgcm-peer-color,#94a3b8);padding-left:4px}.chgcm-denom-label{color:var(--text);white-space:nowrap;flex:1;min-width:0;font-size:12px;font-weight:500}.chgcm-denom-qty{color:var(--text);text-align:center;font-size:14px;font-weight:700}.chgcm-denom-input{border:1px solid var(--border);text-align:center;width:42px;color:var(--text);background:var(--card);appearance:textfield;border-radius:6px;padding:3px 2px;font-size:13px;font-weight:700}.chgcm-denom-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.chgcm-denom-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.chgcm-denom-input:focus{border-color:var(--primary);outline:none}.chgcm-denom-subtotal{color:var(--muted);text-align:right;font-size:11px}.chgcm-denom-diff{text-align:center;font-size:10px;font-weight:600}.chgcm-denom-diff--ok{color:var(--success)}.chgcm-denom-diff--over{color:var(--warning)}.chgcm-denom-diff--under{color:var(--danger)}.chgcm-denom-peer{white-space:nowrap;align-items:center;gap:3px;font-size:10px;font-weight:500;display:flex}.chgcm-denom-row--inactive{opacity:.55}.chgcm-denom-status-badge{border-radius:4px;padding:2px 8px;font-size:10px;font-weight:600}.chgcm-denom-status--maintenance{color:#92400e;background:#fef3c7}.chgcm-denom-status--off{color:#475569;background:#f1f5f9}.chgcm-denom-peer-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.chgcm-denoms-subtotal-row{border-top:1px dashed #dbe3ef99;justify-content:space-between;margin-top:2px;padding:4px 6px 0;display:flex}.chgcm-denoms-subtotal-label{color:var(--muted);font-size:11px;font-weight:500}.chgcm-denoms-subtotal-value{color:var(--text);font-size:12px;font-weight:600}.chgcm-totals{background:#f8fafc;border-radius:10px;flex-direction:column;gap:4px;margin-top:12px;padding:12px;display:flex}.chgcm-total-row{justify-content:space-between;display:flex}.chgcm-total-label{color:var(--text);font-size:13px;font-weight:600}.chgcm-total-value{color:var(--text);font-size:15px;font-weight:700}.chgcm-total-expected .chgcm-total-label,.chgcm-total-expected .chgcm-total-value{color:var(--muted);font-size:12px;font-weight:500}.chgcm-diff--ok .chgcm-total-value{color:var(--success)}.chgcm-diff--warn .chgcm-total-value{color:var(--warning)}.chgcm-diff--danger .chgcm-total-value{color:var(--danger)}.chgcm-observation{border:1px solid var(--border);background:#f8fafc;border-radius:8px;margin-top:12px;padding:10px 14px}.chgcm-observation-label{text-transform:uppercase;letter-spacing:.3px;color:var(--muted);font-size:10px;font-weight:700}.chgcm-observation-text{color:var(--text);white-space:pre-wrap;margin:4px 0 0;font-size:13px}.chgcm-empty{text-align:center;padding:32px 16px}.chgcm-empty-text{color:var(--muted);margin:0;font-size:13px}.chgcm-footer{border-top:1px solid var(--border);flex-direction:column;gap:10px;padding:14px 22px;display:flex}.chgcm-edit-btn{color:var(--primary);cursor:pointer;background:#1d4ed80f;border:1px solid #1d4ed826;border-radius:8px;align-self:flex-start;align-items:center;gap:6px;padding:6px 14px;font-size:12px;font-weight:600;transition:background .1s;display:inline-flex}.chgcm-edit-btn:hover{background:#1d4ed81a}.chgcm-editing-badge{color:var(--muted);align-self:flex-start;align-items:center;gap:6px;font-size:11px;font-weight:600;display:inline-flex}.chgcm-editing-dot{border-radius:50%;width:8px;height:8px}.chgcm-messages{border:1px solid var(--border);background:#f8fafc;border-radius:8px;flex-direction:column;gap:4px;max-height:100px;padding:8px;display:flex;overflow-y:auto}.chgcm-message{align-items:baseline;gap:8px;display:flex}.chgcm-message-time{color:var(--muted);flex-shrink:0;font-size:10px}.chgcm-message-text{color:var(--text);font-size:12px;font-weight:500}.chgcm-message-bar{gap:8px;display:flex}.chgcm-message-input{border:1px solid var(--border);color:var(--text);background:var(--card);border-radius:8px;flex:1;padding:7px 12px;font-size:13px}.chgcm-message-input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #1d4ed814}.chgcm-message-input::placeholder{color:#94a3b8}.chgcm-message-send{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:background .1s;display:flex}.chgcm-message-send:hover{background:var(--primary-strong)}.chgcm-message-send:disabled{opacity:.4;cursor:not-allowed}.chgc-empty{text-align:center;background:var(--card);border:1px solid var(--border);border-radius:14px;padding:40px 16px}.chgc-empty-text{color:var(--muted);font-size:14px}.chgc-muted{color:var(--muted)}.chgc-no-store{text-align:center}@media (max-width:960px){.chgc-kpis{grid-template-columns:repeat(2,1fr)}.chgc-stores-grid,.chgc-sf-config-row{grid-template-columns:1fr}.chgc-sp-header{flex-direction:column}.chgc-sp-header-stats{flex-direction:row;gap:20px}.chgc-sp-stat{align-items:flex-start}.chgc-sf-denom-cards{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.chgc-dashboard-header{flex-direction:column}.chgc-filters{flex-direction:column;align-items:stretch}.chgc-page-grid{grid-template-columns:1fr}.chgc-form{grid-area:1/1;width:auto;min-width:0}.chgc-page-grid .ccpw-section{grid-area:2/1}.chgc-page-grid>.chgc-vp{flex-direction:column;grid-area:3/1;display:flex;position:static}.chgcu-grid{grid-template-columns:1fr}.chgcu-col--conference{grid-area:1/1}.chgcu-col--pdv{grid-area:2/1}.chgcu-submit-row{flex-direction:column;align-items:stretch}.chgcu-submit-btn{width:100%;min-width:0}.chgcu-form>.chgc-vp{flex-direction:column;grid-template-columns:1fr;display:flex}.chgc-table-wrap{font-size:12px}}@media (max-width:480px){.chgc-kpis{grid-template-columns:1fr}.chgc-kpi-value{font-size:22px}.chgc-form{padding:16px}}.ccpw-admin-section{background:var(--card);border:1px solid var(--border);border-radius:16px;flex-direction:column;gap:18px;padding:22px;display:flex}.ccpw-admin-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:14px;display:flex}.ccpw-admin-header-left{flex-direction:column;gap:4px;min-width:0;display:flex}.ccpw-admin-title{color:var(--text);margin:0;font-size:18px;font-weight:700}.ccpw-admin-subtitle{color:var(--muted);max-width:72ch;margin:0;font-size:13px;line-height:1.5}.ccpw-admin-error{color:#991b1b;background:#fef2f2cc;border:1px solid #dc26264d;border-radius:10px;padding:10px 14px;font-size:13px;font-weight:500}.ccpw-admin-empty{text-align:center;border:1px dashed var(--border);background:#f8fafc;border-radius:12px;flex-direction:column;gap:4px;padding:28px 16px;display:flex}.ccpw-admin-empty-title{color:var(--text);margin:0;font-size:14px;font-weight:700}.ccpw-admin-empty-text{color:var(--muted);margin:0;font-size:13px}.ccpw-admin-storehealth{flex-wrap:wrap;align-items:center;gap:8px;margin-top:-4px;display:flex}.ccpw-admin-storehealth-item{color:var(--muted);border:1px solid var(--border);background:#0000000a;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:600}.ccpw-admin-storehealth-item strong{color:var(--text);margin-right:2px;font-weight:700}.ccpw-admin-storehealth-item--warn{color:#b45309;background:#fefce8d9;border-color:#d9770640}.ccpw-admin-storehealth-item--warn strong{color:#b45309}.ccpw-admin-storehealth-item--alert{color:#991b1b;background:#fef2f2d9;border-color:#dc262640}.ccpw-admin-storehealth-item--alert strong{color:#991b1b}.ccpw-admin-store-card--awaiting{background:#fefce866;border-left:3px solid #d97706}.ccpw-admin-store-flat{flex-direction:column;gap:6px;padding:14px 16px;display:flex}.ccpw-admin-store-flat-main{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.ccpw-admin-store-flat-state{letter-spacing:.3px;text-transform:uppercase;border-radius:999px;padding:3px 10px;font-size:11px;font-weight:700}.ccpw-admin-store-flat-state--awaiting{color:#b45309;background:#fefce8f2;border:1px solid #d9770640}.ccpw-admin-store-flat-state--alert{color:#991b1b;background:#fef2f2f2;border:1px solid #dc262640}.ccpw-admin-store-flat-hint{color:var(--muted);margin:0;font-size:13px;line-height:1.5}.ccpw-admin-store-flat-hint strong{color:var(--text);font-variant-numeric:tabular-nums}.ccpw-admin-kpis{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.ccpw-admin-kpi{border:1px solid var(--border);background:#f8fafc;border-radius:12px;flex-direction:column;gap:4px;padding:14px;display:flex}.ccpw-admin-kpi-label{color:var(--muted);text-transform:uppercase;letter-spacing:.4px;font-size:11px;font-weight:700}.ccpw-admin-kpi-value{color:var(--text);font-variant-numeric:tabular-nums;font-size:22px;font-weight:800}.ccpw-admin-kpi-value--ok{color:var(--success)}.ccpw-admin-kpi-value--diverge{color:var(--danger)}.ccpw-admin-kpi-value--incomplete{color:var(--warning)}.ccpw-admin-kpi-value--pending{color:var(--muted)}.ccpw-admin-kpi-hint{color:var(--muted);font-size:11px}.ccpw-admin-stores{flex-direction:column;gap:10px;display:flex}.ccpw-admin-stores-title{color:var(--text);margin:0;font-size:14px;font-weight:700}.ccpw-admin-store-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.ccpw-admin-store-card{border:1px solid var(--border);background:var(--card);border-left-width:3px;border-radius:12px;overflow:hidden}.ccpw-admin-store-card--ok{border-left-color:var(--success)}.ccpw-admin-store-card--mismatch{border-left-color:var(--danger)}.ccpw-admin-store-card--incomplete{border-left-color:var(--warning)}.ccpw-admin-store-card--pending{border-left-color:#94a3b8}.ccpw-admin-store-details,.ccpw-admin-store-details[open]{background:var(--card)}.ccpw-admin-store-summary{cursor:pointer;-webkit-user-select:none;user-select:none;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;padding:12px 14px;list-style:none;display:grid}.ccpw-admin-store-summary::-webkit-details-marker{display:none}.ccpw-admin-store-summary:hover{background:#1d4ed80a}.ccpw-admin-store-summary-main{align-items:center;gap:10px;min-width:0;display:flex}.ccpw-admin-store-name{color:var(--text);font-size:15px;font-weight:700}.ccpw-admin-store-collection{color:var(--muted);white-space:nowrap;letter-spacing:.2px;background:#0000000a;border-radius:999px;padding:2px 8px;font-size:11px;font-weight:600}.ccpw-admin-store-summary-stats{flex-shrink:0;align-items:center;gap:18px;display:flex}.ccpw-admin-store-stat{text-align:right;flex-direction:column;gap:2px;display:flex}.ccpw-admin-store-stat-label{color:var(--muted);text-transform:uppercase;letter-spacing:.4px;font-size:10px;font-weight:600}.ccpw-admin-store-stat-value{color:var(--text);font-variant-numeric:tabular-nums;font-size:14px;font-weight:700}.ccpw-admin-store-stat-value--ok{color:var(--success)}.ccpw-admin-store-stat-value--diverge{color:var(--danger)}.ccpw-admin-chevron{color:var(--muted);flex-shrink:0;transition:transform .18s}.ccpw-admin-store-details[open] .ccpw-admin-chevron{transform:rotate(180deg)}.ccpw-admin-status{text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;border-radius:999px;padding:3px 8px;font-size:10px;font-weight:700}.ccpw-admin-status--ok{color:#166534;background:#dcfce7d9}.ccpw-admin-status--mismatch{color:#991b1b;background:#fee2e2d9}.ccpw-admin-status--incomplete{color:#92400e;background:#fef3c7d9}.ccpw-admin-status--pending{color:#475569;background:#e2e8f0d9}.ccpw-admin-status--inline{padding:2px 7px;font-size:9px}.ccpw-admin-store-body{border-top:1px dashed var(--border);background:#f8fafc;flex-direction:column;gap:14px;padding:12px 14px 16px;display:flex}.ccpw-admin-store-empty{color:var(--muted);margin:0;font-size:13px;font-style:italic}.ccpw-admin-day{flex-direction:column;gap:8px;display:flex}.ccpw-admin-day-header{border-bottom:1px solid var(--border);align-items:center;gap:10px;padding-bottom:4px;display:flex}.ccpw-admin-day-date{color:var(--text);font-variant-numeric:tabular-nums;font-size:13px;font-weight:700}.ccpw-admin-day-count{color:var(--muted);font-size:11px;font-weight:500}.ccpw-admin-row-list{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.ccpw-admin-row{background:var(--card);border:1px solid var(--border);border-radius:10px;grid-template-columns:minmax(0,1.2fr) minmax(0,2fr) auto;align-items:center;gap:12px;padding:10px 12px;display:grid}.ccpw-admin-row--mismatch{border-color:#dc262666}.ccpw-admin-row--pending{background:#f8fafc}.ccpw-admin-row-pdv{align-items:center;gap:8px;min-width:0;display:flex}.ccpw-admin-row-pdv-name{color:var(--text);font-size:13px;font-weight:700}.ccpw-admin-row-amounts{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.ccpw-admin-row-amount{flex-direction:column;gap:1px;display:flex}.ccpw-admin-row-amount-label{color:var(--muted);text-transform:uppercase;letter-spacing:.3px;font-size:10px;font-weight:600}.ccpw-admin-row-amount-value{color:var(--text);font-variant-numeric:tabular-nums;font-size:13px;font-weight:700}.ccpw-admin-row-amount-value--ok{color:var(--success)}.ccpw-admin-row-amount-value--diverge{color:var(--danger)}.ccpw-admin-row-link-wrap{align-items:center;display:flex}.ccpw-admin-row-link{color:var(--primary);white-space:nowrap;background:#1d4ed80f;border-radius:8px;align-items:center;gap:6px;padding:6px 10px;font-size:12px;font-weight:700;transition:background .15s;display:inline-flex}.ccpw-admin-row-link:hover{background:#1d4ed81f}.ccpw-admin-footnote{color:var(--muted);text-align:right;margin:0;font-size:12px}@media (max-width:900px){.ccpw-admin-kpis{grid-template-columns:repeat(2,1fr)}.ccpw-admin-store-summary{grid-template-columns:1fr;gap:10px}.ccpw-admin-store-summary-stats{flex-wrap:wrap;justify-content:space-between;gap:12px 16px;width:100%}.ccpw-admin-store-stat{text-align:left}.ccpw-admin-row{grid-template-columns:1fr;gap:10px}.ccpw-admin-row-link-wrap{justify-content:flex-start}.ccpw-admin-row-amounts{gap:14px}}@media (max-width:480px){.ccpw-admin-section{padding:16px}.ccpw-admin-header{flex-direction:column}.ccpw-admin-kpis{grid-template-columns:1fr}.ccpw-admin-kpi-value{font-size:20px}}.ccpw-section{background:var(--card);border:1px solid var(--border);border-radius:16px;flex-direction:column;gap:16px;margin-top:20px;padding:20px;scroll-margin-top:16px;display:flex}.ccpw-header{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:14px;display:flex}.ccpw-header-info{flex-direction:column;gap:4px;min-width:0;display:flex}.ccpw-title{color:var(--text);margin:0;font-size:18px;font-weight:700}.ccpw-subtitle{color:var(--muted);max-width:56ch;margin:0;font-size:13px;line-height:1.5}.ccpw-header-meta{align-items:center;display:flex}.ccpw-store{color:var(--primary);letter-spacing:.2px;background:#1d4ed814;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:700}.ccpw-filters{flex-wrap:wrap;align-items:flex-end;gap:12px;display:flex}.ccpw-period{background:linear-gradient(135deg,#1d4ed80f,#1d4ed805);border:1px solid #1d4ed82e;border-radius:12px;align-items:flex-start;gap:12px;padding:14px 16px;display:flex}.ccpw-period-icon{width:36px;height:36px;color:var(--primary);background:#1d4ed81a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.ccpw-period-text{flex-direction:column;gap:2px;min-width:0;display:flex}.ccpw-period-label{color:var(--primary);text-transform:uppercase;letter-spacing:.6px;font-size:11px;font-weight:700}.ccpw-period-range{color:var(--text);font-variant-numeric:tabular-nums;font-size:15px;font-weight:600}.ccpw-period-hint{color:var(--muted);font-variant-numeric:tabular-nums;font-size:12px}.ccpw-state-card{border:1px solid var(--border);background:#f8fafc;border-radius:14px;align-items:flex-start;gap:14px;padding:18px 20px;display:flex}.ccpw-state-card-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.ccpw-state-card-body{flex-direction:column;gap:4px;min-width:0;display:flex}.ccpw-state-card-title{color:var(--text);margin:0;font-size:14px;font-weight:700;line-height:1.4}.ccpw-state-card-text{color:var(--muted);margin:0;font-size:13px;line-height:1.5}.ccpw-state-card--awaiting{background:linear-gradient(#eef4ffb3,#eef4ff4d);border-color:#1d4ed833}.ccpw-state-card--awaiting .ccpw-state-card-icon{color:var(--primary);background:#1d4ed81f}.ccpw-state-card--attention{background:#fefce8cc;border-color:#d977064d}.ccpw-state-card--attention .ccpw-state-card-icon{color:#b45309;background:#d977061f}.ccpw-state-card--blocked{background:#fef2f2cc;border-color:#dc26264d}.ccpw-state-card--blocked .ccpw-state-card-icon{color:#991b1b;background:#dc26261f}.ccpw-filter-label{color:var(--text);font-size:13px;font-weight:600}.ccpw-picker-group{flex-direction:column;gap:4px;min-width:0;display:flex}.ccpw-picker-group .ovr-label{color:var(--text);font-size:13px;font-weight:600}.ccpw-picker-group .picker-root{min-width:180px}.ccpw-date-input{border:1px solid var(--border);color:var(--text);background:var(--card);border-radius:10px;min-height:38px;padding:8px 12px;font-size:14px;font-weight:500}.ccpw-date-input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #1d4ed81f}.ccpw-filter-hint{color:var(--muted);font-size:12px}.ccpw-error-banner{color:#991b1b;background:#fef2f2cc;border:1px solid #dc26264d;border-radius:10px;padding:10px 14px;font-size:13px;font-weight:500}.ccpw-empty{text-align:center;border:1px dashed var(--border);background:#f8fafc;border-radius:12px;flex-direction:column;gap:6px;padding:32px 16px;display:flex}.ccpw-empty-title{color:var(--text);margin:0;font-size:14px;font-weight:700}.ccpw-empty-text{color:var(--muted);margin:0;font-size:13px}.ccpw-form{flex-direction:column;gap:14px;display:flex}.ccpw-day-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.ccpw-day{list-style:none}.ccpw-day-details{border:1px solid var(--border);background:#f8fafc;border-radius:12px;overflow:hidden}.ccpw-day-details[open]{background:var(--card)}.ccpw-day-summary{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;list-style:none;display:flex}.ccpw-day-summary::-webkit-details-marker{display:none}.ccpw-day-summary:hover{background:#1d4ed80a}.ccpw-day-summary-left{flex-direction:column;gap:2px;min-width:0;display:flex}.ccpw-day-date{color:var(--text);font-variant-numeric:tabular-nums;font-size:15px;font-weight:700}.ccpw-day-weekday{color:var(--muted);text-transform:uppercase;letter-spacing:.5px;font-size:11px}.ccpw-day-summary-right{flex-shrink:0;align-items:center;gap:12px;display:flex}.ccpw-day-coverage{color:var(--muted);white-space:nowrap;background:#0000000a;border-radius:999px;padding:3px 8px;font-size:11px;font-weight:600}.ccpw-day-total{color:var(--text);font-variant-numeric:tabular-nums;font-size:15px;font-weight:700}.ccpw-day-chevron{color:var(--muted);transition:transform .18s}.ccpw-day-details[open] .ccpw-day-chevron{transform:rotate(180deg)}.ccpw-pdv-list{border-top:1px dashed var(--border);flex-direction:column;gap:8px;margin:0;padding:4px 14px 14px;list-style:none;display:flex}.ccpw-pdv-row{border-bottom:1px solid #dbe3ef80;grid-template-columns:1fr 160px;align-items:center;gap:10px;padding:10px 0;display:grid}.ccpw-pdv-row:last-child{border-bottom:none}.ccpw-pdv-row--error{background:#fef2f266;border-radius:8px;padding:10px}.ccpw-pdv-info{flex-wrap:wrap;align-items:center;gap:6px 10px;min-width:0;display:flex}.ccpw-pdv-name{color:var(--text);font-size:14px;font-weight:600}.ccpw-pdv-status{text-transform:uppercase;letter-spacing:.4px;border-radius:999px;padding:2px 8px;font-size:10px;font-weight:700}.ccpw-pdv-status--filled{color:#166534;background:#dcfce7e6}.ccpw-pdv-status--pending{color:var(--muted);background:#0000000d}.ccpw-pdv-operator{color:var(--muted);font-size:11px}.ccpw-pdv-input-wrap{width:100%;display:flex}.ccpw-pdv-input-wrap input[type=text]{border:1px solid var(--border);text-align:right;width:100%;color:var(--text);background:var(--card);font-variant-numeric:tabular-nums;border-radius:10px;padding:9px 12px;font-size:16px;font-weight:600}.ccpw-pdv-input-wrap input[type=text]:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #1d4ed81f}.ccpw-pdv-row--error .ccpw-pdv-input-wrap input[type=text]{border-color:var(--danger)}.ccpw-pdv-error{color:var(--danger);grid-column:1/-1;margin:0;font-size:12px;font-weight:500}.ccpw-pdv-row--peer-focus{box-shadow:inset 3px 0 0 0 var(--ccpw-peer-color,#1d4ed8);background:color-mix(in srgb, var(--ccpw-peer-color,#1d4ed8) 4%, transparent);border-radius:8px;position:relative}.ccpw-pdv-row--peer-focus .ccpw-pdv-input-wrap input[type=text]:focus{border-color:var(--ccpw-peer-color,var(--primary));box-shadow:0 0 0 3px color-mix(in srgb, var(--ccpw-peer-color,#1d4ed8) 18%, transparent)}.ccpw-pdv-peer{align-items:center;gap:6px;font-size:11px;font-style:italic;font-weight:600;line-height:1;display:inline-flex}.ccpw-pdv-peer-dot{border-radius:999px;width:6px;height:6px;display:inline-block}.ccpw-peers-bar{color:#047857;background:#10b98114;border:1px solid #10b98138;border-radius:999px;align-items:center;gap:8px;padding:4px 10px 4px 8px;font-size:12px;font-weight:600;display:inline-flex}.ccpw-peers-dot{background:#10b981;border-radius:999px;width:7px;height:7px;animation:1.8s ease-out infinite ccpw-peers-pulse;box-shadow:0 0 #10b98199}@keyframes ccpw-peers-pulse{0%{box-shadow:0 0 #10b9818c}70%{box-shadow:0 0 0 6px #10b98100}to{box-shadow:0 0 #10b98100}}.ccpw-peers-avatars{align-items:center;display:inline-flex}.ccpw-peers-avatar{color:#fff;letter-spacing:0;border:2px solid #fff;border-radius:999px;justify-content:center;align-items:center;width:20px;height:20px;margin-left:-6px;font-size:11px;font-weight:700;display:inline-flex}.ccpw-peers-avatar:first-child{margin-left:0}.ccpw-peers-text{white-space:nowrap}.ccpw-grand-bar{border:1px solid var(--border);background:#f8fafc;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.ccpw-grand-info{flex-direction:column;gap:2px;min-width:0;display:flex}.ccpw-grand-label{color:var(--text);font-size:13px;font-weight:700}.ccpw-grand-coverage{color:var(--muted);font-size:11px}.ccpw-grand-value{color:var(--text);font-variant-numeric:tabular-nums;font-size:20px;font-weight:800}.ccpw-submit-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.ccpw-submit-btn{flex:1;min-width:200px;padding:13px 20px;font-size:15px}.ccpw-feedback{border-radius:8px;padding:4px 10px;font-size:13px;font-weight:500}.ccpw-feedback--success{color:#166534;background:#dcfce7d9}.ccpw-feedback--error{color:#991b1b;background:#fef2f2d9}@media (max-width:640px){.ccpw-section{margin-top:16px;padding:16px}.ccpw-header{flex-direction:column;align-items:stretch}.ccpw-header-meta{align-self:flex-start}.ccpw-pdv-row{grid-template-columns:1fr;gap:6px;padding:12px 0}.ccpw-pdv-input-wrap input[type=text]{padding:11px 14px;font-size:17px}.ccpw-day-summary{padding:12px}.ccpw-day-coverage{display:none}.ccpw-grand-bar{text-align:left;flex-direction:column;align-items:stretch}.ccpw-grand-value{align-self:flex-end}.ccpw-submit-row{flex-direction:column;align-items:stretch}.ccpw-submit-btn{flex:none;width:100%}}.cccm-section{background:var(--card);border:1px solid var(--border);border-radius:16px;flex-direction:column;gap:18px;margin-top:24px;padding:22px;display:flex}.cccm-header{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:14px;display:flex}.cccm-header-info{flex-direction:column;gap:4px;min-width:0;max-width:64ch;display:flex}.cccm-title{color:var(--text);margin:0;font-size:18px;font-weight:700}.cccm-subtitle{color:var(--muted);margin:0;font-size:13px;line-height:1.5}.cccm-subtitle code{background:#0000000d;border-radius:4px;padding:1px 5px;font-size:12px}.cccm-header-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.cccm-header-badge{letter-spacing:.3px;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:700}.cccm-header-badge--warn{color:#b45309;background:#fefce8e6;border:1px solid #d9770640}.cccm-header-badge--alert{color:#991b1b;background:#fef2f2e6;border:1px solid #dc262640}.cccm-header-cta{align-items:center;gap:6px;padding:8px 14px;font-size:13px;display:inline-flex}.cccm-subhead{color:var(--muted);text-transform:uppercase;letter-spacing:.6px;margin:0 0 10px;font-size:12px;font-weight:700}.cccm-register-wrap{border:1px solid var(--primary);background:#eef4ff73;border-radius:12px;flex-direction:column;gap:12px;padding:14px 16px;display:flex}.cccm-register-head{justify-content:space-between;align-items:center;gap:8px;display:flex}.cccm-register-title{color:var(--primary);text-transform:uppercase;letter-spacing:.4px;font-size:13px;font-weight:700}.cccm-icon-btn{border:1px solid var(--border);width:28px;height:28px;color:var(--muted);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;font-size:18px;line-height:1;display:inline-flex}.cccm-icon-btn:hover{color:var(--text);background:#0000000a}.cccm-form,.cccm-edit-form{flex-direction:column;gap:12px;display:flex}.cccm-form-grid,.cccm-edit-grid{grid-template-columns:1fr 1fr;align-items:start;gap:12px;display:grid}.cccm-field{flex-direction:column;gap:4px;min-width:0;display:flex}.cccm-field-label{color:var(--muted);text-transform:uppercase;letter-spacing:.4px;font-size:12px;font-weight:600}.cccm-select,.cccm-textarea{border:1px solid var(--border);color:var(--text);background:var(--card);border-radius:10px;padding:9px 12px;font-family:inherit;font-size:14px}.cccm-select:focus,.cccm-textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #1d4ed81f}.cccm-textarea{resize:vertical;min-height:56px}.cccm-picker-group{flex-direction:column;gap:4px;min-width:0;display:flex}.cccm-picker-group .ovr-label{color:var(--muted);text-transform:uppercase;letter-spacing:.4px;font-size:12px;font-weight:600}.cccm-picker-group .picker-root{min-width:180px}.cccm-form-actions,.cccm-edit-actions,.cccm-delete-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.cccm-submit-btn,.cccm-edit-save{padding:10px 18px;font-size:14px}.cccm-feedback{border-radius:8px;padding:4px 10px;font-size:13px;font-weight:500}.cccm-feedback--success{color:#166534;background:#dcfce7d9}.cccm-feedback--error{color:#991b1b;background:#fef2f2d9}.cccm-stores{flex-direction:column;gap:8px;display:flex}.cccm-store-list{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:10px;margin:0;padding:0;list-style:none;display:grid}.cccm-store-card{border:1px solid var(--border);border-left:3px solid var(--border);background:#f8fafc;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:12px 14px;transition:background .15s;display:flex}.cccm-store-card:hover{background:var(--card)}.cccm-store-card--no-collection{background:#fefce866;border-left-color:#d97706}.cccm-store-card--stale{background:#fef2f266;border-left-color:#dc2626}.cccm-store-card--fresh{border-left-color:#16a34a}.cccm-store-card-info{flex-direction:column;gap:3px;min-width:0;display:flex}.cccm-store-name{color:var(--text);font-size:14px;font-weight:700}.cccm-store-meta{color:var(--muted);font-variant-numeric:tabular-nums;font-size:12px}.cccm-store-meta--warn{color:#b45309;font-weight:600}.cccm-store-meta--alert{color:#991b1b;font-weight:600}.cccm-store-cta{color:var(--primary);cursor:pointer;white-space:nowrap;background:#1d4ed814;border:1px solid #1d4ed82e;border-radius:8px;padding:6px 12px;font-size:12px;font-weight:600;transition:background .15s}.cccm-store-cta:hover{background:#1d4ed824}.cccm-recent{border:1px solid var(--border);background:#f8fafc;border-radius:12px;flex-direction:column;gap:8px;display:flex;overflow:hidden}.cccm-recent[open]{background:var(--card)}.cccm-recent-summary{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:12px;padding:10px 14px;list-style:none;display:flex}.cccm-recent-summary::-webkit-details-marker{display:none}.cccm-recent-summary:hover{background:#1d4ed80a}.cccm-recent-subhead{flex:1;min-width:0;margin:0}.cccm-recent-count{color:var(--muted);letter-spacing:.3px;white-space:nowrap;background:#0000000d;border-radius:999px;padding:3px 10px;font-size:11px;font-weight:700}.cccm-recent-chevron{color:var(--muted);flex-shrink:0;transition:transform .18s}.cccm-recent[open] .cccm-recent-chevron{transform:rotate(180deg)}.cccm-recent .cccm-event-list,.cccm-recent .cccm-empty{margin:0 14px 14px}.cccm-empty{color:var(--muted);border:1px dashed var(--border);text-align:center;background:#f8fafc;border-radius:10px;margin:0;padding:14px;font-size:13px}.cccm-event-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.cccm-event-row{border:1px solid var(--border);background:var(--card);border-radius:10px;grid-template-columns:1fr auto;gap:8px 16px;padding:12px 14px;display:grid}.cccm-event-main{flex-direction:column;gap:4px;min-width:0;display:flex}.cccm-event-headline{flex-wrap:wrap;align-items:baseline;gap:10px;display:flex}.cccm-event-date{color:var(--text);font-variant-numeric:tabular-nums;font-size:15px;font-weight:700}.cccm-event-store{color:var(--primary);font-size:13px;font-weight:600}.cccm-event-notes{color:var(--text);margin:0;font-size:13px;font-style:italic;line-height:1.4}.cccm-event-created{color:var(--muted);font-variant-numeric:tabular-nums;font-size:11px}.cccm-event-actions{flex-shrink:0;align-items:center;gap:6px;display:flex}.cccm-link-btn{color:var(--primary);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;padding:6px 10px;font-size:12px;font-weight:600}.cccm-link-btn:hover{background:#1d4ed814;border-color:#1d4ed82e}.cccm-link-btn--danger{color:#dc2626}.cccm-link-btn--danger:hover{background:#fef2f2d9;border-color:#dc262640}.cccm-event-expand{border-top:1px dashed var(--border);grid-column:1/-1;margin-top:8px;padding-top:12px}.cccm-edit-warning,.cccm-delete-warning{color:var(--muted);border-radius:8px;margin:0 0 8px;padding:8px 10px;font-size:12px;line-height:1.4}.cccm-edit-warning{color:#1e40af;background:#eef4ffb3;border:1px solid #1d4ed82e}.cccm-delete-warning{color:#991b1b;background:#fef2f2d9;border:1px solid #dc262640;font-weight:500}.cccm-delete-confirm{color:#fff;cursor:pointer;background:#dc2626;border:1px solid #b91c1c;border-radius:10px;padding:9px 16px;font-size:13px;font-weight:600}.cccm-delete-confirm:hover{background:#b91c1c}.cccm-delete-confirm:disabled{opacity:.6;cursor:not-allowed}.cccm-delete-form{flex-direction:column;gap:8px;display:flex}@media (max-width:720px){.cccm-section{padding:16px}.cccm-header{flex-direction:column;align-items:stretch}.cccm-header-actions{justify-content:flex-start}.cccm-form-grid,.cccm-edit-grid,.cccm-store-list{grid-template-columns:1fr}.cccm-store-card{flex-direction:column;align-items:stretch}.cccm-store-cta{align-self:flex-start}.cccm-event-row{grid-template-columns:1fr}.cccm-event-actions{justify-content:flex-start}}.pc-page{flex-direction:column;gap:20px;padding:0;display:flex}.pc-page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.pc-page-header-left{flex-direction:column;gap:2px;display:flex}.pc-page-title{color:var(--text);margin:0;font-size:22px;font-weight:700}.pc-page-subtitle{color:var(--muted);margin:0;font-size:14px}.pc-new-reservation-btn{align-items:center;gap:6px;font-size:14px;display:flex}.pc-page-grid{grid-template-columns:1fr 380px;align-items:flex-start;gap:20px;display:grid}.pc-readonly-badge{color:var(--muted);border:1px solid var(--border);background:#f1f5f9;border-radius:8px;padding:6px 14px;font-size:12px;font-weight:500}.pc-no-store{text-align:center}.pc-reminder{background:linear-gradient(135deg,#fef3c799,#fde68a66);border:1px solid #fcd34d;border-left:4px solid #f59e0b;border-radius:12px;align-items:center;gap:12px;padding:14px 18px;animation:3s infinite chgc-pulse;display:flex}.pc-reminder-list{flex-direction:column;gap:8px;display:flex}.pc-reminder-icon{color:#d97706;flex-shrink:0}.pc-reminder--prepared{background:linear-gradient(135deg,#dcfce780,#bbf7d04d);border-color:#86efac #86efac #86efac #16a34a;animation:none}.pc-reminder--prepared .pc-reminder-icon{color:#16a34a}.pc-reminder--prepared .pc-reminder-title{color:#166534}.pc-reminder--prepared .pc-reminder-detail{color:#15803d}.pc-reminder-action{flex-shrink:0}.pc-reminder-btn{color:var(--primary);cursor:pointer;background:#1d4ed80f;border:1px solid #1d4ed833;border-radius:8px;align-items:center;gap:5px;padding:6px 12px;font-size:12px;font-weight:600;transition:background .1s;display:inline-flex}.pc-reminder-btn:hover{background:#1d4ed81f}.pc-reminder-done-badge{color:#fff;background:#16a34a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.pc-reminder-content{flex-direction:column;gap:2px;display:flex}.pc-reminder-title{color:#92400e;font-size:13px;font-weight:700}.pc-reminder-detail{color:#a16207;font-size:12px}.pc-calendar{background:var(--card);border:1px solid var(--border);border-radius:16px;flex-direction:column;gap:12px;padding:20px;display:flex}.pc-cal-header{justify-content:space-between;align-items:center;display:flex}.pc-cal-title{color:var(--text);font-size:16px;font-weight:700}.pc-cal-nav{border:1px solid var(--border);background:var(--card);width:32px;height:32px;color:var(--muted);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;transition:background .1s,color .1s;display:flex}.pc-cal-nav:hover{color:var(--text);background:#f1f5f9}.pc-cal-weekdays{grid-template-columns:repeat(7,1fr);gap:2px;display:grid}.pc-cal-weekday{color:var(--muted);text-align:center;text-transform:uppercase;letter-spacing:.3px;padding:4px 0;font-size:11px;font-weight:700}.pc-cal-grid{grid-template-columns:repeat(7,1fr);gap:2px;display:grid}.pc-cal-day{cursor:pointer;background:0 0;border:none;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;min-height:52px;padding:12px 4px;font-family:inherit;transition:background .1s;display:flex;position:relative}.pc-cal-day:hover:not(:disabled){background:#f1f5f9}.pc-cal-day--outside{opacity:.35}.pc-cal-day--today{box-shadow:inset 0 0 0 2px var(--primary);border-radius:8px;font-weight:700}.pc-cal-day--past{opacity:.4;cursor:not-allowed}.pc-cal-day:disabled{cursor:not-allowed;opacity:.35}.pc-cal-day--blocked{background:repeating-linear-gradient(45deg,#0000,#0000 3px,#94a3b81a 3px 6px)}.pc-cal-day--reserved{background:#1d4ed80f}.pc-cal-day--picked_up{background:#d9770614}.pc-cal-day--returned{background:#16a34a0f}.pc-cal-day--not_returned{background:#dc26260f}.pc-cal-day-number{color:var(--text);font-size:13px}.pc-cal-day-dot{border-radius:50%;width:6px;height:6px;margin-top:2px}.pc-cal-day-blocked-mark{background:#94a3b8;border-radius:1px;width:8px;height:2px;margin-top:2px}.pc-cal-legend{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:center;gap:12px;padding-top:8px;display:flex}.pc-cal-legend-item{color:var(--muted);align-items:center;gap:4px;font-size:10px;display:flex}.pc-cal-legend-dot{border-radius:50%;width:8px;height:8px}.pc-cal-legend-dot--blocked{background:#94a3b8}.pc-list{flex-direction:column;gap:10px;display:flex}.pc-list-title{color:var(--text);margin:0;font-size:15px;font-weight:700}.pc-list-items{flex-direction:column;gap:6px;display:flex}.pc-list-item{background:var(--card);border:1px solid var(--border);border-left:3px solid var(--pc-status-color,var(--border));border-radius:12px;overflow:hidden}.pc-list-item-header{cursor:pointer;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:8px;width:100%;padding:12px 14px;font-family:inherit;display:flex}.pc-list-item-header:hover{background:#f8fafc}.pc-list-item-main{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.pc-list-item-date{color:var(--text);font-size:13px;font-weight:700}.pc-list-item-date-range{color:var(--muted);font-size:12px}.pc-list-item-name{color:var(--text);font-size:13px}.pc-list-item-right{flex-shrink:0;align-items:center;gap:6px;display:flex}.pc-list-item-badge{border:1px solid;border-radius:20px;padding:2px 8px;font-size:10px;font-weight:600}.pc-list-item-chevron{color:var(--muted);transition:transform .2s}.pc-list-item-chevron--open{transform:rotate(180deg)}.pc-list-item-detail{border-top:1px solid var(--border);flex-direction:column;gap:10px;padding:0 14px 14px;display:flex}.pc-list-item-detail-grid{flex-direction:column;gap:6px;padding-top:10px;display:flex}.pc-list-item-detail-row{justify-content:space-between;align-items:center;font-size:13px;display:flex}.pc-list-item-detail-label{color:var(--muted);font-weight:500}.pc-list-item-detail-value{color:var(--text);font-weight:500}.pc-list-item-detail-value-row{align-items:center;gap:8px;display:flex}.pc-list-item-detail-value--warn{color:var(--warning)}.pc-list-item-detail-receipt{color:var(--primary);align-items:center;gap:4px;font-size:12px;text-decoration:none;display:flex}.pc-list-item-detail-receipt:hover{text-decoration:underline}.pc-list-item-actions{gap:8px;display:flex}.pc-action-btn{padding:6px 14px;font-size:12px}.pc-list-item-alert{color:#dc2626;background:#fee2e299;border-radius:6px;padding:4px 10px;font-size:12px;font-weight:600}.pc-whatsapp-btn{color:#fff;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:transform .1s;display:flex}.pc-whatsapp-btn:hover{transform:scale(1.1)}.pc-list-empty{background:var(--card);border:1px solid var(--border);border-radius:12px;flex-direction:column;align-items:center;gap:8px;padding:32px 16px;display:flex}.pc-list-empty-icon{color:var(--muted);opacity:.3}.pc-list-empty-title{color:var(--text);margin:0;font-size:14px;font-weight:600}.pc-list-empty-hint{color:var(--muted);text-align:center;margin:0;font-size:12px}.pc-form-modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a73;justify-content:center;align-items:flex-start;padding:40px 24px;animation:.15s cfp-fade-in;display:flex;position:fixed;inset:0;overflow-y:auto}.pc-form-modal{background:var(--card);border-radius:16px;flex-shrink:0;width:100%;max-width:520px;animation:.2s cfp-slide-up;overflow:visible;box-shadow:0 24px 48px #00000029}.pc-form-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:20px 24px 16px;display:flex}.pc-form-title{color:var(--text);margin:0;font-size:18px;font-weight:700}.pc-form-close{width:32px;height:32px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;display:flex}.pc-form-close:hover{color:var(--text);background:#f1f5f9}.pc-form-body{flex-direction:column;gap:16px;padding:20px 24px;display:flex}.pc-form-field--flex{flex:1;min-width:0}.pc-form-grid{flex-direction:column;gap:14px;display:flex}.pc-form-field{flex-direction:column;gap:4px;display:flex}.pc-form-label{color:var(--text);font-size:12px;font-weight:600}.pc-form-input{border:1px solid var(--border);color:var(--text);background:var(--card);border-radius:10px;padding:9px 12px;font-family:inherit;font-size:16px}.pc-form-input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #1d4ed81f}.pc-form-input--time{max-width:100px}.pc-form-textarea{border:1px solid var(--border);color:var(--text);background:var(--card);resize:vertical;border-radius:10px;padding:9px 12px;font-family:inherit;font-size:16px}.pc-form-textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #1d4ed81f}.pc-form-row{gap:12px;display:flex}.pc-form-amount-badge{border-radius:6px;margin-top:4px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-block}.pc-form-amount-badge--ok{color:#166534;background:#dcfce7cc}.pc-form-amount-badge--below{color:#dc2626;background:#fee2e2cc}.pc-form-footer{border-top:1px solid var(--border);justify-content:flex-end;gap:10px;padding-top:8px;display:flex}.pc-settings-header{flex-direction:column;gap:4px;display:flex}.pc-settings-title{color:var(--text);margin:0;font-size:22px;font-weight:700}.pc-settings-desc{color:var(--muted);margin:0;font-size:14px}.pc-settings-store{background:var(--card);border:1px solid var(--border);border-radius:16px;flex-direction:column;gap:16px;padding:20px;display:flex}.pc-settings-store-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding-bottom:12px;display:flex}.pc-settings-store-name{color:var(--text);font-size:17px;font-weight:700}.pc-settings-store-count{color:var(--muted);font-size:12px}.pc-settings-carts{flex-direction:column;gap:6px;display:flex}.pc-settings-cart-item{background:#f8fafc;border-radius:10px;justify-content:space-between;align-items:center;padding:10px 12px;display:flex}.pc-settings-cart-info{flex-direction:column;gap:4px;display:flex}.pc-settings-cart-name{color:var(--text);font-size:14px;font-weight:600}.pc-settings-cart-meta{flex-wrap:wrap;gap:6px;display:flex}.pc-settings-cart-tag{color:var(--muted);background:#94a3b81a;border:1px solid #94a3b833;border-radius:4px;padding:1px 6px;font-size:10px;font-weight:600}.pc-settings-cart-tag--active{color:#16a34a;background:#dcfce799;border-color:#bbf7d0}.pc-settings-cart-tag--inactive{color:#dc2626;background:#fee2e299;border-color:#fecaca}.pc-settings-blocked{flex-direction:column;gap:8px;display:flex}.pc-settings-blocked-title{text-transform:uppercase;letter-spacing:.3px;color:var(--muted);font-size:12px;font-weight:700}.pc-settings-blocked-list{flex-wrap:wrap;gap:6px;display:flex}.pc-settings-blocked-item{border:1px solid var(--border);background:#f8fafc;border-radius:8px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;display:flex}.pc-settings-blocked-date{color:var(--text);font-weight:600}.pc-settings-blocked-reason{color:var(--muted)}.pc-settings-blocked-remove-btn{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:0;display:flex}.pc-settings-blocked-remove-btn:hover{color:var(--danger)}.pc-settings-blocked-empty{color:var(--muted);font-size:12px}.pc-settings-block-form{flex-wrap:wrap;align-items:flex-end;gap:8px;display:flex}.pc-settings-block-input{border:1px solid var(--border);color:var(--text);background:var(--card);border-radius:8px;padding:7px 10px;font-size:13px}.pc-settings-block-input:focus{border-color:var(--primary);outline:none}.pc-settings-block-btn{padding:7px 14px;font-size:12px}.pc-settings-add-form{border-top:1px solid var(--border);flex-direction:column;gap:12px;padding-top:12px;display:flex}.pc-settings-add-fields{flex-wrap:wrap;gap:12px;display:flex}.pc-settings-add-field{flex-direction:column;flex:1;gap:4px;min-width:120px;display:flex}.pc-settings-add-label{color:var(--text);font-size:12px;font-weight:600}.pc-settings-add-input{border:1px solid var(--border);color:var(--text);background:var(--card);border-radius:8px;padding:8px 10px;font-size:14px}.pc-settings-add-input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #1d4ed814}.pc-settings-add-input--small{max-width:70px}.pc-settings-add-btn{align-self:flex-start;font-size:13px}.pc-admin-kpis{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.pc-admin-kpi{background:var(--card);border:1px solid var(--border);border-left:3px solid var(--border);border-radius:14px;flex-direction:column;gap:2px;padding:16px;display:flex}.pc-admin-kpi--primary{border-left-color:var(--primary)}.pc-admin-kpi--amber{border-left-color:#f59e0b}.pc-admin-kpi--green{border-left-color:#16a34a}.pc-admin-kpi--slate{border-left-color:#64748b}.pc-admin-kpi-label{color:var(--muted);text-transform:uppercase;letter-spacing:.3px;font-size:11px;font-weight:600}.pc-admin-kpi-value{color:var(--text);font-size:24px;font-weight:800}.pc-admin-section{flex-direction:column;gap:12px;display:flex}.pc-admin-section-title{color:var(--text);margin:0;font-size:16px;font-weight:700}.pc-admin-table-wrap{background:var(--card);border:1px solid var(--border);border-radius:14px;overflow-x:auto}.pc-admin-table{border-collapse:collapse;width:100%;font-size:13px}.pc-admin-thead{background:#f8fafc}.pc-admin-th{text-transform:uppercase;letter-spacing:.3px;color:#64748b;text-align:left;border-bottom:1px solid var(--border);padding:10px 16px;font-size:11px;font-weight:700}.pc-admin-th--right{text-align:right}.pc-admin-th--center{text-align:center}.pc-admin-td{color:var(--text);vertical-align:middle;border-bottom:1px solid #dbe3ef80;padding:12px 16px}.pc-admin-td--bold{font-weight:600}.pc-admin-td--right{text-align:right}.pc-admin-td--center{text-align:center}.pc-admin-td--mono{font-variant-numeric:tabular-nums}.pc-admin-tr:hover .pc-admin-td{background:#f8fafc}.pc-admin-customer-name{font-weight:500;display:block}.pc-admin-customer-phone{color:var(--muted);font-size:11px;display:block}.pc-admin-below-badge{color:#dc2626;background:#fee2e2cc;border-radius:3px;margin-left:4px;padding:1px 5px;font-size:9px;font-weight:700;display:inline-block}.pc-admin-status-badge{border:1px solid;border-radius:20px;padding:2px 10px;font-size:10px;font-weight:600}.pc-admin-cancel-btn{padding:4px 12px;font-size:11px}.pc-admin-empty{background:var(--card);border:1px solid var(--border);border-radius:14px;flex-direction:column;align-items:center;gap:8px;padding:40px 16px;display:flex}.pc-admin-empty-icon{color:var(--muted);opacity:.3}.pc-admin-empty-title{color:var(--text);margin:0;font-size:15px;font-weight:600}.pc-admin-empty-hint{color:var(--muted);margin:0;font-size:13px}.pc-admin-stores-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px;display:grid}.pc-admin-store-card{background:var(--card);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:10px;padding:14px;display:flex}.pc-admin-store-card-header{justify-content:space-between;align-items:center;display:flex}.pc-admin-store-card-name{color:var(--text);font-size:14px;font-weight:700}.pc-admin-store-card-count{color:var(--muted);font-size:11px}.pc-admin-store-card-stats{gap:16px;display:flex}.pc-admin-store-card-stat{flex-direction:column;display:flex}.pc-admin-store-card-stat-value{color:var(--text);font-size:18px;font-weight:700}.pc-admin-store-card-stat-label{color:var(--muted);font-size:10px}@media (max-width:960px){.pc-page-grid{grid-template-columns:1fr}.pc-admin-kpis{grid-template-columns:repeat(2,1fr)}.pc-page-header,.pc-settings-add-fields{flex-direction:column}}@media (max-width:480px){.pc-admin-kpis{grid-template-columns:1fr}.pc-form-row{flex-direction:column}}.ci-settings-page{flex-direction:column;gap:24px;display:flex}.ci-settings-root{flex-direction:column;gap:20px;display:flex}.ci-settings-divider{background:var(--border);height:1px;margin:4px 0}.ci-section-header{flex-direction:column;gap:2px;margin-bottom:8px;display:flex}.ci-section-header--card{flex-direction:row;align-items:center;gap:12px}.ci-section-header-icon{width:38px;height:38px;color:var(--primary);background:#1d4ed814;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ci-section-header-icon--blue{color:var(--primary);background:#1d4ed814}.ci-section-header-icon--green{color:#16a34a;background:#16a34a14}.ci-section-header-icon--amber{color:#d97706;background:#d9770614}.ci-section-title{color:var(--foreground);margin:0;font-size:16px;font-weight:700}.ci-section-hint{color:var(--muted);margin:0;font-size:13px}.ci-feedback{color:#16a34a;font-size:13px;font-weight:500}.ci-feedback--error{color:var(--danger)}.ci-weekday-grid{flex-wrap:wrap;gap:6px;display:flex}.ci-weekday-btn{border:1px solid var(--border);background:var(--card);color:var(--muted);cursor:pointer;border-radius:8px;padding:8px 14px;font-size:13px;font-weight:500;transition:all .15s}.ci-weekday-btn:hover{border-color:var(--primary);color:var(--primary)}.ci-weekday-btn--active{background:var(--primary);border-color:var(--primary);color:#fff}.ci-weekday-btn--active:hover{color:#fff;background:#1e40af;border-color:#1e40af}.ci-global-section{background:var(--card);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:12px;padding:20px;display:flex}.ci-global-form{flex-direction:column;gap:12px;display:flex}.ci-store-days-section{background:var(--card);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:10px;padding:18px;display:flex}.ci-store-days-form{flex-direction:column;gap:10px;display:flex}.ci-use-global-check{font-size:14px}.ci-form-actions{align-items:center;gap:10px;display:flex}.ci-store-tabs-section{flex-direction:column;gap:10px;display:flex}.ci-store-tabs{flex-wrap:wrap;gap:6px;display:flex}.ci-store-tab{border:1px solid var(--border);background:var(--card);color:var(--muted);cursor:pointer;border-radius:8px;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:500;transition:all .15s;display:flex}.ci-store-tab:hover{border-color:var(--primary);color:var(--primary)}.ci-store-tab--active{background:var(--primary);border-color:var(--primary);color:#fff}.ci-store-tab--active:hover{color:#fff}.ci-store-tab-name{white-space:nowrap}.ci-store-tab-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.ci-store-tab-dot--ok{background:#16a34a}.ci-store-tab-dot--pending{background:#d1d5db}.ci-store-tab--active .ci-store-tab-dot--ok{background:#bbf7d0}.ci-store-tab--active .ci-store-tab-dot--pending{background:#ffffff80}.ci-store-content{flex-direction:column;gap:20px;display:flex}.ci-category-card{background:var(--card);border:1px solid var(--border);border-radius:12px;transition:box-shadow .15s}.ci-category-card:hover{box-shadow:0 2px 8px #0000000a}.ci-category-card--inactive{opacity:.6}.ci-category-card-header{border-bottom:1px solid var(--border);background:#1d4ed808;padding:14px 16px}.ci-category-header-row{align-items:center;gap:10px;display:flex}.ci-category-name{flex:1;margin:0;font-size:15px;font-weight:600}.ci-category-count{color:var(--muted);white-space:nowrap;background:#1d4ed80f;border-radius:999px;padding:2px 8px;font-size:12px}.ci-category-actions{opacity:.35;gap:2px;transition:opacity .12s;display:flex}.ci-category-header-row:hover .ci-category-actions,.ci-category-header-row:focus-within .ci-category-actions{opacity:1}@media (hover:none){.ci-category-actions{opacity:1}}.ci-category-edit-name{align-items:center;gap:8px;display:flex}.ci-category-name-input{border:1px solid var(--border);border-radius:6px;flex:1;padding:6px 10px;font-size:14px}.ci-category-card-body{flex-direction:column;gap:6px;padding:12px 16px;display:flex;overflow:visible}.ci-product-row{border-radius:8px;align-items:center;gap:10px;padding:8px 10px;transition:background .1s;display:flex}.ci-product-row:hover{background:#00000005}.ci-product-row--inactive{opacity:.5}.ci-product-row--editing{border:1px solid var(--border);background:#1d4ed80a;flex-wrap:wrap}.ci-product-name{flex:1;font-size:14px;font-weight:500}.ci-product-unit{color:var(--muted);white-space:nowrap;background:#0000000a;border-radius:4px;padding:2px 8px;font-size:12px}.ci-product-max{color:var(--muted);white-space:nowrap;font-size:13px;font-weight:500}.ci-product-actions{opacity:.35;flex-shrink:0;gap:2px;transition:opacity .12s;display:flex}.ci-product-row:hover .ci-product-actions,.ci-product-row:focus-within .ci-product-actions,.ci-product-actions--always{opacity:1}@media (hover:none){.ci-product-actions{opacity:1}}.ci-product-name-input{border:1px solid var(--border);border-radius:6px;flex:1;min-width:120px;padding:8px 10px;font-size:13px}.ci-product-unit-select{border:1px solid var(--border);background:var(--card);cursor:pointer;border-radius:6px;flex-shrink:0;width:100px;padding:8px;font-size:13px}.ci-product-max-input{border:1px solid var(--border);text-align:center;border-radius:6px;flex-shrink:0;width:70px;padding:8px 10px;font-size:13px}.ci-btn-activate{color:#16a34a!important}.ci-add-product-btn{color:var(--primary);gap:4px;padding:6px 10px;font-size:13px}.ci-add-supply-form{border:1px dashed var(--border);background:#1d4ed80a;border-radius:8px;flex-wrap:wrap;align-items:center;gap:8px;padding:10px 12px;display:flex}.ci-add-supply-form--warehouse{align-items:center}.ci-add-supply-form--warehouse .tsf-ss-root{flex:1;min-width:180px}.ci-add-category-form{align-items:center;gap:8px;display:flex}.ci-add-category-btn{border:2px dashed var(--border);width:100%;color:var(--muted);border-radius:12px;justify-content:center;gap:6px;padding:12px;font-weight:500;transition:all .15s}.ci-add-category-btn:hover{border-color:var(--primary);color:var(--primary)}.ci-inactive-details{border-top:1px dashed var(--border);margin-top:4px;padding-top:6px}.ci-inactive-summary{color:var(--muted);cursor:pointer;padding:4px 0;font-size:12px}.ci-empty-state{text-align:center;flex-direction:column;align-items:center;gap:8px;padding:32px 16px;display:flex}.ci-empty-icon{color:var(--muted);opacity:.5}.ci-empty-title{color:var(--foreground);margin:0;font-size:15px;font-weight:600}.ci-empty-hint{color:var(--muted);margin:0;font-size:13px}.cc-btn-sm{padding:5px 12px;font-size:12px}@media (max-width:600px){.ci-product-row,.ci-product-row--editing,.ci-add-supply-form{flex-wrap:wrap}.ci-product-name-input{width:100%}.ci-add-category-form{flex-direction:column;align-items:stretch}.ci-weekday-grid{gap:4px}.ci-weekday-btn{padding:6px 10px;font-size:12px}}.ci-employee-page{flex-direction:column;gap:20px;display:flex}.ci-page-title{font-size:20px;font-weight:700}.ci-counting-form{flex-direction:column;gap:16px;display:flex}.ci-counting-header{background:linear-gradient(135deg, var(--card) 0%, #1d4ed805 100%);border:1px solid var(--border);border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;padding:20px;display:flex}.ci-counting-header-info{flex-direction:column;gap:2px;display:flex}.ci-counting-eyebrow{text-transform:uppercase;letter-spacing:.5px;color:var(--primary);margin:0;font-size:11px;font-weight:600}.ci-counting-title{color:var(--foreground);margin:0;font-size:20px;font-weight:700}.ci-counting-subtitle{color:var(--muted);text-transform:capitalize;margin:0;font-size:13px}.ci-counting-progress{flex-direction:column;align-items:flex-end;gap:4px;min-width:140px;display:flex}.ci-counting-progress-bar{background:#0000000f;border-radius:999px;width:100%;height:6px;overflow:hidden}.ci-counting-progress-fill{background:var(--primary);border-radius:999px;height:100%;transition:width .3s}.ci-counting-progress-text{color:var(--muted);font-size:12px;font-weight:500}.ci-completed-banner{color:#16a34a;background:#16a34a14;border:1px solid #16a34a33;border-radius:10px;align-items:center;gap:8px;padding:12px 16px;font-size:14px;font-weight:600;display:flex}.ci-category-group{background:var(--card);border:1px solid var(--border);border-radius:14px;transition:box-shadow .15s;overflow:hidden}.ci-category-group:hover{box-shadow:0 2px 8px #0000000a}.ci-category-group-header{border-bottom:1px solid var(--border);background:#1d4ed808;justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.ci-category-group-title{color:var(--foreground);margin:0;font-size:15px;font-weight:600}.ci-category-group-count{color:var(--muted);background:#0000000a;border-radius:999px;padding:2px 8px;font-size:12px}.ci-supply-list{flex-direction:column;display:flex}.ci-supply-item{border-bottom:1px solid #0000000a;border-left:3px solid #0000;grid-template-rows:auto auto;grid-template-columns:1fr auto;align-items:center;gap:8px 12px;padding:12px 18px;transition:background .15s,border-color .15s;display:grid}.ci-supply-item:last-child{border-bottom:none}.ci-supply-item:hover{background:#00000004}.ci-supply-item--ok{background:#16a34a05;border-left-color:#16a34a}.ci-supply-item--warning{background:#d9770605;border-left-color:#d97706}.ci-supply-item--critical{background:#dc262605;border-left-color:#dc2626}.ci-supply-item-info{flex-direction:column;grid-area:1/1;gap:1px;display:flex}.ci-supply-item-name{color:var(--foreground);font-size:14px;font-weight:500}.ci-supply-item-meta{color:var(--muted);font-size:12px}.ci-supply-item-actions{flex-direction:row;grid-area:1/2;align-items:center;gap:8px;display:flex}.ci-supply-item-badge-slot{justify-content:flex-end;align-items:center;min-width:68px;display:flex}.ci-supply-item-input-group{align-items:center;gap:4px;display:flex}.ci-supply-item-input{border:1px solid var(--border);text-align:center;background:var(--card);border-radius:8px;width:72px;padding:8px 10px;font-size:15px;font-weight:600;transition:border-color .15s,box-shadow .15s}.ci-supply-item-input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #1d4ed814}.ci-supply-item-input:disabled{cursor:not-allowed;background:#00000008}.ci-supply-saving-dot{background:var(--primary);border-radius:50%;width:6px;height:6px;animation:1s infinite ci-pulse}@keyframes ci-pulse{0%,to{opacity:.3}50%{opacity:1}}.ci-need-badge{white-space:nowrap;border-radius:999px;padding:2px 8px;font-size:11px;font-weight:600}.ci-need-badge--ok{color:#16a34a;background:#16a34a1a}.ci-need-badge--warning{color:#d97706;background:#d977061a}.ci-need-badge--critical{color:#dc2626;background:#dc26261a}.ci-stock-bar{background:#0000000f;border-radius:999px;grid-area:2/1/auto/-1;height:4px;overflow:hidden}.ci-stock-bar-fill{border-radius:999px;height:100%;transition:width .3s}.ci-stock-bar-fill--ok{background:#16a34a}.ci-stock-bar-fill--warning{background:#d97706}.ci-stock-bar-fill--critical{background:#dc2626}.ci-summary-bar{background:var(--card);border:1px solid var(--border);border-radius:10px;justify-content:center;padding:14px 18px;display:flex}.ci-summary-stat{align-items:center;gap:8px;display:flex}.ci-summary-label{color:var(--muted);font-size:13px;font-weight:500}.ci-summary-value{color:var(--foreground);font-size:16px;font-weight:700}.ci-summary-value--warning{color:#d97706}.ci-counting-actions{justify-content:center;display:flex}.ci-complete-btn{gap:6px;padding:12px 32px;font-size:15px}.ci-counting-feedback{color:#16a34a;text-align:center;background:#16a34a14;border:1px solid #16a34a33;border-radius:10px;padding:10px 16px;font-size:14px;font-weight:500}.ci-counting-feedback--error{color:#92400e;background:#f59e0b14;border-color:#f59e0b40}@media (max-width:600px){.ci-counting-header{flex-direction:column;padding:16px}.ci-counting-progress{align-items:stretch;width:100%}.ci-supply-item{padding:10px 14px}.ci-supply-item-actions{flex-direction:column;align-items:flex-end;gap:3px}.ci-supply-item-badge-slot{min-width:0}.ci-supply-item-badge-slot:empty{display:none}.ci-stock-bar{grid-column:1/-1}.ci-supply-item-input{width:60px}}.ci-reminder{border:1px solid var(--border);border-radius:12px;align-items:center;gap:12px;padding:14px 18px;display:flex}.ci-reminder--pending{border-left:4px solid var(--primary);background:#1d4ed80a}.ci-reminder--overdue{background:#d977060a;border-left:4px solid #d97706}.ci-reminder--done{background:#16a34a0a;border-left:4px solid #16a34a}.ci-reminder-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.ci-reminder--pending .ci-reminder-icon{color:var(--primary);background:#1d4ed814}.ci-reminder--overdue .ci-reminder-icon{color:#d97706;background:#d9770614}.ci-reminder--done .ci-reminder-icon{color:#16a34a;background:#16a34a14}.ci-reminder-content{flex-direction:column;flex:1;gap:1px;display:flex}.ci-reminder-title{color:var(--foreground);font-size:14px;font-weight:600}.ci-reminder-hint{color:var(--muted);font-size:12px}.ci-reminder-btn{flex-shrink:0;text-decoration:none}@media (max-width:600px){.ci-reminder{flex-wrap:wrap}.ci-reminder-btn{text-align:center;justify-content:center;width:100%}}.ci-admin-page{flex-direction:column;gap:24px;display:flex}.ci-dashboard{flex-direction:column;gap:20px;display:flex}.ci-kpis{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.ci-kpi{background:var(--card);border:1px solid var(--border);border-left:4px solid var(--primary);text-align:center;border-radius:12px;flex-direction:column;gap:4px;padding:16px 16px 16px 14px;transition:box-shadow .15s,transform .15s;display:flex}.ci-kpi:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0000000f}.ci-kpi:nth-child(2){border-left-color:#d97706}.ci-kpi:nth-child(3){border-left-color:#dc2626}.ci-kpi:nth-child(4){border-left-color:#7c3aed}.ci-kpi-value{color:var(--foreground);font-size:26px;font-weight:700}.ci-kpi-value--warning{color:#d97706}.ci-kpi-value--danger{color:#dc2626}.ci-kpi-label{text-transform:uppercase;letter-spacing:.3px;color:var(--muted);font-size:11px;font-weight:600}.ci-store-cards{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:14px;display:grid}.ci-store-card{background:var(--card);border:1px solid var(--border);border-radius:14px;flex-direction:column;transition:box-shadow .15s,transform .15s;display:flex;overflow:hidden}.ci-store-card:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000000f}.ci-store-card-header{border-bottom:1px solid #0000000a;flex-direction:column;gap:4px;padding:16px 18px 12px;display:flex}.ci-store-card-title-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.ci-store-card-name{margin:0;font-size:16px;font-weight:600}.ci-store-status{white-space:nowrap;border-radius:999px;padding:3px 10px;font-size:11px;font-weight:600}.ci-store-status--done{color:#16a34a;background:#16a34a14}.ci-store-status--progress{color:var(--primary);background:#1d4ed814}.ci-store-status--pending{color:#64748b;background:#94a3b826}.ci-store-card-days{color:var(--muted);font-size:12px}.ci-store-card-needs{flex-direction:column;flex:1;gap:6px;padding:10px 18px 14px;display:flex}.ci-store-card-needs-header{margin-bottom:2px}.ci-store-card-needs-title{text-transform:uppercase;letter-spacing:.3px;color:var(--muted);font-size:11px;font-weight:600}.ci-store-need-row{align-items:center;gap:8px;font-size:13px;display:flex}.ci-store-need-name{flex:1;font-weight:500}.ci-store-need-cat{color:var(--muted);font-size:11px}.ci-store-need-qty{color:var(--muted);font-variant-numeric:tabular-nums;font-size:12px}.ci-store-card-ok{color:#16a34a;flex:1;align-items:center;gap:6px;padding:16px 18px;font-size:13px;font-weight:500;display:flex}.ci-store-card-empty{flex:1;padding:16px 18px}.ci-store-card-empty-text{color:var(--muted);font-size:13px}.ci-store-card-actions{padding:0 18px 14px}.ci-deliver-btn{justify-content:center;gap:6px;width:100%}.ci-exit-btn:not(:disabled){color:#a20519;color:lab(34.3495% 57.1812 37.8813);border-color:#f9bdb7;border-color:lab(81.9429% 21.6049 11.7754)}.ci-exit-btn:not(:disabled):hover{background:#fff1f0;background:lab(96.3359% 6.12152 3.29586);border-color:#e0615c;border-color:lab(57.823% 50.2439 29.1183)}.ci-exit-btn:not(:disabled):focus-visible{outline-offset:2px;outline:2px solid #c53637;outline:2px solid lab(45.9853% 56.8958 34.8481)}.ci-store-card--clickable{cursor:pointer;outline:none}.ci-store-card--clickable:focus-visible{outline:2px solid var(--primary,#1d4ed8);outline-offset:2px}.ci-store-card--clickable:hover{border-color:#1d4ed840}.ci-delivery-item-meta--ok{color:#16a34a;font-weight:500}.ci-delivery-empty{color:var(--muted);padding:12px 0;font-size:14px}.ci-modal--wide{max-width:680px}.ci-modal--scrollable-body{flex-direction:column;display:flex;overflow:hidden}.ci-modal--scrollable-body .ci-modal-header{flex-shrink:0}.ci-modal--scrollable-body .ci-modal-body{flex:1;min-height:0;overflow-y:auto}.ci-modal--scrollable-body .ci-modal-actions{border-top:1px solid var(--border);flex-shrink:0;padding:12px 20px}.ci-modal--last-count{flex-direction:column;display:flex;overflow:hidden}.ci-modal--last-count .ci-modal-header{flex-shrink:0}.ci-modal--last-count .ci-modal-body{flex:1;min-height:0;padding-top:0;padding-bottom:0;padding-right:0}.ci-modal--last-count .ci-last-count-list{flex:1;min-height:0;padding-right:5px;overflow-y:auto}.ci-modal--last-count .ci-modal-actions{border-top:1px solid var(--border);flex-shrink:0;padding:12px 20px}.ci-modal--delivery{flex-direction:column;display:flex;overflow:hidden}.ci-modal--delivery .ci-modal-header{flex-shrink:0}.ci-modal--delivery .ci-modal-body{flex:1;min-height:0;padding-left:0;padding-right:0}.ci-modal--delivery .ci-delivery-list{scrollbar-gutter:stable;flex:1;min-height:0;padding-left:0;padding-right:5px;overflow-y:auto}.ci-modal--delivery .ci-delivery-list-inner{flex-direction:column;gap:6px;margin-left:30px;margin-right:10px;display:flex}.ci-modal--delivery .ci-delivery-warehouse-row,.ci-modal--delivery .ci-delivery-notes,.ci-modal--delivery .ci-delivery-scroll-hint,.ci-modal--delivery .ci-modal-actions,.ci-modal--delivery .ci-counting-feedback{flex-shrink:0;padding-left:20px;padding-right:20px}.ci-modal--entry{flex-direction:column;display:flex;overflow:hidden}.ci-modal--entry .ci-modal-header{flex-shrink:0}.ci-modal--entry .ci-modal-body{flex:1;gap:0;min-height:0;padding:0}.ci-modal--entry .ci-delivery-list{scrollbar-gutter:stable;flex:1;min-height:0;padding:16px 20px 0 35px;overflow-y:auto}.ci-modal--entry .ci-delivery-notes{flex-shrink:0;padding:14px 20px 0}.ci-modal--entry .ci-counting-feedback{flex-shrink:0;padding:8px 20px 0}.ci-modal--entry .ci-modal-actions{flex-shrink:0;padding:14px 20px 20px}.ci-delivery-scroll-hint{color:var(--muted);text-align:right;margin:0;font-size:12px}.ci-last-count-complete{color:#16a34a;align-items:center;gap:8px;padding:10px 0 14px;font-size:14px;font-weight:500;display:flex}.ci-last-count-list{flex-direction:column;gap:0;display:flex}.ci-last-count-header-row{border-bottom:1px solid var(--border);text-transform:uppercase;letter-spacing:.3px;color:var(--muted);background:var(--card);z-index:1;align-items:center;gap:8px;padding:8px 0;font-size:11px;font-weight:600;display:flex;position:sticky;top:0}.ci-last-count-row{border-bottom:1px solid #0000000a;align-items:center;gap:8px;padding:8px 0;font-size:13px;display:flex}.ci-last-count-row--need{background:#ef444406}.ci-last-count-col{white-space:nowrap}.ci-last-count-col--name{white-space:normal;flex:1;font-weight:500}.ci-last-count-col--cat{width:100px;color:var(--muted);white-space:normal;font-size:12px}.ci-last-count-col--qty{text-align:right;font-variant-numeric:tabular-nums;width:72px}.ci-last-count-col--max{text-align:right;width:48px;color:var(--muted);font-variant-numeric:tabular-nums}.ci-last-count-col--status{text-align:right;width:80px}.ci-last-count-product-name{color:var(--foreground)}.ci-last-count-cat{color:var(--muted)}.ci-last-count-qty{font-weight:500}.ci-last-count-max{color:var(--muted)}@media (max-width:600px){.ci-modal--last-count .ci-modal-body{padding-left:5px}.ci-last-count-header-row,.ci-last-count-row{gap:4px}.ci-last-count-col--cat{width:64px;font-size:11px}.ci-last-count-col--qty{width:58px}.ci-last-count-col--max{width:26px}.ci-last-count-col--status{width:60px}.ci-modal--delivery .ci-delivery-list-inner{margin-left:14px;margin-right:4px}.ci-modal--delivery .ci-delivery-warehouse-row,.ci-modal--delivery .ci-delivery-notes,.ci-modal--delivery .ci-delivery-scroll-hint,.ci-modal--delivery .ci-modal-actions,.ci-modal--delivery .ci-counting-feedback{padding-left:14px;padding-right:14px}.ci-modal--delivery .ci-delivery-item{gap:7px;padding:8px 10px}.ci-modal--delivery .ci-delivery-qty-group{min-width:120px}.ci-modal--entry .ci-delivery-list,.ci-modal--entry .ci-delivery-notes,.ci-modal--entry .ci-counting-feedback,.ci-modal--entry .ci-modal-actions{padding-left:12px;padding-right:12px}.ci-modal--entry .ci-delivery-item{gap:8px;padding:8px 10px}.ci-modal--entry .ci-delivery-qty-group{min-width:70px}}.ci-consolidated-section{flex-direction:column;gap:12px;display:flex}.ci-consolidated-table-wrap{background:var(--card);border:1px solid var(--border);border-radius:12px;overflow:auto}.ci-consolidated-table{border-collapse:collapse;width:100%}.ci-consolidated-th{text-transform:uppercase;letter-spacing:.3px;color:var(--muted);text-align:left;border-bottom:1px solid var(--border);white-space:nowrap;padding:10px 14px;font-size:11px;font-weight:600}.ci-consolidated-td{border-bottom:1px solid #0000000a;padding:10px 14px;font-size:13px}.ci-consolidated-td--bold{font-weight:600}.ci-consolidated-row:last-child .ci-consolidated-td{border-bottom:none}.ci-modal-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1000;background:#0006;justify-content:center;align-items:center;padding:20px;animation:.15s ci-fade-in;display:flex;position:fixed;inset:0}@keyframes ci-fade-in{0%{opacity:0}to{opacity:1}}.ci-modal{background:var(--card);border-radius:16px;width:100%;max-width:560px;max-height:85vh;overflow:auto;box-shadow:0 25px 50px #00000026}.ci-modal-header{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:20px 20px 16px;display:flex}.ci-modal-header-icon{width:40px;height:40px;color:var(--primary);background:#1d4ed814;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ci-modal-header-text{flex:1}.ci-modal-title{margin:0;font-size:17px;font-weight:700}.ci-modal-subtitle{color:var(--muted);margin:0;font-size:13px}.ci-modal-close{cursor:pointer;color:var(--muted);background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:4px;line-height:1;transition:background .15s;display:inline-flex}.ci-modal-close:hover{background:#0000000f}.ci-modal-body{flex-direction:column;gap:14px;padding:16px 20px 20px;display:flex}.ci-delivery-list{flex-direction:column;gap:6px;display:flex}.ci-delivery-item{border:1px solid var(--border);border-radius:10px;align-items:center;gap:10px;padding:10px 12px;transition:background .1s;display:flex}.ci-delivery-item--unchecked{opacity:.5}.ci-delivery-check input{cursor:pointer;width:18px;height:18px}.ci-delivery-item-info{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.ci-delivery-item-name{font-size:14px;font-weight:500}.ci-delivery-item-meta{color:var(--muted);font-size:12px}.ci-delivery-qty-group{flex-shrink:0;justify-content:flex-end;align-items:center;gap:6px;min-width:155px;display:flex}.ci-delivery-qty-input{border:1px solid var(--border);text-align:center;border-radius:6px;width:60px;padding:6px 8px;font-size:14px;font-weight:600}.ci-delivery-qty-input--partial{color:#d97706;border-color:#d97706}.ci-entry-stock-value{color:var(--text);font-weight:600}.ci-entry-low-stock{color:#b45309;white-space:nowrap;vertical-align:middle;background:#b453091a;border-radius:4px;align-items:center;margin-left:4px;padding:1px 5px;font-size:10px;font-weight:600;display:inline-flex}.ci-delivery-partial-badge{color:#d97706;white-space:nowrap;background:#d977061a;border-radius:4px;order:-1;padding:2px 6px;font-size:10px;font-weight:600}.ci-delivery-not-delivered-badge{color:#dc2626;white-space:nowrap;background:#dc26261a;border-radius:4px;order:-1;padding:2px 6px;font-size:10px;font-weight:600}.ci-delivery-qty-input--not-delivered{color:#dc2626;border-color:#dc2626}.ci-delivery-notes{flex-direction:column;gap:4px;display:flex}.ci-delivery-notes-label{color:var(--muted);font-size:12px;font-weight:600}.ci-delivery-notes-input{border:1px solid var(--border);resize:vertical;border-radius:8px;padding:8px 12px;font-size:13px}.ci-modal-actions{justify-content:flex-end;gap:8px;padding-top:4px;display:flex}@media (max-width:600px){.ci-kpis{grid-template-columns:repeat(2,1fr)}.ci-store-cards{grid-template-columns:1fr}.ci-modal{max-height:90vh;margin:10px}}.ci-history-page{flex-direction:column;gap:24px;display:flex}.ci-history{flex-direction:column;gap:14px;display:flex}.ci-history-tabs{border-bottom:2px solid var(--border);gap:4px;display:flex}.ci-history-tab{color:var(--muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-2px;padding:10px 18px;font-size:14px;font-weight:500;transition:all .15s}.ci-history-tab:hover{color:var(--foreground)}.ci-history-tab--active{color:var(--primary);border-bottom-color:var(--primary);font-weight:600}.ci-history-export{justify-content:flex-end;display:flex}.ci-history-table-wrap{background:var(--card);border:1px solid var(--border);border-radius:12px;overflow:auto}.ci-history-table{border-collapse:collapse;width:100%}.ci-history-th{text-transform:uppercase;letter-spacing:.3px;color:var(--muted);text-align:left;border-bottom:1px solid var(--border);white-space:nowrap;padding:10px 14px;font-size:11px;font-weight:600}.ci-history-td{border-bottom:1px solid #0000000a;padding:10px 14px;font-size:13px}.ci-history-td--bold{font-weight:600}.ci-history-td--notes{text-overflow:ellipsis;white-space:nowrap;max-width:200px;overflow:hidden}.ci-history-row:last-child .ci-history-td{border-bottom:none}.ci-history-empty{text-align:center;color:var(--muted);padding:32px 16px;font-size:14px}.ci-history-desktop{display:table}.ci-history-mobile{flex-direction:column;gap:8px;padding:12px;display:none}.ci-history-card{border:1px solid var(--border);border-radius:10px;flex-direction:column;gap:6px;padding:12px 14px;display:flex}.ci-history-card-top{justify-content:space-between;align-items:center;display:flex}.ci-history-card-date{font-size:13px;font-weight:600}.ci-history-card-body{flex-direction:column;gap:2px;display:flex}.ci-history-card-store{font-size:14px;font-weight:500}.ci-history-card-meta{color:var(--muted);font-size:12px}@media (max-width:600px){.ci-history-desktop{display:none}.ci-history-mobile{display:flex}}.ci-wh-delete-hold-btn:before{background:linear-gradient(90deg,#fdc9c4,#f8a49d)!important;background:linear-gradient(90deg,lab(85.5193% 18.485 10.0423),lab(75.8489% 31.0226 17.1029))!important}.ci-wh-delete-hold-btn[data-hold-active=true]{color:#8d000f!important;color:lab(28.5252% 57.3552 40.6532)!important;box-shadow:inset 0 0 0 1px #f08f87,0 0 0 3px #ffe3df!important;box-shadow:inset 0 0 0 1px lab(69.8466% 37.3708 20.841),0 0 0 3px lab(92.6692% 12.2811 6.63735)!important}.ci-wh-delete-error{color:#a20519;color:lab(34.3495% 57.1812 37.8813);margin:6px 0 0;font-size:12px}.ci-warehouse-section-toggle{cursor:pointer;text-align:left;width:100%;color:var(--foreground);background:0 0;border:none;align-items:center;gap:10px;padding:4px 0 12px;display:flex}.ci-warehouse-toggle-chevron{color:var(--muted);flex-shrink:0;transition:transform .18s ease-out}.ci-warehouse-toggle-chevron--open{transform:rotate(180deg)}.ci-warehouse-toggle-text{flex-direction:column;gap:2px;display:flex}.ci-section-title--inline{margin:0;display:block}.ci-section-hint--inline{color:var(--muted);margin:0;font-size:12px;display:block}.ci-warehouse-section-body{flex-direction:column;gap:16px;padding-bottom:4px;display:flex}.ci-warehouse-section{flex-direction:column;gap:12px;display:flex}.ci-product-max--low{color:#d97706;font-weight:600}.ci-store-warehouse-config{background:var(--card);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:12px;padding:18px;display:flex}.ci-store-warehouse-row{align-items:center;gap:8px;max-width:400px;display:flex}.ci-store-warehouse-row .ci-select-root{flex:1}.ci-mapping-section{border-top:1px dashed var(--border);flex-direction:column;gap:10px;margin-top:4px;padding-top:12px;display:flex}.ci-mapping-list{flex-direction:column;gap:6px;display:flex}.ci-mapping-row{background:var(--card);border:1px solid var(--border);border-radius:8px;align-items:center;gap:8px;padding:8px 12px;display:flex}.ci-mapping-store-name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:13px;font-weight:500;overflow:hidden}.ci-mapping-arrow{color:var(--muted);flex-shrink:0}.ci-mapping-select{border:1px solid var(--border);background:var(--card);border-radius:6px;flex:1;min-width:0;padding:6px 8px;font-size:13px}.ci-mapping-group-label{align-items:center;gap:6px;padding:4px 0;font-size:12px;font-weight:600;display:flex}.ci-mapping-group-label--pending{color:#d97706}.ci-mapping-mapped-section{flex-direction:column;gap:6px;display:flex}.ci-mapping-toggle-btn{cursor:pointer;color:var(--muted);background:0 0;border:none;align-items:center;gap:6px;padding:6px 0;font-size:13px;transition:color .15s;display:flex}.ci-mapping-toggle-btn:hover{color:var(--foreground)}.ci-mapping-toggle-chevron{flex-shrink:0;transition:transform .2s}.ci-mapping-toggle-chevron--open{transform:rotate(180deg)}.ci-mapping-toggle-check{color:#16a34a;flex-shrink:0}.ci-mapping-toggle-text{font-weight:500}.ci-mapping-row--mapped{opacity:.8}.ci-mapping-all-done{color:#16a34a;background:#16a34a0f;border-radius:8px;align-items:center;gap:6px;padding:8px 12px;font-size:13px;font-weight:500;display:flex}@media (max-width:600px){.ci-mapping-row{flex-wrap:wrap}.ci-mapping-arrow{display:none}.ci-mapping-select,.ci-mapping-row .ci-select-root{width:100%}}.ci-movement-badge{white-space:nowrap;border-radius:999px;align-items:center;padding:3px 10px;font-size:11px;font-weight:600;display:inline-flex}.ci-movement-badge--entry{color:#16a34a;background:#16a34a14}.ci-movement-badge--exit{color:#dc2626;background:#dc262614}.ci-delivery-warehouse-row{flex-direction:column;gap:4px;display:flex}.ci-warehouse-cards-section{flex-direction:column;gap:12px;display:flex}.ci-warehouse-cards-section .ci-section-title{color:var(--muted);text-transform:uppercase;letter-spacing:.5px;font-size:14px}.ci-history-table-wrap{border-radius:12px;overflow:hidden}.ci-history-row:hover .ci-history-td{background:#00000004}.ci-history-th--toggle{width:36px}.ci-delivery-row{cursor:pointer}.ci-delivery-row:focus-visible{outline:2px solid var(--accent,#2563eb);outline-offset:-2px}.ci-delivery-td-toggle{width:36px;color:var(--muted);padding-right:0}.ci-delivery-row--open .ci-delivery-td-toggle{color:var(--text)}.ci-delivery-row--open .ci-history-td{background:#0f172a05}.ci-delivery-caret{flex-shrink:0;width:14px;height:14px;transition:transform .18s cubic-bezier(.16,1,.3,1);transform:rotate(0)}.ci-delivery-caret--open{transform:rotate(90deg)}.ci-delivery-detail-row td{background:#0f172a06;border-top:0;padding:0}.ci-delivery-detail-grid{grid-template-rows:0fr;transition:grid-template-rows .22s cubic-bezier(.16,1,.3,1);display:grid}.ci-delivery-detail-grid--open{grid-template-rows:1fr}.ci-delivery-detail-wrap{min-height:0;overflow:hidden}.ci-delivery-detail-inner{flex-direction:column;gap:12px;padding:14px 20px 18px;display:flex}.ci-delivery-detail-stats{flex-wrap:wrap;gap:8px;display:flex}.ci-delivery-chip{letter-spacing:.02em;border:1px solid #0000;border-radius:999px;align-items:center;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.ci-delivery-chip--short{color:var(--danger,#b91c1c);background:#dc262614;border-color:#dc262638}.ci-delivery-chip--extra{color:var(--warning,#b45309);background:#b4530914;border-color:#b4530938}.ci-delivery-chip--ok{color:var(--success,#166534);background:#15803d14;border-color:#15803d38}.ci-delivery-items{border-collapse:collapse;width:100%;font-size:13px}.ci-delivery-items thead th{text-align:left;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);border-bottom:1px solid var(--border);padding:6px 8px;font-size:10px;font-weight:600}.ci-delivery-items thead th.ci-delivery-items-num{text-align:right}.ci-delivery-items-num{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.ci-delivery-items tbody td{border-bottom:1px solid #0f172a0a;padding:7px 8px}.ci-delivery-items tbody tr:last-child td{border-bottom:0}.ci-delivery-items-row--short td{background:#dc26260b}.ci-delivery-items-row--short .ci-delivery-items-diff{color:var(--danger,#b91c1c);font-weight:600}.ci-delivery-items-row--extra td{background:#b453090b}.ci-delivery-items-row--extra .ci-delivery-items-diff{color:var(--warning,#b45309);font-weight:600}.ci-delivery-empty{color:var(--muted);margin:0;font-size:13px;font-style:italic}.ci-delivery-notes{background:var(--card,white);border:1px solid var(--border);border-radius:8px;flex-direction:column;gap:2px;margin:0;padding:10px 12px;font-size:13px;display:flex}.ci-delivery-notes-label{letter-spacing:.04em;text-transform:uppercase;color:var(--muted);font-size:10px;font-weight:600}.ci-delivery-notes-text{font-style:italic}.ci-delivery-card{cursor:pointer}.ci-delivery-card:focus-visible{outline:2px solid var(--accent,#2563eb);outline-offset:2px}.ci-delivery-card .ci-history-card-top{align-items:center;gap:8px}.ci-delivery-card .ci-delivery-caret{color:var(--muted);margin-left:auto}.ci-delivery-card--open .ci-delivery-caret{color:var(--text)}.ci-delivery-card .ci-delivery-detail-inner{padding:10px 0 4px}.ci-delivery-card .ci-delivery-items{font-size:12px}@media (prefers-reduced-motion:reduce){.ci-delivery-caret,.ci-delivery-detail-grid{transition:none}}.ci-consolidated-table-wrap{border-radius:12px}.ci-consolidated-row:hover .ci-consolidated-td{background:#00000004}.ci-wh-stock-list{flex-direction:column;gap:0;display:flex}.ci-wh-stock-header-row{border-bottom:1px solid var(--border);grid-template-columns:1fr 80px 70px 70px 80px;gap:8px;padding:8px 12px;display:grid}.ci-wh-stock-col{text-transform:uppercase;letter-spacing:.3px;color:var(--muted);font-size:11px;font-weight:600}.ci-wh-stock-col--qty,.ci-wh-stock-col--min{text-align:center}.ci-wh-stock-col--status{text-align:right}.ci-wh-stock-row{border-bottom:1px solid #0000000a;border-left:3px solid #0000;grid-template-rows:auto auto;grid-template-columns:1fr 80px 70px 70px 80px;align-items:center;gap:8px;padding:10px 12px;transition:background .1s;display:grid}.ci-wh-stock-row:last-child{border-bottom:none}.ci-wh-stock-row:hover{background:#00000004}.ci-wh-stock-row--warning{background:#d9770605;border-left-color:#d97706}.ci-wh-stock-row--critical{background:#dc262605;border-left-color:#dc2626}.ci-wh-stock-product-name{color:var(--foreground);font-size:14px;font-weight:500}.ci-wh-stock-unit{color:var(--muted);font-size:12px}.ci-wh-stock-qty{color:var(--foreground);text-align:center;font-size:15px;font-weight:700}.ci-wh-stock-min{color:var(--muted);text-align:center;font-size:13px}.ci-wh-stock-bar{background:#0000000f;border-radius:999px;grid-column:1/-1;height:4px;overflow:hidden}.ci-store-card-actions--row{gap:8px;display:flex}.ci-store-card-actions--row .ci-deliver-btn{flex:1;min-width:0}.ci-store-card-actions--stack{flex-direction:column;gap:8px;display:flex}.ci-store-card-actions--stack .ci-store-card-actions--row{padding:0}@media (max-width:600px){.ci-wh-stock-header-row{display:none}.ci-wh-stock-row{grid-template-columns:1fr auto;gap:4px 8px}.ci-wh-stock-col--unit,.ci-wh-stock-col--min{display:none}.ci-wh-stock-col--status{text-align:left}.ci-store-card-actions--row{flex-direction:column}}.ci-select-root{flex-shrink:0;min-width:100px;position:relative}.ci-select-trigger{border:1px solid var(--border);background:var(--card);cursor:pointer;text-align:left;border-radius:8px;justify-content:space-between;align-items:center;gap:6px;width:100%;padding:8px 10px;font-size:13px;transition:border-color .15s,box-shadow .15s;display:flex}.ci-select-trigger:hover{border-color:var(--primary)}.ci-select-trigger--open{border-color:var(--primary);box-shadow:0 0 0 3px #1d4ed814}.ci-select-trigger--disabled{opacity:.5;cursor:not-allowed}.ci-select-label{text-overflow:ellipsis;white-space:nowrap;color:var(--foreground);flex:1;font-weight:500;overflow:hidden}.ci-select-label--placeholder{color:var(--muted);font-weight:400}.ci-select-chevron{color:var(--muted);flex-shrink:0;font-size:12px;transition:transform .15s}.ci-select-chevron--open{transform:rotate(180deg)}.ci-select-menu{background:var(--card);border:1px solid var(--border);z-index:50;scrollbar-width:thin;scrollbar-color:#00000026 transparent;border-radius:10px;min-width:160px;max-height:220px;padding:4px;animation:.12s ci-select-fade;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:hidden auto;box-shadow:0 8px 24px #0000001f}.ci-select-menu::-webkit-scrollbar{width:5px}.ci-select-menu::-webkit-scrollbar-track{background:0 0;margin:6px 0}.ci-select-menu::-webkit-scrollbar-thumb{background:#00000026;border-radius:999px}@keyframes ci-select-fade{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.ci-select-option{width:100%;color:var(--foreground);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;justify-content:space-between;align-items:center;padding:8px 10px;font-size:13px;transition:background .1s;display:flex}.ci-select-option:hover{background:#1d4ed80f}.ci-select-option--selected{color:var(--primary);background:#1d4ed814;font-weight:600}.ci-select-check{color:var(--primary);flex-shrink:0;font-size:12px}.ci-select-empty{color:var(--muted);padding:10px 14px;font-size:13px}.adm-cards-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px;display:grid}.adm-card{background:var(--card);border:1px solid var(--border);border-left:4px solid var(--primary);cursor:pointer;text-align:left;border-radius:12px;flex-direction:column;gap:12px;width:100%;padding:16px 18px;transition:box-shadow .15s,transform .15s,border-color .15s;display:flex}.adm-card:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000012}.adm-card--ok{border-left-color:#16a34a}.adm-card--warning{border-left-color:#d97706}.adm-card--problem{border-left-color:#dc2626}.adm-cards-grid--fallback{min-height:252px}.adm-card--fallback{pointer-events:none;min-height:118px}.adm-card-fallback-header{align-items:center;gap:10px;display:flex}.adm-card-fallback-icon,.adm-card-fallback-title,.adm-card-fallback-kpis span{background:linear-gradient(90deg,#e2e8f0 0%,#f8fafc 50%,#e2e8f0 100%) 0 0/200% 100%;border-radius:8px;animation:1.4s ease-in-out infinite loading-shimmer;display:block}.adm-card-fallback-icon{flex:none;width:36px;height:36px}.adm-card-fallback-title{width:58%;height:14px}.adm-card-fallback-kpis{gap:20px;display:flex}.adm-card-fallback-kpis span{width:72px;height:32px}.adm-card-header{align-items:center;gap:10px;display:flex}.adm-card-icon{width:36px;height:36px;color:var(--primary);background:#1d4ed80f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.adm-card--ok .adm-card-icon{color:#16a34a;background:#16a34a0f}.adm-card--warning .adm-card-icon{color:#d97706;background:#d977060f}.adm-card--problem .adm-card-icon{color:#dc2626;background:#dc26260f}.adm-card-title{color:var(--foreground);font-size:14px;font-weight:600}.adm-card-kpis{gap:20px;display:flex}.adm-card-kpi{flex-direction:column;gap:1px;display:flex}.adm-card-kpi-value{color:var(--foreground);font-size:22px;font-weight:700;line-height:1.1}.adm-kpi-warning{color:#d97706}.adm-kpi-danger{color:#dc2626}.adm-kpi-info{color:var(--primary)}.adm-card-kpi-label{color:var(--muted);text-transform:uppercase;letter-spacing:.3px;font-size:11px;font-weight:500}.adm-modal-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1000;background:#0006;justify-content:center;align-items:center;padding:20px;animation:.15s ci-fade-in;display:flex;position:fixed;inset:0}.adm-modal{background:var(--card);border-radius:16px;flex-direction:column;width:100%;max-width:520px;max-height:80vh;display:flex;box-shadow:0 25px 50px #00000026}.adm-modal-header{border-bottom:1px solid var(--border);flex-shrink:0;align-items:center;gap:12px;padding:18px 20px;display:flex}.adm-modal-header-icon{width:38px;height:38px;color:var(--primary);background:#1d4ed814;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.adm-modal-title{flex:1;margin:0;font-size:17px;font-weight:700}.adm-modal-close{cursor:pointer;color:var(--muted);background:0 0;border:none;border-radius:6px;padding:4px;transition:background .15s}.adm-modal-close:hover{background:#0000000f}.adm-modal-body{flex-direction:column;flex:1;gap:2px;padding:12px 20px;display:flex;overflow-y:auto}.adm-modal-store-row{border-bottom:1px solid #0000000a;align-items:center;gap:8px;padding:10px 0;display:flex}.adm-modal-store-row:last-child{border-bottom:none}.adm-modal-store-name{color:var(--foreground);flex:1;font-size:14px;font-weight:500}.adm-modal-store-detail{color:var(--muted);white-space:nowrap;font-size:12px}.adm-modal-status{white-space:nowrap;border-radius:999px;padding:3px 10px;font-size:11px;font-weight:600}.adm-modal-status--done{color:#16a34a;background:#16a34a14}.adm-modal-status--progress{color:var(--primary);background:#1d4ed814}.adm-modal-status--pending{color:#64748b;background:#94a3b826}.adm-modal-status--danger{color:#dc2626;background:#dc262614}.adm-modal-store{border-bottom:1px solid #0000000a;padding:10px 0}.adm-modal-store:last-child{border-bottom:none}.adm-modal-store-header{justify-content:space-between;align-items:center;gap:8px;margin-bottom:6px;display:flex}.adm-modal-store-badge{color:var(--primary);white-space:nowrap;background:#1d4ed80f;border-radius:999px;padding:2px 8px;font-size:11px;font-weight:600}.adm-modal-store-list{flex-wrap:wrap;gap:4px;display:flex}.adm-modal-emp-tag{color:var(--foreground);background:#0000000a;border-radius:6px;padding:3px 8px;font-size:12px}.adm-modal-empty{color:var(--muted);font-size:12px;font-style:italic}.adm-modal-section{flex-direction:column;gap:2px;margin-bottom:16px;display:flex}.adm-modal-section:last-child{margin-bottom:0}.adm-modal-section-title{color:#64748b;text-transform:uppercase;letter-spacing:.04em;margin:0 0 4px;font-size:12px;font-weight:700}.adm-modal-store-row--link{color:inherit;border-bottom:0;border-radius:8px;margin:0 -8px;padding:10px 8px;text-decoration:none;transition:background .12s}.adm-modal-store-row--link:hover{background:#f1f5f9}.adm-modal-footer{border-top:1px solid var(--border);flex-shrink:0;justify-content:center;padding:14px 20px;display:flex}.adm-modal-link{color:var(--primary);border-radius:8px;align-items:center;gap:6px;padding:8px 20px;font-size:14px;font-weight:600;text-decoration:none;transition:background .15s;display:flex}.adm-modal-link:hover{background:#1d4ed80f}.adm-card-temp{flex-direction:column;gap:8px;display:flex}.adm-card-temp-periods{gap:8px;display:flex}.adm-card-temp-badges{flex-wrap:wrap;gap:6px;display:flex}.adm-card-temp-badge{white-space:nowrap;border-radius:6px;padding:3px 8px;font-size:11px;font-weight:600}.adm-card-temp-badge--warning{color:#d97706;background:#d977061a}.adm-card-temp-badge--danger{color:#dc2626;background:#dc26261a}.adm-temp-period{background:#00000008;border-radius:6px;align-items:center;gap:4px;padding:4px 8px;font-size:12px;font-weight:500;display:flex}.adm-temp-period-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.adm-temp-period--done .adm-temp-period-dot{background:#16a34a}.adm-temp-period--pending .adm-temp-period-dot{background:#d1d5db}.adm-temp-period--late .adm-temp-period-dot{background:#dc2626;animation:1s infinite ci-pulse}.adm-temp-period-label{color:var(--foreground)}.adm-modal-temp-period{border:1px solid var(--border);background:#00000005;border-radius:10px;flex:1;align-items:center;gap:6px;padding:10px 12px;display:flex}.adm-modal-temp-period--done{background:#16a34a0a;border-color:#16a34a4d}.adm-modal-temp-period--late{background:#dc26260a;border-color:#dc26264d}.adm-modal-temp-period-label{color:var(--foreground);flex:1;font-size:13px;font-weight:600}.adm-modal-temp-period-status{font-size:11px;font-weight:600}.adm-modal-temp-period--done .adm-modal-temp-period-status{color:#16a34a}.adm-modal-temp-period--pending .adm-modal-temp-period-status{color:#94a3b8}.adm-modal-temp-period--late .adm-modal-temp-period-status{color:#dc2626}.adm-temp-modal{flex-direction:column;gap:14px;display:flex}.adm-temp-section{border:1px solid var(--border);background:#00000004;border-radius:12px;flex-direction:column;gap:10px;padding:14px;display:flex}.adm-temp-section--alerts{background:#dc262605;border-color:#dc262626}.adm-temp-section-header{color:var(--primary);text-transform:uppercase;letter-spacing:.3px;align-items:center;gap:8px;font-size:13px;font-weight:700;display:flex}.adm-temp-section-header--warning{color:#dc2626}.adm-temp-section-title{flex:1}.adm-temp-store-list{flex-direction:column;gap:0;display:flex}.adm-temp-store-item{border-bottom:1px solid #0000000a;border-left:3px solid #0000;border-radius:0 6px 6px 0;align-items:center;gap:8px;padding:8px 6px;transition:background .1s;display:flex}.adm-temp-store-item:last-child{border-bottom:none}.adm-temp-store-item:hover{background:#00000005}.adm-temp-store-item--done{border-left-color:#16a34a}.adm-temp-store-item--danger{background:#dc262605;border-left-color:#dc2626}.adm-temp-store-item--pending{border-left-color:#d1d5db}.adm-temp-store-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.adm-temp-store-item--done .adm-temp-store-dot{background:#16a34a}.adm-temp-store-item--danger .adm-temp-store-dot{background:#dc2626}.adm-temp-store-item--pending .adm-temp-store-dot{background:#d1d5db}.adm-temp-store-name{flex:1;font-size:14px;font-weight:500}.adm-temp-alert-group{flex-direction:column;gap:4px;display:flex}.adm-temp-alert-label{text-transform:uppercase;letter-spacing:.3px;color:#d97706;align-items:center;gap:5px;padding:4px 0;font-size:11px;font-weight:700;display:flex}.adm-temp-alert-label--danger{color:#dc2626}.adm-temp-alert-item{background:var(--card);border:1px solid var(--border);border-radius:8px;align-items:center;gap:8px;padding:8px 10px;display:flex}.adm-temp-alert-freezer{color:var(--foreground);font-size:13px;font-weight:600}.adm-temp-alert-store{color:var(--muted);flex:1;font-size:12px}.adm-modal-view-btn--warning{color:#d97706;background:#d977060a;border-color:#d977064d}.adm-modal-view-btn--warning:hover{background:#d977061a;border-color:#d97706}.adm-modal-view-btn--danger{color:#dc2626;background:#dc26260a;border-color:#dc26264d}.adm-modal-view-btn--danger:hover{background:#dc26261a;border-color:#dc2626}.adm-temp-link{color:var(--primary);white-space:nowrap;flex-shrink:0;align-items:center;gap:4px;font-size:13px;font-weight:600;text-decoration:none;transition:opacity .15s;display:flex}.adm-temp-link:hover{opacity:.75}.adm-modal-temp-tab-count{color:var(--muted);margin-left:auto;font-size:11px}.adm-modal-temp-tabs{gap:4px;display:flex}.adm-modal-temp-tab{border:1px solid var(--border);background:var(--card);cursor:pointer;border-radius:10px;flex:1;align-items:center;gap:6px;padding:10px 12px;font-size:13px;font-weight:500;transition:all .15s;display:flex}.adm-modal-temp-tab:hover{border-color:var(--primary)}.adm-modal-temp-tab--active{border-color:var(--primary);background:#1d4ed80a;box-shadow:0 0 0 2px #1d4ed81a}.adm-modal-temp-tab--done .adm-temp-period-dot{background:#16a34a}.adm-modal-temp-tab--pending .adm-temp-period-dot{background:#d1d5db}.adm-modal-temp-tab--late .adm-temp-period-dot{background:#dc2626;animation:1s infinite ci-pulse}.adm-modal-temp-tab-label{color:var(--foreground)}.adm-modal-temp-store-list{flex-direction:column;gap:0;display:flex}.adm-modal-view-btn{color:var(--primary);white-space:nowrap;background:#1d4ed80a;border:1px solid #1d4ed833;border-radius:6px;flex-shrink:0;padding:4px 10px;font-size:12px;font-weight:600;text-decoration:none;transition:all .15s}.adm-modal-view-btn:hover{border-color:var(--primary);background:#1d4ed814}.adm-modal-defect-store{border-bottom:1px solid #0000000a;padding-bottom:6px}.adm-modal-defect-store:last-child{border-bottom:none}.adm-modal-ticket-list{flex-direction:column;gap:0;padding-left:12px;display:flex}.adm-modal-ticket-row{border-bottom:1px solid #00000008;align-items:center;gap:8px;padding:6px 0;display:flex}.adm-modal-ticket-row:last-child{border-bottom:none}.adm-modal-ticket-name{color:var(--muted);flex:1;font-size:13px}.adm-modal-section-label--warning{color:#d97706}.adm-modal-section-label{text-transform:uppercase;letter-spacing:.3px;color:var(--muted);padding:8px 0 4px;font-size:11px;font-weight:600}.adm-modal-ok-message{color:#16a34a;align-items:center;gap:6px;padding:14px 0;font-size:14px;font-weight:500;display:flex}@media (max-width:600px){.adm-cards-grid{grid-template-columns:1fr}.adm-modal{max-height:90vh;margin:10px}.adm-modal-temp-periods{flex-direction:column}.adm-card-temp-periods{flex-wrap:wrap}}.td-notify-field{flex-direction:column;gap:4px;display:flex}.td-notify-label{color:var(--muted);text-transform:uppercase;letter-spacing:.3px;font-size:12px;font-weight:600}.td-notify-select,.td-notify-input{border:1px solid var(--border);background:var(--card);border-radius:8px;padding:10px 12px;font-size:14px}.td-notify-select:focus,.td-notify-input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #1d4ed814}.td-notify-file{color:var(--muted);font-size:13px}.td-notify-textarea{border:1px solid var(--border);resize:vertical;border-radius:8px;padding:10px 12px;font-family:inherit;font-size:14px}.td-notify-hint{color:#d97706;font-size:12px;font-style:italic}.td-add-tech-link{cursor:pointer;color:var(--primary);background:0 0;border:none;align-items:center;gap:4px;padding:2px 0;font-size:12px;font-weight:600;display:flex}.td-add-tech-link:hover{text-decoration:underline}.td-add-tech-form{border:1px dashed var(--border);background:#1d4ed808;border-radius:8px;flex-direction:column;gap:6px;padding:10px 12px;display:flex}.td-add-tech-input{border:1px solid var(--border);border-radius:6px;padding:8px 10px;font-size:13px}.td-add-tech-input--small{max-width:200px}.td-add-tech-actions{gap:6px;display:flex}.td-notify-event-details{background:#1d4ed80a;border-radius:8px;flex-direction:column;gap:4px;margin-top:4px;padding:8px 12px;display:flex}.td-notify-event-row{align-items:center;gap:6px;font-size:13px;display:flex}.td-notify-event-label{color:var(--muted);font-weight:500}.td-notify-event-value{color:var(--foreground);font-weight:600}.td-notify-event-link{color:var(--primary);font-size:13px;font-weight:600;text-decoration:none}.td-notify-event-link:hover{text-decoration:underline}.temp-ticket-status-technician-notified{color:var(--primary);background:#1d4ed814}.tech-section{background:var(--card);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:12px;padding:20px;display:flex}.tech-list{flex-direction:column;gap:4px;display:flex}.tech-row{border-radius:8px;align-items:center;gap:10px;padding:8px 10px;transition:background .1s;display:flex}.tech-row:hover{background:#00000005}.tech-row--inactive{opacity:.5}.tech-row--editing{border:1px solid var(--border);background:#1d4ed80a;border-radius:8px;flex-wrap:wrap}.tech-name{flex:1;font-size:14px;font-weight:500}.tech-phone{color:var(--muted);font-size:12px}.tech-specialty{color:var(--muted);background:#0000000a;border-radius:4px;padding:2px 8px;font-size:12px}.tech-actions{flex-shrink:0;gap:2px;display:flex}.tech-input{border:1px solid var(--border);border-radius:6px;flex:1;min-width:0;padding:8px 10px;font-size:13px}.tech-input--phone{max-width:140px}.tech-add-form{border:1px dashed var(--border);background:#1d4ed80a;border-radius:8px;flex-wrap:wrap;align-items:center;gap:8px;padding:10px 12px;display:flex}@media (max-width:600px){.tech-row,.tech-row--editing,.tech-add-form{flex-wrap:wrap}.tech-input--phone{max-width:100%}}.tsf-shell{box-sizing:border-box;flex-direction:column;gap:24px;width:100%;max-width:1280px;margin:0 auto;padding:24px;display:flex}.tsf-page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.tsf-page-header-copy{flex-direction:column;gap:4px;min-width:0;display:flex}.tsf-back-link{color:#64748b;align-items:center;gap:6px;margin-bottom:8px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.tsf-back-link:hover{color:var(--primary)}.tsf-eyebrow{color:#6366f1;letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:12px;font-weight:700}.tsf-page-title{color:#0f172a;letter-spacing:-.02em;margin:0;font-size:28px;font-weight:800}.tsf-page-title-arrow{color:#94a3b8;margin:0 8px;font-weight:400}.tsf-page-desc{color:#64748b;max-width:680px;margin:0;font-size:14px}.tsf-page-header-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.tsf-btn{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:12px;align-items:center;gap:8px;padding:10px 16px;font-size:13px;font-weight:600;line-height:1;text-decoration:none;transition:all .15s;display:inline-flex}.tsf-btn:disabled{opacity:.55;cursor:not-allowed}.tsf-btn-primary{background:var(--primary);color:#fff;box-shadow:0 6px 16px #1d4ed83d}.tsf-btn-primary:hover:not(:disabled){background:#1e40af;box-shadow:0 8px 20px #1d4ed852}.tsf-btn-secondary{color:#0f172a;background:#fff;border-color:#e2e8f0}.tsf-btn-secondary:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.tsf-btn-ghost{color:var(--primary);background:#1d4ed814}.tsf-btn-ghost:hover:not(:disabled){background:#1d4ed824}.tsf-btn-danger{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.tsf-btn-danger:hover:not(:disabled){background:#fee2e2}.tsf-link-btn{color:var(--primary);cursor:pointer;background:0 0;border:0;padding:2px 0;font-size:13px;font-weight:600}.tsf-link-btn:hover:not(:disabled){text-decoration:underline}.tsf-link-btn:disabled{opacity:.55;cursor:not-allowed}.tsf-link-sep{color:#cbd5e1;margin:0 6px}.tsf-kpi-row{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.tsf-kpi{background:#fff;border:1px solid #e2e8f0;border-radius:16px;align-items:center;gap:14px;padding:18px;display:flex;box-shadow:0 6px 18px #0f172a0a}.tsf-kpi-icon{color:#fff;border-radius:12px;flex-shrink:0;place-items:center;width:44px;height:44px;display:grid}.tsf-kpi-icon-blue{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.tsf-kpi-icon-green{background:linear-gradient(135deg,#10b981,#059669)}.tsf-kpi-icon-amber{background:linear-gradient(135deg,#f59e0b,#d97706)}.tsf-kpi-icon-teal{background:linear-gradient(135deg,#14b8a6,#0d9488)}.tsf-kpi-body{flex-direction:column;gap:2px;min-width:0;display:flex}.tsf-kpi-value{color:#0f172a;letter-spacing:-.02em;font-size:22px;font-weight:800;line-height:1.1}.tsf-kpi-label{color:#64748b;font-size:12px;font-weight:500}.tsf-filters{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:16px;transition:opacity .12s ease-out;box-shadow:0 6px 18px #0f172a08}.tsf-filters.is-pending{opacity:.7;pointer-events:none}.tsf-filters-row{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.tsf-filter-field{flex-direction:column;gap:6px;min-width:0;display:flex}.tsf-filter-label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:700}.tsf-filter-field .picker-field input[type=text],.tsf-form-field .picker-field input[type=text]{border:1px solid var(--border);background:var(--card);width:100%;height:auto;min-height:0;box-shadow:none;border-radius:8px;padding:8px 36px 8px 10px;font-size:13px}.tsf-filter-field .picker-field input[type=text]:focus,.tsf-form-field .picker-field input[type=text]:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #1d4ed814}.tsf-filter-field .picker-root.is-open .picker-field input[type=text],.tsf-form-field .picker-root.is-open .picker-field input[type=text]{border-color:var(--primary);box-shadow:0 0 0 3px #1d4ed814}.tsf-filter-field .picker-button,.tsf-form-field .picker-button{width:24px;height:24px;right:6px}.tsf-filter-field .picker-button svg,.tsf-form-field .picker-button svg{color:#94a3b8;width:14px;height:14px}.tsf-list-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;overflow:hidden;box-shadow:0 10px 30px #0f172a0a}.tsf-list-card-header{border-bottom:1px solid #f1f5f9;align-items:center;gap:10px;padding:16px 20px;display:flex}.tsf-list-card-title{color:#0f172a;flex:1;margin:0;font-size:15px;font-weight:700}.tsf-list-card-count{color:#475569;background:#f1f5f9;border-radius:12px;place-items:center;min-width:28px;height:24px;padding:0 8px;font-size:12px;font-weight:700;display:inline-grid}.tsf-list{flex-direction:column;display:flex}.tsf-list-item{color:inherit;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;text-decoration:none;transition:background .12s;display:flex}.tsf-list-item:last-child{border-bottom:0}.tsf-list-item:hover{background:#f8fafc}.tsf-list-item-main{flex:1;align-items:center;gap:16px;min-width:0;display:flex}.tsf-list-item-date-value{color:var(--primary);font-variant-numeric:tabular-nums;background:#eff6ff;border-radius:8px;padding:6px 10px;font-size:13px;font-weight:700;display:inline-block}.tsf-list-item-flow{color:#0f172a;align-items:center;gap:8px;min-width:0;font-size:14px;font-weight:600;display:flex}.tsf-list-item-flow-source,.tsf-list-item-flow-dest{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.tsf-list-item-flow-arrow{color:#94a3b8;flex-shrink:0}.tsf-list-item-meta{flex-shrink:0;align-items:center;gap:10px;display:flex}.tsf-list-item-chevron{color:#cbd5e1}.tsf-list-empty{color:#94a3b8;flex-direction:column;align-items:center;gap:12px;padding:48px 20px;display:flex}.tsf-list-empty-icon{color:#94a3b8;background:#f1f5f9;border-radius:50%;place-items:center;width:56px;height:56px;display:grid}.tsf-list-empty-text{margin:0;font-size:14px;font-weight:500}.tsf-status-badge{text-transform:uppercase;letter-spacing:.04em;border-radius:999px;align-items:center;padding:4px 10px;font-size:11px;font-weight:700;line-height:1.4;display:inline-flex}.tsf-status-draft{color:#475569;background:#f1f5f9}.tsf-status-awaiting-pdfs{color:#b45309;background:#fef3c7}.tsf-status-reconciled-ok{color:#15803d;background:#dcfce7}.tsf-status-reconciled-with-divergence{color:#b91c1c;background:#fee2e2}.tsf-status-cancelled{color:#64748b;background:#e2e8f0;text-decoration:line-through}.tsf-chip{white-space:nowrap;border-radius:999px;align-items:center;padding:3px 9px;font-size:11px;font-weight:700;display:inline-flex}.tsf-chip-warn{color:#b45309;background:#fef3c7}.tsf-chip-info{color:#0369a1;background:#e0f2fe}.tsf-chip-danger{color:#b91c1c;background:#fee2e2}.tsf-chip-ok{color:#15803d;background:#dcfce7}.tsf-chip-side-sender{color:#6d28d9;background:#ede9fe}.tsf-chip-side-receiver{color:#047857;background:#d1fae5}.tsf-feedback{border-radius:12px;padding:12px 16px;font-size:13px;font-weight:600}.tsf-feedback-success{color:#15803d;background:#dcfce7;border:1px solid #86efac}.tsf-feedback-error{color:#b91c1c;background:#fee2e2;border:1px solid #fecaca}.tsf-modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0f172a8c;place-items:center;padding:24px;display:grid;position:fixed;inset:0;overflow-y:auto}.tsf-modal{background:#fff;border-radius:18px;flex-direction:column;width:100%;max-width:560px;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 25px 60px #0f172a47}.tsf-modal-wide{max-width:860px}.tsf-modal-header{border-bottom:1px solid #f1f5f9;align-items:flex-start;gap:12px;padding:20px 24px;display:flex}.tsf-modal-header-left{flex:1;align-items:flex-start;gap:12px;min-width:0;display:flex}.tsf-modal-header-icon{color:#fff;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:12px;flex-shrink:0;place-items:center;width:40px;height:40px;display:grid}.tsf-modal-header-icon-warn{background:linear-gradient(135deg,#f59e0b,#d97706)}.tsf-modal-title{color:#0f172a;margin:0;font-size:17px;font-weight:800}.tsf-modal-subtitle{color:#64748b;margin:2px 0 0;font-size:13px}.tsf-modal-close{cursor:pointer;color:#94a3b8;background:0 0;border:0;border-radius:8px;place-items:center;width:32px;height:32px;display:grid}.tsf-modal-close:hover{color:#334155;background:#f1f5f9}.tsf-modal-tabs{border-bottom:1px solid #f1f5f9;gap:4px;padding:0 20px;display:flex}.tsf-modal-tab{color:#64748b;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;align-items:center;gap:6px;padding:14px 16px;font-size:13px;font-weight:600;display:inline-flex}.tsf-modal-tab.is-active{color:var(--primary);border-bottom-color:var(--primary)}.tsf-modal-tab-count{background:#f1f5f9;border-radius:10px;place-items:center;min-width:22px;height:20px;padding:0 6px;font-size:11px;font-weight:700;display:inline-grid}.tsf-modal-body{flex-direction:column;flex:1;gap:16px;min-height:0;padding:20px 24px;display:flex;overflow-y:auto}.tsf-modal-footer{background:#f8fafc;border-top:1px solid #f1f5f9;justify-content:flex-end;gap:10px;padding:16px 24px;display:flex}.tsf-panel{background:#fff;border:1px solid #e2e8f0;border-radius:14px}.tsf-panel-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;border-top-left-radius:14px;border-top-right-radius:14px;padding:14px 16px}.tsf-panel-title{color:#0f172a;margin:0 0 2px;font-size:14px;font-weight:700}.tsf-panel-desc{color:#64748b;margin:0;font-size:12px}.tsf-panel-body{flex-direction:column;gap:10px;padding:14px 16px;display:flex}.tsf-panel-meta{color:#64748b;margin:0;font-size:12px}.tsf-tolerance-row{flex-flow:wrap;align-items:flex-end;gap:12px}.tsf-tolerance-field{flex-direction:column;flex:1;gap:6px;min-width:140px;display:flex}.tsf-tolerance-label{color:#64748b;text-transform:uppercase;font-size:11px;font-weight:700}.tsf-tolerance-input-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:6px;padding:4px 10px;display:flex}.tsf-tolerance-input-wrap:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #1d4ed81a}.tsf-tolerance-input{color:#0f172a;background:0 0;border:0;outline:none;width:100%;min-width:0;padding:8px 0;font-size:14px;font-weight:600}.tsf-tolerance-prefix,.tsf-tolerance-suffix{color:#94a3b8;font-size:12px;font-weight:600}.tsf-catalog-toolbar{grid-template-columns:1.5fr 1fr auto;align-items:center;gap:10px;display:grid}.tsf-catalog-search{background:#fff;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:8px;min-width:0;padding:8px 12px;display:flex}.tsf-catalog-search:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #1d4ed81a}.tsf-catalog-search-icon{color:#94a3b8;flex-shrink:0}.tsf-catalog-search-input{color:#0f172a;background:0 0;border:0;outline:none;flex:1;min-width:0;padding:0;font-size:14px}.tsf-catalog-toggle{cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;align-items:center;gap:8px;padding:8px 12px;display:inline-flex}.tsf-catalog-toggle-input{accent-color:var(--primary);cursor:pointer;border-radius:4px;flex-shrink:0;width:16px;min-width:16px;height:16px;margin:0;padding:0}.tsf-catalog-toggle-label{color:#334155;font-size:13px;font-weight:500;line-height:1.2}.tsf-catalog-bulk{flex-wrap:wrap;align-items:center;gap:8px;padding:4px 2px;font-size:12px;display:flex}.tsf-catalog-bulk-count{color:#94a3b8;white-space:nowrap;margin-left:auto;font-size:12px}.tsf-bulk-hold-btn{color:var(--primary);cursor:pointer;white-space:nowrap;background:#eef2ff;border:1px solid #e0e7ff;border-radius:10px;align-items:center;gap:6px;padding:8px 14px;font-size:12px;font-weight:700;transition:all .15s;display:inline-flex}.tsf-bulk-hold-btn:hover:not(:disabled){background:#e0e7ff;border-color:#c7d2fe}.tsf-bulk-hold-btn:disabled{opacity:.5;cursor:not-allowed}.tsf-bulk-hold-btn-danger{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.tsf-bulk-hold-btn-danger:hover:not(:disabled){background:#fee2e2;border-color:#fca5a5}.tsf-modal-backdrop-nested{z-index:1300}.tsf-confirm-desc{color:#334155;margin:0;font-size:14px;line-height:1.5}.tsf-catalog-list{flex-direction:column;gap:6px;max-height:50vh;padding-right:4px;display:flex;overflow-y:auto}.tsf-catalog-empty{text-align:center;color:#94a3b8;padding:28px 20px}.tsf-catalog-empty-text{margin:0;font-size:13px}.tsf-catalog-row{background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:12px;padding:12px 14px;transition:background .12s;display:flex}.tsf-catalog-row.is-inactive{opacity:.55;background:#f8fafc}.tsf-catalog-row.is-deprecated{background:#fff7ed;border-color:#fed7aa}.tsf-catalog-row-main{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.tsf-catalog-row-name{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.tsf-catalog-row-product{color:#0f172a;font-size:14px;font-weight:700}.tsf-catalog-row-code{color:#64748b;font-family:JetBrains Mono,ui-monospace,monospace;font-size:12px;font-weight:600}.tsf-catalog-row-meta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.tsf-catalog-tag{color:#1d4ed8;background:#eff6ff;border-radius:6px;padding:2px 8px;font-size:11px;font-weight:700}.tsf-catalog-tag-warn{color:#b45309;background:#fef3c7}.tsf-catalog-row-stock{color:#94a3b8;font-size:11px}.tsf-catalog-row-actions{flex-shrink:0;align-items:center;gap:14px;display:flex}.tsf-catalog-factor{flex-direction:column;align-items:flex-end;gap:4px;display:flex}.tsf-catalog-factor-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.04em;font-size:10px;font-weight:700}.tsf-catalog-factor-input{text-align:center;border:1px solid #e2e8f0;border-radius:8px;outline:none;width:64px;padding:6px 8px;font-size:13px;font-weight:600}.tsf-catalog-factor-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #1d4ed81a}.tsf-switch{cursor:pointer;background:#e2e8f0;border:0;border-radius:12px;flex-shrink:0;width:42px;height:24px;padding:0;transition:background .18s;position:relative}.tsf-switch.is-on{background:var(--primary)}.tsf-switch-thumb{background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .18s;position:absolute;top:2px;left:2px;box-shadow:0 2px 4px #0f172a33}.tsf-switch.is-on .tsf-switch-thumb{transform:translate(18px)}.tsf-ss-root{width:100%;position:relative}.tsf-ss-root.is-disabled{opacity:.55;pointer-events:none}.tsf-ss-trigger{color:#0f172a;text-align:left;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:10px;width:100%;min-height:42px;padding:10px 14px;font-size:14px;font-weight:600;transition:all .12s;display:flex}.tsf-ss-trigger:hover{border-color:#cbd5e1}.tsf-ss-trigger.is-open{border-color:var(--primary);box-shadow:0 0 0 3px #1d4ed81a}.tsf-ss-trigger-label{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.tsf-ss-trigger-label.is-placeholder{color:#94a3b8;font-weight:500}.tsf-ss-trigger-tag{color:#1d4ed8;letter-spacing:.04em;text-transform:uppercase;background:#eff6ff;border-radius:999px;flex-shrink:0;padding:2px 8px;font-size:10px;font-weight:700}.tsf-ss-trigger-chevron{color:#94a3b8;font-size:12px;transition:transform .18s}.tsf-ss-trigger-chevron.is-open{transform:rotate(180deg)}.tsf-ss-menu{z-index:1200;background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;max-height:360px;display:flex;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:hidden;box-shadow:0 14px 32px #0f172a1f}.tsf-ss-menu--up{top:auto;bottom:calc(100% + 6px)}.tsf-ss-search{border-bottom:1px solid #f1f5f9;align-items:center;gap:8px;padding:10px 12px;display:flex}.tsf-ss-search--bottom{border-top:1px solid #f1f5f9;border-bottom:none}.tsf-ss-search-icon{color:#94a3b8;flex-shrink:0}.tsf-ss-search-input{color:#0f172a;border:0;outline:none;flex:1;min-width:0;padding:4px 0;font-size:14px}.tsf-ss-options{flex-direction:column;flex:1;gap:2px;padding:6px;display:flex;overflow-y:auto}.tsf-ss-option{cursor:pointer;text-align:left;color:#0f172a;background:0 0;border:0;border-radius:10px;align-items:flex-start;gap:10px;padding:10px 12px;transition:background .1s;display:flex}.tsf-ss-option:hover:not(:disabled){background:#f8fafc}.tsf-ss-option.is-selected{color:var(--primary);background:#eff6ff}.tsf-ss-option.is-disabled,.tsf-ss-option:disabled{opacity:.45;cursor:not-allowed}.tsf-ss-option-main{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.tsf-ss-option-label{text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;overflow:hidden}.tsf-ss-option-desc{color:#64748b;font-size:12px}.tsf-ss-option-tag{color:#475569;background:#f1f5f9;border-radius:6px;flex-shrink:0;padding:2px 8px;font-size:11px;font-weight:700}.tsf-ss-option-check{color:var(--primary);flex-shrink:0;margin-top:2px}.tsf-ss-empty{text-align:center;color:#94a3b8;padding:24px 16px;font-size:13px}.tsf-form-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;flex-direction:column;gap:24px;padding:24px;display:flex;box-shadow:0 10px 28px #0f172a0a}.tsf-form-section{flex-direction:column;gap:14px;display:flex}.tsf-form-section-header{align-items:center;gap:10px;display:flex}.tsf-form-section-title{color:#0f172a;flex:1;margin:0;font-size:15px;font-weight:700}.tsf-form-section-count{min-width:26px;height:22px;color:var(--primary);background:#eff6ff;border-radius:11px;place-items:center;padding:0 8px;font-size:12px;font-weight:700;display:inline-grid}.tsf-form-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.tsf-form-field{flex-direction:column;gap:6px;min-width:0;display:flex}.tsf-form-label{color:#334155;text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:700}.tsf-form-textarea{color:#0f172a;resize:vertical;border:1px solid #e2e8f0;border-radius:12px;outline:none;width:100%;padding:10px 12px;font-family:inherit;font-size:14px;transition:all .12s}.tsf-form-textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #1d4ed81a}.tsf-form-add-product{margin-bottom:8px}.tsf-form-lines-empty{text-align:center;color:#94a3b8;border:1px dashed #e2e8f0;border-radius:12px;padding:32px 20px}.tsf-form-lines-empty-text{margin:0;font-size:13px}.tsf-form-lines{flex-direction:column;gap:8px;display:flex}.tsf-form-line{background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:12px;padding:12px 14px;transition:border-color .12s;display:flex}.tsf-form-line:hover{border-color:#cbd5e1}.tsf-form-line-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.tsf-form-line-name{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:700;overflow:hidden}.tsf-form-line-code{color:#64748b;font-family:JetBrains Mono,ui-monospace,monospace;font-size:12px}.tsf-form-line-controls{flex-shrink:0;align-items:center;gap:10px;display:flex}.tsf-form-line-qty{display:flex}.tsf-form-line-qty-input{text-align:center;font-variant-numeric:tabular-nums;border:1px solid #e2e8f0;border-radius:10px;outline:none;width:80px;padding:8px 10px;font-size:14px;font-weight:700}.tsf-form-line-qty-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #1d4ed81a}.tsf-form-line-unit-toggle{background:#f1f5f9;border-radius:10px;padding:3px;display:inline-flex}.tsf-form-line-unit-btn{color:#64748b;cursor:pointer;background:0 0;border:0;border-radius:7px;padding:6px 12px;font-size:12px;font-weight:700;transition:all .15s}.tsf-form-line-unit-btn.is-active{color:var(--primary);background:#fff;box-shadow:0 2px 4px #0f172a14}.tsf-form-line-preview{align-items:center;gap:4px;min-width:84px;font-size:12px;display:flex}.tsf-form-line-preview-value{color:#0f172a;font-variant-numeric:tabular-nums;font-size:14px;font-weight:700}.tsf-form-line-preview-label{color:#64748b;font-weight:500}.tsf-form-line-preview-factor{color:#94a3b8;font-size:11px}.tsf-form-line-preview-placeholder{color:#cbd5e1}.tsf-form-line-remove{color:#94a3b8;cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;width:32px;height:32px;transition:all .12s;display:grid}.tsf-form-line-remove:hover{color:#b91c1c;background:#fef2f2}.tsf-form-actions{justify-content:flex-end;gap:10px;padding-top:8px;display:flex}.tsf-detail-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;overflow:hidden;box-shadow:0 10px 28px #0f172a0a}.tsf-detail-card-header{border-bottom:1px solid #f1f5f9;align-items:center;gap:12px;padding:16px 20px;display:flex}.tsf-detail-card-title{flex:1;margin:0;font-size:15px;font-weight:700}.tsf-detail-card-count{color:#475569;background:#f1f5f9;border-radius:11px;place-items:center;min-width:26px;height:22px;padding:0 8px;font-size:12px;font-weight:700;display:inline-grid}.tsf-detail-card-meta{align-items:center;gap:8px;display:flex}.tsf-detail-empty{text-align:center;color:#94a3b8;padding:40px 20px;font-size:13px}.tsf-items-table-wrap{overflow-x:auto}.tsf-items-table{border-collapse:collapse;width:100%}.tsf-items-th{text-transform:uppercase;letter-spacing:.04em;color:#64748b;text-align:left;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:12px 16px;font-size:11px;font-weight:700}.tsf-items-th-right{text-align:right}.tsf-items-tr{border-bottom:1px solid #f1f5f9}.tsf-items-tr:last-child{border-bottom:0}.tsf-items-td{color:#0f172a;padding:14px 16px;font-size:14px}.tsf-items-td-right{text-align:right;font-variant-numeric:tabular-nums;font-weight:600}.tsf-items-td-name{font-weight:600;display:block}.tsf-items-td-code{color:#94a3b8;font-family:JetBrains Mono,ui-monospace,monospace;font-size:12px;display:block}.tsf-pdf-row{grid-template-columns:1fr 1fr;gap:14px;padding:18px 20px;display:grid}.tsf-pdf-slot{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;gap:10px;padding:14px;transition:all .15s;display:flex}.tsf-pdf-slot.has-file{background:#f0fdf4;border-color:#86efac}.tsf-pdf-slot.is-drag-over{border-color:var(--primary);background:#eff6ff;border-style:dashed}.tsf-pdf-slot-header{flex-direction:column;gap:2px;display:flex}.tsf-pdf-slot-label{color:#0f172a;font-size:13px;font-weight:700}.tsf-pdf-slot-hint{color:#64748b;font-size:11px;font-style:italic}.tsf-pdf-dropzone{background:#fff;border:1.5px dashed #cbd5e1;border-radius:12px;justify-content:center;align-items:center;min-height:140px;display:flex;position:relative}.tsf-pdf-input{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;inset:0}.tsf-pdf-input-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;pointer-events:none;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.tsf-pdf-dropzone-empty{cursor:pointer;color:#64748b;background:0 0;border:0;flex-direction:column;align-items:center;gap:6px;width:100%;padding:14px;display:flex}.tsf-pdf-dropzone-state{color:#0f172a;flex-direction:column;align-items:center;gap:6px;padding:10px;display:flex}.tsf-pdf-state-label{font-size:13px;font-weight:700}.tsf-pdf-state-sub{color:#64748b;font-size:11px}.tsf-pdf-state-actions{align-items:center;gap:6px;margin-top:4px;display:flex}.tsf-pdf-check{color:#15803d}.tsf-pdf-spinner{border:2px solid #e2e8f0;border-top-color:var(--primary);border-radius:50%;width:20px;height:20px;animation:.7s linear infinite tsfSpin}@keyframes tsfSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.tsf-pdf-actions{justify-content:flex-end;padding:0 20px 18px;display:flex}.tsf-recon-list{flex-direction:column;display:flex}.tsf-recon-item{border-bottom:1px solid #f1f5f9;border-left:4px solid #0000;align-items:center;gap:16px;padding:14px 20px;transition:background .12s;display:flex}.tsf-recon-item:last-child{border-bottom:0}.tsf-recon-item.tsf-recon-ok{border-left-color:#22c55e}.tsf-recon-item.tsf-recon-cost-warning{background:#fefce8;border-left-color:#f59e0b}.tsf-recon-item.tsf-recon-qty-divergence,.tsf-recon-item.tsf-recon-missing,.tsf-recon-item.tsf-recon-store-mismatch{background:#fef2f2;border-left-color:#ef4444}.tsf-recon-item.tsf-recon-accepted-divergence{background:#f5f3ff;border-left-color:#6366f1}.tsf-recon-item-main{flex-direction:column;flex:1;gap:8px;min-width:0;display:flex}.tsf-recon-item-name{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.tsf-recon-item-title{color:#0f172a;font-size:14px;font-weight:700}.tsf-recon-item-code{color:#64748b;font-family:JetBrains Mono,ui-monospace,monospace;font-size:12px}.tsf-recon-item-qty{flex-wrap:wrap;gap:18px;display:flex}.tsf-recon-qty-cell{flex-direction:column;gap:2px;display:flex}.tsf-recon-qty-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.04em;font-size:10px;font-weight:700}.tsf-recon-qty-value{color:#0f172a;font-variant-numeric:tabular-nums;font-size:15px;font-weight:700}.tsf-recon-item-side{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:6px;display:flex}.tsf-recon-badge{border-radius:999px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-flex}.tsf-recon-badge.tsf-recon-ok{color:#15803d;background:#dcfce7}.tsf-recon-badge.tsf-recon-qty-divergence{color:#b91c1c;background:#fee2e2}.tsf-recon-badge.tsf-recon-cost-warning{color:#b45309;background:#fef3c7}.tsf-recon-badge.tsf-recon-missing,.tsf-recon-badge.tsf-recon-store-mismatch{color:#b91c1c;background:#fee2e2}.tsf-recon-badge.tsf-recon-accepted-divergence{color:#6d28d9;background:#ede9fe}.tsf-recon-cost-diff{color:#b45309;font-size:11px;font-weight:700}.tsf-recon-note{color:#6d28d9;text-align:right;max-width:220px;font-size:11px}.tsf-divergence-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.tsf-divergence-cell{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;align-items:center;gap:4px;padding:14px 10px;display:flex}.tsf-divergence-cell-label{color:#64748b;text-transform:uppercase;font-size:11px;font-weight:700}.tsf-divergence-cell-value{color:#0f172a;font-variant-numeric:tabular-nums;font-size:22px;font-weight:800}.tsf-divergence-cell-unit{color:#94a3b8;font-size:11px}.tsf-divergence-flags{flex-wrap:wrap;gap:6px;display:flex}.tsf-bulk-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;flex-direction:column;gap:20px;padding:20px;display:flex;box-shadow:0 10px 28px #0f172a0a}.tsf-bulk-dropzone{background:#f8fafc;border:2px dashed #cbd5e1;border-radius:14px;position:relative}.tsf-bulk-dropzone-inner{cursor:pointer;color:#334155;background:0 0;border:0;flex-direction:column;align-items:center;gap:8px;width:100%;padding:40px 24px;display:flex}.tsf-bulk-dropzone-title{color:#0f172a;font-size:16px;font-weight:700}.tsf-bulk-dropzone-sub{color:#64748b;font-size:12px}.tsf-bulk-results{flex-direction:column;gap:10px;display:flex}.tsf-bulk-result{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-wrap:wrap;align-items:center;gap:14px;padding:14px;display:flex}.tsf-bulk-result-main{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.tsf-bulk-result-file{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.tsf-bulk-result-filename{color:#0f172a;font-size:13px;font-weight:700}.tsf-bulk-result-meta{color:#64748b;flex-wrap:wrap;gap:4px;font-size:12px;display:flex}.tsf-bulk-result-store{color:#334155;font-weight:600}.tsf-bulk-result-assign{flex-shrink:0}.tsf-bulk-result-no-match{color:#b45309;font-size:12px;font-style:italic}.tsf-bulk-result-suggestions{flex-wrap:wrap;gap:6px;display:flex}.tsf-bulk-suggestion{color:#334155;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:6px 12px;font-size:12px;font-weight:600;transition:all .12s}.tsf-bulk-suggestion:hover{border-color:var(--primary);color:var(--primary)}.tsf-bulk-suggestion.is-exact{color:#15803d;background:#f0fdf4;border-color:#22c55e}.tsf-bulk-suggestion.is-selected{background:var(--primary);color:#fff;border-color:var(--primary)}.tsf-bulk-actions{border-top:1px solid #f1f5f9;justify-content:flex-end;gap:10px;margin-top:4px;padding-top:16px;display:flex}@media (max-width:1120px){.tsf-kpi-row,.tsf-filters-row,.tsf-form-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.tsf-pdf-row,.tsf-catalog-toolbar{grid-template-columns:1fr}.tsf-recon-item{flex-direction:column;align-items:flex-start}.tsf-recon-item-side{align-items:flex-start}.tsf-recon-note{text-align:left;max-width:none}}@media (max-width:720px){.tsf-shell{gap:16px;padding:16px}.tsf-page-header{flex-direction:column;align-items:stretch}.tsf-page-header-actions{width:100%}.tsf-page-header-actions .tsf-btn{flex:1;justify-content:center}.tsf-page-title{font-size:22px}.tsf-kpi-row,.tsf-filters-row,.tsf-form-grid{grid-template-columns:1fr}.tsf-list-item{flex-direction:column;align-items:stretch;gap:8px;padding:14px 16px;position:relative}.tsf-list-item-main{flex-direction:column;align-items:flex-start;gap:8px;width:100%}.tsf-list-item-flow{flex-wrap:wrap;flex:100%;row-gap:2px;min-width:0;font-size:15px}.tsf-list-item-flow-source,.tsf-list-item-flow-dest{white-space:normal;text-overflow:clip;word-break:break-word;overflow:visible}.tsf-list-item-date-value{border-radius:8px;padding:4px 10px;font-size:13px;line-height:1.3}.tsf-list-item-meta{align-items:center;gap:6px;width:auto;position:absolute;top:14px;right:32px}.tsf-list-item-chevron{color:#cbd5e1;margin:0;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.tsf-list-item-date{padding-right:130px}.tsf-list-item-flow{padding-right:28px}.tsf-status-badge{padding:4px 10px;font-size:11px;line-height:1.3}.tsf-form-line{flex-direction:column;align-items:stretch}.tsf-form-line-controls{flex-wrap:wrap;justify-content:space-between}.tsf-form-line-unit-toggle{flex:1;justify-content:center}.tsf-items-th,.tsf-items-td{padding:10px 12px;font-size:13px}.tsf-divergence-grid{grid-template-columns:1fr}.tsf-modal{border-radius:14px;max-width:100%;max-height:95vh}.tsf-modal-header,.tsf-modal-body{padding:16px 18px}.tsf-modal-footer{flex-direction:column-reverse;padding:12px 18px}.tsf-modal-footer .tsf-btn{justify-content:center;width:100%}.tsf-bulk-result{flex-direction:column;align-items:stretch}}@media (max-width:480px){.tsf-catalog-row{flex-direction:column;align-items:stretch;gap:10px}.tsf-catalog-row-actions{justify-content:space-between}.tsf-tolerance-row{flex-direction:column;align-items:stretch}.tsf-tolerance-field{min-width:0}}@media (max-width:600px){.tsf-items-table,.tsf-items-table tbody,.tsf-items-tr,.tsf-items-td{width:auto;display:block}.tsf-items-table thead{display:none}.tsf-items-tr{border-bottom:1px solid #f1f5f9;padding:12px 14px}.tsf-items-tr:last-child{border-bottom:0}.tsf-items-td{padding:0;font-size:13px;text-align:left!important}.tsf-items-tr .tsf-items-td:first-child{margin-bottom:6px}.tsf-items-tr .tsf-items-td-name{margin-right:6px;font-size:14px;font-weight:700;display:inline}.tsf-items-tr .tsf-items-td-code{color:#94a3b8;font-variant-numeric:tabular-nums;font-size:11px;display:inline}.tsf-items-tr .tsf-items-td:not(:first-child){font-variant-numeric:tabular-nums;align-items:baseline;gap:4px;margin-right:14px;font-weight:600;display:inline-flex}.tsf-items-tr .tsf-items-td:nth-of-type(2):before,.tsf-items-tr .tsf-items-td:nth-of-type(3):before,.tsf-items-tr .tsf-items-td:nth-of-type(4):before{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-size:10px;font-weight:700}.tsf-items-tr .tsf-items-td:nth-of-type(2):before{content:"Qtd:"}.tsf-items-tr .tsf-items-td:nth-of-type(3):before{content:"Em unid.:"}.tsf-items-tr .tsf-items-td:nth-of-type(4):before{content:"Custo:"}}.loading-shell{flex-direction:column;gap:16px;max-width:1200px;margin:0 auto;padding:24px;display:flex}.loading-header{flex-direction:column;gap:4px;display:flex}.loading-eyebrow{text-transform:uppercase;letter-spacing:.08em;color:#64748b;margin:0;font-size:12px}.loading-title{color:#0f172a;margin:0;font-size:22px;font-weight:600}.loading-hint{color:#64748b;margin:0;font-size:14px}.loading-skeleton-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px;display:grid}.loading-kpi-row{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px;display:grid}.loading-kpi-card{background:linear-gradient(90deg,#e2e8f0 0%,#f1f5f9 50%,#e2e8f0 100%) 0 0/200% 100%;border-radius:12px;height:92px;animation:1.4s ease-in-out infinite loading-shimmer}.loading-skeleton-card{background:linear-gradient(90deg,#e2e8f0 0%,#f1f5f9 50%,#e2e8f0 100%) 0 0/200% 100%;border-radius:12px;height:160px;animation:1.4s ease-in-out infinite loading-shimmer}.loading-skeleton-wide{height:220px}.loading-skeleton-table{height:320px}@keyframes loading-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.loading-kpi-card,.loading-skeleton-card,.adm-card-fallback-icon,.adm-card-fallback-title,.adm-card-fallback-kpis span{background:#e2e8f0;animation:none}}.temp-page-header-actions{align-items:center;gap:8px;display:flex}.page-header-with-action .temp-page-header-actions{flex:none;align-self:center}@media (max-width:640px){.page-header-with-action .temp-page-header-actions{flex:0 0 100%}.temp-history-open-btn{justify-content:center;width:100%}}.temp-history-open-btn{white-space:nowrap;align-items:center;gap:6px;display:inline-flex}.temp-history-overlay{z-index:1000;background:#0f172a8c;justify-content:center;align-items:stretch;padding:0;animation:.16s ease-out temp-history-fade-in;display:flex;position:fixed;inset:0}@keyframes temp-history-fade-in{0%{opacity:0}to{opacity:1}}.temp-history-drawer{background:#fff;border-radius:0;flex-direction:column;width:min(100%,1800px);max-height:100vh;display:flex;overflow:hidden;box-shadow:0 -8px 32px #0f172a2e}@media (min-width:768px){.temp-history-overlay{align-items:center;padding:24px}.temp-history-drawer{border-radius:14px;max-height:calc(100vh - 48px)}}.temp-history-head{background:#f8fafc;border-bottom:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.temp-history-head-title{align-items:center;gap:10px;min-width:0;display:flex}.temp-history-head-icon{color:#0f172a;flex-shrink:0;width:20px;height:20px}.temp-history-title{color:#0f172a;margin:0;font-size:17px;font-weight:600;line-height:1.2}.temp-history-close{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;transition:background-color .12s,border-color .12s;display:inline-flex}.temp-history-close:hover{background:#f1f5f9;border-color:#94a3b8}.temp-history-close:focus-visible{outline-offset:2px;outline:2px solid #2563eb}.temp-history-toolbar{background:#fff;border-bottom:1px solid #e2e8f0;flex-wrap:wrap;flex-shrink:0;align-items:flex-end;gap:10px 12px;padding:12px 16px;display:flex}.temp-history-range{flex-direction:column;flex:260px;gap:6px;min-width:0;display:flex}.temp-history-range>.ovr-label{margin:0 0 2px}.temp-history-reset{flex-shrink:0;height:38px}.temp-history-meta{color:#64748b;align-self:center;margin-left:auto;padding-top:4px;font-size:13px}.temp-history-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin:12px 16px 0;padding:10px 12px;font-size:14px}.temp-history-body{background:#fff;flex-direction:column;flex:auto;min-height:0;padding:14px 16px 20px;display:flex}.temp-history-loading,.temp-history-empty{text-align:center;color:#64748b;padding:32px 16px;font-size:14px}.temp-history-table{border-collapse:separate;border-spacing:0;color:#0f172a;background:#fff;width:100%;font-size:13px}.temp-history-table thead th{color:#334155;text-align:center;white-space:nowrap;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:8px 6px;font-weight:600}.temp-history-corner{z-index:2;background:#f8fafc;border-right:1px solid #e2e8f0;min-width:130px;position:sticky;left:0;text-align:left!important;padding-left:10px!important}.temp-history-day-th{border-left:1px solid #e2e8f0}.temp-history-day-th .temp-history-day-weekday{text-transform:uppercase;letter-spacing:.05em;color:#64748b;font-size:10px;font-weight:600;display:block}.temp-history-day-th .temp-history-day-date{color:#0f172a;margin-top:2px;font-size:13px;font-weight:600;display:block}.temp-history-period-th{color:#475569;border-bottom:1px solid #e2e8f0;border-left:1px solid #f1f5f9;font-size:11px;font-weight:600;padding:6px 4px!important}.temp-history-period-th.period-morning{background:#fffbeb}.temp-history-period-th.period-afternoon{background:#fef3f2}.temp-history-period-th.period-night{background:#eef2ff}.temp-history-freezer-row+.temp-history-freezer-row .temp-history-freezer-cell,.temp-history-freezer-row+.temp-history-freezer-row .temp-history-cell{border-top:1px solid #f1f5f9}.temp-history-freezer-cell{z-index:1;vertical-align:middle;background:#fff;border-right:1px solid #e2e8f0;min-width:130px;position:sticky;left:0;text-align:left!important;padding:8px 10px!important}.temp-history-freezer-name{color:#0f172a;word-break:break-word;font-size:13px;font-weight:600;line-height:1.2;display:block}.temp-history-freezer-rg{color:#94a3b8;margin-top:2px;font-size:11px;display:block}.temp-history-cell{text-align:center;vertical-align:middle;border-left:1px solid #f1f5f9;padding:6px 4px}.temp-history-cell-empty{color:#cbd5e1;font-weight:500}.temp-history-cell-maintenance{color:#92400e;opacity:.75;justify-content:center;align-items:center;display:inline-flex}.temp-history-cell-powered-off{color:#dc2626;justify-content:center;align-items:center;display:inline-flex}.temp-history-cell-pill{border:1px solid #0000;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;min-width:48px;padding:4px 8px;font-size:12px;font-weight:600;line-height:1.1;display:inline-flex}.temp-history-cell-pill.temp-tag-ideal{color:#16a34a;background:#f0fdf4;border-color:#bbf7d0}.temp-history-cell-pill.temp-tag-alert{color:#d97706;background:#fffbeb;border-color:#fde68a}.temp-history-cell-pill.temp-tag-imminent{color:#ea580c;background:#fff7ed;border-color:#fed7aa}.temp-history-cell-pill.temp-tag-defect{color:#dc2626;background:#fef2f2;border-color:#fecaca}.temp-history-cell-pill.temp-tag-stabilization{color:#0369a1;background:#e0f2fe;border-color:#bae6fd}.temp-history-cell-temp{font-size:13px}.temp-history-cell-late{text-transform:uppercase;letter-spacing:.05em;color:#b45309;background:#fef9c3;border-radius:4px;margin-top:2px;padding:1px 4px;font-size:9px;font-weight:700;display:inline-block}.temp-history-wide{flex-direction:column;flex:auto;min-height:0;display:flex}.temp-history-wide-scroller{background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex:auto;max-width:100%;min-height:0;overflow:auto}.temp-history-wide-scroller .temp-history-table{height:100%}.temp-history-window-nav{background:#f8fafc;border:1px solid #e2e8f0;border-bottom:none;border-radius:10px 10px 0 0;flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;padding:5px 8px;display:flex}.temp-history-window-nav-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;transition:background-color .1s,border-color .1s;display:inline-flex}.temp-history-window-nav-btn:hover:not(:disabled){background:#f1f5f9;border-color:#94a3b8}.temp-history-window-nav-btn:disabled{opacity:.35;cursor:not-allowed}.temp-history-window-nav-btn:focus-visible{outline-offset:2px;outline:2px solid #2563eb}.temp-history-window-label{text-align:center;color:#475569;white-space:nowrap;text-overflow:ellipsis;flex:auto;font-size:12px;font-weight:500;overflow:hidden}.temp-history-wide:has(.temp-history-window-nav) .temp-history-wide-scroller{border-radius:0 0 10px 10px}.temp-history-wide.is-loading,.temp-history-mobile.is-loading{opacity:.55;pointer-events:none;transition:opacity .12s}@media (min-width:1024px){.temp-history-overlay{padding:12px}.temp-history-body{padding:8px 10px 12px}.temp-history-wide-scroller{border-radius:8px}.temp-history-wide .temp-history-table{table-layout:fixed;width:100%;font-size:11px}.temp-history-wide .temp-history-table thead th{padding:4px 2px}.temp-history-wide .temp-history-corner{width:78px;min-width:78px;padding-left:6px!important}.temp-history-wide .temp-history-day-th .temp-history-day-weekday{letter-spacing:.03em;font-size:9px}.temp-history-wide .temp-history-day-th .temp-history-day-date{margin-top:0;font-size:11px}.temp-history-wide .temp-history-period-th{text-transform:lowercase;font-size:9px;padding:3px 1px!important}.temp-history-wide .temp-history-freezer-cell{width:78px;min-width:78px;padding:4px 6px!important}.temp-history-wide .temp-history-freezer-name{font-size:11px;line-height:1.1}.temp-history-wide .temp-history-freezer-rg{display:none}.temp-history-wide .temp-history-cell{padding:2px 1px}.temp-history-wide .temp-history-cell-pill{border-radius:5px;min-width:0;padding:2px 3px;font-size:10px}.temp-history-wide .temp-history-cell-temp{font-size:11px;line-height:1.05}.temp-history-wide .temp-history-cell-late{display:none}.temp-history-wide .temp-history-cell-empty{font-size:11px}}@media (min-width:1200px){.temp-history-wide .temp-history-table{font-size:12px}.temp-history-wide .temp-history-corner,.temp-history-wide .temp-history-freezer-cell{width:110px;min-width:110px;padding-top:2px!important;padding-bottom:2px!important;padding-left:10px!important}.temp-history-wide .temp-history-freezer-name{font-size:12px}.temp-history-wide .temp-history-freezer-rg{margin-top:1px;font-size:10px;display:block}.temp-history-wide .temp-history-day-th .temp-history-day-weekday{font-size:10px}.temp-history-wide .temp-history-day-th .temp-history-day-date{font-size:12px}.temp-history-wide .temp-history-period-th{font-size:10px;padding:4px 2px!important}.temp-history-wide .temp-history-cell{padding:3px 2px}.temp-history-wide .temp-history-cell-pill{border-radius:6px;padding:3px 5px;font-size:11px}.temp-history-wide .temp-history-cell-temp{font-size:12px}.temp-history-wide .temp-history-cell-late{margin-top:1px;padding:0 3px;font-size:8px;display:inline-block}}@media (min-width:1200px) and (max-height:800px){.temp-history-toolbar{align-items:center;padding:8px 16px}.temp-history-range>.ovr-label{display:none}.temp-history-range{gap:0}.temp-history-wide .temp-history-freezer-rg{display:none}.temp-history-wide-scroller .temp-history-cell-pill{border-color:#0000}.temp-history-wide-scroller .temp-history-freezer-row+.temp-history-freezer-row .temp-history-cell{border-top-color:#0000}}.temp-history-toolbar-mobile{background:#fff;border-bottom:1px solid #e2e8f0;flex-wrap:wrap;flex-shrink:0;align-items:center;gap:8px;padding:8px 12px;display:flex}.temp-history-filters-trigger{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;flex:auto;align-items:center;gap:8px;min-width:0;padding:7px 10px;font-size:13px;font-weight:500;transition:border-color .12s,background-color .12s;display:inline-flex}.temp-history-filters-trigger:hover{background:#f8fafc;border-color:#94a3b8}.temp-history-filters-trigger:focus-visible{outline-offset:2px;outline:2px solid #2563eb}.temp-history-toolbar-mobile.is-open .temp-history-filters-trigger{color:#1e293b;background:#eef2ff;border-color:#c7d2fe}.temp-history-filters-range{text-align:left;white-space:nowrap;text-overflow:ellipsis;flex:auto;overflow:hidden}.temp-history-filters-chevron{color:#64748b;flex-shrink:0;transition:transform .12s}.temp-history-filters-chevron.is-open{transform:rotate(180deg)}.temp-history-meta-mobile{color:#475569;flex-shrink:0;align-self:center;margin-left:0;padding:0 4px;font-size:13px;font-weight:600}.temp-history-mobile-filters{flex-wrap:wrap;flex:1 0 100%;align-items:flex-end;gap:10px;padding-top:4px;display:flex}.temp-history-mobile-filters .temp-history-range{flex:240px;min-width:0}.temp-history-day-nav{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;padding:6px 8px;display:flex}.temp-history-day-nav-btn{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:background-color .12s;display:inline-flex}.temp-history-day-nav-btn:hover:not(:disabled){background:#f1f5f9}.temp-history-day-nav-btn:disabled{opacity:.4;cursor:not-allowed}.temp-history-day-nav-btn:focus-visible{outline-offset:2px;outline:2px solid #2563eb}.temp-history-day-label{flex-direction:column;align-items:center;line-height:1.1;display:flex}.temp-history-day-label-weekday{text-transform:uppercase;letter-spacing:.06em;color:#64748b;font-size:10px;font-weight:600}.temp-history-day-label-full{color:#0f172a;margin-top:1px;font-size:14px;font-weight:700}.temp-history-mobile{flex-direction:column;flex:auto;min-height:0;display:flex}.temp-history-mobile-scroller{background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex:auto;min-height:0;overflow:auto}.temp-history-mobile-scroller .temp-history-table{height:100%}.temp-history-mobile-hint{color:#94a3b8;text-align:center;margin-top:6px;font-size:11px}.temp-history-table-mobile{table-layout:fixed;font-size:12px}.temp-history-table-mobile .temp-history-corner,.temp-history-table-mobile .temp-history-period-th{font-size:11px;padding:4px!important}.temp-history-table-mobile .temp-history-freezer-cell{vertical-align:middle;width:auto;min-width:0;padding:3px 8px!important}.temp-history-table-mobile .temp-history-freezer-name{font-size:12px;line-height:1.15}.temp-history-table-mobile .temp-history-freezer-rg{display:none}.temp-history-table-mobile .temp-history-cell{padding:2px}.temp-history-table-mobile .temp-history-cell-pill{border-radius:6px;min-width:0;padding:2px 5px;font-size:11px}.temp-history-table-mobile .temp-history-cell-temp{font-size:12px;line-height:1.05}.temp-history-table-mobile .temp-history-cell-late{display:none}.temp-history-overlay:not(:has(.temp-history-wide)) .temp-history-body{padding:8px 10px 12px}.temp-history-period-th-short{display:none}@media (max-width:420px){.temp-history-period-th-long{display:none}.temp-history-period-th-short{display:inline}.temp-history-table-mobile .temp-history-cell-pill{padding:1px 4px}.temp-history-table-mobile .temp-history-cell-temp{font-size:11px}.temp-history-day-label-weekday{font-size:9px}.temp-history-day-label-full{font-size:13px}}@media (max-width:360px){.temp-history-body{padding:8px 8px 12px}.temp-history-toolbar-mobile{padding:6px 10px}}.temp-history-mobile-scroller .temp-history-cell-pill{padding:clamp(2px,.4dvh,6px) clamp(3px,.6dvw,10px);line-height:1.05}.temp-history-wide-scroller .temp-history-cell-pill{box-sizing:border-box;max-width:100%;padding:clamp(1px,.2dvh,4px) clamp(2px,.3dvw,6px);line-height:1}.temp-history-wide-scroller .temp-history-cell{overflow:hidden}.temp-history-mobile-scroller .temp-history-cell-temp{font-size:clamp(11px,1.7dvh,22px)}.temp-history-wide-scroller .temp-history-cell-temp{font-size:clamp(11px,1.4dvh,18px)}@media (min-width:1024px) and (max-width:1199px){.temp-history-wide-scroller .temp-history-cell-pill{border-color:#0000}.temp-history-wide-scroller .temp-history-freezer-row+.temp-history-freezer-row .temp-history-cell{border-top-color:#0000}}.temp-tabs{border-bottom:1px solid var(--border);scrollbar-width:thin;gap:4px;margin-bottom:4px;display:flex;overflow-x:auto}.temp-tab-btn{color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:500;text-decoration:none;transition:color .18s cubic-bezier(.25,1,.5,1),border-color .18s cubic-bezier(.25,1,.5,1);display:inline-flex}.temp-tab-btn:hover{color:var(--text)}.temp-tab-btn[aria-current=page]{color:var(--primary);border-bottom-color:var(--primary)}.temp-tab-btn[aria-current=page]:hover{color:var(--primary-strong)}.temp-tab-icon{width:16px;height:16px}.admin-drawer-backdrop{z-index:900;pointer-events:auto;background:#0f172a47;animation:.2s both admin-drawer-backdrop-in;position:fixed;inset:0}@keyframes admin-drawer-in{0%{opacity:0;transform:translate(28px)}to{opacity:1;transform:translate(0)}}@keyframes admin-drawer-backdrop-in{0%{opacity:0}to{opacity:1}}.admin-drawer{background:var(--card);z-index:901;flex-direction:row;width:740px;max-width:100vw;height:100vh;animation:.22s cubic-bezier(.16,1,.3,1) both admin-drawer-in;display:flex;position:fixed;top:0;right:0;box-shadow:-6px 0 40px #0f172a1a}.admin-drawer[data-open=true]{opacity:1;transform:translate(0)}.admin-drawer-sidebar{border-right:1px solid var(--border);background:var(--bg);width:260px;min-width:260px;padding:16px;overflow-y:auto}.admin-drawer-content{flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.admin-drawer-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:16px 22px;display:flex}.admin-drawer-title{margin:0;font-size:16px;font-weight:600}.admin-drawer-close{width:30px;height:30px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;transition:background .15s cubic-bezier(.25,1,.5,1);display:inline-flex}.admin-drawer-close:hover{color:var(--text);background:#0f172a0f}.admin-drawer-body{flex:1;padding:20px 22px;overflow-y:auto}@media (max-width:767px){.admin-drawer{flex-direction:column;width:100vw}.admin-drawer-sidebar{border-right:none;border-bottom:1px solid var(--border);width:100%;min-width:0;max-height:30vh}}@media (prefers-reduced-motion:reduce){.admin-drawer,.admin-drawer-backdrop{animation:none}}.admin-modal-backdrop{z-index:950;opacity:0;pointer-events:none;background:#0f172a66;justify-content:center;align-items:center;padding:16px;transition:opacity .18s cubic-bezier(.25,1,.5,1);display:flex;position:fixed;inset:0}.admin-modal-backdrop[data-open=true]{opacity:1;pointer-events:auto}.admin-modal{background:var(--card);opacity:0;border-radius:14px;flex-direction:column;width:100%;max-height:88vh;transition:transform .22s cubic-bezier(.22,1,.36,1),opacity .18s cubic-bezier(.25,1,.5,1);display:flex;overflow:hidden;transform:translateY(8px)scale(.98);box-shadow:0 20px 60px #0f172a2e}.admin-modal[data-open=true]{opacity:1;transform:translateY(0)scale(1)}.admin-modal--sm{max-width:420px}.admin-modal--md{max-width:640px}.admin-modal--lg{max-width:880px}.admin-modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:16px;padding:16px 22px;display:flex}.admin-modal-title{margin:0;font-size:16px;font-weight:600;line-height:1.35}.admin-modal-subtitle{color:var(--muted);margin:4px 0 0;font-size:13px}.admin-modal-close{width:30px;height:30px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:8px;transition:background .15s cubic-bezier(.25,1,.5,1)}.admin-modal-close:hover{color:var(--text);background:#0f172a0f}.admin-modal-body{flex:1;padding:18px 22px;overflow-y:auto}.admin-modal-body--relative{position:relative}.admin-modal-footer{border-top:1px solid var(--border);background:var(--bg);justify-content:flex-end;align-items:center;gap:8px;padding:12px 22px;display:flex}@media (prefers-reduced-motion:reduce){.admin-modal,.admin-modal-backdrop{transition:none}}.temp-cleaning-week-strip{background:var(--card);border:1px solid var(--border);border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:14px 20px;display:flex}.temp-cleaning-week-label{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin:0 0 4px;font-size:12px;font-weight:600}.temp-cleaning-week-range{margin:0;font-size:17px;font-weight:600}.temp-cleaning-week-progress{flex:1;min-width:240px;max-width:360px}.temp-cleaning-progress-bar{background:#0f172a0f;border-radius:999px;height:10px;overflow:hidden}.temp-cleaning-progress-fill{background:var(--primary);border-radius:999px;height:100%;transition:width .32s cubic-bezier(.22,1,.36,1)}.temp-cleaning-progress-fill--full{background:var(--success)}.temp-cleaning-week-counts{color:var(--muted);margin:6px 0 0;font-size:13px}.temp-cleaning-stores{flex-direction:column;gap:8px;margin-top:16px;display:flex}.temp-cleaning-store-row{border:1px solid var(--border);background:var(--card);border-radius:12px;overflow:hidden}.temp-cleaning-store-row summary{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:16px;padding:14px 20px;list-style:none;display:flex}.temp-cleaning-store-row summary::-webkit-details-marker{display:none}.temp-cleaning-store-row[open] summary{border-bottom:1px solid var(--border)}.temp-cleaning-store-name{flex:1;font-size:15px;font-weight:600}.temp-cleaning-store-pct{color:var(--muted);font-variant-numeric:tabular-nums;font-size:13px}.temp-cleaning-chevron{width:16px;height:16px;color:var(--muted);transition:transform .2s cubic-bezier(.25,1,.5,1)}.temp-cleaning-store-row[open] .temp-cleaning-chevron{transform:rotate(180deg)}.temp-cleaning-store-body{background:var(--bg);padding:12px 20px 16px}.temp-cleaning-store-actions{flex-wrap:wrap;gap:8px;margin-bottom:14px;display:flex}.temp-cleaning-slot-row{background:var(--card);border:1px solid var(--border);border-radius:10px;margin-bottom:8px;padding:12px 16px}.temp-cleaning-slot-head{flex-wrap:wrap;align-items:baseline;gap:12px;margin-bottom:8px;display:flex}.temp-cleaning-slot-name{font-size:14px;font-weight:600}.temp-cleaning-slot-meta{color:var(--muted);font-size:12px}.temp-cleaning-slot-progress{color:var(--muted);font-variant-numeric:tabular-nums;margin-left:auto;font-size:12px}.temp-cleaning-freezers{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.temp-cleaning-freezer-line{border-radius:6px;align-items:center;gap:10px;padding:6px 4px;font-size:13px;display:flex}.temp-cleaning-freezer-line:hover{background:#0f172a08}.temp-cleaning-freezer-icon{flex-shrink:0;width:16px;height:16px}.temp-cleaning-freezer-icon--done{color:var(--success)}.temp-cleaning-freezer-icon--pending{color:var(--muted)}.temp-cleaning-freezer-icon--off{color:var(--muted);opacity:.55}.temp-cleaning-freezer-icon--maint{color:var(--warning)}.temp-cleaning-freezer-detail--off{color:var(--muted);opacity:.85;font-style:italic}.temp-cleaning-freezer-name{font-weight:500}.temp-cleaning-freezer-detail{color:var(--muted);margin-left:auto;font-size:12px}.temp-cleaning-incremental-badge{letter-spacing:.02em;color:var(--muted);border:1px solid var(--border);background:0 0;border-radius:4px;align-items:center;padding:1px 6px;font-size:10px;font-weight:500;display:inline-flex}.temp-cleaning-chip{white-space:nowrap;border-radius:999px;align-items:center;gap:4px;padding:3px 10px;font-size:12px;font-weight:600;display:inline-flex}.temp-cleaning-chip--pending{color:var(--warning);background:#b453091a;border:1px solid #b4530940}.temp-cleaning-chip--done{color:var(--success);background:#15803d1a;border:1px solid #15803d40}@keyframes temp-cleaning-chip-pulse{0%,to{box-shadow:0 0 #b4530973}50%{box-shadow:0 0 0 6px #b4530900}}.temp-cleaning-chip--pending[data-pulse=true]{animation:2.4s ease-in-out infinite temp-cleaning-chip-pulse}.temp-cleaning-skeleton-row{background:linear-gradient(90deg,#0f172a0a,#0f172a14,#0f172a0a) 0 0/200% 100%;border-radius:10px;height:56px;margin-bottom:8px;animation:1.4s linear infinite temp-cleaning-skeleton}@keyframes temp-cleaning-skeleton{0%{background-position:100% 0}to{background-position:-100% 0}}.temp-cleaning-empty{text-align:center;color:var(--muted);background:var(--card);border:1px dashed var(--border);border-radius:12px;padding:24px;font-size:14px}.temp-cleaning-empty-cta{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;margin-top:12px;padding:8px 16px;font-size:13px;font-weight:500;text-decoration:none;transition:background .15s cubic-bezier(.25,1,.5,1);display:inline-block}.temp-cleaning-empty-cta:hover{background:var(--primary-strong)}.slot-mgr-nav{flex-direction:column;gap:4px;margin-top:12px;display:flex}.slot-mgr-nav-item{text-align:left;color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;width:100%;padding:9px 12px;font-size:13px;transition:background .15s cubic-bezier(.25,1,.5,1);display:flex}.slot-mgr-nav-item:hover{background:#0f172a0d}.slot-mgr-nav-item[aria-pressed=true]{color:var(--primary);background:#1d4ed814;font-weight:600}.slot-mgr-nav-label{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin:0;padding:14px 12px 4px;font-size:11px;font-weight:600}.slot-mgr-nav-meta{color:var(--muted);text-align:right;white-space:nowrap;margin-left:auto;font-size:11px}.admin-drawer:has(.slot-mgr-rail) .admin-drawer-sidebar{width:72px;min-width:72px;padding:14px 8px}.slot-mgr-rail{flex-direction:column;align-items:center;gap:12px;display:flex}.slot-mgr-rail-add{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:background .14s cubic-bezier(.25,1,.5,1);display:inline-flex}.slot-mgr-rail-add:hover{background:var(--primary-strong)}.slot-mgr-rail-list{flex-direction:column;align-items:center;gap:4px;width:100%;display:flex}.slot-mgr-rail-item{width:48px;color:var(--muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;flex-direction:column;align-items:center;gap:2px;padding:8px 4px;transition:background .14s cubic-bezier(.25,1,.5,1),color .14s cubic-bezier(.25,1,.5,1),border-color .14s cubic-bezier(.25,1,.5,1);display:inline-flex}.slot-mgr-rail-item:hover{color:var(--text);background:#0f172a0d}.slot-mgr-rail-item[aria-pressed=true]{color:var(--primary);background:#1d4ed814;border-color:#1d4ed82e}.slot-mgr-rail-num{font-size:11px;font-weight:600;line-height:1}@media (max-width:767px){.admin-drawer:has(.slot-mgr-rail) .admin-drawer-sidebar{width:100%;min-width:0}.slot-mgr-rail{flex-flow:wrap}.slot-mgr-rail-list{flex-flow:wrap;width:auto}}.emp-picker{width:100%;position:relative}.emp-picker-trigger{background:var(--card);border:1px solid var(--border);width:100%;color:var(--text);cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;padding:9px 12px;font-size:13px;transition:border-color .14s cubic-bezier(.25,1,.5,1);display:flex}.emp-picker-trigger:hover:not(:disabled),.emp-picker-trigger.is-open{border-color:var(--primary)}.emp-picker-trigger:disabled{opacity:.6;cursor:not-allowed}.emp-picker-label{text-align:left;flex:1}.emp-picker-label.is-placeholder{color:var(--muted)}.emp-picker-chevron{color:var(--muted);flex-shrink:0;font-size:10px}.emp-picker-menu{z-index:50;background:var(--card);border:1px solid var(--border);border-radius:8px;flex-direction:column;max-height:280px;display:flex;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #0f172a1f}.emp-picker-menu.is-drop-up{top:auto;bottom:calc(100% + 4px);box-shadow:0 -8px 24px #0f172a1f}.emp-picker-option{color:var(--text);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:8px;width:100%;padding:8px 12px;font-size:13px;transition:background .14s cubic-bezier(.25,1,.5,1);display:flex}.emp-picker-option:hover{background:#0f172a0d}.emp-picker-option.is-selected{color:var(--primary);background:#1d4ed814;font-weight:600}.emp-picker-option.is-faded{opacity:.45}.emp-picker-option.is-faded:hover{opacity:.7;background:#0f172a0a}.emp-picker-option-name{flex:1}.emp-picker-option-hint{color:var(--muted);white-space:nowrap;font-size:11px;font-style:italic}.emp-swap-confirm{background:#b453090f;border:1px solid #b453094d;border-radius:8px;padding:10px 14px}.emp-swap-confirm-msg{color:var(--text);margin:0 0 8px;font-size:12px;line-height:1.5}.emp-swap-confirm-actions{justify-content:flex-end;gap:8px;display:flex}.slot-mgr-load-bar{border:1px solid var(--border);background:var(--card);border-radius:8px;flex-wrap:wrap;align-items:center;gap:8px;padding:10px 14px;display:flex}.slot-mgr-load-pill{color:var(--muted);align-items:center;font-size:12px;display:inline-flex}.slot-mgr-load-pill--score{color:var(--text);font-weight:600}.slot-mgr-load-hint{color:var(--muted);white-space:nowrap;margin-left:auto;font-size:11px}.slot-mgr-load-hint[data-position=above]{color:var(--text);font-weight:500}.slot-mgr-form{flex-direction:column;gap:16px;display:flex}.slot-mgr-field{flex-direction:column;gap:6px;display:flex}.slot-mgr-field-label{font-size:13px;font-weight:600}.slot-mgr-input,.slot-mgr-select{border:1px solid var(--border);background:var(--card);width:100%;color:var(--text);border-radius:8px;padding:8px 12px;font-size:14px}.slot-mgr-input:focus,.slot-mgr-select:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #1d4ed81f}.slot-mgr-checkbox-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:8px;display:grid}.slot-mgr-checkbox{border:1px solid var(--border);cursor:pointer;background:var(--card);-webkit-user-select:none;user-select:none;border-radius:8px;align-items:center;gap:8px;padding:8px 12px;font-size:13px;transition:border-color .15s cubic-bezier(.25,1,.5,1),background .15s cubic-bezier(.25,1,.5,1);display:inline-flex}.slot-mgr-checkbox:hover{border-color:var(--primary)}.slot-mgr-checkbox input{margin:0}.slot-mgr-checkbox--checked{border-color:var(--primary);background:#1d4ed80f}.slot-mgr-actions{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;gap:8px;padding-top:16px;display:flex}.slot-mgr-btn-primary,.slot-mgr-btn-secondary,.slot-mgr-btn-danger{cursor:pointer;border:1px solid #0000;border-radius:8px;padding:9px 16px;font-size:13px;font-weight:600;transition:background .15s cubic-bezier(.25,1,.5,1)}.slot-mgr-btn-primary{background:var(--primary);color:#fff}.slot-mgr-btn-primary:hover{background:var(--primary-strong)}.slot-mgr-btn-primary:disabled{opacity:.6;cursor:not-allowed}.slot-mgr-btn-secondary{background:var(--card);border-color:var(--border);color:var(--text)}.slot-mgr-btn-secondary:hover{background:#0f172a0a}.slot-mgr-btn-danger{background:var(--card);color:var(--danger);border-color:#dc262680}.slot-mgr-btn-danger:hover{background:#dc262614}.slot-mgr-banner{border-radius:8px;margin-bottom:4px;padding:10px 14px;font-size:13px}.slot-mgr-banner--success{color:var(--success);background:#15803d1a;border:1px solid #15803d4d}.slot-mgr-banner--error{color:var(--danger);background:#dc262614;border:1px solid #dc26264d}.slot-mgr-empty{text-align:center;color:var(--muted);padding:20px 0;font-size:13px}.redist-modal-summary{background:var(--bg);border:1px solid var(--border);color:var(--muted);border-radius:10px;margin-bottom:16px;padding:12px 16px;font-size:13px}.redist-modal-summary strong{color:var(--text);font-weight:600}.redist-modal-table{border-collapse:collapse;width:100%;font-size:13px}.redist-modal-table th,.redist-modal-table td{text-align:left;border-bottom:1px solid var(--border);padding:9px 12px}.redist-modal-table th{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;background:var(--bg);font-size:12px;font-weight:600}.redist-modal-load{background:#1d4ed80a;border:1px solid #1d4ed82e;border-radius:10px;margin-top:18px;padding:12px 16px}.redist-modal-load-title{text-transform:uppercase;letter-spacing:.04em;color:var(--primary);margin:0 0 6px;font-size:12px;font-weight:600}.redist-modal-load-row{justify-content:space-between;padding:2px 0;font-size:13px;display:flex}.redist-modal-load-delta{color:var(--primary-strong);font-variant-numeric:tabular-nums;font-weight:600}.redist-modal-overlay{z-index:1;background:#ffffffb3;border-radius:14px;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.redist-modal-spinner{border:3px solid #1d4ed833;border-top-color:var(--primary);border-radius:50%;width:32px;height:32px;animation:.7s linear infinite login-spin}.temp-analytics-grid{grid-template-columns:1fr;gap:16px;display:grid}.temp-analytics-hero{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:18px 22px}.temp-analytics-hero-title{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin:0 0 12px;font-size:12px;font-weight:600}.temp-analytics-spark{width:100%;height:64px;display:block}.temp-analytics-spark-bar{fill:var(--primary);transition:fill .2s cubic-bezier(.25,1,.5,1)}.temp-analytics-spark-bar:hover{fill:var(--primary-strong)}.temp-analytics-spark-axis{color:var(--muted);font-variant-numeric:tabular-nums;justify-content:space-between;margin-top:6px;font-size:11px;display:flex}.temp-analytics-pair{grid-template-columns:3fr 2fr;gap:16px;display:grid}@media (max-width:767px){.temp-analytics-pair{grid-template-columns:1fr}}.temp-analytics-panel{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:18px 22px}.temp-analytics-panel-title{margin:0 0 14px;font-size:14px;font-weight:600}.temp-analytics-bar-row{grid-template-columns:1fr 80px 60px;align-items:center;gap:12px;padding:6px 0;font-size:13px;display:grid}.temp-analytics-bar-track{background:#0f172a0f;border-radius:999px;height:8px;overflow:hidden}.temp-analytics-bar-fill{background:var(--primary);border-radius:999px;height:100%;transition:width .32s cubic-bezier(.22,1,.36,1)}.temp-analytics-bar-pct{text-align:right;font-variant-numeric:tabular-nums;color:var(--muted);font-size:12px}.temp-analytics-pending-list{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.temp-analytics-pending-item{background:var(--bg);border-radius:8px;justify-content:space-between;align-items:baseline;gap:8px;padding:8px 12px;font-size:13px;display:flex}.temp-analytics-pending-name{font-weight:500}.temp-analytics-pending-store{color:var(--muted);font-size:11px}.temp-analytics-pending-count{color:var(--warning);font-variant-numeric:tabular-nums;font-weight:600}.temp-analytics-correlation{background:var(--card);border:1px solid var(--border);color:var(--muted);border-radius:12px;padding:14px 18px;font-size:13px}.temp-analytics-correlation strong{color:var(--text);font-weight:600}.temp-analytics-empty{text-align:center;color:var(--muted);background:var(--card);border:1px dashed var(--border);border-radius:12px;padding:36px 24px;font-size:14px}.temp-settings-table{border-collapse:collapse;background:var(--card);border:1px solid var(--border);border-radius:12px;width:100%;overflow:hidden}.temp-settings-table th,.temp-settings-table td{text-align:left;border-bottom:1px solid var(--border);padding:12px 16px;font-size:14px}.temp-settings-table tbody tr:last-child td{border-bottom:none}.temp-settings-table th{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);background:var(--bg);font-size:12px;font-weight:600}.temp-toggle{width:40px;height:22px;display:inline-block;position:relative}.temp-toggle input{opacity:0;width:0;height:0;position:absolute}.temp-toggle-track{cursor:pointer;background:#0f172a2e;border-radius:22px;transition:background .2s cubic-bezier(.25,1,.5,1);position:absolute;inset:0}.temp-toggle-track:before{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .2s cubic-bezier(.22,1,.36,1);position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0f172a33}.temp-toggle input:checked+.temp-toggle-track{background:var(--primary)}.temp-toggle input:checked+.temp-toggle-track:before{transform:translate(18px)}.temp-toggle input:focus-visible+.temp-toggle-track{box-shadow:0 0 0 3px #1d4ed82e}.temp-toggle input:disabled+.temp-toggle-track{opacity:.6;cursor:not-allowed}.temp-settings-extras{flex-wrap:wrap;gap:8px;margin-top:18px;display:flex}.dashboard-cleaning-card{background:var(--card);border:1px solid var(--border);color:inherit;border-radius:14px;flex-direction:column;gap:12px;padding:18px 20px;text-decoration:none;transition:border-color .15s cubic-bezier(.25,1,.5,1),box-shadow .15s cubic-bezier(.25,1,.5,1);display:flex}.dashboard-cleaning-card:hover{border-color:var(--primary);box-shadow:0 6px 18px #0f172a0f}.dashboard-cleaning-head{justify-content:space-between;align-items:baseline;display:flex}.dashboard-cleaning-title{margin:0;font-size:14px;font-weight:600}.dashboard-cleaning-week{color:var(--muted);font-size:12px}.dashboard-cleaning-arrow{width:16px;height:16px;color:var(--muted)}.dashboard-cleaning-progress{background:#0f172a0f;border-radius:999px;height:10px;overflow:hidden}.dashboard-cleaning-progress-fill{background:var(--primary);border-radius:999px;height:100%;transition:width .32s cubic-bezier(.22,1,.36,1)}.dashboard-cleaning-progress-fill--full{background:var(--success)}.dashboard-cleaning-counts{color:var(--muted);margin:0;font-size:13px}.dashboard-cleaning-counts strong{color:var(--text);font-weight:600}.dashboard-cleaning-stores-list{grid-template-columns:repeat(2,1fr);gap:4px 16px;margin:0;padding:0;font-size:12px;list-style:none;display:grid}.dashboard-cleaning-stores-list li{color:var(--muted);justify-content:space-between;padding:3px 0;display:flex}.dashboard-cleaning-stores-list li strong{color:var(--text);font-variant-numeric:tabular-nums;font-weight:600}.dashboard-cleaning-empty{color:var(--muted);padding:12px 0;font-size:13px}@media (prefers-reduced-motion:reduce){.temp-cleaning-progress-fill,.dashboard-cleaning-progress-fill,.temp-analytics-bar-fill{transition:none}.temp-cleaning-skeleton-row,.temp-cleaning-chip--pending[data-pulse=true]{animation:none}.temp-cleaning-chevron,.temp-toggle-track,.temp-toggle-track:before{transition:none}}.emp-cleaning-week-summary{background:var(--card);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:8px;padding:14px 18px;display:flex}.emp-cleaning-week-label{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin:0;font-size:11px;font-weight:600}.emp-cleaning-week-range{margin:0;font-size:16px;font-weight:600}.emp-cleaning-progress-bar{background:#0f172a0f;border-radius:999px;height:10px;overflow:hidden}.emp-cleaning-progress-fill{background:var(--primary);border-radius:999px;height:100%;transition:width .32s cubic-bezier(.22,1,.36,1)}.emp-cleaning-progress-fill--full{background:var(--success)}.emp-cleaning-progress-counts{color:var(--muted);margin:0;font-size:13px}.emp-cleaning-progress-counts strong{color:var(--text);font-weight:600}.emp-cleaning-scan-cta{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;padding:12px 18px;font-size:15px;font-weight:600;text-decoration:none;transition:background .15s cubic-bezier(.25,1,.5,1);display:none}@media (max-width:767px){.emp-cleaning-scan-cta{display:flex}}.emp-cleaning-scan-cta:hover,.emp-cleaning-scan-cta:focus-visible{background:var(--primary-strong)}.emp-cleaning-scan-cta svg{width:20px;height:20px}.emp-cleaning-list-section{flex-direction:column;gap:6px;margin-top:4px;display:flex}.emp-cleaning-section-title{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin:4px;font-size:12px;font-weight:600}.emp-cleaning-freezer-item{background:var(--card);border:1px solid var(--border);cursor:pointer;text-align:left;width:100%;font:inherit;color:inherit;border-radius:12px;align-items:center;gap:12px;padding:14px 16px;transition:border-color .15s cubic-bezier(.25,1,.5,1),transform .12s cubic-bezier(.22,1,.36,1);display:flex}.emp-cleaning-freezer-item:hover{border-color:var(--primary)}.emp-cleaning-freezer-item:active{transform:scale(.98)}.emp-cleaning-freezer-item--done{background:var(--bg)}.emp-cleaning-freezer-icon{flex-shrink:0;width:22px;height:22px}.emp-cleaning-freezer-icon--done{color:var(--success)}.emp-cleaning-freezer-icon--pending{color:var(--muted)}.emp-cleaning-freezer-body{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.emp-cleaning-freezer-name{font-size:15px;font-weight:600}.emp-cleaning-freezer-meta{color:var(--muted);font-size:12px}.emp-cleaning-freezer-arrow{width:16px;height:16px;color:var(--muted);flex-shrink:0}.emp-cleaning-chip{white-space:nowrap;border-radius:999px;align-items:center;gap:4px;padding:3px 10px;font-size:11px;font-weight:600;display:inline-flex}.emp-cleaning-chip--pending{color:var(--warning);background:#b453091a;border:1px solid #b4530940}.emp-cleaning-chip--done{color:var(--success);background:#15803d1a;border:1px solid #15803d40}.emp-cleaning-chip--cross{color:var(--primary);background:#1d4ed814;border:1px solid #1d4ed840}.emp-cleaning-chip--urgent{color:#991b1b;background:#dc26261a;border:1px solid #dc262659}.emp-cleaning-freezer-item--urgent{background:#dc26260a;border-color:#dc262659}.emp-cleaning-freezer-item--urgent .emp-cleaning-freezer-name{color:#991b1b}.emp-cleaning-skeleton-row{background:linear-gradient(90deg,#0f172a0a,#0f172a14,#0f172a0a) 0 0/200% 100%;border-radius:12px;height:64px;margin-bottom:6px;animation:1.4s linear infinite emp-cleaning-skel}@keyframes emp-cleaning-skel{0%{background-position:100% 0}to{background-position:-100% 0}}.emp-cleaning-empty{text-align:center;color:var(--muted);background:var(--card);border:1px dashed var(--border);border-radius:12px;padding:24px 16px;font-size:14px}.emp-cleaning-flow-backdrop{z-index:950;opacity:0;pointer-events:none;background:#0f172a66;justify-content:center;align-items:flex-end;padding:0;transition:opacity .18s cubic-bezier(.25,1,.5,1);display:flex;position:fixed;inset:0}.emp-cleaning-flow-backdrop[data-open=true]{opacity:1;pointer-events:auto}.emp-cleaning-flow{background:var(--card);border-top-left-radius:18px;border-top-right-radius:18px;flex-direction:column;width:100%;max-width:560px;max-height:100vh;transition:transform .24s cubic-bezier(.22,1,.36,1);display:flex;overflow:hidden;transform:translateY(100%)}.emp-cleaning-flow[data-open=true]{transform:translateY(0)}@media (min-width:640px){.emp-cleaning-flow-backdrop{align-items:center;padding:16px}.emp-cleaning-flow{border-radius:18px;max-height:92vh}}.emp-cleaning-flow-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:12px;padding:16px 22px;display:flex}.emp-cleaning-flow-title{margin:0;font-size:17px;font-weight:600}.emp-cleaning-flow-subtitle{color:var(--muted);margin:4px 0 0;font-size:13px}.emp-cleaning-flow-close{width:32px;height:32px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;transition:background .15s cubic-bezier(.25,1,.5,1);display:inline-flex}.emp-cleaning-flow-close:hover{color:var(--text);background:#0f172a0f}.emp-cleaning-flow-body{flex-direction:column;flex:1;gap:18px;padding:20px 22px;display:flex;overflow-y:auto}.emp-cleaning-flow-footer{border-top:1px solid var(--border);background:var(--bg);flex-wrap:wrap;justify-content:space-between;gap:8px;padding:12px 22px;display:flex}.emp-cleaning-step-dots{align-items:center;gap:6px;display:flex}.emp-cleaning-step-dot{background:#0f172a2e;border-radius:50%;width:8px;height:8px;transition:background .22s cubic-bezier(.25,1,.5,1),transform .22s cubic-bezier(.22,1,.36,1)}.emp-cleaning-step-dot--current{background:var(--primary);transform:scale(1.25)}.emp-cleaning-step-dot--done{background:var(--success)}.emp-cleaning-camera-label{background:var(--bg);border:2px dashed var(--border);cursor:pointer;color:var(--text);text-align:center;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:32px 20px;font-size:14px;font-weight:500;transition:border-color .15s cubic-bezier(.25,1,.5,1),background .15s cubic-bezier(.25,1,.5,1);display:flex}.emp-cleaning-camera-label:hover,.emp-cleaning-camera-label:focus-within{border-color:var(--primary);background:#1d4ed80a}.emp-cleaning-camera-icon{width:48px;height:48px;color:var(--primary)}.emp-cleaning-camera-hint{color:var(--muted);margin:0;font-size:12px;font-weight:400}.emp-cleaning-preview-wrap{flex-direction:column;gap:10px;display:flex}.emp-cleaning-preview-img{object-fit:contain;background:#0f172a0a;border-radius:12px;width:100%;max-height:360px}.emp-cleaning-thumbs-row{grid-template-columns:1fr 1fr;gap:8px;display:grid}.emp-cleaning-thumb{aspect-ratio:4/3;cursor:pointer;background:#0f172a0a;border:none;border-radius:10px;padding:0;position:relative;overflow:hidden}.emp-cleaning-thumb img{object-fit:cover;width:100%;height:100%}.emp-cleaning-thumb-label{color:#fff;background:#0f172ab3;border-radius:6px;padding:2px 8px;font-size:11px;font-weight:600;position:absolute;bottom:6px;left:6px}.emp-cleaning-notes-label{flex-direction:column;gap:6px;font-size:13px;font-weight:600;display:flex}.emp-cleaning-notes-textarea{border:1px solid var(--border);width:100%;min-height:80px;font:inherit;resize:vertical;background:var(--card);color:var(--text);border-radius:10px;padding:10px 12px;font-size:14px}.emp-cleaning-notes-textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #1d4ed81f}.emp-cleaning-btn-primary,.emp-cleaning-btn-secondary,.emp-cleaning-btn-ghost{cursor:pointer;border:1px solid #0000;border-radius:10px;padding:10px 18px;font-size:14px;font-weight:600;transition:background .15s cubic-bezier(.25,1,.5,1)}.emp-cleaning-btn-primary{background:var(--primary);color:#fff}.emp-cleaning-btn-primary:hover{background:var(--primary-strong)}.emp-cleaning-btn-primary:disabled{opacity:.6;cursor:not-allowed}.emp-cleaning-btn-secondary{background:var(--card);border-color:var(--border);color:var(--text)}.emp-cleaning-btn-secondary:hover{background:#0f172a0a}.emp-cleaning-btn-ghost{color:var(--primary);background:0 0;border:none;padding:8px 12px;font-size:13px}.emp-cleaning-btn-ghost:hover{color:var(--primary-strong);background:#1d4ed80d}.emp-cleaning-banner{border-radius:10px;padding:10px 14px;font-size:13px}.emp-cleaning-banner--info{color:var(--primary-strong);background:#1d4ed80f;border:1px solid #1d4ed833}.emp-cleaning-banner--error{color:var(--danger);background:#dc26260f;border:1px solid #dc262640}.emp-cleaning-banner--success{color:var(--success);background:#15803d14;border:1px solid #15803d40}.emp-cleaning-spinner{vertical-align:middle;border:2px solid;border-right-color:#0000;border-radius:50%;width:14px;height:14px;margin-right:6px;animation:.7s linear infinite login-spin;display:inline-block}.emp-temp-tabs{border-bottom:1px solid var(--border);scrollbar-width:thin;gap:4px;margin-bottom:8px;display:flex;overflow-x:auto}.emp-temp-tab-btn{color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:500;text-decoration:none;transition:color .18s cubic-bezier(.25,1,.5,1),border-color .18s cubic-bezier(.25,1,.5,1);display:inline-flex}.emp-temp-tab-btn:hover{color:var(--text)}.emp-temp-tab-btn[aria-current=page]{color:var(--primary);border-bottom-color:var(--primary)}.emp-temp-tab-btn[aria-current=page]:hover{color:var(--primary-strong)}.emp-temp-tab-icon{width:16px;height:16px}.emp-cleaning-summary-row{justify-content:space-between;padding:4px 0;font-size:13px;display:flex}.emp-cleaning-summary-row dt{color:var(--muted);margin:0}.emp-cleaning-summary-row dd{text-align:right;margin:0;font-weight:500}.emp-cleaning-summary-readonly{background:var(--bg);border:1px solid var(--border);color:var(--muted);border-radius:10px;padding:10px 12px;font-size:13px}@media (prefers-reduced-motion:reduce){.emp-cleaning-progress-fill,.emp-cleaning-freezer-item,.emp-cleaning-step-dot,.emp-cleaning-camera-label,.emp-temp-tab-btn,.emp-cleaning-btn-primary,.emp-cleaning-btn-secondary,.emp-cleaning-btn-ghost,.emp-cleaning-scan-cta,.emp-cleaning-flow,.emp-cleaning-flow-backdrop{transition:none}.emp-cleaning-skeleton-row,.emp-cleaning-spinner{animation:none}}.slot-freezer-card{border:1px solid var(--border);cursor:pointer;background:var(--card);-webkit-user-select:none;user-select:none;text-align:left;width:100%;font-size:13px;font:inherit;color:inherit;border-radius:8px;align-items:center;gap:8px;padding:8px 12px;transition:border-color .14s cubic-bezier(.25,1,.5,1),background .14s cubic-bezier(.25,1,.5,1),color .14s cubic-bezier(.25,1,.5,1);display:flex}.slot-freezer-card:disabled{opacity:.5;cursor:not-allowed}.slot-freezer-card-icon{text-align:center;flex-shrink:0;width:14px;font-size:13px;font-weight:700}.slot-freezer-card--current{border-color:var(--primary);color:var(--primary);background:#1d4ed80a}.slot-freezer-card--current:hover:not(:disabled){border-color:var(--danger);color:var(--danger);background:#dc26260d}.slot-freezer-card--other{opacity:.55;border-style:dashed}.slot-freezer-card--other:hover:not(:disabled){opacity:.85;border-color:var(--warning);border-style:solid}.slot-freezer-confirm{background:#b453090f;border:1px solid #b453094d;border-radius:8px;grid-column:1/-1;margin-top:-2px;padding:10px 14px}.slot-freezer-confirm-msg{color:var(--text);margin:0 0 8px;font-size:12px;line-height:1.5}.slot-freezer-confirm-actions{gap:8px;display:flex}@media (prefers-reduced-motion:reduce){.slot-freezer-card{transition:none}}.fgl-section{flex-direction:column;gap:16px;margin-top:16px;display:flex}.fgl-section-head{flex-direction:column;gap:8px;display:flex}.fgl-preview-badge{letter-spacing:.02em;color:#475569;background:#1d4ed80f;border:1px solid #1d4ed826;border-radius:999px;align-items:center;gap:6px;width:max-content;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.fgl-preview-dot{background:var(--primary);border-radius:999px;width:6px;height:6px;display:inline-block}.fgl-section-explain{color:var(--muted);max-width:75ch;margin:0;font-size:13px;line-height:1.5}.fgl-section-explain code{color:var(--text);background:#0f172a0d;border-radius:4px;padding:1px 5px;font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:.92em}.fgl-week-nav{background:var(--card);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:10px;padding:12px;transition:opacity .2s cubic-bezier(.22,1,.36,1);display:flex}.fgl-week-nav[data-pending]{opacity:.5;pointer-events:none}.fgl-week-tabs{display:none}.fgl-week-mobile-select{color:var(--text);align-items:center;gap:10px;font-size:13px;display:flex}.fgl-week-mobile-label{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:600}.fgl-week-mobile-select select{border:1px solid var(--border);background:var(--card);min-height:44px;color:var(--text);cursor:pointer;border-radius:8px;flex:1;padding:0 12px;font-size:14px}.fgl-week-mobile-select select:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.fgl-filter-toggle{border:1px solid var(--border);min-height:44px;color:var(--text);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:8px;padding:0 14px;font-size:13px;transition:background .15s cubic-bezier(.22,1,.36,1),border-color .15s cubic-bezier(.22,1,.36,1);display:inline-flex}.fgl-filter-toggle[aria-checked=true]{color:var(--primary);background:#1d4ed80f;border-color:#1d4ed84d}.fgl-filter-check{border:1.5px solid;border-radius:4px;justify-content:center;align-items:center;width:18px;height:18px;font-size:12px;font-weight:700;line-height:1;display:inline-flex}@media (min-width:768px){.fgl-week-nav{flex-direction:row;justify-content:space-between;align-items:center;padding:8px 12px}.fgl-week-mobile-select{display:none}.fgl-week-tabs{background:#0f172a0a;border-radius:10px;gap:2px;padding:2px;display:inline-flex}.fgl-week-tab{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:8px 14px;font-size:13px;transition:background .15s cubic-bezier(.22,1,.36,1),color .15s cubic-bezier(.22,1,.36,1)}.fgl-week-tab:hover{color:var(--text)}.fgl-week-tab[data-active=true]{background:var(--card);color:var(--text);font-weight:600;box-shadow:0 1px 2px #0f172a0f}}.fgl-empty{text-align:center;color:var(--muted);background:var(--card);border:1px dashed var(--border);border-radius:12px;padding:32px 20px;font-size:14px}.fgl-error{color:var(--danger);background:#dc26260d;border:1px solid #dc262640;border-radius:12px;padding:16px 20px;font-size:14px}.fgl-agreement-note{color:var(--muted);background:#15803d0d;border:1px solid #15803d2e;border-radius:10px;margin:0;padding:10px 14px;font-size:13px}.fgl-stores{flex-direction:column;gap:8px;display:flex}.fgl-store-row{border:1px solid var(--border);background:var(--card);border-radius:12px;overflow:hidden}.fgl-store-row[open]{box-shadow:0 1px 2px #0f172a0a}.fgl-store-row--error{background:#dc262608;border-color:#dc26264d;padding:14px 18px}.fgl-store-error-msg{color:var(--danger);margin:8px 0 0;font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:12px}.fgl-store-header{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:12px;padding:14px 18px;list-style:none;display:flex}.fgl-store-header::-webkit-details-marker{display:none}.fgl-store-row[open] .fgl-store-header{border-bottom:1px solid var(--border)}.fgl-store-row[open] .fgl-store-chevron{transform:rotate(180deg)}.fgl-store-name{color:var(--text);word-break:break-word;flex:1;min-width:0;font-size:15px;font-weight:600;line-height:1.3}@media (min-width:768px){.fgl-store-name{text-overflow:ellipsis;white-space:nowrap;word-break:normal;overflow:hidden}}.fgl-store-stats{text-align:right;flex-direction:column;flex-shrink:0;align-items:flex-end;gap:4px;display:flex}.fgl-store-meta{color:var(--muted);font-variant-numeric:tabular-nums;font-size:12px}.fgl-store-badge{letter-spacing:.01em;white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:3px 10px;font-size:12px;font-weight:600;display:inline-flex}.fgl-store-badge--clean{color:var(--muted);border:1px solid var(--border);background:#0f172a0a}.fgl-store-badge--drift{color:#1e3a8a;background:#1d4ed814;border:1px solid #1d4ed840}.fgl-store-badge--drift:before{content:"";background:var(--primary);border-radius:999px;width:6px;height:6px;display:inline-block}.fgl-store-badge--error{color:var(--danger);background:#dc262614;border:1px solid #dc262640}.fgl-store-chevron{width:16px;height:16px;color:var(--muted);flex-shrink:0;transition:transform .22s cubic-bezier(.22,1,.36,1)}@media (min-width:768px){.fgl-store-stats{flex-direction:row;align-items:center;gap:12px}}.fgl-store-body{background:var(--bg);padding:16px 18px 20px}.fgl-section-title{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin:0 0 10px;font-size:12px;font-weight:600}.fgl-section-title:not(:first-child){margin-top:20px}.fgl-store-note{color:var(--muted);margin:12px 0 0;font-size:13px;line-height:1.5}.fgl-store-note--ok{color:var(--text);background:#15803d0d;border:1px solid #15803d2e;border-radius:10px;padding:10px 14px}.fgl-comparison{background:var(--card);border:1px solid var(--border);border-radius:10px;flex-direction:column;gap:6px;display:flex;overflow:hidden}.fgl-comparison-head{display:none}.fgl-comparison-row{border-top:1px solid #0f172a0f;grid-template-columns:1fr auto;grid-template-areas:"name days""actual proposed""rate rate";gap:4px 12px;padding:12px 14px;font-size:13px;display:grid}.fgl-comparison-row:first-child{border-top:none}.fgl-comparison-row--drift{background:#1d4ed80a}.fgl-comparison-name{color:var(--text);grid-area:name;font-weight:600}.fgl-comparison-days{color:var(--muted);font-variant-numeric:tabular-nums;text-align:right;grid-area:days}.fgl-comparison-actual{color:var(--muted);font-variant-numeric:tabular-nums;grid-area:actual}.fgl-comparison-proposed{font-variant-numeric:tabular-nums;text-align:right;grid-area:proposed}.fgl-comparison-rate{color:var(--muted);font-variant-numeric:tabular-nums;border-top:1px dashed #0f172a14;grid-area:rate;padding-top:4px;font-size:12px}.fgl-mobile-label{color:var(--muted);letter-spacing:.02em;margin-right:4px;font-size:11px;font-weight:500}@media (min-width:768px){.fgl-comparison-head{border-bottom:1px solid var(--border);color:var(--muted);text-transform:uppercase;letter-spacing:.05em;background:#0f172a08;grid-template-columns:2fr 60px 70px 1fr 70px;gap:12px;padding:10px 16px;font-size:11px;font-weight:600;display:grid}.fgl-comparison-row{grid-template-columns:2fr 60px 70px 1fr 70px;grid-template-areas:"name days actual proposed rate";align-items:baseline;padding:10px 16px}.fgl-comparison-days,.fgl-comparison-rate,.fgl-comparison-proposed{text-align:left}.fgl-comparison-rate{border-top:none;padding-top:0}.fgl-mobile-label{display:none}}.fgl-diff{font-variant-numeric:tabular-nums;align-items:center;gap:4px;display:inline-flex}.fgl-diff-old{color:var(--muted);-webkit-text-decoration:line-through #5c6b8080;text-decoration:line-through #5c6b8080;text-decoration-thickness:1px}.fgl-diff-arrow{color:var(--muted);font-size:.9em}.fgl-diff-new{color:var(--text);font-weight:600}.fgl-diff-delta{color:var(--primary);letter-spacing:.01em;background:#1d4ed81a;border-radius:999px;padding:1px 5px;font-size:11px;font-weight:600}.fgl-drift-list{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.fgl-drift-item{background:var(--card);border:1px solid var(--border);border-radius:10px;flex-direction:column;gap:4px;padding:10px 14px;font-size:13px;display:flex}.fgl-drift-freezer{color:var(--muted)}.fgl-drift-freezer-name{color:var(--text);font-weight:600}.fgl-drift-slot{color:var(--muted);font-size:12px}.fgl-drift-flow{flex-wrap:wrap;align-items:center;gap:6px;display:inline-flex}.fgl-drift-actual{color:var(--muted);text-decoration:line-through;text-decoration-thickness:1px}.fgl-drift-proposed{color:var(--text);font-weight:600}.fgl-drift-meta{flex-wrap:wrap;align-items:center;gap:6px;display:inline-flex}.fgl-reason-badge{white-space:nowrap;cursor:help;border-radius:999px;align-items:center;padding:2px 8px;font-size:11px;font-weight:600;display:inline-flex}.fgl-reason-badge--snapshot{color:#475569;background:#64748b1a;border:1px solid #64748b40}.fgl-reason-badge--incremental{color:var(--primary);background:#1d4ed814;border:1px solid #1d4ed840}.fgl-reason-badge--refairness{color:#6d28d9;background:#7c3aed1a;border:1px solid #7c3aed40}.fgl-reason-badge--force{color:#991b1b;background:#dc26261a;border:1px solid #dc262659}.fgl-reason-badge--manual{color:var(--warning);background:#b453091a;border:1px solid #b4530940}.fgl-reason-badge--suspended{color:#854d0e;background:#ca8a041a;border:1px solid #ca8a0459}@media (min-width:768px){.fgl-drift-item{flex-flow:wrap;justify-content:space-between;align-items:center;gap:16px}}.fgl-store-actions{border-top:1px solid var(--border);flex-direction:column;gap:12px;margin-top:18px;padding-top:16px;display:flex}.fgl-store-actions-buttons{flex-direction:column;gap:8px;display:flex}.fgl-btn{cursor:pointer;border-radius:10px;justify-content:center;align-items:center;min-height:44px;padding:0 18px;font-size:14px;font-weight:600;transition:background .15s cubic-bezier(.22,1,.36,1),color .15s cubic-bezier(.22,1,.36,1),border-color .15s cubic-bezier(.22,1,.36,1),opacity .15s cubic-bezier(.22,1,.36,1);display:inline-flex}.fgl-btn:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.fgl-btn:disabled{opacity:.5;cursor:not-allowed}.fgl-btn--primary{background:var(--primary);color:#fff;border:1px solid var(--primary)}.fgl-btn--primary:hover:not(:disabled){background:var(--primary-strong);border-color:var(--primary-strong)}.fgl-btn--secondary{background:var(--card);color:var(--text);border:1px solid var(--border)}.fgl-btn--secondary:hover:not(:disabled){background:#0f172a0a}.fgl-btn--ghost{color:var(--muted);background:0 0;border:1px solid #0000}.fgl-btn--ghost:hover:not(:disabled){color:var(--text);background:#0f172a0a}@media (min-width:768px){.fgl-store-actions-buttons{flex-flow:wrap}}.fgl-report-form{background:var(--card);border:1px solid var(--border);border-radius:10px;flex-direction:column;gap:10px;padding:14px;display:flex}.fgl-report-label{color:var(--text);font-size:13px;font-weight:600}.fgl-report-textarea{width:100%;min-height:100px;color:var(--text);background:var(--bg);border:1px solid var(--border);resize:vertical;border-radius:8px;padding:10px 12px;font-family:inherit;font-size:14px}.fgl-report-textarea:focus-visible{outline:2px solid var(--primary);outline-offset:1px}.fgl-report-form-actions{flex-wrap:wrap;gap:8px;display:flex}.fgl-action-feedback{border-radius:8px;margin:0;padding:10px 14px;font-size:13px;line-height:1.5}.fgl-action-feedback--ok{color:#14532d;background:#15803d0d;border:1px solid #15803d33}.fgl-action-feedback--error{color:var(--danger);background:#dc26260d;border:1px solid #dc262640}@media (prefers-reduced-motion:reduce){.fgl-store-chevron,.fgl-week-nav,.fgl-btn,.fgl-filter-toggle,.fgl-week-tab{transition:none}}.temp-cleaning-freezer-line--clickable{text-align:left;cursor:pointer;width:100%;color:inherit;font-size:13px;font:inherit;background:0 0;border:0;border-radius:6px;align-items:center;gap:10px;padding:6px 4px;transition:background .12s;display:flex}.temp-cleaning-freezer-line--clickable:hover{background:#0f172a0d}.temp-cleaning-freezer-line--clickable:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.freezer-detail-state{text-align:center;color:var(--muted);padding:32px 16px;font-size:14px}.freezer-detail-state--error{color:var(--danger)}.freezer-detail-body{flex-direction:column;gap:20px;padding:4px 0;display:flex}.freezer-detail-summary{border:1px solid var(--border);background:#0f172a08;border-radius:10px;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:14px 16px;display:grid}.freezer-detail-summary>div{flex-direction:column;gap:2px;display:flex}.freezer-detail-summary-label{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-size:10px;font-weight:600}.freezer-detail-summary strong{font-size:14px}.freezer-detail-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.freezer-detail-stat{border:1px solid var(--border);background:var(--card-bg,white);border-radius:10px;flex-direction:column;align-items:center;padding:12px 8px;display:flex}.freezer-detail-stat span{font-variant-numeric:tabular-nums;font-size:22px;font-weight:700;line-height:1}.freezer-detail-stat small{letter-spacing:.04em;text-transform:uppercase;color:var(--muted);margin-top:4px;font-size:10px;font-weight:600}.freezer-detail-stat--done span{color:var(--success)}.freezer-detail-stat--noshow span{color:var(--danger)}.freezer-detail-stat--pending span{color:var(--warning)}.freezer-detail-stat--pct span{color:var(--accent,#2563eb)}.freezer-detail-timeline{flex-direction:column;gap:8px;display:flex}.freezer-detail-week{border:1px solid var(--border);background:var(--card-bg,white);border-radius:10px;padding:12px 14px}.freezer-detail-week--cross{border-left:3px solid var(--warning)}.freezer-detail-week-head{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:8px;display:flex}.freezer-detail-week-range{font-variant-numeric:tabular-nums;font-size:13px;font-weight:600}.freezer-detail-badge{letter-spacing:.02em;border-radius:4px;align-items:center;padding:2px 8px;font-size:11px;font-weight:600;display:inline-flex}.freezer-detail-badge--done{color:var(--success);background:#15803d1a;border:1px solid #15803d40}.freezer-detail-badge--noshow{color:var(--danger);background:#dc26261a;border:1px solid #dc262640}.freezer-detail-badge--pending{color:var(--warning);background:#b453091a;border:1px solid #b4530940}.freezer-detail-badge--none{color:var(--muted);border:1px solid var(--border);background:#0f172a0f}.freezer-detail-week-meta{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px 18px;margin:0 0 8px;display:grid}.freezer-detail-week-meta div{flex-direction:column;gap:1px;display:flex}.freezer-detail-week-meta dt{letter-spacing:.04em;text-transform:uppercase;color:var(--muted);font-size:10px;font-weight:600}.freezer-detail-week-meta dd{margin:0;font-size:13px}.freezer-detail-cross-tag{color:var(--warning);text-transform:lowercase;letter-spacing:.04em;background:#b453091a;border:1px solid #b4530940;border-radius:3px;margin-left:6px;padding:1px 6px;font-size:10px;font-weight:600;display:inline-block}.freezer-detail-week-notes{border-left:2px solid var(--border);color:var(--text);background:#0f172a08;border-radius:4px;margin:8px 0 0;padding:8px 12px;font-size:13px;font-style:italic}.freezer-detail-week-empty{color:var(--muted);margin:0;font-size:12px;font-style:italic}.freezer-detail-week-toggle{color:var(--accent,#2563eb);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:6px;margin-top:10px;padding:6px 12px;font-size:12px;font-weight:500;transition:background .12s}.freezer-detail-week-toggle:hover{background:#2563eb0f}.freezer-detail-photos{grid-template-columns:1fr 1fr;gap:10px;margin-top:10px;display:grid}.freezer-detail-photo{aspect-ratio:4/3;border:1px solid var(--border);cursor:pointer;background:#0f172a0a;border-radius:8px;padding:0;position:relative;overflow:hidden}.freezer-detail-photo img{object-fit:cover;width:100%;height:100%;display:block}.freezer-detail-photo--missing{cursor:default;color:var(--muted);justify-content:center;align-items:center;display:flex}.freezer-detail-photo-label{color:#fff;letter-spacing:.04em;text-transform:uppercase;background:#0009;border-radius:4px;padding:2px 8px;font-size:10px;font-weight:600;position:absolute;bottom:6px;left:6px}.freezer-detail-photo--missing .freezer-detail-photo-label{color:var(--muted);text-transform:none;letter-spacing:0;background:0 0;font-style:italic;font-weight:400;position:static}.freezer-detail-photos-empty{color:var(--muted);text-align:center;background:#0f172a08;border-radius:8px;margin:10px 0 0;padding:12px;font-size:13px;font-style:italic}.freezer-detail-lightbox{z-index:1000;background:#000000eb;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.freezer-detail-lightbox img{object-fit:contain;border-radius:4px;max-width:100%;max-height:100%}.freezer-detail-lightbox-close{color:#fff;cursor:pointer;background:#ffffff26;border:1px solid #ffffff4d;border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;font-size:24px;line-height:1;display:flex;position:absolute;top:16px;right:16px}@media (max-width:600px){.freezer-detail-summary{grid-template-columns:1fr}.freezer-detail-stats{grid-template-columns:repeat(2,1fr)}}.employee-tab-intro{border:1px solid var(--border);background:#0f172a08;border-radius:8px;padding:12px 16px}.employee-tab-hint{color:var(--muted);margin:0;font-size:13px}.employee-penalty-tag{letter-spacing:.04em;text-transform:uppercase;color:var(--danger);background:#dc262614;border:1px solid #dc262640;border-radius:4px;align-items:center;margin-left:4px;padding:2px 8px;font-size:10px;font-weight:600;display:inline-flex}.employee-metrics-table{border-collapse:collapse;width:100%;font-size:13px}.employee-metrics-table thead th{text-align:left;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);border-bottom:1px solid var(--border);padding:8px 10px;font-size:11px;font-weight:600}.employee-metrics-table thead th.employee-col-num{text-align:right}.employee-metrics-table tbody td{border-bottom:1px solid #0f172a0a;padding:10px}.employee-metrics-table tbody tr:last-child td{border-bottom:0}.employee-metrics-table tbody tr:hover{background:#0f172a05}.employee-name-cell{font-weight:500}.employee-col-num{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.employee-num--done{color:var(--success);font-weight:600}.employee-num--noshow{color:var(--danger);font-weight:600}.employee-cumdev--pos{color:var(--success);font-weight:600}.employee-cumdev--neg{color:var(--danger);font-weight:600}.employee-cumdev--zero{color:var(--muted)}@media (max-width:720px){.employee-metrics-table{white-space:nowrap;display:block;overflow-x:auto}}.freezer-detail-week-reassign{color:var(--warning);margin-left:8px}.freezer-detail-week-reassign:hover{background:#b453090f}.freezer-detail-reassign-form{border:1px solid var(--border);background:#b453090a;border-radius:10px;flex-direction:column;gap:12px;margin-top:12px;padding:14px;display:flex}.freezer-detail-reassign-field{flex-direction:column;gap:4px;display:flex}.freezer-detail-reassign-field span{letter-spacing:.04em;text-transform:uppercase;color:var(--muted);font-size:11px;font-weight:600}.freezer-detail-reassign-field select,.freezer-detail-reassign-field textarea{border:1px solid var(--border);background:var(--card-bg,white);color:var(--text);border-radius:6px;width:100%;padding:8px 10px;font-family:inherit;font-size:13px}.freezer-detail-reassign-field select:focus,.freezer-detail-reassign-field textarea:focus{outline:2px solid var(--accent,#2563eb);outline-offset:1px}.freezer-detail-reassign-field textarea{resize:vertical;min-height:50px}.freezer-detail-reassign-actions{justify-content:flex-end;gap:8px;display:flex}.freezer-detail-reassign-error{color:var(--danger);background:#dc262614;border-radius:6px;margin:0;padding:6px 10px;font-size:12px}.cc-photo-section{background:var(--surface-soft,#6366f10a);border:1px solid var(--border,#e2e8f0);border-radius:10px;margin-top:20px;padding:16px}.cc-photo-section-header{margin-bottom:12px}.cc-photo-section-title{letter-spacing:-.01em;color:var(--ink,#0f172a);margin:0 0 4px;font-size:14px;font-weight:700}.cc-photo-section-hint{margin:0;font-size:12px;line-height:1.45}.cc-photo-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px;display:grid}.cc-photo-slot{background:var(--surface,#fff);border:1px solid var(--border,#e2e8f0);border-radius:8px;flex-direction:column;gap:6px;min-height:180px;padding:10px;transition:border-color .15s;display:flex}.cc-photo-slot[data-state=uploaded]{border-color:var(--success,#10b981)}.cc-photo-slot[data-state=error]{border-color:var(--danger,#dc2626)}.cc-photo-slot-header{flex-direction:column;gap:2px;display:flex}.cc-photo-slot-label{color:var(--ink,#0f172a);min-height:2.6em;font-size:12.5px;font-weight:600;line-height:1.3}.cc-photo-required-mark{color:var(--danger,#dc2626);font-weight:700}.cc-photo-slot-hint{color:var(--muted,#64748b);font-size:11px;line-height:1.35}.cc-photo-slot-body{flex:1;align-items:stretch;min-height:100px;display:flex;position:relative}.cc-photo-preview{background:#0f172a;border-radius:6px;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.cc-photo-preview img{object-fit:cover;width:100%;height:100%;max-height:200px;display:block}.cc-photo-preview--placeholder{background:var(--surface-soft,#f1f5f9);color:var(--muted,#64748b);flex-direction:column;gap:6px;min-height:100px}.cc-photo-overlay{color:#fff;background:#0f172a8c;flex-direction:column;justify-content:center;align-items:center;gap:6px;font-size:12px;display:flex;position:absolute;inset:0}.cc-photo-badge{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:13px;font-weight:700;display:flex;position:absolute;top:6px;right:6px}.cc-photo-badge--ok{background:var(--success,#10b981)}.cc-photo-pick{border:1.5px dashed var(--border,#cbd5e1);cursor:pointer;width:100%;color:var(--ink,#0f172a);text-align:center;background:0 0;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:18px 8px;font-size:12.5px;font-weight:600;transition:border-color .15s,background .15s;display:flex}.cc-photo-pick:hover{border-color:var(--primary,#6366f1);background:#6366f10a}.cc-photo-pick.is-disabled{opacity:.5;pointer-events:none}.cc-photo-pick-icon{width:28px;height:28px;color:var(--muted,#64748b)}.cc-photo-pick-label{margin-top:4px;font-size:12.5px}.cc-photo-pick-hint{color:var(--muted,#64748b);margin-top:2px;font-size:11px;font-weight:500}.cc-photo-input-hidden{display:none}.cc-photo-slot-footer{justify-content:space-between;align-items:center;gap:8px;min-height:16px;display:flex}.cc-photo-error{color:var(--danger,#dc2626);font-size:11.5px;line-height:1.35}.cc-photo-meta{font-size:11px}.cc-photo-slot-actions{gap:12px;margin-top:4px;display:flex}.cc-link-button{color:var(--primary,#6366f1);cursor:pointer;background:0 0;border:none;padding:2px 0;font-size:11.5px;font-weight:600}.cc-link-button:hover{text-decoration:underline}.cc-link-button--danger{color:var(--danger,#dc2626)}.cc-link-button[disabled],.cc-link-button:disabled{opacity:.5;cursor:not-allowed;text-decoration:none}.cc-photo-preview--button{cursor:zoom-in;background:#0f172a;border:none;border-radius:6px;justify-content:center;align-items:center;width:100%;padding:0;display:flex;position:relative;overflow:hidden}.cc-photo-preview--button:disabled{cursor:default}.cc-photo-preview--button:hover:not(:disabled) img{transform:scale(1.02)}.cc-photo-preview--button img{transition:transform .18s ease-out}.cc-photo-lightbox{z-index:9999;cursor:zoom-out;background:#0f172aeb;justify-content:center;align-items:center;padding:24px;animation:.18s ease-out cc-photo-lightbox-fade;display:flex;position:fixed;inset:0}@keyframes cc-photo-lightbox-fade{0%{opacity:0}to{opacity:1}}.cc-photo-lightbox-img{object-fit:contain;cursor:default;border-radius:4px;width:auto;max-width:100%;height:auto;max-height:100%;box-shadow:0 24px 60px #0006}.cc-photo-lightbox-close{color:#fff;cursor:pointer;background:#ffffff1f;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;font-weight:600;transition:background .12s;display:flex;position:absolute;top:16px;right:16px}.cc-photo-lightbox-close:hover{background:#fff3}@media (prefers-reduced-motion:reduce){.cc-photo-preview--button img,.cc-photo-lightbox{transition:none;animation:none}}.iv-shell{z-index:10000;-webkit-user-select:none;user-select:none;background:#0b0d12e0;flex-direction:column;display:flex;position:fixed;inset:0}.iv-shell[data-checkered=true] .iv-stage{background-color:#2b2f36;background-image:linear-gradient(45deg,#1a1d22 25%,#0000 25%),linear-gradient(-45deg,#1a1d22 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#1a1d22 75%),linear-gradient(-45deg,#0000 75%,#1a1d22 75%);background-position:0 0,0 12px,12px -12px,-12px 0;background-size:24px 24px}.iv-stage{cursor:grab;flex:1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.iv-stage:active{cursor:grabbing}.iv-img{transform-origin:50%;image-rendering:auto;will-change:transform;width:auto;max-width:none;height:auto;max-height:none}.iv-img[data-pixelated=true]{image-rendering:pixelated;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges}.iv-toolbar{z-index:2;background:#0f131ceb;border:1px solid #ffffff1a;border-radius:999px;flex-wrap:wrap;justify-content:center;align-items:center;gap:4px;max-width:calc(100% - 32px);padding:6px;display:flex;position:absolute;bottom:16px;left:50%;transform:translate(-50%);box-shadow:0 12px 40px #0000008c}.iv-btn{color:#ffffffd9;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:4px;min-width:32px;height:32px;padding:0 10px;font-size:13px;font-weight:600;line-height:1;transition:background .1s,color .1s,border-color .1s;display:inline-flex}.iv-btn:hover{color:#fff;background:#ffffff1a}.iv-btn:focus-visible{outline-offset:-2px;outline:2px solid #6366f1}.iv-btn.is-active{color:#fff;background:#6366f152;border-color:#6366f199}.iv-btn-close{color:#fff;background:#dc26262e;margin-left:4px}.iv-btn-close:hover{background:#dc26266b}.iv-sep{background:#ffffff24;width:1px;height:18px;margin:0 2px}.iv-zoom-label{color:#ffffffa6;font-variant-numeric:tabular-nums;text-align:center;min-width:44px;padding:0 4px;font-size:12px}.iv-hint{z-index:2;color:#ffffffb3;letter-spacing:.01em;pointer-events:none;text-align:center;background:#0f131cc7;border:1px solid #ffffff14;border-radius:999px;max-width:calc(100% - 32px);padding:6px 14px;font-size:11.5px;position:absolute;top:16px;left:50%;transform:translate(-50%)}.iv-nav{z-index:11;color:#f8fafc;cursor:pointer;background:#0f172ab8;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:background .15s,transform .1s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 12px #0000004d}.iv-nav:hover{background:#0f172ae6}.iv-nav:active{transform:translateY(-50%)scale(.95)}.iv-nav-prev{left:16px}.iv-nav-next{right:16px}@media (max-width:640px){.iv-nav{width:40px;height:40px}.iv-nav-prev{left:8px}.iv-nav-next{right:8px}}.iv-backdrop-close{z-index:0;cursor:default;pointer-events:none;background:0 0;border:none;position:absolute;inset:0}@media (max-width:640px){.iv-toolbar{gap:2px;padding:4px;bottom:8px}.iv-btn{min-width:36px;height:36px;padding:0 8px;font-size:12px}.iv-hint{display:none}}@media (prefers-reduced-motion:reduce){.iv-btn,.iv-img{transition:none}}.cc-admin-photo-slot{flex-direction:column;gap:6px;width:100%;display:flex}.cc-photo-review-backdrop{z-index:1;background:#0b0d12eb;justify-content:center;align-items:center;padding:16px;animation:.18s ease-out cc-photo-review-fade;display:flex;position:absolute;inset:0}@keyframes cc-photo-review-fade{0%{opacity:0}to{opacity:1}}.cc-photo-review-shell{background:#fff;border-radius:12px;flex-direction:column;gap:12px;width:100%;max-width:720px;max-height:calc(100vh - 32px);padding:18px;display:flex;box-shadow:0 24px 60px #0006}.cc-photo-review-header{flex-direction:column;gap:2px;display:flex}.cc-photo-review-title{color:#0f172a;margin:0;font-size:16px;font-weight:700}.cc-photo-review-subtitle{color:#64748b;margin:0;font-size:12.5px}.cc-photo-review-img-wrap{background:#0f172a;border-radius:8px;flex:1;justify-content:center;align-items:center;min-height:240px;display:flex;overflow:hidden}.cc-photo-review-img{object-fit:contain;width:100%;height:100%;max-height:60vh;display:block}.cc-photo-review-meta{color:#475569;font-variant-numeric:tabular-nums;justify-content:space-between;align-items:center;gap:8px;font-size:12px;display:flex}.cc-photo-review-saved{color:#059669;font-weight:600}.cc-photo-review-warning{color:#92400e;background:#f59e0b1f;border:1px solid #f59e0b66;border-radius:8px;padding:10px 12px;font-size:13px;line-height:1.45}.cc-photo-review-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.cc-photo-review-retake,.cc-photo-review-confirm{justify-content:center;min-width:130px}@media (max-width:480px){.cc-photo-review-shell{max-height:calc(100vh - 16px);padding:12px}.cc-photo-review-img{max-height:50vh}.cc-photo-review-actions{flex-direction:column-reverse}.cc-photo-review-retake,.cc-photo-review-confirm{width:100%}}@media (prefers-reduced-motion:reduce){.cc-photo-review-backdrop{animation:none}}
