*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary: #4f46e5;--primary-dark: #3730a3;--secondary: #7c3aed;--success: #059669;--warning: #d97706;--danger: #dc2626;--bg: #f1f5f9;--surface: #ffffff;--border: #e2e8f0;--text: #1e293b;--muted: #64748b;--sidebar-w: 240px;--sidebar-collapsed-w: 64px;--radius: 12px;--shadow: 0 1px 3px rgba(0,0,0,.08), 0 4px 16px rgba(0,0,0,.06);--shadow-md: 0 4px 6px rgba(0,0,0,.07), 0 10px 24px rgba(0,0,0,.09)}html,body,#root{height:100%;font-family:Inter,system-ui,sans-serif;background:var(--bg);color:var(--text)}.app-shell{display:flex;height:100vh;overflow:hidden}.main-content{flex:1;overflow-y:auto;position:relative}.sidebar{width:var(--sidebar-w);background:linear-gradient(180deg,#1e1b4b,#312e81);display:flex;flex-direction:column;transition:width .25s ease;flex-shrink:0;overflow:hidden}.sidebar.collapsed{width:var(--sidebar-collapsed-w)}.sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1rem;border-bottom:1px solid rgba(255,255,255,.1)}.sidebar-logo{display:flex;align-items:center;gap:.5rem}.logo-icon{font-size:1.5rem}.logo-text{font-weight:800;font-size:1.2rem;color:#fff;letter-spacing:-.5px}.sidebar-toggle{background:#ffffff1a;border:none;color:#fff;width:28px;height:28px;border-radius:6px;cursor:pointer;font-size:1.1rem;display:flex;align-items:center;justify-content:center;transition:background .15s;flex-shrink:0}.sidebar-toggle:hover{background:#fff3}.sidebar-user{display:flex;align-items:center;gap:.75rem;padding:1rem;border-bottom:1px solid rgba(255,255,255,.08)}.user-avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#818cf8,#a78bfa);color:#fff;font-weight:700;font-size:.85rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.user-name{color:#fff;font-weight:600;font-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-role{color:#ffffff8c;font-size:.75rem;white-space:nowrap}.sidebar-nav{flex:1;padding:.75rem .5rem;display:flex;flex-direction:column;gap:.25rem}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.65rem .75rem;border-radius:8px;border:none;background:transparent;color:#ffffffa6;cursor:pointer;font-size:.875rem;font-weight:500;width:100%;text-align:left;transition:all .15s;white-space:nowrap}.nav-item:hover{background:#ffffff1a;color:#fff}.nav-item.active{background:#ffffff26;color:#fff;font-weight:600}.nav-icon{font-size:1.1rem;flex-shrink:0;width:22px;text-align:center}.sidebar-footer{padding:.75rem .5rem;border-top:1px solid rgba(255,255,255,.08)}.logout-btn{color:#ffffff80}.logout-btn:hover{color:#fca5a5!important;background:#dc262626!important}.ptr-indicator{overflow:hidden;transition:height .15s ease;display:flex;align-items:flex-end;justify-content:center}.ptr-indicator-inner{display:flex;align-items:center;gap:.5rem;padding-bottom:.5rem;color:var(--primary);font-size:.8rem;font-weight:700}.ptr-spinner{width:18px;height:18px;border-radius:50%;border:2.5px solid var(--border);border-top-color:var(--primary);transition:transform .1s linear}.ptr-spinner.ptr-spinning{animation:ptr-spin .7s linear infinite}@keyframes ptr-spin{to{transform:rotate(360deg)}}.page{padding:2rem;max-width:1280px;margin:0 auto}.page-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.page-title{font-size:1.75rem;font-weight:800;color:var(--text);letter-spacing:-.5px}.page-subtitle{color:var(--muted);font-size:.9rem;margin-top:.25rem}.btn{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1.2rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;border:none;transition:all .15s;font-family:inherit}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-1px)}.btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-success{background:var(--success);color:#fff}.btn-success:hover{background:#047857}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover{background:#b91c1c}.btn-warning{background:#f59e0b;color:#fff}.btn-warning:hover{background:#d97706}.btn-ghost{background:transparent;color:var(--primary);border:1.5px solid var(--primary)}.btn-ghost:hover{background:var(--primary);color:#fff}.btn-full{width:100%;justify-content:center}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:2rem}.stat-card{background:var(--surface);border-radius:var(--radius);padding:1.25rem;display:flex;align-items:center;gap:1rem;box-shadow:var(--shadow)}.stat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;flex-shrink:0}.stat-value{font-size:1.4rem;font-weight:800;color:var(--text)}.stat-label{font-size:.78rem;color:var(--muted);margin-top:.1rem}.section{background:var(--surface);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow);margin-bottom:1.5rem}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.section-title{font-size:1.05rem;font-weight:700}.section-sub{font-size:.8rem;color:var(--muted)}.targets-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.progress-card{background:#f8fafc;border-radius:10px;padding:1.25rem;border:1.5px solid var(--border)}.progress-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.progress-label{font-weight:700;font-size:.95rem}.progress-period{font-size:.78rem;color:var(--muted);margin-top:.2rem}.progress-pct{font-size:1.5rem;font-weight:800}.progress-track{height:14px;background:#e2e8f0;border-radius:7px;overflow:hidden;margin-bottom:1rem}.progress-fill{height:100%;border-radius:7px;transition:width .6s cubic-bezier(.4,0,.2,1)}.progress-stats{display:flex;justify-content:space-between}.progress-stat{text-align:center}.stat-label{font-size:.72rem;color:var(--muted);display:block}.stat-value{font-size:.9rem;font-weight:700;display:block;margin-top:.2rem}.target-badge{margin-top:1rem;background:linear-gradient(135deg,#059669,#10b981);color:#fff;border-radius:8px;padding:.5rem 1rem;text-align:center;font-weight:700;font-size:.9rem;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}.table-wrapper{overflow-x:auto}.data-table{width:100%;border-collapse:collapse;font-size:.875rem}.data-table th{text-align:left;padding:.75rem 1rem;background:#f8fafc;color:var(--muted);font-weight:600;font-size:.78rem;text-transform:uppercase;letter-spacing:.05em;border-bottom:1.5px solid var(--border)}.data-table td{padding:.85rem 1rem;border-bottom:1px solid #f1f5f9;vertical-align:middle}.data-table tbody tr:hover{background:#f8fafc}.data-table tfoot td{padding:.85rem 1rem;border-top:2px solid var(--border);font-weight:600;background:#f8fafc}.order-id{font-family:monospace;font-size:.85rem;color:var(--primary);font-weight:600}.item-chips{display:flex;flex-wrap:wrap;gap:.3rem}.item-chip{background:#ede9fe;color:#5b21b6;padding:.2rem .5rem;border-radius:5px;font-size:.75rem;font-weight:600}.tracking-id{font-family:monospace;font-size:.82rem;color:var(--success)}.text-muted{color:var(--muted)}.total-highlight{color:var(--primary);font-size:1rem}.status-badge{padding:.3rem .7rem;border-radius:20px;font-size:.78rem;font-weight:600;display:inline-flex;align-items:center;gap:.3rem}.orders-list{display:flex;flex-direction:column;gap:1rem}.order-card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;border:1.5px solid var(--border);transition:box-shadow .2s}.order-card:hover{box-shadow:var(--shadow-md)}.order-card-header{display:flex;align-items:center;gap:1.5rem;padding:1.1rem 1.5rem;cursor:pointer;flex-wrap:wrap}.oc-left .oc-id{font-family:monospace;font-weight:700;color:var(--primary)}.oc-left .oc-date{font-size:.78rem;color:var(--muted);margin-top:.2rem}.oc-center{flex:1}.oc-right{display:flex;flex-direction:column;align-items:flex-end;gap:.4rem}.oc-total{font-weight:800;font-size:1.05rem}.oc-arrow{color:var(--muted);font-size:.9rem;flex-shrink:0}.order-card-detail{padding:1.5rem;background:#fafbfc;border-top:1.5px solid var(--border);display:flex;flex-direction:column;gap:1.25rem}.detail-title{font-weight:700;font-size:.875rem;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.detail-table{width:100%;border-collapse:collapse;font-size:.875rem}.detail-table th{text-align:left;padding:.5rem .75rem;background:#f1f5f9;color:var(--muted);font-size:.78rem}.detail-table td{padding:.6rem .75rem;border-bottom:1px solid var(--border)}.detail-table tfoot td{padding:.6rem .75rem;border-top:2px solid var(--border);background:#f8fafc}.prod-badge{background:#ede9fe;color:#5b21b6;padding:.15rem .4rem;border-radius:4px;font-size:.75rem;font-weight:700;margin-right:.4rem}.timeline{display:flex;flex-direction:column;gap:.75rem}.timeline-item{display:flex;gap:.75rem;align-items:flex-start}.tl-dot{width:14px;height:14px;border-radius:50%;flex-shrink:0;margin-top:3px}.tl-dot.green{background:var(--success)}.tl-dot.blue{background:#3b82f6}.tl-dot.red{background:var(--danger)}.tl-dot.grey{background:#d1d5db;border:2px solid #9ca3af;background:transparent}.tl-title{font-weight:600;font-size:.875rem}.tl-time{font-size:.78rem;color:var(--muted);margin-top:.1rem}.tl-tracking{font-size:.8rem;color:var(--success);margin-top:.2rem}.note-block{background:#f8fafc;border-left:3px solid var(--primary);padding:.6rem .9rem;border-radius:0 6px 6px 0;font-size:.875rem}.note-block.admin-note{border-left-color:var(--success);background:#f0fdf4}.note-from{font-weight:600}.filter-tabs{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.5rem}.filter-tab{padding:.45rem .9rem;border-radius:20px;border:1.5px solid var(--border);background:var(--surface);color:var(--muted);font-size:.8rem;font-weight:600;cursor:pointer;transition:all .15s;font-family:inherit}.filter-tab:hover{border-color:var(--primary);color:var(--primary)}.filter-tab.active{background:var(--primary);color:#fff;border-color:var(--primary)}.product-controls{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.search-input{max-width:300px;flex:1;min-width:200px}.category-tabs{display:flex;gap:.4rem;flex-wrap:wrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.category-tabs::-webkit-scrollbar{display:none}.category-tab{padding:.4rem .8rem;border-radius:20px;border:1.5px solid var(--border);background:var(--surface);color:var(--muted);font-size:.78rem;font-weight:600;cursor:pointer;transition:all .15s;font-family:inherit}.category-tab.active{background:var(--primary);color:#fff;border-color:var(--primary)}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.product-card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;border:2px solid transparent;transition:all .2s;cursor:pointer}.product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.product-card.selected{border-color:var(--primary)}.product-card-top{padding:2rem;display:flex;align-items:center;justify-content:space-between}.product-icon-large{font-size:2.5rem}.product-category-badge{padding:.3rem .7rem;border-radius:20px;font-size:.75rem;font-weight:700}.product-card-body{padding:1.25rem}.product-id-pill{display:inline-block;background:#ede9fe;color:#5b21b6;padding:.2rem .5rem;border-radius:5px;font-size:.75rem;font-weight:700;margin-bottom:.5rem}.product-name{font-size:1.05rem;font-weight:700;margin-bottom:.5rem}.product-desc{font-size:.825rem;color:var(--muted);line-height:1.5;margin-bottom:1rem}.product-specs{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:1rem}.spec-item{display:flex;flex-direction:column;gap:.15rem}.spec-label{font-size:.72rem;color:var(--muted);font-weight:500}.spec-value{font-size:.875rem;font-weight:700}.order-layout{display:grid;grid-template-columns:1fr 340px;gap:1.5rem;align-items:start}@media (max-width: 900px){.order-layout{grid-template-columns:1fr}}.product-order-grid{display:flex;flex-direction:column;gap:1rem}.product-order-card{background:var(--surface);border-radius:var(--radius);padding:1.25rem;box-shadow:var(--shadow);border:2px solid transparent;transition:all .2s}.product-order-card.selected{border-color:var(--primary);background:#f5f3ff}.poc-header{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem}.poc-icon{width:42px;height:42px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;flex-shrink:0}.poc-info{flex:1}.poc-name{font-weight:700}.poc-id{font-size:.78rem;color:var(--muted)}.poc-price{font-weight:800;font-size:1rem;white-space:nowrap}.poc-unit{font-size:.75rem;font-weight:400;color:var(--muted)}.poc-desc{font-size:.825rem;color:var(--muted);margin-bottom:.75rem;line-height:1.5}.poc-footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem}.poc-min{font-size:.78rem;color:var(--muted)}.qty-control{display:flex;align-items:center;gap:.5rem}.qty-btn{width:32px;height:32px;border-radius:6px;border:1.5px solid var(--border);background:var(--surface);cursor:pointer;font-size:1.1rem;display:flex;align-items:center;justify-content:center;transition:all .15s;font-family:inherit}.qty-btn:hover:not(:disabled){background:var(--primary);color:#fff;border-color:var(--primary)}.qty-btn:disabled{opacity:.4;cursor:not-allowed}.qty-input{width:56px;height:32px;text-align:center;border:1.5px solid var(--border);border-radius:6px;font-size:.875rem;font-weight:600;outline:none;font-family:inherit}.qty-input:focus{border-color:var(--primary)}.poc-subtotal{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--border);font-size:.875rem;text-align:right;color:var(--primary)}.order-summary-panel{position:sticky;top:1.5rem}.summary-toggle-bar{display:none}.summary-card{background:var(--surface);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow-md)}.summary-title{font-size:1rem;font-weight:700;margin-bottom:1rem}.summary-empty{color:var(--muted);font-size:.875rem;text-align:center;padding:1.5rem 0}.summary-items{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.summary-item{border-bottom:1px solid #f1f5f9;padding-bottom:.75rem}.si-name{font-weight:600;font-size:.875rem;margin-bottom:.3rem}.si-detail{display:flex;justify-content:space-between;font-size:.825rem;color:var(--muted)}.summary-total{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-top:2px solid var(--border);border-bottom:1px solid var(--border);margin-bottom:.5rem}.total-amount{font-size:1.2rem;color:var(--primary)}.success-screen{text-align:center;padding:4rem 2rem;background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);max-width:520px;margin:2rem auto}.success-icon{font-size:4rem;margin-bottom:1rem}.success-title{font-size:1.5rem;font-weight:800;margin-bottom:.5rem}.success-sub{color:var(--muted);margin-bottom:1.5rem}.success-order-id{display:inline-block;background:#ede9fe;color:var(--primary);padding:.5rem 1rem;border-radius:8px;font-size:.9rem;margin-bottom:1.5rem}.success-summary{background:#f8fafc;border-radius:10px;padding:1rem;margin-bottom:1.5rem}.summary-row{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid var(--border);font-size:.875rem}.summary-row:last-child{border-bottom:none}.success-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.form-group{margin-bottom:1rem}.form-label{display:block;font-size:.825rem;font-weight:600;color:var(--text);margin-bottom:.4rem}.form-input,.form-textarea{width:100%;padding:.65rem .9rem;border:1.5px solid var(--border);border-radius:8px;font-size:.9rem;font-family:inherit;color:var(--text);background:var(--surface);outline:none;transition:border .15s}.form-input:focus,.form-textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #4f46e51a}.form-textarea{resize:vertical}.form-row-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e1b4b,#312e81 40%,#4c1d95);padding:2rem;position:relative;overflow:hidden}.login-bg-shapes{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.shape{position:absolute;border-radius:50%;opacity:.08}.shape-1{width:400px;height:400px;background:#818cf8;top:-100px;right:-100px}.shape-2{width:300px;height:300px;background:#a78bfa;bottom:-80px;left:-80px}.shape-3{width:200px;height:200px;background:#c4b5fd;top:40%;left:30%}.login-container{width:100%;max-width:460px;position:relative;z-index:1}.login-brand{text-align:center;margin-bottom:2rem}.brand-icon{font-size:2.5rem;display:block;margin-bottom:.5rem}.brand-name{font-size:2rem;font-weight:800;color:#fff;letter-spacing:-1px}.brand-tagline{color:#fff9;font-size:.875rem;margin-top:.25rem}.login-form{background:#fff;border-radius:16px;padding:2rem;margin-bottom:1.25rem;box-shadow:0 20px 60px #0000004d}.login-title{font-size:1.3rem;font-weight:800;margin-bottom:.25rem}.login-subtitle{color:var(--muted);font-size:.875rem;margin-bottom:1.5rem}.login-error{background:#fef2f2;border:1px solid #fca5a5;color:#b91c1c;padding:.65rem .9rem;border-radius:8px;font-size:.85rem;margin-bottom:1rem}.demo-accounts{background:#ffffff1a;border-radius:12px;padding:1.25rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.demo-title{color:#ffffffb3;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.demo-grid{display:flex;flex-direction:column;gap:.5rem}.demo-card{display:flex;align-items:center;gap:.75rem;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:10px;padding:.65rem 1rem;cursor:pointer;transition:all .15s;text-align:left;font-family:inherit;width:100%}.demo-card:hover{background:#ffffff26}.demo-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#818cf8,#a78bfa);color:#fff;font-weight:700;font-size:.8rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.demo-card.admin-demo .demo-avatar{background:linear-gradient(135deg,#34d399,#059669)}.admin-av{background:linear-gradient(135deg,#34d399,#059669)!important}.demo-name{color:#fff;font-size:.875rem;font-weight:600}.demo-role{color:#ffffff80;font-size:.75rem}.notification{position:fixed;bottom:1.5rem;right:1.5rem;z-index:1000;display:flex;align-items:center;gap:.75rem;background:var(--surface);border-radius:10px;padding:.85rem 1.25rem;box-shadow:0 8px 30px #00000026;animation:slideIn .3s ease;max-width:360px;border-left:4px solid var(--primary)}.notification-success{border-left-color:var(--success)}.notification-error{border-left-color:var(--danger)}.notification-warning{border-left-color:var(--warning)}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.notif-icon{font-size:1.2rem}.notif-msg{font-size:.875rem;font-weight:500}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:500;padding:1rem;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal-box{background:var(--surface);border-radius:16px;width:100%;max-width:580px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d}.modal-box.small{max-width:400px}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1.5px solid var(--border)}.modal-header h3{font-size:1rem;font-weight:700}.modal-close{background:none;border:none;font-size:1.2rem;cursor:pointer;color:var(--muted);padding:.25rem;border-radius:4px}.modal-close:hover{background:#f1f5f9}.modal-body{flex:1;overflow-y:auto;padding:1.5rem}.modal-sub{color:var(--muted);font-size:.875rem;margin-bottom:1.25rem}.modal-footer{padding:1.25rem 1.5rem;border-top:1.5px solid var(--border);display:flex;gap:.75rem;justify-content:flex-end}.dispatch-items{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.dispatch-item-row{display:flex;align-items:center;gap:1rem;background:#f8fafc;border-radius:8px;padding:.75rem 1rem;flex-wrap:wrap}.di-name{flex:1;font-size:.875rem;font-weight:600}.di-controls{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.di-price{font-size:.825rem;color:var(--muted)}.btn-icon-danger{background:#fee2e2;border:none;color:#dc2626;width:28px;height:28px;border-radius:6px;cursor:pointer;font-size:.9rem;font-family:inherit}.btn-icon-danger:hover{background:#dc2626;color:#fff}.add-product-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:1rem}.add-product-label{font-size:.825rem;font-weight:600;color:var(--muted)}.add-product-btns{display:flex;gap:.5rem;flex-wrap:wrap}.btn-add-prod{background:#ede9fe;color:#5b21b6;border:none;padding:.35rem .75rem;border-radius:6px;font-size:.78rem;font-weight:600;cursor:pointer;font-family:inherit;transition:all .15s}.btn-add-prod:hover{background:var(--primary);color:#fff}.dispatch-total{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-bottom:1rem;font-size:.9rem}.add-product-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.add-product-row .form-input{flex:1;min-width:160px}.controls-row{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.admin-orders-list{display:flex;flex-direction:column;gap:1rem}.admin-order-card{background:var(--surface);border-radius:var(--radius);padding:1.25rem 1.5rem;box-shadow:var(--shadow);border:1.5px solid var(--border)}.aoc-header{display:flex;align-items:flex-start;gap:1.5rem;flex-wrap:wrap;margin-bottom:.75rem}.aoc-left .order-id{display:block}.aoc-dist{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--muted);margin-top:.4rem}.aoc-center{flex:1}.aoc-right{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:.4rem}.aoc-total{font-weight:800;font-size:1.05rem}.aoc-date{font-size:.78rem;color:var(--muted)}.aoc-notes{margin-bottom:.75rem;display:flex;flex-direction:column;gap:.5rem}.aoc-tracking{font-size:.825rem;color:var(--success);padding:.4rem 0}.aoc-actions{display:flex;gap:.75rem;flex-wrap:wrap}.completed-badge{background:#d1fae5;color:var(--success);padding:.35rem .8rem;border-radius:6px;font-size:.8rem;font-weight:700}.rejected-text{color:var(--danger);font-size:.85rem;font-weight:600}.alert-badge{background:#fef3c7;color:#d97706;border:1.5px solid #fcd34d;padding:.4rem .85rem;border-radius:8px;font-size:.825rem;font-weight:700}.badge-count{background:#fff;color:var(--warning);border-radius:10px;padding:.1rem .45rem;font-size:.78rem;margin-right:.3rem;font-weight:800}.pending-alert{display:flex;align-items:center}.dist-filter-banner{display:flex;align-items:center;justify-content:space-between;background:#ede9fe;border:1.5px solid #c4b5fd;border-radius:10px;padding:.7rem 1.1rem;margin-bottom:1.25rem;font-size:.875rem;font-weight:500;gap:1rem;flex-wrap:wrap}.dist-filter-banner>span{display:flex;align-items:center;gap:.5rem}.dist-filter-clear{background:none;border:1.5px solid #7c3aed;color:#7c3aed;border-radius:7px;padding:.3rem .8rem;font-size:.78rem;font-weight:700;cursor:pointer;font-family:inherit;transition:all .15s;white-space:nowrap}.dist-filter-clear:hover{background:#7c3aed;color:#fff}.targets-admin-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:1.25rem}.target-admin-card{background:var(--surface);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow)}.tac-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.dist-info-row{display:flex;align-items:center;gap:.75rem}.dist-avatar-lg{width:46px;height:46px;border-radius:50%;background:linear-gradient(135deg,#818cf8,#a78bfa);color:#fff;font-weight:700;font-size:.9rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.tac-name{font-weight:700;font-size:1rem}.tac-region{font-size:.78rem;color:var(--muted)}.target-hint{font-size:.78rem;color:var(--muted);margin-top:-.5rem;margin-bottom:.75rem}.form-actions{display:flex;gap:.75rem;justify-content:flex-end}.target-display{display:flex;flex-direction:column;gap:1.25rem}.target-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.target-type{font-size:.875rem;font-weight:600}.target-pct{font-size:1rem;font-weight:800}.target-values{display:flex;justify-content:space-between;font-size:.78rem;color:var(--muted);margin-top:.4rem}.target-achieved-note{background:#d1fae5;color:var(--success);padding:.5rem .85rem;border-radius:8px;font-size:.82rem;font-weight:700;margin-top:.5rem;text-align:center}.target-info-list{padding-left:1.25rem;display:flex;flex-direction:column;gap:.4rem}.target-info-list li{font-size:.875rem;color:var(--muted)}.mini-progress{margin-bottom:.75rem}.mini-progress:last-child{margin-bottom:0}.mini-progress-label{display:flex;justify-content:space-between;font-size:.78rem;margin-bottom:.35rem;color:var(--muted);font-weight:500}.mini-progress-track{height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden}.mini-progress-fill{height:100%;border-radius:4px;transition:width .5s ease}.mini-progress-values{display:flex;justify-content:space-between;font-size:.72rem;color:var(--muted);margin-top:.3rem}.dist-perf-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem}.dist-perf-card{background:#f8fafc;border-radius:10px;padding:1.1rem;border:1.5px solid var(--border)}.dpc-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.dpc-name{font-weight:700;font-size:.9rem}.dpc-region{font-size:.75rem;color:var(--muted)}.dpc-orders{margin-left:auto;font-size:.78rem;color:var(--primary);font-weight:600}.dist-avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#818cf8,#a78bfa);color:#fff;font-weight:700;font-size:.85rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dist-avatar-sm{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#818cf8,#a78bfa);color:#fff;font-weight:700;font-size:.72rem;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.dist-cell{display:flex;align-items:center;gap:.5rem}.dist-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.25rem}.dist-full-card{background:var(--surface);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow)}.dfc-top{display:flex;gap:1rem;margin-bottom:1.25rem;align-items:flex-start}.dist-avatar-xl{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#818cf8,#a78bfa);color:#fff;font-weight:700;font-size:1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dfc-name{font-size:1.05rem;font-weight:700}.dfc-region{font-size:.8rem;color:var(--primary);font-weight:600;margin-top:.2rem}.dfc-email,.dfc-phone{font-size:.78rem;color:var(--muted);margin-top:.15rem}.dfc-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin-bottom:1.25rem;text-align:center}.dfc-stat-value{font-size:1rem;font-weight:800}.dfc-stat-label{font-size:.7rem;color:var(--muted);margin-top:.1rem}.dfc-monthly{margin-bottom:.85rem}.dfc-actions{display:flex;gap:.75rem}.pv-badge-row{margin-bottom:.85rem}.pv-badge{display:inline-flex;align-items:center;gap:.35rem;background:#ede9fe;color:#5b21b6;padding:.3rem .7rem;border-radius:20px;font-size:.78rem;font-weight:600}.pv-category-group{margin-bottom:1rem}.pv-cat-label{font-size:.72rem;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.4rem;padding-bottom:.3rem;border-bottom:1px solid var(--border)}.pv-product-row{display:flex;align-items:center;gap:.65rem;padding:.55rem .7rem;border-radius:8px;border:1.5px solid transparent;cursor:pointer;transition:all .12s;margin-bottom:.3rem}.pv-product-row:hover{background:#f8fafc;border-color:var(--border)}.pv-product-row.pv-checked{background:#f0f4ff;border-color:#c7d2fe}.pv-product-row input[type=checkbox]{width:16px;height:16px;cursor:pointer;flex-shrink:0}.pv-prod-icon{width:30px;height:30px;border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.pv-prod-name{flex:1;font-size:.875rem;font-weight:600}.pv-prod-unit{font-size:.75rem;color:var(--muted);background:#f1f5f9;padding:.15rem .45rem;border-radius:5px}.profile-layout{display:grid;grid-template-columns:280px 1fr;gap:1.5rem;align-items:start}@media (max-width: 768px){.profile-layout{grid-template-columns:1fr}}.profile-card{background:var(--surface);border-radius:var(--radius);padding:2rem;text-align:center;box-shadow:var(--shadow)}.profile-avatar-large{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#818cf8,#a78bfa);color:#fff;font-weight:700;font-size:1.4rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.profile-name{font-size:1.2rem;font-weight:800}.profile-region{color:var(--primary);font-weight:600;font-size:.875rem;margin-top:.3rem}.profile-since{color:var(--muted);font-size:.78rem;margin-top:.2rem;margin-bottom:1.5rem}.profile-details{text-align:left}.info-card{background:var(--surface);border-radius:var(--radius);padding:1.25rem;box-shadow:var(--shadow)}.info-row{display:flex;justify-content:space-between;align-items:center;padding:.6rem 0;border-bottom:1px solid #f1f5f9}.info-row:last-child{border-bottom:none}.info-label{font-size:.825rem;color:var(--muted);font-weight:500}.info-value{font-size:.875rem;font-weight:600}.empty-state{text-align:center;padding:4rem 2rem}.empty-icon{font-size:3rem;margin-bottom:1rem}.empty-text{color:var(--muted);font-size:1rem;margin-bottom:1.5rem}.spinner-sm{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.poc-img{width:64px;height:64px;object-fit:cover;border-radius:10px;flex-shrink:0;border:1px solid var(--border)}.poc-summary-badge{background:#d97706;color:#fff;padding:.25rem .65rem;border-radius:20px;font-size:.78rem;font-weight:700;white-space:nowrap}.size-rows{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}.size-rows-header{display:grid;grid-template-columns:1fr 100px 140px;gap:.5rem;padding:.3rem .6rem;font-size:.72rem;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--border)}.size-row{display:grid;grid-template-columns:1fr 100px 140px;gap:.5rem;align-items:center;padding:.55rem .6rem;border-radius:8px;border:1.5px solid transparent;transition:all .15s;background:#f8fafc}.size-row-active{border-color:#d97706;background:#fffbeb}.size-info{display:flex;flex-direction:column;gap:.15rem}.size-label-text{font-weight:700;font-size:.875rem}.size-weight-text{font-size:.78rem;color:var(--muted)}.size-subtotal-inline{font-size:.72rem;color:#d97706;font-weight:600}.poc-sized-total{display:flex;justify-content:space-between;margin-top:.75rem;padding:.65rem .6rem;background:#fffbeb;border-radius:8px;border:1px solid #fde68a;font-size:.875rem}.summary-weight-block{background:#f8fafc;border-radius:8px;padding:.75rem;margin-top:.75rem;display:flex;flex-direction:column;gap:.4rem}.weight-row{display:flex;justify-content:space-between;font-size:.875rem}.si-size-tag{display:inline-block;background:#fef3c7;color:#d97706;border-radius:4px;padding:.1rem .4rem;font-size:.72rem;font-weight:700;margin-left:.4rem}.product-card-img{width:100%;height:180px;object-fit:cover;display:block}.product-desc-block{margin-bottom:.75rem}.see-more-btn{background:none;border:none;color:var(--primary);font-size:.8rem;font-weight:600;cursor:pointer;padding:.15rem 0;font-family:inherit}.see-more-btn:hover{text-decoration:underline}.product-sizes-table{border:1px solid var(--border);border-radius:8px;overflow:hidden;margin-bottom:.75rem}.sizes-header{background:#f8fafc;padding:.4rem .75rem;font-size:.72rem;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.sizes-row{display:flex;justify-content:space-between;padding:.45rem .75rem;border-top:1px solid #f1f5f9;font-size:.825rem}.sizes-label{font-weight:600}.sizes-id-tag{display:inline-block;font-size:.7rem;font-weight:700;color:var(--primary);background:#ede9fe;border-radius:3px;padding:1px 5px;margin-right:6px;font-family:monospace}.sizes-weight{color:var(--muted);font-size:.78rem}.cert-row{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.5rem;margin-bottom:.25rem}.cert-badge{background:#dbeafe;color:#1e40af;padding:.2rem .5rem;border-radius:5px;font-size:.72rem;font-weight:700}.std-badge{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0;padding:.2rem .5rem;border-radius:5px;font-size:.7rem;font-weight:600}.admin-products-table-wrap{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);overflow-x:auto;-webkit-overflow-scrolling:touch}.prod-id-cell{display:inline-flex;align-items:center;gap:.3rem;padding:.25rem .6rem;border-radius:6px;font-weight:800;font-size:.85rem;white-space:nowrap}.prod-name-cell{display:flex;align-items:center;gap:.75rem}.prod-thumb{width:40px;height:40px;object-fit:cover;border-radius:6px;flex-shrink:0;border:1px solid var(--border)}.cat-chip{background:#ede9fe;color:#5b21b6;padding:.2rem .55rem;border-radius:5px;font-size:.75rem;font-weight:600;white-space:nowrap}.sizes-mini{display:flex;flex-wrap:wrap;gap:.25rem}.size-mini-chip{background:#fef3c7;color:#d97706;padding:.15rem .4rem;border-radius:4px;font-size:.7rem;font-weight:600;white-space:nowrap}.prod-actions{display:flex;gap:.4rem;align-items:center}.btn-action-edit{background:#ede9fe;color:#5b21b6;border:none;padding:.35rem .7rem;border-radius:7px;font-size:.78rem;font-weight:600;cursor:pointer;font-family:inherit;transition:all .15s;white-space:nowrap}.btn-action-edit:hover{background:#5b21b6;color:#fff}.btn-action-del{background:#fee2e2;color:#dc2626;border:none;width:32px;height:32px;border-radius:7px;font-size:.9rem;cursor:pointer;font-family:inherit;transition:all .15s}.btn-action-del:hover{background:#dc2626;color:#fff}.products-count{color:var(--muted);font-size:.8rem;margin-top:.75rem}.clamp-1{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.prod-id-cell{font-weight:800;font-size:.85rem}.img-upload-dropzone{display:flex;align-items:center;justify-content:center;border:2px dashed var(--border);border-radius:10px;padding:2rem 1.5rem;cursor:pointer;transition:border-color .15s,background .15s;background:var(--bg)}.img-upload-dropzone:hover{border-color:var(--primary);background:#ede9fe22}.img-upload-placeholder{display:flex;flex-direction:column;align-items:center;gap:.35rem;pointer-events:none}.img-upload-icon{font-size:2rem}.img-upload-text{font-size:.9rem;font-weight:600;color:var(--text)}.img-upload-hint{font-size:.75rem;color:var(--muted)}.img-upload-preview{display:flex;align-items:center;gap:1rem;padding:.75rem;border:1px solid var(--border);border-radius:10px;background:var(--bg)}.img-upload-thumb{width:80px;height:80px;object-fit:cover;border-radius:8px;border:1px solid var(--border);flex-shrink:0}.img-upload-actions{display:flex;flex-direction:column;gap:.4rem}.img-upload-replace-btn{font-size:.8rem;padding:.35rem .7rem;cursor:pointer}.modal-box-lg{max-width:760px}.form-section-title{font-size:.78rem;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin:1.25rem 0 .75rem;padding-bottom:.4rem;border-bottom:1px solid var(--border)}.form-section-title:first-child{margin-top:0}.form-row-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media (max-width: 620px){.form-row-3{grid-template-columns:1fr}}.input-error{border-color:var(--danger)!important}.field-error{color:var(--danger);font-size:.78rem;margin-top:.25rem}.sizes-toggle-label{font-size:.875rem;font-weight:500;cursor:pointer;display:flex;align-items:center}.size-editor{border:1.5px solid var(--border);border-radius:8px;padding:.75rem}.size-editor-header{display:grid;grid-template-columns:120px 1fr 1fr 36px;gap:.5rem;margin-bottom:.5rem;font-size:.72rem;font-weight:700;color:var(--muted);text-transform:uppercase}.size-editor-row{display:grid;grid-template-columns:120px 1fr 1fr 36px;gap:.5rem;margin-bottom:.5rem;align-items:center}.btn-edit{font-size:.825rem;padding:.45rem .9rem}.edited-badge{background:#ede9fe;color:#5b21b6;padding:.15rem .5rem;border-radius:5px;font-size:.72rem;font-weight:700;margin-left:.4rem}.edit-order-dist{display:flex;align-items:center;gap:.6rem;margin-bottom:.5rem}.aoc-weight{font-size:.8rem;color:var(--muted)}.top-bar{display:flex;justify-content:flex-end;align-items:center;padding:.65rem 2rem;background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;box-shadow:0 1px 4px #0000000f}.notif-bell-wrap{position:relative}.notif-bell-btn{background:none;border:1.5px solid var(--border);border-radius:10px;width:40px;height:40px;cursor:pointer;font-size:1.2rem;display:flex;align-items:center;justify-content:center;position:relative;transition:background .15s,border-color .15s}.notif-bell-btn:hover{background:#f1f5f9;border-color:var(--primary)}.notif-badge{position:absolute;top:-5px;right:-5px;background:var(--danger);color:#fff;font-size:.65rem;font-weight:800;min-width:18px;height:18px;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:0 4px;border:2px solid var(--surface);line-height:1}.notif-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:360px;background:var(--surface);border-radius:var(--radius);box-shadow:0 8px 32px #00000029;border:1.5px solid var(--border);z-index:500;overflow:hidden}.notif-header{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1.1rem;border-bottom:1px solid var(--border);background:#f8fafc}.notif-title{font-weight:700;font-size:.9rem}.notif-mark-read{background:none;border:none;color:var(--primary);font-size:.78rem;font-weight:600;cursor:pointer;font-family:inherit;padding:.2rem .4rem;border-radius:5px}.notif-mark-read:hover{background:#ede9fe}.notif-list{max-height:380px;overflow-y:auto}.notif-empty{text-align:center;padding:2.5rem 1rem;color:var(--muted);font-size:.875rem}.notif-item{display:flex;align-items:flex-start;gap:.75rem;padding:.85rem 1.1rem;border-bottom:1px solid #f1f5f9;cursor:pointer;transition:background .12s;position:relative}.notif-item:last-child{border-bottom:none}.notif-item:hover{background:#f8fafc}.notif-item.unread{background:#f0f4ff}.notif-item.unread:hover{background:#e8efff}.notif-type-icon{font-size:1.25rem;flex-shrink:0;margin-top:.05rem}.notif-body{flex:1;min-width:0}.notif-msg{font-size:.85rem;font-weight:500;line-height:1.4;color:var(--text)}.notif-time{font-size:.72rem;color:var(--muted);margin-top:.25rem}.notif-unread-dot{width:8px;height:8px;border-radius:50%;background:var(--primary);flex-shrink:0;margin-top:.45rem}.order-pending-actions{display:flex;gap:.75rem;flex-wrap:wrap;padding:.75rem 0 .25rem;border-top:1px dashed var(--border);margin-top:.5rem}.order-pending-actions .btn{font-size:.825rem;padding:.45rem .9rem}.pending-edit-hint{font-size:.78rem;color:var(--muted);background:#fef3c7;border:1px solid #fde68a;border-radius:6px;padding:.4rem .75rem;margin-top:.25rem;display:inline-block}.logo-img{width:32px;height:32px;object-fit:contain;border-radius:6px;flex-shrink:0}.brand-logo-img{width:72px;height:72px;object-fit:contain;border-radius:12px;margin-bottom:.5rem}.period-header{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem}.period-chip{background:#ede9fe;color:#5b21b6;border-radius:20px;padding:.3rem .85rem;font-size:.78rem;font-weight:700;letter-spacing:.02em}.progress-slab-marker{position:absolute;top:0;bottom:0;width:2px;background:#fff;opacity:.7;transform:translate(-50%);pointer-events:none;border-radius:1px}.progress-slab-marker.done{background:#059669;opacity:1}.slab-marker{position:absolute;top:0;bottom:0;width:2px;background:#fff;opacity:.8;transform:translate(-50%);border-radius:1px;pointer-events:none}.slab-chips-row{display:flex;gap:.35rem;margin-bottom:.5rem;flex-wrap:wrap}.slab-chip{font-size:.7rem;font-weight:700;padding:.15rem .45rem;border-radius:4px;background:#f3f4f6;color:var(--muted);border:1px solid var(--border)}.slab-chip.slab-done{background:#d1fae5;color:#059669;border-color:#6ee7b7}.slab-progress-note{font-size:.78rem;color:#059669;font-weight:600;margin-top:.5rem;background:#d1fae5;border-radius:6px;padding:.35rem .75rem}.slab-editor{background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:1rem;margin-bottom:.75rem}.slab-count-btns{display:flex;gap:.5rem;margin-top:.4rem}.slab-count-btn{border:1.5px solid var(--border);background:var(--surface);color:var(--text);padding:.35rem .85rem;border-radius:7px;font-size:.8rem;font-weight:600;cursor:pointer;font-family:inherit;transition:all .15s}.slab-count-btn.active{background:var(--primary);color:#fff;border-color:var(--primary)}.slab-targets-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-top:.75rem}.dfc-firm{font-size:.78rem;color:var(--muted);font-weight:500;margin-top:.1rem}.date-filter-wrap{position:relative;display:flex;align-items:center}.date-filter-input{padding-right:2rem!important;font-size:.83rem;min-width:150px}.date-filter-clear{position:absolute;right:.5rem;background:none;border:none;cursor:pointer;color:var(--muted);font-size:.85rem;line-height:1;padding:0;transition:color .15s}.date-filter-clear:hover{color:var(--danger)}.scheme-chip{background:#dbeafe;color:#1e40af;font-size:.7rem;font-weight:700;padding:.15rem .5rem;border-radius:5px;white-space:nowrap}.form-hint{font-size:.75rem;color:var(--muted);font-weight:400;margin-left:.3rem}.vo-header-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem 1.5rem;margin-bottom:1rem;padding:.75rem;background:var(--bg);border-radius:8px;border:1px solid var(--border)}.vo-info-block{display:flex;flex-direction:column;gap:.2rem}.vo-info-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.vo-info-value{display:flex;align-items:center;gap:.4rem;font-size:.88rem;font-weight:500}.vo-table{font-size:.82rem}.vo-table tfoot td{font-weight:700;border-top:2px solid var(--border);padding-top:.6rem}.mobile-header{display:none;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:linear-gradient(135deg,#1e1b4b,#312e81);position:sticky;top:0;z-index:50;flex-shrink:0}.mobile-hamburger{background:#ffffff26;border:none;color:#fff;width:38px;height:38px;border-radius:8px;cursor:pointer;font-size:1.2rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mobile-brand{font-size:1rem;font-weight:800;color:#fff;letter-spacing:-.3px}.sidebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:149}@media (min-width: 769px){.sidebar-backdrop{display:none}}@media (max-width: 640px){.page{padding:1rem}.page-title{font-size:1.3rem}.stats-grid{grid-template-columns:1fr 1fr}.order-card-header{gap:.75rem}.aoc-header{flex-direction:column}.targets-admin-grid{grid-template-columns:1fr}}@media (max-width: 768px){.mobile-header{display:flex}.desktop-top-bar{display:none!important}.sidebar{position:fixed;top:0;left:0;bottom:0;transform:translate(-100%);transition:transform .25s ease;z-index:150;width:var(--sidebar-w)!important}.sidebar.mobile-open{transform:translate(0)}.sidebar.collapsed{width:var(--sidebar-w)!important}.app-shell{display:block;height:100vh;overflow:hidden}.main-content{height:100vh;overflow-y:auto;width:100%}.page{padding:1rem}.page-title{font-size:1.3rem}.page-header{margin-bottom:1.25rem;gap:.75rem}.stats-grid{grid-template-columns:1fr 1fr;gap:.75rem}.stat-card{padding:.875rem;gap:.6rem}.stat-card .stat-value{font-size:1.3rem}.progress-stat .stat-value{font-size:.8rem}.progress-pct{font-size:1.25rem}.progress-stats{gap:.25rem}.table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.data-table{min-width:540px;font-size:.8rem}.data-table th,.data-table td{padding:.6rem .75rem}.order-card-actions{flex-wrap:wrap;gap:.4rem}.order-layout{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.profile-layout{grid-template-columns:1fr}.profile-stats-col{width:100%}.targets-admin-grid,.dist-perf-grid,.admin-dist-grid{grid-template-columns:1fr}.modal{max-width:calc(100vw - 2rem);margin:1rem;max-height:90vh}.modal-body{padding:1rem}.form-row,.form-row-3{grid-template-columns:1fr}.section{margin-top:1.25rem}.section-header{margin-bottom:.75rem}.btn{padding:.5rem .9rem;min-height:38px}.btn-sm{min-height:32px}.aoc-header{flex-direction:column;align-items:flex-start}.media-layout{flex-direction:column}.media-folders{width:100%!important}.media-folder-del{opacity:1!important}.form-row-2,.dist-cards-grid{grid-template-columns:1fr}.notif-dropdown{position:fixed;top:64px;left:12px;right:12px;width:auto;max-height:70vh;overflow-y:auto}.admin-products-table-wrap .data-table{min-width:640px}.order-layout{grid-template-columns:minmax(0,1fr)}.order-products{min-width:0}.category-tabs{flex-wrap:nowrap;min-width:0}.category-tab{white-space:nowrap;flex-shrink:0}.size-rows-header{grid-template-columns:1fr auto}.size-rows-header span:nth-child(2){display:none}.size-row{grid-template-columns:1fr auto;gap:.4rem}.size-weight-text{display:none}.qty-btn{width:36px;height:36px;font-size:1.2rem}.qty-input{width:48px;height:36px}.order-summary-panel{position:fixed;bottom:0;left:0;right:0;top:auto;z-index:40;background:var(--surface);border-top:2px solid var(--border);box-shadow:0 -4px 24px #0000001a;padding:0}.summary-toggle-bar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;padding:.9rem 1rem;background:var(--primary);color:#fff;border:none;font-family:inherit;font-size:.9rem;font-weight:700;cursor:pointer}.stb-info{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stb-action{flex-shrink:0}.order-summary-panel .summary-card{display:none;box-shadow:none;border:none;background:transparent}.order-summary-panel.expanded .summary-card{display:block;padding:.75rem 1rem 1rem;max-height:calc(75vh - 52px);overflow-y:auto}.order-layout{padding-bottom:64px}.order-card-header{flex-wrap:wrap;gap:.5rem}.oc-center{width:100%;order:3}.oc-right{margin-left:auto}.detail-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.detail-table{min-width:480px}}.profile-edit-form{width:100%;margin-top:.5rem}.profile-edit-form .form-group{margin-bottom:.75rem}.profile-edit-form .form-label{display:block;font-size:.8rem;font-weight:600;color:var(--muted);margin-bottom:.3rem}.profile-edit-form .form-input{width:100%}.profile-edit-form .form-actions{display:flex;gap:.75rem;justify-content:flex-end}.form-error{color:var(--danger);font-size:.85rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:.5rem .75rem;margin-top:.5rem}.init-loading{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e1b4b,#312e81 60%,#4f46e5)}.init-loading-card{display:flex;flex-direction:column;align-items:center;gap:1rem;animation:init-fade-in .4s ease}@keyframes init-fade-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.init-logo{font-size:3.5rem;filter:drop-shadow(0 4px 16px rgba(0,0,0,.4))}.init-brand{font-size:1.5rem;font-weight:800;color:#fff;letter-spacing:-.5px}.init-spinner{width:36px;height:36px;border:3px solid rgba(255,255,255,.25);border-top-color:#fff;border-radius:50%;animation:init-spin .75s linear infinite}@keyframes init-spin{to{transform:rotate(360deg)}}.init-label{color:#fff9;font-size:.875rem;letter-spacing:.5px}.error-boundary{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#f8fafc;padding:2rem}.error-boundary-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:2.5rem;max-width:420px;width:100%;text-align:center;box-shadow:0 4px 32px #00000014}.error-boundary-icon{font-size:3rem;margin-bottom:1rem}.error-boundary-title{font-size:1.25rem;font-weight:700;color:var(--text);margin-bottom:.5rem}.error-boundary-msg{font-size:.9rem;color:var(--muted);line-height:1.6;margin-bottom:1.25rem}.error-boundary-detail{background:#f1f5f9;border-radius:8px;padding:.75rem;font-size:.78rem;color:var(--danger);text-align:left;white-space:pre-wrap;word-break:break-all;margin-bottom:1.25rem}.pagination-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--border)}.pagination-info{font-size:.85rem;color:var(--muted)}.pagination-controls{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}.pagination-btn{min-width:36px;padding:.35rem .6rem;font-size:.82rem}.pagination-ellipsis{padding:0 .25rem;color:var(--muted);font-size:.85rem}
